From e519c9c5f31165d1987d067674a4c97f3ddee507 Mon Sep 17 00:00:00 2001 From: Level Pixel Date: Wed, 13 Nov 2024 10:05:52 +0600 Subject: [PATCH 01/46] Update custom-node-list.json (#1235) Removed duplicate entry for Level Pixel node package --- custom-node-list.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5a4e4851..41e56b51 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16449,16 +16449,6 @@ "install_type": "git-clone", "description": "Recraft AI official ComfyUI custom nodes. Recraft V3 (code-named red_panda) is a text-to-image model with the ability to generate long texts, images in a wide list of styles, including custom brand styles." }, - { - "author": "Level Pixel", - "title": "ComfyUI_LevelPixel", - "reference": "https://github.com/LevelPixel/ComfyUI-LevelPixel", - "files": [ - "https://github.com/LevelPixel/ComfyUI-LevelPixel" - ], - "install_type": "git-clone", - "description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters)." - }, { "author": "basix", "title": "Basix Image Filters", From e73e3b7726f7c0cb03ec37dc67ca01f3b32f41dc Mon Sep 17 00:00:00 2001 From: Lasse Lauwerys <65569591+Iemand005@users.noreply.github.com> Date: Wed, 13 Nov 2024 05:20:19 +0100 Subject: [PATCH 02/46] Added touchscreen support module (#1236) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 41e56b51..8e131007 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17067,6 +17067,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Lasse Lauwerys", + "title": "Touch screen gesture support", + "id": "manager", + "reference": "https://github.com/Iemand005/ComfyUI-Touch-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touch-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." } ] } From bf2ffe8dfa7749aca1f27ad7b4d8da4a9936459e Mon Sep 17 00:00:00 2001 From: Luke Kratsios Date: Wed, 13 Nov 2024 11:51:46 -0500 Subject: [PATCH 03/46] add Texturaizer Nodes (#1234) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8e131007..e2031965 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16666,6 +16666,17 @@ "install_type": "git-clone", "description": "These are nodes and workflows that can facilitate the creation of animations and video compilations." }, + { + "author": "LatentSpaceDirective", + "title": "ComfyUI-Texturaizer", + "id": "texturaizer", + "reference": "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer", + "files": [ + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer" + ], + "install_type": "git-clone", + "description": "These are companion nodes for Texturaizer, a Blender plugin that connects complex 3D data to ComfyUI. https://texturaizer.com" + }, From 4fc1fed44a31a085b771a56cc6c872ce9217c042 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Nov 2024 01:53:09 +0900 Subject: [PATCH 04/46] update DB --- custom-node-list.json | 21 ++++++++++----------- node_db/new/custom-node-list.json | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e2031965..b727f085 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16677,6 +16677,16 @@ "install_type": "git-clone", "description": "These are companion nodes for Texturaizer, a Blender plugin that connects complex 3D data to ComfyUI. https://texturaizer.com" }, + { + "author": "Lasse Lauwerys", + "title": "Touch screen gesture support", + "reference": "https://github.com/Iemand005/ComfyUI-Touch-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touch-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." + }, @@ -17078,17 +17088,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Lasse Lauwerys", - "title": "Touch screen gesture support", - "id": "manager", - "reference": "https://github.com/Iemand005/ComfyUI-Touch-Gestures", - "files": [ - "https://github.com/Iemand005/ComfyUI-Touch-Gestures" - ], - "install_type": "git-clone", - "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 247f7119..8bea2e5b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,27 @@ }, + { + "author": "LatentSpaceDirective", + "title": "ComfyUI-Texturaizer", + "id": "texturaizer", + "reference": "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer", + "files": [ + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer" + ], + "install_type": "git-clone", + "description": "These are companion nodes for Texturaizer, a Blender plugin that connects complex 3D data to ComfyUI. https://texturaizer.com" + }, + { + "author": "Lasse Lauwerys", + "title": "Touch screen gesture support", + "reference": "https://github.com/Iemand005/ComfyUI-Touch-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touch-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." + }, { "author": "Isi-dev", "title": "ComfyUI-Animation_Nodes_and_Workflows", From 0b3e627de664212e34ab7aa6fd8f163ce639ce31 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 13 Nov 2024 08:53:51 -0800 Subject: [PATCH 05/46] Update custom-node-list.json (#1237) Add Prompt Stash Saver Node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b727f085..c4a424e9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17088,6 +17088,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "phazei", + "title": "Prompt Stash Saver Node for ComfyUI", + "id": "stash-saver", + "reference": "https://github.com/phazei/ConfyUI-node-prompt-stash-saver", + "files": [ + "https://github.com/phazei/ConfyUI-node-prompt-stash-saver" + ], + "install_type": "git-clone", + "description": "Prompt Stash is a simple plugin for ComfyUI that lets you save your prompts and organize them into multiple lists. It also features a pass-through functionality, so you can hook it up to an LLM node (or any text outputting node) and capture its outputs directly." } ] } From df849b4ca8f0b47dd1d720e2f0ca41b9a22b7210 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Nov 2024 01:54:31 +0900 Subject: [PATCH 06/46] update DB --- custom-node-list.json | 22 +++++++++++----------- node_db/new/custom-node-list.json | 12 ++++++++++++ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index c4a424e9..564d885a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16687,6 +16687,17 @@ "install_type": "git-clone", "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." }, + { + "author": "phazei", + "title": "Prompt Stash Saver Node for ComfyUI", + "id": "stash-saver", + "reference": "https://github.com/phazei/ConfyUI-node-prompt-stash-saver", + "files": [ + "https://github.com/phazei/ConfyUI-node-prompt-stash-saver" + ], + "install_type": "git-clone", + "description": "Prompt Stash is a simple plugin for ComfyUI that lets you save your prompts and organize them into multiple lists. It also features a pass-through functionality, so you can hook it up to an LLM node (or any text outputting node) and capture its outputs directly." + }, @@ -17088,17 +17099,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "phazei", - "title": "Prompt Stash Saver Node for ComfyUI", - "id": "stash-saver", - "reference": "https://github.com/phazei/ConfyUI-node-prompt-stash-saver", - "files": [ - "https://github.com/phazei/ConfyUI-node-prompt-stash-saver" - ], - "install_type": "git-clone", - "description": "Prompt Stash is a simple plugin for ComfyUI that lets you save your prompts and organize them into multiple lists. It also features a pass-through functionality, so you can hook it up to an LLM node (or any text outputting node) and capture its outputs directly." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8bea2e5b..dd17c1ae 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,18 @@ }, + + { + "author": "phazei", + "title": "Prompt Stash Saver Node for ComfyUI", + "id": "stash-saver", + "reference": "https://github.com/phazei/ConfyUI-node-prompt-stash-saver", + "files": [ + "https://github.com/phazei/ConfyUI-node-prompt-stash-saver" + ], + "install_type": "git-clone", + "description": "Prompt Stash is a simple plugin for ComfyUI that lets you save your prompts and organize them into multiple lists. It also features a pass-through functionality, so you can hook it up to an LLM node (or any text outputting node) and capture its outputs directly." + }, { "author": "LatentSpaceDirective", "title": "ComfyUI-Texturaizer", From d848dcf56cc4d38afe3ae455e29fd152594b7aad Mon Sep 17 00:00:00 2001 From: Doctor Diffusion <139909432+DoctorDiffusion@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:54:49 -0500 Subject: [PATCH 07/46] Update custom-node-list.json (#1232) --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 564d885a..7e1ee612 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17099,6 +17099,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Doctor Diffusion", + "title": "MediaMixer", + "id": "mediamixer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer" + ], + "install_type": "git-clone", + "description": "Nodes:Youtube Downloader, Video Merge, Final Frame Selector. Combine two videos into one, output the last frame of a video and download audio and video from youtube within comfyUI" + }, + { + "author": "Doctor Diffusion", + "title": "Schedulizer", + "id": "schedulizer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer" + ], + "install_type": "git-clone", + "description": "Nodes:Whisper Node, Prompt Schedule Converter. Convert song lyrics into a useable prompt travel schedule within comfyUI. Includes whisper large-v2." } ] } From fecd317275ea414292b0303def1837e75e65ca6c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Nov 2024 02:26:32 +0900 Subject: [PATCH 08/46] update DB --- custom-node-list.json | 117 +- extension-node-map.json | 190 +- github-stats.json | 3979 ++++++++++++++------------- node_db/dev/custom-node-list.json | 11 +- node_db/dev/extension-node-map.json | 13 +- node_db/dev/github-stats.json | 601 ++-- node_db/new/custom-node-list.json | 166 +- node_db/new/extension-node-map.json | 190 +- 8 files changed, 2831 insertions(+), 2436 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7e1ee612..6a779cfa 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7227,6 +7227,17 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for Black Forest Labs' FLUX 1.1 [pro] API, supporting both regular and Ultra modes with optional Raw mode." }, + { + "author": "ShmuelRonen", + "title": "ComfyUI-AstralAnimator", + "id": "astralanimator", + "reference": "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that enables smooth, keyframe-based animations for image generation. Create dynamic sequences with control over motion, zoom, rotation, and easing effects. Ideal for AI-assisted animation and video content creation." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -9615,6 +9626,16 @@ "install_type": "git-clone", "description": "a custom node for [a/MaskGCT](https://github.com/open-mmlab/Amphion/blob/main/models/tts/maskgct/README.md) to Zero-Shot Text-to-Speech" }, + { + "author": "AIFSH", + "title": "MiniMates-ComfyUI", + "reference": "https://github.com/AIFSH/MiniMates-ComfyUI", + "files": [ + "https://github.com/AIFSH/MiniMates-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/MiniMates](https://github.com/kleinlee/MiniMates)" + }, { "author": "Koishi-Star", "title": "Euler-Smea-Dyn-Sampler", @@ -12907,17 +12928,6 @@ "install_type": "git-clone", "description": "Post images and video to Discord. Nodes to facilitate communication using REST." }, - { - "author": "ShmuelRonen", - "title": "ComfyUI-AstralAnimator", - "id": "astralanimator", - "reference": "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator", - "files": [ - "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that enables smooth, keyframe-based animations for image generation. Create dynamic sequences with control over motion, zoom, rotation, and easing effects. Ideal for AI-assisted animation and video content creation." - }, { "author": "RhizoNymph", "title": "ComfyUI-Latte", @@ -13405,6 +13415,17 @@ "install_type": "git-clone", "description": "Implementation of DepthCrafter nodes for ComfyUI, create consistent depth maps for your videos." }, + { + "author": "akatz-ai", + "title": "ComfyUI-X-Portrait-Nodes", + "id": "comfyui-x-portrait-nodes", + "reference": "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes", + "files": [ + "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes" + ], + "install_type": "git-clone", + "description": "Implementation of X-Portrait nodes for ComfyUI, animate portraits with an input video and a reference image." + }, { "author": "teward", "title": "Comfy-Sentry", @@ -16525,10 +16546,10 @@ }, { "author": "morino-kumasan", - "title": "morino-kumasan/comfyui-utils", - "reference": "https://github.com/morino-kumasan/comfyui-utils", + "title": "comfyui-toml-prompt", + "reference": "https://github.com/morino-kumasan/comfyui-toml-prompt", "files": [ - "https://github.com/morino-kumasan/comfyui-utils" + "https://github.com/morino-kumasan/comfyui-toml-prompt" ], "description": "NODES:MultipleLoraLoader, PromptPicker, PromptHolder, MultilineStringConcat, StringSub", "install_type": "git-clone" @@ -16698,6 +16719,52 @@ "install_type": "git-clone", "description": "Prompt Stash is a simple plugin for ComfyUI that lets you save your prompts and organize them into multiple lists. It also features a pass-through functionality, so you can hook it up to an LLM node (or any text outputting node) and capture its outputs directly." }, + { + "author": "Doctor Diffusion", + "title": "Schedulizer", + "id": "schedulizer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer" + ], + "install_type": "git-clone", + "description": "Nodes:Whisper Node, Prompt Schedule Converter. Convert song lyrics into a useable prompt travel schedule within comfyUI. Includes whisper large-v2." + }, + { + "author": "Doctor Diffusion", + "title": "MediaMixer", + "id": "mediamixer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer" + ], + "install_type": "git-clone", + "description": "Nodes:Youtube Downloader, Video Merge, Final Frame Selector. Combine two videos into one, output the last frame of a video and download audio and video from youtube within comfyUI" + }, + { + "author": "robtl2", + "title": "ComfyUI-ComfyBridge", + "reference": "https://github.com/robtl2/ComfyUI-ComfyBridge", + "files": [ + "https://github.com/robtl2/ComfyUI-ComfyBridge" + ], + "install_type": "git-clone", + "description": "A socket service that helps third-party DCC software maintain long-term image exchange with comfyUI." + }, + { + "author": "bombax-xiaoice", + "title": "ComfyUI-MagicDance", + "reference": "https://github.com/bombax-xiaoice/ComfyUI-MagicDance", + "files": [ + "https://github.com/bombax-xiaoice/ComfyUI-MagicDance" + ], + "install_type": "git-clone", + "description": "ComfyUI supports over [a/Boese0601/MagicDance](https://github.com/Boese0601/MagicDance)." + }, + + + + @@ -17099,28 +17166,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Doctor Diffusion", - "title": "MediaMixer", - "id": "mediamixer", - "reference": "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer", - "files": [ - "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer" - ], - "install_type": "git-clone", - "description": "Nodes:Youtube Downloader, Video Merge, Final Frame Selector. Combine two videos into one, output the last frame of a video and download audio and video from youtube within comfyUI" - }, - { - "author": "Doctor Diffusion", - "title": "Schedulizer", - "id": "schedulizer", - "reference": "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer", - "files": [ - "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer" - ], - "install_type": "git-clone", - "description": "Nodes:Whisper Node, Prompt Schedule Converter. Convert song lyrics into a useable prompt travel schedule within comfyUI. Includes whisper large-v2." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 80fdae60..d4a60613 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -350,6 +350,7 @@ [ "audio_capture_percentage", "audio_resample", + "audio_scale", "from_path_load_audio", "get_audio_data", "get_text_data", @@ -761,8 +762,17 @@ "title_aux": "MaskGCT-ComfyUI" } ], + "https://github.com/AIFSH/MiniMates-ComfyUI": [ + [ + "MiniMatesNode" + ], + { + "title_aux": "MiniMates-ComfyUI" + } + ], "https://github.com/AIFSH/OmniGen-ComfyUI": [ [ + "OmniGenLoader", "OmniGenNode" ], { @@ -1045,15 +1055,16 @@ "IntToStringAdvanced-badger", "LoadImageAdvanced-badger", "LoadImagesFromDirListAdvanced-badger", - "MapColorsToPalette", + "MapColorsToPalette-badger", "NormalizationNumber-badger", - "ReduceColors", - "RotateImageWithPadding", + "ReduceColors-badger", + "RotateImageWithPadding-badger", "SegmentToMaskByPoint-badger", "SimpleBoolean-badger", "StringToFizz-badger", "TextListToString-badger", "ToPixel-badger", + "ToPixelV2-badger", "TrimTransparentEdges-badger", "VideoCutFromDir-badger", "VideoToFrame-badger", @@ -1337,6 +1348,7 @@ "ARD Dual Prompt", "ARD Empty Latent Image", "ARD Float", + "ARD Float To Integer", "ARD Integer", "ARD Integer To Float", "ARD Load Image", @@ -1346,6 +1358,7 @@ "ARD Remainder", "ARD Resize", "ARD Save Image", + "ARD Seed", "ARD Text Box", "ARD XY Scripts" ], @@ -2241,6 +2254,26 @@ "title_aux": "Dobidop ComfyStereo" } ], + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": [ + [ + "FinalFrameSelector", + "VideoMerge", + "VideoPromptGenerator", + "YouTubeVideoDownloader" + ], + { + "title_aux": "MediaMixer" + } + ], + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": [ + [ + "prompt_schedule_converter", + "whisper_node" + ], + { + "title_aux": "Schedulizer" + } + ], "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ [ "ApplySerialPrompter", @@ -4347,6 +4380,42 @@ "title_aux": "Lora-Training-in-Comfy" } ], + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": [ + [ + "Texturaizer_ApplyControlNets", + "Texturaizer_ApplyStyleToPrompt", + "Texturaizer_CachedCNLoader", + "Texturaizer_CachedCheckpointLoader", + "Texturaizer_ClipEncodeSwitchVersion", + "Texturaizer_CombinedConditioningFromColors", + "Texturaizer_ExtractCNData", + "Texturaizer_GenerateNoise", + "Texturaizer_GetCNData", + "Texturaizer_GetClipModelName", + "Texturaizer_GetFluxGuidance", + "Texturaizer_GetIPAdapterData", + "Texturaizer_GetImageData", + "Texturaizer_GetJsonData", + "Texturaizer_GetLoraData", + "Texturaizer_GetModelName", + "Texturaizer_GetPromptData", + "Texturaizer_GetRenderData", + "Texturaizer_GetSamplerData", + "Texturaizer_GetSegData", + "Texturaizer_GetStyleData", + "Texturaizer_GetVAEName", + "Texturaizer_IPAdapterEmbeds", + "Texturaizer_KSamplerAdvanced", + "Texturaizer_PowerLoraLoader", + "Texturaizer_SetGlobalDir", + "Texturaizer_SigmasSelector", + "Texturaizer_SwitchAny", + "Texturaizer_UseSDXL" + ], + { + "title_aux": "ComfyUI-Texturaizer" + } + ], "https://github.com/Layer-norm/comfyui-lama-remover": [ [ "LamaRemover", @@ -4371,11 +4440,21 @@ ], "https://github.com/LevelPixel/ComfyUI-LevelPixel": [ [ + "Autotagger|LP", + "BoolToInt|LP", + "BoolToString|LP", "FastCheckerPattern|LP", "FileCounter|LP", + "FloatToInt|LP", + "FloatToString|LP", "HardModelUnloader|LP", + "HundredthsSimpleFloatSlider|LP", "ImageLoaderFromPath|LP", + "ImageOverlay|LP", "ImageRemoveBackground|LP", + "IntToBool|LP", + "IntToFloat|LP", + "IntToString|LP", "LLMAdvanced|LP", "LLMLoader|LP", "LLMSampler|LP", @@ -4386,10 +4465,19 @@ "LLavaSamplerSimple|LP", "LLavaSimple|LP", "LoadImage|LP", + "LoraTagLoader|LP", "ModelUnloader|LP", + "PreviewImageForConditions|LP", + "ShowTextBridge|LP", "ShowText|LP", "SimpleFloatSlider|LP", "SoftModelUnloader|LP", + "StringToBool|LP", + "StringToCombo|LP", + "StringToFloat|LP", + "StringToInt|LP", + "StringToNumber|LP", + "String|LP", "TagCategoryFilter|LP", "TagCategoryKeeper|LP", "TagCategoryRemover|LP", @@ -4398,7 +4486,9 @@ "TagRemover|LP", "TagReplace|LP", "TagSwitcher|LP", - "TextChoiceParser|LP" + "TenthsSimpleFloatSlider|LP", + "TextChoiceParser|LP", + "Text|LP" ], { "title_aux": "ComfyUI_LevelPixel" @@ -5741,6 +5831,7 @@ ], "https://github.com/Rinsanga1/comfyui-florence2xy": [ [ + "BlipImgCaptioning", "Florence2toCoordinatesButxy" ], { @@ -6533,11 +6624,11 @@ [ "CSV Reader", "CSV Writer", - "Choose From List", "Empty Images", "Image Batch Process Switch", "Image List Loader", "Image Overlay", + "Is Input In List", "Load Image", "Load Image From URL", "Load Images From Folder", @@ -8742,6 +8833,19 @@ "title_aux": "\ud83c\udf0a Depthflow Nodes" } ], + "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": [ + [ + "DownloadXPortraitModel", + "XPortrait" + ], + { + "author": "akatz", + "description": "Custom nodes for use with X-Portrait. Animate portraits with an input video and a reference image.", + "nickname": "X-Portrait Nodes", + "title": "X-Portrait Nodes", + "title_aux": "ComfyUI-X-Portrait-Nodes" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -9490,14 +9594,11 @@ ], "https://github.com/bentoml/ComfyUI-IDL": [ [ - "BentoInputBoolean", - "BentoInputFloat", + "BentoInputFile", "BentoInputImage", - "BentoInputInteger", - "BentoInputPath", - "BentoInputString", - "BentoOutputImage", - "BentoOutputPath" + "BentoInputValue", + "BentoOutputFile", + "BentoOutputImage" ], { "title_aux": "ComfyUI-IDL" @@ -9707,6 +9808,17 @@ "title_aux": "ComfyKit Custom Nodes" } ], + "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": [ + [ + "LoadMagicDanceModel", + "MagicDanceDecoder", + "MagicDanceEncoder", + "MagicDanceSampler" + ], + { + "title_aux": "ComfyUI-MagicDance" + } + ], "https://github.com/boredofnames/ComfyUI-ntfy": [ [ "Ntfy", @@ -9856,6 +9968,7 @@ ], "https://github.com/catboxanon/comfyui_stealth_pnginfo": [ [ + "AddA1111LikeMetadata", "CatboxAnonSaveImageStealth" ], { @@ -11736,6 +11849,7 @@ "D2 Image Resize", "D2 KSampler", "D2 KSampler(Advanced)", + "D2 List To String", "D2 Load Image", "D2 Multi Output", "D2 Prompt SR", @@ -11745,7 +11859,14 @@ "D2 Regex Replace", "D2 Regex Switcher", "D2 Resize Calculator", - "D2 Size Slector" + "D2 Size Slector", + "D2 XY Checkpoint List", + "D2 XY Folder Images", + "D2 XY Grid Image", + "D2 XY List To Plot", + "D2 XY Lora List", + "D2 XY Plot", + "D2 XY Prompt SR" ], { "author": "da2el", @@ -11898,6 +12019,8 @@ ], "https://github.com/daxcay/ComfyUI-DataSet": [ [ + "DataSet_ClaudeAIChat", + "DataSet_ClaudeAIChatImage", "DataSet_ConceptManager", "DataSet_CopyFiles", "DataSet_FindAndReplace", @@ -12604,6 +12727,7 @@ ], "https://github.com/evolox/ComfyUI-GeneraNodes": [ [ + "Genera.BatchPreviewer", "Genera.BatchTester", "Genera.GCPStorageNode" ], @@ -12822,7 +12946,6 @@ "FL_KsamplerBasic", "FL_KsamplerPlus", "FL_KsamplerSettings", - "FL_LoadHTML", "FL_LoadImage", "FL_MadLibGenerator", "FL_Math", @@ -12835,6 +12958,7 @@ "FL_PDFSaver", "FL_PDFTextExtractor", "FL_PDFToImages", + "FL_Padding", "FL_PaperDrawn", "FL_PasteOnCanvas", "FL_PathTypeChecker", @@ -13508,6 +13632,7 @@ "GODMT_GetLength", "GODMT_GetShape", "GODMT_GetWidgetsValues", + "GODMT_ListDir", "GODMT_ListGetByIndex", "GODMT_ListSlice", "GODMT_ListToBatch", @@ -14060,6 +14185,7 @@ "gpt_sovits", "graph_md_to_html", "html2img_function", + "ic_lora_persona", "image_iterator", "img2path", "interpreter_function", @@ -14076,10 +14202,12 @@ "list_extend", "list_extend_plus", "listen_audio", + "load_bool", "load_ebd", "load_excel", "load_file", "load_file_folder", + "load_float", "load_img_path", "load_int", "load_keyword", @@ -14485,6 +14613,7 @@ "Light-Tool: ImageMaskApply", "Light-Tool: ImageOverlay", "Light-Tool: ImageToMask", + "Light-Tool: InputText", "Light-Tool: InvertMask", "Light-Tool: IsTransparent", "Light-Tool: LoadImage", @@ -14495,7 +14624,13 @@ "Light-Tool: MaskImageToTransparent", "Light-Tool: MaskToImage", "Light-Tool: PhantomTankEffect", + "Light-Tool: PreviewVideo", + "Light-Tool: RGB2RGBA", + "Light-Tool: RGBA2RGB", "Light-Tool: ResizeImage", + "Light-Tool: SaveToAliyunOSS", + "Light-Tool: SaveVideo", + "Light-Tool: ShowText", "Light-Tool: SolidColorBackground" ], { @@ -17539,6 +17674,7 @@ "LF_ImageClassifier", "LF_ImageHistogram", "LF_ImageListFromJSON", + "LF_ImagesSlideshow", "LF_Integer", "LF_IsLandscape", "LF_KeywordCounter", @@ -17547,6 +17683,7 @@ "LF_LLMMessenger", "LF_LUTApplication", "LF_LUTGeneration", + "LF_LoadAndEditImages", "LF_LoadFileOnce", "LF_LoadImages", "LF_LoadLocalJSON", @@ -18247,7 +18384,7 @@ "title_aux": "Preset Dimensions" } ], - "https://github.com/morino-kumasan/comfyui-utils": [ + "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ "MultipleLoraTagLoader", "PromptLoader", @@ -18257,7 +18394,7 @@ "TomlPromptEncoder" ], { - "title_aux": "morino-kumasan/comfyui-utils" + "title_aux": "comfyui-toml-prompt" } ], "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": [ @@ -18999,6 +19136,15 @@ "title_aux": "ComfyUI-LyraVSIH" } ], + "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": [ + [ + "PromptStashManager", + "PromptStashSaver" + ], + { + "title_aux": "Prompt Stash Saver Node for ComfyUI" + } + ], "https://github.com/philz1337x/ComfyUI-ClarityAI": [ [ "Clarity AI Upscaler" @@ -19075,7 +19221,8 @@ "Playbook Beauty", "Playbook Depth", "Playbook Mask", - "Playbook Outline" + "Playbook Outline", + "Playbook Render Result" ], { "title_aux": "Playbook Nodes" @@ -19541,6 +19688,15 @@ "title_aux": "ComfyUI Flux Continuum: Modular Interface" } ], + "https://github.com/robtl2/ComfyUI-ComfyBridge": [ + [ + "CB_ImageReceiver", + "CB_ImageSender" + ], + { + "title_aux": "ComfyUI-ComfyBridge" + } + ], "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ [ "SetMetadataAll", diff --git a/github-stats.json b/github-stats.json index ac94d384..91b8cb5f 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7751 +2,7796 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 671 + "author_account_age_days": 673 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 51, - "last_update": "2024-11-07 06:53:52", - "author_account_age_days": 591 + "stars": 72, + "last_update": "2024-11-11 23:50:52", + "author_account_age_days": 594 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1097, + "stars": 1099, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 344 + "author_account_age_days": 347 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { - "stars": 33, + "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 265 + "author_account_age_days": 267 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 56, + "stars": 58, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 265 + "author_account_age_days": 267 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 31, + "stars": 33, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 265 + "author_account_age_days": 267 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { - "stars": 24, + "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 265 + "author_account_age_days": 267 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 829 + "author_account_age_days": 832 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 2, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 599 + "author_account_age_days": 601 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 82, + "stars": 90, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1058 + "author_account_age_days": 1061 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1058 + "author_account_age_days": 1061 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2911 + "author_account_age_days": 2914 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3838 + "author_account_age_days": 3841 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 24, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 553 + "author_account_age_days": 556 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 12, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2442 + "author_account_age_days": 2445 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 68, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4190 + "author_account_age_days": 4192 }, "https://github.com/6174/comflowy-nodes": { - "stars": 6, - "last_update": "2024-11-08 09:53:08", - "author_account_age_days": 4258 + "stars": 8, + "last_update": "2024-11-11 14:16:01", + "author_account_age_days": 4261 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 12, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2152 + "author_account_age_days": 2155 }, "https://github.com/807502278/ComfyUI-WJNodes": { - "stars": 4, + "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2152 + "author_account_age_days": 2155 }, "https://github.com/807502278/ComfyUI_MaskGCT": { - "stars": 12, - "last_update": "2024-11-08 06:19:28", - "author_account_age_days": 2152 + "stars": 15, + "last_update": "2024-11-12 08:13:01", + "author_account_age_days": 2155 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1610 + "author_account_age_days": 1613 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 612 + "author_account_age_days": 614 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 612 + "author_account_age_days": 614 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 101, + "stars": 102, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 638 + "author_account_age_days": 641 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 5, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 332 + "author_account_age_days": 334 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 332 + "author_account_age_days": 334 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 4, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 332 + "author_account_age_days": 334 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 21, "last_update": "2024-10-16 08:03:37", - "author_account_age_days": 332 + "author_account_age_days": 334 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 66, + "stars": 67, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 197, + "stars": 198, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 279, + "stars": 280, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 99, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 335, + "stars": 336, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { - "stars": 34, + "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI_V-Express": { - "stars": 85, + "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 165, + "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-08-30 09:41:55", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 13, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { - "stars": 6, + "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 17, "last_update": "2024-11-03 09:37:30", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { - "stars": 6, + "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 80, + "stars": 82, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-10-27 00:31:19", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 4, "last_update": "2024-10-23 01:00:48", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { - "stars": 15, + "stars": 19, "last_update": "2024-11-07 06:20:57", - "author_account_age_days": 371 + "author_account_age_days": 373 + }, + "https://github.com/AIFSH/MiniMates-ComfyUI": { + "stars": 6, + "last_update": "2024-11-12 10:41:12", + "author_account_age_days": 373 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 120, - "last_update": "2024-11-04 23:10:57", - "author_account_age_days": 371 + "stars": 132, + "last_update": "2024-11-13 10:56:49", + "author_account_age_days": 373 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 29, + "stars": 31, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 349 + "author_account_age_days": 352 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1704, + "stars": 1719, "last_update": "2024-11-04 06:58:06", - "author_account_age_days": 640 + "author_account_age_days": 643 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 270, + "stars": 272, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 640 + "author_account_age_days": 643 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 20, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 640 + "author_account_age_days": 643 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 324, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 640 + "author_account_age_days": 643 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 184, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1822 + "author_account_age_days": 1825 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 861, + "stars": 863, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 582 + "author_account_age_days": 585 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 48, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1599 + "author_account_age_days": 1602 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2616 + "author_account_age_days": 2619 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2616 + "author_account_age_days": 2619 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1906 + "author_account_age_days": 1908 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1906 + "author_account_age_days": 1908 }, "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": 1665 + "author_account_age_days": 1668 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 236, + "stars": 237, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3807 + "author_account_age_days": 3809 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, - "last_update": "2024-11-01 07:38:27", - "author_account_age_days": 629 + "last_update": "2024-11-12 11:10:16", + "author_account_age_days": 631 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 629 + "author_account_age_days": 631 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 676, + "stars": 679, "last_update": "2024-11-03 19:09:09", - "author_account_age_days": 3944 + "author_account_age_days": 3946 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 309, - "last_update": "2024-10-29 14:26:27", - "author_account_age_days": 3944 + "stars": 313, + "last_update": "2024-11-11 11:33:57", + "author_account_age_days": 3946 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { - "stars": 3, + "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 948 + "author_account_age_days": 951 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1415 + "author_account_age_days": 1418 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1892 + "author_account_age_days": 1895 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 872, + "stars": 877, "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2839 + "author_account_age_days": 2841 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 263, + "stars": 265, "last_update": "2024-10-30 00:58:30", - "author_account_age_days": 5351 + "author_account_age_days": 5354 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3516 + "author_account_age_days": 3518 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4231 + "author_account_age_days": 4234 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4231 + "author_account_age_days": 4234 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 17 + "author_account_age_days": 20 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 17 + "author_account_age_days": 20 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { - "stars": 28, + "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3529 + "author_account_age_days": 3531 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, - "last_update": "2024-11-11 01:57:20", - "author_account_age_days": 266 + "last_update": "2024-11-12 01:51:38", + "author_account_age_days": 269 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 433 + "author_account_age_days": 435 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 694, + "stars": 696, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 544 + "author_account_age_days": 547 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4726 + "author_account_age_days": 4728 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 529 + "author_account_age_days": 532 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 407, + "stars": 409, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 529 + "author_account_age_days": 532 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4214 + "author_account_age_days": 4216 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4214 + "author_account_age_days": 4216 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4214 + "author_account_age_days": 4216 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2788 + "author_account_age_days": 2791 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 629 + "author_account_age_days": 631 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2582 + "author_account_age_days": 2585 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3376 + "author_account_age_days": 3379 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 359, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 570 + "author_account_age_days": 572 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 21, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2365 + "author_account_age_days": 2368 }, "https://github.com/BenNarum/ComfyUI_CAS": { - "stars": 1, + "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3212 + "author_account_age_days": 3214 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3212 + "author_account_age_days": 3214 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1026, - "last_update": "2024-10-25 11:56:41", - "author_account_age_days": 3135 + "stars": 1031, + "last_update": "2024-11-13 09:14:42", + "author_account_age_days": 3138 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 937 + "author_account_age_days": 940 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 937 + "author_account_age_days": 940 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 937 + "author_account_age_days": 940 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 937 + "author_account_age_days": 940 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 937 + "author_account_age_days": 940 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 1011 + "author_account_age_days": 1013 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 59, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1011 + "author_account_age_days": 1013 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 274 + "author_account_age_days": 277 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 73 + "author_account_age_days": 76 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 95 + "author_account_age_days": 98 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2672 + "author_account_age_days": 2674 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2672 + "author_account_age_days": 2674 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2672 + "author_account_age_days": 2674 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2672 + "author_account_age_days": 2674 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 319, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 617 + "author_account_age_days": 620 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 368, + "stars": 369, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 617 + "author_account_age_days": 620 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 262, + "stars": 263, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 617 + "author_account_age_days": 620 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 617 + "author_account_age_days": 620 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 336, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 617 + "author_account_age_days": 620 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 862 + "author_account_age_days": 865 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1617 + "author_account_age_days": 1619 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 624 + "author_account_age_days": 627 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 31, + "stars": 33, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 337 + "author_account_age_days": 340 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 17, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 337 + "author_account_age_days": 340 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 93, + "stars": 95, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 337 + "author_account_age_days": 340 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 3, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 337 + "author_account_age_days": 340 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 389 + "author_account_age_days": 391 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 144, + "stars": 145, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2866 + "author_account_age_days": 2868 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2006 + "author_account_age_days": 2008 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 70, + "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2006 + "author_account_age_days": 2008 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 29, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2006 + "author_account_age_days": 2008 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2018 + "author_account_age_days": 2020 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, - "last_update": "2024-10-22 21:48:30", - "author_account_age_days": 5237 + "last_update": "2024-11-13 01:14:43", + "author_account_age_days": 5239 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 10, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2552 + "author_account_age_days": 2554 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2552 + "author_account_age_days": 2554 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 67, "last_update": "2024-07-21 23:51:55", - "author_account_age_days": 1873 + "author_account_age_days": 1876 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 74, + "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1873 + "author_account_age_days": 1876 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-10 21:23:01", - "author_account_age_days": 3794 + "last_update": "2024-11-13 11:27:05", + "author_account_age_days": 3797 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1142 + "author_account_age_days": 1145 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 554 + "author_account_age_days": 557 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 554 + "author_account_age_days": 557 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5297 + "author_account_age_days": 5300 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 29, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4428 + "author_account_age_days": 4430 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3723 + "author_account_age_days": 3725 }, "https://github.com/DareFail/ComfyUI-Roboflow": { - "stars": 28, + "stars": 29, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4727 + "author_account_age_days": 4729 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 81, + "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 917 + "author_account_age_days": 919 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4355 + "author_account_age_days": 4357 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3130 + "author_account_age_days": 3133 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 363, + "stars": 365, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1914 + "author_account_age_days": 1917 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4178 + "author_account_age_days": 4180 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3212 + "author_account_age_days": 3215 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1599 + "author_account_age_days": 1602 + }, + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { + "stars": 1, + "last_update": "2024-11-12 03:41:25", + "author_account_age_days": 483 + }, + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { + "stars": 2, + "last_update": "2024-11-11 22:37:47", + "author_account_age_days": 483 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3627 + "author_account_age_days": 3630 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5134 + "author_account_age_days": 5136 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1171 + "author_account_age_days": 1174 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1171 + "author_account_age_days": 1174 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 62, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4856 + "author_account_age_days": 4859 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1282 + "author_account_age_days": 1285 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2759 + "author_account_age_days": 2762 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 182, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2918 + "author_account_age_days": 2920 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 109 + "author_account_age_days": 111 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 160, + "stars": 169, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3738 + "author_account_age_days": 3741 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 146 + "author_account_age_days": 149 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 146 + "author_account_age_days": 149 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1763 + "author_account_age_days": 1765 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1763 + "author_account_age_days": 1765 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1763 + "author_account_age_days": 1765 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3347 + "author_account_age_days": 3350 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { - "stars": 56, + "stars": 57, "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 138, + "stars": 140, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 109, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 492, + "stars": 496, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3271 + "author_account_age_days": 3274 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3271 + "author_account_age_days": 3274 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 89, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3271 + "author_account_age_days": 3274 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 176, + "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3271 + "author_account_age_days": 3274 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 186, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3271 + "author_account_age_days": 3274 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2268, + "stars": 2279, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3271 + "author_account_age_days": 3274 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 675 + "author_account_age_days": 678 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2894 + "author_account_age_days": 2897 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 11, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 811 + "author_account_age_days": 814 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2887 + "author_account_age_days": 2889 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2119 + "author_account_age_days": 2121 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 389, + "stars": 391, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2119 + "author_account_age_days": 2121 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 66, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 772 + "author_account_age_days": 774 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 209, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1383 + "author_account_age_days": 1386 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1910 + "author_account_age_days": 1913 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1910 + "author_account_age_days": 1913 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1910 + "author_account_age_days": 1913 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2456 + "author_account_age_days": 2459 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1821 + "author_account_age_days": 1823 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1821 + "author_account_age_days": 1823 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1821 + "author_account_age_days": 1823 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1821 + "author_account_age_days": 1823 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 43, + "stars": 45, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1302 + "author_account_age_days": 1305 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1659 + "author_account_age_days": 1661 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1437 + "author_account_age_days": 1439 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2696 + "author_account_age_days": 2698 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, - "last_update": "2024-10-11 15:20:48", - "author_account_age_days": 295 + "last_update": "2024-11-11 14:46:34", + "author_account_age_days": 298 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4707 + "author_account_age_days": 4710 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 34, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 809 + "author_account_age_days": 812 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2523 + "author_account_age_days": 2525 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { - "stars": 51, + "stars": 53, "last_update": "2024-10-22 18:03:01", - "author_account_age_days": 805 + "author_account_age_days": 807 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, - "last_update": "2024-10-01 07:15:09", - "author_account_age_days": 5071 + "last_update": "2024-11-13 06:03:10", + "author_account_age_days": 5074 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1587, + "stars": 1596, "last_update": "2024-11-10 08:28:33", - "author_account_age_days": 1259 + "author_account_age_days": 1261 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 49, "last_update": "2024-11-09 10:48:02", - "author_account_age_days": 302 + "author_account_age_days": 305 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 151, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1337 + "author_account_age_days": 1339 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2549 + "author_account_age_days": 2552 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-10-29 19:30:01", - "author_account_age_days": 12 + "author_account_age_days": 14 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1619 + "author_account_age_days": 1622 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2985 + "author_account_age_days": 2988 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3120 + "author_account_age_days": 3122 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 749 + "author_account_age_days": 752 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 749 + "author_account_age_days": 752 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 749 + "author_account_age_days": 752 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 84, + "stars": 85, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 6, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 17, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1471 + "author_account_age_days": 1473 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-10-21 12:51:59", - "author_account_age_days": 2381 + "author_account_age_days": 2384 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 493 + "author_account_age_days": 496 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2463 + "author_account_age_days": 2466 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 59, - "last_update": "2024-11-10 15:20:40", - "author_account_age_days": 52 + "stars": 77, + "last_update": "2024-11-13 10:31:01", + "author_account_age_days": 55 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3224 + "author_account_age_days": 3226 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 2, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 60 + "author_account_age_days": 63 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1838 + "author_account_age_days": 1840 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, - "last_update": "2024-10-31 17:13:30", - "author_account_age_days": 328 + "last_update": "2024-11-12 01:38:11", + "author_account_age_days": 330 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 31, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5620 + "author_account_age_days": 5623 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5620 + "author_account_age_days": 5623 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3848 + "author_account_age_days": 3851 + }, + "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { + "stars": 1, + "last_update": "2024-11-13 12:30:01", + "author_account_age_days": 1639 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 9, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3962 + "author_account_age_days": 3964 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2769 + "author_account_age_days": 2772 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4049 + "author_account_age_days": 4051 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 251 + "author_account_age_days": 253 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 4, - "last_update": "2024-11-11 05:34:36", - "author_account_age_days": 1231 + "stars": 5, + "last_update": "2024-11-11 12:41:27", + "author_account_age_days": 1234 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1231 + "author_account_age_days": 1234 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { - "stars": 5, + "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1231 + "author_account_age_days": 1234 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 57, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1231 + "author_account_age_days": 1234 }, "https://github.com/Isulion/ComfyUI_Isulion": { - "stars": 11, - "last_update": "2024-11-10 22:08:01", - "author_account_age_days": 497 + "stars": 12, + "last_update": "2024-11-13 17:17:41", + "author_account_age_days": 499 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 130, + "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 550 + "author_account_age_days": 553 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 550 + "author_account_age_days": 553 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 63, + "stars": 64, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 550 + "author_account_age_days": 553 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 49, + "stars": 50, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 455 + "author_account_age_days": 458 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 698 + "author_account_age_days": 701 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 710 + "author_account_age_days": 713 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2693 + "author_account_age_days": 2695 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3711 + "author_account_age_days": 3714 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 829 + "author_account_age_days": 832 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 142, + "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5026 + "author_account_age_days": 5028 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 295 + "author_account_age_days": 298 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 113, + "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2497 + "author_account_age_days": 2500 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 79, + "stars": 80, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2497 + "author_account_age_days": 2500 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { - "stars": 2, + "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1163 + "author_account_age_days": 1165 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 315, + "stars": 333, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2319 + "author_account_age_days": 2322 }, "https://github.com/Jordach/comfy-plasma": { "stars": 66, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4652 + "author_account_age_days": 4655 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3494 + "author_account_age_days": 3496 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3309 + "author_account_age_days": 3312 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-06 06:19:32", - "author_account_age_days": 478 + "author_account_age_days": 480 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2910 + "author_account_age_days": 2913 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1053 + "author_account_age_days": 1056 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4686 + "author_account_age_days": 4689 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1826 + "author_account_age_days": 1829 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 20, - "last_update": "2024-11-11 04:19:31", - "author_account_age_days": 5030 + "stars": 21, + "last_update": "2024-11-12 00:59:50", + "author_account_age_days": 5032 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 34, + "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5030 + "author_account_age_days": 5032 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 31, + "stars": 33, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5030 + "author_account_age_days": 5032 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 253, + "stars": 258, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1767 + "author_account_age_days": 1770 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 170, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1625 + "author_account_age_days": 1628 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3329 + "author_account_age_days": 3332 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 41, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3329 + "author_account_age_days": 3332 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 597, - "last_update": "2024-10-31 23:30:16", - "author_account_age_days": 3856 + "stars": 599, + "last_update": "2024-11-13 00:14:23", + "author_account_age_days": 3858 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2744, - "last_update": "2024-11-03 03:21:47", - "author_account_age_days": 3856 + "stars": 2753, + "last_update": "2024-11-13 00:14:49", + "author_account_age_days": 3858 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 590, + "stars": 596, "last_update": "2024-10-31 02:41:17", - "author_account_age_days": 3856 + "author_account_age_days": 3858 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1260 + "author_account_age_days": 1262 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1919 + "author_account_age_days": 1921 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 4, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 234 + "author_account_age_days": 237 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 160, + "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2347 + "author_account_age_days": 2349 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 303 + "author_account_age_days": 306 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 378, + "stars": 380, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 303 + "author_account_age_days": 306 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 884 + "author_account_age_days": 886 + }, + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { + "stars": 0, + "last_update": "2024-11-12 07:54:16", + "author_account_age_days": 1 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 93, + "stars": 94, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 472 + "author_account_age_days": 474 }, "https://github.com/Lerc/canvas_tab": { "stars": 164, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5507 + "author_account_age_days": 5509 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, - "last_update": "2024-11-06 16:43:12", - "author_account_age_days": 122 + "last_update": "2024-11-13 01:53:31", + "author_account_age_days": 124 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2742 + "author_account_age_days": 2744 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 123 + "author_account_age_days": 126 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1414 + "author_account_age_days": 1417 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 133, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1414 + "author_account_age_days": 1417 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 526 + "author_account_age_days": 529 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 610 + "author_account_age_days": 613 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1115 + "author_account_age_days": 1117 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1115 + "author_account_age_days": 1117 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1172 + "author_account_age_days": 1175 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 2997 + "author_account_age_days": 2999 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 2997 + "author_account_age_days": 2999 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4397 + "author_account_age_days": 4400 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 27, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4397 + "author_account_age_days": 4400 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4397 + "author_account_age_days": 4400 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4397 + "author_account_age_days": 4400 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 33, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4397 + "author_account_age_days": 4400 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4397 + "author_account_age_days": 4400 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4397 + "author_account_age_days": 4400 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 47, "last_update": "2024-10-26 17:57:24", - "author_account_age_days": 1744 + "author_account_age_days": 1747 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1921 + "author_account_age_days": 1924 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { - "stars": 2, + "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 21, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 522 + "author_account_age_days": 524 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 158, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 795 + "author_account_age_days": 797 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 112, - "last_update": "2024-11-10 22:17:42", - "author_account_age_days": 5109 + "stars": 113, + "last_update": "2024-11-11 22:07:22", + "author_account_age_days": 5112 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1562 + "author_account_age_days": 1564 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2370 + "author_account_age_days": 2373 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1773 + "author_account_age_days": 1775 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1773 + "author_account_age_days": 1775 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 847 + "author_account_age_days": 850 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3345 + "author_account_age_days": 3347 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3035 + "author_account_age_days": 3038 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 418 + "author_account_age_days": 421 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 4, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 670 + "author_account_age_days": 672 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 670 + "author_account_age_days": 672 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 670 + "author_account_age_days": 672 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 199 + "author_account_age_days": 202 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3317 + "author_account_age_days": 3319 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 87, + "stars": 91, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 205 + "author_account_age_days": 208 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 205 + "author_account_age_days": 208 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 135, + "stars": 137, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 205 + "author_account_age_days": 208 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 487, + "stars": 491, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 205 + "author_account_age_days": 208 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 205 + "author_account_age_days": 208 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 205 + "author_account_age_days": 208 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 205 + "author_account_age_days": 208 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 13, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2655 + "author_account_age_days": 2658 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4107 + "author_account_age_days": 4110 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 28, "last_update": "2024-11-09 17:47:02", - "author_account_age_days": 1166 + "author_account_age_days": 1168 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 519 + "author_account_age_days": 521 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 144, + "stars": 147, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 68 + "author_account_age_days": 71 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 23, - "last_update": "2024-11-01 16:27:39", - "author_account_age_days": 68 + "last_update": "2024-11-13 03:38:07", + "author_account_age_days": 71 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 15, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 68 + "author_account_age_days": 71 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 126 + "author_account_age_days": 129 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2344, + "stars": 2353, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1700 + "author_account_age_days": 1703 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 496, + "stars": 497, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1700 + "author_account_age_days": 1703 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3731 + "author_account_age_days": 3733 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 21, + "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3184 + "author_account_age_days": 3187 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, - "last_update": "2024-11-09 10:33:08", - "author_account_age_days": 3861 + "last_update": "2024-11-11 21:07:49", + "author_account_age_days": 3863 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 33, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 111 + "author_account_age_days": 114 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1878 + "author_account_age_days": 1880 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 46, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 216 + "author_account_age_days": 219 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 718 + "author_account_age_days": 720 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 23, + "stars": 24, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3820 + "author_account_age_days": 3822 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 502 + "author_account_age_days": 504 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 502 + "author_account_age_days": 504 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1464 + "author_account_age_days": 1466 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { - "stars": 33, + "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 233 + "author_account_age_days": 236 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 233 + "author_account_age_days": 236 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 233 + "author_account_age_days": 236 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 66, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 233 + "author_account_age_days": 236 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 666 + "author_account_age_days": 669 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 2, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 797 + "author_account_age_days": 800 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5289 + "author_account_age_days": 5292 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 645, + "stars": 646, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 384 + "author_account_age_days": 386 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 384 + "author_account_age_days": 386 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1181 + "author_account_age_days": 1184 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3971 + "author_account_age_days": 3973 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { - "stars": 11, - "last_update": "2024-10-20 21:42:09", - "author_account_age_days": 2959 + "stars": 14, + "last_update": "2024-11-12 13:33:00", + "author_account_age_days": 2962 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2123 + "author_account_age_days": 2125 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2985 + "author_account_age_days": 2988 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 203, + "stars": 204, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4619 + "author_account_age_days": 4621 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 512, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4619 + "author_account_age_days": 4621 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2256 + "author_account_age_days": 2259 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { - "stars": 12, + "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2256 + "author_account_age_days": 2259 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1312 + "author_account_age_days": 1314 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 92 + "author_account_age_days": 95 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 79, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2265 + "author_account_age_days": 2268 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1875 + "author_account_age_days": 1878 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 914 + "author_account_age_days": 917 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2672 + "author_account_age_days": 2675 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 13, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1804 + "author_account_age_days": 1807 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2967 + "author_account_age_days": 2970 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4909 + "author_account_age_days": 4912 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3782 + "author_account_age_days": 3785 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3347 + "author_account_age_days": 3349 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5365 + "author_account_age_days": 5367 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 173 + "author_account_age_days": 176 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2691 + "author_account_age_days": 2693 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1657 + "author_account_age_days": 1660 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 1, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 721 + "author_account_age_days": 724 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1827, + "stars": 1854, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 103 + "author_account_age_days": 105 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 410 + "author_account_age_days": 412 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2073 + "author_account_age_days": 2076 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2073 + "author_account_age_days": 2076 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1390 + "author_account_age_days": 1392 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4071 + "author_account_age_days": 4074 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2214 + "author_account_age_days": 2217 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1505 + "author_account_age_days": 1507 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 326 + "author_account_age_days": 328 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1307 + "author_account_age_days": 1309 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1307 + "author_account_age_days": 1309 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1307 + "author_account_age_days": 1309 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 32, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 44 + "author_account_age_days": 46 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, - "last_update": "2024-10-24 09:59:21", - "author_account_age_days": 290 + "last_update": "2024-11-13 09:28:02", + "author_account_age_days": 293 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 887 + "author_account_age_days": 890 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1521 + "author_account_age_days": 1524 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1068 + "author_account_age_days": 1071 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { - "stars": 6, - "last_update": "2024-11-06 11:44:08", - "author_account_age_days": 313 + "stars": 7, + "last_update": "2024-11-11 20:59:33", + "author_account_age_days": 316 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 35, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2552 + "author_account_age_days": 2555 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 100, + "stars": 101, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2552 + "author_account_age_days": 2555 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2552 + "author_account_age_days": 2555 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 797 + "author_account_age_days": 799 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 70, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3837 + "author_account_age_days": 3840 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3837 + "author_account_age_days": 3840 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4223 + "author_account_age_days": 4225 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4223 + "author_account_age_days": 4225 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 55, + "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 439 + "author_account_age_days": 442 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 312, + "stars": 314, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1583 + "author_account_age_days": 1585 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2743 + "author_account_age_days": 2745 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3335 + "author_account_age_days": 3338 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1249 + "author_account_age_days": 1252 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4645 + "author_account_age_days": 4648 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 110, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 216 + "author_account_age_days": 219 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 58, + "stars": 59, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1660 + "author_account_age_days": 1662 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 7, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1660 + "author_account_age_days": 1662 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 43, + "stars": 45, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4311 + "author_account_age_days": 4313 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 792, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4311 + "author_account_age_days": 4313 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 67, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2747 + "author_account_age_days": 2750 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3537 + "author_account_age_days": 3539 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 254 + "author_account_age_days": 257 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 526 + "author_account_age_days": 528 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 526 + "author_account_age_days": 528 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 541 + "author_account_age_days": 544 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1344 + "author_account_age_days": 1347 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 19, + "stars": 20, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1344 + "author_account_age_days": 1347 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1344 + "author_account_age_days": 1347 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 2, - "last_update": "2024-11-10 07:42:22", - "author_account_age_days": 1344 + "last_update": "2024-11-13 11:27:12", + "author_account_age_days": 1347 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1344 + "author_account_age_days": 1347 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 10, "last_update": "2024-09-28 11:30:22", - "author_account_age_days": 1344 + "author_account_age_days": 1347 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 96, + "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1344 + "author_account_age_days": 1347 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2456 + "author_account_age_days": 2459 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-04 11:44:06", - "author_account_age_days": 592 + "author_account_age_days": 595 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1822 + "author_account_age_days": 1825 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 121, + "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1651 + "author_account_age_days": 1654 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 831 + "author_account_age_days": 833 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3663 + "author_account_age_days": 3666 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3663 + "author_account_age_days": 3666 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3663 + "author_account_age_days": 3666 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3663 + "author_account_age_days": 3666 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 20, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3663 + "author_account_age_days": 3666 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4387 + "author_account_age_days": 4389 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 219 + "author_account_age_days": 221 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 3, - "last_update": "2024-11-10 22:46:12", - "author_account_age_days": 219 + "last_update": "2024-11-11 18:28:07", + "author_account_age_days": 221 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 348 + "author_account_age_days": 350 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 47, "last_update": "2024-10-06 04:00:55", - "author_account_age_days": 2854 + "author_account_age_days": 2857 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 48, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 982 + "author_account_age_days": 985 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 982 + "author_account_age_days": 985 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3686 + "author_account_age_days": 3688 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 197, + "stars": 199, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { - "stars": 10, - "last_update": "2024-10-01 03:36:26", - "author_account_age_days": 2975 + "stars": 11, + "last_update": "2024-11-11 12:41:25", + "author_account_age_days": 2977 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { - "stars": 16, + "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 422, + "stars": 430, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 276 + "author_account_age_days": 278 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 138, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 229 + "author_account_age_days": 231 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3717 + "author_account_age_days": 3720 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 673, + "stars": 675, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2289 + "author_account_age_days": 2292 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 25, + "stars": 26, "last_update": "2024-10-20 19:58:40", - "author_account_age_days": 3511 + "author_account_age_days": 3514 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 669 + "author_account_age_days": 672 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 113, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3831 + "author_account_age_days": 3833 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3831 + "author_account_age_days": 3833 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 139, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2674 + "author_account_age_days": 2677 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 363, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 236 + "author_account_age_days": 239 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-07-26 05:36:12", - "author_account_age_days": 578 + "author_account_age_days": 581 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 578 + "author_account_age_days": 581 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 3, + "stars": 8, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 342 + "author_account_age_days": 345 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 82, + "stars": 85, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 342 + "author_account_age_days": 345 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 18, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 342 + "author_account_age_days": 345 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 284, + "stars": 288, "last_update": "2024-11-10 15:06:16", - "author_account_age_days": 342 + "author_account_age_days": 345 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 171 + "author_account_age_days": 173 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3189 + "author_account_age_days": 3191 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3706 + "author_account_age_days": 3709 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2355 + "author_account_age_days": 2357 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2355 + "author_account_age_days": 2357 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2355 + "author_account_age_days": 2357 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3357 + "author_account_age_days": 3359 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1815 + "author_account_age_days": 1818 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1008 + "author_account_age_days": 1011 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 410, + "stars": 411, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1008 + "author_account_age_days": 1011 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 341, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 75, + "stars": 79, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 65 + "author_account_age_days": 68 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2852 + "author_account_age_days": 2854 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1581 + "author_account_age_days": 1584 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1581 + "author_account_age_days": 1584 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 391, + "stars": 393, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 304 + "author_account_age_days": 307 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-07-29 19:02:32", - "author_account_age_days": 1074 + "author_account_age_days": 1077 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 412, + "stars": 416, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 760 + "author_account_age_days": 763 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 711 + "author_account_age_days": 714 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 37, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1000 + "author_account_age_days": 1002 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 3993 + "author_account_age_days": 3995 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 3993 + "author_account_age_days": 3995 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3519 + "author_account_age_days": 3522 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 210, + "stars": 211, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5061 + "author_account_age_days": 5064 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1425 + "author_account_age_days": 1427 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 358 + "author_account_age_days": 361 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 136, - "last_update": "2024-11-11 03:58:46", - "author_account_age_days": 381 + "stars": 139, + "last_update": "2024-11-11 09:01:08", + "author_account_age_days": 384 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 3, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 418 + "author_account_age_days": 421 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { - "stars": 9, + "stars": 10, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 418 + "author_account_age_days": 421 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3118 + "author_account_age_days": 3121 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, - "last_update": "2024-10-30 19:45:59", - "author_account_age_days": 256 + "last_update": "2024-11-12 16:32:54", + "author_account_age_days": 258 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 23, - "last_update": "2024-11-10 19:23:16", - "author_account_age_days": 1059 + "stars": 37, + "last_update": "2024-11-12 01:57:05", + "author_account_age_days": 1062 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 69, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2050 + "author_account_age_days": 2052 }, "https://github.com/WASasquatch/ASTERR": { "stars": 19, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4765 + "author_account_age_days": 4767 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4765 + "author_account_age_days": 4767 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 109, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4765 + "author_account_age_days": 4767 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4765 + "author_account_age_days": 4767 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4765 + "author_account_age_days": 4767 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4765 + "author_account_age_days": 4767 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1203, + "stars": 1207, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4765 + "author_account_age_days": 4767 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 115 + "author_account_age_days": 118 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 762 + "author_account_age_days": 765 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3099 + "author_account_age_days": 3102 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3892 + "author_account_age_days": 3894 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3783 + "author_account_age_days": 3786 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1303 + "author_account_age_days": 1305 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1083, + "stars": 1095, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 97 + "author_account_age_days": 100 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 76 + "author_account_age_days": 79 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 158, "last_update": "2024-10-28 00:28:20", - "author_account_age_days": 2745 + "author_account_age_days": 2748 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4464 + "author_account_age_days": 4466 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2834 + "author_account_age_days": 2837 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2834 + "author_account_age_days": 2837 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3895 + "author_account_age_days": 3897 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 84, + "stars": 85, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 953 + "author_account_age_days": 956 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, - "last_update": "2024-11-06 08:59:13", - "author_account_age_days": 346 + "last_update": "2024-11-13 03:57:23", + "author_account_age_days": 348 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 925 + "author_account_age_days": 928 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 349, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 437, + "stars": 439, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 691, + "stars": 692, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 271, + "stars": 277, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { - "stars": 73, + "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 670, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1343, + "stars": 1344, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 197, + "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 785, + "stars": 786, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 196, + "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 106, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 97, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { - "stars": 143, + "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 614, + "stars": 615, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1595, + "stars": 1597, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1412 + "author_account_age_days": 1415 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5679 + "author_account_age_days": 5682 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1333 + "author_account_age_days": 1336 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 662 + "author_account_age_days": 665 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 662 + "author_account_age_days": 665 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 662 + "author_account_age_days": 665 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4941 + "author_account_age_days": 4944 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 212 + "author_account_age_days": 215 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 212 + "author_account_age_days": 215 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 24, + "stars": 25, "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3967 + "author_account_age_days": 3970 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 843 + "author_account_age_days": 845 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 244, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5156 + "author_account_age_days": 5159 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 353 + "author_account_age_days": 355 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2361 + "author_account_age_days": 2364 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 723 + "author_account_age_days": 725 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 43, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 723 + "author_account_age_days": 725 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1660 + "author_account_age_days": 1663 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1660 + "author_account_age_days": 1663 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 151 + "author_account_age_days": 154 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 413 + "author_account_age_days": 416 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 74, + "stars": 75, "last_update": "2024-10-29 08:21:36", - "author_account_age_days": 4687 + "author_account_age_days": 4690 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2810 + "author_account_age_days": 2813 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 129 + "author_account_age_days": 131 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 15, "last_update": "2024-11-06 22:29:13", - "author_account_age_days": 175 + "author_account_age_days": 177 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 165, + "stars": 166, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 175 + "author_account_age_days": 177 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 160, + "stars": 163, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 175 + "author_account_age_days": 177 + }, + "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { + "stars": 1, + "last_update": "2024-11-13 06:04:42", + "author_account_age_days": 177 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2474 + "author_account_age_days": 2476 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2474 + "author_account_age_days": 2476 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 0, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 270 + "author_account_age_days": 272 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1069 + "author_account_age_days": 1071 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1069 + "author_account_age_days": 1071 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 23, + "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1069 + "author_account_age_days": 1071 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { - "stars": 8, + "stars": 9, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3629 + "author_account_age_days": 3632 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-07 11:04:15", - "author_account_age_days": 1336 + "author_account_age_days": 1339 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1336 + "author_account_age_days": 1339 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 11, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1336 + "author_account_age_days": 1339 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3726 + "author_account_age_days": 3729 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 1, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5154 + "author_account_age_days": 5156 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 7, "last_update": "2024-10-12 14:38:26", - "author_account_age_days": 3425 + "author_account_age_days": 3428 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 49, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2819 + "author_account_age_days": 2822 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 90, + "stars": 91, "last_update": "2024-09-14 15:24:59", - "author_account_age_days": 5000 + "author_account_age_days": 5002 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 50, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 740 + "author_account_age_days": 742 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1412 + "author_account_age_days": 1415 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 84, "last_update": "2024-11-02 12:05:59", - "author_account_age_days": 1412 + "author_account_age_days": 1415 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2133 + "author_account_age_days": 2136 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 84, "last_update": "2024-07-31 15:02:26", - "author_account_age_days": 800 + "author_account_age_days": 802 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 800 + "author_account_age_days": 802 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 328 + "author_account_age_days": 330 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3092 + "author_account_age_days": 3095 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1968 + "author_account_age_days": 1970 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1890 + "author_account_age_days": 1892 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { - "stars": 11, + "stars": 12, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3002 + "author_account_age_days": 3005 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 26, "last_update": "2024-08-19 09:40:56", - "author_account_age_days": 2485 + "author_account_age_days": 2487 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-10 03:53:16", - "author_account_age_days": 3674 + "author_account_age_days": 3676 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 580 + "author_account_age_days": 583 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 580 + "author_account_age_days": 583 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 201, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 580 + "author_account_age_days": 583 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 580 + "author_account_age_days": 583 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 129, + "stars": 130, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2866 + "author_account_age_days": 2869 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 96, + "stars": 97, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2488 + "author_account_age_days": 2490 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { - "stars": 14, + "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4260 + "author_account_age_days": 4263 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 59, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4260 + "author_account_age_days": 4263 }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 243, + "stars": 245, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 993 + "author_account_age_days": 996 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3698 + "author_account_age_days": 3700 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 441 + "author_account_age_days": 443 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 28, + "stars": 29, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1910 + "author_account_age_days": 1912 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 58, + "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5502 + "author_account_age_days": 5505 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 970 + "author_account_age_days": 973 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 9, - "last_update": "2024-11-09 12:16:20", - "author_account_age_days": 2673 + "last_update": "2024-11-13 08:11:28", + "author_account_age_days": 2676 }, "https://github.com/banodoco/steerable-motion": { "stars": 838, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 541 + "author_account_age_days": 544 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2438 + "author_account_age_days": 2441 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4266 + "author_account_age_days": 4269 }, "https://github.com/bash-j/mikey_nodes": { "stars": 110, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4327 + "author_account_age_days": 4329 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 502 + "author_account_age_days": 505 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, - "last_update": "2024-11-08 14:12:56", - "author_account_age_days": 2050 + "last_update": "2024-11-13 14:08:56", + "author_account_age_days": 2052 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3647 + "author_account_age_days": 3649 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 196 + "author_account_age_days": 199 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3013 + "author_account_age_days": 3015 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 43, "last_update": "2024-11-10 09:05:45", - "author_account_age_days": 293 + "author_account_age_days": 296 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 35, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 293 + "author_account_age_days": 296 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { - "stars": 13, - "last_update": "2024-10-31 20:11:49", - "author_account_age_days": 293 + "stars": 14, + "last_update": "2024-11-13 02:29:21", + "author_account_age_days": 296 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 110, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 293 + "author_account_age_days": 296 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { - "stars": 22, + "stars": 23, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 293 + "author_account_age_days": 296 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 156, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 413 + "author_account_age_days": 415 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 207 + "author_account_age_days": 210 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 452 + "author_account_age_days": 455 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4706 + "author_account_age_days": 4709 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4884 + "author_account_age_days": 4887 + }, + "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { + "stars": 1, + "last_update": "2024-11-13 00:46:02", + "author_account_age_days": 50 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4237 + "author_account_age_days": 4240 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3795 + "author_account_age_days": 3798 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 570 + "author_account_age_days": 573 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1733 + "author_account_age_days": 1736 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 283, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4379 + "author_account_age_days": 4382 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5295 + "author_account_age_days": 5297 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2505 + "author_account_age_days": 2508 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4825 + "author_account_age_days": 4828 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1314 + "author_account_age_days": 1317 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1314 + "author_account_age_days": 1317 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1314 + "author_account_age_days": 1317 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1314 + "author_account_age_days": 1317 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3442 + "author_account_age_days": 3445 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3442 + "author_account_age_days": 3445 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1908 + "author_account_age_days": 1911 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, - "last_update": "2024-11-04 03:30:49", - "author_account_age_days": 671 + "last_update": "2024-11-12 04:10:25", + "author_account_age_days": 673 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 350, + "stars": 351, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1344 + "author_account_age_days": 1346 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1344 + "author_account_age_days": 1346 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3435 + "author_account_age_days": 3438 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5151 + "author_account_age_days": 5154 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3538 + "author_account_age_days": 3541 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3538 + "author_account_age_days": 3541 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 30, "last_update": "2024-08-01 09:56:36", - "author_account_age_days": 2821 + "author_account_age_days": 2824 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 110, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1293 + "author_account_age_days": 1295 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3975 + "author_account_age_days": 3978 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3975 + "author_account_age_days": 3978 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 495 + "author_account_age_days": 498 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 495 + "author_account_age_days": 498 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-10-25 16:44:59", - "author_account_age_days": 1333 + "author_account_age_days": 1335 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 387, + "stars": 388, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 125, + "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 48, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 209, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 135, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 205, + "stars": 206, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 145, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 97, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 36, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 473 + "author_account_age_days": 476 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3555 + "author_account_age_days": 3557 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1669 + "author_account_age_days": 1672 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 231, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 19, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1456, + "stars": 1475, "last_update": "2024-11-08 16:40:49", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 90, + "stars": 95, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 92, + "stars": 93, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 45, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 2988 + "author_account_age_days": 2991 }, "https://github.com/choey/Comfy-Topaz": { "stars": 60, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5662 + "author_account_age_days": 5665 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4112 + "author_account_age_days": 4114 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1936 + "author_account_age_days": 1939 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 67, + "stars": 68, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 872 + "author_account_age_days": 874 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 30, - "last_update": "2024-11-11 03:02:30", - "author_account_age_days": 4205 + "last_update": "2024-11-13 01:12:15", + "author_account_age_days": 4207 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 255, + "stars": 257, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4205 + "author_account_age_days": 4207 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4205 + "author_account_age_days": 4207 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4205 + "author_account_age_days": 4207 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 498, + "stars": 499, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4205 + "author_account_age_days": 4207 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 740 + "author_account_age_days": 743 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2194 + "author_account_age_days": 2197 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 164, + "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 24, + "stars": 26, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5510 + "author_account_age_days": 5512 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 993, + "stars": 1002, "last_update": "2024-11-06 13:04:04", - "author_account_age_days": 637 + "author_account_age_days": 639 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 77, + "stars": 78, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 637 + "author_account_age_days": 639 }, "https://github.com/city96/ComfyUI_DiT": { - "stars": 4, + "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 637 + "author_account_age_days": 639 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 386, + "stars": 388, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 637 + "author_account_age_days": 639 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 346, + "stars": 347, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 637 + "author_account_age_days": 639 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 240, + "stars": 241, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 637 + "author_account_age_days": 639 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 133, + "stars": 134, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 637 + "author_account_age_days": 639 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2644 + "author_account_age_days": 2647 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 104, + "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 738 + "author_account_age_days": 740 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2840 + "author_account_age_days": 2843 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-11 03:33:57", - "author_account_age_days": 2968 + "author_account_age_days": 2971 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2938 + "author_account_age_days": 2940 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56149, - "last_update": "2024-11-11 03:42:28", - "author_account_age_days": 688 + "stars": 56414, + "last_update": "2024-11-13 12:18:40", + "author_account_age_days": 691 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 500, + "stars": 501, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 688 + "author_account_age_days": 691 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 159, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 688 + "author_account_age_days": 691 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2040 + "author_account_age_days": 2043 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4749 + "author_account_age_days": 4751 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4802 + "author_account_age_days": 4805 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 94, + "stars": 96, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4802 + "author_account_age_days": 4805 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 65, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3196 + "author_account_age_days": 3198 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3196 + "author_account_age_days": 3198 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 206 + "author_account_age_days": 208 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 206 + "author_account_age_days": 208 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 248 + "author_account_age_days": 250 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 248 + "author_account_age_days": 250 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 63, + "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 248 + "author_account_age_days": 250 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1265 + "author_account_age_days": 1267 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 801, + "stars": 807, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4257 + "author_account_age_days": 4259 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 37, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4257 + "author_account_age_days": 4259 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 68, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 337, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4110, + "stars": 4118, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1281, + "stars": 1287, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 598, + "stars": 600, "last_update": "2024-10-25 06:01:55", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 688, + "stars": 690, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3392 + "author_account_age_days": 3394 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2069 + "author_account_age_days": 2072 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4373 + "author_account_age_days": 4376 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 9, - "last_update": "2024-10-06 09:00:04", - "author_account_age_days": 529 + "last_update": "2024-11-13 14:06:47", + "author_account_age_days": 532 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 529 + "author_account_age_days": 532 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 529 + "author_account_age_days": 532 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 529 + "author_account_age_days": 532 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 11, - "last_update": "2024-11-01 19:38:08", - "author_account_age_days": 529 + "last_update": "2024-11-13 16:28:37", + "author_account_age_days": 532 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1729 + "author_account_age_days": 1732 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 815 + "author_account_age_days": 818 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 200, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4211 + "author_account_age_days": 4214 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 236, + "stars": 237, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2544 + "author_account_age_days": 2547 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3491 + "author_account_age_days": 3494 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 21, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3491 + "author_account_age_days": 3494 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-09-10 20:37:22", - "author_account_age_days": 5463 + "author_account_age_days": 5466 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4568 + "author_account_age_days": 4571 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4604 + "author_account_age_days": 4606 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 297 + "author_account_age_days": 300 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 39, - "last_update": "2024-11-03 09:23:45", - "author_account_age_days": 234 + "last_update": "2024-11-12 09:54:43", + "author_account_age_days": 237 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 91, + "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 234 + "author_account_age_days": 237 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 8, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 234 + "author_account_age_days": 237 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 72, + "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 234 + "author_account_age_days": 237 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 234 + "author_account_age_days": 237 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 234 + "author_account_age_days": 237 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 234 + "author_account_age_days": 237 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4675 + "author_account_age_days": 4677 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 77, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4675 + "author_account_age_days": 4677 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3636 + "author_account_age_days": 3639 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5435 + "author_account_age_days": 5438 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5435 + "author_account_age_days": 5438 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 9, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 49 + "author_account_age_days": 51 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6114 + "author_account_age_days": 6116 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6114 + "author_account_age_days": 6116 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 175, - "last_update": "2024-11-10 03:00:50", - "author_account_age_days": 4344 + "stars": 187, + "last_update": "2024-11-11 18:33:34", + "author_account_age_days": 4346 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4344 + "author_account_age_days": 4346 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4130 + "author_account_age_days": 4133 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 144, + "stars": 145, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4657 + "author_account_age_days": 4660 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 191, + "stars": 192, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3554 + "author_account_age_days": 3556 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4025 + "author_account_age_days": 4028 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 67, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4910 + "author_account_age_days": 4913 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 5, + "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1609 + "author_account_age_days": 1612 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1609 + "author_account_age_days": 1612 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 105, + "stars": 106, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1609 + "author_account_age_days": 1612 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 270, + "stars": 272, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4423 + "author_account_age_days": 4426 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 36, + "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1989 + "author_account_age_days": 1992 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4644 + "author_account_age_days": 4646 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4644 + "author_account_age_days": 4646 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4313 + "author_account_age_days": 4315 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3909 + "author_account_age_days": 3912 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3917 + "author_account_age_days": 3919 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 428 + "author_account_age_days": 431 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 669 + "author_account_age_days": 671 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4943 + "author_account_age_days": 4945 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2602 + "author_account_age_days": 2605 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2857 + "author_account_age_days": 2860 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, - "last_update": "2024-11-08 05:02:18", - "author_account_age_days": 2273 + "last_update": "2024-11-12 12:43:52", + "author_account_age_days": 2275 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 64, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 412 + "author_account_age_days": 414 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 25, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 412 + "author_account_age_days": 414 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 341 + "author_account_age_days": 344 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2662 + "author_account_age_days": 2665 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 275, + "stars": 281, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 136 + "author_account_age_days": 139 }, "https://github.com/evanspearman/ComfyMath": { "stars": 83, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4378 + "author_account_age_days": 4380 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, - "last_update": "2024-10-22 22:27:41", - "author_account_age_days": 423 + "last_update": "2024-11-13 01:13:44", + "author_account_age_days": 426 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1135 + "author_account_age_days": 1137 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 74 + "author_account_age_days": 76 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-10-09 09:08:33", - "author_account_age_days": 2188 + "author_account_age_days": 2190 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 109, + "stars": 110, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2074 + "author_account_age_days": 2076 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 11, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2074 + "author_account_age_days": 2076 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 9, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 495 + "author_account_age_days": 498 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 701 + "author_account_age_days": 704 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1698 + "author_account_age_days": 1701 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5183 + "author_account_age_days": 5186 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5183 + "author_account_age_days": 5186 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5183 + "author_account_age_days": 5186 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 36, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3616 + "author_account_age_days": 3618 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 140, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1876 + "author_account_age_days": 1878 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 292, - "last_update": "2024-11-07 19:36:31", - "author_account_age_days": 1876 + "stars": 295, + "last_update": "2024-11-11 21:45:28", + "author_account_age_days": 1878 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 333 + "author_account_age_days": 336 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 10, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 333 + "author_account_age_days": 336 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { - "stars": 140, + "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 333 + "author_account_age_days": 336 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 333 + "author_account_age_days": 336 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 903, + "stars": 908, "last_update": "2024-09-21 09:03:50", - "author_account_age_days": 333 + "author_account_age_days": 336 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 237, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 333 + "author_account_age_days": 336 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { - "stars": 141, + "stars": 140, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 413 + "author_account_age_days": 416 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 207, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 413 + "author_account_age_days": 416 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 427, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 413 + "author_account_age_days": 416 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3635 + "author_account_age_days": 3637 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3761 + "author_account_age_days": 3764 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5247 + "author_account_age_days": 5250 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5247 + "author_account_age_days": 5250 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5247 + "author_account_age_days": 5250 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 464 + "author_account_age_days": 467 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 1, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2460 + "author_account_age_days": 2463 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 580 + "author_account_age_days": 583 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 511, + "stars": 512, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 580 + "author_account_age_days": 583 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 580 + "author_account_age_days": 583 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2345 + "author_account_age_days": 2348 }, "https://github.com/fssorc/ComfyUI_FFT": { - "stars": 5, + "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4726 + "author_account_age_days": 4729 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 94, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4726 + "author_account_age_days": 4729 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4726 + "author_account_age_days": 4729 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 12, + "stars": 13, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2120 + "author_account_age_days": 2123 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2096 + "author_account_age_days": 2099 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5092 + "author_account_age_days": 5094 }, "https://github.com/get-salt-AI/SaltAI": { - "stars": 79, + "stars": 80, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 256 + "author_account_age_days": 258 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 256 + "author_account_age_days": 258 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 315, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 256 + "author_account_age_days": 258 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 3998 + "author_account_age_days": 4001 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2151 + "author_account_age_days": 2154 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 196, + "stars": 198, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4377 + "author_account_age_days": 4380 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5138 + "author_account_age_days": 5141 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4042 + "author_account_age_days": 4045 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4042 + "author_account_age_days": 4045 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4042 + "author_account_age_days": 4045 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4042 + "author_account_age_days": 4045 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4042 + "author_account_age_days": 4045 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 152, "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2637 + "author_account_age_days": 2640 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 32, "last_update": "2024-09-18 18:37:02", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3885 + "author_account_age_days": 3888 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3885 + "author_account_age_days": 3888 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 93 + "author_account_age_days": 96 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, - "last_update": "2024-10-05 23:13:32", - "author_account_age_days": 1869 + "last_update": "2024-11-13 14:48:56", + "author_account_age_days": 1871 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3253 + "author_account_age_days": 3255 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1197 + "author_account_age_days": 1200 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1197 + "author_account_age_days": 1200 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1197 + "author_account_age_days": 1200 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 407, + "stars": 409, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1197 + "author_account_age_days": 1200 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 21, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2601 + "author_account_age_days": 2603 }, "https://github.com/googincheng/ComfyUX": { - "stars": 149, + "stars": 150, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2928 + "author_account_age_days": 2931 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 114, + "stars": 115, "last_update": "2024-11-11 00:18:37", - "author_account_age_days": 660 + "author_account_age_days": 663 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 39, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3986 + "author_account_age_days": 3988 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1295 + "author_account_age_days": 1297 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4332 + "author_account_age_days": 4335 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 41 + "author_account_age_days": 44 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 1990 + "author_account_age_days": 1993 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4976 + "author_account_age_days": 4979 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 245 + "author_account_age_days": 247 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4806 + "author_account_age_days": 4809 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4806 + "author_account_age_days": 4809 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4806 + "author_account_age_days": 4809 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4806 + "author_account_age_days": 4809 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4806 + "author_account_age_days": 4809 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4806 + "author_account_age_days": 4809 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { - "stars": 8, - "last_update": "2024-11-10 11:55:04", - "author_account_age_days": 2077 + "stars": 9, + "last_update": "2024-11-12 09:17:03", + "author_account_age_days": 2079 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 55, - "last_update": "2024-11-11 04:28:12", - "author_account_age_days": 2077 + "last_update": "2024-11-11 06:22:03", + "author_account_age_days": 2079 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 487 + "author_account_age_days": 489 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 487 + "author_account_age_days": 489 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 986, - "last_update": "2024-11-06 10:45:45", - "author_account_age_days": 3034 + "stars": 994, + "last_update": "2024-11-13 08:48:03", + "author_account_age_days": 3037 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3034 + "author_account_age_days": 3037 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 43, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 646 + "author_account_age_days": 649 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1942 + "author_account_age_days": 1944 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 158, + "stars": 160, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5251 + "author_account_age_days": 5254 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1731 + "author_account_age_days": 1734 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 1, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4782 + "author_account_age_days": 4785 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4772 + "author_account_age_days": 4774 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4772 + "author_account_age_days": 4774 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 528, + "stars": 529, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3015 + "author_account_age_days": 3018 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1478, + "stars": 1483, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3015 + "author_account_age_days": 3018 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 52, + "stars": 53, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3015 + "author_account_age_days": 3018 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3015 + "author_account_age_days": 3018 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 116, + "stars": 117, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3015 + "author_account_age_days": 3018 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 418, + "stars": 421, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3015 + "author_account_age_days": 3018 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5780 + "author_account_age_days": 5782 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1506 + "author_account_age_days": 1508 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 579 + "author_account_age_days": 582 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 579 + "author_account_age_days": 582 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3027 + "author_account_age_days": 3030 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4053 + "author_account_age_days": 4055 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3250 + "author_account_age_days": 3252 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1696 + "author_account_age_days": 1699 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4245 + "author_account_age_days": 4248 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 148, + "stars": 151, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3189 + "author_account_age_days": 3191 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5431 + "author_account_age_days": 5433 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { - "stars": 15, + "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3002 + "author_account_age_days": 3004 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3002 + "author_account_age_days": 3004 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 511, - "last_update": "2024-11-10 19:08:59", - "author_account_age_days": 3002 + "last_update": "2024-11-11 11:51:30", + "author_account_age_days": 3004 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, - "last_update": "2024-10-02 10:33:51", - "author_account_age_days": 768 + "last_update": "2024-11-12 09:30:45", + "author_account_age_days": 771 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 29, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1028 + "author_account_age_days": 1031 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2367 + "author_account_age_days": 2369 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4565 + "author_account_age_days": 4568 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4010 + "author_account_age_days": 4013 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4010 + "author_account_age_days": 4013 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 979, + "stars": 987, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4010 + "author_account_age_days": 4013 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 35, + "stars": 36, "last_update": "2024-11-06 11:24:35", - "author_account_age_days": 1711 + "author_account_age_days": 1714 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1116 + "author_account_age_days": 1119 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 15, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2666 + "author_account_age_days": 2669 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 61, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2666 + "author_account_age_days": 2669 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 716 + "author_account_age_days": 719 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { - "stars": 1, + "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4610 + "author_account_age_days": 4613 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3070 + "author_account_age_days": 3073 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 126, "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3791 + "author_account_age_days": 3794 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3176 + "author_account_age_days": 3179 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 287, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1425 + "author_account_age_days": 1428 }, "https://github.com/jitcoder/lora-info": { - "stars": 62, + "stars": 63, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4180 + "author_account_age_days": 4182 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 6, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3788 + "author_account_age_days": 3791 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4351 + "author_account_age_days": 4354 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4736 + "author_account_age_days": 4739 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4124 + "author_account_age_days": 4126 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 341, + "stars": 344, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 347 + "author_account_age_days": 350 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 128, + "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4937 + "author_account_age_days": 4940 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 18, + "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5133 + "author_account_age_days": 5135 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 829 + "author_account_age_days": 831 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2003 + "author_account_age_days": 2006 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4069 + "author_account_age_days": 4072 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 9, - "last_update": "2024-11-08 13:51:24", - "author_account_age_days": 4892 + "stars": 12, + "last_update": "2024-11-13 11:50:46", + "author_account_age_days": 4895 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 63, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4892 + "author_account_age_days": 4895 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4892 + "author_account_age_days": 4895 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 141, - "last_update": "2024-11-01 07:24:31", - "author_account_age_days": 1251 + "stars": 142, + "last_update": "2024-11-12 12:15:46", + "author_account_age_days": 1254 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 55, - "last_update": "2024-11-02 18:04:13", - "author_account_age_days": 2928 + "last_update": "2024-11-11 04:37:48", + "author_account_age_days": 2931 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3614 + "author_account_age_days": 3617 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2346 + "author_account_age_days": 2349 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { - "stars": 4, + "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1406 + "author_account_age_days": 1409 }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 20, + "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2469 + "author_account_age_days": 2471 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 43, + "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2469 + "author_account_age_days": 2471 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1751 + "author_account_age_days": 1754 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1751 + "author_account_age_days": 1754 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1751 + "author_account_age_days": 1754 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1751 + "author_account_age_days": 1754 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1650 + "author_account_age_days": 1653 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2801 + "author_account_age_days": 2803 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 893 + "author_account_age_days": 895 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4267 + "author_account_age_days": 4270 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4267 + "author_account_age_days": 4270 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 158, + "stars": 159, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4267 + "author_account_age_days": 4270 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5029 + "author_account_age_days": 5031 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1098 + "author_account_age_days": 1101 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 162, + "stars": 163, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 61, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 186, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 784, - "last_update": "2024-11-10 23:31:16", - "author_account_age_days": 2322 + "stars": 823, + "last_update": "2024-11-13 13:37:50", + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 152, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 111, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 194, + "stars": 197, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 629, + "stars": 630, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 110, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 740, + "stars": 746, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 477, - "last_update": "2024-11-06 22:18:14", - "author_account_age_days": 2322 + "stars": 482, + "last_update": "2024-11-11 09:14:43", + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 86, + "stars": 116, "last_update": "2024-11-10 15:40:55", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 754, + "stars": 758, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 630, - "last_update": "2024-11-07 08:58:40", - "author_account_age_days": 2322 + "stars": 640, + "last_update": "2024-11-12 14:39:23", + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 556, + "stars": 558, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { - "stars": 75, + "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { - "stars": 50, + "stars": 51, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1618, + "stars": 1626, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 86, + "stars": 87, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 184, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 464, + "stars": 465, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 324, + "stars": 328, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 16, + "stars": 17, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 249, - "last_update": "2024-11-07 19:50:58", - "author_account_age_days": 2322 + "stars": 253, + "last_update": "2024-11-13 16:47:33", + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1578, + "stars": 1580, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 158, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 92, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 636, + "stars": 643, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 608 + "author_account_age_days": 610 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { - "stars": 20, + "stars": 24, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 608 + "author_account_age_days": 610 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 608 + "author_account_age_days": 610 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 608 + "author_account_age_days": 610 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/klinter007/klinter_nodes": { - "stars": 16, + "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 565 + "author_account_age_days": 567 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 339 + "author_account_age_days": 342 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 171, + "stars": 173, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1948 + "author_account_age_days": 1951 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 723 + "author_account_age_days": 725 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 70, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 723 + "author_account_age_days": 725 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2659 + "author_account_age_days": 2662 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 747 + "author_account_age_days": 750 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1080 + "author_account_age_days": 1083 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 916 + "author_account_age_days": 918 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1306 + "author_account_age_days": 1309 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2970 + "author_account_age_days": 2973 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2970 + "author_account_age_days": 2973 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2970 + "author_account_age_days": 2973 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2970 + "author_account_age_days": 2973 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2970 + "author_account_age_days": 2973 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2970 + "author_account_age_days": 2973 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 27, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3215 + "author_account_age_days": 3218 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 290 + "author_account_age_days": 292 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2421 + "author_account_age_days": 2423 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 3, "last_update": "2024-11-02 19:34:48", - "author_account_age_days": 2421 + "author_account_age_days": 2423 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2421 + "author_account_age_days": 2423 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 11, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 9, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 2, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 4, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3918 + "author_account_age_days": 3921 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, "last_update": "2024-11-07 19:21:19", - "author_account_age_days": 2750 + "author_account_age_days": 2752 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { - "stars": 6, + "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3636 + "author_account_age_days": 3639 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 20, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4215 + "author_account_age_days": 4217 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1829 + "author_account_age_days": 1832 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4198 + "author_account_age_days": 4200 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 4, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1407 + "author_account_age_days": 1410 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3049 + "author_account_age_days": 3052 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3931 + "author_account_age_days": 3934 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4186 + "author_account_age_days": 4189 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 56, + "stars": 57, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3347 + "author_account_age_days": 3350 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3347 + "author_account_age_days": 3350 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3347 + "author_account_age_days": 3350 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 90, "last_update": "2024-08-27 08:48:27", - "author_account_age_days": 3347 + "author_account_age_days": 3350 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3347 + "author_account_age_days": 3350 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2603 + "author_account_age_days": 2605 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 225, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 239 + "author_account_age_days": 241 }, "https://github.com/lks-ai/anynode": { - "stars": 495, + "stars": 496, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 239 + "author_account_age_days": 241 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 72, + "stars": 74, "last_update": "2024-11-09 16:39:08", - "author_account_age_days": 2233 + "author_account_age_days": 2235 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 48, - "last_update": "2024-11-06 09:03:09", - "author_account_age_days": 2232 + "stars": 49, + "last_update": "2024-11-11 05:33:24", + "author_account_age_days": 2235 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 590, + "stars": 606, "last_update": "2024-10-26 19:37:51", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 172, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 219, + "stars": 229, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-RefUNet": { - "stars": 41, + "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-SEGAttention": { - "stars": 32, + "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4304 + "author_account_age_days": 4307 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4304 + "author_account_age_days": 4307 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4304 + "author_account_age_days": 4307 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4304 + "author_account_age_days": 4307 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4907 + "author_account_age_days": 4909 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4907 + "author_account_age_days": 4909 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 350, + "stars": 358, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4190 + "author_account_age_days": 4193 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 29, + "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4190 + "author_account_age_days": 4193 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3802 + "author_account_age_days": 3805 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1872, + "stars": 1880, "last_update": "2024-11-09 10:48:29", - "author_account_age_days": 602 + "author_account_age_days": 604 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 423, + "stars": 424, "last_update": "2024-11-05 09:07:48", - "author_account_age_days": 602 + "author_account_age_days": 604 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 6844, - "last_update": "2024-11-09 13:15:49", - "author_account_age_days": 602 + "stars": 6889, + "last_update": "2024-11-13 16:54:49", + "author_account_age_days": 604 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 29, + "stars": 30, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3947 + "author_account_age_days": 3949 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-09 22:48:50", - "author_account_age_days": 2174 + "last_update": "2024-11-12 23:23:46", + "author_account_age_days": 2177 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 178, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1251 + "author_account_age_days": 1253 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 455 + "author_account_age_days": 457 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 600 + "author_account_age_days": 603 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2497 + "author_account_age_days": 2500 }, "https://github.com/maludwig/basix_image_filters": { "stars": 1, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3646 + "author_account_age_days": 3648 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 163, + "stars": 164, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5894 + "author_account_age_days": 5896 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1306 + "author_account_age_days": 1309 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 47, + "stars": 48, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4554 + "author_account_age_days": 4557 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4554 + "author_account_age_days": 4557 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4915 + "author_account_age_days": 4917 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3018 + "author_account_age_days": 3020 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2971 + "author_account_age_days": 2973 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1546 + "author_account_age_days": 1549 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 57, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2879 + "author_account_age_days": 2882 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4689 + "author_account_age_days": 4692 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 217, + "stars": 218, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3060 + "author_account_age_days": 3062 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4461 + "author_account_age_days": 4464 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4461 + "author_account_age_days": 4464 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1124, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2241 + "author_account_age_days": 2244 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3342 + "author_account_age_days": 3345 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3342 + "author_account_age_days": 3345 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3342 + "author_account_age_days": 3345 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4579 + "author_account_age_days": 4582 }, "https://github.com/melMass/comfy_mtb": { "stars": 446, "last_update": "2024-11-05 17:00:46", - "author_account_age_days": 3885 + "author_account_age_days": 3887 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3812 + "author_account_age_days": 3814 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 14, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5613 + "author_account_age_days": 5615 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 762 + "author_account_age_days": 765 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2457 + "author_account_age_days": 2460 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 142 + "author_account_age_days": 144 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 243, + "stars": 250, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 607 + "author_account_age_days": 610 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2147 + "author_account_age_days": 2150 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2801 + "author_account_age_days": 2803 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2703 + "author_account_age_days": 2706 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 42, + "stars": 50, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6056 + "author_account_age_days": 6058 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6056 + "author_account_age_days": 6058 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 159, + "stars": 164, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 60 + "author_account_age_days": 63 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 42, + "stars": 44, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1360 + "author_account_age_days": 1363 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 877 + "author_account_age_days": 880 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 110 + "author_account_age_days": 113 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 110 + "author_account_age_days": 113 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4149 + "author_account_age_days": 4152 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4149 + "author_account_age_days": 4152 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4149 + "author_account_age_days": 4152 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-10-08 05:40:23", - "author_account_age_days": 839 + "author_account_age_days": 842 }, "https://github.com/modelscope/scepter": { - "stars": 424, + "stars": 425, "last_update": "2024-11-07 12:54:02", - "author_account_age_days": 839 + "author_account_age_days": 842 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4743 + "author_account_age_days": 4746 }, - "https://github.com/morino-kumasan/comfyui-utils": { + "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-09 20:24:22", - "author_account_age_days": 1463 + "last_update": "2024-11-13 02:34:18", + "author_account_age_days": 1466 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3610 + "author_account_age_days": 3613 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2440 + "author_account_age_days": 2443 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4220 + "author_account_age_days": 4222 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4077 + "author_account_age_days": 4080 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3085 + "author_account_age_days": 3088 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1519 + "author_account_age_days": 1522 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1519 + "author_account_age_days": 1522 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { - "stars": 3, - "last_update": "2024-11-07 02:56:39", - "author_account_age_days": 608 + "stars": 4, + "last_update": "2024-11-12 08:58:30", + "author_account_age_days": 611 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3814 + "author_account_age_days": 3816 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3814 + "author_account_age_days": 3816 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 179, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2865 + "author_account_age_days": 2867 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2865 + "author_account_age_days": 2867 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 417 + "author_account_age_days": 420 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 789 + "author_account_age_days": 791 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 3, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3791 + "author_account_age_days": 3793 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1158 + "author_account_age_days": 1161 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 74, + "stars": 75, "last_update": "2024-10-27 17:43:55", - "author_account_age_days": 1158 + "author_account_age_days": 1161 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1158 + "author_account_age_days": 1161 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4149 + "author_account_age_days": 4152 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4168 + "author_account_age_days": 4171 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 152, + "stars": 153, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1371 + "author_account_age_days": 1373 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 23, - "last_update": "2024-11-07 10:06:31", - "author_account_age_days": 4859 + "stars": 24, + "last_update": "2024-11-11 06:36:38", + "author_account_age_days": 4862 }, "https://github.com/niknah/quick-connections": { - "stars": 122, + "stars": 124, "last_update": "2024-11-07 00:26:06", - "author_account_age_days": 4859 + "author_account_age_days": 4862 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 1, - "last_update": "2024-10-01 15:10:14", - "author_account_age_days": 354 + "last_update": "2024-11-11 08:17:25", + "author_account_age_days": 357 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3127 + "author_account_age_days": 3130 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 475 + "author_account_age_days": 477 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3642 + "author_account_age_days": 3645 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 299 + "author_account_age_days": 302 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 8, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 299 + "author_account_age_days": 302 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 33, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 299 + "author_account_age_days": 302 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 299 + "author_account_age_days": 302 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 299 + "author_account_age_days": 302 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1802 + "author_account_age_days": 1805 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2882 + "author_account_age_days": 2885 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2261 + "author_account_age_days": 2264 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 198, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4044 + "author_account_age_days": 4047 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2700 + "author_account_age_days": 2702 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1857 + "author_account_age_days": 1859 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1232 + "author_account_age_days": 1234 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1232 + "author_account_age_days": 1234 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 633, - "last_update": "2024-09-07 10:04:22", - "author_account_age_days": 1316 + "stars": 637, + "last_update": "2024-11-11 16:15:51", + "author_account_age_days": 1318 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 89, + "stars": 90, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4923 + "author_account_age_days": 4925 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 14, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 692 + "author_account_age_days": 695 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2826 + "author_account_age_days": 2829 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1015 + "author_account_age_days": 1018 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 102 + "author_account_age_days": 104 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 127, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4646 + "author_account_age_days": 4648 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1694 + "author_account_age_days": 1696 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1216 + "author_account_age_days": 1219 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 25, + "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2542 + "author_account_age_days": 2545 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2922 + "author_account_age_days": 2925 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2469 + "author_account_age_days": 2472 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 981 + "author_account_age_days": 983 }, "https://github.com/palant/extended-saveimage-comfyui": { "stars": 22, "last_update": "2024-03-27 14:08:21", - "author_account_age_days": 5192 + "author_account_age_days": 5195 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 75, + "stars": 76, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5192 + "author_account_age_days": 5195 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 35, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5192 + "author_account_age_days": 5195 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 74, + "stars": 76, "last_update": "2024-10-11 23:51:43", - "author_account_age_days": 2270 + "author_account_age_days": 2273 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2270 + "author_account_age_days": 2273 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 215, + "stars": 217, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2270 + "author_account_age_days": 2273 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2456 + "author_account_age_days": 2459 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 177, + "stars": 178, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5219 + "author_account_age_days": 5222 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2826 + "author_account_age_days": 2829 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1369 + "author_account_age_days": 1372 + }, + "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { + "stars": 0, + "last_update": "2024-11-13 02:49:48", + "author_account_age_days": 5150 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 145, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 803 + "author_account_age_days": 806 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 38, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2428 + "author_account_age_days": 2431 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3192 + "author_account_age_days": 3195 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 726 + "author_account_age_days": 729 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 109 + "author_account_age_days": 112 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1642 + "author_account_age_days": 1645 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1642 + "author_account_age_days": 1645 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1642 + "author_account_age_days": 1645 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1642 + "author_account_age_days": 1645 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, - "last_update": "2024-11-09 09:00:24", - "author_account_age_days": 1640 + "last_update": "2024-11-13 16:54:30", + "author_account_age_days": 1642 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1202 + "author_account_age_days": 1204 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 92, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 462 + "author_account_age_days": 464 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 23, + "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1169 + "author_account_age_days": 1172 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1169 + "author_account_age_days": 1172 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1169 + "author_account_age_days": 1172 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 19, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1169 + "author_account_age_days": 1172 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5708 + "author_account_age_days": 5710 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1205, + "stars": 1218, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2836 + "author_account_age_days": 2839 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1828, + "stars": 1838, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 637 + "author_account_age_days": 640 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 642, + "stars": 647, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 637 + "author_account_age_days": 640 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 132, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 916 + "author_account_age_days": 919 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 916 + "author_account_age_days": 919 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 750 + "author_account_age_days": 753 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 47, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3356 + "author_account_age_days": 3359 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 900 + "author_account_age_days": 903 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 175 + "author_account_age_days": 178 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 81, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4633 + "author_account_age_days": 4636 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 25, + "stars": 26, "last_update": "2024-11-03 02:15:45", - "author_account_age_days": 2144 + "author_account_age_days": 2146 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3564 + "author_account_age_days": 3566 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1651 + "author_account_age_days": 1653 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 11, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5760 + "author_account_age_days": 5763 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 285, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2732 + "author_account_age_days": 2735 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 16, + "stars": 18, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 862 + "author_account_age_days": 864 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 279 + "author_account_age_days": 281 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 152, + "stars": 153, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1748 + "author_account_age_days": 1750 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4624 + "author_account_age_days": 4627 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1161, + "stars": 1178, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5114 + "author_account_age_days": 5116 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5776 + "author_account_age_days": 5779 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5776 + "author_account_age_days": 5779 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2820 + "author_account_age_days": 2822 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4972 + "author_account_age_days": 4975 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 786 + "author_account_age_days": 789 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3686 + "author_account_age_days": 3689 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 2, "last_update": "2024-10-14 21:52:50", - "author_account_age_days": 4244 + "author_account_age_days": 4247 + }, + "https://github.com/robtl2/ComfyUI-ComfyBridge": { + "stars": 0, + "last_update": "2024-11-13 14:59:26", + "author_account_age_days": 594 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 430 + "author_account_age_days": 432 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { - "stars": 1, - "last_update": "2024-11-08 18:56:56", - "author_account_age_days": 2449 + "stars": 2, + "last_update": "2024-11-13 17:21:01", + "author_account_age_days": 2452 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 95, "last_update": "2024-07-31 14:02:18", - "author_account_age_days": 4294 + "author_account_age_days": 4297 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2669 + "author_account_age_days": 2671 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2669 + "author_account_age_days": 2671 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 613 + "author_account_age_days": 616 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 209 + "author_account_age_days": 212 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 307 + "author_account_age_days": 310 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2560 + "author_account_age_days": 2562 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { - "stars": 2, + "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3829 + "author_account_age_days": 3831 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 276, + "stars": 283, "last_update": "2024-11-08 23:08:05", - "author_account_age_days": 3829 + "author_account_age_days": 3831 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4897 + "author_account_age_days": 4899 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 78 + "author_account_age_days": 80 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 374 + "author_account_age_days": 377 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5445 + "author_account_age_days": 5447 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5445 + "author_account_age_days": 5447 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3472 + "author_account_age_days": 3474 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 418, + "stars": 419, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1286, + "stars": 1290, "last_update": "2024-10-25 06:24:51", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 101, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 24, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5232 + "author_account_age_days": 5235 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 238, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1904 + "author_account_age_days": 1907 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 313, + "stars": 318, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1904 + "author_account_age_days": 1907 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1904 + "author_account_age_days": 1907 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 211, + "stars": 213, "last_update": "2024-11-08 08:49:35", - "author_account_age_days": 1904 + "author_account_age_days": 1907 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { - "stars": 32, + "stars": 33, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2363 + "author_account_age_days": 2365 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2363 + "author_account_age_days": 2365 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4447 + "author_account_age_days": 4450 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1766 + "author_account_age_days": 1768 }, "https://github.com/siliconflow/BizyAir": { - "stars": 343, - "last_update": "2024-11-11 02:23:39", - "author_account_age_days": 445 + "stars": 345, + "last_update": "2024-11-13 15:28:51", + "author_account_age_days": 448 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 18, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 445 + "author_account_age_days": 448 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1641 + "author_account_age_days": 1643 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 156, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1246 + "author_account_age_days": 1249 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 29, + "stars": 33, "last_update": "2024-11-05 01:54:28", - "author_account_age_days": 2266 + "author_account_age_days": 2269 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2222 + "author_account_age_days": 2224 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4079 + "author_account_age_days": 4081 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2854 + "author_account_age_days": 2857 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { - "stars": 15, + "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2861 + "author_account_age_days": 2863 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 51, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 12, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { - "stars": 33, + "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 2, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 27, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 266, + "stars": 268, "last_update": "2024-11-02 00:33:33", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 43, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 44, "last_update": "2024-10-26 04:13:37", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 121, - "last_update": "2024-11-11 00:49:49", - "author_account_age_days": 494 + "stars": 142, + "last_update": "2024-11-11 12:48:13", + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_OmniParser": { - "stars": 24, + "stars": 25, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 91, + "stars": 94, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 17, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 67, + "stars": 68, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 231, + "stars": 234, "last_update": "2024-10-28 02:17:55", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-09-16 00:51:56", - "author_account_age_days": 913 + "author_account_age_days": 915 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1707 + "author_account_age_days": 1709 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3399 + "author_account_age_days": 3402 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { - "stars": 22, + "stars": 23, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 547 + "author_account_age_days": 550 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2864 + "author_account_age_days": 2866 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 183, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2864 + "author_account_age_days": 2866 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2864 + "author_account_age_days": 2866 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 132, + "stars": 135, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { - "stars": 69, + "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 43, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 156, + "stars": 159, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4880 + "author_account_age_days": 4883 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 155, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4880 + "author_account_age_days": 4883 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5371 + "author_account_age_days": 5373 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 843, + "stars": 849, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1829 + "author_account_age_days": 1831 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 86, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1829 + "author_account_age_days": 1831 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1829 + "author_account_age_days": 1831 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1829 + "author_account_age_days": 1831 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 365, + "stars": 366, "last_update": "2024-10-27 13:34:43", - "author_account_age_days": 4223 + "author_account_age_days": 4226 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, - "last_update": "2024-11-08 08:54:00", - "author_account_age_days": 4267 + "last_update": "2024-11-11 12:14:38", + "author_account_age_days": 4270 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 4, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4267 + "author_account_age_days": 4270 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2691 + "author_account_age_days": 2694 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 740, + "stars": 744, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2691 + "author_account_age_days": 2694 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2766 + "author_account_age_days": 2769 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1985 + "author_account_age_days": 1988 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1985 + "author_account_age_days": 1988 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 27, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6070 + "author_account_age_days": 6072 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1015 + "author_account_age_days": 1018 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 27, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1015 + "author_account_age_days": 1018 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 588 + "author_account_age_days": 591 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-10-16 07:36:54", - "author_account_age_days": 871 + "author_account_age_days": 874 }, "https://github.com/syaofox/ComfyUI_fnodes": { - "stars": 6, + "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3295 + "author_account_age_days": 3298 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 110, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3275 + "author_account_age_days": 3278 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 68, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2038 + "author_account_age_days": 2040 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 15, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1147 + "author_account_age_days": 1149 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 66, + "stars": 67, "last_update": "2024-11-08 01:32:03", - "author_account_age_days": 1822 + "author_account_age_days": 1825 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 248, "last_update": "2024-11-08 01:32:28", - "author_account_age_days": 1822 + "author_account_age_days": 1825 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 14, + "stars": 15, "last_update": "2024-11-10 16:32:42", - "author_account_age_days": 46 + "author_account_age_days": 49 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5060 + "author_account_age_days": 5063 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 496, + "stars": 499, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 695 + "author_account_age_days": 698 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4111 + "author_account_age_days": 4114 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5238 + "author_account_age_days": 5240 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5238 + "author_account_age_days": 5240 }, "https://github.com/theUpsider/ComfyUI-Logic": { - "stars": 146, + "stars": 148, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2862 + "author_account_age_days": 2864 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 38, + "stars": 39, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2862 + "author_account_age_days": 2864 }, "https://github.com/thecooltechguy/ComfyUI-ComfyRun": { "stars": 82, "last_update": "2024-05-22 21:33:11", - "author_account_age_days": 2562 + "author_account_age_days": 2564 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 44, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2562 + "author_account_age_days": 2564 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { - "stars": 216, + "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2562 + "author_account_age_days": 2564 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 330, + "stars": 331, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2562 + "author_account_age_days": 2564 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 63, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 403 + "author_account_age_days": 405 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2480 + "author_account_age_days": 2482 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3090 + "author_account_age_days": 3092 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3464 + "author_account_age_days": 3467 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 675 + "author_account_age_days": 678 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4515 + "author_account_age_days": 4517 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 3999 + "author_account_age_days": 4001 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4457 + "author_account_age_days": 4460 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4510 + "author_account_age_days": 4512 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 518, "last_update": "2024-11-05 13:53:46", - "author_account_age_days": 3789 + "author_account_age_days": 3792 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3960 + "author_account_age_days": 3962 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 37, "last_update": "2024-08-02 04:55:20", - "author_account_age_days": 3280 + "author_account_age_days": 3283 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2397 + "author_account_age_days": 2400 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 0, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5528 + "author_account_age_days": 5531 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3100 + "author_account_age_days": 3102 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1668 + "author_account_age_days": 1671 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 115, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4897 + "author_account_age_days": 4899 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4897 + "author_account_age_days": 4899 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2888 + "author_account_age_days": 2891 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2805 + "author_account_age_days": 2807 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 755, + "stars": 756, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4207 + "author_account_age_days": 4210 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 224 + "author_account_age_days": 226 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 88, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3842 + "author_account_age_days": 3845 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4909 + "author_account_age_days": 4911 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1411 + "author_account_age_days": 1414 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2453 + "author_account_age_days": 2456 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 11, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1456 + "author_account_age_days": 1458 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1456 + "author_account_age_days": 1458 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 213 + "author_account_age_days": 215 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1523 + "author_account_age_days": 1525 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3097 + "author_account_age_days": 3100 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 996 + "author_account_age_days": 999 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4904 + "author_account_age_days": 4906 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2753 + "author_account_age_days": 2755 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3240 + "author_account_age_days": 3242 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3285 + "author_account_age_days": 3287 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3567 + "author_account_age_days": 3569 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1537 + "author_account_age_days": 1540 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 227, + "stars": 229, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2172 + "author_account_age_days": 2175 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2172 + "author_account_age_days": 2175 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 145, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1978 + "author_account_age_days": 1981 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1978 + "author_account_age_days": 1981 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5124 + "author_account_age_days": 5126 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1500 + "author_account_age_days": 1503 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1500 + "author_account_age_days": 1503 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 96, + "stars": 97, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2360 + "author_account_age_days": 2362 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3523 + "author_account_age_days": 3526 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 2, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2251 + "author_account_age_days": 2254 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1107 + "author_account_age_days": 1110 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 113 + "author_account_age_days": 116 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1752 + "author_account_age_days": 1755 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1919 + "author_account_age_days": 1922 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5626 + "author_account_age_days": 5629 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 591 + "author_account_age_days": 594 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2778 + "author_account_age_days": 2780 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4257 + "author_account_age_days": 4260 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3170 + "author_account_age_days": 3172 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5861 + "author_account_age_days": 5863 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5861 + "author_account_age_days": 5863 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 50, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1707 + "author_account_age_days": 1710 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2402 + "author_account_age_days": 2405 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4324 + "author_account_age_days": 4327 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5189 + "author_account_age_days": 5192 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 338, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1618 + "author_account_age_days": 1621 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 12, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3014 + "author_account_age_days": 3017 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4638 + "author_account_age_days": 4641 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4638 + "author_account_age_days": 4641 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4638 + "author_account_age_days": 4641 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1413 + "author_account_age_days": 1415 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1829 + "author_account_age_days": 1831 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4245 + "author_account_age_days": 4248 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4245 + "author_account_age_days": 4248 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2948 + "author_account_age_days": 2950 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2257 + "author_account_age_days": 2259 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3564 + "author_account_age_days": 3567 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3861 + "author_account_age_days": 3864 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 16, + "stars": 17, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 710 + "author_account_age_days": 713 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 83, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 691 + "author_account_age_days": 694 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 691 + "author_account_age_days": 694 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1036, + "stars": 1047, "last_update": "2024-11-10 03:36:22", - "author_account_age_days": 1480 + "author_account_age_days": 1483 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5003 + "author_account_age_days": 5005 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-09-26 05:33:05", - "author_account_age_days": 5003 + "author_account_age_days": 5005 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5003 + "author_account_age_days": 5005 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5003 + "author_account_age_days": 5005 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5003 + "author_account_age_days": 5005 }, "https://github.com/yolanother/DTAIImageToTextNode": { - "stars": 17, + "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5003 + "author_account_age_days": 5005 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 568 + "author_account_age_days": 571 }, "https://github.com/yuan199696/add_text_2_img": { - "stars": 1, + "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2582 + "author_account_age_days": 2585 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2582 + "author_account_age_days": 2585 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 80, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 7, + "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 70, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 74, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2292 + "author_account_age_days": 2295 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 131, - "last_update": "2024-11-10 22:25:52", - "author_account_age_days": 1039 + "stars": 138, + "last_update": "2024-11-11 14:09:31", + "author_account_age_days": 1042 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 727 + "author_account_age_days": 730 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4555 + "author_account_age_days": 4557 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4555 + "author_account_age_days": 4557 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4555 + "author_account_age_days": 4557 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2810 + "author_account_age_days": 2812 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2582 + "author_account_age_days": 2585 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 20, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5002 + "author_account_age_days": 5005 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 34, + "stars": 36, "last_update": "2024-11-09 02:50:10", - "author_account_age_days": 430 + "author_account_age_days": 433 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 430 + "author_account_age_days": 433 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3489 + "author_account_age_days": 3492 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3598 + "author_account_age_days": 3601 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4374 + "author_account_age_days": 4377 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1150, - "last_update": "2024-10-28 01:32:03", - "author_account_age_days": 178 + "stars": 1153, + "last_update": "2024-11-12 11:23:17", + "author_account_age_days": 181 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 15, "last_update": "2024-11-03 04:29:39", - "author_account_age_days": 3408 + "author_account_age_days": 3411 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2801 + "author_account_age_days": 2804 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 179, - "last_update": "2024-11-10 15:54:10", - "author_account_age_days": 4057 + "stars": 181, + "last_update": "2024-11-13 14:22:50", + "author_account_age_days": 4060 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5101 + "author_account_age_days": 5104 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 82fa7f75..97afa643 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,7 +13,16 @@ - + { + "author": "Anze-", + "title": "ComfyUI_deepDeband [WIP]", + "reference": "https://github.com/Anze-/ComfyUI_deepDeband", + "files": [ + "https://github.com/Anze-/ComfyUI_deepDeband" + ], + "install_type": "git-clone", + "description": "ComyUI wrapper for RaymondLZhou/deepDeband image and video debanding\nNOTE: The files in the repo are not organized." + }, { "author": "bmad4ever", "title": "Bmad Nodes [UNSAFE]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index ab21490a..30123a44 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -338,6 +338,14 @@ "title_aux": "ComfyUI-Xorbis-nodes" } ], + "https://github.com/Anze-/ComfyUI_deepDeband": [ + [ + "deepDeband Inference" + ], + { + "title_aux": "ComfyUI_deepDeband [WIP]" + } + ], "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [ [ "AccumulateNode", @@ -2005,6 +2013,7 @@ ], "https://github.com/evolox/ComfyUI-GeneraNodes": [ [ + "Genera.BatchPreviewer", "Genera.BatchTester", "Genera.GCPStorageNode" ], @@ -3188,6 +3197,7 @@ "LmcqImageSaver", "LmcqImageSaverTransit", "LmcqImageSaverWeb", + "LmcqInputValidator", "LmcqLoadFluxNF4Checkpoint" ], { @@ -3515,7 +3525,8 @@ ], "https://github.com/xiaoyumu/ComfyUI-XYNodes": [ [ - "PrimitiveBBOX" + "PrimitiveBBOX", + "StringToBBOX" ], { "title_aux": "ComfyUI-XYNodes" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index d894fae8..236f2316 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,1321 +2,1326 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4905 + "author_account_age_days": 4908 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 311 + "author_account_age_days": 313 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 80, + "stars": 82, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-10-27 00:31:19", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 48, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1599 + "author_account_age_days": 1602 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2616 + "author_account_age_days": 2619 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1570 + "author_account_age_days": 1572 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-10-17 07:33:52", - "author_account_age_days": 2244 + "author_account_age_days": 2247 + }, + "https://github.com/Anze-/ComfyUI_deepDeband": { + "stars": 2, + "last_update": "2024-11-12 19:13:59", + "author_account_age_days": 4096 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4214 + "author_account_age_days": 4216 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 49, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 570 + "author_account_age_days": 572 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 18, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2365 + "author_account_age_days": 2368 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 937 + "author_account_age_days": 940 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 386 + "author_account_age_days": 389 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4291 + "author_account_age_days": 4293 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2552 + "author_account_age_days": 2554 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 457 + "author_account_age_days": 460 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-07 17:46:08", - "author_account_age_days": 215 + "author_account_age_days": 217 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 16, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 37 + "author_account_age_days": 39 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2170 + "author_account_age_days": 2173 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 481 + "author_account_age_days": 483 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, - "last_update": "2024-11-07 22:43:00", - "author_account_age_days": 481 + "last_update": "2024-11-12 03:41:25", + "author_account_age_days": 483 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1171 + "author_account_age_days": 1174 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2727 + "author_account_age_days": 2730 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1763 + "author_account_age_days": 1765 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3289 + "author_account_age_days": 3292 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-09-28 14:56:11", - "author_account_age_days": 3271 + "author_account_age_days": 3274 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 577 + "author_account_age_days": 580 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1018 + "author_account_age_days": 1021 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2523 + "author_account_age_days": 2525 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1313 + "author_account_age_days": 1315 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 763 + "author_account_age_days": 766 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2054 + "author_account_age_days": 2056 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 67 + "author_account_age_days": 69 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 130, + "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 550 + "author_account_age_days": 553 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2718 + "author_account_age_days": 2720 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4767 + "author_account_age_days": 4769 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { - "stars": 7, + "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3408 + "author_account_age_days": 3410 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { - "stars": 2, + "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1163 + "author_account_age_days": 1165 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1031 + "author_account_age_days": 1033 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4652 + "author_account_age_days": 4655 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3329 + "author_account_age_days": 3332 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2118 + "author_account_age_days": 2121 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 303 + "author_account_age_days": 306 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 972 + "author_account_age_days": 975 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, - "last_update": "2024-11-06 16:43:12", - "author_account_age_days": 122 + "last_update": "2024-11-13 01:53:31", + "author_account_age_days": 124 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 633 + "author_account_age_days": 636 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3124 + "author_account_age_days": 3127 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1069 + "author_account_age_days": 1072 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 27, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 518 + "author_account_age_days": 520 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2859 + "author_account_age_days": 2862 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 21, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1634 + "author_account_age_days": 1636 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2170 + "author_account_age_days": 2172 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1197 + "author_account_age_days": 1200 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2691 + "author_account_age_days": 2693 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 461 + "author_account_age_days": 464 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5414 + "author_account_age_days": 5417 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 55, + "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 439 + "author_account_age_days": 442 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4179 + "author_account_age_days": 4182 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 348 + "author_account_age_days": 351 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1451 + "author_account_age_days": 1454 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1265 + "author_account_age_days": 1268 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 31, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1164 + "author_account_age_days": 1166 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 19, + "stars": 20, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1344 + "author_account_age_days": 1347 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-10-27 04:31:20", - "author_account_age_days": 2600 + "author_account_age_days": 2603 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3663 + "author_account_age_days": 3666 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1279 + "author_account_age_days": 1282 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3095 + "author_account_age_days": 3098 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2975 + "author_account_age_days": 2977 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 28, + "stars": 29, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 253 + "author_account_age_days": 256 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3612 + "author_account_age_days": 3614 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3869 + "author_account_age_days": 3871 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 246 + "author_account_age_days": 248 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 144 + "author_account_age_days": 147 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1909 + "author_account_age_days": 1912 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 85, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { - "stars": 217, + "stars": 216, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 479 + "author_account_age_days": 482 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4393 + "author_account_age_days": 4396 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3425 + "author_account_age_days": 3428 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 800 + "author_account_age_days": 802 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2485 + "author_account_age_days": 2487 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2415 + "author_account_age_days": 2417 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4088 + "author_account_age_days": 4091 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 64, + "stars": 69, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3763 + "author_account_age_days": 3766 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 970 + "author_account_age_days": 973 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-10-26 19:46:48", - "author_account_age_days": 2673 + "author_account_age_days": 2676 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4426 + "author_account_age_days": 4428 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5149 + "author_account_age_days": 5151 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 413 + "author_account_age_days": 415 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3943 + "author_account_age_days": 3945 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4652 + "author_account_age_days": 4654 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4652 + "author_account_age_days": 4654 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3248 + "author_account_age_days": 3251 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 125, + "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4973 + "author_account_age_days": 4976 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 1, "last_update": "2024-11-01 22:54:42", - "author_account_age_days": 1874 + "author_account_age_days": 1877 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3258 + "author_account_age_days": 3261 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56149, - "last_update": "2024-11-11 03:42:28", - "author_account_age_days": 688 + "stars": 56414, + "last_update": "2024-11-13 12:18:40", + "author_account_age_days": 691 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 324, + "stars": 326, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 688 + "author_account_age_days": 691 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 162 + "author_account_age_days": 165 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1955 + "author_account_age_days": 1957 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 230, + "stars": 229, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2127 + "author_account_age_days": 2129 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6114 + "author_account_age_days": 6116 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2462 + "author_account_age_days": 2465 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2387 + "author_account_age_days": 2389 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1065 + "author_account_age_days": 1067 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2911 + "author_account_age_days": 2914 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2613 + "author_account_age_days": 2615 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2613 + "author_account_age_days": 2615 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2734 + "author_account_age_days": 2737 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, - "last_update": "2024-10-22 22:27:41", - "author_account_age_days": 423 + "last_update": "2024-11-13 01:13:44", + "author_account_age_days": 426 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-10-09 09:08:33", - "author_account_age_days": 2188 + "author_account_age_days": 2190 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 413 + "author_account_age_days": 416 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-10-21 22:21:13", - "author_account_age_days": 2152 + "author_account_age_days": 2155 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4178 + "author_account_age_days": 4180 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 859 + "author_account_age_days": 861 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1565 + "author_account_age_days": 1567 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-09-08 14:01:21", - "author_account_age_days": 4195 + "author_account_age_days": 4197 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 199, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4195 + "author_account_age_days": 4197 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4195 + "author_account_age_days": 4197 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, - "last_update": "2024-08-19 22:32:44", - "author_account_age_days": 3100 + "last_update": "2024-11-12 20:37:32", + "author_account_age_days": 3102 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4042 + "author_account_age_days": 4045 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1523 + "author_account_age_days": 1526 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1683 + "author_account_age_days": 1686 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2279 + "author_account_age_days": 2282 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3117 + "author_account_age_days": 3120 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 440 + "author_account_age_days": 443 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 295 + "author_account_age_days": 297 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5183 + "author_account_age_days": 5186 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 116 + "author_account_age_days": 119 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3659 + "author_account_age_days": 3662 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1825 + "author_account_age_days": 1828 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2594 + "author_account_age_days": 2597 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1900 + "author_account_age_days": 1903 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1900 + "author_account_age_days": 1903 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-09 22:44:02", - "author_account_age_days": 1013 + "author_account_age_days": 1015 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 408 + "author_account_age_days": 411 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 778 + "author_account_age_days": 781 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 595 + "author_account_age_days": 598 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 160 + "author_account_age_days": 162 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5087 + "author_account_age_days": 5089 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4124 + "author_account_age_days": 4126 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2565 + "author_account_age_days": 2567 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 134, + "stars": 143, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 641 + "author_account_age_days": 644 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 192, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4892 + "author_account_age_days": 4895 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2469 + "author_account_age_days": 2471 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2469 + "author_account_age_days": 2471 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1650 + "author_account_age_days": 1653 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { - "stars": 74, + "stars": 75, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 567, - "last_update": "2024-11-06 21:38:10", - "author_account_age_days": 2322 + "stars": 583, + "last_update": "2024-11-11 13:54:57", + "author_account_age_days": 2325 }, "https://github.com/kijai/ComfyUI-VEnhancer": { - "stars": 58, + "stars": 59, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2322 + "author_account_age_days": 2325 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4686 + "author_account_age_days": 4689 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4686 + "author_account_age_days": 4689 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1080 + "author_account_age_days": 1083 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2792 + "author_account_age_days": 2794 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2970 + "author_account_age_days": 2973 }, "https://github.com/lcolok/ComfyUI-MagicAI": { - "stars": 4, - "last_update": "2024-11-11 04:01:30", - "author_account_age_days": 2553 + "stars": 6, + "last_update": "2024-11-13 02:47:27", + "author_account_age_days": 2556 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 50, + "stars": 51, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1512 + "author_account_age_days": 1515 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 6, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4215 + "author_account_age_days": 4217 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1829 + "author_account_age_days": 1832 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4506 + "author_account_age_days": 4509 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 100, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 817 + "author_account_age_days": 820 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 590, + "stars": 606, "last_update": "2024-10-26 19:37:51", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4304 + "author_account_age_days": 4307 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-10-19 10:57:08", - "author_account_age_days": 692 + "author_account_age_days": 695 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { - "stars": 217, + "stars": 219, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 602 + "author_account_age_days": 604 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-10-03 03:20:23", - "author_account_age_days": 531 + "author_account_age_days": 533 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 188 + "author_account_age_days": 191 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1945 + "author_account_age_days": 1947 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1922 + "author_account_age_days": 1924 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4554 + "author_account_age_days": 4557 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2395 + "author_account_age_days": 2397 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3675 + "author_account_age_days": 3678 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3885 + "author_account_age_days": 3887 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2457 + "author_account_age_days": 2460 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3543 + "author_account_age_days": 3545 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 99 + "author_account_age_days": 101 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 99 + "author_account_age_days": 101 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 2998 + "author_account_age_days": 3001 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 2, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2018 + "author_account_age_days": 2021 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2018 + "author_account_age_days": 2021 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3920 + "author_account_age_days": 3922 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4021 + "author_account_age_days": 4024 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4021 + "author_account_age_days": 4024 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4021 + "author_account_age_days": 4024 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4021 + "author_account_age_days": 4024 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { - "stars": 125, + "stars": 126, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 213 + "author_account_age_days": 215 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1158 + "author_account_age_days": 1161 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5007 + "author_account_age_days": 5010 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4688 + "author_account_age_days": 4691 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 8, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 299 + "author_account_age_days": 302 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4169 + "author_account_age_days": 4172 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 1, "last_update": "2024-11-05 17:56:10", - "author_account_age_days": 565 + "author_account_age_days": 568 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2469 + "author_account_age_days": 2472 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 981 + "author_account_age_days": 983 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 74, + "stars": 76, "last_update": "2024-10-11 23:51:43", - "author_account_age_days": 2270 + "author_account_age_days": 2273 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5263 + "author_account_age_days": 5266 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1376 + "author_account_age_days": 1379 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4382 + "author_account_age_days": 4385 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 297 + "author_account_age_days": 299 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 48, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1169 + "author_account_age_days": 1172 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2239 + "author_account_age_days": 2241 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 279 + "author_account_age_days": 281 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 430 + "author_account_age_days": 432 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3316 + "author_account_age_days": 3318 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 44 + "author_account_age_days": 47 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5219 + "author_account_age_days": 5222 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 374 + "author_account_age_days": 377 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4077 + "author_account_age_days": 4080 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, - "last_update": "2024-08-26 03:56:38", - "author_account_age_days": 927 + "last_update": "2024-11-11 14:04:59", + "author_account_age_days": 929 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3454 + "author_account_age_days": 3457 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4101 + "author_account_age_days": 4104 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4257 + "author_account_age_days": 4260 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4193 + "author_account_age_days": 4195 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2675 + "author_account_age_days": 2678 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4223 + "author_account_age_days": 4226 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3977 + "author_account_age_days": 3980 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1015 + "author_account_age_days": 1018 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, - "last_update": "2024-11-11 10:38:38", - "author_account_age_days": 4265 + "last_update": "2024-11-12 03:30:38", + "author_account_age_days": 4267 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 695 + "author_account_age_days": 698 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 557 + "author_account_age_days": 560 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3006 + "author_account_age_days": 3008 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 252 + "author_account_age_days": 255 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 180, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2919 + "author_account_age_days": 2922 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5338 + "author_account_age_days": 5341 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3078 + "author_account_age_days": 3080 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1962 + "author_account_age_days": 1965 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3037 + "author_account_age_days": 3040 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 145 + "author_account_age_days": 147 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2915 + "author_account_age_days": 2918 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 7, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4731 + "author_account_age_days": 4734 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 827 + "author_account_age_days": 830 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2613 + "author_account_age_days": 2615 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, - "last_update": "2024-10-30 00:06:42", - "author_account_age_days": 4156 + "last_update": "2024-11-13 01:43:17", + "author_account_age_days": 4159 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 90 + "author_account_age_days": 92 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 298, + "stars": 300, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3598 + "author_account_age_days": 3601 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2122 + "author_account_age_days": 2125 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index dd17c1ae..092586ef 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,59 @@ + { + "author": "akatz-ai", + "title": "ComfyUI-X-Portrait-Nodes", + "id": "comfyui-x-portrait-nodes", + "reference": "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes", + "files": [ + "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes" + ], + "install_type": "git-clone", + "description": "Implementation of X-Portrait nodes for ComfyUI, animate portraits with an input video and a reference image." + }, + { + "author": "Doctor Diffusion", + "title": "Schedulizer", + "id": "schedulizer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer" + ], + "install_type": "git-clone", + "description": "Nodes:Whisper Node, Prompt Schedule Converter. Convert song lyrics into a useable prompt travel schedule within comfyUI. Includes whisper large-v2." + }, + { + "author": "Doctor Diffusion", + "title": "MediaMixer", + "id": "mediamixer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer" + ], + "install_type": "git-clone", + "description": "Nodes:Youtube Downloader, Video Merge, Final Frame Selector. Combine two videos into one, output the last frame of a video and download audio and video from youtube within comfyUI" + }, + { + "author": "AIFSH", + "title": "MiniMates-ComfyUI", + "reference": "https://github.com/AIFSH/MiniMates-ComfyUI", + "files": [ + "https://github.com/AIFSH/MiniMates-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/MiniMates](https://github.com/kleinlee/MiniMates)" + }, + { + "author": "bombax-xiaoice", + "title": "ComfyUI-MagicDance", + "reference": "https://github.com/bombax-xiaoice/ComfyUI-MagicDance", + "files": [ + "https://github.com/bombax-xiaoice/ComfyUI-MagicDance" + ], + "install_type": "git-clone", + "description": "ComfyUI supports over [a/Boese0601/MagicDance](https://github.com/Boese0601/MagicDance)." + }, { "author": "phazei", "title": "Prompt Stash Saver Node for ComfyUI", @@ -42,6 +95,16 @@ "install_type": "git-clone", "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." }, + { + "author": "robtl2", + "title": "ComfyUI-ComfyBridge", + "reference": "https://github.com/robtl2/ComfyUI-ComfyBridge", + "files": [ + "https://github.com/robtl2/ComfyUI-ComfyBridge" + ], + "install_type": "git-clone", + "description": "A socket service that helps third-party DCC software maintain long-term image exchange with comfyUI." + }, { "author": "Isi-dev", "title": "ComfyUI-Animation_Nodes_and_Workflows", @@ -330,14 +393,14 @@ }, { "author": "morino-kumasan", - "title": "morino-kumasan/comfyui-utils", - "reference": "https://github.com/morino-kumasan/comfyui-utils", + "title": "comfyui-toml-prompt", + "reference": "https://github.com/morino-kumasan/comfyui-toml-prompt", "files": [ - "https://github.com/morino-kumasan/comfyui-utils" + "https://github.com/morino-kumasan/comfyui-toml-prompt" ], "description": "NODES:MultipleLoraLoader, PromptPicker, PromptHolder, MultilineStringConcat, StringSub", "install_type": "git-clone" - }, + }, { "author": "CY-CHENYUE", "title": "ComfyUI-OmniGenX", @@ -625,101 +688,6 @@ ], "install_type": "git-clone", "description": "A set of custom nodes for ComfyUI that provides enhanced string manipulation and prompt variant generation functionality for AI workflows." - }, - { - "author": "lgldlk", - "title": "ComfyUI-PC-ding-dong", - "reference": "https://github.com/lgldlk/ComfyUI-PC-ding-dong", - "files": [ - "https://github.com/lgldlk/ComfyUI-PC-ding-dong" - ], - "install_type": "git-clone", - "description": "Just like when your pizza is ready and the oven goes 'Ding! 🍕', this plugin lets your ComfyUI notify you when your AI creations are done baking!\nA ComfyUI custom node that sends you a friendly 'ding-dong' notification when your workflows are fully cooked and ready to serve. No more staring at the screen waiting - let the AI kitchen tell you when dinner's ready! 👨‍🍳" - }, - { - "author": "raspie10032", - "title": "ComfyUI NAI Prompt Converter", - "reference": "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter", - "files": [ - "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter" - ], - "install_type": "git-clone", - "description": "A custom node extension for ComfyUI that enables conversion between NovelAI and ComfyUI prompt formats, along with extraction of NovelAI metadata from PNG images." - }, - { - "author": "Wakfull33", - "title": "ComfyUI-SaveImageCivitAI", - "reference": "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI", - "files": [ - "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI" - ], - "install_type": "git-clone", - "description": "A custom node allowing to save images with CIVITAI readable datas" - }, - { - "author": "mithamunda", - "title": "SD3.5 Empty Latent Size Picker", - "reference": "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker", - "files": [ - "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker" - ], - "install_type": "git-clone", - "description": "A utility node for generating empty latent tensors in Stable Diffusion v3.5-compatible resolutions. This node allows for custom batch sizes, width/height overrides, and inverting aspect ratios, ensuring flexibility and compatibility in ComfyUI workflows." - }, - { - "author": "ruucm", - "title": "Ruucm's ComfyUI Nodes", - "id": "ruucm", - "reference": "https://github.com/ruucm/ruucm-comfy", - "nodename_pattern": " \\(ruucm\\)$", - "files": [ - "https://github.com/ruucm/ruucm-comfy" - ], - "install_type": "git-clone", - "description": "Nodes: Load External LoRA Model Only" - }, - { - "author": "clhui", - "title": "Free computing tool for ComfyUI", - "id": "CLHFreeComputingTool", - "reference": "https://github.com/clhui/ComfyUi-clh-Tool", - "files": [ - "https://github.com/clhui/ComfyUi-clh-Tool" - ], - "install_type": "git-clone", - "description": "Some mathematical calculation nodes, string calculation nodes, can customize the number of parameters and calculation formulas. The calculation content can also be displayed in places such as the label title of Comfy Node,String to Image Title Label" - }, - { - "author": "AIFSH", - "title": "IMAGDressing-ComfyUI", - "reference": "https://github.com/AIFSH/IMAGDressing-ComfyUI", - "files": [ - "https://github.com/AIFSH/IMAGDressing-ComfyUI" - ], - "install_type": "git-clone", - "description": "a custom nodde for [a/IMAGDressing](https://github.com/muzishen/IMAGDressing)" - }, - { - "author": "Apache0ne", - "title": "ComfyUI-EasyUrlLoader", - "id": "easy-url-loader", - "reference": "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader", - "files": [ - "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader" - ], - "install_type": "git-clone", - "description": "Simple 4k YT Downloader Through URL" - }, - { - "author": "jianzhichun", - "title": "ComfyUI-Easyai", - "id": "comfyui-easyai", - "reference": "https://github.com/jianzhichun/ComfyUI-Easyai", - "files": [ - "https://github.com/jianzhichun/ComfyUI-Easyai" - ], - "install_type": "git-clone", - "description": "ComfyUI-Easyai is a powerful extension for ComfyUI that enables users to share workflows and models to easyai." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 80fdae60..d4a60613 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -350,6 +350,7 @@ [ "audio_capture_percentage", "audio_resample", + "audio_scale", "from_path_load_audio", "get_audio_data", "get_text_data", @@ -761,8 +762,17 @@ "title_aux": "MaskGCT-ComfyUI" } ], + "https://github.com/AIFSH/MiniMates-ComfyUI": [ + [ + "MiniMatesNode" + ], + { + "title_aux": "MiniMates-ComfyUI" + } + ], "https://github.com/AIFSH/OmniGen-ComfyUI": [ [ + "OmniGenLoader", "OmniGenNode" ], { @@ -1045,15 +1055,16 @@ "IntToStringAdvanced-badger", "LoadImageAdvanced-badger", "LoadImagesFromDirListAdvanced-badger", - "MapColorsToPalette", + "MapColorsToPalette-badger", "NormalizationNumber-badger", - "ReduceColors", - "RotateImageWithPadding", + "ReduceColors-badger", + "RotateImageWithPadding-badger", "SegmentToMaskByPoint-badger", "SimpleBoolean-badger", "StringToFizz-badger", "TextListToString-badger", "ToPixel-badger", + "ToPixelV2-badger", "TrimTransparentEdges-badger", "VideoCutFromDir-badger", "VideoToFrame-badger", @@ -1337,6 +1348,7 @@ "ARD Dual Prompt", "ARD Empty Latent Image", "ARD Float", + "ARD Float To Integer", "ARD Integer", "ARD Integer To Float", "ARD Load Image", @@ -1346,6 +1358,7 @@ "ARD Remainder", "ARD Resize", "ARD Save Image", + "ARD Seed", "ARD Text Box", "ARD XY Scripts" ], @@ -2241,6 +2254,26 @@ "title_aux": "Dobidop ComfyStereo" } ], + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": [ + [ + "FinalFrameSelector", + "VideoMerge", + "VideoPromptGenerator", + "YouTubeVideoDownloader" + ], + { + "title_aux": "MediaMixer" + } + ], + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": [ + [ + "prompt_schedule_converter", + "whisper_node" + ], + { + "title_aux": "Schedulizer" + } + ], "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ [ "ApplySerialPrompter", @@ -4347,6 +4380,42 @@ "title_aux": "Lora-Training-in-Comfy" } ], + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": [ + [ + "Texturaizer_ApplyControlNets", + "Texturaizer_ApplyStyleToPrompt", + "Texturaizer_CachedCNLoader", + "Texturaizer_CachedCheckpointLoader", + "Texturaizer_ClipEncodeSwitchVersion", + "Texturaizer_CombinedConditioningFromColors", + "Texturaizer_ExtractCNData", + "Texturaizer_GenerateNoise", + "Texturaizer_GetCNData", + "Texturaizer_GetClipModelName", + "Texturaizer_GetFluxGuidance", + "Texturaizer_GetIPAdapterData", + "Texturaizer_GetImageData", + "Texturaizer_GetJsonData", + "Texturaizer_GetLoraData", + "Texturaizer_GetModelName", + "Texturaizer_GetPromptData", + "Texturaizer_GetRenderData", + "Texturaizer_GetSamplerData", + "Texturaizer_GetSegData", + "Texturaizer_GetStyleData", + "Texturaizer_GetVAEName", + "Texturaizer_IPAdapterEmbeds", + "Texturaizer_KSamplerAdvanced", + "Texturaizer_PowerLoraLoader", + "Texturaizer_SetGlobalDir", + "Texturaizer_SigmasSelector", + "Texturaizer_SwitchAny", + "Texturaizer_UseSDXL" + ], + { + "title_aux": "ComfyUI-Texturaizer" + } + ], "https://github.com/Layer-norm/comfyui-lama-remover": [ [ "LamaRemover", @@ -4371,11 +4440,21 @@ ], "https://github.com/LevelPixel/ComfyUI-LevelPixel": [ [ + "Autotagger|LP", + "BoolToInt|LP", + "BoolToString|LP", "FastCheckerPattern|LP", "FileCounter|LP", + "FloatToInt|LP", + "FloatToString|LP", "HardModelUnloader|LP", + "HundredthsSimpleFloatSlider|LP", "ImageLoaderFromPath|LP", + "ImageOverlay|LP", "ImageRemoveBackground|LP", + "IntToBool|LP", + "IntToFloat|LP", + "IntToString|LP", "LLMAdvanced|LP", "LLMLoader|LP", "LLMSampler|LP", @@ -4386,10 +4465,19 @@ "LLavaSamplerSimple|LP", "LLavaSimple|LP", "LoadImage|LP", + "LoraTagLoader|LP", "ModelUnloader|LP", + "PreviewImageForConditions|LP", + "ShowTextBridge|LP", "ShowText|LP", "SimpleFloatSlider|LP", "SoftModelUnloader|LP", + "StringToBool|LP", + "StringToCombo|LP", + "StringToFloat|LP", + "StringToInt|LP", + "StringToNumber|LP", + "String|LP", "TagCategoryFilter|LP", "TagCategoryKeeper|LP", "TagCategoryRemover|LP", @@ -4398,7 +4486,9 @@ "TagRemover|LP", "TagReplace|LP", "TagSwitcher|LP", - "TextChoiceParser|LP" + "TenthsSimpleFloatSlider|LP", + "TextChoiceParser|LP", + "Text|LP" ], { "title_aux": "ComfyUI_LevelPixel" @@ -5741,6 +5831,7 @@ ], "https://github.com/Rinsanga1/comfyui-florence2xy": [ [ + "BlipImgCaptioning", "Florence2toCoordinatesButxy" ], { @@ -6533,11 +6624,11 @@ [ "CSV Reader", "CSV Writer", - "Choose From List", "Empty Images", "Image Batch Process Switch", "Image List Loader", "Image Overlay", + "Is Input In List", "Load Image", "Load Image From URL", "Load Images From Folder", @@ -8742,6 +8833,19 @@ "title_aux": "\ud83c\udf0a Depthflow Nodes" } ], + "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": [ + [ + "DownloadXPortraitModel", + "XPortrait" + ], + { + "author": "akatz", + "description": "Custom nodes for use with X-Portrait. Animate portraits with an input video and a reference image.", + "nickname": "X-Portrait Nodes", + "title": "X-Portrait Nodes", + "title_aux": "ComfyUI-X-Portrait-Nodes" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -9490,14 +9594,11 @@ ], "https://github.com/bentoml/ComfyUI-IDL": [ [ - "BentoInputBoolean", - "BentoInputFloat", + "BentoInputFile", "BentoInputImage", - "BentoInputInteger", - "BentoInputPath", - "BentoInputString", - "BentoOutputImage", - "BentoOutputPath" + "BentoInputValue", + "BentoOutputFile", + "BentoOutputImage" ], { "title_aux": "ComfyUI-IDL" @@ -9707,6 +9808,17 @@ "title_aux": "ComfyKit Custom Nodes" } ], + "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": [ + [ + "LoadMagicDanceModel", + "MagicDanceDecoder", + "MagicDanceEncoder", + "MagicDanceSampler" + ], + { + "title_aux": "ComfyUI-MagicDance" + } + ], "https://github.com/boredofnames/ComfyUI-ntfy": [ [ "Ntfy", @@ -9856,6 +9968,7 @@ ], "https://github.com/catboxanon/comfyui_stealth_pnginfo": [ [ + "AddA1111LikeMetadata", "CatboxAnonSaveImageStealth" ], { @@ -11736,6 +11849,7 @@ "D2 Image Resize", "D2 KSampler", "D2 KSampler(Advanced)", + "D2 List To String", "D2 Load Image", "D2 Multi Output", "D2 Prompt SR", @@ -11745,7 +11859,14 @@ "D2 Regex Replace", "D2 Regex Switcher", "D2 Resize Calculator", - "D2 Size Slector" + "D2 Size Slector", + "D2 XY Checkpoint List", + "D2 XY Folder Images", + "D2 XY Grid Image", + "D2 XY List To Plot", + "D2 XY Lora List", + "D2 XY Plot", + "D2 XY Prompt SR" ], { "author": "da2el", @@ -11898,6 +12019,8 @@ ], "https://github.com/daxcay/ComfyUI-DataSet": [ [ + "DataSet_ClaudeAIChat", + "DataSet_ClaudeAIChatImage", "DataSet_ConceptManager", "DataSet_CopyFiles", "DataSet_FindAndReplace", @@ -12604,6 +12727,7 @@ ], "https://github.com/evolox/ComfyUI-GeneraNodes": [ [ + "Genera.BatchPreviewer", "Genera.BatchTester", "Genera.GCPStorageNode" ], @@ -12822,7 +12946,6 @@ "FL_KsamplerBasic", "FL_KsamplerPlus", "FL_KsamplerSettings", - "FL_LoadHTML", "FL_LoadImage", "FL_MadLibGenerator", "FL_Math", @@ -12835,6 +12958,7 @@ "FL_PDFSaver", "FL_PDFTextExtractor", "FL_PDFToImages", + "FL_Padding", "FL_PaperDrawn", "FL_PasteOnCanvas", "FL_PathTypeChecker", @@ -13508,6 +13632,7 @@ "GODMT_GetLength", "GODMT_GetShape", "GODMT_GetWidgetsValues", + "GODMT_ListDir", "GODMT_ListGetByIndex", "GODMT_ListSlice", "GODMT_ListToBatch", @@ -14060,6 +14185,7 @@ "gpt_sovits", "graph_md_to_html", "html2img_function", + "ic_lora_persona", "image_iterator", "img2path", "interpreter_function", @@ -14076,10 +14202,12 @@ "list_extend", "list_extend_plus", "listen_audio", + "load_bool", "load_ebd", "load_excel", "load_file", "load_file_folder", + "load_float", "load_img_path", "load_int", "load_keyword", @@ -14485,6 +14613,7 @@ "Light-Tool: ImageMaskApply", "Light-Tool: ImageOverlay", "Light-Tool: ImageToMask", + "Light-Tool: InputText", "Light-Tool: InvertMask", "Light-Tool: IsTransparent", "Light-Tool: LoadImage", @@ -14495,7 +14624,13 @@ "Light-Tool: MaskImageToTransparent", "Light-Tool: MaskToImage", "Light-Tool: PhantomTankEffect", + "Light-Tool: PreviewVideo", + "Light-Tool: RGB2RGBA", + "Light-Tool: RGBA2RGB", "Light-Tool: ResizeImage", + "Light-Tool: SaveToAliyunOSS", + "Light-Tool: SaveVideo", + "Light-Tool: ShowText", "Light-Tool: SolidColorBackground" ], { @@ -17539,6 +17674,7 @@ "LF_ImageClassifier", "LF_ImageHistogram", "LF_ImageListFromJSON", + "LF_ImagesSlideshow", "LF_Integer", "LF_IsLandscape", "LF_KeywordCounter", @@ -17547,6 +17683,7 @@ "LF_LLMMessenger", "LF_LUTApplication", "LF_LUTGeneration", + "LF_LoadAndEditImages", "LF_LoadFileOnce", "LF_LoadImages", "LF_LoadLocalJSON", @@ -18247,7 +18384,7 @@ "title_aux": "Preset Dimensions" } ], - "https://github.com/morino-kumasan/comfyui-utils": [ + "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ "MultipleLoraTagLoader", "PromptLoader", @@ -18257,7 +18394,7 @@ "TomlPromptEncoder" ], { - "title_aux": "morino-kumasan/comfyui-utils" + "title_aux": "comfyui-toml-prompt" } ], "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": [ @@ -18999,6 +19136,15 @@ "title_aux": "ComfyUI-LyraVSIH" } ], + "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": [ + [ + "PromptStashManager", + "PromptStashSaver" + ], + { + "title_aux": "Prompt Stash Saver Node for ComfyUI" + } + ], "https://github.com/philz1337x/ComfyUI-ClarityAI": [ [ "Clarity AI Upscaler" @@ -19075,7 +19221,8 @@ "Playbook Beauty", "Playbook Depth", "Playbook Mask", - "Playbook Outline" + "Playbook Outline", + "Playbook Render Result" ], { "title_aux": "Playbook Nodes" @@ -19541,6 +19688,15 @@ "title_aux": "ComfyUI Flux Continuum: Modular Interface" } ], + "https://github.com/robtl2/ComfyUI-ComfyBridge": [ + [ + "CB_ImageReceiver", + "CB_ImageSender" + ], + { + "title_aux": "ComfyUI-ComfyBridge" + } + ], "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ [ "SetMetadataAll", From e72cd14d9dedfa1003f2282ef5dd6e54331be614 Mon Sep 17 00:00:00 2001 From: Luis Quesada Date: Sat, 16 Nov 2024 10:08:17 +0100 Subject: [PATCH 09/46] Add ComfyUI-Interactive to custom-node-list.json (#1241) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6a779cfa..c4818f83 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10425,6 +10425,17 @@ "install_type": "git-clone", "description": "'✂️ Inpaint Crop' is a node that crops an image before sampling. The context area can be specified via the mask, expand pixels and expand factor or via a separate (optional) mask.\n'✂️ Inpaint Stitch' is a node that stitches the inpainted image back into the original image without altering unmasked areas." }, + { + "author": "lquesada", + "title": "ComfyUI-Interactive", + "id": "interactive", + "reference": "https://github.com/lquesada/ComfyUI-Interactive", + "files": [ + "https://github.com/lquesada/ComfyUI-Interactive" + ], + "install_type": "git-clone", + "description": "Nodes that allow making the UI interactive, with selectors and switches. Enables selecting across multiple options with the click of a button to move a workflow forward." + }, { "author": "randjtw", "title": "advance-aesthetic-score", From acfbc8ef045cf3eff92e85527b840bda345d46b9 Mon Sep 17 00:00:00 2001 From: Yondon Fu Date: Sat, 16 Nov 2024 04:10:57 -0500 Subject: [PATCH 10/46] Update custom-node-list.json (#1240) Add ComfyUI-Background-Edit --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c4818f83..6c565cdf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17177,6 +17177,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "yondonfu", + "title": "ComfyUI-Background-Edit", + "id": "comfyui-background-edit", + "reference": "https://github.com/yondonfu/ComfyUI-Background-Edit", + "files": [ + "https://github.com/yondonfu/ComfyUI-Background-Edit" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for editing background of images/videos with CUDA acceleration support." } ] } From fef46c71a051e7956469ecbe257ef68dbecfe26c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 Nov 2024 18:17:21 +0900 Subject: [PATCH 11/46] update DB --- custom-node-list.json | 102 +- extension-node-map.json | 172 +- github-stats.json | 3927 ++++++++++++++------------- node_db/dev/custom-node-list.json | 35 +- node_db/dev/extension-node-map.json | 42 +- node_db/dev/github-stats.json | 606 +++-- node_db/new/custom-node-list.json | 147 +- node_db/new/extension-node-map.json | 172 +- 8 files changed, 2785 insertions(+), 2418 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6c565cdf..7f59606e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2330,13 +2330,13 @@ { "author": "Sxela", "title": "ComfyWarp", - "id": "warp", + "id": "comfywarp", "reference": "https://github.com/Sxela/ComfyWarp", "files": [ "https://github.com/Sxela/ComfyWarp" ], "install_type": "git-clone", - "description": "Nodes:LoadFrameSequence, LoadFrame" + "description": "WarpFusion workflow wrapper for ComfyUI" }, { "author": "skfoo", @@ -4324,17 +4324,6 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/DepthFM](https://github.com/CompVis/depth-fm) for ComfyUI" }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-BiRefNet-ZHO", - "id": "birefnet", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO" - ], - "install_type": "git-clone", - "description": "Better version for [a/BiRefNet](https://github.com/zhengpeng7/birefnet) in ComfyUI | Both img and video" - }, { "author": "ZHO-ZHO-ZHO", "title": "Phi-3-mini in ComfyUI", @@ -7324,6 +7313,16 @@ "install_type": "git-clone", "description": "ComfyUI custom node implementation of OmniGen" }, + { + "author": "1038lab", + "title": "ComfyUI-RMBG", + "reference": "https://github.com/1038lab/ComfyUI-RMBG", + "files": [ + "https://github.com/1038lab/ComfyUI-RMBG" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for removing image backgrounds using RMBG-2.0" + }, { "author": "Klinter", "title": "Klinter_nodes", @@ -9766,7 +9765,7 @@ "https://github.com/smthemex/ComfyUI_StoryDiffusion" ], "install_type": "git-clone", - "description": "A StoryDiffusion node for ComfyUI." + "description": "you can using sotry-diffusion in comfyui" }, { "author": "smthemex", @@ -10675,8 +10674,8 @@ }, { "author": "alessandrozonta", - "title": "Bounding Box Crop Node for ComfyUI", - "id": "bbox-crop", + "title": "ComfyUI-CenterNode", + "id": "comfyui-centernode", "reference": "https://github.com/alessandrozonta/ComfyUI-CenterNode", "files": [ "https://github.com/alessandrozonta/ComfyUI-CenterNode" @@ -12914,7 +12913,17 @@ "https://github.com/lrzjason/Comfyui-Kolors-Utils" ], "install_type": "git-clone", - "description": "Nodes: Save Weight As Kolors Unet, Save Kolors" + "description": "NODES: Save Weight As Kolors Unet, Save Kolors" + }, + { + "author": "lrzjason", + "title": "Comfyui-In-Context-Lora-Utils", + "reference": "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils", + "files": [ + "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils" + ], + "install_type": "git-clone", + "description": "NODES: Add Mask For IC Lora" }, { "author": "lrzjason", @@ -12925,7 +12934,7 @@ "https://raw.githubusercontent.com/lrzjason/ComfyUIJasonNode/main/LatentByRatio.py" ], "install_type": "copy", - "description": "Nodes:SDXLMixSampler, LatentByRatio" + "description": "NODES: SDXLMixSampler, LatentByRatio" }, { "author": "amorano", @@ -14263,6 +14272,16 @@ "install_type": "git-clone", "description": "NODES:TTP_Hunyuan3DNode, TTP_SquareImage, TTP_GIFViewer" }, + { + "author": "TTPlanetPig", + "title": "Clothing Migration Kit", + "reference": "https://github.com/TTPlanetPig/Comfyui_Object_Migration", + "files": [ + "https://github.com/TTPlanetPig/Comfyui_Object_Migration" + ], + "install_type": "git-clone", + "description": "This is an experimental project focused on Stable Diffusion (SD) models. In a single generated image, the same object or character consistently maintains a very high level of consistency. I had already attempted to address this issue in the SDXL model." + }, { "author": "camenduru", "title": "ComfyUI-TostAI", @@ -16137,7 +16156,7 @@ "https://github.com/Rinsanga1/comfyui-florence2xy" ], "install_type": "git-clone", - "description": "NODES:Florence2 Coordinates (XY Split)." + "description": "NODES:Florence2 Coordinates (XY Split), Phi-3.5 Vision Instruct." }, { "author": "gt732", @@ -16562,7 +16581,7 @@ "files": [ "https://github.com/morino-kumasan/comfyui-toml-prompt" ], - "description": "NODES:MultipleLoraLoader, PromptPicker, PromptHolder, MultilineStringConcat, StringSub", + "description": "Encode Prompt in TOML for ComfyUI.", "install_type": "git-clone" }, { @@ -16772,6 +16791,38 @@ "install_type": "git-clone", "description": "ComfyUI supports over [a/Boese0601/MagicDance](https://github.com/Boese0601/MagicDance)." }, + { + "author": "chenbaiyujason", + "title": "ComfyUI-SCStepFun", + "reference": "https://github.com/chenbaiyujason/ComfyUI_StepFun", + "files": [ + "https://github.com/chenbaiyujason/ComfyUI_StepFun" + ], + "install_type": "git-clone", + "description": "To use stepfun's library, you need an official api that supports multimodal inputs such as video and pictures [a/https://platform.stepfun.com/request-restriction](https://platform.stepfun.com/request-restriction)" + }, + { + "author": "yondonfu", + "title": "ComfyUI-Background-Edit", + "id": "comfyui-background-edit", + "reference": "https://github.com/yondonfu/ComfyUI-Background-Edit", + "files": [ + "https://github.com/yondonfu/ComfyUI-Background-Edit" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for editing background of images/videos with CUDA acceleration support." + }, + { + "author": "GorillaFrame", + "title": "GFrbmg2", + "reference": "https://github.com/gorillaframeai/GF_nodes", + "files": [ + "https://github.com/gorillaframeai/GF_nodes" + ], + "install_type": "git-clone", + "description": "This custom node for ComfyUI provides advanced background removal capabilities using the briaai/RMBG-2.0 model. It is designed to seamlessly integrate into the ComfyUI environment, offering users a powerful tool for image processing tasks." + }, + @@ -17177,17 +17228,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "yondonfu", - "title": "ComfyUI-Background-Edit", - "id": "comfyui-background-edit", - "reference": "https://github.com/yondonfu/ComfyUI-Background-Edit", - "files": [ - "https://github.com/yondonfu/ComfyUI-Background-Edit" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes for editing background of images/videos with CUDA acceleration support." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index d4a60613..89361bb2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -28,6 +28,14 @@ "title_aux": "ComfyUI-OmniGen" } ], + "https://github.com/1038lab/ComfyUI-RMBG": [ + [ + "AILAB_RMBG" + ], + { + "title_aux": "ComfyUI-RMBG" + } + ], "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": [ [ "EGIPAdapter_Mad_Assistant", @@ -3262,6 +3270,7 @@ ], "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": [ [ + "custom_token_processor", "neg_wildcard_processor" ], { @@ -3388,16 +3397,16 @@ ], "https://github.com/HelloVision/ComfyUI_HelloMeme": [ [ - "CropReferenceImage", - "GetImageDriveParams", - "GetReferenceImageRT", - "GetVideoDriveParams", + "CropPortrait", + "GetDriveExpression", + "GetDriveExpression2", + "GetDrivePose", + "GetFaceLandmarks", "HMFaceToolkitsLoader", "HMImagePipelineLoader", "HMPipelineImage", "HMPipelineVideo", - "HMVideoPipelineLoader", - "HMVideoSimplePipelineLoader" + "HMVideoPipelineLoader" ], { "title_aux": "ComfyUI_HelloMeme" @@ -4770,6 +4779,7 @@ "MaraScottIsEmpty_v1", "MaraScottIsEqual_v1", "MaraScottIsNone_v1", + "MaraScottLoadImage_v1", "MaraScottMcBoatyRefiner_v4", "MaraScottMcBoatyRefiner_v5", "MaraScottMcBoatyTilePrompter_v4", @@ -5831,8 +5841,8 @@ ], "https://github.com/Rinsanga1/comfyui-florence2xy": [ [ - "BlipImgCaptioning", - "Florence2toCoordinatesButxy" + "Florence2toCoordinatesButxy", + "Phi35VisionInstruct" ], { "title_aux": "comfyui-florence2xy" @@ -6625,6 +6635,7 @@ "CSV Reader", "CSV Writer", "Empty Images", + "Get Most Common Image Colors", "Image Batch Process Switch", "Image List Loader", "Image Overlay", @@ -6640,6 +6651,8 @@ "Range(Step) - Float", "Range(Step) - Int", "String Replacer", + "Text Contains (Return Bool)", + "Text Contains (Return String)", "Variable Image Builder", "XY Any", "XY Image" @@ -7049,6 +7062,7 @@ "https://github.com/Sxela/ComfyWarp": [ [ "ExtractOpticalFlow", + "FixedQueue", "LoadFrame", "LoadFrameFromDataset", "LoadFrameFromFolder", @@ -7242,6 +7256,15 @@ "title_aux": "Comfyui_JC2" } ], + "https://github.com/TTPlanetPig/Comfyui_Object_Migration": [ + [ + "TTP_Expand_And_Mask", + "TTP_text_mix" + ], + { + "title_aux": "Clothing Migration Kit" + } + ], "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": [ [ "TTPlanet_Tile_Preprocessor_GF", @@ -7256,11 +7279,14 @@ "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": [ [ "TTP_CoordinateSplitter", + "TTP_Expand_And_Mask", "TTP_Image_Assy", "TTP_Image_Tile_Batch", "TTP_Tile_image_size", "TTP_condsetarea_merge", + "TTP_condsetarea_merge_test", "TTP_condtobatch", + "TTP_text_mix", "TTPlanet_Tile_Preprocessor_Simple" ], { @@ -7442,7 +7468,8 @@ ], "https://github.com/ThereforeGames/ComfyUI-Unprompted": [ [ - "Unprompted" + "Unprompted", + "UnpromptedSetRack" ], { "title_aux": "ComfyUI-Unprompted" @@ -8228,6 +8255,7 @@ "BiRefNetNode", "InpaintConditioningNode", "InpaintNode", + "LoadImagesFromFolderNode", "MultiControlnet", "MultiControlnetApply", "MultiControlnetUnion", @@ -8926,7 +8954,7 @@ "BBoxCrop" ], { - "title_aux": "Bounding Box Crop Node for ComfyUI" + "title_aux": "ComfyUI-CenterNode" } ], "https://github.com/alessandrozonta/ComfyUI-Layers": [ @@ -10538,6 +10566,20 @@ "title_aux": "Chaosaiart-Nodes" } ], + "https://github.com/chenbaiyujason/ComfyUI_StepFun": [ + [ + "CombineStrings", + "JSONParser", + "OSSClient", + "OSSUploader", + "StepFunClient", + "TextImageChat", + "VideoChat" + ], + { + "title_aux": "ComfyUI-SCStepFun" + } + ], "https://github.com/chesnokovivan/ComfyUI-Novakid": [ [ "Novakid Styler" @@ -11268,8 +11310,10 @@ "MaskComposite", "MaskToImage", "ModelMergeAdd", + "ModelMergeAuraflow", "ModelMergeBlocks", "ModelMergeFlux1", + "ModelMergeMochiPreview", "ModelMergeSD1", "ModelMergeSD2", "ModelMergeSD35_Large", @@ -11844,6 +11888,7 @@ "https://github.com/da2el-ai/D2-nodes-ComfyUI": [ [ "D2 Checkpoint Loader", + "D2 Controlnet Loader", "D2 EmptyImage Alpha", "D2 Folder Image Queue", "D2 Image Resize", @@ -11852,7 +11897,6 @@ "D2 List To String", "D2 Load Image", "D2 Multi Output", - "D2 Prompt SR", "D2 Refiner Steps", "D2 Refiner Steps A1111", "D2 Refiner Steps Tester", @@ -11866,7 +11910,8 @@ "D2 XY List To Plot", "D2 XY Lora List", "D2 XY Plot", - "D2 XY Prompt SR" + "D2 XY Prompt SR", + "D2 XY Seed" ], { "author": "da2el", @@ -13748,6 +13793,14 @@ "title_aux": "\ud83d\ude38 YFG Comical Nodes" } ], + "https://github.com/gorillaframeai/GF_nodes": [ + [ + "GFrbmg2" + ], + { + "title_aux": "GFrbmg2" + } + ], "https://github.com/griptape-ai/ComfyUI-Griptape": [ [ "Griptape Agent Config: Amazon Bedrock Drivers", @@ -14175,6 +14228,7 @@ "feishu_tool", "file_combine", "file_combine_plus", + "file_path_iterator", "flux_persona", "genai_api_loader", "get_string", @@ -14591,9 +14645,10 @@ "IF_ChatPrompt", "IF_DisplayOmni", "IF_DisplayText", + "IF_DisplayTextWildcard", "IF_ImagePrompt", "IF_JoinText", - "IF_LoadImages", + "IF_LoadImagesS", "IF_PromptMkr", "IF_SaveText", "IF_StepCounter", @@ -17047,8 +17102,9 @@ [ "AddFluxFlow", "ApplyFluxRaveAttention", - "ApplyRefFlux", - "ConfigureRefFlux", + "ConfigureModifiedFlux", + "FlowEditForwardSampler", + "FlowEditReverseSampler", "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", @@ -17056,7 +17112,10 @@ "FluxReverseODESampler", "InFluxFlipSigmas", "InFluxModelSamplingPred", - "OutFluxModelSamplingPred" + "OutFluxModelSamplingPred", + "PrepareAttnBank", + "RFDoubleBlocksOverride", + "RFSingleBlocksOverride" ], { "title_aux": "ComfyUI-Fluxtapoz" @@ -17294,6 +17353,25 @@ "title_aux": "ComfyUI-Inpaint-CropAndStitch" } ], + "https://github.com/lquesada/ComfyUI-Interactive": [ + [ + "InteractiveFloat", + "InteractiveInteger", + "InteractiveReset", + "InteractiveSave", + "InteractiveSeed", + "InteractiveSelector", + "InteractiveSelectorWithParameters", + "InteractiveString", + "InteractiveStringAppend", + "InteractiveStringMultiline", + "InteractiveSwitch", + "InteractiveSwitchWithParameters" + ], + { + "title_aux": "ComfyUI-Interactive" + } + ], "https://github.com/lquesada/ComfyUI-Prompt-Combinator": [ [ "PromptCombinator", @@ -17305,6 +17383,14 @@ "title_aux": "ComfyUI-Prompt-Combinator" } ], + "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": [ + [ + "AddMaskForICLora" + ], + { + "title_aux": "Comfyui-In-Context-Lora-Utils" + } + ], "https://github.com/lrzjason/Comfyui-Kolors-Utils": [ [ "SaveKolors", @@ -17674,6 +17760,7 @@ "LF_ImageClassifier", "LF_ImageHistogram", "LF_ImageListFromJSON", + "LF_ImagesEditingBreakpoint", "LF_ImagesSlideshow", "LF_Integer", "LF_IsLandscape", @@ -18386,12 +18473,13 @@ ], "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ + "MultipartCLIPTextEncode", "MultipleLoraTagLoader", "PromptLoader", "StringConcat", "StringSub", "StringViewer", - "TomlPromptEncoder" + "TomlPromptDecode" ], { "title_aux": "comfyui-toml-prompt" @@ -19219,10 +19307,15 @@ "https://github.com/playbook3d/playbook3d-comfyui-nodes": [ [ "Playbook Beauty", + "Playbook Boolean", "Playbook Depth", + "Playbook Float", + "Playbook Image", "Playbook Mask", + "Playbook Number", "Playbook Outline", - "Playbook Render Result" + "Playbook Render Result", + "Playbook Text" ], { "title_aux": "Playbook Nodes" @@ -21331,12 +21424,12 @@ ], "https://github.com/taches-ai/comfyui-scene-composer": [ [ - "\u26c5\ufe0f Environment", - "\ud83c\udf9e\ufe0f Scene", - "\ud83c\udfac Action", - "\ud83d\udc55 Clothes", - "\ud83d\udc64 Character", - "\ud83d\udcf9 Composition" + "Action", + "Character", + "Clothes", + "Composition", + "Environment", + "Scene" ], { "title_aux": "ComfyUI Scene Composer" @@ -21532,6 +21625,7 @@ "Export glb", "ImageResize_Padding", "LatentDelay", + "Load Random Text From File", "LoadWebcamImage", "Remove noise", "SaveImagetoPath" @@ -22749,6 +22843,16 @@ "title_aux": "Image to Text Node" } ], + "https://github.com/yondonfu/ComfyUI-Background-Edit": [ + [ + "BackgroundColor", + "Composite", + "GaussianBlur" + ], + { + "title_aux": "ComfyUI-Background-Edit" + } + ], "https://github.com/youyegit/tdxh_node_comfyui": [ [ "TdxhBoolNumber", @@ -22879,13 +22983,19 @@ ], "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": [ [ - "Audio Prompt Schedule | Yvann", - "Audio Reactive | Yvann", - "Floats To Weights Strategy | Yvann", - "Floats Visualizer | Yvann", - "IPAdapter Audio Reactive | Yvann", - "Invert Floats | Yvann", - "Mask To Float | Yvann" + "Audio Analysis", + "Audio IPAdapter Transitions", + "Audio Peaks Detection", + "Audio Prompt Schedule", + "Audio Remixer", + "Edit Audio Weights", + "Float to Int", + "Floats To Weights Strategy", + "Floats Visualizer", + "Invert Floats", + "Load Audio Separation Model", + "Mask To Float", + "Repeat Image To Count" ], { "title_aux": "ComfyUI_Yvann-Nodes" diff --git a/github-stats.json b/github-stats.json index 91b8cb5f..9450ba6d 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7796 +2,7831 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 673 + "author_account_age_days": 676 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 72, - "last_update": "2024-11-11 23:50:52", - "author_account_age_days": 594 + "stars": 80, + "last_update": "2024-11-14 07:59:57", + "author_account_age_days": 597 + }, + "https://github.com/1038lab/ComfyUI-RMBG": { + "stars": 8, + "last_update": "2024-11-15 18:46:20", + "author_account_age_days": 597 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1099, + "stars": 1104, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 347 + "author_account_age_days": 349 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 267 + "author_account_age_days": 270 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 58, + "stars": 59, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 267 + "author_account_age_days": 270 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 33, + "stars": 34, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 267 + "author_account_age_days": 270 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 267 + "author_account_age_days": 270 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 832 + "author_account_age_days": 834 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 2, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 601 + "author_account_age_days": 604 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 90, + "stars": 92, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1061 + "author_account_age_days": 1064 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1061 + "author_account_age_days": 1064 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2914 + "author_account_age_days": 2917 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3841 + "author_account_age_days": 3843 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 24, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 556 + "author_account_age_days": 559 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 12, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2445 + "author_account_age_days": 2447 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 68, + "stars": 70, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4192 + "author_account_age_days": 4195 }, "https://github.com/6174/comflowy-nodes": { "stars": 8, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4261 + "author_account_age_days": 4264 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { - "stars": 12, + "stars": 13, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2155 + "author_account_age_days": 2158 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2155 + "author_account_age_days": 2158 }, "https://github.com/807502278/ComfyUI_MaskGCT": { - "stars": 15, + "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2155 + "author_account_age_days": 2158 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1613 + "author_account_age_days": 1615 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 614 + "author_account_age_days": 617 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 614 + "author_account_age_days": 617 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 102, + "stars": 103, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 641 + "author_account_age_days": 644 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 5, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 334 + "author_account_age_days": 337 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 334 + "author_account_age_days": 337 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { - "stars": 4, + "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 334 + "author_account_age_days": 337 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 21, - "last_update": "2024-10-16 08:03:37", - "author_account_age_days": 334 + "last_update": "2024-11-15 16:42:51", + "author_account_age_days": 337 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 67, + "stars": 68, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 198, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 280, + "stars": 281, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 99, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 336, + "stars": 337, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, - "last_update": "2024-08-30 09:41:55", - "author_account_age_days": 373 + "last_update": "2024-11-14 01:45:45", + "author_account_age_days": 376 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { - "stars": 13, + "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { - "stars": 17, - "last_update": "2024-11-03 09:37:30", - "author_account_age_days": 373 + "stars": 19, + "last_update": "2024-11-14 01:43:03", + "author_account_age_days": 376 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 82, + "stars": 86, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, - "last_update": "2024-10-27 00:31:19", - "author_account_age_days": 373 + "last_update": "2024-11-14 01:44:02", + "author_account_age_days": 376 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 4, - "last_update": "2024-10-23 01:00:48", - "author_account_age_days": 373 + "last_update": "2024-11-14 01:44:39", + "author_account_age_days": 376 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { - "stars": 19, - "last_update": "2024-11-07 06:20:57", - "author_account_age_days": 373 + "stars": 23, + "last_update": "2024-11-14 01:40:15", + "author_account_age_days": 376 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { - "stars": 6, - "last_update": "2024-11-12 10:41:12", - "author_account_age_days": 373 + "stars": 9, + "last_update": "2024-11-14 01:36:30", + "author_account_age_days": 376 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 132, - "last_update": "2024-11-13 10:56:49", - "author_account_age_days": 373 + "stars": 141, + "last_update": "2024-11-14 01:37:33", + "author_account_age_days": 376 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 31, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 352 + "author_account_age_days": 354 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1719, + "stars": 1730, "last_update": "2024-11-04 06:58:06", - "author_account_age_days": 643 + "author_account_age_days": 645 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 272, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 643 + "author_account_age_days": 645 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 20, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 643 + "author_account_age_days": 645 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 324, + "stars": 327, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 643 + "author_account_age_days": 645 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 184, + "stars": 185, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1825 + "author_account_age_days": 1827 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 863, + "stars": 864, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 585 + "author_account_age_days": 587 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 48, + "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1602 + "author_account_age_days": 1604 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2619 + "author_account_age_days": 2621 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2619 + "author_account_age_days": 2621 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1908 + "author_account_age_days": 1911 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1908 + "author_account_age_days": 1911 }, "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": 1668 + "author_account_age_days": 1671 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 237, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3809 + "author_account_age_days": 3812 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 631 + "author_account_age_days": 634 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 631 + "author_account_age_days": 634 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 679, + "stars": 681, "last_update": "2024-11-03 19:09:09", - "author_account_age_days": 3946 + "author_account_age_days": 3949 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 313, - "last_update": "2024-11-11 11:33:57", - "author_account_age_days": 3946 + "stars": 314, + "last_update": "2024-11-15 14:53:39", + "author_account_age_days": 3949 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 951 + "author_account_age_days": 954 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1418 + "author_account_age_days": 1420 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1895 + "author_account_age_days": 1897 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 877, + "stars": 883, "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2841 + "author_account_age_days": 2844 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 265, + "stars": 266, "last_update": "2024-10-30 00:58:30", - "author_account_age_days": 5354 + "author_account_age_days": 5356 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3518 + "author_account_age_days": 3521 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4234 + "author_account_age_days": 4236 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4234 + "author_account_age_days": 4236 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 20 + "author_account_age_days": 23 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 20 + "author_account_age_days": 23 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3531 + "author_account_age_days": 3534 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, - "last_update": "2024-11-12 01:51:38", - "author_account_age_days": 269 + "last_update": "2024-11-16 07:46:53", + "author_account_age_days": 271 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 435 + "author_account_age_days": 438 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 696, + "stars": 698, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 547 + "author_account_age_days": 550 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4728 + "author_account_age_days": 4731 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 409, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4216 + "author_account_age_days": 4219 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4216 + "author_account_age_days": 4219 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4216 + "author_account_age_days": 4219 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2791 + "author_account_age_days": 2794 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 631 + "author_account_age_days": 634 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2585 + "author_account_age_days": 2588 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3379 + "author_account_age_days": 3381 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 359, + "stars": 361, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 572 + "author_account_age_days": 575 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 21, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2368 + "author_account_age_days": 2371 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3214 + "author_account_age_days": 3217 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3214 + "author_account_age_days": 3217 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1031, + "stars": 1030, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3138 + "author_account_age_days": 3140 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 940 + "author_account_age_days": 942 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 940 + "author_account_age_days": 942 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 940 + "author_account_age_days": 942 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 940 + "author_account_age_days": 942 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 940 + "author_account_age_days": 942 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 1013 + "author_account_age_days": 1016 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 59, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1013 + "author_account_age_days": 1016 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 277 + "author_account_age_days": 279 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 76 + "author_account_age_days": 79 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 98 + "author_account_age_days": 100 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2674 + "author_account_age_days": 2677 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2674 + "author_account_age_days": 2677 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2674 + "author_account_age_days": 2677 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2674 + "author_account_age_days": 2677 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 319, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 620 + "author_account_age_days": 622 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 369, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 620 + "author_account_age_days": 622 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 263, + "stars": 264, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 620 + "author_account_age_days": 622 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 620 + "author_account_age_days": 622 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 336, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 620 + "author_account_age_days": 622 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 865 + "author_account_age_days": 867 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1619 + "author_account_age_days": 1622 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 627 + "author_account_age_days": 629 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 33, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { - "stars": 17, + "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 95, + "stars": 96, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { - "stars": 3, + "stars": 4, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 391 + "author_account_age_days": 394 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 145, + "stars": 150, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2868 + "author_account_age_days": 2871 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2008 + "author_account_age_days": 2011 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2008 + "author_account_age_days": 2011 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 29, + "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2008 + "author_account_age_days": 2011 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2020 + "author_account_age_days": 2023 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5239 + "author_account_age_days": 5242 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 10, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2554 + "author_account_age_days": 2557 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2554 + "author_account_age_days": 2557 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 67, - "last_update": "2024-07-21 23:51:55", - "author_account_age_days": 1876 + "stars": 68, + "last_update": "2024-11-15 17:21:45", + "author_account_age_days": 1878 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1876 + "author_account_age_days": 1878 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-13 11:27:05", - "author_account_age_days": 3797 + "last_update": "2024-11-16 08:07:12", + "author_account_age_days": 3800 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1145 + "author_account_age_days": 1148 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5300 + "author_account_age_days": 5302 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { - "stars": 29, + "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4430 + "author_account_age_days": 4433 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3725 + "author_account_age_days": 3728 }, "https://github.com/DareFail/ComfyUI-Roboflow": { - "stars": 29, + "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4729 + "author_account_age_days": 4732 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 919 + "author_account_age_days": 922 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4357 + "author_account_age_days": 4360 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 365, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1917 + "author_account_age_days": 1919 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4180 + "author_account_age_days": 4183 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3215 + "author_account_age_days": 3217 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1602 + "author_account_age_days": 1605 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, - "last_update": "2024-11-12 03:41:25", - "author_account_age_days": 483 + "last_update": "2024-11-14 18:49:52", + "author_account_age_days": 486 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { - "stars": 2, - "last_update": "2024-11-11 22:37:47", - "author_account_age_days": 483 + "stars": 3, + "last_update": "2024-11-14 04:57:10", + "author_account_age_days": 486 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3630 + "author_account_age_days": 3632 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5136 + "author_account_age_days": 5139 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1174 + "author_account_age_days": 1176 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1174 + "author_account_age_days": 1176 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 62, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4859 + "author_account_age_days": 4862 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1285 + "author_account_age_days": 1288 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2762 + "author_account_age_days": 2764 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 182, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2920 + "author_account_age_days": 2923 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 111 + "author_account_age_days": 114 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 169, + "stars": 175, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3741 + "author_account_age_days": 3744 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 149 + "author_account_age_days": 151 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 149 + "author_account_age_days": 151 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1765 + "author_account_age_days": 1768 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1765 + "author_account_age_days": 1768 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1765 + "author_account_age_days": 1768 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3350 + "author_account_age_days": 3352 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 140, + "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 109, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 496, + "stars": 502, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 89, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 186, + "stars": 187, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2279, + "stars": 2287, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 678 + "author_account_age_days": 680 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2897 + "author_account_age_days": 2900 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 11, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 814 + "author_account_age_days": 816 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2889 + "author_account_age_days": 2892 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2121 + "author_account_age_days": 2124 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 391, + "stars": 392, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2121 + "author_account_age_days": 2124 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 66, + "stars": 67, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 774 + "author_account_age_days": 777 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 209, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1386 + "author_account_age_days": 1388 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1913 + "author_account_age_days": 1916 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1913 + "author_account_age_days": 1916 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1913 + "author_account_age_days": 1916 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2459 + "author_account_age_days": 2461 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1823 + "author_account_age_days": 1826 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1823 + "author_account_age_days": 1826 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1823 + "author_account_age_days": 1826 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1823 + "author_account_age_days": 1826 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 45, + "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1305 + "author_account_age_days": 1307 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1661 + "author_account_age_days": 1664 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1439 + "author_account_age_days": 1442 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2698 + "author_account_age_days": 2701 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 298 + "author_account_age_days": 300 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4710 + "author_account_age_days": 4712 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 34, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 812 + "author_account_age_days": 814 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2525 + "author_account_age_days": 2528 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 53, - "last_update": "2024-10-22 18:03:01", - "author_account_age_days": 807 + "last_update": "2024-11-14 18:07:45", + "author_account_age_days": 810 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5074 + "author_account_age_days": 5076 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1596, + "stars": 1603, "last_update": "2024-11-10 08:28:33", - "author_account_age_days": 1261 + "author_account_age_days": 1264 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 49, "last_update": "2024-11-09 10:48:02", - "author_account_age_days": 305 + "author_account_age_days": 307 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 151, + "stars": 152, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1339 + "author_account_age_days": 1342 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2552 + "author_account_age_days": 2555 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, - "last_update": "2024-10-29 19:30:01", - "author_account_age_days": 14 + "last_update": "2024-11-15 19:46:39", + "author_account_age_days": 17 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1622 + "author_account_age_days": 1625 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2988 + "author_account_age_days": 2990 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3122 + "author_account_age_days": 3125 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 752 + "author_account_age_days": 754 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 752 + "author_account_age_days": 754 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 752 + "author_account_age_days": 754 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 85, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 6, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 17, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1473 + "author_account_age_days": 1476 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-10-21 12:51:59", - "author_account_age_days": 2384 + "author_account_age_days": 2386 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 496 + "author_account_age_days": 498 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2466 + "author_account_age_days": 2468 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 77, - "last_update": "2024-11-13 10:31:01", - "author_account_age_days": 55 + "stars": 88, + "last_update": "2024-11-14 15:43:51", + "author_account_age_days": 57 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3226 + "author_account_age_days": 3229 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 2, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 63 + "author_account_age_days": 65 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1840 + "author_account_age_days": 1843 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, "last_update": "2024-11-12 01:38:11", - "author_account_age_days": 330 + "author_account_age_days": 333 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 31, + "stars": 32, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5623 + "author_account_age_days": 5625 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5623 + "author_account_age_days": 5625 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3851 + "author_account_age_days": 3853 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 1, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1639 + "author_account_age_days": 1642 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { - "stars": 9, + "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3964 + "author_account_age_days": 3967 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2772 + "author_account_age_days": 2775 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4051 + "author_account_age_days": 4054 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 253 + "author_account_age_days": 256 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 5, + "stars": 7, "last_update": "2024-11-11 12:41:27", - "author_account_age_days": 1234 + "author_account_age_days": 1236 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1234 + "author_account_age_days": 1236 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1234 + "author_account_age_days": 1236 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 57, + "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1234 + "author_account_age_days": 1236 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 12, "last_update": "2024-11-13 17:17:41", - "author_account_age_days": 499 + "author_account_age_days": 502 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 553 + "author_account_age_days": 556 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 553 + "author_account_age_days": 556 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 64, + "stars": 65, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 553 + "author_account_age_days": 556 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 50, + "stars": 51, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 458 + "author_account_age_days": 460 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 701 + "author_account_age_days": 703 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 713 + "author_account_age_days": 716 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2695 + "author_account_age_days": 2698 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3714 + "author_account_age_days": 3716 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 832 + "author_account_age_days": 835 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5028 + "author_account_age_days": 5031 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 298 + "author_account_age_days": 300 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2500 + "author_account_age_days": 2502 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 80, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2500 + "author_account_age_days": 2502 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1165 + "author_account_age_days": 1168 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 333, + "stars": 344, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2322 + "author_account_age_days": 2324 }, "https://github.com/Jordach/comfy-plasma": { - "stars": 66, + "stars": 67, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4655 + "author_account_age_days": 4657 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3496 + "author_account_age_days": 3499 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3312 + "author_account_age_days": 3314 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-06 06:19:32", - "author_account_age_days": 480 + "author_account_age_days": 483 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2913 + "author_account_age_days": 2915 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1056 + "author_account_age_days": 1058 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4689 + "author_account_age_days": 4691 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1829 + "author_account_age_days": 1832 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 21, + "stars": 24, "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5032 + "author_account_age_days": 5035 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5032 + "author_account_age_days": 5035 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 33, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5032 + "author_account_age_days": 5035 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 258, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1770 + "author_account_age_days": 1773 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 170, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1628 + "author_account_age_days": 1630 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3332 + "author_account_age_days": 3335 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 41, + "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3332 + "author_account_age_days": 3335 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 599, - "last_update": "2024-11-13 00:14:23", - "author_account_age_days": 3858 + "stars": 603, + "last_update": "2024-11-15 02:02:53", + "author_account_age_days": 3861 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2753, - "last_update": "2024-11-13 00:14:49", - "author_account_age_days": 3858 + "stars": 2757, + "last_update": "2024-11-15 03:59:59", + "author_account_age_days": 3861 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 596, + "stars": 602, "last_update": "2024-10-31 02:41:17", - "author_account_age_days": 3858 + "author_account_age_days": 3861 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1262 + "author_account_age_days": 1265 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1921 + "author_account_age_days": 1924 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { - "stars": 4, + "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 237 + "author_account_age_days": 239 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2349 + "author_account_age_days": 2352 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 380, + "stars": 383, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 886 + "author_account_age_days": 889 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 0, + "stars": 1, "last_update": "2024-11-12 07:54:16", - "author_account_age_days": 1 + "author_account_age_days": 4 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 94, + "stars": 95, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 474 + "author_account_age_days": 477 }, "https://github.com/Lerc/canvas_tab": { "stars": 164, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5509 + "author_account_age_days": 5512 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-13 01:53:31", - "author_account_age_days": 124 + "author_account_age_days": 127 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2744 + "author_account_age_days": 2747 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 126 + "author_account_age_days": 128 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1417 + "author_account_age_days": 1419 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 133, + "stars": 134, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1417 + "author_account_age_days": 1419 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 529 + "author_account_age_days": 531 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 613 + "author_account_age_days": 615 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1117 + "author_account_age_days": 1120 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1117 + "author_account_age_days": 1120 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1175 + "author_account_age_days": 1177 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 2999 + "author_account_age_days": 3002 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 2999 + "author_account_age_days": 3002 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4400 + "author_account_age_days": 4403 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 27, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4400 + "author_account_age_days": 4403 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4400 + "author_account_age_days": 4403 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4400 + "author_account_age_days": 4403 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 33, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4400 + "author_account_age_days": 4403 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4400 + "author_account_age_days": 4403 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4400 + "author_account_age_days": 4403 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 47, - "last_update": "2024-10-26 17:57:24", - "author_account_age_days": 1747 + "last_update": "2024-11-15 16:16:21", + "author_account_age_days": 1749 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1924 + "author_account_age_days": 1926 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 21, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 524 + "author_account_age_days": 527 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 158, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 797 + "author_account_age_days": 800 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 113, - "last_update": "2024-11-11 22:07:22", - "author_account_age_days": 5112 + "last_update": "2024-11-15 20:22:41", + "author_account_age_days": 5114 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1564 + "author_account_age_days": 1567 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2373 + "author_account_age_days": 2375 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1775 + "author_account_age_days": 1778 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1775 + "author_account_age_days": 1778 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 850 + "author_account_age_days": 853 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3347 + "author_account_age_days": 3350 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3038 + "author_account_age_days": 3041 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 421 + "author_account_age_days": 424 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { - "stars": 4, + "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 672 + "author_account_age_days": 675 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 672 + "author_account_age_days": 675 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 672 + "author_account_age_days": 675 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 202 + "author_account_age_days": 205 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3319 + "author_account_age_days": 3322 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 91, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 137, + "stars": 142, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 491, + "stars": 494, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 13, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2658 + "author_account_age_days": 2660 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4110 + "author_account_age_days": 4112 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 28, "last_update": "2024-11-09 17:47:02", - "author_account_age_days": 1168 + "author_account_age_days": 1171 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 521 + "author_account_age_days": 524 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 147, + "stars": 152, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 71 + "author_account_age_days": 73 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 23, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 71 + "author_account_age_days": 73 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 15, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 71 + "author_account_age_days": 73 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 129 + "author_account_age_days": 131 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2353, + "stars": 2366, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1703 + "author_account_age_days": 1706 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 497, + "stars": 499, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1703 + "author_account_age_days": 1706 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3733 + "author_account_age_days": 3736 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3187 + "author_account_age_days": 3190 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, "last_update": "2024-11-11 21:07:49", - "author_account_age_days": 3863 + "author_account_age_days": 3866 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 33, + "stars": 34, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 114 + "author_account_age_days": 116 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1880 + "author_account_age_days": 1883 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 46, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 219 + "author_account_age_days": 221 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 720 + "author_account_age_days": 723 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 24, + "stars": 25, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3822 + "author_account_age_days": 3825 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 504 + "author_account_age_days": 507 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 504 + "author_account_age_days": 507 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1466 + "author_account_age_days": 1469 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 236 + "author_account_age_days": 238 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 236 + "author_account_age_days": 238 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 236 + "author_account_age_days": 238 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 66, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 236 + "author_account_age_days": 238 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 669 + "author_account_age_days": 671 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 2, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 800 + "author_account_age_days": 802 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5292 + "author_account_age_days": 5294 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 646, + "stars": 649, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 386 + "author_account_age_days": 389 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 386 + "author_account_age_days": 389 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1184 + "author_account_age_days": 1187 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3973 + "author_account_age_days": 3976 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { - "stars": 14, + "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2962 + "author_account_age_days": 2964 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2125 + "author_account_age_days": 2128 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2988 + "author_account_age_days": 2990 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 204, + "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4621 + "author_account_age_days": 4624 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 512, + "stars": 513, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4621 + "author_account_age_days": 4624 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2259 + "author_account_age_days": 2261 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2259 + "author_account_age_days": 2261 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1314 + "author_account_age_days": 1317 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 95 + "author_account_age_days": 98 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 79, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2268 + "author_account_age_days": 2270 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { - "stars": 2, + "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1878 + "author_account_age_days": 1880 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 917 + "author_account_age_days": 920 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2675 + "author_account_age_days": 2678 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 13, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1807 + "author_account_age_days": 1810 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2970 + "author_account_age_days": 2972 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4912 + "author_account_age_days": 4914 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3785 + "author_account_age_days": 3787 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3349 + "author_account_age_days": 3352 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5367 + "author_account_age_days": 5370 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 176 + "author_account_age_days": 178 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2693 + "author_account_age_days": 2696 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1660 + "author_account_age_days": 1662 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { - "stars": 1, + "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 724 + "author_account_age_days": 727 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1854, + "stars": 1868, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 105 + "author_account_age_days": 108 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 412 + "author_account_age_days": 415 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2076 + "author_account_age_days": 2079 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2076 + "author_account_age_days": 2079 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1392 + "author_account_age_days": 1395 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4074 + "author_account_age_days": 4076 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2217 + "author_account_age_days": 2219 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1507 + "author_account_age_days": 1510 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 328 + "author_account_age_days": 331 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1309 + "author_account_age_days": 1312 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1309 + "author_account_age_days": 1312 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1309 + "author_account_age_days": 1312 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { - "stars": 32, + "stars": 33, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 46 + "author_account_age_days": 49 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, - "last_update": "2024-11-13 09:28:02", - "author_account_age_days": 293 + "last_update": "2024-11-14 12:18:11", + "author_account_age_days": 296 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 890 + "author_account_age_days": 893 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1524 + "author_account_age_days": 1526 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1071 + "author_account_age_days": 1074 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { - "stars": 7, - "last_update": "2024-11-11 20:59:33", - "author_account_age_days": 316 + "stars": 8, + "last_update": "2024-11-15 07:33:36", + "author_account_age_days": 318 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 35, + "stars": 34, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2555 + "author_account_age_days": 2557 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 101, + "stars": 102, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2555 + "author_account_age_days": 2557 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2555 + "author_account_age_days": 2557 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 799 + "author_account_age_days": 802 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 70, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3840 + "author_account_age_days": 3842 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3840 + "author_account_age_days": 3842 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4225 + "author_account_age_days": 4228 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4225 + "author_account_age_days": 4228 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 442 + "author_account_age_days": 444 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 314, + "stars": 316, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1585 + "author_account_age_days": 1588 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2745 + "author_account_age_days": 2748 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3338 + "author_account_age_days": 3341 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1252 + "author_account_age_days": 1255 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4648 + "author_account_age_days": 4650 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 110, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 219 + "author_account_age_days": 221 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 59, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1662 + "author_account_age_days": 1665 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 7, + "stars": 8, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1662 + "author_account_age_days": 1665 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 45, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4313 + "author_account_age_days": 4316 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 792, + "stars": 795, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4313 + "author_account_age_days": 4316 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 67, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2750 + "author_account_age_days": 2753 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3539 + "author_account_age_days": 3542 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 257 + "author_account_age_days": 260 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 528 + "author_account_age_days": 531 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 528 + "author_account_age_days": 531 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 544 + "author_account_age_days": 547 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 20, + "stars": 40, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 2, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 10, "last_update": "2024-09-28 11:30:22", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2459 + "author_account_age_days": 2461 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, - "last_update": "2024-11-04 11:44:06", - "author_account_age_days": 595 + "last_update": "2024-11-15 10:53:43", + "author_account_age_days": 597 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1825 + "author_account_age_days": 1828 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1654 + "author_account_age_days": 1656 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 833 + "author_account_age_days": 836 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3666 + "author_account_age_days": 3668 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3666 + "author_account_age_days": 3668 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3666 + "author_account_age_days": 3668 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3666 + "author_account_age_days": 3668 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 20, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3666 + "author_account_age_days": 3668 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4389 + "author_account_age_days": 4392 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 221 + "author_account_age_days": 224 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 3, - "last_update": "2024-11-11 18:28:07", - "author_account_age_days": 221 + "last_update": "2024-11-15 22:41:41", + "author_account_age_days": 224 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 350 + "author_account_age_days": 353 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 47, "last_update": "2024-10-06 04:00:55", - "author_account_age_days": 2857 + "author_account_age_days": 2860 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 48, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 985 + "author_account_age_days": 987 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 985 + "author_account_age_days": 987 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3688 + "author_account_age_days": 3691 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 199, + "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 11, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 430, + "stars": 433, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 278 + "author_account_age_days": 281 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 138, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 231 + "author_account_age_days": 234 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3720 + "author_account_age_days": 3723 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 675, + "stars": 680, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2292 + "author_account_age_days": 2294 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 26, - "last_update": "2024-10-20 19:58:40", - "author_account_age_days": 3514 + "stars": 27, + "last_update": "2024-11-16 07:17:05", + "author_account_age_days": 3516 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 672 + "author_account_age_days": 674 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 113, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3833 + "author_account_age_days": 3836 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3833 + "author_account_age_days": 3836 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 139, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2677 + "author_account_age_days": 2679 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 363, + "stars": 366, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 239 + "author_account_age_days": 242 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-07-26 05:36:12", - "author_account_age_days": 581 + "author_account_age_days": 583 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 581 + "author_account_age_days": 583 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 8, + "stars": 11, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 345 + "author_account_age_days": 348 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 85, + "stars": 94, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 345 + "author_account_age_days": 348 + }, + "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { + "stars": 49, + "last_update": "2024-11-15 14:36:31", + "author_account_age_days": 348 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { - "stars": 18, + "stars": 21, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 345 + "author_account_age_days": 348 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 288, - "last_update": "2024-11-10 15:06:16", - "author_account_age_days": 345 + "stars": 293, + "last_update": "2024-11-15 14:18:01", + "author_account_age_days": 348 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 173 + "author_account_age_days": 176 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3191 + "author_account_age_days": 3194 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3709 + "author_account_age_days": 3711 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2357 + "author_account_age_days": 2360 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2357 + "author_account_age_days": 2360 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2357 + "author_account_age_days": 2360 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3359 + "author_account_age_days": 3362 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1818 + "author_account_age_days": 1820 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1011 + "author_account_age_days": 1013 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 411, + "stars": 414, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1011 + "author_account_age_days": 1013 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 341, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 79, + "stars": 80, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 68 + "author_account_age_days": 71 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2854 + "author_account_age_days": 2857 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1584 + "author_account_age_days": 1586 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1584 + "author_account_age_days": 1586 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 393, + "stars": 394, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 307 + "author_account_age_days": 310 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, - "last_update": "2024-07-29 19:02:32", - "author_account_age_days": 1077 + "last_update": "2024-11-13 20:46:08", + "author_account_age_days": 1080 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 416, + "stars": 417, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 763 + "author_account_age_days": 766 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 714 + "author_account_age_days": 717 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { - "stars": 37, + "stars": 38, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1002 + "author_account_age_days": 1005 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 3995 + "author_account_age_days": 3998 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 3995 + "author_account_age_days": 3998 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3522 + "author_account_age_days": 3525 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 211, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5064 + "author_account_age_days": 5066 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1427 + "author_account_age_days": 1430 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 361 + "author_account_age_days": 363 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 139, + "stars": 148, "last_update": "2024-11-11 09:01:08", - "author_account_age_days": 384 + "author_account_age_days": 387 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { - "stars": 3, + "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 421 + "author_account_age_days": 423 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 10, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 421 + "author_account_age_days": 423 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3121 + "author_account_age_days": 3123 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, - "last_update": "2024-11-12 16:32:54", - "author_account_age_days": 258 + "last_update": "2024-11-14 13:23:08", + "author_account_age_days": 261 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 37, - "last_update": "2024-11-12 01:57:05", - "author_account_age_days": 1062 + "stars": 41, + "last_update": "2024-11-14 17:47:00", + "author_account_age_days": 1064 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 69, + "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2052 + "author_account_age_days": 2055 }, "https://github.com/WASasquatch/ASTERR": { "stars": 19, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4767 + "author_account_age_days": 4770 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4767 + "author_account_age_days": 4770 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 109, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4767 + "author_account_age_days": 4770 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4767 + "author_account_age_days": 4770 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4767 + "author_account_age_days": 4770 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4767 + "author_account_age_days": 4770 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1207, + "stars": 1214, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4767 + "author_account_age_days": 4770 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 118 + "author_account_age_days": 121 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 765 + "author_account_age_days": 767 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3102 + "author_account_age_days": 3104 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3894 + "author_account_age_days": 3897 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3786 + "author_account_age_days": 3788 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1305 + "author_account_age_days": 1308 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1095, + "stars": 1107, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 100 + "author_account_age_days": 102 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 79 + "author_account_age_days": 81 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 158, - "last_update": "2024-10-28 00:28:20", - "author_account_age_days": 2748 + "stars": 159, + "last_update": "2024-11-16 01:02:18", + "author_account_age_days": 2750 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4466 + "author_account_age_days": 4469 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2837 + "author_account_age_days": 2840 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2837 + "author_account_age_days": 2840 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3897 + "author_account_age_days": 3900 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 85, + "stars": 86, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 956 + "author_account_age_days": 958 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, - "last_update": "2024-11-13 03:57:23", - "author_account_age_days": 348 + "last_update": "2024-11-13 22:18:48", + "author_account_age_days": 351 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 928 + "author_account_age_days": 931 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 349, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 439, + "stars": 440, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 692, + "stars": 696, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 277, + "stars": 279, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 670, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1344, + "stars": 1346, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 786, + "stars": 787, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 106, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 97, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 615, + "stars": 617, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1597, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1415 + "author_account_age_days": 1418 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5682 + "author_account_age_days": 5684 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1336 + "author_account_age_days": 1338 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 665 + "author_account_age_days": 667 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 665 + "author_account_age_days": 667 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 665 + "author_account_age_days": 667 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4944 + "author_account_age_days": 4947 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 215 + "author_account_age_days": 217 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 215 + "author_account_age_days": 217 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 304 + "author_account_age_days": 307 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3970 + "author_account_age_days": 3972 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 845 + "author_account_age_days": 848 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 244, + "stars": 245, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 355 + "author_account_age_days": 358 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2364 + "author_account_age_days": 2367 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 725 + "author_account_age_days": 728 }, "https://github.com/aegis72/comfyui-styles-all": { - "stars": 43, + "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 725 + "author_account_age_days": 728 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1663 + "author_account_age_days": 1665 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1663 + "author_account_age_days": 1665 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 154 + "author_account_age_days": 157 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 416 + "author_account_age_days": 418 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 75, + "stars": 77, "last_update": "2024-10-29 08:21:36", - "author_account_age_days": 4690 + "author_account_age_days": 4693 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2813 + "author_account_age_days": 2815 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 131 + "author_account_age_days": 134 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 15, "last_update": "2024-11-06 22:29:13", - "author_account_age_days": 177 + "author_account_age_days": 180 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 166, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 177 + "author_account_age_days": 180 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 163, + "stars": 166, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 177 + "author_account_age_days": 180 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 1, - "last_update": "2024-11-13 06:04:42", - "author_account_age_days": 177 + "stars": 34, + "last_update": "2024-11-15 05:45:58", + "author_account_age_days": 180 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2476 + "author_account_age_days": 2479 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2476 + "author_account_age_days": 2479 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 0, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 272 + "author_account_age_days": 275 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1071 + "author_account_age_days": 1074 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1071 + "author_account_age_days": 1074 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1071 + "author_account_age_days": 1074 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 9, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3632 + "author_account_age_days": 3635 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, - "last_update": "2024-11-07 11:04:15", - "author_account_age_days": 1339 + "last_update": "2024-11-14 12:20:40", + "author_account_age_days": 1341 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1339 + "author_account_age_days": 1341 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 11, + "stars": 12, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1339 + "author_account_age_days": 1341 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3729 + "author_account_age_days": 3731 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 1, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5156 + "author_account_age_days": 5159 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 7, "last_update": "2024-10-12 14:38:26", - "author_account_age_days": 3428 + "author_account_age_days": 3430 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 49, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2822 + "author_account_age_days": 2824 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 91, - "last_update": "2024-09-14 15:24:59", - "author_account_age_days": 5002 + "stars": 92, + "last_update": "2024-11-16 07:51:07", + "author_account_age_days": 5005 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 50, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 742 + "author_account_age_days": 745 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1415 + "author_account_age_days": 1417 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 84, "last_update": "2024-11-02 12:05:59", - "author_account_age_days": 1415 + "author_account_age_days": 1417 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2136 + "author_account_age_days": 2139 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 84, "last_update": "2024-07-31 15:02:26", - "author_account_age_days": 802 + "author_account_age_days": 805 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 802 + "author_account_age_days": 805 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 330 + "author_account_age_days": 333 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3095 + "author_account_age_days": 3098 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1970 + "author_account_age_days": 1973 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1892 + "author_account_age_days": 1895 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 12, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3005 + "author_account_age_days": 3007 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 26, - "last_update": "2024-08-19 09:40:56", - "author_account_age_days": 2487 + "last_update": "2024-11-14 14:38:39", + "author_account_age_days": 2490 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, - "last_update": "2024-11-10 03:53:16", - "author_account_age_days": 3676 + "last_update": "2024-11-16 08:01:00", + "author_account_age_days": 3679 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 201, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 130, + "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2869 + "author_account_age_days": 2872 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 97, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2490 + "author_account_age_days": 2493 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4263 + "author_account_age_days": 4265 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 59, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4263 + "author_account_age_days": 4265 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 245, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 996 + "author_account_age_days": 999 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3700 + "author_account_age_days": 3703 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 443 + "author_account_age_days": 446 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 29, + "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1912 + "author_account_age_days": 1915 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5505 + "author_account_age_days": 5507 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 973 + "author_account_age_days": 975 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 9, "last_update": "2024-11-13 08:11:28", - "author_account_age_days": 2676 + "author_account_age_days": 2679 }, "https://github.com/banodoco/steerable-motion": { - "stars": 838, + "stars": 839, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 544 + "author_account_age_days": 546 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2441 + "author_account_age_days": 2443 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4269 + "author_account_age_days": 4271 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 110, + "stars": 112, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4329 + "author_account_age_days": 4332 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 505 + "author_account_age_days": 507 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, - "last_update": "2024-11-13 14:08:56", - "author_account_age_days": 2052 + "last_update": "2024-11-15 00:57:39", + "author_account_age_days": 2055 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3649 + "author_account_age_days": 3652 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 199 + "author_account_age_days": 201 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3015 + "author_account_age_days": 3018 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 43, "last_update": "2024-11-10 09:05:45", - "author_account_age_days": 296 + "author_account_age_days": 298 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 35, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 296 + "author_account_age_days": 298 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 14, "last_update": "2024-11-13 02:29:21", - "author_account_age_days": 296 + "author_account_age_days": 298 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 110, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 296 + "author_account_age_days": 298 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 23, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 296 + "author_account_age_days": 298 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 156, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 415 + "author_account_age_days": 418 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 210 + "author_account_age_days": 213 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 455 + "author_account_age_days": 457 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4709 + "author_account_age_days": 4712 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3678 + "author_account_age_days": 3681 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3678 + "author_account_age_days": 3681 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3678 + "author_account_age_days": 3681 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3678 + "author_account_age_days": 3681 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3678 + "author_account_age_days": 3681 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3678 + "author_account_age_days": 3681 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4887 + "author_account_age_days": 4889 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 1, "last_update": "2024-11-13 00:46:02", - "author_account_age_days": 50 + "author_account_age_days": 53 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4240 + "author_account_age_days": 4243 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3798 + "author_account_age_days": 3801 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 573 + "author_account_age_days": 575 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1736 + "author_account_age_days": 1738 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 283, + "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4382 + "author_account_age_days": 4384 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5297 + "author_account_age_days": 5300 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2508 + "author_account_age_days": 2510 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4828 + "author_account_age_days": 4831 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1317 + "author_account_age_days": 1319 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1317 + "author_account_age_days": 1319 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1317 + "author_account_age_days": 1319 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1317 + "author_account_age_days": 1319 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3445 + "author_account_age_days": 3447 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3445 + "author_account_age_days": 3447 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1911 + "author_account_age_days": 1913 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-12 04:10:25", - "author_account_age_days": 673 + "author_account_age_days": 676 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 351, + "stars": 353, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1346 + "author_account_age_days": 1349 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1346 + "author_account_age_days": 1349 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3438 + "author_account_age_days": 3440 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5154 + "author_account_age_days": 5156 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3541 + "author_account_age_days": 3543 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3541 + "author_account_age_days": 3543 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 30, - "last_update": "2024-08-01 09:56:36", - "author_account_age_days": 2824 + "last_update": "2024-11-15 01:51:15", + "author_account_age_days": 2826 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 110, + "stars": 111, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1295 + "author_account_age_days": 1298 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3978 + "author_account_age_days": 3981 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3978 + "author_account_age_days": 3981 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 498 + "author_account_age_days": 501 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 498 + "author_account_age_days": 501 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-10-25 16:44:59", - "author_account_age_days": 1335 + "author_account_age_days": 1338 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 388, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 48, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 209, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { - "stars": 135, + "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 206, + "stars": 208, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-MuseV": { - "stars": 145, + "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 97, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 36, + "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 476 + "author_account_age_days": 478 + }, + "https://github.com/chenbaiyujason/ComfyUI_StepFun": { + "stars": 3, + "last_update": "2024-11-15 18:58:49", + "author_account_age_days": 1879 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3557 + "author_account_age_days": 3560 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1672 + "author_account_age_days": 1674 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 231, + "stars": 234, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 586 + "author_account_age_days": 589 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 19, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 586 + "author_account_age_days": 589 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1475, + "stars": 1492, "last_update": "2024-11-08 16:40:49", - "author_account_age_days": 586 + "author_account_age_days": 589 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 586 + "author_account_age_days": 589 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 95, + "stars": 103, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 586 + "author_account_age_days": 589 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 93, + "stars": 94, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 586 + "author_account_age_days": 589 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 45, + "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 2991 + "author_account_age_days": 2994 }, "https://github.com/choey/Comfy-Topaz": { "stars": 60, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5665 + "author_account_age_days": 5668 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4114 + "author_account_age_days": 4117 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1939 + "author_account_age_days": 1941 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 68, + "stars": 69, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 874 + "author_account_age_days": 877 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 30, - "last_update": "2024-11-13 01:12:15", - "author_account_age_days": 4207 + "stars": 31, + "last_update": "2024-11-16 02:58:44", + "author_account_age_days": 4210 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 257, + "stars": 258, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4207 + "author_account_age_days": 4210 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4207 + "author_account_age_days": 4210 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4207 + "author_account_age_days": 4210 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 499, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4207 + "author_account_age_days": 4210 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 743 + "author_account_age_days": 745 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2197 + "author_account_age_days": 2199 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 26, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5512 + "author_account_age_days": 5515 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1002, + "stars": 1019, "last_update": "2024-11-06 13:04:04", - "author_account_age_days": 639 + "author_account_age_days": 642 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 78, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 639 + "author_account_age_days": 642 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 639 + "author_account_age_days": 642 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 388, + "stars": 389, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 639 + "author_account_age_days": 642 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 347, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 639 + "author_account_age_days": 642 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 241, + "stars": 243, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 639 + "author_account_age_days": 642 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 134, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 639 + "author_account_age_days": 642 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2647 + "author_account_age_days": 2650 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 740 + "author_account_age_days": 743 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2843 + "author_account_age_days": 2845 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-11 03:33:57", - "author_account_age_days": 2971 + "author_account_age_days": 2973 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2940 + "author_account_age_days": 2943 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56414, - "last_update": "2024-11-13 12:18:40", - "author_account_age_days": 691 + "stars": 56658, + "last_update": "2024-11-16 01:17:15", + "author_account_age_days": 694 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 501, + "stars": 507, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 691 + "author_account_age_days": 694 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 159, + "stars": 160, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 691 + "author_account_age_days": 694 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2043 + "author_account_age_days": 2046 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4751 + "author_account_age_days": 4754 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4805 + "author_account_age_days": 4808 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 96, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4805 + "author_account_age_days": 4808 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 65, + "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3198 + "author_account_age_days": 3201 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3198 + "author_account_age_days": 3201 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 208 + "author_account_age_days": 211 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 208 + "author_account_age_days": 211 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 250 + "author_account_age_days": 253 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 250 + "author_account_age_days": 253 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 250 + "author_account_age_days": 253 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1267 + "author_account_age_days": 1270 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 807, + "stars": 811, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4259 + "author_account_age_days": 4262 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 37, + "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4259 + "author_account_age_days": 4262 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 68, + "stars": 69, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 337, + "stars": 338, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4118, + "stars": 4133, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1287, + "stars": 1292, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 600, + "stars": 604, "last_update": "2024-10-25 06:01:55", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 690, + "stars": 696, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3394 + "author_account_age_days": 3397 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2072 + "author_account_age_days": 2074 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4376 + "author_account_age_days": 4378 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { - "stars": 9, + "stars": 10, "last_update": "2024-11-13 14:06:47", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 11, - "last_update": "2024-11-13 16:28:37", - "author_account_age_days": 532 + "last_update": "2024-11-16 02:19:23", + "author_account_age_days": 534 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1732 + "author_account_age_days": 1734 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 818 + "author_account_age_days": 820 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 200, + "stars": 201, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4214 + "author_account_age_days": 4216 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 237, + "stars": 239, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2547 + "author_account_age_days": 2549 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3494 + "author_account_age_days": 3496 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 21, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3494 + "author_account_age_days": 3496 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-09-10 20:37:22", - "author_account_age_days": 5466 + "author_account_age_days": 5469 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4571 + "author_account_age_days": 4573 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4606 + "author_account_age_days": 4609 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 300 + "author_account_age_days": 303 }, "https://github.com/daxcay/ComfyUI-DataSet": { - "stars": 39, + "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 8, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 237 + "author_account_age_days": 240 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4677 + "author_account_age_days": 4680 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 77, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4677 + "author_account_age_days": 4680 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3639 + "author_account_age_days": 3641 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5438 + "author_account_age_days": 5441 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5438 + "author_account_age_days": 5441 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 9, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 51 + "author_account_age_days": 54 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6116 + "author_account_age_days": 6119 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6116 + "author_account_age_days": 6119 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 187, + "stars": 189, "last_update": "2024-11-11 18:33:34", - "author_account_age_days": 4346 + "author_account_age_days": 4349 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4346 + "author_account_age_days": 4349 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4133 + "author_account_age_days": 4135 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 145, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4660 + "author_account_age_days": 4662 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 192, + "stars": 198, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3556 + "author_account_age_days": 3559 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4028 + "author_account_age_days": 4030 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 67, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4913 + "author_account_age_days": 4915 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 487 + "author_account_age_days": 490 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1612 + "author_account_age_days": 1614 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1612 + "author_account_age_days": 1614 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 106, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1612 + "author_account_age_days": 1614 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 272, + "stars": 273, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4426 + "author_account_age_days": 4428 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1992 + "author_account_age_days": 1994 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4646 + "author_account_age_days": 4649 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4646 + "author_account_age_days": 4649 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4315 + "author_account_age_days": 4318 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3912 + "author_account_age_days": 3914 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3919 + "author_account_age_days": 3922 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 431 + "author_account_age_days": 434 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 671 + "author_account_age_days": 674 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4945 + "author_account_age_days": 4948 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2605 + "author_account_age_days": 2608 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2860 + "author_account_age_days": 2862 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2275 + "author_account_age_days": 2278 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 64, + "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 414 + "author_account_age_days": 417 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 25, + "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 414 + "author_account_age_days": 417 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 344 + "author_account_age_days": 346 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2665 + "author_account_age_days": 2668 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 281, + "stars": 286, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 139 + "author_account_age_days": 141 }, "https://github.com/evanspearman/ComfyMath": { "stars": 83, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4380 + "author_account_age_days": 4383 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, - "last_update": "2024-11-13 01:13:44", - "author_account_age_days": 426 + "last_update": "2024-11-14 15:20:44", + "author_account_age_days": 428 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1137 + "author_account_age_days": 1140 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 76 + "author_account_age_days": 79 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-10-09 09:08:33", - "author_account_age_days": 2190 + "author_account_age_days": 2193 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 110, + "stars": 111, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2076 + "author_account_age_days": 2079 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 11, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2076 + "author_account_age_days": 2079 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { - "stars": 9, + "stars": 10, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 498 + "author_account_age_days": 500 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 704 + "author_account_age_days": 706 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1701 + "author_account_age_days": 1703 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5186 + "author_account_age_days": 5189 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5186 + "author_account_age_days": 5189 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5186 + "author_account_age_days": 5189 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 36, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3618 + "author_account_age_days": 3621 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 140, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1878 + "author_account_age_days": 1881 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 295, + "stars": 296, "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1878 + "author_account_age_days": 1881 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 336 + "author_account_age_days": 338 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 10, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 336 + "author_account_age_days": 338 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 336 + "author_account_age_days": 338 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 336 + "author_account_age_days": 338 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 908, + "stars": 909, "last_update": "2024-09-21 09:03:50", - "author_account_age_days": 336 + "author_account_age_days": 338 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 237, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 336 + "author_account_age_days": 338 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 140, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 416 + "author_account_age_days": 418 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 207, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 416 + "author_account_age_days": 418 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 427, + "stars": 429, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 416 + "author_account_age_days": 418 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3637 + "author_account_age_days": 3640 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3764 + "author_account_age_days": 3766 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5250 + "author_account_age_days": 5252 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5250 + "author_account_age_days": 5252 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5250 + "author_account_age_days": 5252 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 467 + "author_account_age_days": 469 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 1, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2463 + "author_account_age_days": 2465 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 512, + "stars": 514, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2300 + "author_account_age_days": 2303 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2348 + "author_account_age_days": 2350 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4729 + "author_account_age_days": 4732 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 94, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4729 + "author_account_age_days": 4732 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4729 + "author_account_age_days": 4732 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 13, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2123 + "author_account_age_days": 2125 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2099 + "author_account_age_days": 2101 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5094 + "author_account_age_days": 5097 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 80, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 258 + "author_account_age_days": 261 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 258 + "author_account_age_days": 261 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { - "stars": 315, + "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 258 + "author_account_age_days": 261 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4001 + "author_account_age_days": 4003 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2154 + "author_account_age_days": 2156 }, "https://github.com/giriss/comfy-image-saver": { "stars": 198, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4380 + "author_account_age_days": 4383 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5141 + "author_account_age_days": 5144 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4045 + "author_account_age_days": 4048 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4045 + "author_account_age_days": 4048 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4045 + "author_account_age_days": 4048 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4045 + "author_account_age_days": 4048 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4045 + "author_account_age_days": 4048 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 152, "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2640 + "author_account_age_days": 2642 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 32, "last_update": "2024-09-18 18:37:02", - "author_account_age_days": 715 + "author_account_age_days": 718 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3888 + "author_account_age_days": 3890 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3888 + "author_account_age_days": 3890 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 96 + "author_account_age_days": 98 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1871 + "author_account_age_days": 1874 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3255 + "author_account_age_days": 3258 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1200 + "author_account_age_days": 1202 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1200 + "author_account_age_days": 1202 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1200 + "author_account_age_days": 1202 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 409, + "stars": 412, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1200 + "author_account_age_days": 1202 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { - "stars": 21, + "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2603 + "author_account_age_days": 2606 }, "https://github.com/googincheng/ComfyUX": { - "stars": 150, + "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2931 + "author_account_age_days": 2933 + }, + "https://github.com/gorillaframeai/GF_nodes": { + "stars": 4, + "last_update": "2024-11-14 20:05:03", + "author_account_age_days": 378 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 115, - "last_update": "2024-11-11 00:18:37", - "author_account_age_days": 663 + "stars": 117, + "last_update": "2024-11-16 01:57:09", + "author_account_age_days": 665 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 39, + "stars": 41, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3988 + "author_account_age_days": 3991 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1297 + "author_account_age_days": 1300 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4335 + "author_account_age_days": 4338 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 44 + "author_account_age_days": 46 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 1993 + "author_account_age_days": 1995 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4979 + "author_account_age_days": 4982 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 247 + "author_account_age_days": 250 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4809 + "author_account_age_days": 4812 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4809 + "author_account_age_days": 4812 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4809 + "author_account_age_days": 4812 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4809 + "author_account_age_days": 4812 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4809 + "author_account_age_days": 4812 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4809 + "author_account_age_days": 4812 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { - "stars": 9, + "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2079 + "author_account_age_days": 2082 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 55, - "last_update": "2024-11-11 06:22:03", - "author_account_age_days": 2079 + "stars": 60, + "last_update": "2024-11-15 13:56:34", + "author_account_age_days": 2082 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 489 + "author_account_age_days": 492 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 489 + "author_account_age_days": 492 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 994, - "last_update": "2024-11-13 08:48:03", - "author_account_age_days": 3037 + "stars": 1007, + "last_update": "2024-11-15 13:13:26", + "author_account_age_days": 3040 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3037 + "author_account_age_days": 3040 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 43, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 649 + "author_account_age_days": 652 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1944 + "author_account_age_days": 1947 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 160, + "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5254 + "author_account_age_days": 5256 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1734 + "author_account_age_days": 1736 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { - "stars": 1, + "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4785 + "author_account_age_days": 4788 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4774 + "author_account_age_days": 4777 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4774 + "author_account_age_days": 4777 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 529, + "stars": 530, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3018 + "author_account_age_days": 3020 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1483, + "stars": 1485, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3018 + "author_account_age_days": 3020 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 53, + "stars": 55, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3018 + "author_account_age_days": 3020 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3018 + "author_account_age_days": 3020 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 117, + "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3018 + "author_account_age_days": 3020 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 421, + "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3018 + "author_account_age_days": 3020 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5782 + "author_account_age_days": 5785 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1508 + "author_account_age_days": 1511 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 582 + "author_account_age_days": 584 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 582 + "author_account_age_days": 584 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3030 + "author_account_age_days": 3032 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4055 + "author_account_age_days": 4058 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3252 + "author_account_age_days": 3255 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1699 + "author_account_age_days": 1701 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4248 + "author_account_age_days": 4250 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 151, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3191 + "author_account_age_days": 3194 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5433 + "author_account_age_days": 5436 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3004 + "author_account_age_days": 3007 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3004 + "author_account_age_days": 3007 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 511, - "last_update": "2024-11-11 11:51:30", - "author_account_age_days": 3004 + "stars": 514, + "last_update": "2024-11-16 01:41:36", + "author_account_age_days": 3007 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, "last_update": "2024-11-12 09:30:45", - "author_account_age_days": 771 + "author_account_age_days": 774 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 29, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1031 + "author_account_age_days": 1033 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2369 + "author_account_age_days": 2372 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4568 + "author_account_age_days": 4571 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4013 + "author_account_age_days": 4015 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4013 + "author_account_age_days": 4015 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 987, + "stars": 990, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4013 + "author_account_age_days": 4015 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 36, - "last_update": "2024-11-06 11:24:35", - "author_account_age_days": 1714 + "stars": 37, + "last_update": "2024-11-14 07:12:08", + "author_account_age_days": 1716 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1119 + "author_account_age_days": 1121 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2669 + "author_account_age_days": 2671 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 61, + "stars": 62, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2669 + "author_account_age_days": 2671 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 719 + "author_account_age_days": 721 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4613 + "author_account_age_days": 4615 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3073 + "author_account_age_days": 3075 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 126, "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3794 + "author_account_age_days": 3796 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3179 + "author_account_age_days": 3182 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 287, + "stars": 288, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1428 + "author_account_age_days": 1431 }, "https://github.com/jitcoder/lora-info": { "stars": 63, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4182 + "author_account_age_days": 4185 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 6, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3791 + "author_account_age_days": 3794 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4354 + "author_account_age_days": 4356 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4739 + "author_account_age_days": 4742 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4126 + "author_account_age_days": 4129 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 344, + "stars": 349, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 350 + "author_account_age_days": 352 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4940 + "author_account_age_days": 4943 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5135 + "author_account_age_days": 5138 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 831 + "author_account_age_days": 834 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2006 + "author_account_age_days": 2009 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4072 + "author_account_age_days": 4074 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 12, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4895 + "author_account_age_days": 4898 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 63, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4895 + "author_account_age_days": 4898 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4895 + "author_account_age_days": 4898 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 142, + "stars": 144, "last_update": "2024-11-12 12:15:46", - "author_account_age_days": 1254 + "author_account_age_days": 1257 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 55, + "stars": 56, "last_update": "2024-11-11 04:37:48", - "author_account_age_days": 2931 + "author_account_age_days": 2934 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3617 + "author_account_age_days": 3619 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2349 + "author_account_age_days": 2352 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1409 + "author_account_age_days": 1411 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2471 + "author_account_age_days": 2474 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2471 + "author_account_age_days": 2474 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1754 + "author_account_age_days": 1757 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1754 + "author_account_age_days": 1757 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1754 + "author_account_age_days": 1757 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1754 + "author_account_age_days": 1757 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1653 + "author_account_age_days": 1655 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2803 + "author_account_age_days": 2806 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 895 + "author_account_age_days": 898 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4270 + "author_account_age_days": 4273 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4270 + "author_account_age_days": 4273 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 159, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4270 + "author_account_age_days": 4273 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5031 + "author_account_age_days": 5034 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1101 + "author_account_age_days": 1104 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 163, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 61, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 186, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 823, - "last_update": "2024-11-13 13:37:50", - "author_account_age_days": 2325 + "stars": 851, + "last_update": "2024-11-15 00:37:48", + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 152, + "stars": 154, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 111, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 197, + "stars": 198, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 630, + "stars": 631, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { - "stars": 110, + "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 746, + "stars": 752, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 482, + "stars": 491, "last_update": "2024-11-11 09:14:43", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 116, + "stars": 124, "last_update": "2024-11-10 15:40:55", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 758, + "stars": 765, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 640, - "last_update": "2024-11-12 14:39:23", - "author_account_age_days": 2325 + "stars": 649, + "last_update": "2024-11-15 15:24:32", + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 558, + "stars": 560, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { - "stars": 51, + "stars": 52, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1626, + "stars": 1634, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 87, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 184, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 465, + "stars": 466, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 328, + "stars": 330, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 17, + "stars": 27, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 253, - "last_update": "2024-11-13 16:47:33", - "author_account_age_days": 2325 + "stars": 267, + "last_update": "2024-11-15 13:28:18", + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1580, + "stars": 1585, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 158, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 92, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 643, + "stars": 645, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 610 + "author_account_age_days": 613 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { - "stars": 24, + "stars": 25, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 610 + "author_account_age_days": 613 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 610 + "author_account_age_days": 613 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 610 + "author_account_age_days": 613 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 499 + "author_account_age_days": 501 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 567 + "author_account_age_days": 570 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 342 + "author_account_age_days": 345 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 173, + "stars": 174, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1951 + "author_account_age_days": 1954 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 725 + "author_account_age_days": 728 }, "https://github.com/komojini/komojini-comfyui-nodes": { - "stars": 70, + "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 725 + "author_account_age_days": 728 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2662 + "author_account_age_days": 2664 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 750 + "author_account_age_days": 752 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1083 + "author_account_age_days": 1085 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 918 + "author_account_age_days": 921 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1309 + "author_account_age_days": 1312 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 27, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3218 + "author_account_age_days": 3220 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 292 + "author_account_age_days": 295 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2423 + "author_account_age_days": 2426 }, "https://github.com/lazniak/LiquidTime-Interpolation": { - "stars": 3, - "last_update": "2024-11-02 19:34:48", - "author_account_age_days": 2423 + "stars": 5, + "last_update": "2024-11-14 18:11:23", + "author_account_age_days": 2426 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2423 + "author_account_age_days": 2426 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 11, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 9, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 2, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 4, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3921 + "author_account_age_days": 3923 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, - "last_update": "2024-11-07 19:21:19", - "author_account_age_days": 2752 + "last_update": "2024-11-15 21:20:53", + "author_account_age_days": 2755 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3639 + "author_account_age_days": 3641 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 20, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4217 + "author_account_age_days": 4220 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1832 + "author_account_age_days": 1835 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4200 + "author_account_age_days": 4203 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 4, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1410 + "author_account_age_days": 1413 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3052 + "author_account_age_days": 3054 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3934 + "author_account_age_days": 3936 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4189 + "author_account_age_days": 4191 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 57, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3350 + "author_account_age_days": 3352 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3350 + "author_account_age_days": 3352 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3350 + "author_account_age_days": 3352 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 90, - "last_update": "2024-08-27 08:48:27", - "author_account_age_days": 3350 + "stars": 92, + "last_update": "2024-11-15 01:35:25", + "author_account_age_days": 3352 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3350 + "author_account_age_days": 3352 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2605 + "author_account_age_days": 2608 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 225, + "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 241 + "author_account_age_days": 244 }, "https://github.com/lks-ai/anynode": { "stars": 496, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 241 + "author_account_age_days": 244 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 74, + "stars": 81, "last_update": "2024-11-09 16:39:08", - "author_account_age_days": 2235 + "author_account_age_days": 2238 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 49, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2235 + "author_account_age_days": 2238 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 606, - "last_update": "2024-10-26 19:37:51", - "author_account_age_days": 264 + "stars": 620, + "last_update": "2024-11-15 21:14:20", + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 172, + "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 229, + "stars": 237, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4307 + "author_account_age_days": 4309 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4307 + "author_account_age_days": 4309 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4307 + "author_account_age_days": 4309 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4307 + "author_account_age_days": 4309 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4909 + "author_account_age_days": 4912 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4909 + "author_account_age_days": 4912 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 358, + "stars": 361, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4193 + "author_account_age_days": 4195 + }, + "https://github.com/lquesada/ComfyUI-Interactive": { + "stars": 3, + "last_update": "2024-11-14 19:15:03", + "author_account_age_days": 4195 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4193 + "author_account_age_days": 4195 + }, + "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { + "stars": 1, + "last_update": "2024-11-15 10:03:22", + "author_account_age_days": 3807 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3805 + "author_account_age_days": 3807 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1880, + "stars": 1891, "last_update": "2024-11-09 10:48:29", - "author_account_age_days": 604 + "author_account_age_days": 607 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 424, - "last_update": "2024-11-05 09:07:48", - "author_account_age_days": 604 + "stars": 425, + "last_update": "2024-11-15 03:53:05", + "author_account_age_days": 607 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 6889, - "last_update": "2024-11-13 16:54:49", - "author_account_age_days": 604 + "stars": 6918, + "last_update": "2024-11-14 09:35:19", + "author_account_age_days": 607 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 30, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3949 + "author_account_age_days": 3952 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-12 23:23:46", - "author_account_age_days": 2177 + "last_update": "2024-11-14 23:57:07", + "author_account_age_days": 2179 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 178, + "stars": 179, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1253 + "author_account_age_days": 1256 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 457 + "author_account_age_days": 460 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 603 + "author_account_age_days": 606 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2500 + "author_account_age_days": 2502 }, "https://github.com/maludwig/basix_image_filters": { "stars": 1, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3648 + "author_account_age_days": 3651 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 164, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5896 + "author_account_age_days": 5899 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1309 + "author_account_age_days": 1311 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 48, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4557 + "author_account_age_days": 4559 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4557 + "author_account_age_days": 4559 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4917 + "author_account_age_days": 4920 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3020 + "author_account_age_days": 3023 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1549 + "author_account_age_days": 1552 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 57, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2882 + "author_account_age_days": 2884 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4692 + "author_account_age_days": 4694 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 218, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3062 + "author_account_age_days": 3065 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4464 + "author_account_age_days": 4466 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4464 + "author_account_age_days": 4466 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1124, + "stars": 1126, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2244 + "author_account_age_days": 2246 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3345 + "author_account_age_days": 3348 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3345 + "author_account_age_days": 3348 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3345 + "author_account_age_days": 3348 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4582 + "author_account_age_days": 4584 }, "https://github.com/melMass/comfy_mtb": { - "stars": 446, + "stars": 448, "last_update": "2024-11-05 17:00:46", - "author_account_age_days": 3887 + "author_account_age_days": 3890 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3814 + "author_account_age_days": 3817 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 370 + "author_account_age_days": 373 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 370 + "author_account_age_days": 373 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 370 + "author_account_age_days": 373 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { - "stars": 14, + "stars": 15, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5615 + "author_account_age_days": 5618 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 765 + "author_account_age_days": 767 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2460 + "author_account_age_days": 2462 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 144 + "author_account_age_days": 147 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 250, + "stars": 255, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 610 + "author_account_age_days": 613 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2150 + "author_account_age_days": 2153 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2803 + "author_account_age_days": 2806 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2706 + "author_account_age_days": 2708 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 50, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6058 + "author_account_age_days": 6061 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6058 + "author_account_age_days": 6061 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 164, + "stars": 167, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 63 + "author_account_age_days": 66 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 44, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1363 + "author_account_age_days": 1365 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 880 + "author_account_age_days": 883 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 113 + "author_account_age_days": 116 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 113 + "author_account_age_days": 116 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4152 + "author_account_age_days": 4155 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4152 + "author_account_age_days": 4155 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4152 + "author_account_age_days": 4155 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-10-08 05:40:23", - "author_account_age_days": 842 + "author_account_age_days": 845 }, "https://github.com/modelscope/scepter": { - "stars": 425, + "stars": 426, "last_update": "2024-11-07 12:54:02", - "author_account_age_days": 842 + "author_account_age_days": 845 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4746 + "author_account_age_days": 4748 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-13 02:34:18", - "author_account_age_days": 1466 + "last_update": "2024-11-16 04:25:52", + "author_account_age_days": 1468 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3613 + "author_account_age_days": 3615 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2443 + "author_account_age_days": 2445 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4222 + "author_account_age_days": 4225 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4080 + "author_account_age_days": 4082 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3088 + "author_account_age_days": 3090 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1522 + "author_account_age_days": 1525 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1522 + "author_account_age_days": 1525 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, - "last_update": "2024-11-12 08:58:30", - "author_account_age_days": 611 + "last_update": "2024-11-14 08:31:46", + "author_account_age_days": 613 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3816 + "author_account_age_days": 3819 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3816 + "author_account_age_days": 3819 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3135 + "author_account_age_days": 3138 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3135 + "author_account_age_days": 3138 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 179, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2867 + "author_account_age_days": 2870 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2867 + "author_account_age_days": 2870 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 420 + "author_account_age_days": 422 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 791 + "author_account_age_days": 794 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { - "stars": 3, + "stars": 4, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3793 + "author_account_age_days": 3796 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1161 + "author_account_age_days": 1164 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 75, + "stars": 76, "last_update": "2024-10-27 17:43:55", - "author_account_age_days": 1161 + "author_account_age_days": 1164 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1161 + "author_account_age_days": 1164 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4152 + "author_account_age_days": 4154 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4171 + "author_account_age_days": 4173 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 153, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1373 + "author_account_age_days": 1376 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 24, - "last_update": "2024-11-11 06:36:38", - "author_account_age_days": 4862 + "stars": 25, + "last_update": "2024-11-14 02:12:13", + "author_account_age_days": 4864 }, "https://github.com/niknah/quick-connections": { "stars": 124, "last_update": "2024-11-07 00:26:06", - "author_account_age_days": 4862 + "author_account_age_days": 4864 }, "https://github.com/nilor-corp/nilor-nodes": { - "stars": 1, - "last_update": "2024-11-11 08:17:25", - "author_account_age_days": 357 + "stars": 3, + "last_update": "2024-11-15 03:30:08", + "author_account_age_days": 360 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3130 + "author_account_age_days": 3132 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 477 + "author_account_age_days": 480 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3645 + "author_account_age_days": 3647 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 8, + "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 33, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1805 + "author_account_age_days": 1807 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2885 + "author_account_age_days": 2887 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2264 + "author_account_age_days": 2267 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 198, + "stars": 200, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4047 + "author_account_age_days": 4049 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2702 + "author_account_age_days": 2705 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1859 + "author_account_age_days": 1862 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1234 + "author_account_age_days": 1237 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1234 + "author_account_age_days": 1237 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 637, + "stars": 642, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1318 + "author_account_age_days": 1321 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 90, + "stars": 93, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4925 + "author_account_age_days": 4928 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 14, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 695 + "author_account_age_days": 697 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2829 + "author_account_age_days": 2831 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1018 + "author_account_age_days": 1021 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 104 + "author_account_age_days": 107 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 127, + "stars": 129, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4648 + "author_account_age_days": 4651 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1696 + "author_account_age_days": 1699 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1219 + "author_account_age_days": 1221 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2545 + "author_account_age_days": 2547 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2925 + "author_account_age_days": 2928 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2472 + "author_account_age_days": 2474 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 983 + "author_account_age_days": 986 }, "https://github.com/palant/extended-saveimage-comfyui": { "stars": 22, "last_update": "2024-03-27 14:08:21", - "author_account_age_days": 5195 + "author_account_age_days": 5198 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 76, + "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5195 + "author_account_age_days": 5198 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 35, + "stars": 36, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5195 + "author_account_age_days": 5198 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 76, + "stars": 77, "last_update": "2024-10-11 23:51:43", - "author_account_age_days": 2273 + "author_account_age_days": 2275 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2273 + "author_account_age_days": 2275 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 217, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2273 + "author_account_age_days": 2275 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2459 + "author_account_age_days": 2461 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 178, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5222 + "author_account_age_days": 5224 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2829 + "author_account_age_days": 2831 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1372 + "author_account_age_days": 1375 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { - "stars": 0, + "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5150 + "author_account_age_days": 5153 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 145, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 806 + "author_account_age_days": 808 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 38, + "stars": 39, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2431 + "author_account_age_days": 2433 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3195 + "author_account_age_days": 3198 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 729 + "author_account_age_days": 732 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 112 + "author_account_age_days": 114 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1645 + "author_account_age_days": 1648 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1645 + "author_account_age_days": 1648 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1645 + "author_account_age_days": 1648 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1645 + "author_account_age_days": 1648 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, - "last_update": "2024-11-13 16:54:30", - "author_account_age_days": 1642 + "last_update": "2024-11-14 19:00:07", + "author_account_age_days": 1645 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1204 + "author_account_age_days": 1207 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 92, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 464 + "author_account_age_days": 467 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1172 + "author_account_age_days": 1175 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1172 + "author_account_age_days": 1175 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1172 + "author_account_age_days": 1175 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 19, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1172 + "author_account_age_days": 1175 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5710 + "author_account_age_days": 5713 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1218, + "stars": 1229, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2839 + "author_account_age_days": 2841 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1838, + "stars": 1845, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 640 + "author_account_age_days": 642 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 647, + "stars": 652, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 640 + "author_account_age_days": 642 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 132, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 919 + "author_account_age_days": 921 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 919 + "author_account_age_days": 921 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 753 + "author_account_age_days": 756 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { - "stars": 47, + "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3359 + "author_account_age_days": 3362 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 903 + "author_account_age_days": 905 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 178 + "author_account_age_days": 180 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 81, + "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4636 + "author_account_age_days": 4639 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 26, - "last_update": "2024-11-03 02:15:45", - "author_account_age_days": 2146 + "stars": 29, + "last_update": "2024-11-15 08:33:41", + "author_account_age_days": 2149 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3566 + "author_account_age_days": 3569 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1653 + "author_account_age_days": 1656 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 11, + "stars": 12, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5763 + "author_account_age_days": 5766 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 285, + "stars": 286, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2735 + "author_account_age_days": 2737 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 18, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 864 + "author_account_age_days": 867 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 281 + "author_account_age_days": 284 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 153, + "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1750 + "author_account_age_days": 1753 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4627 + "author_account_age_days": 4630 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1178, + "stars": 1181, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5116 + "author_account_age_days": 5119 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5779 + "author_account_age_days": 5781 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5779 + "author_account_age_days": 5781 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2822 + "author_account_age_days": 2825 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4975 + "author_account_age_days": 4977 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 789 + "author_account_age_days": 792 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3689 + "author_account_age_days": 3691 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 2, "last_update": "2024-10-14 21:52:50", - "author_account_age_days": 4247 + "author_account_age_days": 4250 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-13 14:59:26", - "author_account_age_days": 594 + "author_account_age_days": 596 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 432 + "author_account_age_days": 435 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { - "stars": 2, - "last_update": "2024-11-13 17:21:01", - "author_account_age_days": 2452 + "stars": 3, + "last_update": "2024-11-15 21:28:37", + "author_account_age_days": 2455 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 95, "last_update": "2024-07-31 14:02:18", - "author_account_age_days": 4297 + "author_account_age_days": 4299 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2671 + "author_account_age_days": 2674 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2671 + "author_account_age_days": 2674 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 616 + "author_account_age_days": 618 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 212 + "author_account_age_days": 214 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 310 + "author_account_age_days": 312 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2562 + "author_account_age_days": 2565 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3831 + "author_account_age_days": 3834 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 283, + "stars": 287, "last_update": "2024-11-08 23:08:05", - "author_account_age_days": 3831 + "author_account_age_days": 3834 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4899 + "author_account_age_days": 4902 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 80 + "author_account_age_days": 83 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 377 + "author_account_age_days": 379 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5447 + "author_account_age_days": 5450 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5447 + "author_account_age_days": 5450 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3474 + "author_account_age_days": 3477 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 419, + "stars": 420, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1290, + "stars": 1299, "last_update": "2024-10-25 06:24:51", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 101, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 24, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5235 + "author_account_age_days": 5237 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 238, + "stars": 239, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1907 + "author_account_age_days": 1910 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 318, + "stars": 320, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1907 + "author_account_age_days": 1910 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1907 + "author_account_age_days": 1910 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 213, + "stars": 214, "last_update": "2024-11-08 08:49:35", - "author_account_age_days": 1907 + "author_account_age_days": 1910 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 33, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2365 + "author_account_age_days": 2368 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2365 + "author_account_age_days": 2368 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4450 + "author_account_age_days": 4452 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1768 + "author_account_age_days": 1771 }, "https://github.com/siliconflow/BizyAir": { - "stars": 345, - "last_update": "2024-11-13 15:28:51", - "author_account_age_days": 448 + "stars": 349, + "last_update": "2024-11-16 08:32:51", + "author_account_age_days": 450 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 18, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 448 + "author_account_age_days": 450 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1643 + "author_account_age_days": 1646 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 156, + "stars": 157, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1249 + "author_account_age_days": 1252 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 33, + "stars": 37, "last_update": "2024-11-05 01:54:28", - "author_account_age_days": 2269 + "author_account_age_days": 2272 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2224 + "author_account_age_days": 2227 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4081 + "author_account_age_days": 4084 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2857 + "author_account_age_days": 2859 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2863 + "author_account_age_days": 2866 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 51, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 12, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 2, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 27, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 268, + "stars": 271, "last_update": "2024-11-02 00:33:33", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 43, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 44, "last_update": "2024-10-26 04:13:37", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 142, - "last_update": "2024-11-11 12:48:13", - "author_account_age_days": 496 + "stars": 153, + "last_update": "2024-11-15 12:16:19", + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_OmniParser": { - "stars": 25, + "stars": 26, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 94, + "stars": 96, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 17, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 68, + "stars": 69, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 234, - "last_update": "2024-10-28 02:17:55", - "author_account_age_days": 496 + "stars": 238, + "last_update": "2024-11-16 03:23:57", + "author_account_age_days": 499 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 496 + "author_account_age_days": 499 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-09-16 00:51:56", - "author_account_age_days": 915 + "author_account_age_days": 918 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1709 + "author_account_age_days": 1712 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3402 + "author_account_age_days": 3404 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 23, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 550 + "author_account_age_days": 553 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2866 + "author_account_age_days": 2869 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 183, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2866 + "author_account_age_days": 2869 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2866 + "author_account_age_days": 2869 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 135, + "stars": 136, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 436 + "author_account_age_days": 439 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 436 + "author_account_age_days": 439 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 43, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 436 + "author_account_age_days": 439 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 159, + "stars": 160, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 436 + "author_account_age_days": 439 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 436 + "author_account_age_days": 439 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 436 + "author_account_age_days": 439 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4883 + "author_account_age_days": 4885 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 155, + "stars": 156, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4883 + "author_account_age_days": 4885 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5373 + "author_account_age_days": 5376 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 849, + "stars": 856, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1831 + "author_account_age_days": 1834 }, "https://github.com/ssitu/ComfyUI_fabric": { - "stars": 86, + "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1831 + "author_account_age_days": 1834 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1831 + "author_account_age_days": 1834 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1831 + "author_account_age_days": 1834 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 366, + "stars": 372, "last_update": "2024-10-27 13:34:43", - "author_account_age_days": 4226 + "author_account_age_days": 4228 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4270 + "author_account_age_days": 4273 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 4, + "stars": 5, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4270 + "author_account_age_days": 4273 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2694 + "author_account_age_days": 2696 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 744, + "stars": 747, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2694 + "author_account_age_days": 2696 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2769 + "author_account_age_days": 2771 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1988 + "author_account_age_days": 1990 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1988 + "author_account_age_days": 1990 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 27, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6072 + "author_account_age_days": 6075 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1018 + "author_account_age_days": 1020 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 27, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1018 + "author_account_age_days": 1020 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 591 + "author_account_age_days": 593 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-10-16 07:36:54", - "author_account_age_days": 874 + "author_account_age_days": 877 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3298 + "author_account_age_days": 3300 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 110, + "stars": 111, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3278 + "author_account_age_days": 3280 }, "https://github.com/sylym/comfy_vid2vid": { - "stars": 68, + "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2040 + "author_account_age_days": 2043 }, "https://github.com/szhublox/ambw_comfyui": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1149 + "author_account_age_days": 1152 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 67, + "stars": 68, "last_update": "2024-11-08 01:32:03", - "author_account_age_days": 1825 + "author_account_age_days": 1827 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 248, "last_update": "2024-11-08 01:32:28", - "author_account_age_days": 1825 + "author_account_age_days": 1827 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 15, - "last_update": "2024-11-10 16:32:42", - "author_account_age_days": 49 + "stars": 16, + "last_update": "2024-11-15 11:24:44", + "author_account_age_days": 52 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5063 + "author_account_age_days": 5066 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 499, + "stars": 501, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 698 + "author_account_age_days": 700 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4114 + "author_account_age_days": 4116 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5240 + "author_account_age_days": 5243 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5240 + "author_account_age_days": 5243 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 148, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2864 + "author_account_age_days": 2867 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 39, + "stars": 40, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2864 + "author_account_age_days": 2867 }, "https://github.com/thecooltechguy/ComfyUI-ComfyRun": { "stars": 82, "last_update": "2024-05-22 21:33:11", - "author_account_age_days": 2564 + "author_account_age_days": 2567 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 44, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2564 + "author_account_age_days": 2567 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2564 + "author_account_age_days": 2567 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 331, + "stars": 332, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2564 + "author_account_age_days": 2567 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 63, + "stars": 65, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 405 + "author_account_age_days": 408 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2482 + "author_account_age_days": 2485 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3092 + "author_account_age_days": 3095 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3467 + "author_account_age_days": 3470 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 678 + "author_account_age_days": 681 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4517 + "author_account_age_days": 4520 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4001 + "author_account_age_days": 4004 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4460 + "author_account_age_days": 4462 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4512 + "author_account_age_days": 4515 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 518, - "last_update": "2024-11-05 13:53:46", - "author_account_age_days": 3792 + "last_update": "2024-11-15 19:13:08", + "author_account_age_days": 3794 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3962 + "author_account_age_days": 3965 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 37, "last_update": "2024-08-02 04:55:20", - "author_account_age_days": 3283 + "author_account_age_days": 3285 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2400 + "author_account_age_days": 2402 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 0, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5531 + "author_account_age_days": 5534 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3102 + "author_account_age_days": 3105 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1671 + "author_account_age_days": 1673 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 115, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4899 + "author_account_age_days": 4902 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4899 + "author_account_age_days": 4902 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2891 + "author_account_age_days": 2894 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2807 + "author_account_age_days": 2810 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 756, + "stars": 759, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4210 + "author_account_age_days": 4213 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 226 + "author_account_age_days": 229 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 88, + "stars": 90, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3845 + "author_account_age_days": 3847 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4911 + "author_account_age_days": 4914 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1414 + "author_account_age_days": 1417 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2456 + "author_account_age_days": 2459 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 11, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1458 + "author_account_age_days": 1461 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1458 + "author_account_age_days": 1461 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 215 + "author_account_age_days": 218 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1525 + "author_account_age_days": 1528 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3100 + "author_account_age_days": 3102 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 999 + "author_account_age_days": 1002 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4906 + "author_account_age_days": 4909 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2755 + "author_account_age_days": 2758 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3242 + "author_account_age_days": 3245 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3287 + "author_account_age_days": 3290 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3569 + "author_account_age_days": 3572 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1540 + "author_account_age_days": 1543 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 229, + "stars": 230, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2175 + "author_account_age_days": 2177 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2175 + "author_account_age_days": 2177 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 145, + "stars": 146, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1981 + "author_account_age_days": 1983 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1981 + "author_account_age_days": 1983 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5126 + "author_account_age_days": 5129 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1503 + "author_account_age_days": 1505 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1503 + "author_account_age_days": 1505 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 97, + "stars": 99, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2362 + "author_account_age_days": 2365 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3526 + "author_account_age_days": 3528 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 2, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2254 + "author_account_age_days": 2256 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1110 + "author_account_age_days": 1112 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 116 + "author_account_age_days": 119 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1755 + "author_account_age_days": 1757 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1922 + "author_account_age_days": 1924 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5629 + "author_account_age_days": 5632 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 594 + "author_account_age_days": 596 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2780 + "author_account_age_days": 2783 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4260 + "author_account_age_days": 4262 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3172 + "author_account_age_days": 3175 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5863 + "author_account_age_days": 5866 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5863 + "author_account_age_days": 5866 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 50, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1710 + "author_account_age_days": 1712 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2405 + "author_account_age_days": 2407 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4327 + "author_account_age_days": 4330 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5192 + "author_account_age_days": 5195 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 338, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1621 + "author_account_age_days": 1623 }, "https://github.com/xiaoxiaodesha/hd_node": { - "stars": 12, + "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3017 + "author_account_age_days": 3019 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4641 + "author_account_age_days": 4643 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4641 + "author_account_age_days": 4643 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4641 + "author_account_age_days": 4643 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1415 + "author_account_age_days": 1418 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1831 + "author_account_age_days": 1834 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4248 + "author_account_age_days": 4251 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4248 + "author_account_age_days": 4251 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2950 + "author_account_age_days": 2953 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2259 + "author_account_age_days": 2262 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3567 + "author_account_age_days": 3569 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3864 + "author_account_age_days": 3866 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 17, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { - "stars": 83, + "stars": 84, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 694 + "author_account_age_days": 696 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 694 + "author_account_age_days": 696 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1047, - "last_update": "2024-11-10 03:36:22", - "author_account_age_days": 1483 + "stars": 1056, + "last_update": "2024-11-14 13:35:31", + "author_account_age_days": 1485 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5005 + "author_account_age_days": 5008 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-09-26 05:33:05", - "author_account_age_days": 5005 + "author_account_age_days": 5008 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5005 + "author_account_age_days": 5008 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5005 + "author_account_age_days": 5008 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5005 + "author_account_age_days": 5008 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5005 + "author_account_age_days": 5008 + }, + "https://github.com/yondonfu/ComfyUI-Background-Edit": { + "stars": 4, + "last_update": "2024-11-15 15:55:26", + "author_account_age_days": 4020 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 571 + "author_account_age_days": 573 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2585 + "author_account_age_days": 2587 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2585 + "author_account_age_days": 2587 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 80, + "stars": 81, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 70, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 74, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 138, - "last_update": "2024-11-11 14:09:31", - "author_account_age_days": 1042 + "stars": 140, + "last_update": "2024-11-15 20:28:51", + "author_account_age_days": 1044 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 730 + "author_account_age_days": 733 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4557 + "author_account_age_days": 4560 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4557 + "author_account_age_days": 4560 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4557 + "author_account_age_days": 4560 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2812 + "author_account_age_days": 2815 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2585 + "author_account_age_days": 2588 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 20, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5005 + "author_account_age_days": 5007 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, - "last_update": "2024-11-09 02:50:10", - "author_account_age_days": 433 + "last_update": "2024-11-14 03:56:22", + "author_account_age_days": 436 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 433 + "author_account_age_days": 436 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3492 + "author_account_age_days": 3494 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3601 + "author_account_age_days": 3604 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4377 + "author_account_age_days": 4379 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1153, + "stars": 1156, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 181 + "author_account_age_days": 184 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 15, "last_update": "2024-11-03 04:29:39", - "author_account_age_days": 3411 + "author_account_age_days": 3414 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2804 + "author_account_age_days": 2806 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 181, - "last_update": "2024-11-13 14:22:50", - "author_account_age_days": 4060 + "stars": 184, + "last_update": "2024-11-15 14:33:52", + "author_account_age_days": 4062 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5104 + "author_account_age_days": 5106 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 97afa643..373126e4 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,37 @@ + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BiRefNet-ZHO [BROKEN]", + "id": "birefnet", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO" + ], + "install_type": "git-clone", + "description": "Better version for [a/BiRefNet](https://github.com/zhengpeng7/birefnet) in ComfyUI | Both img and video.\nNOTE: You need to do [a/manual patch](https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO/issues/20)" + }, + { + "author": "trashgraphicard", + "title": "Albedo-Sampler-for-ComfyUI", + "reference": "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI", + "files": [ + "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "NODES:Sample Image" + }, + { + "author": "vuongminh1907", + "title": "ComfyUI_ZenID", + "reference": "https://github.com/vuongminh1907/ComfyUI_ZenID", + "files": [ + "https://github.com/vuongminh1907/ComfyUI_ZenID" + ], + "install_type": "git-clone", + "description": "NODES:ZenID FaceSwap, InstantID Face Analysis, Load InstantID Model" + }, { "author": "Anze-", "title": "ComfyUI_deepDeband [WIP]", @@ -1445,14 +1476,14 @@ }, { "author": "AllenEdgarPoe", - "title": "ComfyUI-Xorbis-nodes", + "title": "ComfyUI-Xorbis-nodes [WIP]", "id": "xorbis", "reference": "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes", "files": [ "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes" ], "install_type": "git-clone", - "description": "This repository is for MuseumX Update. We use ComfyUI as our framework, and the nodes are built for my comfort." + "description": "This repository is for MuseumX Update. We use ComfyUI as our framework, and the nodes are built for my comfort.\nNOTE: The files in the repo are not organized." }, { "author": "mikeymcfish", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 30123a44..3f3776cb 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -323,6 +323,7 @@ "Add Human Styler", "ConcaveHullImage", "Convert Monochrome", + "Inpaint Crop Xo", "Mask Aligned bbox for ConcaveHull", "Mask Aligned bbox for Inpainting", "Mask Aligned bbox for Inpainting2", @@ -335,7 +336,7 @@ "Upscale RT4SR" ], { - "title_aux": "ComfyUI-Xorbis-nodes" + "title_aux": "ComfyUI-Xorbis-nodes [WIP]" } ], "https://github.com/Anze-/ComfyUI_deepDeband": [ @@ -566,6 +567,7 @@ "AppIO_ImageInputFromID", "AppIO_ImageOutput", "AppIO_IntegerInput", + "AppIO_ResizeInstanceImageMask", "AppIO_StringInput", "AppIO_StringOutput" ], @@ -1695,8 +1697,10 @@ "MaskComposite", "MaskToImage", "ModelMergeAdd", + "ModelMergeAuraflow", "ModelMergeBlocks", "ModelMergeFlux1", + "ModelMergeMochiPreview", "ModelMergeSD1", "ModelMergeSD2", "ModelMergeSD35_Large", @@ -2719,8 +2723,9 @@ [ "AddFluxFlow", "ApplyFluxRaveAttention", - "ApplyRefFlux", - "ConfigureRefFlux", + "ConfigureModifiedFlux", + "FlowEditForwardSampler", + "FlowEditReverseSampler", "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", @@ -2728,7 +2733,10 @@ "FluxReverseODESampler", "InFluxFlipSigmas", "InFluxModelSamplingPred", - "OutFluxModelSamplingPred" + "OutFluxModelSamplingPred", + "PrepareAttnBank", + "RFDoubleBlocksOverride", + "RFSingleBlocksOverride" ], { "title_aux": "ComfyUI-Fluxtapoz [WIP]" @@ -2763,8 +2771,12 @@ ], "https://github.com/lordwedggie/xcpNodes": [ [ - "xcpFloatSlider", - "xcpIntSlider" + "derpBaseAlpha", + "derpSlider", + "xcpDerpBool", + "xcpDerpFloat", + "xcpDerpINT", + "xcpDerpSeed" ], { "title_aux": "xcpNodes [WIP]" @@ -3423,6 +3435,14 @@ "title_aux": "comfyui-p5js-node" } ], + "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": [ + [ + "Sample Image" + ], + { + "title_aux": "Albedo-Sampler-for-ComfyUI" + } + ], "https://github.com/tuckerdarby/ComfyUI-TDNodes": [ [ "HandTrackerNode", @@ -3476,6 +3496,16 @@ "title_aux": "VoidCustomNodes" } ], + "https://github.com/vuongminh1907/ComfyUI_ZenID": [ + [ + "ApplyZenID", + "InstantIDFaceAnalysis", + "InstantIDModelLoader" + ], + { + "title_aux": "ComfyUI_ZenID" + } + ], "https://github.com/walterFeng/ComfyUI-Image-Utils": [ [ "Calculate Image Brightness", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 236f2316..12b3d253 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,1326 +2,1336 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4908 + "author_account_age_days": 4910 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 313 + "author_account_age_days": 316 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 457 + "author_account_age_days": 459 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 210 + "author_account_age_days": 213 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 82, + "stars": 86, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, - "last_update": "2024-10-27 00:31:19", - "author_account_age_days": 373 + "last_update": "2024-11-14 01:44:02", + "author_account_age_days": 376 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 373 + "author_account_age_days": 376 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 48, + "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1602 + "author_account_age_days": 1604 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2619 + "author_account_age_days": 2621 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1572 + "author_account_age_days": 1575 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, - "last_update": "2024-10-17 07:33:52", - "author_account_age_days": 2247 + "last_update": "2024-11-14 23:59:17", + "author_account_age_days": 2250 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 2, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4096 + "author_account_age_days": 4099 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4216 + "author_account_age_days": 4219 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 49, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 572 + "author_account_age_days": 575 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 18, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2368 + "author_account_age_days": 2371 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 940 + "author_account_age_days": 942 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 389 + "author_account_age_days": 391 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4293 + "author_account_age_days": 4296 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2554 + "author_account_age_days": 2557 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 460 + "author_account_age_days": 463 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-07 17:46:08", - "author_account_age_days": 217 + "author_account_age_days": 220 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 16, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 39 + "author_account_age_days": 42 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2173 + "author_account_age_days": 2175 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 483 + "author_account_age_days": 486 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, - "last_update": "2024-11-12 03:41:25", - "author_account_age_days": 483 + "last_update": "2024-11-14 18:49:52", + "author_account_age_days": 486 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1174 + "author_account_age_days": 1176 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2730 + "author_account_age_days": 2732 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1765 + "author_account_age_days": 1768 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3292 + "author_account_age_days": 3294 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, - "last_update": "2024-09-28 14:56:11", - "author_account_age_days": 3274 + "last_update": "2024-11-13 18:01:18", + "author_account_age_days": 3276 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 580 + "author_account_age_days": 582 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1021 + "author_account_age_days": 1023 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2525 + "author_account_age_days": 2528 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1315 + "author_account_age_days": 1318 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 766 + "author_account_age_days": 768 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2056 + "author_account_age_days": 2059 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 69 + "author_account_age_days": 72 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 553 + "author_account_age_days": 556 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2720 + "author_account_age_days": 2723 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4769 + "author_account_age_days": 4772 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3410 + "author_account_age_days": 3413 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1165 + "author_account_age_days": 1168 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1033 + "author_account_age_days": 1036 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4655 + "author_account_age_days": 4657 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3332 + "author_account_age_days": 3335 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2121 + "author_account_age_days": 2124 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 975 + "author_account_age_days": 977 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-13 01:53:31", - "author_account_age_days": 124 + "author_account_age_days": 127 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 636 + "author_account_age_days": 638 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3127 + "author_account_age_days": 3130 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1072 + "author_account_age_days": 1074 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 27, + "stars": 28, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 520 + "author_account_age_days": 523 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2862 + "author_account_age_days": 2865 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { - "stars": 21, + "stars": 22, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1636 + "author_account_age_days": 1639 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2172 + "author_account_age_days": 2175 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1200 + "author_account_age_days": 1203 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2693 + "author_account_age_days": 2696 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 464 + "author_account_age_days": 466 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5417 + "author_account_age_days": 5419 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 442 + "author_account_age_days": 444 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4182 + "author_account_age_days": 4184 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 351 + "author_account_age_days": 353 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1454 + "author_account_age_days": 1456 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1268 + "author_account_age_days": 1270 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 31, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1166 + "author_account_age_days": 1169 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 20, + "stars": 40, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1347 + "author_account_age_days": 1350 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-10-27 04:31:20", - "author_account_age_days": 2603 + "author_account_age_days": 2605 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3666 + "author_account_age_days": 3668 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1282 + "author_account_age_days": 1285 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3098 + "author_account_age_days": 3100 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2977 + "author_account_age_days": 2980 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 29, + "stars": 30, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 256 + "author_account_age_days": 258 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3614 + "author_account_age_days": 3617 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3871 + "author_account_age_days": 3874 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 248 + "author_account_age_days": 251 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 147 + "author_account_age_days": 150 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1566 + "author_account_age_days": 1569 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1912 + "author_account_age_days": 1914 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 85, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 216, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4396 + "author_account_age_days": 4399 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3428 + "author_account_age_days": 3430 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 802 + "author_account_age_days": 805 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2487 + "author_account_age_days": 2490 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2417 + "author_account_age_days": 2420 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4091 + "author_account_age_days": 4093 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 69, + "stars": 71, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3766 + "author_account_age_days": 3769 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 973 + "author_account_age_days": 975 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, - "last_update": "2024-10-26 19:46:48", - "author_account_age_days": 2676 + "last_update": "2024-11-15 16:49:18", + "author_account_age_days": 2679 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4428 + "author_account_age_days": 4431 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5151 + "author_account_age_days": 5154 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 415 + "author_account_age_days": 418 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3945 + "author_account_age_days": 3948 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3678 + "author_account_age_days": 3681 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4654 + "author_account_age_days": 4657 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4654 + "author_account_age_days": 4657 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3251 + "author_account_age_days": 3253 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4976 + "author_account_age_days": 4978 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 1, - "last_update": "2024-11-01 22:54:42", - "author_account_age_days": 1877 + "stars": 3, + "last_update": "2024-11-15 18:58:49", + "author_account_age_days": 1879 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3261 + "author_account_age_days": 3263 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1490 + "author_account_age_days": 1493 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56414, - "last_update": "2024-11-13 12:18:40", - "author_account_age_days": 691 + "stars": 56658, + "last_update": "2024-11-16 01:17:15", + "author_account_age_days": 694 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 326, + "stars": 327, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 691 + "author_account_age_days": 694 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 165 + "author_account_age_days": 168 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1957 + "author_account_age_days": 1960 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 229, + "stars": 230, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5153 + "author_account_age_days": 5156 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2129 + "author_account_age_days": 2132 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6116 + "author_account_age_days": 6119 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2465 + "author_account_age_days": 2468 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2389 + "author_account_age_days": 2392 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1067 + "author_account_age_days": 1070 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2914 + "author_account_age_days": 2917 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2615 + "author_account_age_days": 2618 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2615 + "author_account_age_days": 2618 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2737 + "author_account_age_days": 2739 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, - "last_update": "2024-11-13 01:13:44", - "author_account_age_days": 426 + "last_update": "2024-11-14 15:20:44", + "author_account_age_days": 428 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-10-09 09:08:33", - "author_account_age_days": 2190 + "author_account_age_days": 2193 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 416 + "author_account_age_days": 418 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-10-21 22:21:13", - "author_account_age_days": 2155 + "author_account_age_days": 2157 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4180 + "author_account_age_days": 4183 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 861 + "author_account_age_days": 864 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1567 + "author_account_age_days": 1570 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, - "last_update": "2024-09-08 14:01:21", - "author_account_age_days": 4197 + "last_update": "2024-11-13 18:38:10", + "author_account_age_days": 4200 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 199, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4197 + "author_account_age_days": 4200 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4197 + "author_account_age_days": 4200 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3102 + "author_account_age_days": 3105 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4045 + "author_account_age_days": 4048 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1526 + "author_account_age_days": 1529 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1686 + "author_account_age_days": 1688 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2282 + "author_account_age_days": 2284 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3120 + "author_account_age_days": 3122 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 443 + "author_account_age_days": 446 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 297 + "author_account_age_days": 300 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5186 + "author_account_age_days": 5188 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 119 + "author_account_age_days": 121 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3662 + "author_account_age_days": 3665 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1828 + "author_account_age_days": 1830 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2597 + "author_account_age_days": 2600 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1903 + "author_account_age_days": 1906 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1903 + "author_account_age_days": 1906 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-09 22:44:02", - "author_account_age_days": 1015 + "author_account_age_days": 1018 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 781 + "author_account_age_days": 783 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 598 + "author_account_age_days": 600 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 162 + "author_account_age_days": 165 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5089 + "author_account_age_days": 5092 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4126 + "author_account_age_days": 4129 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2567 + "author_account_age_days": 2570 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 143, + "stars": 149, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 644 + "author_account_age_days": 647 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 192, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4895 + "author_account_age_days": 4898 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2471 + "author_account_age_days": 2474 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2471 + "author_account_age_days": 2474 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1653 + "author_account_age_days": 1655 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { - "stars": 75, + "stars": 76, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 583, + "stars": 606, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 59, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 499 + "author_account_age_days": 501 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4689 + "author_account_age_days": 4692 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4689 + "author_account_age_days": 4692 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1083 + "author_account_age_days": 1085 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2794 + "author_account_age_days": 2797 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2973 + "author_account_age_days": 2976 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, - "last_update": "2024-11-13 02:47:27", - "author_account_age_days": 2556 + "last_update": "2024-11-14 08:21:40", + "author_account_age_days": 2558 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 51, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1515 + "author_account_age_days": 1518 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2936 + "author_account_age_days": 2939 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { - "stars": 6, + "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4217 + "author_account_age_days": 4220 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1832 + "author_account_age_days": 1835 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4509 + "author_account_age_days": 4511 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 100, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 820 + "author_account_age_days": 822 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 606, - "last_update": "2024-10-26 19:37:51", - "author_account_age_days": 264 + "stars": 620, + "last_update": "2024-11-15 21:14:20", + "author_account_age_days": 267 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 264 + "author_account_age_days": 267 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4307 + "author_account_age_days": 4309 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, - "last_update": "2024-10-19 10:57:08", - "author_account_age_days": 695 + "last_update": "2024-11-15 06:24:48", + "author_account_age_days": 698 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 219, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 604 + "author_account_age_days": 607 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-10-03 03:20:23", - "author_account_age_days": 533 + "author_account_age_days": 536 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 191 + "author_account_age_days": 193 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1947 + "author_account_age_days": 1950 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1924 + "author_account_age_days": 1927 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4557 + "author_account_age_days": 4559 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2397 + "author_account_age_days": 2400 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3678 + "author_account_age_days": 3680 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3887 + "author_account_age_days": 3890 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2460 + "author_account_age_days": 2462 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3545 + "author_account_age_days": 3548 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 101 + "author_account_age_days": 104 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 101 + "author_account_age_days": 104 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3001 + "author_account_age_days": 3003 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 2, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3135 + "author_account_age_days": 3138 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3135 + "author_account_age_days": 3138 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3135 + "author_account_age_days": 3138 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2021 + "author_account_age_days": 2023 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2021 + "author_account_age_days": 2023 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3922 + "author_account_age_days": 3925 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4024 + "author_account_age_days": 4027 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4024 + "author_account_age_days": 4027 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4024 + "author_account_age_days": 4027 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4024 + "author_account_age_days": 4027 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { - "stars": 126, + "stars": 128, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 215 + "author_account_age_days": 218 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1161 + "author_account_age_days": 1164 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5010 + "author_account_age_days": 5013 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4691 + "author_account_age_days": 4694 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 8, + "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4172 + "author_account_age_days": 4174 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 1, - "last_update": "2024-11-05 17:56:10", - "author_account_age_days": 568 + "last_update": "2024-11-15 14:10:51", + "author_account_age_days": 570 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2472 + "author_account_age_days": 2474 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 983 + "author_account_age_days": 986 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 76, + "stars": 77, "last_update": "2024-10-11 23:51:43", - "author_account_age_days": 2273 + "author_account_age_days": 2275 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5266 + "author_account_age_days": 5268 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1379 + "author_account_age_days": 1382 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4385 + "author_account_age_days": 4387 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 299 + "author_account_age_days": 302 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 48, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1172 + "author_account_age_days": 1175 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2241 + "author_account_age_days": 2244 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 281 + "author_account_age_days": 284 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 432 + "author_account_age_days": 435 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3318 + "author_account_age_days": 3321 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 47 + "author_account_age_days": 50 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5222 + "author_account_age_days": 5224 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 377 + "author_account_age_days": 379 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4080 + "author_account_age_days": 4083 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 929 + "author_account_age_days": 932 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3457 + "author_account_age_days": 3459 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 454 + "author_account_age_days": 457 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4104 + "author_account_age_days": 4106 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4260 + "author_account_age_days": 4262 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4195 + "author_account_age_days": 4198 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2678 + "author_account_age_days": 2680 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4226 + "author_account_age_days": 4228 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3980 + "author_account_age_days": 3982 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1018 + "author_account_age_days": 1020 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4267 + "author_account_age_days": 4269 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 698 + "author_account_age_days": 700 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 560 + "author_account_age_days": 562 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3008 + "author_account_age_days": 3011 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 255 + "author_account_age_days": 257 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 180, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2922 + "author_account_age_days": 2924 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5341 + "author_account_age_days": 5343 + }, + "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { + "stars": 2, + "last_update": "2024-11-15 03:03:13", + "author_account_age_days": 820 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3080 + "author_account_age_days": 3083 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1965 + "author_account_age_days": 1967 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3040 + "author_account_age_days": 3043 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 147 + "author_account_age_days": 150 + }, + "https://github.com/vuongminh1907/ComfyUI_ZenID": { + "stars": 0, + "last_update": "2024-11-16 05:55:59", + "author_account_age_days": 717 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2918 + "author_account_age_days": 2920 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { - "stars": 7, + "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4734 + "author_account_age_days": 4736 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 830 + "author_account_age_days": 833 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2615 + "author_account_age_days": 2618 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4159 + "author_account_age_days": 4161 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 92 + "author_account_age_days": 95 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 300, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3601 + "author_account_age_days": 3604 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2125 + "author_account_age_days": 2128 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 092586ef..f05844ba 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,79 @@ + + { + "author": "lquesada", + "title": "ComfyUI-Interactive", + "id": "interactive", + "reference": "https://github.com/lquesada/ComfyUI-Interactive", + "files": [ + "https://github.com/lquesada/ComfyUI-Interactive" + ], + "install_type": "git-clone", + "description": "Nodes that allow making the UI interactive, with selectors and switches. Enables selecting across multiple options with the click of a button to move a workflow forward." + }, + { + "author": "yondonfu", + "title": "ComfyUI-Background-Edit", + "id": "comfyui-background-edit", + "reference": "https://github.com/yondonfu/ComfyUI-Background-Edit", + "files": [ + "https://github.com/yondonfu/ComfyUI-Background-Edit" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for editing background of images/videos with CUDA acceleration support." + }, + { + "author": "TTPlanetPig", + "title": "Clothing Migration Kit", + "reference": "https://github.com/TTPlanetPig/Comfyui_Object_Migration", + "files": [ + "https://github.com/TTPlanetPig/Comfyui_Object_Migration" + ], + "install_type": "git-clone", + "description": "This is an experimental project focused on Stable Diffusion (SD) models. In a single generated image, the same object or character consistently maintains a very high level of consistency. I had already attempted to address this issue in the SDXL model." + }, + { + "author": "chenbaiyujason", + "title": "ComfyUI-SCStepFun", + "reference": "https://github.com/chenbaiyujason/ComfyUI_StepFun", + "files": [ + "https://github.com/chenbaiyujason/ComfyUI_StepFun" + ], + "install_type": "git-clone", + "description": "To use stepfun's library, you need an official api that supports multimodal inputs such as video and pictures [a/https://platform.stepfun.com/request-restriction](https://platform.stepfun.com/request-restriction)" + }, + { + "author": "lrzjason", + "title": "Comfyui-In-Context-Lora-Utils", + "reference": "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils", + "files": [ + "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils" + ], + "install_type": "git-clone", + "description": "NODES: Add Mask For IC Lora" + }, + { + "author": "1038lab", + "title": "ComfyUI-RMBG", + "reference": "https://github.com/1038lab/ComfyUI-RMBG", + "files": [ + "https://github.com/1038lab/ComfyUI-RMBG" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for removing image backgrounds using RMBG-2.0" + }, + { + "author": "GorillaFrame", + "title": "GFrbmg2", + "reference": "https://github.com/gorillaframeai/GF_nodes", + "files": [ + "https://github.com/gorillaframeai/GF_nodes" + ], + "install_type": "git-clone", + "description": "This custom node for ComfyUI provides advanced background removal capabilities using the briaai/RMBG-2.0 model. It is designed to seamlessly integrate into the ComfyUI environment, offering users a powerful tool for image processing tasks." + }, { "author": "akatz-ai", "title": "ComfyUI-X-Portrait-Nodes", @@ -398,7 +471,7 @@ "files": [ "https://github.com/morino-kumasan/comfyui-toml-prompt" ], - "description": "NODES:MultipleLoraLoader, PromptPicker, PromptHolder, MultilineStringConcat, StringSub", + "description": "Encode Prompt in TOML for ComfyUI.", "install_type": "git-clone" }, { @@ -616,78 +689,6 @@ ], "install_type": "git-clone", "description": "Try [a/OmniParser](https://github.com/microsoft/OmniParser) in ComfyUI which a simple screen parsing tool towards pure vision based GUI agent." - }, - { - "author": "AIFSH", - "title": "OmniGen-ComfyUI", - "reference": "https://github.com/AIFSH/OmniGen-ComfyUI", - "files": [ - "https://github.com/AIFSH/OmniGen-ComfyUI" - ], - "install_type": "git-clone", - "description": "a custom node for [a/OmniGen](https://github.com/VectorSpaceLab/OmniGen)" - }, - { - "author": "grovebadger", - "title": "Negative Wildcard Processor Node for ComfyUI", - "id": "neg_wildcard_processor", - "reference": "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor", - "files": [ - "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor" - ], - "install_type": "git-clone", - "description": "Node to process negative wildcard tokens () and move them from the positive prompt to the negative." - }, - { - "author": "Assistant", - "title": "ComfyUI-NS-ManySliders", - "reference": "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders", - "files": [ - "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders" - ], - "install_type": "git-clone", - "description": "ComfyUI-NS-ManySliders is a custom node developed for ComfyUI that allows you to manipulate values using multiple sliders. With this node, you can easily adjust numerous numerical parameters intuitively, making it useful for various purposes." - }, - { - "author": "zmwv823", - "title": "ComfyUI_Ctrlora", - "reference": "https://github.com/zmwv823/ComfyUI_Ctrlora", - "files": [ - "https://github.com/zmwv823/ComfyUI_Ctrlora" - ], - "install_type": "git-clone", - "description": "Unofficial custom_node for [a/xyfJASON/ctrlora](https://github.com/xyfJASON/ctrlora)." - }, - { - "author": "waterminer", - "title": "ComfyUI-tagcomplete", - "reference": "https://github.com/waterminer/ComfyUI-tagcomplete", - "files": [ - "https://github.com/waterminer/ComfyUI-tagcomplete" - ], - "install_type": "git-clone", - "description": "This extension provides tag completion feature in textbox." - }, - { - "author": "JustinMatters", - "title": "ComfyUI JMNodes", - "id": "JMNodes", - "reference": "https://github.com/JustinMatters/comfyUI-JMNodes", - "files": [ - "https://github.com/JustinMatters/comfyUI-JMNodes" - ], - "install_type": "git-clone", - "description": "Provides nodes to support generation of all possible combinations of a set of prompts via boolean logic" - }, - { - "author": "OpalSky", - "title": "OpalSky Nodes", - "reference": "https://github.com/OpalSky-AI/OpalSky_Nodes", - "files": [ - "https://github.com/OpalSky-AI/OpalSky_Nodes" - ], - "install_type": "git-clone", - "description": "A set of custom nodes for ComfyUI that provides enhanced string manipulation and prompt variant generation functionality for AI workflows." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d4a60613..89361bb2 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -28,6 +28,14 @@ "title_aux": "ComfyUI-OmniGen" } ], + "https://github.com/1038lab/ComfyUI-RMBG": [ + [ + "AILAB_RMBG" + ], + { + "title_aux": "ComfyUI-RMBG" + } + ], "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": [ [ "EGIPAdapter_Mad_Assistant", @@ -3262,6 +3270,7 @@ ], "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": [ [ + "custom_token_processor", "neg_wildcard_processor" ], { @@ -3388,16 +3397,16 @@ ], "https://github.com/HelloVision/ComfyUI_HelloMeme": [ [ - "CropReferenceImage", - "GetImageDriveParams", - "GetReferenceImageRT", - "GetVideoDriveParams", + "CropPortrait", + "GetDriveExpression", + "GetDriveExpression2", + "GetDrivePose", + "GetFaceLandmarks", "HMFaceToolkitsLoader", "HMImagePipelineLoader", "HMPipelineImage", "HMPipelineVideo", - "HMVideoPipelineLoader", - "HMVideoSimplePipelineLoader" + "HMVideoPipelineLoader" ], { "title_aux": "ComfyUI_HelloMeme" @@ -4770,6 +4779,7 @@ "MaraScottIsEmpty_v1", "MaraScottIsEqual_v1", "MaraScottIsNone_v1", + "MaraScottLoadImage_v1", "MaraScottMcBoatyRefiner_v4", "MaraScottMcBoatyRefiner_v5", "MaraScottMcBoatyTilePrompter_v4", @@ -5831,8 +5841,8 @@ ], "https://github.com/Rinsanga1/comfyui-florence2xy": [ [ - "BlipImgCaptioning", - "Florence2toCoordinatesButxy" + "Florence2toCoordinatesButxy", + "Phi35VisionInstruct" ], { "title_aux": "comfyui-florence2xy" @@ -6625,6 +6635,7 @@ "CSV Reader", "CSV Writer", "Empty Images", + "Get Most Common Image Colors", "Image Batch Process Switch", "Image List Loader", "Image Overlay", @@ -6640,6 +6651,8 @@ "Range(Step) - Float", "Range(Step) - Int", "String Replacer", + "Text Contains (Return Bool)", + "Text Contains (Return String)", "Variable Image Builder", "XY Any", "XY Image" @@ -7049,6 +7062,7 @@ "https://github.com/Sxela/ComfyWarp": [ [ "ExtractOpticalFlow", + "FixedQueue", "LoadFrame", "LoadFrameFromDataset", "LoadFrameFromFolder", @@ -7242,6 +7256,15 @@ "title_aux": "Comfyui_JC2" } ], + "https://github.com/TTPlanetPig/Comfyui_Object_Migration": [ + [ + "TTP_Expand_And_Mask", + "TTP_text_mix" + ], + { + "title_aux": "Clothing Migration Kit" + } + ], "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": [ [ "TTPlanet_Tile_Preprocessor_GF", @@ -7256,11 +7279,14 @@ "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": [ [ "TTP_CoordinateSplitter", + "TTP_Expand_And_Mask", "TTP_Image_Assy", "TTP_Image_Tile_Batch", "TTP_Tile_image_size", "TTP_condsetarea_merge", + "TTP_condsetarea_merge_test", "TTP_condtobatch", + "TTP_text_mix", "TTPlanet_Tile_Preprocessor_Simple" ], { @@ -7442,7 +7468,8 @@ ], "https://github.com/ThereforeGames/ComfyUI-Unprompted": [ [ - "Unprompted" + "Unprompted", + "UnpromptedSetRack" ], { "title_aux": "ComfyUI-Unprompted" @@ -8228,6 +8255,7 @@ "BiRefNetNode", "InpaintConditioningNode", "InpaintNode", + "LoadImagesFromFolderNode", "MultiControlnet", "MultiControlnetApply", "MultiControlnetUnion", @@ -8926,7 +8954,7 @@ "BBoxCrop" ], { - "title_aux": "Bounding Box Crop Node for ComfyUI" + "title_aux": "ComfyUI-CenterNode" } ], "https://github.com/alessandrozonta/ComfyUI-Layers": [ @@ -10538,6 +10566,20 @@ "title_aux": "Chaosaiart-Nodes" } ], + "https://github.com/chenbaiyujason/ComfyUI_StepFun": [ + [ + "CombineStrings", + "JSONParser", + "OSSClient", + "OSSUploader", + "StepFunClient", + "TextImageChat", + "VideoChat" + ], + { + "title_aux": "ComfyUI-SCStepFun" + } + ], "https://github.com/chesnokovivan/ComfyUI-Novakid": [ [ "Novakid Styler" @@ -11268,8 +11310,10 @@ "MaskComposite", "MaskToImage", "ModelMergeAdd", + "ModelMergeAuraflow", "ModelMergeBlocks", "ModelMergeFlux1", + "ModelMergeMochiPreview", "ModelMergeSD1", "ModelMergeSD2", "ModelMergeSD35_Large", @@ -11844,6 +11888,7 @@ "https://github.com/da2el-ai/D2-nodes-ComfyUI": [ [ "D2 Checkpoint Loader", + "D2 Controlnet Loader", "D2 EmptyImage Alpha", "D2 Folder Image Queue", "D2 Image Resize", @@ -11852,7 +11897,6 @@ "D2 List To String", "D2 Load Image", "D2 Multi Output", - "D2 Prompt SR", "D2 Refiner Steps", "D2 Refiner Steps A1111", "D2 Refiner Steps Tester", @@ -11866,7 +11910,8 @@ "D2 XY List To Plot", "D2 XY Lora List", "D2 XY Plot", - "D2 XY Prompt SR" + "D2 XY Prompt SR", + "D2 XY Seed" ], { "author": "da2el", @@ -13748,6 +13793,14 @@ "title_aux": "\ud83d\ude38 YFG Comical Nodes" } ], + "https://github.com/gorillaframeai/GF_nodes": [ + [ + "GFrbmg2" + ], + { + "title_aux": "GFrbmg2" + } + ], "https://github.com/griptape-ai/ComfyUI-Griptape": [ [ "Griptape Agent Config: Amazon Bedrock Drivers", @@ -14175,6 +14228,7 @@ "feishu_tool", "file_combine", "file_combine_plus", + "file_path_iterator", "flux_persona", "genai_api_loader", "get_string", @@ -14591,9 +14645,10 @@ "IF_ChatPrompt", "IF_DisplayOmni", "IF_DisplayText", + "IF_DisplayTextWildcard", "IF_ImagePrompt", "IF_JoinText", - "IF_LoadImages", + "IF_LoadImagesS", "IF_PromptMkr", "IF_SaveText", "IF_StepCounter", @@ -17047,8 +17102,9 @@ [ "AddFluxFlow", "ApplyFluxRaveAttention", - "ApplyRefFlux", - "ConfigureRefFlux", + "ConfigureModifiedFlux", + "FlowEditForwardSampler", + "FlowEditReverseSampler", "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", @@ -17056,7 +17112,10 @@ "FluxReverseODESampler", "InFluxFlipSigmas", "InFluxModelSamplingPred", - "OutFluxModelSamplingPred" + "OutFluxModelSamplingPred", + "PrepareAttnBank", + "RFDoubleBlocksOverride", + "RFSingleBlocksOverride" ], { "title_aux": "ComfyUI-Fluxtapoz" @@ -17294,6 +17353,25 @@ "title_aux": "ComfyUI-Inpaint-CropAndStitch" } ], + "https://github.com/lquesada/ComfyUI-Interactive": [ + [ + "InteractiveFloat", + "InteractiveInteger", + "InteractiveReset", + "InteractiveSave", + "InteractiveSeed", + "InteractiveSelector", + "InteractiveSelectorWithParameters", + "InteractiveString", + "InteractiveStringAppend", + "InteractiveStringMultiline", + "InteractiveSwitch", + "InteractiveSwitchWithParameters" + ], + { + "title_aux": "ComfyUI-Interactive" + } + ], "https://github.com/lquesada/ComfyUI-Prompt-Combinator": [ [ "PromptCombinator", @@ -17305,6 +17383,14 @@ "title_aux": "ComfyUI-Prompt-Combinator" } ], + "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": [ + [ + "AddMaskForICLora" + ], + { + "title_aux": "Comfyui-In-Context-Lora-Utils" + } + ], "https://github.com/lrzjason/Comfyui-Kolors-Utils": [ [ "SaveKolors", @@ -17674,6 +17760,7 @@ "LF_ImageClassifier", "LF_ImageHistogram", "LF_ImageListFromJSON", + "LF_ImagesEditingBreakpoint", "LF_ImagesSlideshow", "LF_Integer", "LF_IsLandscape", @@ -18386,12 +18473,13 @@ ], "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ + "MultipartCLIPTextEncode", "MultipleLoraTagLoader", "PromptLoader", "StringConcat", "StringSub", "StringViewer", - "TomlPromptEncoder" + "TomlPromptDecode" ], { "title_aux": "comfyui-toml-prompt" @@ -19219,10 +19307,15 @@ "https://github.com/playbook3d/playbook3d-comfyui-nodes": [ [ "Playbook Beauty", + "Playbook Boolean", "Playbook Depth", + "Playbook Float", + "Playbook Image", "Playbook Mask", + "Playbook Number", "Playbook Outline", - "Playbook Render Result" + "Playbook Render Result", + "Playbook Text" ], { "title_aux": "Playbook Nodes" @@ -21331,12 +21424,12 @@ ], "https://github.com/taches-ai/comfyui-scene-composer": [ [ - "\u26c5\ufe0f Environment", - "\ud83c\udf9e\ufe0f Scene", - "\ud83c\udfac Action", - "\ud83d\udc55 Clothes", - "\ud83d\udc64 Character", - "\ud83d\udcf9 Composition" + "Action", + "Character", + "Clothes", + "Composition", + "Environment", + "Scene" ], { "title_aux": "ComfyUI Scene Composer" @@ -21532,6 +21625,7 @@ "Export glb", "ImageResize_Padding", "LatentDelay", + "Load Random Text From File", "LoadWebcamImage", "Remove noise", "SaveImagetoPath" @@ -22749,6 +22843,16 @@ "title_aux": "Image to Text Node" } ], + "https://github.com/yondonfu/ComfyUI-Background-Edit": [ + [ + "BackgroundColor", + "Composite", + "GaussianBlur" + ], + { + "title_aux": "ComfyUI-Background-Edit" + } + ], "https://github.com/youyegit/tdxh_node_comfyui": [ [ "TdxhBoolNumber", @@ -22879,13 +22983,19 @@ ], "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": [ [ - "Audio Prompt Schedule | Yvann", - "Audio Reactive | Yvann", - "Floats To Weights Strategy | Yvann", - "Floats Visualizer | Yvann", - "IPAdapter Audio Reactive | Yvann", - "Invert Floats | Yvann", - "Mask To Float | Yvann" + "Audio Analysis", + "Audio IPAdapter Transitions", + "Audio Peaks Detection", + "Audio Prompt Schedule", + "Audio Remixer", + "Edit Audio Weights", + "Float to Int", + "Floats To Weights Strategy", + "Floats Visualizer", + "Invert Floats", + "Load Audio Separation Model", + "Mask To Float", + "Repeat Image To Count" ], { "title_aux": "ComfyUI_Yvann-Nodes" From 4768c46151a327adddc3abe4402412b661226cca Mon Sep 17 00:00:00 2001 From: amaozhao Date: Sat, 16 Nov 2024 17:18:32 +0800 Subject: [PATCH 12/46] Update custom-node-list.json (#1238) add DeployCash --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7f59606e..62733579 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17228,6 +17228,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "amaozhao", + "title": "ComfyUI_DeployCash", + "id": "ComfyUI_DeployCash", + "reference": "https://github.com/amaozhao/ComfyUI_DeployCash", + "files": [ + "https://github.com/amaozhao/ComfyUI_DeployCash" + ], + "install_type": "git-clone", + "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." } ] } From b6a8e6ba8147080a320b1b91c93a0b1cbdb93136 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 Nov 2024 18:38:32 +0900 Subject: [PATCH 13/46] update DB --- custom-node-list.json | 22 +++++++++++----------- extension-node-map.json | 19 ++++++++++--------- github-stats.json | 5 +++++ node_db/new/custom-node-list.json | 11 +++++++++++ node_db/new/extension-node-map.json | 19 ++++++++++--------- 5 files changed, 47 insertions(+), 29 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 62733579..abccb05b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16822,6 +16822,17 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI provides advanced background removal capabilities using the briaai/RMBG-2.0 model. It is designed to seamlessly integrate into the ComfyUI environment, offering users a powerful tool for image processing tasks." }, + { + "author": "amaozhao", + "title": "ComfyUI_DeployCash", + "id": "ComfyUI_DeployCash", + "reference": "https://github.com/amaozhao/ComfyUI_DeployCash", + "files": [ + "https://github.com/amaozhao/ComfyUI_DeployCash" + ], + "install_type": "git-clone", + "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." + }, @@ -17228,17 +17239,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "amaozhao", - "title": "ComfyUI_DeployCash", - "id": "ComfyUI_DeployCash", - "reference": "https://github.com/amaozhao/ComfyUI_DeployCash", - "files": [ - "https://github.com/amaozhao/ComfyUI_DeployCash" - ], - "install_type": "git-clone", - "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 89361bb2..80def604 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -8320,15 +8320,6 @@ "title_aux": "ComfyUI-BRIA_AI-RMBG" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": [ - [ - "BiRefNet_ModelLoader_Zho", - "BiRefNet_Zho" - ], - { - "title_aux": "ComfyUI-BiRefNet-ZHO" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": [ [ "DepthFM_Literative_Zho", @@ -9172,6 +9163,16 @@ "title_aux": "Dream Video Batches" } ], + "https://github.com/amaozhao/ComfyUI_DeployCash": [ + [ + "DeployCash", + "DeployCash_saveImage", + "DeployCash_textInput" + ], + { + "title_aux": "ComfyUI_DeployCash" + } + ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", diff --git a/github-stats.json b/github-stats.json index 9450ba6d..d73aad13 100644 --- a/github-stats.json +++ b/github-stats.json @@ -3164,6 +3164,11 @@ "last_update": "2024-08-14 01:26:20", "author_account_age_days": 805 }, + "https://github.com/amaozhao/ComfyUI_DeployCash": { + "stars": 1, + "last_update": "2024-11-14 08:16:29", + "author_account_age_days": 5177 + }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f05844ba..54dfa954 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -83,6 +83,17 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI provides advanced background removal capabilities using the briaai/RMBG-2.0 model. It is designed to seamlessly integrate into the ComfyUI environment, offering users a powerful tool for image processing tasks." }, + { + "author": "amaozhao", + "title": "ComfyUI_DeployCash", + "id": "ComfyUI_DeployCash", + "reference": "https://github.com/amaozhao/ComfyUI_DeployCash", + "files": [ + "https://github.com/amaozhao/ComfyUI_DeployCash" + ], + "install_type": "git-clone", + "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." + }, { "author": "akatz-ai", "title": "ComfyUI-X-Portrait-Nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 89361bb2..80def604 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -8320,15 +8320,6 @@ "title_aux": "ComfyUI-BRIA_AI-RMBG" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": [ - [ - "BiRefNet_ModelLoader_Zho", - "BiRefNet_Zho" - ], - { - "title_aux": "ComfyUI-BiRefNet-ZHO" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": [ [ "DepthFM_Literative_Zho", @@ -9172,6 +9163,16 @@ "title_aux": "Dream Video Batches" } ], + "https://github.com/amaozhao/ComfyUI_DeployCash": [ + [ + "DeployCash", + "DeployCash_saveImage", + "DeployCash_textInput" + ], + { + "title_aux": "ComfyUI_DeployCash" + } + ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", From bcca781896112f1929b0b6bc140d7c4711cd66b1 Mon Sep 17 00:00:00 2001 From: zer0thgear <161616981+zer0thgear@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:14:54 -0600 Subject: [PATCH 14/46] Add zer0-comfy-utils to custom-node-list (#1243) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index abccb05b..320459cd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17239,6 +17239,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "zer0thgear", + "title": "zer0 Comfy Utilities", + "id": "zer0-comfy-utils", + "reference": "https://github.com/zer0thgear/zer0-comfy-utils", + "files": [ + "https://github.com/zer0thgear/zer0-comfy-utils" + ], + "install_type": "git-clone", + "description": "Collection of personal nodes including tavern card-related nodes, prompt manipulation related utilities, and a node to combine a list of strings back into one string." } ] } From 602eacf0ed82122bf62333f6e71c4c8de52bf875 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Nov 2024 14:42:02 +0900 Subject: [PATCH 15/46] update DB --- custom-node-list.json | 33 +- extension-node-map.json | 36 +- github-stats.json | 3042 ++++++++++++++------------- node_db/dev/custom-node-list.json | 10 + node_db/dev/extension-node-map.json | 25 +- node_db/dev/github-stats.json | 486 ++--- node_db/new/custom-node-list.json | 55 +- node_db/new/extension-node-map.json | 36 +- 8 files changed, 1916 insertions(+), 1807 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 320459cd..d5b9e51c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16833,6 +16833,28 @@ "install_type": "git-clone", "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." }, + { + "author": "zer0thgear", + "title": "zer0 Comfy Utilities", + "id": "zer0-comfy-utils", + "reference": "https://github.com/zer0thgear/zer0-comfy-utils", + "files": [ + "https://github.com/zer0thgear/zer0-comfy-utils" + ], + "install_type": "git-clone", + "description": "Collection of personal nodes including tavern card-related nodes, prompt manipulation related utilities, and a node to combine a list of strings back into one string." + }, + { + "author": "fallingmeteorite", + "title": "nsfw-image-check-comfyui", + "reference": "https://github.com/fallingmeteorite/nsfw-image-check-comfyui", + "files": [ + "https://github.com/fallingmeteorite/nsfw-image-check-comfyui" + ], + "install_type": "git-clone", + "description": "NODES:Nsfw Image Check Node" + }, + @@ -17239,17 +17261,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "zer0thgear", - "title": "zer0 Comfy Utilities", - "id": "zer0-comfy-utils", - "reference": "https://github.com/zer0thgear/zer0-comfy-utils", - "files": [ - "https://github.com/zer0thgear/zer0-comfy-utils" - ], - "install_type": "git-clone", - "description": "Collection of personal nodes including tavern card-related nodes, prompt manipulation related utilities, and a node to combine a list of strings back into one string." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 80def604..01a41aac 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2052,6 +2052,7 @@ ], "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": [ [ + "DebugToFile", "DiTCondLabelEmpty", "DiTCondLabelSelect", "DitCheckpointLoader", @@ -4007,6 +4008,7 @@ [ "Attention couple wild divide", "Comfy Divide", + "WildPromptGenerator", "WildcardDivide", "WildcardEncode" ], @@ -10654,6 +10656,7 @@ "LayerMask: HumanPartsUltra", "LayerMask: ImageToMask", "LayerMask: LoadBiRefNetModel", + "LayerMask: LoadBiRefNetModelV2", "LayerMask: LoadFlorence2Model", "LayerMask: MaskBoxDetect", "LayerMask: MaskByColor", @@ -12814,6 +12817,7 @@ [ "AlignFace", "GenerateTimestamp", + "GetMostCommonColors", "ReadImage", "RenderOpenStreetMapTile" ], @@ -12839,6 +12843,14 @@ "title_aux": "Ollama and Llava Vision integration for ComfyUI" } ], + "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": [ + [ + "NsfwCheckNode" + ], + { + "title_aux": "nsfw-image-check-comfyui" + } + ], "https://github.com/fashn-AI/ComfyUI-FASHN": [ [ "FASHN" @@ -14247,6 +14259,7 @@ "interpreter_tool", "interrupt_loop", "json2text", + "json_extractor", "json_get_value", "json_iterator", "json_parser", @@ -19140,14 +19153,15 @@ "CLIPNegPip", "CLIPTextEncodeBREAK", "CLIPTokenCounter", + "ConditioningZeroOutCombine", "DynSamplerSelect", "EmptyLatentImageAR", - "EmptyLatentImageARAdvanced", + "FreeU2PPM", "Guidance Limiter", + "LatentOperationTonemapLuminance", "LatentToMaskBB", "LatentToWidthHeight", - "RandomPromptGenerator", - "StableCascade_AutoCompLatent" + "PPMSamplerSelect" ], { "title_aux": "ComfyUI-ppm" @@ -23050,6 +23064,22 @@ "title_aux": "Cute Comfy" } ], + "https://github.com/zer0thgear/zer0-comfy-utils": [ + [ + "List Combine Node (zer0)", + "Multiline String Node (zer0)", + "Prompt Minimizer And Splitter Node (zer0)", + "Tavern Card Creation Node (zer0)", + "Tavern Card Info Node (zer0)" + ], + { + "author": "zer0gear", + "description": "Dubiously useful nodes that I've made for my own use.", + "nickname": "zer0gear Comfy Utils", + "title": "zer0gear's Comfy Utilities", + "title_aux": "zer0 Comfy Utilities" + } + ], "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": [ [ "FastStyleTransfer", diff --git a/github-stats.json b/github-stats.json index d73aad13..3d32b164 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,52 +2,52 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 80, + "stars": 82, "last_update": "2024-11-14 07:59:57", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 8, + "stars": 12, "last_update": "2024-11-15 18:46:20", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1104, + "stars": 1107, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 59, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 34, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 2, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 92, @@ -62,12 +62,12 @@ "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3843 + "author_account_age_days": 3844 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 24, @@ -77,12 +77,12 @@ "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 12, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2447 + "author_account_age_days": 2448 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 70, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/6174/comflowy-nodes": { "stars": 8, @@ -107,312 +107,312 @@ "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 103, + "stars": 104, "last_update": "2024-06-23 14:56:16", "author_account_age_days": 644 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 5, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 21, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 68, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 198, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 281, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 99, + "stars": 100, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 337, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 19, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 86, + "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 4, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { - "stars": 9, + "stars": 11, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 141, + "stars": 140, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 31, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1730, + "stars": 1734, "last_update": "2024-11-04 06:58:06", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 272, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 20, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 327, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 185, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 864, + "stars": 865, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1604 + "author_account_age_days": 1605 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, @@ -420,29 +420,29 @@ "author_account_age_days": 1671 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 237, + "stars": 238, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3812 + "author_account_age_days": 3813 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 681, + "stars": 684, "last_update": "2024-11-03 19:09:09", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 314, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, @@ -452,97 +452,97 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 883, + "stars": 884, "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 266, - "last_update": "2024-10-30 00:58:30", - "author_account_age_days": 5356 + "stars": 269, + "last_update": "2024-11-16 21:51:44", + "author_account_age_days": 5357 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3521 + "author_account_age_days": 3522 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 23 + "author_account_age_days": 24 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 23 + "author_account_age_days": 24 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, - "last_update": "2024-11-16 07:46:53", - "author_account_age_days": 271 + "last_update": "2024-11-17 02:23:23", + "author_account_age_days": 272 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 698, + "stars": 699, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4731 + "author_account_age_days": 4732 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 409, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, @@ -552,7 +552,7 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, @@ -562,12 +562,12 @@ "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 361, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 21, @@ -577,206 +577,206 @@ "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1030, + "stars": 1031, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { - "stars": 59, + "stars": 60, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 319, + "stars": 321, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 369, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 264, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 336, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 33, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 96, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 4, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 150, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5242 + "author_account_age_days": 5243 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 10, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 68, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-16 08:07:12", + "last_update": "2024-11-16 18:32:59", "author_account_age_days": 3800 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { @@ -787,62 +787,62 @@ "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5302 + "author_account_age_days": 5303 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4433 + "author_account_age_days": 4434 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4360 + "author_account_age_days": 4361 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 365, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4183 + "author_account_age_days": 4184 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, @@ -852,32 +852,32 @@ "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 3, "last_update": "2024-11-14 04:57:10", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 62, @@ -892,132 +892,132 @@ "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2764 + "author_account_age_days": 2765 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 182, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 114 + "author_account_age_days": 115 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 175, + "stars": 176, "last_update": "2024-10-22 09:13:15", "author_account_age_days": 3744 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 109, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 502, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 89, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 187, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2287, + "stars": 2290, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1027,32 +1027,32 @@ "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 11, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2124 + "author_account_age_days": 2125 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 392, + "stars": 393, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2124 + "author_account_age_days": 2125 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 67, + "stars": 68, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 209, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, @@ -1072,92 +1072,92 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1307 + "author_account_age_days": 1308 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4712 + "author_account_age_days": 4713 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 34, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 53, - "last_update": "2024-11-14 18:07:45", - "author_account_age_days": 810 + "last_update": "2024-11-16 23:34:44", + "author_account_age_days": 811 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5076 + "author_account_age_days": 5077 }, "https://github.com/Gourieff/comfyui-reactor-node": { "stars": 1603, "last_update": "2024-11-10 08:28:33", - "author_account_age_days": 1264 + "author_account_age_days": 1265 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 49, "last_update": "2024-11-09 10:48:02", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 152, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, @@ -1167,7 +1167,7 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 17 + "author_account_age_days": 18 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, @@ -1177,137 +1177,137 @@ "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2990 + "author_account_age_days": 2991 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 85, + "stars": 86, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 6, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 17, + "stars": 19, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-10-21 12:51:59", - "author_account_age_days": 2386 + "author_account_age_days": 2387 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2468 + "author_account_age_days": 2469 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 88, + "stars": 90, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3229 + "author_account_age_days": 3230 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 2, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, "last_update": "2024-11-12 01:38:11", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 32, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3853 + "author_account_age_days": 3854 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 1, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3967 + "author_account_age_days": 3968 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, @@ -1317,37 +1317,37 @@ "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 7, - "last_update": "2024-11-11 12:41:27", - "author_account_age_days": 1236 + "last_update": "2024-11-16 15:50:43", + "author_account_age_days": 1237 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 12, "last_update": "2024-11-13 17:17:41", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, @@ -1367,12 +1367,12 @@ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 51, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, @@ -1382,12 +1382,12 @@ "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, @@ -1397,97 +1397,97 @@ "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5031 + "author_account_age_days": 5032 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 80, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 344, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2324 + "author_account_age_days": 2325 }, "https://github.com/Jordach/comfy-plasma": { "stars": 67, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3314 + "author_account_age_days": 3315 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, - "last_update": "2024-11-06 06:19:32", - "author_account_age_days": 483 + "last_update": "2024-11-17 03:00:19", + "author_account_age_days": 484 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2915 + "author_account_age_days": 2916 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1058 + "author_account_age_days": 1059 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4691 + "author_account_age_days": 4692 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 24, + "stars": 26, "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 33, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 258, + "stars": 259, "last_update": "2024-11-08 17:27:04", "author_account_age_days": 1773 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 170, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1630 + "author_account_age_days": 1631 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, @@ -1500,229 +1500,229 @@ "author_account_age_days": 3335 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 603, + "stars": 604, "last_update": "2024-11-15 02:02:53", - "author_account_age_days": 3861 + "author_account_age_days": 3862 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2757, - "last_update": "2024-11-15 03:59:59", - "author_account_age_days": 3861 + "stars": 2760, + "last_update": "2024-11-16 23:38:44", + "author_account_age_days": 3862 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 602, + "stars": 603, "last_update": "2024-10-31 02:41:17", - "author_account_age_days": 3861 + "author_account_age_days": 3862 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1265 + "author_account_age_days": 1266 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 383, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 1, - "last_update": "2024-11-12 07:54:16", - "author_account_age_days": 4 + "last_update": "2024-11-17 00:01:38", + "author_account_age_days": 5 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 95, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/Lerc/canvas_tab": { "stars": 164, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, - "last_update": "2024-11-13 01:53:31", - "author_account_age_days": 127 + "last_update": "2024-11-16 18:26:50", + "author_account_age_days": 128 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 134, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3002 + "author_account_age_days": 3003 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3002 + "author_account_age_days": 3003 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 27, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 33, + "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 47, + "stars": 48, "last_update": "2024-11-15 16:16:21", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 21, + "stars": 22, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 158, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 113, "last_update": "2024-11-15 20:22:41", - "author_account_age_days": 5114 + "author_account_age_days": 5115 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, @@ -1737,17 +1737,17 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, @@ -1757,97 +1757,97 @@ "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3322 + "author_account_age_days": 3323 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 91, + "stars": 92, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 142, + "stars": 146, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 494, + "stars": 495, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 13, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 28, "last_update": "2024-11-09 17:47:02", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 152, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 23, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 15, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2366, + "stars": 2370, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1706 + "author_account_age_days": 1707 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 499, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1706 + "author_account_age_days": 1707 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, @@ -1857,92 +1857,92 @@ "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, "last_update": "2024-11-11 21:07:49", - "author_account_age_days": 3866 + "author_account_age_days": 3867 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 34, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 116 + "author_account_age_days": 117 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 46, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 25, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3825 + "author_account_age_days": 3826 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1469 + "author_account_age_days": 1470 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 66, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 2, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5294 + "author_account_age_days": 5295 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 649, + "stars": 651, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, @@ -1952,47 +1952,47 @@ "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2990 + "author_account_age_days": 2991 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 513, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, @@ -2002,12 +2002,12 @@ "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 79, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, @@ -2027,112 +2027,112 @@ "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3787 + "author_account_age_days": 3788 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5370 + "author_account_age_days": 5371 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1868, + "stars": 1871, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 108 + "author_account_age_days": 109 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2079 + "author_account_age_days": 2080 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2079 + "author_account_age_days": 2080 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2219 + "author_account_age_days": 2220 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 33, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, @@ -2147,7 +2147,7 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, @@ -2157,62 +2157,62 @@ "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 8, "last_update": "2024-11-15 07:33:36", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 34, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 102, + "stars": 103, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 70, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 316, + "stars": 317, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, @@ -2227,32 +2227,32 @@ "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 110, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 59, + "stars": 60, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 8, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 45, + "stars": 46, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 795, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 67, @@ -2262,7 +2262,7 @@ "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3542 + "author_account_age_days": 3543 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, @@ -2272,12 +2272,12 @@ "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, @@ -2322,12 +2322,12 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, @@ -2337,57 +2337,57 @@ "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3668 + "author_account_age_days": 3669 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3668 + "author_account_age_days": 3669 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3668 + "author_account_age_days": 3669 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3668 + "author_account_age_days": 3669 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 20, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3668 + "author_account_age_days": 3669 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/SozeInc/ComfyUI_Soze": { - "stars": 3, - "last_update": "2024-11-15 22:41:41", - "author_account_age_days": 224 + "stars": 4, + "last_update": "2024-11-16 17:39:05", + "author_account_age_days": 225 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 47, @@ -2397,72 +2397,72 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 48, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3691 + "author_account_age_days": 3692 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 11, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 433, + "stars": 436, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 281 + "author_account_age_days": 282 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 138, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 234 + "author_account_age_days": 235 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, @@ -2470,62 +2470,62 @@ "author_account_age_days": 3723 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 680, + "stars": 681, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/Sxela/ComfyWarp": { "stars": 27, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3516 + "author_account_age_days": 3517 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 113, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 139, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 366, + "stars": 367, "last_update": "2024-07-31 06:21:52", "author_account_age_days": 242 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-07-26 05:36:12", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 11, + "stars": 12, "last_update": "2024-11-10 16:59:42", "author_account_age_days": 348 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 94, + "stars": 101, "last_update": "2024-10-19 17:25:50", "author_account_age_days": 348 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 49, + "stars": 114, "last_update": "2024-11-15 14:36:31", "author_account_age_days": 348 }, @@ -2535,64 +2535,64 @@ "author_account_age_days": 348 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 293, + "stars": 300, "last_update": "2024-11-15 14:18:01", "author_account_age_days": 348 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3194 + "author_account_age_days": 3195 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1820 + "author_account_age_days": 1821 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 414, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 341, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 80, @@ -2602,17 +2602,17 @@ "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 394, @@ -2637,17 +2637,17 @@ "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 38, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, @@ -2657,267 +2657,267 @@ "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 211, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5066 + "author_account_age_days": 5067 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1430 + "author_account_age_days": 1431 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 148, + "stars": 151, "last_update": "2024-11-11 09:01:08", "author_account_age_days": 387 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 10, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2024-11-14 13:23:08", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 41, "last_update": "2024-11-14 17:47:00", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2055 + "author_account_age_days": 2056 }, "https://github.com/WASasquatch/ASTERR": { "stars": 19, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 109, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1214, + "stars": 1215, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3897 + "author_account_age_days": 3898 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3788 + "author_account_age_days": 3789 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1107, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 159, "last_update": "2024-11-16 01:02:18", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3900 + "author_account_age_days": 3901 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 86, + "stars": 87, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, "last_update": "2024-11-13 22:18:48", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 931 + "author_account_age_days": 932 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 349, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 440, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 696, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 279, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 670, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1346, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 787, + "stars": 788, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 106, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 97, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 617, + "stars": 618, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1597, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, @@ -2927,27 +2927,27 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5684 + "author_account_age_days": 5685 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1338 + "author_account_age_days": 1339 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 667 + "author_account_age_days": 668 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 667 + "author_account_age_days": 668 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 667 + "author_account_age_days": 668 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, @@ -2957,37 +2957,37 @@ "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3972 + "author_account_age_days": 3973 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 245, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, @@ -2997,22 +2997,22 @@ "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, @@ -3022,7 +3022,7 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 77, @@ -3032,62 +3032,62 @@ "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2815 + "author_account_age_days": 2816 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 134 + "author_account_age_days": 135 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 15, "last_update": "2024-11-06 22:29:13", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 166, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 166, + "stars": 168, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 34, + "stars": 36, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 0, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 9, @@ -3097,82 +3097,82 @@ "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 12, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 1, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 7, "last_update": "2024-10-12 14:38:26", - "author_account_age_days": 3430 + "author_account_age_days": 3431 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 49, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 50, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 84, "last_update": "2024-11-02 12:05:59", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2139 + "author_account_age_days": 2140 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 84, "last_update": "2024-07-31 15:02:26", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5177 + "author_account_age_days": 5178 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, @@ -3182,47 +3182,47 @@ "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 12, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 26, "last_update": "2024-11-14 14:38:39", - "author_account_age_days": 2490 + "author_account_age_days": 2491 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, - "last_update": "2024-11-16 08:01:00", - "author_account_age_days": 3679 + "last_update": "2024-11-16 12:15:09", + "author_account_age_days": 3680 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 201, + "stars": 203, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, @@ -3232,17 +3232,17 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 97, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2493 + "author_account_age_days": 2494 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 59, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 245, @@ -3252,27 +3252,27 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5507 + "author_account_age_days": 5508 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 9, @@ -3282,77 +3282,77 @@ "https://github.com/banodoco/steerable-motion": { "stars": 839, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 112, + "stars": 113, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, "last_update": "2024-11-15 00:57:39", - "author_account_age_days": 2055 + "author_account_age_days": 2056 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3652 + "author_account_age_days": 3653 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3018 + "author_account_age_days": 3019 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 43, - "last_update": "2024-11-10 09:05:45", - "author_account_age_days": 298 + "last_update": "2024-11-16 11:18:56", + "author_account_age_days": 299 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 35, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 14, - "last_update": "2024-11-13 02:29:21", - "author_account_age_days": 298 + "last_update": "2024-11-16 17:44:36", + "author_account_age_days": 299 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 110, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 23, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 156, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, @@ -3362,7 +3362,7 @@ "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, @@ -3372,47 +3372,47 @@ "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 1, "last_update": "2024-11-13 00:46:02", - "author_account_age_days": 53 + "author_account_age_days": 54 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, @@ -3422,27 +3422,27 @@ "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5300 + "author_account_age_days": 5301 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, @@ -3452,82 +3452,82 @@ "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3447 + "author_account_age_days": 3448 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3447 + "author_account_age_days": 3448 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-12 04:10:25", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 353, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3440 + "author_account_age_days": 3441 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5156 + "author_account_age_days": 5157 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3543 + "author_account_age_days": 3544 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3543 + "author_account_age_days": 3544 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 30, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 111, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, @@ -3551,203 +3551,203 @@ }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, - "last_update": "2024-10-25 16:44:59", - "author_account_age_days": 1338 + "last_update": "2024-11-16 16:03:42", + "author_account_age_days": 1339 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 388, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 48, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 209, + "stars": 210, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 208, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 97, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 3, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 234, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 19, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1492, - "last_update": "2024-11-08 16:40:49", - "author_account_age_days": 589 + "stars": 1495, + "last_update": "2024-11-16 09:50:30", + "author_account_age_days": 590 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 103, + "stars": 104, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 94, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/choey/Comfy-Topaz": { "stars": 60, @@ -3757,127 +3757,127 @@ "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1941 + "author_account_age_days": 1942 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 69, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 31, - "last_update": "2024-11-16 02:58:44", - "author_account_age_days": 4210 + "stars": 32, + "last_update": "2024-11-17 05:04:35", + "author_account_age_days": 4211 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 258, + "stars": 259, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4210 + "author_account_age_days": 4211 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4210 + "author_account_age_days": 4211 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4210 + "author_account_age_days": 4211 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 499, + "stars": 501, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4210 + "author_account_age_days": 4211 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 26, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5515 + "author_account_age_days": 5516 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1019, + "stars": 1021, "last_update": "2024-11-06 13:04:04", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 78, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 389, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 347, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 243, + "stars": 244, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 134, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, @@ -3887,26 +3887,26 @@ "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-11 03:33:57", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56658, - "last_update": "2024-11-16 01:17:15", + "stars": 56786, + "last_update": "2024-11-17 01:48:23", "author_account_age_days": 694 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { @@ -3927,67 +3927,67 @@ "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4754 + "author_account_age_days": 4755 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4808 + "author_account_age_days": 4809 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 96, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4808 + "author_account_age_days": 4809 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/crystian/ComfyUI-Crystools": { "stars": 811, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4262 + "author_account_age_days": 4263 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4262 + "author_account_age_days": 4263 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 69, @@ -4000,12 +4000,12 @@ "author_account_age_days": 5156 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4133, + "stars": 4135, "last_update": "2024-09-13 13:04:50", "author_account_age_days": 5156 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1292, + "stars": 1293, "last_update": "2024-09-30 08:54:05", "author_account_age_days": 5156 }, @@ -4020,99 +4020,99 @@ "author_account_age_days": 5156 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 696, + "stars": 699, "last_update": "2024-10-05 16:21:01", "author_account_age_days": 5156 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2074 + "author_account_age_days": 2075 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4378 + "author_account_age_days": 4379 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 10, "last_update": "2024-11-13 14:06:47", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 11, "last_update": "2024-11-16 02:19:23", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 201, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 239, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3496 + "author_account_age_days": 3497 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 21, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3496 + "author_account_age_days": 3497 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-09-10 20:37:22", - "author_account_age_days": 5469 + "author_account_age_days": 5470 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4609 + "author_account_age_days": 4610 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, @@ -4125,7 +4125,7 @@ "author_account_age_days": 240 }, "https://github.com/daxcay/ComfyUI-NODEJS": { - "stars": 8, + "stars": 9, "last_update": "2024-08-02 14:14:29", "author_account_age_days": 240 }, @@ -4152,17 +4152,17 @@ "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4680 + "author_account_age_days": 4681 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 77, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4680 + "author_account_age_days": 4681 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3641 + "author_account_age_days": 3642 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, @@ -4177,107 +4177,107 @@ "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 9, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6119 + "author_account_age_days": 6120 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6119 + "author_account_age_days": 6120 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 189, + "stars": 193, "last_update": "2024-11-11 18:33:34", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 145, + "stars": 146, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 198, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4030 + "author_account_age_days": 4031 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 67, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 106, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 273, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4428 + "author_account_age_days": 4429 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1994 + "author_account_age_days": 1995 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3914 + "author_account_age_days": 3915 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, @@ -4287,12 +4287,12 @@ "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4948 + "author_account_age_days": 4949 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, @@ -4302,27 +4302,27 @@ "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, @@ -4332,57 +4332,62 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 286, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/evanspearman/ComfyMath": { "stars": 83, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1140 + "author_account_age_days": 1141 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, - "last_update": "2024-10-09 09:08:33", - "author_account_age_days": 2193 + "last_update": "2024-11-16 21:13:22", + "author_account_age_days": 2194 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 111, + "stars": 112, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2079 + "author_account_age_days": 2080 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 11, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2079 + "author_account_age_days": 2080 + }, + "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { + "stars": 1, + "last_update": "2024-11-17 05:11:59", + "author_account_age_days": 1234 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 10, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, @@ -4400,124 +4405,124 @@ "author_account_age_days": 5189 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 36, + "stars": 37, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 140, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 296, + "stars": 297, "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { - "stars": 10, + "stars": 11, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 909, + "stars": 912, "last_update": "2024-09-21 09:03:50", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 237, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 140, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 207, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 429, + "stars": 430, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3640 + "author_account_age_days": 3641 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3766 + "author_account_age_days": 3767 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 1, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2465 + "author_account_age_days": 2466 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 514, + "stars": 515, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2303 + "author_account_age_days": 2304 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, @@ -4537,42 +4542,42 @@ "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 13, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2125 + "author_account_age_days": 2126 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5097 + "author_account_age_days": 5098 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 80, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/giriss/comfy-image-saver": { "stars": 198, @@ -4582,117 +4587,117 @@ "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5144 + "author_account_age_days": 5145 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 152, + "stars": 153, "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 32, "last_update": "2024-09-18 18:37:02", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1874 + "author_account_age_days": 1875 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3258 + "author_account_age_days": 3259 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 412, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2606 + "author_account_age_days": 2607 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 4, + "stars": 5, "last_update": "2024-11-14 20:05:03", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 117, - "last_update": "2024-11-16 01:57:09", - "author_account_age_days": 665 + "last_update": "2024-11-17 01:08:03", + "author_account_age_days": 666 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 41, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3991 + "author_account_age_days": 3992 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1300 + "author_account_age_days": 1301 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, @@ -4702,12 +4707,12 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 1995 + "author_account_age_days": 1996 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, @@ -4717,7 +4722,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, @@ -4752,26 +4757,26 @@ "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 60, + "stars": 61, "last_update": "2024-11-15 13:56:34", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1007, - "last_update": "2024-11-15 13:13:26", + "stars": 1008, + "last_update": "2024-11-16 14:02:29", "author_account_age_days": 3040 }, "https://github.com/heshengtao/comfyui_LLM_schools": { @@ -4787,17 +4792,17 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1947 + "author_account_age_days": 1948 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5256 + "author_account_age_days": 5257 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, @@ -4807,112 +4812,112 @@ "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4777 + "author_account_age_days": 4778 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4777 + "author_account_age_days": 4778 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 530, + "stars": 531, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1485, + "stars": 1486, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 55, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5785 + "author_account_age_days": 5786 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 151, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3194 + "author_account_age_days": 3195 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5436 + "author_account_age_days": 5437 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 514, - "last_update": "2024-11-16 01:41:36", - "author_account_age_days": 3007 + "stars": 516, + "last_update": "2024-11-17 02:23:31", + "author_account_age_days": 3008 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, @@ -4922,12 +4927,12 @@ "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 29, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1033 + "author_account_age_days": 1034 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, @@ -4937,62 +4942,62 @@ "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4015 + "author_account_age_days": 4016 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4015 + "author_account_age_days": 4016 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 990, + "stars": 991, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4015 + "author_account_age_days": 4016 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 37, "last_update": "2024-11-14 07:12:08", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 62, + "stars": 63, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4615 + "author_account_age_days": 4616 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3075 + "author_account_age_days": 3076 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 126, + "stars": 127, "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3182 + "author_account_age_days": 3183 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 288, @@ -5002,17 +5007,17 @@ "https://github.com/jitcoder/lora-info": { "stars": 63, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4185 + "author_account_age_days": 4186 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 20:44:56", "author_account_age_days": 3794 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4356 + "author_account_age_days": 4357 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, @@ -5022,12 +5027,12 @@ "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 349, + "stars": 351, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, @@ -5037,12 +5042,12 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, @@ -5052,7 +5057,7 @@ "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 12, @@ -5082,7 +5087,7 @@ "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, @@ -5092,17 +5097,17 @@ "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1411 + "author_account_age_days": 1412 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -5127,17 +5132,17 @@ "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2806 + "author_account_age_days": 2807 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, @@ -5157,7 +5162,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5034 + "author_account_age_days": 5035 }, "https://github.com/kft334/Knodes": { "stars": 3, @@ -5167,202 +5172,202 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 163, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 61, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 186, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 851, - "last_update": "2024-11-15 00:37:48", - "author_account_age_days": 2327 + "stars": 868, + "last_update": "2024-11-16 22:48:05", + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 154, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 111, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 198, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 631, + "stars": 630, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 752, + "stars": 754, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 491, + "stars": 492, "last_update": "2024-11-11 09:14:43", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 124, + "stars": 126, "last_update": "2024-11-10 15:40:55", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 765, + "stars": 767, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 649, + "stars": 651, "last_update": "2024-11-15 15:24:32", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 560, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { - "stars": 52, + "stars": 53, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1634, + "stars": 1635, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 87, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 184, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 466, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 330, + "stars": 331, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 27, + "stars": 28, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 267, + "stars": 281, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1585, + "stars": 1586, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 158, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 92, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 645, + "stars": 646, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 25, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -5377,32 +5382,32 @@ "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2664 + "author_account_age_days": 2665 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, @@ -5412,122 +5417,122 @@ "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 27, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 11, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 9, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 2, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 4, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3923 + "author_account_age_days": 3924 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, "last_update": "2024-11-15 21:20:53", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3641 + "author_account_age_days": 3642 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 20, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, @@ -5537,7 +5542,7 @@ "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4203 + "author_account_age_days": 4204 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 4, @@ -5547,247 +5552,247 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 57, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 92, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2608 + "author_account_age_days": 2609 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/lks-ai/anynode": { - "stars": 496, + "stars": 497, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 81, "last_update": "2024-11-09 16:39:08", - "author_account_age_days": 2238 + "author_account_age_days": 2239 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 49, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2238 + "author_account_age_days": 2239 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 620, + "stars": 621, "last_update": "2024-11-15 21:14:20", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 237, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 361, + "stars": 362, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 3, - "last_update": "2024-11-14 19:15:03", - "author_account_age_days": 4195 + "stars": 7, + "last_update": "2024-11-16 22:39:14", + "author_account_age_days": 4196 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 1, - "last_update": "2024-11-15 10:03:22", - "author_account_age_days": 3807 + "stars": 2, + "last_update": "2024-11-16 09:41:05", + "author_account_age_days": 3808 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1891, + "stars": 1892, "last_update": "2024-11-09 10:48:29", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "stars": 425, "last_update": "2024-11-15 03:53:05", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 6918, - "last_update": "2024-11-14 09:35:19", - "author_account_age_days": 607 + "stars": 6933, + "last_update": "2024-11-17 05:14:54", + "author_account_age_days": 608 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 30, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, "last_update": "2024-11-14 23:57:07", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 179, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1256 + "author_account_age_days": 1257 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, @@ -5797,47 +5802,47 @@ "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/maludwig/basix_image_filters": { "stars": 1, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3651 + "author_account_age_days": 3652 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 164, + "stars": 165, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5899 + "author_account_age_days": 5900 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 48, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4559 + "author_account_age_days": 4560 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4559 + "author_account_age_days": 4560 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, @@ -5847,32 +5852,32 @@ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 57, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2884 + "author_account_age_days": 2885 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4694 + "author_account_age_days": 4695 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 218, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1126, + "stars": 1129, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2246 + "author_account_age_days": 2247 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, @@ -5892,55 +5897,55 @@ "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/melMass/comfy_mtb": { "stars": 448, "last_update": "2024-11-05 17:00:46", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 15, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5618 + "author_account_age_days": 5619 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 255, + "stars": 256, "last_update": "2024-11-05 00:07:48", "author_account_age_days": 613 }, @@ -5952,32 +5957,32 @@ "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2806 + "author_account_age_days": 2807 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 50, + "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6061 + "author_account_age_days": 6062 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6061 + "author_account_age_days": 6062 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 167, + "stars": 168, "last_update": "2024-10-18 16:51:14", "author_account_age_days": 66 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 44, + "stars": 45, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1365 + "author_account_age_days": 1366 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, @@ -6022,37 +6027,37 @@ "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4748 + "author_account_age_days": 4749 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-16 04:25:52", - "author_account_age_days": 1468 + "last_update": "2024-11-16 20:22:25", + "author_account_age_days": 1469 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3615 + "author_account_age_days": 3616 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3090 + "author_account_age_days": 3091 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, @@ -6067,92 +6072,92 @@ "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, "last_update": "2024-11-14 08:31:46", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 179, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 4, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 76, "last_update": "2024-10-27 17:43:55", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4154 + "author_account_age_days": 4155 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 153, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 25, + "stars": 27, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4864 + "author_account_age_days": 4865 }, "https://github.com/niknah/quick-connections": { "stars": 124, "last_update": "2024-11-07 00:26:06", - "author_account_age_days": 4864 + "author_account_age_days": 4865 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, @@ -6162,52 +6167,52 @@ "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3647 + "author_account_age_days": 3648 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 33, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1807 + "author_account_age_days": 1808 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, @@ -6217,47 +6222,47 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 200, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2705 + "author_account_age_days": 2706 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1862 + "author_account_age_days": 1863 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 642, + "stars": 643, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1321 + "author_account_age_days": 1322 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 93, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 14, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, @@ -6267,27 +6272,27 @@ "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 129, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1221 + "author_account_age_days": 1222 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -6297,12 +6302,12 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/palant/extended-saveimage-comfyui": { "stars": 22, @@ -6321,33 +6326,33 @@ }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 77, - "last_update": "2024-10-11 23:51:43", - "author_account_age_days": 2275 + "last_update": "2024-11-16 21:20:11", + "author_account_age_days": 2276 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 217, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 178, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5224 + "author_account_age_days": 5225 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, @@ -6357,17 +6362,17 @@ "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5153 + "author_account_age_days": 5154 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 145, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 39, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, @@ -6382,42 +6387,42 @@ "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 114 + "author_account_age_days": 115 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, "last_update": "2024-11-14 19:00:07", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1207 + "author_account_age_days": 1208 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 92, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, @@ -6442,32 +6447,32 @@ "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5713 + "author_account_age_days": 5714 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1229, + "stars": 1230, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1845, + "stars": 1846, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 652, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 132, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -6482,12 +6487,12 @@ "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, @@ -6495,19 +6500,19 @@ "author_account_age_days": 4639 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 29, + "stars": 30, "last_update": "2024-11-15 08:33:41", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 12, @@ -6515,24 +6520,24 @@ "author_account_age_days": 5766 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 286, + "stars": 287, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 18, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/replicate/comfyui-replicate": { "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1753 + "author_account_age_days": 1754 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, @@ -6540,29 +6545,29 @@ "author_account_age_days": 4630 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1181, + "stars": 1186, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5119 + "author_account_age_days": 5120 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5781 + "author_account_age_days": 5782 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5781 + "author_account_age_days": 5782 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4977 + "author_account_age_days": 4978 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, @@ -6572,7 +6577,7 @@ "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3691 + "author_account_age_days": 3692 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 2, @@ -6582,137 +6587,137 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-13 14:59:26", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, - "last_update": "2024-11-15 21:28:37", + "last_update": "2024-11-16 14:18:28", "author_account_age_days": 2455 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 95, "last_update": "2024-07-31 14:02:18", - "author_account_age_days": 4299 + "author_account_age_days": 4300 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3834 + "author_account_age_days": 3835 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 287, + "stars": 288, "last_update": "2024-11-08 23:08:05", - "author_account_age_days": 3834 + "author_account_age_days": 3835 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4902 + "author_account_age_days": 4903 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5450 + "author_account_age_days": 5451 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5450 + "author_account_age_days": 5451 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3477 + "author_account_age_days": 3478 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 420, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1299, + "stars": 1301, "last_update": "2024-10-25 06:24:51", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 101, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 24, + "stars": 25, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5237 + "author_account_age_days": 5238 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 239, @@ -6737,92 +6742,92 @@ "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 33, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2368 + "author_account_age_days": 2369 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2368 + "author_account_age_days": 2369 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4452 + "author_account_age_days": 4453 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/siliconflow/BizyAir": { - "stars": 349, + "stars": 350, "last_update": "2024-11-16 08:32:51", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 18, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 157, @@ -6837,262 +6842,262 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2227 + "author_account_age_days": 2228 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2859 + "author_account_age_days": 2860 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 51, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 12, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Demucs": { - "stars": 2, + "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 27, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 271, + "stars": 273, "last_update": "2024-11-02 00:33:33", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 43, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 44, "last_update": "2024-10-26 04:13:37", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 153, + "stars": 157, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 26, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 96, + "stars": 98, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 17, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 69, + "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 238, - "last_update": "2024-11-16 03:23:57", - "author_account_age_days": 499 + "last_update": "2024-11-17 01:53:23", + "author_account_age_days": 500 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, - "last_update": "2024-09-16 00:51:56", - "author_account_age_days": 918 + "last_update": "2024-11-16 20:42:59", + "author_account_age_days": 919 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 23, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 183, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 136, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 43, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 160, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 156, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5376 + "author_account_age_days": 5377 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 856, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 372, - "last_update": "2024-10-27 13:34:43", - "author_account_age_days": 4228 + "last_update": "2024-11-16 16:28:17", + "author_account_age_days": 4229 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, @@ -7107,47 +7112,47 @@ "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 747, + "stars": 749, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 27, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6075 + "author_account_age_days": 6076 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 27, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, @@ -7157,32 +7162,32 @@ "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3300 + "author_account_age_days": 3301 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 111, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 68, + "stars": 69, "last_update": "2024-11-08 01:32:03", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 248, "last_update": "2024-11-08 01:32:28", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, @@ -7192,77 +7197,77 @@ "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5066 + "author_account_age_days": 5067 }, "https://github.com/talesofai/comfyui-browser": { "stars": 501, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5243 + "author_account_age_days": 5244 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5243 + "author_account_age_days": 5244 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 148, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 40, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/thecooltechguy/ComfyUI-ComfyRun": { "stars": 82, "last_update": "2024-05-22 21:33:11", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 44, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 332, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 65, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2485 + "author_account_age_days": 2486 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, @@ -7272,77 +7277,77 @@ "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4004 + "author_account_age_days": 4005 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4462 + "author_account_age_days": 4463 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4515 + "author_account_age_days": 4516 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 518, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 37, "last_update": "2024-08-02 04:55:20", - "author_account_age_days": 3285 + "author_account_age_days": 3286 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 0, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5534 + "author_account_age_days": 5535 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 115, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4902 + "author_account_age_days": 4903 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4902 + "author_account_age_days": 4903 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2810 + "author_account_age_days": 2811 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 759, @@ -7352,17 +7357,17 @@ "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 90, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3847 + "author_account_age_days": 3848 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, @@ -7377,57 +7382,57 @@ "https://github.com/un-seen/comfyui-tensorops": { "stars": 11, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1461 + "author_account_age_days": 1462 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1461 + "author_account_age_days": 1462 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1528 + "author_account_age_days": 1529 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3102 + "author_account_age_days": 3103 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4909 + "author_account_age_days": 4910 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, @@ -7437,57 +7442,57 @@ "https://github.com/viperyl/ComfyUI-BiRefNet": { "stars": 230, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 146, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5129 + "author_account_age_days": 5130 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 99, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2365 + "author_account_age_days": 2366 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3528 + "author_account_age_days": 3529 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 2, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1112 + "author_account_age_days": 1113 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, @@ -7497,12 +7502,12 @@ "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1757 + "author_account_age_days": 1758 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, @@ -7512,42 +7517,42 @@ "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2783 + "author_account_age_days": 2784 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4262 + "author_account_age_days": 4263 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3175 + "author_account_age_days": 3176 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5866 + "author_account_age_days": 5867 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5866 + "author_account_age_days": 5867 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 50, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2407 + "author_account_age_days": 2408 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, @@ -7562,37 +7567,37 @@ "https://github.com/xXAdonesXx/NodeGPT": { "stars": 338, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4643 + "author_account_age_days": 4644 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4643 + "author_account_age_days": 4644 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4643 + "author_account_age_days": 4644 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, @@ -7607,182 +7612,187 @@ "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3866 + "author_account_age_days": 3867 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 17, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 84, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1056, + "stars": 1061, "last_update": "2024-11-14 13:35:31", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-09-26 05:33:05", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { - "stars": 4, + "stars": 5, "last_update": "2024-11-15 15:55:26", - "author_account_age_days": 4020 + "author_account_age_days": 4021 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2587 + "author_account_age_days": 2588 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2587 + "author_account_age_days": 2588 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 81, + "stars": 82, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 70, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 74, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 140, - "last_update": "2024-11-15 20:28:51", - "author_account_age_days": 1044 + "stars": 159, + "last_update": "2024-11-16 14:30:58", + "author_account_age_days": 1045 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4560 + "author_account_age_days": 4561 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4560 + "author_account_age_days": 4561 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4560 + "author_account_age_days": 4561 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2815 + "author_account_age_days": 2816 + }, + "https://github.com/zer0thgear/zer0-comfy-utils": { + "stars": 0, + "last_update": "2024-11-16 23:48:18", + "author_account_age_days": 262 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2588 + "author_account_age_days": 2589 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 20, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, @@ -7797,7 +7807,7 @@ "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3494 + "author_account_age_days": 3495 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, @@ -7807,7 +7817,7 @@ "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4379 + "author_account_age_days": 4380 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1156, @@ -7817,21 +7827,21 @@ "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 15, "last_update": "2024-11-03 04:29:39", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2806 + "author_account_age_days": 2807 }, "https://github.com/zombieyang/sd-ppp": { "stars": 184, - "last_update": "2024-11-15 14:33:52", - "author_account_age_days": 4062 + "last_update": "2024-11-17 03:37:11", + "author_account_age_days": 4063 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5106 + "author_account_age_days": 5107 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 373126e4..71b95942 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,16 @@ + { + "author": "Clybius", + "title": "ComfyUI-FluxDeCLIP", + "reference": "https://github.com/Clybius/ComfyUI-FluxDeCLIP", + "files": [ + "https://github.com/Clybius/ComfyUI-FluxDeCLIP" + ], + "install_type": "git-clone", + "description": "NODES:FluxDeCLIPCheckpointLoader" + }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI-BiRefNet-ZHO [BROKEN]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 3f3776cb..f74e4295 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -464,6 +464,14 @@ "title_aux": "ComfyUI-Inpaint_with_Detailer" } ], + "https://github.com/Clybius/ComfyUI-FluxDeCLIP": [ + [ + "FluxDeCLIPCheckpointLoader" + ], + { + "title_aux": "ComfyUI-FluxDeCLIP" + } + ], "https://github.com/Comfy-Org/ComfyUI_devtools": [ [ "DevToolsDeprecatedNode", @@ -1165,6 +1173,15 @@ "title_aux": "ComfyUI-AuraSR-ZHO" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": [ + [ + "BiRefNet_ModelLoader_Zho", + "BiRefNet_Zho" + ], + { + "title_aux": "ComfyUI-BiRefNet-ZHO [BROKEN]" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": [ [ "PuLID_Zho" @@ -2029,6 +2046,7 @@ [ "AlignFace", "GenerateTimestamp", + "GetMostCommonColors", "ReadImage", "RenderOpenStreetMapTile" ], @@ -3081,14 +3099,15 @@ "CLIPNegPip", "CLIPTextEncodeBREAK", "CLIPTokenCounter", + "ConditioningZeroOutCombine", "DynSamplerSelect", "EmptyLatentImageAR", - "EmptyLatentImageARAdvanced", + "FreeU2PPM", "Guidance Limiter", + "LatentOperationTonemapLuminance", "LatentToMaskBB", "LatentToWidthHeight", - "RandomPromptGenerator", - "StableCascade_AutoCompLatent" + "PPMSamplerSelect" ], { "title_aux": "ComfyUI-ppm" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 12b3d253..48ba837c 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,82 +2,82 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4910 + "author_account_age_days": 4911 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 86, + "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1604 + "author_account_age_days": 1605 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-14 23:59:17", - "author_account_age_days": 2250 + "author_account_age_days": 2251 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 2, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 49, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 18, @@ -87,112 +87,117 @@ "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 463 + "author_account_age_days": 464 + }, + "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { + "stars": 0, + "last_update": "2024-11-17 04:44:34", + "author_account_age_days": 1879 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-07 17:46:08", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 16, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-11-13 18:01:18", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2059 + "author_account_age_days": 2060 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 72 + "author_account_age_days": 73 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, @@ -202,32 +207,32 @@ "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1036 + "author_account_age_days": 1037 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, @@ -242,37 +247,37 @@ "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 977 + "author_account_age_days": 978 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, - "last_update": "2024-11-13 01:53:31", - "author_account_age_days": 127 + "last_update": "2024-11-16 18:26:50", + "author_account_age_days": 128 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 28, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, @@ -280,64 +285,64 @@ "author_account_age_days": 2865 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { - "stars": 22, + "stars": 23, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1639 + "author_account_age_days": 1640 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1203 + "author_account_age_days": 1204 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5419 + "author_account_age_days": 5420 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1456 + "author_account_age_days": 1457 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 31, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 40, @@ -347,12 +352,12 @@ "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-10-27 04:31:20", - "author_account_age_days": 2605 + "author_account_age_days": 2606 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3668 + "author_account_age_days": 3669 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, @@ -362,37 +367,37 @@ "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 30, + "stars": 31, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, @@ -402,27 +407,32 @@ "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 85, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 484 + "author_account_age_days": 485 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { + "stars": 279, + "last_update": "2024-07-30 23:24:24", + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 216, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, @@ -432,37 +442,37 @@ "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3430 + "author_account_age_days": 3431 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2490 + "author_account_age_days": 2491 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2420 + "author_account_age_days": 2421 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 71, + "stars": 72, "last_update": "2024-11-02 22:17:36", "author_account_age_days": 3769 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, @@ -472,76 +482,76 @@ "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5154 + "author_account_age_days": 5155 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3948 + "author_account_age_days": 3949 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3253 + "author_account_age_days": 3254 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 3, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3263 + "author_account_age_days": 3264 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56658, - "last_update": "2024-11-16 01:17:15", + "stars": 56786, + "last_update": "2024-11-17 01:48:23", "author_account_age_days": 694 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { @@ -557,7 +567,7 @@ "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1960 + "author_account_age_days": 1961 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 230, @@ -567,27 +577,27 @@ "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6119 + "author_account_age_days": 6120 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2468 + "author_account_age_days": 2469 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, @@ -597,77 +607,77 @@ "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, - "last_update": "2024-10-09 09:08:33", - "author_account_age_days": 2193 + "last_update": "2024-11-16 21:13:22", + "author_account_age_days": 2194 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-10-21 22:21:13", - "author_account_age_days": 2157 + "author_account_age_days": 2158 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4183 + "author_account_age_days": 4184 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1570 + "author_account_age_days": 1571 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 199, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, @@ -677,17 +687,17 @@ "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, @@ -697,17 +707,17 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, @@ -717,7 +727,7 @@ "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, @@ -737,45 +747,45 @@ "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-09 22:44:02", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5092 + "author_account_age_days": 5093 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 149, + "stars": 150, "last_update": "2024-05-21 05:28:34", "author_account_age_days": 647 }, @@ -787,62 +797,62 @@ "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 76, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 606, + "stars": 608, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 59, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, @@ -857,37 +867,37 @@ "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2797 + "author_account_age_days": 2798 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2558 + "author_account_age_days": 2559 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 51, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, @@ -897,27 +907,27 @@ "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 100, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 620, + "stars": 621, "last_update": "2024-11-15 21:14:20", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, @@ -927,102 +937,102 @@ "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 219, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-10-03 03:20:23", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4559 + "author_account_age_days": 4560 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3680 + "author_account_age_days": 3681 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3003 + "author_account_age_days": 3004 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 2, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, @@ -1047,12 +1057,12 @@ "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "stars": 128, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, @@ -1067,37 +1077,37 @@ "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4174 + "author_account_age_days": 4175 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 1, - "last_update": "2024-11-15 14:10:51", - "author_account_age_days": 570 + "last_update": "2024-11-16 20:04:56", + "author_account_age_days": 571 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 77, - "last_update": "2024-10-11 23:51:43", - "author_account_age_days": 2275 + "last_update": "2024-11-16 21:20:11", + "author_account_age_days": 2276 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5268 + "author_account_age_days": 5269 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, @@ -1107,12 +1117,12 @@ "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 48, @@ -1122,22 +1132,22 @@ "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3321 + "author_account_age_days": 3322 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, @@ -1147,12 +1157,12 @@ "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5224 + "author_account_age_days": 5225 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, @@ -1162,122 +1172,122 @@ "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4262 + "author_account_age_days": 4263 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3982 + "author_account_age_days": 3983 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 180, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5343 + "author_account_age_days": 5344 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 2, "last_update": "2024-11-15 03:03:13", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1967 + "author_account_age_days": 1968 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, @@ -1287,22 +1297,22 @@ "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 0, - "last_update": "2024-11-16 05:55:59", + "last_update": "2024-11-16 12:13:29", "author_account_age_days": 717 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, @@ -1312,17 +1322,17 @@ "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 300, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 54dfa954..fee1550a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,28 @@ + + { + "author": "zer0thgear", + "title": "zer0 Comfy Utilities", + "id": "zer0-comfy-utils", + "reference": "https://github.com/zer0thgear/zer0-comfy-utils", + "files": [ + "https://github.com/zer0thgear/zer0-comfy-utils" + ], + "install_type": "git-clone", + "description": "Collection of personal nodes including tavern card-related nodes, prompt manipulation related utilities, and a node to combine a list of strings back into one string." + }, + { + "author": "fallingmeteorite", + "title": "nsfw-image-check-comfyui", + "reference": "https://github.com/fallingmeteorite/nsfw-image-check-comfyui", + "files": [ + "https://github.com/fallingmeteorite/nsfw-image-check-comfyui" + ], + "install_type": "git-clone", + "description": "NODES:Nsfw Image Check Node" + }, { "author": "lquesada", @@ -667,39 +689,6 @@ ], "install_type": "git-clone", "description": "Fork of [a/sd_webui_stealth_pnginfo](https://github.com/ashen-sensored/sd_webui_stealth_pnginfo) with ComfyUI support." - }, - { - "author": "CY-CHENYUE", - "title": "ComfyUI-InpaintEasy", - "id": "ComfyUI-InpaintEasy", - "reference": "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy", - "files": [ - "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy" - ], - "description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions.", - "tags": ["inpaint", "crop", "image"], - "install_type": "git-clone" - }, - { - "author": "Apache0ne", - "title": "SambaNova", - "id": "SambaNovaAPI", - "reference": "https://github.com/Apache0ne/SambaNova", - "files": [ - "https://github.com/Apache0ne/SambaNova" - ], - "install_type": "git-clone", - "description": "Super Fast LLM's llama3.1-405B,70B,8B and more" - }, - { - "author": "smthemex", - "title": "ComfyUI_OmniParser", - "reference": "https://github.com/smthemex/ComfyUI_OmniParser", - "files": [ - "https://github.com/smthemex/ComfyUI_OmniParser" - ], - "install_type": "git-clone", - "description": "Try [a/OmniParser](https://github.com/microsoft/OmniParser) in ComfyUI which a simple screen parsing tool towards pure vision based GUI agent." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 80def604..01a41aac 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2052,6 +2052,7 @@ ], "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": [ [ + "DebugToFile", "DiTCondLabelEmpty", "DiTCondLabelSelect", "DitCheckpointLoader", @@ -4007,6 +4008,7 @@ [ "Attention couple wild divide", "Comfy Divide", + "WildPromptGenerator", "WildcardDivide", "WildcardEncode" ], @@ -10654,6 +10656,7 @@ "LayerMask: HumanPartsUltra", "LayerMask: ImageToMask", "LayerMask: LoadBiRefNetModel", + "LayerMask: LoadBiRefNetModelV2", "LayerMask: LoadFlorence2Model", "LayerMask: MaskBoxDetect", "LayerMask: MaskByColor", @@ -12814,6 +12817,7 @@ [ "AlignFace", "GenerateTimestamp", + "GetMostCommonColors", "ReadImage", "RenderOpenStreetMapTile" ], @@ -12839,6 +12843,14 @@ "title_aux": "Ollama and Llava Vision integration for ComfyUI" } ], + "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": [ + [ + "NsfwCheckNode" + ], + { + "title_aux": "nsfw-image-check-comfyui" + } + ], "https://github.com/fashn-AI/ComfyUI-FASHN": [ [ "FASHN" @@ -14247,6 +14259,7 @@ "interpreter_tool", "interrupt_loop", "json2text", + "json_extractor", "json_get_value", "json_iterator", "json_parser", @@ -19140,14 +19153,15 @@ "CLIPNegPip", "CLIPTextEncodeBREAK", "CLIPTokenCounter", + "ConditioningZeroOutCombine", "DynSamplerSelect", "EmptyLatentImageAR", - "EmptyLatentImageARAdvanced", + "FreeU2PPM", "Guidance Limiter", + "LatentOperationTonemapLuminance", "LatentToMaskBB", "LatentToWidthHeight", - "RandomPromptGenerator", - "StableCascade_AutoCompLatent" + "PPMSamplerSelect" ], { "title_aux": "ComfyUI-ppm" @@ -23050,6 +23064,22 @@ "title_aux": "Cute Comfy" } ], + "https://github.com/zer0thgear/zer0-comfy-utils": [ + [ + "List Combine Node (zer0)", + "Multiline String Node (zer0)", + "Prompt Minimizer And Splitter Node (zer0)", + "Tavern Card Creation Node (zer0)", + "Tavern Card Info Node (zer0)" + ], + { + "author": "zer0gear", + "description": "Dubiously useful nodes that I've made for my own use.", + "nickname": "zer0gear Comfy Utils", + "title": "zer0gear's Comfy Utilities", + "title_aux": "zer0 Comfy Utilities" + } + ], "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": [ [ "FastStyleTransfer", From f985c02ce7251e8955ab998efa813b7ed9658cbe Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Nov 2024 15:38:14 +0900 Subject: [PATCH 16/46] update DB saved path for models https://github.com/ltdrdata/ComfyUI-Manager/issues/993#issuecomment-2395021604 --- model-list.json | 170 ++++++++++++++++++++++++------------------------ 1 file changed, 85 insertions(+), 85 deletions(-) diff --git a/model-list.json b/model-list.json index 5e33808e..5e1b7cc4 100644 --- a/model-list.json +++ b/model-list.json @@ -312,7 +312,7 @@ "name": "negative_hand Negative Embedding", "type": "embeddings", "base": "SD1.5", - "save_path": "default", + "save_path": "embeddings/SD1.5", "description": "If you use this embedding with negatives, you can solve the issue of damaging your hands.", "reference": "https://civitai.com/models/56519/negativehand-negative-embedding", "filename": "negative_hand-neg.pt", @@ -323,7 +323,7 @@ "name": "bad_prompt Negative Embedding", "type": "embeddings", "base": "SD1.5", - "save_path": "default", + "save_path": "embeddings/SD1.5", "description": "The idea behind this embedding was to somehow train the negative prompt as an embedding, thus unifying the basis of the negative prompt into one word or embedding.", "reference": "https://civitai.com/models/55700/badprompt-negative-embedding", "filename": "bad_prompt_version2-neg.pt", @@ -334,7 +334,7 @@ "name": "Deep Negative V1.75", "type": "embeddings", "base": "SD1.5", - "save_path": "default", + "save_path": "embeddings/SD1.5", "description": "These embedding learn what disgusting compositions and color patterns are, including faulty human anatomy, offensive color schemes, upside-down spatial structures, and more. Placing it in the negative can go a long way to avoiding these things.", "reference": "https://civitai.com/models/4629/deep-negative-v1x", "filename": "ng_deepnegative_v1_75t.pt", @@ -345,7 +345,7 @@ "name": "EasyNegative", "type": "embeddings", "base": "SD1.5", - "save_path": "default", + "save_path": "embeddings/SD1.5", "description": "This embedding should be used in your NEGATIVE prompt. Adjust the strength as desired (seems to scale well without any distortions), the strength required may vary based on positive and negative prompts.", "reference": "https://civitai.com/models/7808/easynegative", "filename": "easynegative.safetensors", @@ -521,7 +521,7 @@ "name": "sd_xl_base_1.0_0.9vae.safetensors", "type": "checkpoint", "base": "SDXL", - "save_path": "default", + "save_path": "checkpoints/SDXL", "description": "Stable Diffusion XL base model (VAE 0.9)", "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0", "filename": "sd_xl_base_1.0_0.9vae.safetensors", @@ -532,7 +532,7 @@ "name": "sd_xl_base_1.0.safetensors", "type": "checkpoint", "base": "SDXL", - "save_path": "default", + "save_path": "checkpoints/SDXL", "description": "Stable Diffusion XL base model", "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0", "filename": "sd_xl_base_1.0.safetensors", @@ -543,7 +543,7 @@ "name": "sd_xl_refiner_1.0_0.9vae.safetensors", "type": "checkpoint", "base": "SDXL", - "save_path": "default", + "save_path": "checkpoints/SDXL", "description": "Stable Diffusion XL refiner model (VAE 0.9)", "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0", "filename": "sd_xl_refiner_1.0_0.9vae.safetensors", @@ -554,7 +554,7 @@ "name": "stable-diffusion-xl-refiner-1.0", "type": "checkpoint", "base": "SDXL", - "save_path": "default", + "save_path": "checkpoints/SDXL", "description": "Stable Diffusion XL refiner model", "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0", "filename": "sd_xl_refiner_1.0.safetensors", @@ -587,7 +587,7 @@ "name": "sd_xl_offset_example-lora_1.0.safetensors", "type": "lora", "base": "SDXL", - "save_path": "default", + "save_path": "loras/SDXL", "description": "Stable Diffusion XL offset LoRA", "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0", "filename": "sd_xl_offset_example-lora_1.0.safetensors", @@ -1018,7 +1018,7 @@ "name": "v1-5-pruned-emaonly.ckpt", "type": "checkpoint", "base": "SD1.5", - "save_path": "default", + "save_path": "checkpoints/SD1.5", "description": "Stable Diffusion 1.5 base model", "reference": "https://huggingface.co/runwayml/stable-diffusion-v1-5", "filename": "v1-5-pruned-emaonly.ckpt", @@ -1029,7 +1029,7 @@ "name": "v2-1_512-ema-pruned.safetensors", "type": "checkpoint", "base": "SD2", - "save_path": "default", + "save_path": "checkpoints/SD2.1", "description": "Stable Diffusion 2 base model (512)", "reference": "https://huggingface.co/stabilityai/stable-diffusion-2-1-base", "filename": "v2-1_512-ema-pruned.safetensors", @@ -1040,7 +1040,7 @@ "name": "v2-1_768-ema-pruned.safetensors", "type": "checkpoint", "base": "SD2", - "save_path": "default", + "save_path": "checkpoints/SD2.1", "description": "Stable Diffusion 2 base model (768)", "reference": "https://huggingface.co/stabilityai/stable-diffusion-2-1", "filename": "v2-1_768-ema-pruned.safetensors", @@ -1051,7 +1051,7 @@ "name": "AbyssOrangeMix2 (hard)", "type": "checkpoint", "base": "SD1.5", - "save_path": "default", + "save_path": "checkpoints/SD1.5", "description": "AbyssOrangeMix2 - hard version (anime style)", "reference": "https://huggingface.co/WarriorMama777/OrangeMixs", "filename": "AbyssOrangeMix2_hard.safetensors", @@ -1062,7 +1062,7 @@ "name": "AbyssOrangeMix3 A1", "type": "checkpoint", "base": "SD1.5", - "save_path": "default", + "save_path": "checkpoints/SD1.5", "description": "AbyssOrangeMix3 - A1 (anime style)", "reference": "https://huggingface.co/WarriorMama777/OrangeMixs", "filename": "AOM3A1_orangemixs.safetensors", @@ -1073,7 +1073,7 @@ "name": "AbyssOrangeMix3 A3", "type": "checkpoint", "base": "SD1.5", - "save_path": "default", + "save_path": "checkpoints/SD1.5", "description": "AbyssOrangeMix - A3 (anime style)", "reference": "https://huggingface.co/WarriorMama777/OrangeMixs", "filename": "AOM3A3_orangemixs.safetensors", @@ -1084,7 +1084,7 @@ "name": "Waifu Diffusion 1.5 Beta3 (fp16)", "type": "checkpoint", "base": "SD2.1", - "save_path": "default", + "save_path": "checkpoints/SD2.1", "description": "Waifu Diffusion 1.5 Beta3", "reference": "https://huggingface.co/waifu-diffusion/wd-1-5-beta3", "filename": "wd-illusion-fp16.safetensors", @@ -1095,7 +1095,7 @@ "name": "illuminatiDiffusionV1_v11 unCLIP model", "type": "unclip", "base": "SD2.1", - "save_path": "default", + "save_path": "checkpoints/SD2.1", "description": "Mix model (SD2.1 unCLIP + illuminatiDiffusionV1_v11)", "reference": "https://huggingface.co/comfyanonymous/illuminatiDiffusionV1_v11_unCLIP", "filename": "illuminatiDiffusionV1_v11-unclip-h-fp16.safetensors", @@ -1106,7 +1106,7 @@ "name": "Waifu Diffusion 1.5 unCLIP model", "type": "unclip", "base": "SD2.1", - "save_path": "default", + "save_path": "checkpoints/SD2.1", "description": "Mix model (SD2.1 unCLIP + Waifu Diffusion 1.5)", "reference": "https://huggingface.co/comfyanonymous/wd-1.5-beta2_unCLIP", "filename": "wd-1-5-beta2-aesthetic-unclip-h-fp16.safetensors", @@ -1116,8 +1116,8 @@ { "name": "sdxl_vae.safetensors", "type": "VAE", - "base": "SDXL VAE", - "save_path": "default", + "base": "SDXL", + "save_path": "vae/SDXL", "description": "SDXL-VAE", "reference": "https://huggingface.co/stabilityai/sdxl-vae", "filename": "sdxl_vae.safetensors", @@ -1127,8 +1127,8 @@ { "name": "vae-ft-mse-840000-ema-pruned", "type": "VAE", - "base": "SD1.5 VAE", - "save_path": "default", + "base": "SD1.5", + "save_path": "vae/SD1.5", "description": "vae-ft-mse-840000-ema-pruned", "reference": "https://huggingface.co/stabilityai/sd-vae-ft-mse-original", "filename": "vae-ft-mse-840000-ema-pruned.safetensors", @@ -1138,8 +1138,8 @@ { "name": "orangemix.vae", "type": "VAE", - "base": "SD1.5 VAE", - "save_path": "default", + "base": "SD1.5", + "save_path": "vae/SD1.5", "description": "orangemix vae model", "reference": "https://huggingface.co/WarriorMama777/OrangeMixs", "filename": "orangemix.vae.pt", @@ -1149,8 +1149,8 @@ { "name": "kl-f8-anime2", "type": "VAE", - "base": "SD2.1 VAE", - "save_path": "default", + "base": "SD2.1", + "save_path": "vae/SD2.1", "description": "kl-f8-anime2 vae model", "reference": "https://huggingface.co/hakurei/waifu-diffusion-v1-4", "filename": "kl-f8-anime2.ckpt", @@ -1160,8 +1160,8 @@ { "name": "OpenAI Consistency Decoder", "type": "VAE", - "base": "SD1.5 VAE", - "save_path": "vae/openai_consistency_decoder", + "base": "SD1.5", + "save_path": "vae/SD1.5/openai_consistency_decoder", "description": "OpenAI Consistency Decoder. Improved decoding for stable diffusion vaes.", "reference": "https://github.com/openai/consistencydecoder", "filename": "decoder.pt", @@ -1172,7 +1172,7 @@ "name": "LCM LoRA SD1.5", "type": "lora", "base": "SD1.5", - "save_path": "loras/lcm/SD1.5", + "save_path": "loras/SD1.5/lcm", "description": "Latent Consistency LoRA for SD1.5", "reference": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5", "filename": "pytorch_lora_weights.safetensors", @@ -1183,7 +1183,7 @@ "name": "LCM LoRA SSD-1B", "type": "lora", "base": "SSD-1B", - "save_path": "loras/lcm/SSD-1B", + "save_path": "loras/SSD-1B/lcm", "description": "Latent Consistency LoRA for SSD-1B", "reference": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b", "filename": "pytorch_lora_weights.safetensors", @@ -1194,7 +1194,7 @@ "name": "LCM LoRA SDXL", "type": "lora", "base": "SDXL", - "save_path": "loras/lcm/SDXL", + "save_path": "loras/SDXL/lcm", "description": "Latent Consistency LoRA for SDXL", "reference": "https://huggingface.co/latent-consistency/lcm-lora-sdxl", "filename": "pytorch_lora_weights.safetensors", @@ -1227,7 +1227,7 @@ "name": "Theovercomer8's Contrast Fix (SD2.1)", "type": "lora", "base": "SD2.1", - "save_path": "default", + "save_path": "loras/SD2.1", "description": "LORA: Theovercomer8's Contrast Fix (SD2.1)", "reference": "https://civitai.com/models/8765/theovercomer8s-contrast-fix-sd15sd21-768", "filename": "theovercomer8sContrastFix_sd21768.safetensors", @@ -1238,7 +1238,7 @@ "name": "Theovercomer8's Contrast Fix (SD1.5)", "type": "lora", "base": "SD1.5", - "save_path": "default", + "save_path": "loras/SD1.5", "description": "LORA: Theovercomer8's Contrast Fix (SD1.5)", "reference": "https://civitai.com/models/8765/theovercomer8s-contrast-fix-sd15sd21-768", "filename": "theovercomer8sContrastFix_sd15.safetensors", @@ -1249,7 +1249,7 @@ "name": "T2I-Adapter (depth)", "type": "T2I-Adapter", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter for depth", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_depth_sd14v1.pth", @@ -1260,7 +1260,7 @@ "name": "T2I-Adapter (seg)", "type": "T2I-Adapter", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter for seg", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_seg_sd14v1.pth", @@ -1271,7 +1271,7 @@ "name": "T2I-Adapter (sketch)", "type": "T2I-Adapter", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter for sketch", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_sketch_sd14v1.pth", @@ -1282,7 +1282,7 @@ "name": "T2I-Adapter (keypose)", "type": "T2I-Adapter", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter for keypose", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_keypose_sd14v1.pth", @@ -1293,7 +1293,7 @@ "name": "T2I-Adapter (openpose)", "type": "T2I-Adapter", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter for openpose", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_openpose_sd14v1.pth", @@ -1304,7 +1304,7 @@ "name": "T2I-Adapter (color)", "type": "T2I-Adapter", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter for color", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_color_sd14v1.pth", @@ -1315,7 +1315,7 @@ "name": "T2I-Adapter (canny)", "type": "T2I-Adapter", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter for canny", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_canny_sd14v1.pth", @@ -1326,7 +1326,7 @@ "name": "T2I-Style model", "type": "T2I-Style", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "ControlNet T2I-Adapter style model. Need to download CLIPVision model.", "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_style_sd14v1.pth", @@ -1337,7 +1337,7 @@ "name": "T2I-Adapter XL (lineart) FP16", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for lineart", "reference": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0", "filename": "t2i-adapter-lineart-sdxl-1.0.fp16.safetensors", @@ -1348,7 +1348,7 @@ "name": "T2I-Adapter XL (canny) FP16", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for canny", "reference": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0", "filename": "t2i-adapter-canny-sdxl-1.0.fp16.safetensors", @@ -1359,7 +1359,7 @@ "name": "T2I-Adapter XL (depth-zoe) FP16", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for depth-zoe", "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0", "filename": "t2i-adapter-depth-zoe-sdxl-1.0.fp16.safetensors", @@ -1370,7 +1370,7 @@ "name": "T2I-Adapter XL (depth-midas) FP16", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for depth-midas", "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0", "filename": "t2i-adapter-depth-midas-sdxl-1.0.fp16.safetensors", @@ -1381,7 +1381,7 @@ "name": "T2I-Adapter XL (sketch) FP16", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for sketch", "reference": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0", "filename": "t2i-adapter-sketch-sdxl-1.0.fp16.safetensors", @@ -1392,7 +1392,7 @@ "name": "T2I-Adapter XL (lineart)", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for lineart", "reference": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0", "filename": "t2i-adapter-lineart-sdxl-1.0.safetensors", @@ -1403,7 +1403,7 @@ "name": "T2I-Adapter XL (canny)", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for canny", "reference": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0", "filename": "t2i-adapter-canny-sdxl-1.0.safetensors", @@ -1414,7 +1414,7 @@ "name": "T2I-Adapter XL (depth-zoe)", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for depth-zoe", "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0", "filename": "t2i-adapter-depth-zoe-sdxl-1.0.safetensors", @@ -1425,7 +1425,7 @@ "name": "T2I-Adapter XL (depth-midas)", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for depth-midas", "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0", "filename": "t2i-adapter-depth-midas-sdxl-1.0.safetensors", @@ -1436,7 +1436,7 @@ "name": "T2I-Adapter XL (sketch)", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for sketch", "reference": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0", "filename": "t2i-adapter-sketch-sdxl-1.0.safetensors", @@ -1447,7 +1447,7 @@ "name": "T2I-Adapter XL (openpose)", "type": "T2I-Adapter", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet T2I-Adapter XL for openpose", "reference": "https://huggingface.co/TencentARC/t2i-adapter-openpose-sdxl-1.0", "filename": "t2i-adapter-openpose-sdxl-1.0.safetensors", @@ -1458,7 +1458,7 @@ "name": "CiaraRowles/TemporalNet2", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/SD1.5", "description": "TemporalNet was a ControlNet model designed to enhance the temporal consistency of generated outputs", "reference": "https://huggingface.co/CiaraRowles/TemporalNet2", "filename": "temporalnetversion2.safetensors", @@ -1468,8 +1468,8 @@ { "name": "CiaraRowles/TemporalNet1XL (1.0)", "type": "controlnet", - "base": "SD1.5", - "save_path": "controlnet/TemporalNet1XL", + "base": "SDXL", + "save_path": "controlnet/SDXL/TemporalNet1XL", "description": "This is TemporalNet1XL, it is a re-train of the controlnet TemporalNet1 with Stable Diffusion XL.", "reference": "https://huggingface.co/CiaraRowles/controlnet-temporalnet-sdxl-1.0", "filename": "diffusion_pytorch_model.safetensors", @@ -1535,7 +1535,7 @@ "name": "stabilityai/control-lora-canny-rank128.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: canny rank128", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-canny-rank128.safetensors", @@ -1546,7 +1546,7 @@ "name": "stabilityai/control-lora-depth-rank128.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: depth rank128", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-depth-rank128.safetensors", @@ -1557,7 +1557,7 @@ "name": "stabilityai/control-lora-recolor-rank128.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: recolor rank128", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-recolor-rank128.safetensors", @@ -1568,7 +1568,7 @@ "name": "stabilityai/control-lora-sketch-rank128-metadata.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: sketch rank128 metadata", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-sketch-rank128-metadata.safetensors", @@ -1579,7 +1579,7 @@ "name": "stabilityai/control-lora-canny-rank256.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: canny rank256", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-canny-rank256.safetensors", @@ -1590,7 +1590,7 @@ "name": "stabilityai/control-lora-depth-rank256.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: depth rank256", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-depth-rank256.safetensors", @@ -1601,7 +1601,7 @@ "name": "stabilityai/control-lora-recolor-rank256.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: recolor rank256", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-recolor-rank256.safetensors", @@ -1612,7 +1612,7 @@ "name": "stabilityai/control-lora-sketch-rank256.safetensors", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "Control-LoRA: sketch rank256", "reference": "https://huggingface.co/stabilityai/control-lora", "filename": "control-lora-sketch-rank256.safetensors", @@ -1634,7 +1634,7 @@ "name": "SDXL-controlnet: OpenPose (v2)", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet openpose model for SDXL", "reference": "https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0", "filename": "OpenPoseXL2.safetensors", @@ -1645,7 +1645,7 @@ "name": "controlnet-SargeZT/controlnet-sd-xl-1.0-softedge-dexined", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet softedge model for SDXL", "reference": "https://huggingface.co/SargeZT/controlnet-sd-xl-1.0-softedge-dexined", "filename": "controlnet-sd-xl-1.0-softedge-dexined.safetensors", @@ -1656,7 +1656,7 @@ "name": "controlnet-SargeZT/controlnet-sd-xl-1.0-depth-16bit-zoe", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "ControlNet depth-zoe model for SDXL", "reference": "https://huggingface.co/SargeZT/controlnet-sd-xl-1.0-depth-16bit-zoe", "filename": "depth-zoe-xl-v1.0-controlnet.safetensors", @@ -1667,7 +1667,7 @@ "name": "ControlNet-v1-1 (ip2p; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (ip2p)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11e_sd15_ip2p_fp16.safetensors", @@ -1678,7 +1678,7 @@ "name": "ControlNet-v1-1 (shuffle; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (shuffle)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11e_sd15_shuffle_fp16.safetensors", @@ -1689,7 +1689,7 @@ "name": "ControlNet-v1-1 (canny; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (canny)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_canny_fp16.safetensors", @@ -1700,7 +1700,7 @@ "name": "ControlNet-v1-1 (depth; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (depth)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11f1p_sd15_depth_fp16.safetensors", @@ -1711,7 +1711,7 @@ "name": "ControlNet-v1-1 (inpaint; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (inpaint)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_inpaint_fp16.safetensors", @@ -1722,7 +1722,7 @@ "name": "ControlNet-v1-1 (lineart; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (lineart)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_lineart_fp16.safetensors", @@ -1733,7 +1733,7 @@ "name": "ControlNet-v1-1 (mlsd; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (mlsd)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_mlsd_fp16.safetensors", @@ -1744,7 +1744,7 @@ "name": "ControlNet-v1-1 (normalbae; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (normalbae)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_normalbae_fp16.safetensors", @@ -1755,7 +1755,7 @@ "name": "ControlNet-v1-1 (openpose; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (openpose)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_openpose_fp16.safetensors", @@ -1766,7 +1766,7 @@ "name": "ControlNet-v1-1 (scribble; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (scribble)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_scribble_fp16.safetensors", @@ -1777,7 +1777,7 @@ "name": "ControlNet-v1-1 (seg; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (seg)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_seg_fp16.safetensors", @@ -1788,7 +1788,7 @@ "name": "ControlNet-v1-1 (softedge; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (softedge)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15_softedge_fp16.safetensors", @@ -1799,7 +1799,7 @@ "name": "ControlNet-v1-1 (anime; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (anime)", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11p_sd15s2_lineart_anime_fp16.safetensors", @@ -1810,7 +1810,7 @@ "name": "ControlNet-v1-1 (tile; fp16; v11u)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (tile) / v11u", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11u_sd15_tile_fp16.safetensors", @@ -1821,7 +1821,7 @@ "name": "ControlNet-v1-1 (tile; fp16; v11f1e)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Safetensors/FP16 versions of the new ControlNet-v1-1 checkpoints (tile) / v11f1e\nYou need to this model for Tiled Resample", "reference": "https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors", "filename": "control_v11f1e_sd15_tile_fp16.safetensors", @@ -1832,7 +1832,7 @@ "name": "ControlNet-HandRefiner-pruned (inpaint-depth-hand; fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "This inpaint-depth controlnet model is specialized for the hand refiner.", "reference": "https://huggingface.co/hr16/ControlNet-HandRefiner-pruned", "filename": "control_sd15_inpaint_depth_hand_fp16.safetensors", @@ -1843,7 +1843,7 @@ "name": "control_boxdepth_LooseControlfp16 (fp16)", "type": "controlnet", "base": "SD1.5", - "save_path": "default", + "save_path": "controlnet/1.5", "description": "Loose ControlNet model", "reference": "https://huggingface.co/ioclab/LooseControl_WebUICombine", "filename": "control_boxdepth_LooseControlfp16.safetensors", @@ -1854,7 +1854,7 @@ "name": "GLIGEN textbox (fp16; pruned)", "type": "gligen", "base": "SD1.5", - "save_path": "default", + "save_path": "gligen/SD1.5", "description": "GLIGEN textbox model", "reference": "https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors", "filename": "gligen_sd14_textbox_pruned_fp16.safetensors", @@ -3100,7 +3100,7 @@ "name": "monster-labs - Controlnet QR Code Monster v1 For SDXL", "type": "controlnet", "base": "SDXL", - "save_path": "default", + "save_path": "controlnet/SDXL", "description": "monster-labs - Controlnet QR Code Monster v1 For SDXL", "reference": "https://huggingface.co/monster-labs/control_v1p_sdxl_qrcode_monster", "filename": "control_v1p_sdxl_qrcode_monster.safetensors", From 4021be531e794ee5f183918c8a9eef5d67efa093 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 19 Nov 2024 03:17:47 +0900 Subject: [PATCH 17/46] update DB --- custom-node-list.json | 51 + extension-node-map.json | 64 +- github-stats.json | 3769 ++++++++++++++------------- node_db/dev/custom-node-list.json | 20 +- node_db/dev/extension-node-map.json | 32 +- node_db/dev/github-stats.json | 595 +++-- node_db/new/custom-node-list.json | 102 +- node_db/new/extension-node-map.json | 64 +- 8 files changed, 2441 insertions(+), 2256 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d5b9e51c..9eb6f1de 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16854,6 +16854,57 @@ "install_type": "git-clone", "description": "NODES:Nsfw Image Check Node" }, + { + "author": "VikramxD", + "title": "VEnhancer ComfyUI Extension", + "reference": "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper", + "files": [ + "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI workflow for VEnhancer Inference" + }, + { + "author": "BIMer-99", + "title": "Comfyui_Hunyuan3D_EX", + "reference": "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX", + "files": [ + "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX" + ], + "install_type": "git-clone", + "description": "This is a custom node designed to simplify the use of Hunyuan3D in ComfyUI" + }, + { + "author": "vuongminh1907", + "title": "ComfyUI_ZenID", + "reference": "https://github.com/vuongminh1907/ComfyUI_ZenID", + "files": [ + "https://github.com/vuongminh1907/ComfyUI_ZenID" + ], + "install_type": "git-clone", + "description": "Inspired by [a/InstantID](https://github.com/instantX-research/InstantID) and [a/InstantID Comfy](https://github.com/cubiq/ComfyUI_InstantID)\nThis ZenID Node has been refactored for specialized tasks like Face Swap" + }, + { + "author": "yorkane", + "title": "ComfyUI-KYNode", + "reference": "https://github.com/yorkane/ComfyUI-KYNode", + "files": [ + "https://github.com/yorkane/ComfyUI-KYNode" + ], + "install_type": "git-clone", + "description": "NODES:Advanced Lying Sigma Sampler, Save Image To target Path" + }, + { + "author": "Black-Lioness", + "title": "Filename Generator Node for ComfyUI", + "reference": "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator", + "files": [ + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that generates realistic filenames and file paths for various digital media formats. Perfect for creating authentic-looking file paths for your workflows." + }, + diff --git a/extension-node-map.json b/extension-node-map.json index 01a41aac..5a16843f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1462,6 +1462,18 @@ "title_aux": "ComfyUI_RSS_Feed_Reader" } ], + "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": [ + [ + "GenerateSixViews", + "Hunyuan3DNode", + "RemoveBackground", + "SquareImage", + "TriMeshViewer" + ], + { + "title_aux": "Comfyui_Hunyuan3D_EX" + } + ], "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": [ [ "ListOfImages", @@ -1761,6 +1773,14 @@ "title_aux": "DynamicPose-ComfyUI" } ], + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": [ + [ + "FilenameGenerator" + ], + { + "title_aux": "Filename Generator Node for ComfyUI" + } + ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -7669,6 +7689,19 @@ "title_aux": "roblox-comfyui-nodes" } ], + "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": [ + [ + "MultiGPUInference", + "MultiGPUVEnhancerLoader", + "SingleGPUInference", + "SingleGPUVEnhancerLoader", + "VideoLoader", + "VideoSaver" + ], + { + "title_aux": "VEnhancer ComfyUI Extension" + } + ], "https://github.com/Visionatrix/ComfyUI-Visionatrix": [ [ "VixUiCheckbox", @@ -10646,6 +10679,7 @@ "LayerFilter: SoftLight", "LayerFilter: WaterColor", "LayerMask: BBoxJoin", + "LayerMask: BenUltra", "LayerMask: BiRefNetUltra", "LayerMask: BiRefNetUltraV2", "LayerMask: BlendIf Mask", @@ -10655,6 +10689,7 @@ "LayerMask: Florence2Ultra", "LayerMask: HumanPartsUltra", "LayerMask: ImageToMask", + "LayerMask: LoadBenModel", "LayerMask: LoadBiRefNetModel", "LayerMask: LoadBiRefNetModelV2", "LayerMask: LoadFlorence2Model", @@ -11375,6 +11410,7 @@ "SelfAttentionGuidance", "SetLatentNoiseMask", "SetUnionControlNetType", + "SkipLayerGuidanceDiT", "SkipLayerGuidanceSD3", "SolidMask", "SplitImageWithAlpha", @@ -17116,9 +17152,11 @@ [ "AddFluxFlow", "ApplyFluxRaveAttention", + "ApplyRefFlux", "ConfigureModifiedFlux", "FlowEditForwardSampler", "FlowEditReverseSampler", + "FluxAttnOverride", "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", @@ -17127,9 +17165,11 @@ "InFluxFlipSigmas", "InFluxModelSamplingPred", "OutFluxModelSamplingPred", + "PAGAttention", "PrepareAttnBank", "RFDoubleBlocksOverride", - "RFSingleBlocksOverride" + "RFSingleBlocksOverride", + "SEGAttention" ], { "title_aux": "ComfyUI-Fluxtapoz" @@ -17827,6 +17867,7 @@ "LF_UsageStatistics", "LF_VAESelector", "LF_ViewImages", + "LF_VignetteEffect", "LF_WallOfText", "LF_WriteJSON" ], @@ -22065,6 +22106,17 @@ "title_aux": "Kandinsky 2.2 ComfyUI Plugin" } ], + "https://github.com/vuongminh1907/ComfyUI_ZenID": [ + [ + "ApplyZenID", + "InstantIDFaceAnalysis", + "InstantIDModelLoader", + "ZenIDCombineFace" + ], + { + "title_aux": "ComfyUI_ZenID" + } + ], "https://github.com/wTechArtist/ComfyUI-CustomNodes": [ [ "GPT4 WWL", @@ -22639,6 +22691,7 @@ "easy dynamiCrafterLoader", "easy float", "easy fluxLoader", + "easy fluxPromptGenAPI", "easy forLoopEnd", "easy forLoopStart", "easy fullCascadeKSampler", @@ -22868,6 +22921,15 @@ "title_aux": "ComfyUI-Background-Edit" } ], + "https://github.com/yorkane/ComfyUI-KYNode": [ + [ + "AdvancedLyingSigmaSampler", + "KY_SaveImageToPath" + ], + { + "title_aux": "ComfyUI-KYNode" + } + ], "https://github.com/youyegit/tdxh_node_comfyui": [ [ "TdxhBoolNumber", diff --git a/github-stats.json b/github-stats.json index 3d32b164..288b97a6 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7846 +2,7851 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 82, + "stars": 89, "last_update": "2024-11-14 07:59:57", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 12, - "last_update": "2024-11-15 18:46:20", - "author_account_age_days": 598 + "stars": 21, + "last_update": "2024-11-18 01:14:27", + "author_account_age_days": 599 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1107, + "stars": 1109, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 350 + "author_account_age_days": 352 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 59, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 34, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 835 + "author_account_age_days": 837 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { - "stars": 2, + "stars": 3, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 92, + "stars": 93, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1064 + "author_account_age_days": 1066 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1064 + "author_account_age_days": 1066 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3844 + "author_account_age_days": 3846 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 24, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 559 + "author_account_age_days": 561 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 12, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2448 + "author_account_age_days": 2450 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 70, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4196 + "author_account_age_days": 4197 }, "https://github.com/6174/comflowy-nodes": { - "stars": 8, + "stars": 9, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4264 + "author_account_age_days": 4266 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { - "stars": 13, + "stars": 14, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2158 + "author_account_age_days": 2160 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2158 + "author_account_age_days": 2160 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2158 + "author_account_age_days": 2160 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1616 + "author_account_age_days": 1618 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 618 + "author_account_age_days": 620 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 618 + "author_account_age_days": 620 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 104, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 5, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { - "stars": 21, + "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 68, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 198, + "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 281, + "stars": 282, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 100, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 337, + "stars": 338, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 19, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { - "stars": 4, + "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { - "stars": 11, + "stars": 15, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 140, + "stars": 146, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 31, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 355 + "author_account_age_days": 357 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1734, + "stars": 1740, "last_update": "2024-11-04 06:58:06", - "author_account_age_days": 646 + "author_account_age_days": 648 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 272, + "stars": 274, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 646 + "author_account_age_days": 648 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 20, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 646 + "author_account_age_days": 648 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 327, + "stars": 328, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 646 + "author_account_age_days": 648 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 185, + "stars": 186, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1828 + "author_account_age_days": 1830 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 865, + "stars": 866, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 588 + "author_account_age_days": 590 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1605 + "author_account_age_days": 1607 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2622 + "author_account_age_days": 2624 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2622 + "author_account_age_days": 2624 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "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": 1671 + "author_account_age_days": 1673 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 238, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3813 + "author_account_age_days": 3814 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 684, + "stars": 688, "last_update": "2024-11-03 19:09:09", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 314, + "stars": 315, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 954 + "author_account_age_days": 956 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1421 + "author_account_age_days": 1423 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 884, + "stars": 885, "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/Amorano/Jovimetrix": { "stars": 269, "last_update": "2024-11-16 21:51:44", - "author_account_age_days": 5357 + "author_account_age_days": 5359 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4237 + "author_account_age_days": 4239 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4237 + "author_account_age_days": 4239 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 24 + "author_account_age_days": 25 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 24 + "author_account_age_days": 25 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, - "last_update": "2024-11-17 02:23:23", - "author_account_age_days": 272 + "last_update": "2024-11-18 06:22:28", + "author_account_age_days": 274 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 699, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 409, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2794 + "author_account_age_days": 2796 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 635 + "author_account_age_days": 636 + }, + "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { + "stars": 0, + "last_update": "2024-11-18 14:26:02", + "author_account_age_days": 1379 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2588 + "author_account_age_days": 2590 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3382 + "author_account_age_days": 3384 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 361, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/Beinsezii/bsz-cui-extras": { - "stars": 21, + "stars": 22, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2371 + "author_account_age_days": 2373 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1031, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3141 + "author_account_age_days": 3143 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 943 + "author_account_age_days": 945 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 943 + "author_account_age_days": 945 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 943 + "author_account_age_days": 945 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 943 + "author_account_age_days": 945 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 943 + "author_account_age_days": 945 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 1017 + "author_account_age_days": 1019 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 60, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1017 + "author_account_age_days": 1019 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 280 + "author_account_age_days": 282 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 80 + "author_account_age_days": 81 + }, + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { + "stars": 1, + "last_update": "2024-11-17 19:39:16", + "author_account_age_days": 1002 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 101 + "author_account_age_days": 103 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 321, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 369, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 264, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 336, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 868 + "author_account_age_days": 870 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 630 + "author_account_age_days": 632 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 33, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 343 + "author_account_age_days": 345 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 343 + "author_account_age_days": 345 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 96, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 343 + "author_account_age_days": 345 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 4, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 343 + "author_account_age_days": 345 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 150, + "stars": 151, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2012 + "author_account_age_days": 2013 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2012 + "author_account_age_days": 2013 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2012 + "author_account_age_days": 2013 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2024 + "author_account_age_days": 2026 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5243 + "author_account_age_days": 5244 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 10, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2558 + "author_account_age_days": 2559 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2558 + "author_account_age_days": 2559 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 68, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1879 + "author_account_age_days": 1881 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1879 + "author_account_age_days": 1881 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-16 18:32:59", - "author_account_age_days": 3800 + "last_update": "2024-11-17 16:57:41", + "author_account_age_days": 3802 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1148 + "author_account_age_days": 1150 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 560 + "author_account_age_days": 562 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 560 + "author_account_age_days": 562 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5303 + "author_account_age_days": 5305 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4434 + "author_account_age_days": 4436 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3729 + "author_account_age_days": 3731 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4361 + "author_account_age_days": 4362 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3136 + "author_account_age_days": 3138 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 365, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1920 + "author_account_age_days": 1922 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4184 + "author_account_age_days": 4186 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3218 + "author_account_age_days": 3220 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1605 + "author_account_age_days": 1607 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 487 + "author_account_age_days": 489 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { - "stars": 3, + "stars": 5, "last_update": "2024-11-14 04:57:10", - "author_account_age_days": 487 + "author_account_age_days": 489 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3633 + "author_account_age_days": 3635 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1177 + "author_account_age_days": 1179 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1177 + "author_account_age_days": 1179 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { - "stars": 62, + "stars": 63, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4862 + "author_account_age_days": 4864 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1288 + "author_account_age_days": 1290 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2765 + "author_account_age_days": 2767 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 182, + "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 176, + "stars": 180, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3744 + "author_account_age_days": 3746 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 152 + "author_account_age_days": 154 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 152 + "author_account_age_days": 154 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3353 + "author_account_age_days": 3355 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 109, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 502, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3277 + "author_account_age_days": 3279 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3277 + "author_account_age_days": 3279 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 89, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3277 + "author_account_age_days": 3279 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3277 + "author_account_age_days": 3279 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 187, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3277 + "author_account_age_days": 3279 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2290, + "stars": 2300, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3277 + "author_account_age_days": 3279 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 681 + "author_account_age_days": 683 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2900 + "author_account_age_days": 2902 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 11, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 817 + "author_account_age_days": 819 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2125 + "author_account_age_days": 2126 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 393, + "stars": 395, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2125 + "author_account_age_days": 2126 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 68, + "stars": 69, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 209, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1389 + "author_account_age_days": 1391 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1916 + "author_account_age_days": 1918 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1916 + "author_account_age_days": 1918 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1916 + "author_account_age_days": 1918 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2462 + "author_account_age_days": 2464 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1308 + "author_account_age_days": 1310 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 301 + "author_account_age_days": 303 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4713 + "author_account_age_days": 4715 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 34, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 815 + "author_account_age_days": 817 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 53, - "last_update": "2024-11-16 23:34:44", - "author_account_age_days": 811 + "last_update": "2024-11-17 17:48:03", + "author_account_age_days": 812 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5077 + "author_account_age_days": 5079 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1603, - "last_update": "2024-11-10 08:28:33", - "author_account_age_days": 1265 + "stars": 1608, + "last_update": "2024-11-17 14:03:31", + "author_account_age_days": 1267 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 49, - "last_update": "2024-11-09 10:48:02", - "author_account_age_days": 308 + "last_update": "2024-11-18 13:47:20", + "author_account_age_days": 310 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 152, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2555 + "author_account_age_days": 2557 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 18 + "author_account_age_days": 19 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1625 + "author_account_age_days": 1627 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2991 + "author_account_age_days": 2993 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 755 + "author_account_age_days": 757 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 755 + "author_account_age_days": 757 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 755 + "author_account_age_days": 757 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 86, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 6, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 19, + "stars": 20, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, - "last_update": "2024-10-21 12:51:59", - "author_account_age_days": 2387 + "last_update": "2024-11-18 11:08:29", + "author_account_age_days": 2389 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 499 + "author_account_age_days": 501 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2469 + "author_account_age_days": 2471 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 90, + "stars": 95, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 58 + "author_account_age_days": 60 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3230 + "author_account_age_days": 3231 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 2, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 66 + "author_account_age_days": 68 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, "last_update": "2024-11-12 01:38:11", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 32, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5626 + "author_account_age_days": 5628 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5626 + "author_account_age_days": 5628 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3854 + "author_account_age_days": 3856 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { - "stars": 1, + "stars": 2, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3968 + "author_account_age_days": 3969 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2775 + "author_account_age_days": 2777 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 7, + "stars": 8, "last_update": "2024-11-16 15:50:43", - "author_account_age_days": 1237 + "author_account_age_days": 1239 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1237 + "author_account_age_days": 1239 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1237 + "author_account_age_days": 1239 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1237 + "author_account_age_days": 1239 }, "https://github.com/Isulion/ComfyUI_Isulion": { - "stars": 12, + "stars": 13, "last_update": "2024-11-13 17:17:41", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 556 + "author_account_age_days": 558 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 556 + "author_account_age_days": 558 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 65, + "stars": 66, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 556 + "author_account_age_days": 558 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 51, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 461 + "author_account_age_days": 463 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 704 + "author_account_age_days": 706 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 716 + "author_account_age_days": 718 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3717 + "author_account_age_days": 3719 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 835 + "author_account_age_days": 837 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5032 + "author_account_age_days": 5033 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 301 + "author_account_age_days": 303 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2503 + "author_account_age_days": 2505 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 80, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2503 + "author_account_age_days": 2505 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 344, + "stars": 352, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2325 + "author_account_age_days": 2327 }, "https://github.com/Jordach/comfy-plasma": { - "stars": 67, + "stars": 68, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4658 + "author_account_age_days": 4660 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3500 + "author_account_age_days": 3502 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3315 + "author_account_age_days": 3317 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, - "last_update": "2024-11-17 03:00:19", - "author_account_age_days": 484 + "last_update": "2024-11-18 16:29:11", + "author_account_age_days": 485 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2916 + "author_account_age_days": 2918 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1059 + "author_account_age_days": 1061 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4692 + "author_account_age_days": 4694 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 26, + "stars": 27, "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 33, + "stars": 34, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 259, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1773 + "author_account_age_days": 1775 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 170, + "stars": 171, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1631 + "author_account_age_days": 1633 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3335 + "author_account_age_days": 3337 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3335 + "author_account_age_days": 3337 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 604, - "last_update": "2024-11-15 02:02:53", - "author_account_age_days": 3862 + "stars": 608, + "last_update": "2024-11-17 14:35:49", + "author_account_age_days": 3863 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "stars": 2760, - "last_update": "2024-11-16 23:38:44", - "author_account_age_days": 3862 + "last_update": "2024-11-17 15:08:18", + "author_account_age_days": 3863 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 603, + "stars": 605, "last_update": "2024-10-31 02:41:17", - "author_account_age_days": 3862 + "author_account_age_days": 3863 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1266 + "author_account_age_days": 1267 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1925 + "author_account_age_days": 1926 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2353 + "author_account_age_days": 2355 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 383, + "stars": 384, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 1, - "last_update": "2024-11-17 00:01:38", - "author_account_age_days": 5 + "last_update": "2024-11-18 03:39:25", + "author_account_age_days": 6 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 95, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/Lerc/canvas_tab": { "stars": 164, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5513 + "author_account_age_days": 5514 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 129 + "author_account_age_days": 131 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1420 + "author_account_age_days": 1422 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 134, + "stars": 135, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1420 + "author_account_age_days": 1422 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 616 + "author_account_age_days": 618 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1178 + "author_account_age_days": 1180 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3003 + "author_account_age_days": 3004 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3003 + "author_account_age_days": 3004 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 27, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 48, "last_update": "2024-11-15 16:16:21", - "author_account_age_days": 1750 + "author_account_age_days": 1752 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1927 + "author_account_age_days": 1929 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 22, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 158, + "stars": 159, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 113, - "last_update": "2024-11-15 20:22:41", - "author_account_age_days": 5115 + "stars": 114, + "last_update": "2024-11-17 14:37:48", + "author_account_age_days": 5117 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1568 + "author_account_age_days": 1570 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2376 + "author_account_age_days": 2378 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3041 + "author_account_age_days": 3043 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 205 + "author_account_age_days": 207 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3323 + "author_account_age_days": 3324 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 92, + "stars": 94, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 146, + "stars": 151, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 495, + "stars": 496, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 13, + "stars": 15, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2661 + "author_account_age_days": 2663 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4113 + "author_account_age_days": 4115 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 28, - "last_update": "2024-11-09 17:47:02", - "author_account_age_days": 1172 + "stars": 29, + "last_update": "2024-11-17 22:32:37", + "author_account_age_days": 1173 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 152, + "stars": 153, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 74 + "author_account_age_days": 76 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 23, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 74 + "author_account_age_days": 76 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 15, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 74 + "author_account_age_days": 76 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 132 + "author_account_age_days": 134 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2370, + "stars": 2372, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1707 + "author_account_age_days": 1708 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 499, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1707 + "author_account_age_days": 1708 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3737 + "author_account_age_days": 3738 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3190 + "author_account_age_days": 3192 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, - "last_update": "2024-11-11 21:07:49", - "author_account_age_days": 3867 + "last_update": "2024-11-18 12:31:35", + "author_account_age_days": 3868 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 34, + "stars": 35, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 117 + "author_account_age_days": 119 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 46, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 222 + "author_account_age_days": 224 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 25, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3826 + "author_account_age_days": 3827 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 239 + "author_account_age_days": 241 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 239 + "author_account_age_days": 241 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 239 + "author_account_age_days": 241 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 66, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 239 + "author_account_age_days": 241 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 672 + "author_account_age_days": 674 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 2, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 803 + "author_account_age_days": 805 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5295 + "author_account_age_days": 5297 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 651, + "stars": 654, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1187 + "author_account_age_days": 1189 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2965 + "author_account_age_days": 2967 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2991 + "author_account_age_days": 2993 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4625 + "author_account_age_days": 4626 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 513, + "stars": 514, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4625 + "author_account_age_days": 4626 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2262 + "author_account_age_days": 2264 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2262 + "author_account_age_days": 2264 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 98 + "author_account_age_days": 100 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 79, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2271 + "author_account_age_days": 2273 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1881 + "author_account_age_days": 1883 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 920 + "author_account_age_days": 922 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2678 + "author_account_age_days": 2680 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 13, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1810 + "author_account_age_days": 1812 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2973 + "author_account_age_days": 2975 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4915 + "author_account_age_days": 4917 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3788 + "author_account_age_days": 3790 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5371 + "author_account_age_days": 5372 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 179 + "author_account_age_days": 181 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1663 + "author_account_age_days": 1665 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1871, + "stars": 1874, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1396 + "author_account_age_days": 1397 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4077 + "author_account_age_days": 4079 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2220 + "author_account_age_days": 2222 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 332 + "author_account_age_days": 334 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 33, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-14 12:18:11", - "author_account_age_days": 296 + "author_account_age_days": 298 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 893 + "author_account_age_days": 895 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1527 + "author_account_age_days": 1529 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1074 + "author_account_age_days": 1076 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 8, "last_update": "2024-11-15 07:33:36", - "author_account_age_days": 319 + "author_account_age_days": 321 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 34, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2558 + "author_account_age_days": 2560 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 103, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2558 + "author_account_age_days": 2560 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2558 + "author_account_age_days": 2560 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 70, + "stars": 71, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3843 + "author_account_age_days": 3845 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3843 + "author_account_age_days": 3845 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 317, + "stars": 319, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3341 + "author_account_age_days": 3343 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1255 + "author_account_age_days": 1257 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4651 + "author_account_age_days": 4653 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 110, + "stars": 111, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 222 + "author_account_age_days": 224 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 60, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 8, + "stars": 9, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 46, + "stars": 47, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4317 + "author_account_age_days": 4319 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 795, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4317 + "author_account_age_days": 4319 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 67, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2753 + "author_account_age_days": 2755 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3543 + "author_account_age_days": 3544 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 260 + "author_account_age_days": 262 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 547 + "author_account_age_days": 549 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 40, + "stars": 44, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { - "stars": 2, + "stars": 3, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 10, "last_update": "2024-09-28 11:30:22", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2462 + "author_account_age_days": 2464 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 598 + "author_account_age_days": 600 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1828 + "author_account_age_days": 1830 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1657 + "author_account_age_days": 1659 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3669 + "author_account_age_days": 3671 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3669 + "author_account_age_days": 3671 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3669 + "author_account_age_days": 3671 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3669 + "author_account_age_days": 3671 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 20, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3669 + "author_account_age_days": 3671 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4393 + "author_account_age_days": 4394 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-16 17:39:05", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 47, "last_update": "2024-10-06 04:00:55", - "author_account_age_days": 2860 + "author_account_age_days": 2862 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 48, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 988 + "author_account_age_days": 990 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 988 + "author_account_age_days": 990 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3692 + "author_account_age_days": 3693 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { - "stars": 11, + "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 436, + "stars": 438, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 282 + "author_account_age_days": 283 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 138, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3723 + "author_account_age_days": 3725 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 681, + "stars": 682, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2295 + "author_account_age_days": 2297 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 27, + "stars": 28, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3517 + "author_account_age_days": 3519 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 675 + "author_account_age_days": 677 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 113, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3837 + "author_account_age_days": 3838 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3837 + "author_account_age_days": 3838 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 139, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2680 + "author_account_age_days": 2682 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 367, + "stars": 369, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 242 + "author_account_age_days": 244 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-07-26 05:36:12", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 584 + "author_account_age_days": 586 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 12, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 348 + "author_account_age_days": 350 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 101, + "stars": 107, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 348 + "author_account_age_days": 350 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 114, + "stars": 252, "last_update": "2024-11-15 14:36:31", - "author_account_age_days": 348 + "author_account_age_days": 350 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 21, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 348 + "author_account_age_days": 350 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 300, - "last_update": "2024-11-15 14:18:01", - "author_account_age_days": 348 + "stars": 310, + "last_update": "2024-11-17 07:31:26", + "author_account_age_days": 350 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 177 + "author_account_age_days": 178 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3712 + "author_account_age_days": 3714 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2361 + "author_account_age_days": 2362 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2361 + "author_account_age_days": 2362 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2361 + "author_account_age_days": 2362 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1821 + "author_account_age_days": 1823 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1014 + "author_account_age_days": 1016 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 414, + "stars": 415, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1014 + "author_account_age_days": 1016 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 341, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 80, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 71 + "author_account_age_days": 73 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2858 + "author_account_age_days": 2859 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1587 + "author_account_age_days": 1589 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1587 + "author_account_age_days": 1589 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 394, + "stars": 395, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 310 + "author_account_age_days": 312 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1080 + "author_account_age_days": 1082 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 417, + "stars": 418, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 766 + "author_account_age_days": 768 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 717 + "author_account_age_days": 719 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 38, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3525 + "author_account_age_days": 3527 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 211, + "stars": 212, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5067 + "author_account_age_days": 5069 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 364 + "author_account_age_days": 366 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 151, + "stars": 158, "last_update": "2024-11-11 09:01:08", - "author_account_age_days": 387 + "author_account_age_days": 389 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { - "stars": 10, + "stars": 11, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3124 + "author_account_age_days": 3126 + }, + "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { + "stars": 3, + "last_update": "2024-11-18 17:47:08", + "author_account_age_days": 1503 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2024-11-14 13:23:08", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 41, + "stars": 42, "last_update": "2024-11-14 17:47:00", - "author_account_age_days": 1065 + "author_account_age_days": 1067 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2056 + "author_account_age_days": 2057 }, "https://github.com/WASasquatch/ASTERR": { "stars": 19, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4771 + "author_account_age_days": 4772 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4771 + "author_account_age_days": 4772 }, "https://github.com/WASasquatch/FreeU_Advanced": { - "stars": 109, + "stars": 110, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4771 + "author_account_age_days": 4772 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4771 + "author_account_age_days": 4772 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4771 + "author_account_age_days": 4772 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4771 + "author_account_age_days": 4772 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1215, + "stars": 1218, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4771 + "author_account_age_days": 4772 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 768 + "author_account_age_days": 770 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3105 + "author_account_age_days": 3107 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3789 + "author_account_age_days": 3791 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1107, + "stars": 1110, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 103 + "author_account_age_days": 105 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 82 + "author_account_age_days": 84 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 159, "last_update": "2024-11-16 01:02:18", - "author_account_age_days": 2751 + "author_account_age_days": 2753 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3901 + "author_account_age_days": 3902 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 87, + "stars": 88, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 959 + "author_account_age_days": 961 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, "last_update": "2024-11-13 22:18:48", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 349, + "stars": 350, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 440, + "stars": 441, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 696, + "stars": 698, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 485 - }, - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 279, - "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 670, + "stars": 672, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1346, + "stars": 1347, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 788, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 106, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 97, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 618, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1597, + "stars": 1598, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1418 + "author_account_age_days": 1420 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5685 + "author_account_age_days": 5687 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1339 + "author_account_age_days": 1341 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 668 + "author_account_age_days": 670 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 668 + "author_account_age_days": 670 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 668 + "author_account_age_days": 670 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4947 + "author_account_age_days": 4949 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 218 + "author_account_age_days": 220 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 218 + "author_account_age_days": 220 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3973 + "author_account_age_days": 3975 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 849 + "author_account_age_days": 851 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 245, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5162 + "author_account_age_days": 5164 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2367 + "author_account_age_days": 2369 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1666 + "author_account_age_days": 1668 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1666 + "author_account_age_days": 1668 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 157 + "author_account_age_days": 159 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 419 + "author_account_age_days": 421 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 77, + "stars": 78, "last_update": "2024-10-29 08:21:36", - "author_account_age_days": 4693 + "author_account_age_days": 4695 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2816 + "author_account_age_days": 2818 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 135 + "author_account_age_days": 136 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 15, "last_update": "2024-11-06 22:29:13", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 166, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 168, + "stars": 171, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 36, + "stars": 43, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2480 + "author_account_age_days": 2481 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2480 + "author_account_age_days": 2481 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { - "stars": 0, + "stars": 1, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 9, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3635 + "author_account_age_days": 3637 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1342 + "author_account_age_days": 1344 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1342 + "author_account_age_days": 1344 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 12, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1342 + "author_account_age_days": 1344 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3732 + "author_account_age_days": 3734 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 1, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5160 + "author_account_age_days": 5162 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 7, "last_update": "2024-10-12 14:38:26", - "author_account_age_days": 3431 + "author_account_age_days": 3433 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 49, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2825 + "author_account_age_days": 2827 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 50, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1418 + "author_account_age_days": 1420 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 84, - "last_update": "2024-11-02 12:05:59", - "author_account_age_days": 1418 + "last_update": "2024-11-17 20:28:12", + "author_account_age_days": 1420 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2140 + "author_account_age_days": 2141 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 84, - "last_update": "2024-07-31 15:02:26", - "author_account_age_days": 806 + "last_update": "2024-11-17 06:16:02", + "author_account_age_days": 807 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, - "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 806 + "last_update": "2024-11-17 06:52:57", + "author_account_age_days": 807 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5178 + "author_account_age_days": 5179 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3098 + "author_account_age_days": 3100 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 12, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3008 + "author_account_age_days": 3010 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 26, "last_update": "2024-11-14 14:38:39", - "author_account_age_days": 2491 + "author_account_age_days": 2492 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-16 12:15:09", - "author_account_age_days": 3680 + "author_account_age_days": 3681 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 586 + "author_account_age_days": 588 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 586 + "author_account_age_days": 588 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 203, + "stars": 204, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 586 + "author_account_age_days": 588 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 586 + "author_account_age_days": 588 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2872 + "author_account_age_days": 2874 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 97, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2494 + "author_account_age_days": 2495 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4266 + "author_account_age_days": 4268 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 59, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4266 + "author_account_age_days": 4268 }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 245, + "stars": 246, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 999 + "author_account_age_days": 1001 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3704 + "author_account_age_days": 3706 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1916 + "author_account_age_days": 1918 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5508 + "author_account_age_days": 5510 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 976 + "author_account_age_days": 978 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 9, "last_update": "2024-11-13 08:11:28", - "author_account_age_days": 2679 + "author_account_age_days": 2681 }, "https://github.com/banodoco/steerable-motion": { "stars": 839, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 547 + "author_account_age_days": 549 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2444 + "author_account_age_days": 2446 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4272 + "author_account_age_days": 4274 }, "https://github.com/bash-j/mikey_nodes": { "stars": 113, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 508 + "author_account_age_days": 510 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, "last_update": "2024-11-15 00:57:39", - "author_account_age_days": 2056 + "author_account_age_days": 2057 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 202 + "author_account_age_days": 204 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 43, "last_update": "2024-11-16 11:18:56", - "author_account_age_days": 299 + "author_account_age_days": 301 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 35, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 299 + "author_account_age_days": 301 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 14, "last_update": "2024-11-16 17:44:36", - "author_account_age_days": 299 + "author_account_age_days": 301 }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 110, + "stars": 111, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 299 + "author_account_age_days": 301 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 23, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 299 + "author_account_age_days": 301 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 156, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 213 + "author_account_age_days": 215 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 458 + "author_account_age_days": 460 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4712 + "author_account_age_days": 4714 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3682 - }, - "https://github.com/bmad4ever/comfyui_bmad_nodes": { - "stars": 60, - "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4890 + "author_account_age_days": 4892 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { - "stars": 1, - "last_update": "2024-11-13 00:46:02", - "author_account_age_days": 54 + "stars": 4, + "last_update": "2024-11-18 01:28:57", + "author_account_age_days": 55 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3801 + "author_account_age_days": 3803 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 576 + "author_account_age_days": 578 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1739 + "author_account_age_days": 1741 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4385 + "author_account_age_days": 4387 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5301 + "author_account_age_days": 5302 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2511 + "author_account_age_days": 2513 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4831 + "author_account_age_days": 4833 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1320 + "author_account_age_days": 1322 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1320 + "author_account_age_days": 1322 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1320 + "author_account_age_days": 1322 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1320 + "author_account_age_days": 1322 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3448 + "author_account_age_days": 3450 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3448 + "author_account_age_days": 3450 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1914 + "author_account_age_days": 1916 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-12 04:10:25", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 353, + "stars": 354, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3441 + "author_account_age_days": 3443 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5157 + "author_account_age_days": 5159 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3544 + "author_account_age_days": 3546 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3544 + "author_account_age_days": 3546 }, "https://github.com/cerspense/ComfyUI_cspnodes": { - "stars": 30, + "stars": 31, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2827 + "author_account_age_days": 2829 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 111, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1299 + "author_account_age_days": 1300 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3981 + "author_account_age_days": 3983 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3981 + "author_account_age_days": 3983 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 501 + "author_account_age_days": 503 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 501 + "author_account_age_days": 503 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 388, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { - "stars": 48, + "stars": 49, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 210, + "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 208, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 97, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 479 + "author_account_age_days": 481 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 3, + "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1880 + "author_account_age_days": 1882 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1675 + "author_account_age_days": 1677 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 234, + "stars": 237, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 19, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1495, - "last_update": "2024-11-16 09:50:30", - "author_account_age_days": 590 + "stars": 1506, + "last_update": "2024-11-17 12:45:35", + "author_account_age_days": 591 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 104, + "stars": 108, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 94, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/choey/Comfy-Topaz": { "stars": 60, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5668 + "author_account_age_days": 5670 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1942 + "author_account_age_days": 1944 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 69, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 32, - "last_update": "2024-11-17 05:04:35", - "author_account_age_days": 4211 + "stars": 33, + "last_update": "2024-11-18 05:15:49", + "author_account_age_days": 4212 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 259, + "stars": 262, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 501, + "stars": 502, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 746 + "author_account_age_days": 748 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2200 + "author_account_age_days": 2202 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 26, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5516 + "author_account_age_days": 5517 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1021, + "stars": 1029, "last_update": "2024-11-06 13:04:04", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 78, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 389, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 347, + "stars": 348, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 244, + "stars": 246, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 134, + "stars": 135, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2650 + "author_account_age_days": 2652 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2846 + "author_account_age_days": 2848 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-11 03:33:57", - "author_account_age_days": 2974 + "author_account_age_days": 2976 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56786, - "last_update": "2024-11-17 01:48:23", - "author_account_age_days": 694 + "stars": 56987, + "last_update": "2024-11-18 18:12:27", + "author_account_age_days": 696 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 507, + "stars": 511, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 694 + "author_account_age_days": 696 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 160, + "stars": 161, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 694 + "author_account_age_days": 696 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2046 + "author_account_age_days": 2048 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4755 + "author_account_age_days": 4756 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4809 + "author_account_age_days": 4810 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 96, + "stars": 97, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4809 + "author_account_age_days": 4810 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1271 + "author_account_age_days": 1272 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 811, + "stars": 817, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4263 + "author_account_age_days": 4264 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4263 + "author_account_age_days": 4264 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 69, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 338, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4135, + "stars": 4146, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1293, + "stars": 1300, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 604, + "stars": 606, "last_update": "2024-10-25 06:01:55", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 699, + "stars": 703, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2075 + "author_account_age_days": 2077 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4379 + "author_account_age_days": 4381 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { - "stars": 10, + "stars": 11, "last_update": "2024-11-13 14:06:47", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 11, "last_update": "2024-11-16 02:19:23", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1735 + "author_account_age_days": 1737 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 821 + "author_account_age_days": 823 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 201, + "stars": 202, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4217 + "author_account_age_days": 4219 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 239, + "stars": 240, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2550 + "author_account_age_days": 2552 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3497 + "author_account_age_days": 3499 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { - "stars": 21, + "stars": 22, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3497 + "author_account_age_days": 3499 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-09-10 20:37:22", - "author_account_age_days": 5470 + "author_account_age_days": 5471 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4574 + "author_account_age_days": 4576 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4610 + "author_account_age_days": 4611 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/daxcay/ComfyUI-NODEJS": { - "stars": 9, + "stars": 10, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 240 + "author_account_age_days": 242 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4681 + "author_account_age_days": 4682 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 77, + "stars": 78, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4681 + "author_account_age_days": 4682 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3642 + "author_account_age_days": 3644 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5441 + "author_account_age_days": 5443 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5441 + "author_account_age_days": 5443 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 9, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6120 + "author_account_age_days": 6121 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6120 + "author_account_age_days": 6121 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 193, + "stars": 192, "last_update": "2024-11-11 18:33:34", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4136 + "author_account_age_days": 4138 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 146, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4663 + "author_account_age_days": 4665 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 198, + "stars": 203, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4031 + "author_account_age_days": 4033 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 67, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4916 + "author_account_age_days": 4918 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1615 + "author_account_age_days": 1617 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1615 + "author_account_age_days": 1617 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 106, + "stars": 107, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1615 + "author_account_age_days": 1617 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 273, + "stars": 274, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4429 + "author_account_age_days": 4431 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1995 + "author_account_age_days": 1997 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3915 + "author_account_age_days": 3917 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3923 + "author_account_age_days": 3925 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4949 + "author_account_age_days": 4950 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2608 + "author_account_age_days": 2610 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2863 + "author_account_age_days": 2865 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 347 + "author_account_age_days": 349 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2668 + "author_account_age_days": 2670 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 286, + "stars": 292, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 142 + "author_account_age_days": 144 }, "https://github.com/evanspearman/ComfyMath": { "stars": 83, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 429 + "author_account_age_days": 431 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1141 + "author_account_age_days": 1142 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 112, + "stars": 115, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 11, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { - "stars": 1, - "last_update": "2024-11-17 05:11:59", - "author_account_age_days": 1234 + "stars": 2, + "last_update": "2024-11-18 14:58:43", + "author_account_age_days": 1236 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 10, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 501 + "author_account_age_days": 503 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 707 + "author_account_age_days": 709 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1704 + "author_account_age_days": 1706 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5189 + "author_account_age_days": 5191 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5189 + "author_account_age_days": 5191 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5189 + "author_account_age_days": 5191 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 37, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 140, + "stars": 141, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 297, + "stars": 298, "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 11, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 912, "last_update": "2024-09-21 09:03:50", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 237, + "stars": 238, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 140, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 419 + "author_account_age_days": 421 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 207, + "stars": 208, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 419 + "author_account_age_days": 421 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 430, + "stars": 433, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 419 + "author_account_age_days": 421 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3641 + "author_account_age_days": 3642 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3767 + "author_account_age_days": 3769 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5253 + "author_account_age_days": 5255 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5253 + "author_account_age_days": 5255 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5253 + "author_account_age_days": 5255 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 470 + "author_account_age_days": 472 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { - "stars": 1, + "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2466 + "author_account_age_days": 2468 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 586 + "author_account_age_days": 588 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 515, + "stars": 516, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 586 + "author_account_age_days": 588 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 586 + "author_account_age_days": 588 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2304 + "author_account_age_days": 2305 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2351 + "author_account_age_days": 2353 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4732 + "author_account_age_days": 4734 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 94, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4732 + "author_account_age_days": 4734 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4732 + "author_account_age_days": 4734 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 13, + "stars": 14, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2126 + "author_account_age_days": 2128 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2102 + "author_account_age_days": 2104 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5098 + "author_account_age_days": 5099 }, "https://github.com/get-salt-AI/SaltAI": { - "stars": 80, + "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4004 + "author_account_age_days": 4006 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2157 + "author_account_age_days": 2159 }, "https://github.com/giriss/comfy-image-saver": { "stars": 198, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4383 + "author_account_age_days": 4385 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5145 + "author_account_age_days": 5146 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 153, "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2643 + "author_account_age_days": 2645 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 32, "last_update": "2024-09-18 18:37:02", - "author_account_age_days": 719 + "author_account_age_days": 721 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3891 + "author_account_age_days": 3893 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3891 + "author_account_age_days": 3893 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 99 + "author_account_age_days": 101 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1875 + "author_account_age_days": 1877 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3259 + "author_account_age_days": 3260 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1203 + "author_account_age_days": 1205 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1203 + "author_account_age_days": 1205 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1203 + "author_account_age_days": 1205 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 412, + "stars": 414, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1203 + "author_account_age_days": 1205 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2607 + "author_account_age_days": 2608 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 5, + "stars": 9, "last_update": "2024-11-14 20:05:03", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 117, + "stars": 120, "last_update": "2024-11-17 01:08:03", - "author_account_age_days": 666 + "author_account_age_days": 668 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 41, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3992 + "author_account_age_days": 3993 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1301 + "author_account_age_days": 1302 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4338 + "author_account_age_days": 4340 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 47 + "author_account_age_days": 49 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 1996 + "author_account_age_days": 1998 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4982 + "author_account_age_days": 4984 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4812 + "author_account_age_days": 4814 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4812 + "author_account_age_days": 4814 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4812 + "author_account_age_days": 4814 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4812 + "author_account_age_days": 4814 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4812 + "author_account_age_days": 4814 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4812 + "author_account_age_days": 4814 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 61, "last_update": "2024-11-15 13:56:34", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 493 + "author_account_age_days": 495 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 493 + "author_account_age_days": 495 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1008, - "last_update": "2024-11-16 14:02:29", - "author_account_age_days": 3040 + "stars": 1020, + "last_update": "2024-11-17 14:10:25", + "author_account_age_days": 3042 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3040 + "author_account_age_days": 3042 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 43, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 652 + "author_account_age_days": 654 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1948 + "author_account_age_days": 1949 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5257 + "author_account_age_days": 5259 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1737 + "author_account_age_days": 1739 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4788 + "author_account_age_days": 4790 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 531, + "stars": 532, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3021 + "author_account_age_days": 3023 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1486, + "stars": 1487, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3021 + "author_account_age_days": 3023 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 55, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3021 + "author_account_age_days": 3023 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3021 + "author_account_age_days": 3023 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3021 + "author_account_age_days": 3023 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3021 + "author_account_age_days": 3023 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5786 + "author_account_age_days": 5787 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 585 + "author_account_age_days": 587 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 585 + "author_account_age_days": 587 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3033 + "author_account_age_days": 3035 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4059 + "author_account_age_days": 4060 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1702 + "author_account_age_days": 1704 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4251 + "author_account_age_days": 4253 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 151, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5437 + "author_account_age_days": 5438 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 516, + "stars": 517, "last_update": "2024-11-17 02:23:31", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, "last_update": "2024-11-12 09:30:45", - "author_account_age_days": 774 + "author_account_age_days": 776 }, "https://github.com/imb101/ComfyUI-FaceSwap": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1034 + "author_account_age_days": 1036 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4571 + "author_account_age_days": 4573 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4016 + "author_account_age_days": 4018 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4016 + "author_account_age_days": 4018 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 991, + "stars": 995, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4016 + "author_account_age_days": 4018 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 37, + "stars": 38, "last_update": "2024-11-14 07:12:08", - "author_account_age_days": 1717 + "author_account_age_days": 1719 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1122 + "author_account_age_days": 1124 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2672 + "author_account_age_days": 2674 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 63, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2672 + "author_account_age_days": 2674 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 722 + "author_account_age_days": 724 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4616 + "author_account_age_days": 4618 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3076 + "author_account_age_days": 3078 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 127, "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3797 + "author_account_age_days": 3799 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3183 + "author_account_age_days": 3184 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 288, + "stars": 289, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1431 + "author_account_age_days": 1433 }, "https://github.com/jitcoder/lora-info": { - "stars": 63, + "stars": 64, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4186 + "author_account_age_days": 4188 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3794 + "author_account_age_days": 3796 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4357 + "author_account_age_days": 4359 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4742 + "author_account_age_days": 4744 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 351, + "stars": 354, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 353 + "author_account_age_days": 355 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4943 + "author_account_age_days": 4945 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2009 + "author_account_age_days": 2011 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4075 + "author_account_age_days": 4077 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 12, + "stars": 13, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4898 + "author_account_age_days": 4900 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 63, + "stars": 64, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4898 + "author_account_age_days": 4900 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4898 + "author_account_age_days": 4900 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 144, + "stars": 146, "last_update": "2024-11-12 12:15:46", - "author_account_age_days": 1257 + "author_account_age_days": 1259 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 56, "last_update": "2024-11-11 04:37:48", - "author_account_age_days": 2934 + "author_account_age_days": 2936 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3620 + "author_account_age_days": 3622 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2352 + "author_account_age_days": 2354 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1412 + "author_account_age_days": 1414 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2475 + "author_account_age_days": 2477 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2475 + "author_account_age_days": 2477 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1757 + "author_account_age_days": 1759 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1757 + "author_account_age_days": 1759 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1757 + "author_account_age_days": 1759 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1757 + "author_account_age_days": 1759 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1656 + "author_account_age_days": 1658 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2807 + "author_account_age_days": 2808 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4273 + "author_account_age_days": 4275 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4273 + "author_account_age_days": 4275 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 159, + "stars": 160, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4273 + "author_account_age_days": 4275 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1104 + "author_account_age_days": 1106 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 163, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 61, + "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 186, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 868, - "last_update": "2024-11-16 22:48:05", - "author_account_age_days": 2328 + "stars": 891, + "last_update": "2024-11-17 20:23:46", + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 154, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 111, + "stars": 112, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 198, + "stars": 202, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 630, + "stars": 631, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 754, + "stars": 757, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 492, + "stars": 495, "last_update": "2024-11-11 09:14:43", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 126, + "stars": 133, "last_update": "2024-11-10 15:40:55", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 767, + "stars": 769, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 651, + "stars": 656, "last_update": "2024-11-15 15:24:32", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 560, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 53, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1635, + "stars": 1644, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 87, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 184, + "stars": 185, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 466, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 331, + "stars": 333, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 28, + "stars": 29, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 281, + "stars": 294, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1586, + "stars": 1587, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-SVD": { - "stars": 158, + "stars": 159, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 92, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 646, + "stars": 648, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 25, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 502 + "author_account_age_days": 504 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 345 + "author_account_age_days": 347 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 174, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1954 + "author_account_age_days": 1956 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2665 + "author_account_age_days": 2667 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 753 + "author_account_age_days": 755 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1086 + "author_account_age_days": 1088 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1312 + "author_account_age_days": 1314 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 27, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3221 + "author_account_age_days": 3223 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { - "stars": 11, + "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 9, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 2, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { - "stars": 4, + "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3924 + "author_account_age_days": 3926 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, "last_update": "2024-11-15 21:20:53", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3642 + "author_account_age_days": 3644 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 20, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1835 + "author_account_age_days": 1837 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4204 + "author_account_age_days": 4206 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 4, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1413 + "author_account_age_days": 1415 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3055 + "author_account_age_days": 3057 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3937 + "author_account_age_days": 3939 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4192 + "author_account_age_days": 4194 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 57, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3353 + "author_account_age_days": 3355 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3353 + "author_account_age_days": 3355 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3353 + "author_account_age_days": 3355 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 92, + "stars": 93, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3353 + "author_account_age_days": 3355 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3353 + "author_account_age_days": 3355 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2609 + "author_account_age_days": 2610 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/lks-ai/anynode": { - "stars": 497, + "stars": 498, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 81, - "last_update": "2024-11-09 16:39:08", - "author_account_age_days": 2239 + "stars": 82, + "last_update": "2024-11-18 06:35:22", + "author_account_age_days": 2240 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 49, + "stars": 50, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2239 + "author_account_age_days": 2240 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 621, - "last_update": "2024-11-15 21:14:20", - "author_account_age_days": 268 + "stars": 635, + "last_update": "2024-11-18 06:12:09", + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 237, + "stars": 240, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4310 + "author_account_age_days": 4312 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4310 + "author_account_age_days": 4312 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4310 + "author_account_age_days": 4312 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4310 + "author_account_age_days": 4312 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 362, + "stars": 365, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4196 + "author_account_age_days": 4198 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 7, - "last_update": "2024-11-16 22:39:14", - "author_account_age_days": 4196 + "stars": 19, + "last_update": "2024-11-17 18:48:46", + "author_account_age_days": 4198 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4196 + "author_account_age_days": 4198 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 2, + "stars": 10, "last_update": "2024-11-16 09:41:05", - "author_account_age_days": 3808 + "author_account_age_days": 3810 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3808 + "author_account_age_days": 3810 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1892, + "stars": 1895, "last_update": "2024-11-09 10:48:29", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 425, + "stars": 428, "last_update": "2024-11-15 03:53:05", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 6933, - "last_update": "2024-11-17 05:14:54", - "author_account_age_days": 608 + "stars": 6960, + "last_update": "2024-11-17 06:40:01", + "author_account_age_days": 609 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 30, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3953 + "author_account_age_days": 3955 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-14 23:57:07", - "author_account_age_days": 2180 + "last_update": "2024-11-17 20:20:45", + "author_account_age_days": 2182 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 179, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 606 + "author_account_age_days": 608 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2503 + "author_account_age_days": 2505 }, "https://github.com/maludwig/basix_image_filters": { "stars": 1, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3652 + "author_account_age_days": 3653 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 165, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5900 + "author_account_age_days": 5901 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1312 + "author_account_age_days": 1314 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 48, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4560 + "author_account_age_days": 4562 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4560 + "author_account_age_days": 4562 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4921 + "author_account_age_days": 4922 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1552 + "author_account_age_days": 1554 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 57, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2885 + "author_account_age_days": 2887 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4695 + "author_account_age_days": 4697 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 218, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3066 + "author_account_age_days": 3068 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4467 + "author_account_age_days": 4469 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4467 + "author_account_age_days": 4469 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1129, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2247 + "author_account_age_days": 2249 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3348 + "author_account_age_days": 3350 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3348 + "author_account_age_days": 3350 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3348 + "author_account_age_days": 3350 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4585 + "author_account_age_days": 4587 }, "https://github.com/melMass/comfy_mtb": { - "stars": 448, - "last_update": "2024-11-05 17:00:46", - "author_account_age_days": 3891 + "stars": 450, + "last_update": "2024-11-18 00:53:34", + "author_account_age_days": 3892 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3818 + "author_account_age_days": 3820 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 15, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5619 + "author_account_age_days": 5620 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 768 + "author_account_age_days": 770 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2463 + "author_account_age_days": 2465 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 256, + "stars": 261, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 613 + "author_account_age_days": 615 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2153 + "author_account_age_days": 2155 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2807 + "author_account_age_days": 2808 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2709 + "author_account_age_days": 2711 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6062 + "author_account_age_days": 6063 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6062 + "author_account_age_days": 6063 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 168, + "stars": 171, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 66 + "author_account_age_days": 68 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 45, + "stars": 46, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1366 + "author_account_age_days": 1368 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 883 + "author_account_age_days": 885 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 116 + "author_account_age_days": 118 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 116 + "author_account_age_days": 118 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4155 + "author_account_age_days": 4157 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4155 + "author_account_age_days": 4157 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4155 + "author_account_age_days": 4157 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-10-08 05:40:23", - "author_account_age_days": 845 + "author_account_age_days": 847 }, "https://github.com/modelscope/scepter": { - "stars": 426, + "stars": 427, "last_update": "2024-11-07 12:54:02", - "author_account_age_days": 845 + "author_account_age_days": 847 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4749 + "author_account_age_days": 4751 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-16 20:22:25", - "author_account_age_days": 1469 + "last_update": "2024-11-17 06:08:52", + "author_account_age_days": 1471 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3616 + "author_account_age_days": 3618 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2446 + "author_account_age_days": 2448 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4083 + "author_account_age_days": 4085 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3091 + "author_account_age_days": 3093 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1525 + "author_account_age_days": 1527 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1525 + "author_account_age_days": 1527 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, "last_update": "2024-11-14 08:31:46", - "author_account_age_days": 614 + "author_account_age_days": 616 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 179, + "stars": 180, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 423 + "author_account_age_days": 425 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 795 + "author_account_age_days": 796 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { - "stars": 4, + "stars": 5, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 76, + "stars": 77, "last_update": "2024-10-27 17:43:55", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4155 + "author_account_age_days": 4157 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4174 + "author_account_age_days": 4176 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 153, + "stars": 155, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1377 + "author_account_age_days": 1378 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 27, + "stars": 29, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4865 + "author_account_age_days": 4867 }, "https://github.com/niknah/quick-connections": { "stars": 124, "last_update": "2024-11-07 00:26:06", - "author_account_age_days": 4865 + "author_account_age_days": 4867 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 360 + "author_account_age_days": 362 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 481 + "author_account_age_days": 483 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3648 + "author_account_age_days": 3650 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 305 + "author_account_age_days": 307 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 305 + "author_account_age_days": 307 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 33, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 305 + "author_account_age_days": 307 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 305 + "author_account_age_days": 307 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 305 + "author_account_age_days": 307 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1808 + "author_account_age_days": 1810 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2888 + "author_account_age_days": 2890 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2267 + "author_account_age_days": 2269 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 200, + "stars": 201, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4050 + "author_account_age_days": 4052 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2706 + "author_account_age_days": 2707 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1863 + "author_account_age_days": 1864 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 643, + "stars": 647, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1322 + "author_account_age_days": 1323 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 93, + "stars": 94, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4929 + "author_account_age_days": 4931 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 14, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 698 + "author_account_age_days": 700 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2832 + "author_account_age_days": 2834 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1021 + "author_account_age_days": 1023 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 108 + "author_account_age_days": 109 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 129, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1222 + "author_account_age_days": 1224 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2548 + "author_account_age_days": 2550 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2928 + "author_account_age_days": 2930 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2475 + "author_account_age_days": 2477 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 987 - }, - "https://github.com/palant/extended-saveimage-comfyui": { - "stars": 22, - "last_update": "2024-03-27 14:08:21", - "author_account_age_days": 5198 + "author_account_age_days": 988 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5198 + "author_account_age_days": 5200 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 36, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5198 + "author_account_age_days": 5200 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 77, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2276 + "author_account_age_days": 2278 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2276 + "author_account_age_days": 2278 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 217, + "stars": 218, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2276 + "author_account_age_days": 2278 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2462 + "author_account_age_days": 2464 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 178, + "stars": 180, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5225 + "author_account_age_days": 5227 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2832 + "author_account_age_days": 2834 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1375 + "author_account_age_days": 1377 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5154 + "author_account_age_days": 5155 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 145, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 809 + "author_account_age_days": 811 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 39, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2434 + "author_account_age_days": 2436 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3198 + "author_account_age_days": 3200 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 732 + "author_account_age_days": 734 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 115 + "author_account_age_days": 117 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, "last_update": "2024-11-14 19:00:07", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1208 + "author_account_age_days": 1209 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 92, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1175 + "author_account_age_days": 1177 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1175 + "author_account_age_days": 1177 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1175 + "author_account_age_days": 1177 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 19, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1175 + "author_account_age_days": 1177 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5714 + "author_account_age_days": 5715 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1230, + "stars": 1234, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2842 + "author_account_age_days": 2844 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1846, + "stars": 1851, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 643 + "author_account_age_days": 645 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 652, + "stars": 655, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 643 + "author_account_age_days": 645 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 132, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 922 + "author_account_age_days": 924 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 922 + "author_account_age_days": 924 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 756 + "author_account_age_days": 758 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3362 + "author_account_age_days": 3364 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 906 + "author_account_age_days": 908 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 181 + "author_account_age_days": 183 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4639 + "author_account_age_days": 4641 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 30, - "last_update": "2024-11-15 08:33:41", - "author_account_age_days": 2150 + "last_update": "2024-11-18 12:38:09", + "author_account_age_days": 2151 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 12, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5766 + "author_account_age_days": 5768 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 287, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2738 + "author_account_age_days": 2740 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 18, + "stars": 19, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 868 + "author_account_age_days": 870 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/replicate/comfyui-replicate": { "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1754 + "author_account_age_days": 1755 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4630 + "author_account_age_days": 4632 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1186, + "stars": 1189, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5120 + "author_account_age_days": 5121 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5782 + "author_account_age_days": 5784 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5782 + "author_account_age_days": 5784 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4978 + "author_account_age_days": 4980 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 792 + "author_account_age_days": 794 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3692 + "author_account_age_days": 3694 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 2, "last_update": "2024-10-14 21:52:50", - "author_account_age_days": 4250 + "author_account_age_days": 4252 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { - "stars": 0, + "stars": 1, "last_update": "2024-11-13 14:59:26", - "author_account_age_days": 597 + "author_account_age_days": 599 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, "last_update": "2024-11-16 14:18:28", - "author_account_age_days": 2455 + "author_account_age_days": 2457 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 95, - "last_update": "2024-07-31 14:02:18", - "author_account_age_days": 4300 + "last_update": "2024-11-18 05:08:11", + "author_account_age_days": 4302 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 619 + "author_account_age_days": 621 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 215 + "author_account_age_days": 217 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 313 + "author_account_age_days": 315 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2566 + "author_account_age_days": 2568 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 288, + "stars": 292, "last_update": "2024-11-08 23:08:05", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 380 + "author_account_age_days": 382 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5451 + "author_account_age_days": 5452 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5451 + "author_account_age_days": 5452 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3478 + "author_account_age_days": 3480 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 420, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1301, + "stars": 1305, "last_update": "2024-10-25 06:24:51", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 101, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 25, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5238 + "author_account_age_days": 5240 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 239, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1910 + "author_account_age_days": 1912 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 320, + "stars": 322, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1910 + "author_account_age_days": 1912 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1910 + "author_account_age_days": 1912 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 214, - "last_update": "2024-11-08 08:49:35", - "author_account_age_days": 1910 + "last_update": "2024-11-18 04:16:43", + "author_account_age_days": 1912 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 33, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2369 + "author_account_age_days": 2370 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2369 + "author_account_age_days": 2370 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4453 + "author_account_age_days": 4455 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/siliconflow/BizyAir": { - "stars": 350, - "last_update": "2024-11-16 08:32:51", - "author_account_age_days": 451 + "stars": 356, + "last_update": "2024-11-18 10:14:48", + "author_account_age_days": 453 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 18, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 451 + "author_account_age_days": 453 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 157, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1252 + "author_account_age_days": 1254 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 37, + "stars": 41, "last_update": "2024-11-05 01:54:28", - "author_account_age_days": 2272 + "author_account_age_days": 2274 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2228 + "author_account_age_days": 2229 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4085 + "author_account_age_days": 4087 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2860 + "author_account_age_days": 2862 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 51, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 12, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 27, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 273, - "last_update": "2024-11-02 00:33:33", - "author_account_age_days": 500 + "stars": 275, + "last_update": "2024-11-18 03:09:23", + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 43, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 44, + "stars": 45, "last_update": "2024-10-26 04:13:37", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 157, + "stars": 158, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_OmniParser": { - "stars": 26, + "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 98, + "stars": 102, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 17, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 238, - "last_update": "2024-11-17 01:53:23", - "author_account_age_days": 500 + "stars": 241, + "last_update": "2024-11-18 12:56:16", + "author_account_age_days": 501 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-11-16 20:42:59", - "author_account_age_days": 919 + "author_account_age_days": 921 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3405 + "author_account_age_days": 3407 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 23, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 183, + "stars": 184, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 136, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 43, + "stars": 44, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 160, + "stars": 162, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4886 + "author_account_age_days": 4888 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 156, + "stars": 157, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4886 + "author_account_age_days": 4888 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5377 + "author_account_age_days": 5378 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 856, + "stars": 858, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 372, + "stars": 373, "last_update": "2024-11-16 16:28:17", - "author_account_age_days": 4229 + "author_account_age_days": 4231 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4273 + "author_account_age_days": 4275 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 5, + "stars": 6, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4273 + "author_account_age_days": 4275 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2697 + "author_account_age_days": 2699 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 749, + "stars": 750, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2697 + "author_account_age_days": 2699 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2772 + "author_account_age_days": 2774 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1991 + "author_account_age_days": 1993 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1991 + "author_account_age_days": 1993 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 27, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6076 + "author_account_age_days": 6077 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1021 + "author_account_age_days": 1023 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 27, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1021 + "author_account_age_days": 1023 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 594 + "author_account_age_days": 596 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-10-16 07:36:54", - "author_account_age_days": 877 + "author_account_age_days": 879 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3301 + "author_account_age_days": 3303 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 111, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3281 + "author_account_age_days": 3283 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 69, - "last_update": "2024-11-08 01:32:03", - "author_account_age_days": 1828 + "stars": 70, + "last_update": "2024-11-18 00:41:33", + "author_account_age_days": 1830 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 248, - "last_update": "2024-11-08 01:32:28", - "author_account_age_days": 1828 + "stars": 249, + "last_update": "2024-11-18 00:45:28", + "author_account_age_days": 1830 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, - "last_update": "2024-11-15 11:24:44", - "author_account_age_days": 52 + "last_update": "2024-11-17 20:49:23", + "author_account_age_days": 54 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5067 + "author_account_age_days": 5068 }, "https://github.com/talesofai/comfyui-browser": { "stars": 501, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 701 + "author_account_age_days": 703 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4117 + "author_account_age_days": 4119 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5244 + "author_account_age_days": 5245 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5244 + "author_account_age_days": 5245 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 148, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2868 + "author_account_age_days": 2870 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 40, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2868 - }, - "https://github.com/thecooltechguy/ComfyUI-ComfyRun": { - "stars": 82, - "last_update": "2024-05-22 21:33:11", - "author_account_age_days": 2568 + "author_account_age_days": 2870 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 44, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 332, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 65, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2486 + "author_account_age_days": 2487 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 681 + "author_account_age_days": 683 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4005 + "author_account_age_days": 4006 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4463 + "author_account_age_days": 4465 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4516 + "author_account_age_days": 4517 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 518, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3795 + "author_account_age_days": 3797 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3966 + "author_account_age_days": 3967 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 37, "last_update": "2024-08-02 04:55:20", - "author_account_age_days": 3286 + "author_account_age_days": 3288 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2403 + "author_account_age_days": 2405 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { - "stars": 0, + "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5535 + "author_account_age_days": 5536 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1674 + "author_account_age_days": 1676 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { - "stars": 115, + "stars": 116, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2895 + "author_account_age_days": 2896 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2811 + "author_account_age_days": 2812 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 759, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4213 + "author_account_age_days": 4215 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 90, + "stars": 91, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3848 + "author_account_age_days": 3850 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1417 + "author_account_age_days": 1419 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2459 + "author_account_age_days": 2461 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 11, + "stars": 12, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1462 + "author_account_age_days": 1463 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1462 + "author_account_age_days": 1463 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3103 + "author_account_age_days": 3105 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4910 + "author_account_age_days": 4911 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2759 + "author_account_age_days": 2761 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3573 + "author_account_age_days": 3574 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1543 + "author_account_age_days": 1545 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 230, + "stars": 234, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2178 + "author_account_age_days": 2180 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2178 + "author_account_age_days": 2180 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 146, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1984 + "author_account_age_days": 1986 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1984 + "author_account_age_days": 1986 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5130 + "author_account_age_days": 5131 + }, + "https://github.com/vuongminh1907/ComfyUI_ZenID": { + "stars": 2, + "last_update": "2024-11-18 18:03:54", + "author_account_age_days": 719 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1506 + "author_account_age_days": 1508 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1506 + "author_account_age_days": 1508 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 99, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2366 + "author_account_age_days": 2367 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3529 + "author_account_age_days": 3531 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { - "stars": 2, + "stars": 3, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2257 + "author_account_age_days": 2259 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1113 + "author_account_age_days": 1115 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 119 + "author_account_age_days": 121 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1758 + "author_account_age_days": 1760 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1925 + "author_account_age_days": 1927 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5632 + "author_account_age_days": 5634 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 597 + "author_account_age_days": 599 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2784 + "author_account_age_days": 2785 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4263 + "author_account_age_days": 4265 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5867 + "author_account_age_days": 5868 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5867 + "author_account_age_days": 5868 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 50, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1713 + "author_account_age_days": 1715 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2408 + "author_account_age_days": 2410 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4330 + "author_account_age_days": 4332 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5195 + "author_account_age_days": 5197 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 338, + "stars": 339, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1624 + "author_account_age_days": 1626 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3020 + "author_account_age_days": 3022 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4644 + "author_account_age_days": 4646 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4644 + "author_account_age_days": 4646 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4644 + "author_account_age_days": 4646 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4251 + "author_account_age_days": 4253 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4251 + "author_account_age_days": 4253 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3570 + "author_account_age_days": 3572 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3867 + "author_account_age_days": 3869 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 17, + "stars": 18, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 716 + "author_account_age_days": 718 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 84, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 697 + "author_account_age_days": 699 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 697 + "author_account_age_days": 699 }, "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1061, - "last_update": "2024-11-14 13:35:31", - "author_account_age_days": 1486 + "last_update": "2024-11-18 14:26:23", + "author_account_age_days": 1488 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, - "last_update": "2024-09-26 05:33:05", - "author_account_age_days": 5009 + "last_update": "2024-11-18 09:35:46", + "author_account_age_days": 5010 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { - "stars": 5, - "last_update": "2024-11-15 15:55:26", - "author_account_age_days": 4021 + "stars": 8, + "last_update": "2024-11-18 16:43:25", + "author_account_age_days": 4022 + }, + "https://github.com/yorkane/ComfyUI-KYNode": { + "stars": 0, + "last_update": "2024-11-17 11:45:56", + "author_account_age_days": 3537 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 574 + "author_account_age_days": 576 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2588 + "author_account_age_days": 2590 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2588 + "author_account_age_days": 2590 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 70, + "stars": 71, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 74, + "stars": 75, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2298 + "author_account_age_days": 2300 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 159, - "last_update": "2024-11-16 14:30:58", - "author_account_age_days": 1045 + "stars": 179, + "last_update": "2024-11-18 17:34:16", + "author_account_age_days": 1047 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4561 + "author_account_age_days": 4562 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4561 + "author_account_age_days": 4562 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4561 + "author_account_age_days": 4562 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2816 + "author_account_age_days": 2817 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2589 + "author_account_age_days": 2590 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 20, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5008 + "author_account_age_days": 5010 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, "last_update": "2024-11-14 03:56:22", - "author_account_age_days": 436 + "author_account_age_days": 438 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 436 + "author_account_age_days": 438 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3495 + "author_account_age_days": 3497 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3604 + "author_account_age_days": 3606 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4380 + "author_account_age_days": 4382 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1156, + "stars": 1159, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 184 + "author_account_age_days": 186 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 15, "last_update": "2024-11-03 04:29:39", - "author_account_age_days": 3415 + "author_account_age_days": 3416 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2807 + "author_account_age_days": 2809 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 184, - "last_update": "2024-11-17 03:37:11", - "author_account_age_days": 4063 + "stars": 188, + "last_update": "2024-11-17 05:40:26", + "author_account_age_days": 4065 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5107 + "author_account_age_days": 5109 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 71b95942..fbe9b292 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,16 @@ + { + "author": "Kimara.ai", + "title": "Advanced Watermarking Tools [WIP]", + "reference": "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks", + "files": [ + "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks" + ], + "install_type": "git-clone", + "description": "The KimaraAIWatermarker custom node allows you to apply watermark text and logo overlays to images (or a batch of images). It provides features like customizable watermark movement, rotation, and opacity. You can also apply both text and logo watermarks simultaneously, with fine-tuned control over positioning and scaling." + }, { "author": "Clybius", "title": "ComfyUI-FluxDeCLIP", @@ -44,16 +54,6 @@ "install_type": "git-clone", "description": "NODES:Sample Image" }, - { - "author": "vuongminh1907", - "title": "ComfyUI_ZenID", - "reference": "https://github.com/vuongminh1907/ComfyUI_ZenID", - "files": [ - "https://github.com/vuongminh1907/ComfyUI_ZenID" - ], - "install_type": "git-clone", - "description": "NODES:ZenID FaceSwap, InstantID Face Analysis, Load InstantID Model" - }, { "author": "Anze-", "title": "ComfyUI_deepDeband [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index f74e4295..00a8f1f4 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1775,6 +1775,7 @@ "SelfAttentionGuidance", "SetLatentNoiseMask", "SetUnionControlNetType", + "SkipLayerGuidanceDiT", "SkipLayerGuidanceSD3", "SolidMask", "SplitImageWithAlpha", @@ -2605,6 +2606,15 @@ "title_aux": "ComfyUI nodes for VEnhancer [WIP]" } ], + "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": [ + [ + "KimaraAIBatchImages", + "KimaraAIWatermarker" + ], + { + "title_aux": "Advanced Watermarking Tools [WIP]" + } + ], "https://github.com/kk8bit/KayTool": [ [ "Color_Adjustment", @@ -2741,9 +2751,11 @@ [ "AddFluxFlow", "ApplyFluxRaveAttention", + "ApplyRefFlux", "ConfigureModifiedFlux", "FlowEditForwardSampler", "FlowEditReverseSampler", + "FluxAttnOverride", "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", @@ -2752,9 +2764,11 @@ "InFluxFlipSigmas", "InFluxModelSamplingPred", "OutFluxModelSamplingPred", + "PAGAttention", "PrepareAttnBank", "RFDoubleBlocksOverride", - "RFSingleBlocksOverride" + "RFSingleBlocksOverride", + "SEGAttention" ], { "title_aux": "ComfyUI-Fluxtapoz [WIP]" @@ -2820,12 +2834,18 @@ ], "https://github.com/lu64k/SK-Nodes": [ [ + "Ask LLM", + "Color Transfer", "Image Tracing Node", + "Load LLM", "Load_Nemotron", "Natural Saturation", + "OpenAI DAlle Node", "OpenAI Text Node", "SK Random File Name", + "SK Save Text", "SK Text_String", + "SK load text", "Tone Layer Quantize", "grey_scale blend" ], @@ -3515,16 +3535,6 @@ "title_aux": "VoidCustomNodes" } ], - "https://github.com/vuongminh1907/ComfyUI_ZenID": [ - [ - "ApplyZenID", - "InstantIDFaceAnalysis", - "InstantIDModelLoader" - ], - { - "title_aux": "ComfyUI_ZenID" - } - ], "https://github.com/walterFeng/ComfyUI-Image-Utils": [ [ "Calculate Image Brightness", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 48ba837c..d2e06ac3 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,1346 +2,1341 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4911 + "author_account_age_days": 4913 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 460 + "author_account_age_days": 462 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1605 + "author_account_age_days": 1607 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2622 + "author_account_age_days": 2624 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-14 23:59:17", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/Anze-/ComfyUI_deepDeband": { - "stars": 2, + "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 49, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { - "stars": 18, + "stars": 19, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2371 + "author_account_age_days": 2373 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 943 + "author_account_age_days": 945 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 392 + "author_account_age_days": 394 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2558 + "author_account_age_days": 2559 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { - "stars": 0, - "last_update": "2024-11-17 04:44:34", - "author_account_age_days": 1879 + "stars": 1, + "last_update": "2024-11-17 20:06:29", + "author_account_age_days": 1881 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, - "last_update": "2024-11-07 17:46:08", - "author_account_age_days": 221 + "last_update": "2024-11-18 12:03:45", + "author_account_age_days": 222 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 16, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2176 + "author_account_age_days": 2178 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { - "stars": 0, + "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 487 + "author_account_age_days": 489 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 487 + "author_account_age_days": 489 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1177 + "author_account_age_days": 1179 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2733 + "author_account_age_days": 2735 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-11-13 18:01:18", - "author_account_age_days": 3277 + "author_account_age_days": 3279 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1024 + "author_account_age_days": 1026 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 769 + "author_account_age_days": 771 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2060 + "author_account_age_days": 2061 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 73 + "author_account_age_days": 75 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 556 + "author_account_age_days": 558 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4658 + "author_account_age_days": 4660 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3335 + "author_account_age_days": 3337 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2124 + "author_account_age_days": 2126 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 978 - }, - "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 2, - "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 128 + "author_account_age_days": 980 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 639 + "author_account_age_days": 641 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1075 + "author_account_age_days": 1077 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 28, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2865 + "author_account_age_days": 2867 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 23, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1640 + "author_account_age_days": 1641 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1204 + "author_account_age_days": 1205 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 467 + "author_account_age_days": 469 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5420 + "author_account_age_days": 5422 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 56, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4185 + "author_account_age_days": 4187 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 354 + "author_account_age_days": 356 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1457 + "author_account_age_days": 1459 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1271 + "author_account_age_days": 1273 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 31, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 40, + "stars": 44, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1350 + "author_account_age_days": 1352 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, - "last_update": "2024-10-27 04:31:20", - "author_account_age_days": 2606 + "last_update": "2024-11-17 21:14:02", + "author_account_age_days": 2608 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3669 + "author_account_age_days": 3671 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1285 + "author_account_age_days": 1287 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3101 + "author_account_age_days": 3103 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 31, + "stars": 32, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 259 + "author_account_age_days": 261 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 150 + "author_account_age_days": 152 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1570 + "author_account_age_days": 1571 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1915 + "author_account_age_days": 1917 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 85, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 279, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 216, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4399 + "author_account_age_days": 4401 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3431 + "author_account_age_days": 3433 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 63, - "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 806 + "last_update": "2024-11-17 06:52:57", + "author_account_age_days": 807 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2491 + "author_account_age_days": 2492 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2421 + "author_account_age_days": 2423 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4094 + "author_account_age_days": 4096 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 72, + "stars": 74, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3769 + "author_account_age_days": 3771 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 976 + "author_account_age_days": 978 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-11-15 16:49:18", - "author_account_age_days": 2679 + "author_account_age_days": 2681 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4432 + "author_account_age_days": 4433 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5155 + "author_account_age_days": 5156 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3254 + "author_account_age_days": 3256 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4979 + "author_account_age_days": 4981 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 3, + "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1880 + "author_account_age_days": 1882 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3264 + "author_account_age_days": 3266 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56786, - "last_update": "2024-11-17 01:48:23", - "author_account_age_days": 694 + "stars": 56986, + "last_update": "2024-11-18 18:09:03", + "author_account_age_days": 696 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 327, + "stars": 329, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 694 + "author_account_age_days": 696 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 168 + "author_account_age_days": 170 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1961 + "author_account_age_days": 1962 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 230, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5156 + "author_account_age_days": 5158 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6120 + "author_account_age_days": 6121 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2469 + "author_account_age_days": 2470 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2917 + "author_account_age_days": 2919 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2619 + "author_account_age_days": 2621 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2619 + "author_account_age_days": 2621 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2740 + "author_account_age_days": 2742 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 429 + "author_account_age_days": 431 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 419 + "author_account_age_days": 421 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-10-21 22:21:13", - "author_account_age_days": 2158 + "author_account_age_days": 2160 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1571 + "author_account_age_days": 1572 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 199, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1529 + "author_account_age_days": 1531 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1689 + "author_account_age_days": 1691 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2285 + "author_account_age_days": 2287 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3123 + "author_account_age_days": 3125 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 446 + "author_account_age_days": 448 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5189 + "author_account_age_days": 5191 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 122 + "author_account_age_days": 124 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3665 + "author_account_age_days": 3667 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1831 + "author_account_age_days": 1833 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2600 + "author_account_age_days": 2602 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1906 + "author_account_age_days": 1908 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1906 + "author_account_age_days": 1908 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-09 22:44:02", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 414 + "author_account_age_days": 416 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 784 + "author_account_age_days": 786 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 601 + "author_account_age_days": 603 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5093 + "author_account_age_days": 5094 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 150, + "stars": 151, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 647 + "author_account_age_days": 649 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 192, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4898 + "author_account_age_days": 4900 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2475 + "author_account_age_days": 2477 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2475 + "author_account_age_days": 2477 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1656 + "author_account_age_days": 1658 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 76, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 608, + "stars": 618, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2328 + "author_account_age_days": 2330 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 59, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2328 + "author_account_age_days": 2330 + }, + "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { + "stars": 0, + "last_update": "2024-11-18 14:23:14", + "author_account_age_days": 4 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 502 + "author_account_age_days": 504 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4692 + "author_account_age_days": 4694 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4692 + "author_account_age_days": 4694 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1086 + "author_account_age_days": 1088 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2798 + "author_account_age_days": 2799 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2559 + "author_account_age_days": 2561 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 51, + "stars": 53, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1519 + "author_account_age_days": 1520 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1835 + "author_account_age_days": 1837 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4512 + "author_account_age_days": 4514 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 100, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 823 + "author_account_age_days": 825 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 621, - "last_update": "2024-11-15 21:14:20", - "author_account_age_days": 268 + "stars": 635, + "last_update": "2024-11-18 06:12:09", + "author_account_age_days": 269 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4310 + "author_account_age_days": 4312 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 698 + "author_account_age_days": 700 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 219, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, - "last_update": "2024-10-03 03:20:23", - "author_account_age_days": 537 + "last_update": "2024-11-18 03:47:34", + "author_account_age_days": 538 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 194 + "author_account_age_days": 196 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1951 + "author_account_age_days": 1953 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4560 + "author_account_age_days": 4562 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2401 + "author_account_age_days": 2403 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3681 + "author_account_age_days": 3683 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2463 + "author_account_age_days": 2465 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 105 + "author_account_age_days": 107 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 105 + "author_account_age_days": 107 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3004 + "author_account_age_days": 3006 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 2, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2024 + "author_account_age_days": 2026 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2024 + "author_account_age_days": 2026 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4027 + "author_account_age_days": 4029 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4027 + "author_account_age_days": 4029 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4027 + "author_account_age_days": 4029 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4027 + "author_account_age_days": 4029 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "stars": 128, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5013 + "author_account_age_days": 5015 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4694 + "author_account_age_days": 4696 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 305 + "author_account_age_days": 307 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4175 + "author_account_age_days": 4177 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { - "stars": 1, + "stars": 4, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 571 + "author_account_age_days": 573 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2475 + "author_account_age_days": 2477 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 77, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2276 + "author_account_age_days": 2278 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5269 + "author_account_age_days": 5271 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1382 + "author_account_age_days": 1384 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4388 + "author_account_age_days": 4390 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 303 + "author_account_age_days": 305 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 48, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1175 + "author_account_age_days": 1177 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2245 + "author_account_age_days": 2246 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3322 + "author_account_age_days": 3323 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 50 + "author_account_age_days": 52 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5225 + "author_account_age_days": 5227 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 380 + "author_account_age_days": 382 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4083 + "author_account_age_days": 4085 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 933 + "author_account_age_days": 934 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3460 + "author_account_age_days": 3462 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4107 + "author_account_age_days": 4109 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4263 + "author_account_age_days": 4265 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2681 + "author_account_age_days": 2683 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4229 + "author_account_age_days": 4231 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3983 + "author_account_age_days": 3985 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1021 + "author_account_age_days": 1023 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4270 + "author_account_age_days": 4272 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 701 + "author_account_age_days": 703 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 563 + "author_account_age_days": 565 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 258 + "author_account_age_days": 260 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 180, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2925 + "author_account_age_days": 2927 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5344 + "author_account_age_days": 5346 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 2, "last_update": "2024-11-15 03:03:13", - "author_account_age_days": 821 + "author_account_age_days": 823 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3084 + "author_account_age_days": 3085 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1968 + "author_account_age_days": 1970 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3043 + "author_account_age_days": 3045 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 151 - }, - "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 0, - "last_update": "2024-11-16 12:13:29", - "author_account_age_days": 717 + "author_account_age_days": 152 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2921 + "author_account_age_days": 2923 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4737 + "author_account_age_days": 4739 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 833 + "author_account_age_days": 835 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4162 + "author_account_age_days": 4164 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 300, + "stars": 301, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3604 + "author_account_age_days": 3606 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2128 + "author_account_age_days": 2130 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index fee1550a..6eb314b3 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,57 @@ + { + "author": "BIMer-99", + "title": "Comfyui_Hunyuan3D_EX", + "reference": "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX", + "files": [ + "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX" + ], + "install_type": "git-clone", + "description": "This is a custom node designed to simplify the use of Hunyuan3D in ComfyUI" + }, + { + "author": "VikramxD", + "title": "VEnhancer ComfyUI Extension", + "reference": "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper", + "files": [ + "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI workflow for VEnhancer Inference" + }, + { + "author": "vuongminh1907", + "title": "ComfyUI_ZenID", + "reference": "https://github.com/vuongminh1907/ComfyUI_ZenID", + "files": [ + "https://github.com/vuongminh1907/ComfyUI_ZenID" + ], + "install_type": "git-clone", + "description": "Inspired by [a/InstantID](https://github.com/instantX-research/InstantID) and [a/InstantID Comfy](https://github.com/cubiq/ComfyUI_InstantID)\nThis ZenID Node has been refactored for specialized tasks like Face Swap" + }, + { + "author": "Black-Lioness", + "title": "Filename Generator Node for ComfyUI", + "reference": "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator", + "files": [ + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that generates realistic filenames and file paths for various digital media formats. Perfect for creating authentic-looking file paths for your workflows." + }, + { + "author": "yorkane", + "title": "ComfyUI-KYNode", + "reference": "https://github.com/yorkane/ComfyUI-KYNode", + "files": [ + "https://github.com/yorkane/ComfyUI-KYNode" + ], + "install_type": "git-clone", + "description": "NODES:Advanced Lying Sigma Sampler, Save Image To target Path" + }, + { "author": "zer0thgear", "title": "zer0 Comfy Utilities", @@ -638,57 +689,6 @@ ], "install_type": "git-clone", "description": "ComfyUI-ASV-Nodes make prompting easier." - }, - { - "author": "Makki_Shizu", - "title": "ComfyUI-Prompt-Wildcards", - "id": "Prompt-Wildcards", - "reference": "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards", - "files": [ - "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards" - ], - "install_type": "git-clone", - "description": "Optional wildcards in ComfyUI" - }, - { - "author": "dafeng012", - "title": "comfyui-imgmake", - "reference": "https://github.com/dafeng012/comfyui-imgmake", - "files": [ - "https://github.com/dafeng012/comfyui-imgmake" - ], - "install_type": "git-clone", - "description": "This extension integrates ebsynth_utility into comfyui, and I've written some of my own nodes for secondary use." - }, - { - "author": "KoreTeknology", - "title": "ComfyUI Compositing Nodes Pack", - "reference": "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack", - "files": [ - "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack" - ], - "install_type": "git-clone", - "description": "This is set of custom nodes for your ComfyUI1 local installation. It offers the very basic nodes that are missing in the official 'Vanilla' package. It is a research Node based project on Artificial Intelligence using ComfyUI visual editor. This repository also includes a set of workflows to test the nodes." - }, - { - "author": "zubenelakrab", - "title": "ComfyUI Neural Nodes", - "reference": "https://github.com/xobiomesh/ComfyUI_xObiomesh", - "files": [ - "https://github.com/xobiomesh/ComfyUI_xObiomesh" - ], - "install_type": "git-clone", - "description": "An advanced ComfyUI extension that enables multi-agent LLM conversations using Ollama models." - }, - { - "author": "catboxanon", - "title": "comfyui_stealth_pnginfo", - "reference": "https://github.com/catboxanon/comfyui_stealth_pnginfo", - "files": [ - "https://github.com/catboxanon/comfyui_stealth_pnginfo" - ], - "install_type": "git-clone", - "description": "Fork of [a/sd_webui_stealth_pnginfo](https://github.com/ashen-sensored/sd_webui_stealth_pnginfo) with ComfyUI support." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 01a41aac..5a16843f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1462,6 +1462,18 @@ "title_aux": "ComfyUI_RSS_Feed_Reader" } ], + "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": [ + [ + "GenerateSixViews", + "Hunyuan3DNode", + "RemoveBackground", + "SquareImage", + "TriMeshViewer" + ], + { + "title_aux": "Comfyui_Hunyuan3D_EX" + } + ], "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": [ [ "ListOfImages", @@ -1761,6 +1773,14 @@ "title_aux": "DynamicPose-ComfyUI" } ], + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": [ + [ + "FilenameGenerator" + ], + { + "title_aux": "Filename Generator Node for ComfyUI" + } + ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -7669,6 +7689,19 @@ "title_aux": "roblox-comfyui-nodes" } ], + "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": [ + [ + "MultiGPUInference", + "MultiGPUVEnhancerLoader", + "SingleGPUInference", + "SingleGPUVEnhancerLoader", + "VideoLoader", + "VideoSaver" + ], + { + "title_aux": "VEnhancer ComfyUI Extension" + } + ], "https://github.com/Visionatrix/ComfyUI-Visionatrix": [ [ "VixUiCheckbox", @@ -10646,6 +10679,7 @@ "LayerFilter: SoftLight", "LayerFilter: WaterColor", "LayerMask: BBoxJoin", + "LayerMask: BenUltra", "LayerMask: BiRefNetUltra", "LayerMask: BiRefNetUltraV2", "LayerMask: BlendIf Mask", @@ -10655,6 +10689,7 @@ "LayerMask: Florence2Ultra", "LayerMask: HumanPartsUltra", "LayerMask: ImageToMask", + "LayerMask: LoadBenModel", "LayerMask: LoadBiRefNetModel", "LayerMask: LoadBiRefNetModelV2", "LayerMask: LoadFlorence2Model", @@ -11375,6 +11410,7 @@ "SelfAttentionGuidance", "SetLatentNoiseMask", "SetUnionControlNetType", + "SkipLayerGuidanceDiT", "SkipLayerGuidanceSD3", "SolidMask", "SplitImageWithAlpha", @@ -17116,9 +17152,11 @@ [ "AddFluxFlow", "ApplyFluxRaveAttention", + "ApplyRefFlux", "ConfigureModifiedFlux", "FlowEditForwardSampler", "FlowEditReverseSampler", + "FluxAttnOverride", "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", @@ -17127,9 +17165,11 @@ "InFluxFlipSigmas", "InFluxModelSamplingPred", "OutFluxModelSamplingPred", + "PAGAttention", "PrepareAttnBank", "RFDoubleBlocksOverride", - "RFSingleBlocksOverride" + "RFSingleBlocksOverride", + "SEGAttention" ], { "title_aux": "ComfyUI-Fluxtapoz" @@ -17827,6 +17867,7 @@ "LF_UsageStatistics", "LF_VAESelector", "LF_ViewImages", + "LF_VignetteEffect", "LF_WallOfText", "LF_WriteJSON" ], @@ -22065,6 +22106,17 @@ "title_aux": "Kandinsky 2.2 ComfyUI Plugin" } ], + "https://github.com/vuongminh1907/ComfyUI_ZenID": [ + [ + "ApplyZenID", + "InstantIDFaceAnalysis", + "InstantIDModelLoader", + "ZenIDCombineFace" + ], + { + "title_aux": "ComfyUI_ZenID" + } + ], "https://github.com/wTechArtist/ComfyUI-CustomNodes": [ [ "GPT4 WWL", @@ -22639,6 +22691,7 @@ "easy dynamiCrafterLoader", "easy float", "easy fluxLoader", + "easy fluxPromptGenAPI", "easy forLoopEnd", "easy forLoopStart", "easy fullCascadeKSampler", @@ -22868,6 +22921,15 @@ "title_aux": "ComfyUI-Background-Edit" } ], + "https://github.com/yorkane/ComfyUI-KYNode": [ + [ + "AdvancedLyingSigmaSampler", + "KY_SaveImageToPath" + ], + { + "title_aux": "ComfyUI-KYNode" + } + ], "https://github.com/youyegit/tdxh_node_comfyui": [ [ "TdxhBoolNumber", From b8dfdfa31d80681873f1caaebeaad6ca1bd13a52 Mon Sep 17 00:00:00 2001 From: amaozhao Date: Tue, 19 Nov 2024 20:53:11 +0800 Subject: [PATCH 18/46] Update ComfyUI_DeployCash (#1244) * Update custom-node-list.json add DeployCash * Update custom-node-list.json reset DeployCash * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9eb6f1de..c1e1788e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17312,6 +17312,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "amaozhao", + "title": "ComfyUI_DeployCash", + "id": "ComfyUI_DeployCash", + "reference": "https://github.com/jacklukai/ComfyUI_DeployCash", + "files": [ + "https://github.com/jacklukai/ComfyUI_DeployCash" + ], + "install_type": "git-clone", + "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." } ] } From 81929b9ec1a6c88d3e20910a4fad4fe36ae7a94e Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 19 Nov 2024 21:56:04 +0900 Subject: [PATCH 19/46] update DB --- custom-node-list.json | 25 +- extension-node-map.json | 46 +- github-stats.json | 2716 ++++++++++++++------------- node_db/dev/custom-node-list.json | 50 + node_db/dev/extension-node-map.json | 43 + node_db/dev/github-stats.json | 417 ++-- node_db/new/custom-node-list.json | 24 +- node_db/new/extension-node-map.json | 46 +- 8 files changed, 1748 insertions(+), 1619 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index c1e1788e..4fbe6883 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16826,9 +16826,9 @@ "author": "amaozhao", "title": "ComfyUI_DeployCash", "id": "ComfyUI_DeployCash", - "reference": "https://github.com/amaozhao/ComfyUI_DeployCash", + "reference": "https://github.com/jacklukai/ComfyUI_DeployCash", "files": [ - "https://github.com/amaozhao/ComfyUI_DeployCash" + "https://github.com/jacklukai/ComfyUI_DeployCash" ], "install_type": "git-clone", "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." @@ -16895,14 +16895,14 @@ "description": "NODES:Advanced Lying Sigma Sampler, Save Image To target Path" }, { - "author": "Black-Lioness", - "title": "Filename Generator Node for ComfyUI", - "reference": "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator", + "author": "c0ffymachyne", + "title": "ComfyUI Signal Processing", + "reference": "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing", "files": [ - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator" + "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing" ], "install_type": "git-clone", - "description": "A ComfyUI node that generates realistic filenames and file paths for various digital media formats. Perfect for creating authentic-looking file paths for your workflows." + "description": "NODES:SignalProcessingPaulStretch, SignalProcessingPadSynth, SignalProcessingFilter, SignalProcessingLoadAudio.\nThis repo contains 4 nodes for ComfyUI that allows for audio filtering" }, @@ -17312,17 +17312,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "amaozhao", - "title": "ComfyUI_DeployCash", - "id": "ComfyUI_DeployCash", - "reference": "https://github.com/jacklukai/ComfyUI_DeployCash", - "files": [ - "https://github.com/jacklukai/ComfyUI_DeployCash" - ], - "install_type": "git-clone", - "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 5a16843f..b1dd640f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1368,6 +1368,7 @@ "ARD Save Image", "ARD Seed", "ARD Text Box", + "ARD Text Box Counter", "ARD XY Scripts" ], { @@ -1773,14 +1774,6 @@ "title_aux": "DynamicPose-ComfyUI" } ], - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": [ - [ - "FilenameGenerator" - ], - { - "title_aux": "Filename Generator Node for ComfyUI" - } - ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -9198,16 +9191,6 @@ "title_aux": "Dream Video Batches" } ], - "https://github.com/amaozhao/ComfyUI_DeployCash": [ - [ - "DeployCash", - "DeployCash_saveImage", - "DeployCash_textInput" - ], - { - "title_aux": "ComfyUI_DeployCash" - } - ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", @@ -10009,6 +9992,17 @@ "title_aux": "ComfyUI_SUNoise" } ], + "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": [ + [ + "SignalProcessingFilter", + "SignalProcessingLoadAudio", + "SignalProcessingPadSynth", + "SignalProcessingPaulStretch" + ], + { + "title_aux": "ComfyUI Signal Processing" + } + ], "https://github.com/caleboleary/ComfyUI-Arc2Face": [ [ "Arc2FaceEncoderLoader", @@ -13676,6 +13670,7 @@ "GlifVariable", "HFHubEmbeddingLoader", "HFHubLoraLoader", + "ImagePaddingAdvanced", "ImageToMultipleOf", "LoraLoaderFromURL", "SDXLAspectRatio" @@ -14778,6 +14773,16 @@ "title_aux": "iwanders/ComfyUI_nodes" } ], + "https://github.com/jacklukai/ComfyUI_DeployCash": [ + [ + "DeployCash", + "DeployCash_saveImage", + "DeployCash_textInput" + ], + { + "title_aux": "ComfyUI_DeployCash" + } + ], "https://github.com/jags111/ComfyUI_Jags_Audiotools": [ [ "BatchJoinAudio", @@ -17795,10 +17800,11 @@ "LF_CharacterImpersonator", "LF_CheckpointSelector", "LF_CivitAIMetadataSetup", - "LF_ClarityEffect", + "LF_Clarity", "LF_ColorAnalysis", "LF_CompareImages", "LF_ControlPanel", + "LF_Desaturation", "LF_DisplayBoolean", "LF_DisplayFloat", "LF_DisplayInteger", @@ -17867,7 +17873,7 @@ "LF_UsageStatistics", "LF_VAESelector", "LF_ViewImages", - "LF_VignetteEffect", + "LF_Vignette", "LF_WallOfText", "LF_WriteJSON" ], diff --git a/github-stats.json b/github-stats.json index 288b97a6..e493743f 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,67 +2,67 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 89, + "stars": 92, "last_update": "2024-11-14 07:59:57", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 21, + "stars": 32, "last_update": "2024-11-18 01:14:27", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1109, + "stars": 1113, "last_update": "2024-10-01 14:40:46", "author_account_age_days": 352 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 59, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 34, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 3, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 93, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, @@ -72,7 +72,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 24, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 12, @@ -82,27 +82,27 @@ "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 70, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4197 + "author_account_age_days": 4198 }, "https://github.com/6174/comflowy-nodes": { "stars": 9, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 14, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, @@ -122,267 +122,267 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 104, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 5, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 68, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 282, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 100, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 338, + "stars": 339, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 19, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { - "stars": 15, + "stars": 17, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 146, + "stars": 149, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 31, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1740, + "stars": 1743, "last_update": "2024-11-04 06:58:06", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 274, + "stars": 275, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 20, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 328, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 186, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 866, @@ -397,57 +397,57 @@ "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "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": 1673 + "author_account_age_days": 1674 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 238, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3814 + "author_account_age_days": 3815 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 688, + "stars": 690, "last_update": "2024-11-03 19:09:09", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 315, + "stars": 318, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -457,22 +457,22 @@ "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 885, + "stars": 888, "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 269, + "stars": 270, "last_update": "2024-11-16 21:51:44", - "author_account_age_days": 5359 + "author_account_age_days": 5360 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, @@ -487,37 +487,37 @@ "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 25 + "author_account_age_days": 26 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 25 + "author_account_age_days": 26 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3536 + "author_account_age_days": 3537 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, - "last_update": "2024-11-18 06:22:28", + "last_update": "2024-11-18 23:53:50", "author_account_age_days": 274 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 699, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, @@ -532,37 +532,37 @@ "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2796 + "author_account_age_days": 2797 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 0, "last_update": "2024-11-18 14:26:02", - "author_account_age_days": 1379 + "author_account_age_days": 1380 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, @@ -572,27 +572,27 @@ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 361, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 22, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1031, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, @@ -625,7 +625,7 @@ "author_account_age_days": 1019 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { - "stars": 60, + "stars": 61, "last_update": "2024-08-01 08:01:48", "author_account_age_days": 1019 }, @@ -637,12 +637,12 @@ "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { - "stars": 1, - "last_update": "2024-11-17 19:39:16", - "author_account_age_days": 1002 + "stars": 2, + "last_update": "2024-11-19 00:40:20", + "author_account_age_days": 1003 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, @@ -652,22 +652,22 @@ "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 321, @@ -702,12 +702,12 @@ "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 33, @@ -732,27 +732,27 @@ "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 151, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2013 + "author_account_age_days": 2014 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2013 + "author_account_age_days": 2014 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2013 + "author_account_age_days": 2014 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, @@ -762,17 +762,17 @@ "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5244 + "author_account_age_days": 5245 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { - "stars": 10, + "stars": 11, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2559 + "author_account_age_days": 2560 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2559 + "author_account_age_days": 2560 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 68, @@ -787,12 +787,12 @@ "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, "last_update": "2024-11-17 16:57:41", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, @@ -807,7 +807,7 @@ "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, @@ -822,17 +822,17 @@ "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4362 + "author_account_age_days": 4363 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, @@ -852,12 +852,12 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1607 + "author_account_age_days": 1608 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, @@ -872,77 +872,77 @@ "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1179 + "author_account_age_days": 1180 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1179 + "author_account_age_days": 1180 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 63, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4864 + "author_account_age_days": 4865 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2767 + "author_account_age_days": 2768 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2925 + "author_account_age_days": 2926 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 116 + "author_account_age_days": 117 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 180, + "stars": 182, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3746 + "author_account_age_days": 3747 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, @@ -995,7 +995,7 @@ "author_account_age_days": 3297 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 502, + "stars": 503, "last_update": "2024-10-11 04:50:47", "author_account_age_days": 3279 }, @@ -1020,7 +1020,7 @@ "author_account_age_days": 3279 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2300, + "stars": 2301, "last_update": "2024-10-28 22:08:11", "author_account_age_days": 3279 }, @@ -1032,7 +1032,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2902 + "author_account_age_days": 2903 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 11, @@ -1042,22 +1042,22 @@ "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2126 + "author_account_age_days": 2127 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 395, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2126 + "author_account_age_days": 2127 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 69, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 209, @@ -1067,42 +1067,42 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, @@ -1112,22 +1112,22 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, @@ -1135,54 +1135,54 @@ "author_account_age_days": 4715 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { - "stars": 34, + "stars": 35, "last_update": "2024-11-08 09:59:45", "author_account_age_days": 817 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { - "stars": 53, - "last_update": "2024-11-17 17:48:03", - "author_account_age_days": 812 + "stars": 54, + "last_update": "2024-11-18 18:49:22", + "author_account_age_days": 813 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1608, + "stars": 1610, "last_update": "2024-11-17 14:03:31", "author_account_age_days": 1267 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 49, "last_update": "2024-11-18 13:47:20", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 152, + "stars": 153, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 19 + "author_account_age_days": 20 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, @@ -1192,92 +1192,92 @@ "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 86, + "stars": 88, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 6, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 20, + "stars": 21, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2389 + "author_account_age_days": 2390 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2471 + "author_account_age_days": 2472 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 95, + "stars": 104, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 60 + "author_account_age_days": 61 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3231 + "author_account_age_days": 3232 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 2, @@ -1287,22 +1287,22 @@ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, "last_update": "2024-11-12 01:38:11", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 32, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, @@ -1312,70 +1312,70 @@ "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 2, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3969 + "author_account_age_days": 3970 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 8, "last_update": "2024-11-16 15:50:43", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 13, - "last_update": "2024-11-13 17:17:41", - "author_account_age_days": 504 + "last_update": "2024-11-19 11:57:39", + "author_account_age_days": 505 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 66, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 51, + "stars": 52, "last_update": "2024-05-22 20:39:14", "author_account_age_days": 463 }, @@ -1387,12 +1387,12 @@ "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2700 + "author_account_age_days": 2701 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, @@ -1402,12 +1402,12 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5033 + "author_account_age_days": 5034 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, @@ -1417,20 +1417,20 @@ "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 80, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 352, + "stars": 356, "last_update": "2024-11-04 17:57:27", "author_account_age_days": 2327 }, @@ -1447,12 +1447,12 @@ "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3317 + "author_account_age_days": 3318 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-18 16:29:11", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, @@ -1472,27 +1472,27 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 27, "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 34, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 259, + "stars": 260, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 171, @@ -1502,42 +1502,42 @@ "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3337 + "author_account_age_days": 3338 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3337 + "author_account_age_days": 3338 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 608, + "stars": 610, "last_update": "2024-11-17 14:35:49", - "author_account_age_days": 3863 + "author_account_age_days": 3864 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2760, + "stars": 2762, "last_update": "2024-11-17 15:08:18", - "author_account_age_days": 3863 + "author_account_age_days": 3864 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 605, - "last_update": "2024-10-31 02:41:17", - "author_account_age_days": 3863 + "last_update": "2024-11-18 20:52:33", + "author_account_age_days": 3864 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, @@ -1547,62 +1547,62 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 384, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 1, "last_update": "2024-11-18 03:39:25", - "author_account_age_days": 6 + "author_account_age_days": 7 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 95, + "stars": 96, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/Lerc/canvas_tab": { "stars": 164, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 129 + "author_account_age_days": 130 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 135, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, @@ -1612,12 +1612,12 @@ "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, @@ -1627,77 +1627,77 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3004 + "author_account_age_days": 3005 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3004 + "author_account_age_days": 3005 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 27, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 48, - "last_update": "2024-11-15 16:16:21", - "author_account_age_days": 1752 + "last_update": "2024-11-19 09:55:53", + "author_account_age_days": 1753 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 22, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 159, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 114, @@ -1717,57 +1717,57 @@ "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3043 + "author_account_age_days": 3044 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3324 + "author_account_age_days": 3325 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 94, @@ -1805,69 +1805,69 @@ "author_account_age_days": 213 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 15, + "stars": 16, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2663 + "author_account_age_days": 2664 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 29, "last_update": "2024-11-17 22:32:37", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 153, + "stars": 154, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 23, + "stars": 24, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 15, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 134 + "author_account_age_days": 135 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2372, + "stars": 2373, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1708 + "author_account_age_days": 1709 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 499, + "stars": 500, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1708 + "author_account_age_days": 1709 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3738 + "author_account_age_days": 3739 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, - "last_update": "2024-11-18 12:31:35", - "author_account_age_days": 3868 + "last_update": "2024-11-18 22:20:47", + "author_account_age_days": 3869 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 35, @@ -1877,37 +1877,37 @@ "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 46, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 25, + "stars": 26, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3827 + "author_account_age_days": 3828 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, @@ -1945,69 +1945,69 @@ "author_account_age_days": 5297 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 654, + "stars": 655, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3978 + "author_account_age_days": 3979 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2130 + "author_account_age_days": 2131 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2993 + "author_account_age_days": 2994 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4626 + "author_account_age_days": 4627 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 514, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4626 + "author_account_age_days": 4627 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 79, @@ -2022,22 +2022,22 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 13, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1812 + "author_account_age_days": 1813 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2975 + "author_account_age_days": 2976 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, @@ -2047,17 +2047,17 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3790 + "author_account_age_days": 3791 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5372 + "author_account_age_days": 5373 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, @@ -2067,7 +2067,7 @@ "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, @@ -2077,47 +2077,47 @@ "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1874, + "stars": 1877, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, @@ -2127,32 +2127,32 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 33, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 51 + "author_account_age_days": 52 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-14 12:18:11", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, @@ -2162,7 +2162,7 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 8, @@ -2187,7 +2187,7 @@ "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 71, @@ -2202,57 +2202,57 @@ "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 56, + "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 319, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3343 + "author_account_age_days": 3344 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 111, + "stars": 114, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 60, + "stars": 61, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 9, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 47, @@ -2267,67 +2267,67 @@ "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 67, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 44, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 3, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { - "stars": 10, + "stars": 11, "last_update": "2024-09-28 11:30:22", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, @@ -2342,7 +2342,7 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, @@ -2352,7 +2352,7 @@ "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, @@ -2375,34 +2375,34 @@ "author_account_age_days": 3671 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { - "stars": 20, + "stars": 21, "last_update": "2024-06-14 07:09:03", "author_account_age_days": 3671 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4394 + "author_account_age_days": 4395 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-16 17:39:05", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 47, + "stars": 48, "last_update": "2024-10-06 04:00:55", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 48, @@ -2417,67 +2417,67 @@ "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3693 + "author_account_age_days": 3694 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 438, + "stars": 439, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 138, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 236 + "author_account_age_days": 237 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3725 + "author_account_age_days": 3726 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 682, @@ -2487,7 +2487,7 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 28, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3519 + "author_account_age_days": 3520 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, @@ -2495,69 +2495,69 @@ "author_account_age_days": 677 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 113, + "stars": 114, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3838 + "author_account_age_days": 3839 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3838 + "author_account_age_days": 3839 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { - "stars": 139, + "stars": 140, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 369, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-07-26 05:36:12", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 12, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 107, + "stars": 108, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 252, + "stars": 314, "last_update": "2024-11-15 14:36:31", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { - "stars": 21, + "stars": 22, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 310, + "stars": 314, "last_update": "2024-11-17 07:31:26", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, @@ -2567,22 +2567,22 @@ "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2362 + "author_account_age_days": 2363 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2362 + "author_account_age_days": 2363 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2362 + "author_account_age_days": 2363 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3364 + "author_account_age_days": 3365 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, @@ -2602,67 +2602,67 @@ "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 341, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 80, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2859 + "author_account_age_days": 2860 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 395, + "stars": 396, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 418, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { - "stars": 38, + "stars": 39, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4000 + "author_account_age_days": 4001 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4000 + "author_account_age_days": 4001 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3527 + "author_account_age_days": 3528 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 212, @@ -2672,27 +2672,27 @@ "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 158, + "stars": 159, "last_update": "2024-11-11 09:01:08", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 11, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, @@ -2701,13 +2701,13 @@ }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 3, - "last_update": "2024-11-18 17:47:08", - "author_account_age_days": 1503 + "last_update": "2024-11-18 19:38:19", + "author_account_age_days": 1504 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2024-11-14 13:23:08", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 42, @@ -2717,47 +2717,47 @@ "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2057 + "author_account_age_days": 2058 }, "https://github.com/WASasquatch/ASTERR": { "stars": 19, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 110, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { "stars": 1218, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4772 + "author_account_age_days": 4773 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, @@ -2767,32 +2767,32 @@ "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3899 + "author_account_age_days": 3900 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1110, + "stars": 1115, "last_update": "2024-10-30 12:51:21", "author_account_age_days": 105 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 159, @@ -2802,37 +2802,37 @@ "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 88, + "stars": 89, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, "last_update": "2024-11-13 22:18:48", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 933 + "author_account_age_days": 934 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 350, @@ -2850,7 +2850,7 @@ "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 698, + "stars": 700, "last_update": "2024-05-22 14:14:18", "author_account_age_days": 487 }, @@ -2865,7 +2865,7 @@ "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1347, + "stars": 1348, "last_update": "2024-05-22 13:57:55", "author_account_age_days": 487 }, @@ -2900,7 +2900,7 @@ "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 106, + "stars": 107, "last_update": "2024-05-22 13:40:44", "author_account_age_days": 487 }, @@ -2920,7 +2920,7 @@ "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 618, + "stars": 619, "last_update": "2024-05-22 13:01:07", "author_account_age_days": 487 }, @@ -2932,17 +2932,17 @@ "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5687 + "author_account_age_days": 5688 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, @@ -2962,7 +2962,7 @@ "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4949 + "author_account_age_days": 4950 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, @@ -2977,7 +2977,7 @@ "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, @@ -2990,44 +2990,44 @@ "author_account_age_days": 851 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 245, + "stars": 246, "last_update": "2024-07-09 14:21:09", "author_account_age_days": 5164 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2369 + "author_account_age_days": 2370 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -3037,7 +3037,7 @@ "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 78, "last_update": "2024-10-29 08:21:36", - "author_account_age_days": 4695 + "author_account_age_days": 4696 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, @@ -3047,62 +3047,62 @@ "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 15, "last_update": "2024-11-06 22:29:13", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 166, + "stars": 167, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 171, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 43, + "stars": 60, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2481 + "author_account_age_days": 2482 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2481 + "author_account_age_days": 2482 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 1, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 9, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3637 + "author_account_age_days": 3638 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, @@ -3115,7 +3115,7 @@ "author_account_age_days": 1344 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 12, + "stars": 13, "last_update": "2024-07-31 13:51:14", "author_account_age_days": 1344 }, @@ -3142,62 +3142,62 @@ "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 50, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 84, "last_update": "2024-11-17 20:28:12", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2141 + "author_account_age_days": 2142 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 84, "last_update": "2024-11-17 06:16:02", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 63, + "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 12, @@ -3207,42 +3207,42 @@ "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 26, "last_update": "2024-11-14 14:38:39", - "author_account_age_days": 2492 + "author_account_age_days": 2493 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-16 12:15:09", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 204, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 97, + "stars": 98, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2495 + "author_account_age_days": 2496 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, @@ -3257,7 +3257,7 @@ "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 246, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, @@ -3267,7 +3267,7 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, @@ -3282,22 +3282,22 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 978 + "author_account_age_days": 979 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 9, "last_update": "2024-11-13 08:11:28", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/banodoco/steerable-motion": { - "stars": 839, + "stars": 840, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, @@ -3305,9 +3305,9 @@ "author_account_age_days": 4274 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 113, + "stars": 114, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, @@ -3317,57 +3317,57 @@ "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, "last_update": "2024-11-15 00:57:39", - "author_account_age_days": 2057 + "author_account_age_days": 2058 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3654 + "author_account_age_days": 3655 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 43, "last_update": "2024-11-16 11:18:56", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 35, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 14, "last_update": "2024-11-16 17:44:36", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 111, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 23, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 156, + "stars": 157, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, @@ -3377,32 +3377,32 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, @@ -3412,22 +3412,22 @@ "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-11-18 01:28:57", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4245 + "author_account_age_days": 4246 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, @@ -3442,37 +3442,42 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5302 + "author_account_age_days": 5303 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4833 + "author_account_age_days": 4834 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1322 + "author_account_age_days": 1323 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1322 + "author_account_age_days": 1323 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1322 + "author_account_age_days": 1323 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1322 + "author_account_age_days": 1323 + }, + "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": { + "stars": 0, + "last_update": "2024-11-19 06:58:48", + "author_account_age_days": 4663 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, @@ -3491,18 +3496,18 @@ }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, - "last_update": "2024-11-12 04:10:25", - "author_account_age_days": 678 + "last_update": "2024-11-19 05:25:40", + "author_account_age_days": 679 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 354, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1351 + "author_account_age_days": 1352 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1351 + "author_account_age_days": 1352 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, @@ -3512,52 +3517,52 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 31, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 111, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1300 + "author_account_age_days": 1301 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, @@ -3640,7 +3645,7 @@ "author_account_age_days": 4981 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 208, + "stars": 210, "last_update": "2024-05-22 22:25:07", "author_account_age_days": 4981 }, @@ -3702,7 +3707,7 @@ "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, @@ -3712,57 +3717,57 @@ "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1677 + "author_account_age_days": 1678 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 237, + "stars": 240, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 19, + "stars": 20, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1506, + "stars": 1512, "last_update": "2024-11-17 12:45:35", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 108, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 94, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/choey/Comfy-Topaz": { "stars": 60, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5670 + "author_account_age_days": 5671 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, @@ -3772,32 +3777,32 @@ "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 69, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 33, - "last_update": "2024-11-18 05:15:49", - "author_account_age_days": 4212 + "last_update": "2024-11-19 01:01:28", + "author_account_age_days": 4213 }, "https://github.com/chrisgoringe/cg-image-picker": { "stars": 262, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4212 + "author_account_age_days": 4213 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4212 + "author_account_age_days": 4213 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4212 + "author_account_age_days": 4213 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 502, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4212 + "author_account_age_days": 4213 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, @@ -3807,92 +3812,92 @@ "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 26, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5517 + "author_account_age_days": 5518 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1029, + "stars": 1033, "last_update": "2024-11-06 13:04:04", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 78, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 389, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 348, + "stars": 349, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 246, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 135, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -3907,142 +3912,142 @@ "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56987, - "last_update": "2024-11-18 18:12:27", - "author_account_age_days": 696 + "stars": 57151, + "last_update": "2024-11-19 12:32:09", + "author_account_age_days": 697 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 511, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 161, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4810 + "author_account_age_days": 4811 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 97, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4810 + "author_account_age_days": 4811 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 817, + "stars": 818, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4264 + "author_account_age_days": 4265 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4264 + "author_account_age_days": 4265 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 69, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 338, + "stars": 339, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4146, + "stars": 4151, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1300, + "stars": 1301, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 606, + "stars": 607, "last_update": "2024-10-25 06:01:55", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 703, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2077 + "author_account_age_days": 2078 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4381 + "author_account_age_days": 4382 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 11, @@ -4072,17 +4077,17 @@ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 202, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 240, @@ -4101,8 +4106,8 @@ }, "https://github.com/darkpixel/darkprompts": { "stars": 8, - "last_update": "2024-09-10 20:37:22", - "author_account_age_days": 5471 + "last_update": "2024-11-19 04:12:59", + "author_account_age_days": 5472 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, @@ -4112,57 +4117,57 @@ "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4611 + "author_account_age_days": 4612 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 78, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, @@ -4172,57 +4177,57 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5443 + "author_account_age_days": 5444 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5443 + "author_account_age_days": 5444 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { - "stars": 9, + "stars": 10, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6121 + "author_account_age_days": 6122 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6121 + "author_account_age_days": 6122 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 192, "last_update": "2024-11-11 18:33:34", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 146, + "stars": 147, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 203, + "stars": 202, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4033 + "author_account_age_days": 4034 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 67, @@ -4232,27 +4237,27 @@ "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 107, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 274, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, @@ -4262,17 +4267,17 @@ "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -4287,42 +4292,42 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4950 + "author_account_age_days": 4951 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2610 + "author_account_age_days": 2611 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2865 + "author_account_age_days": 2866 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, @@ -4332,17 +4337,17 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2670 + "author_account_age_days": 2671 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 292, + "stars": 301, "last_update": "2024-09-24 15:03:43", "author_account_age_days": 144 }, "https://github.com/evanspearman/ComfyMath": { "stars": 83, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, @@ -4352,31 +4357,31 @@ "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1142 + "author_account_age_days": 1143 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 115, + "stars": 116, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 11, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { - "stars": 2, - "last_update": "2024-11-18 14:58:43", + "stars": 3, + "last_update": "2024-11-19 10:13:07", "author_account_age_days": 1236 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { @@ -4392,37 +4397,37 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1706 + "author_account_age_days": 1707 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5191 + "author_account_age_days": 5192 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5191 + "author_account_age_days": 5192 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5191 + "author_account_age_days": 5192 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 37, + "stars": 38, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 141, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 298, "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -4445,8 +4450,8 @@ "author_account_age_days": 341 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 912, - "last_update": "2024-09-21 09:03:50", + "stars": 913, + "last_update": "2024-11-19 12:32:15", "author_account_age_days": 341 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { @@ -4455,24 +4460,24 @@ "author_account_age_days": 341 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { - "stars": 140, + "stars": 141, "last_update": "2024-06-14 10:23:09", "author_account_age_days": 421 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 208, + "stars": 209, "last_update": "2024-06-14 09:04:51", "author_account_age_days": 421 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 433, + "stars": 434, "last_update": "2024-06-16 00:53:22", "author_account_age_days": 421 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3642 + "author_account_age_days": 3643 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, @@ -4497,7 +4502,7 @@ "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -4507,72 +4512,72 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 516, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 94, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 14, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5099 + "author_account_age_days": 5100 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, @@ -4587,46 +4592,46 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 198, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5146 + "author_account_age_days": 5147 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 153, + "stars": 154, "last_update": "2024-11-04 19:16:11", "author_account_age_days": 2645 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 32, - "last_update": "2024-09-18 18:37:02", + "last_update": "2024-11-19 11:05:07", "author_account_age_days": 721 }, "https://github.com/glowcone/comfyui-base64-to-image": { @@ -4652,7 +4657,7 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3260 + "author_account_age_days": 3261 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, @@ -4677,17 +4682,17 @@ "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2608 + "author_account_age_days": 2609 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 9, + "stars": 14, "last_update": "2024-11-14 20:05:03", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 120, @@ -4697,17 +4702,17 @@ "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 41, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3993 + "author_account_age_days": 3994 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1302 + "author_account_age_days": 1303 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4340 + "author_account_age_days": 4341 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, @@ -4717,57 +4722,57 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 61, "last_update": "2024-11-15 13:56:34", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, @@ -4780,29 +4785,29 @@ "author_account_age_days": 495 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1020, - "last_update": "2024-11-17 14:10:25", - "author_account_age_days": 3042 + "stars": 1030, + "last_update": "2024-11-19 04:14:22", + "author_account_age_days": 3043 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3042 + "author_account_age_days": 3043 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 43, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1949 + "author_account_age_days": 1950 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5259 + "author_account_age_days": 5260 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, @@ -4812,20 +4817,20 @@ "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4790 + "author_account_age_days": 4791 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 532, + "stars": 533, "last_update": "2024-08-27 18:52:24", "author_account_age_days": 3023 }, @@ -4857,12 +4862,12 @@ "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5787 + "author_account_age_days": 5788 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, @@ -4877,22 +4882,22 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4060 + "author_account_age_days": 4061 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3257 + "author_account_age_days": 3258 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, @@ -4900,34 +4905,34 @@ "author_account_age_days": 4253 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 151, + "stars": 152, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5438 + "author_account_age_days": 5439 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 517, "last_update": "2024-11-17 02:23:31", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, "last_update": "2024-11-12 09:30:45", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 30, @@ -4937,27 +4942,32 @@ "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4573 + "author_account_age_days": 4574 + }, + "https://github.com/jacklukai/ComfyUI_DeployCash": { + "stars": 0, + "last_update": "2024-11-14 08:16:29", + "author_account_age_days": 131 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4018 + "author_account_age_days": 4019 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4018 + "author_account_age_days": 4019 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 995, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4018 + "author_account_age_days": 4019 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 38, @@ -4972,12 +4982,12 @@ "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 63, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, @@ -4987,27 +4997,27 @@ "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 127, - "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3799 + "last_update": "2024-11-19 01:16:54", + "author_account_age_days": 3800 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3184 + "author_account_age_days": 3185 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 289, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/jitcoder/lora-info": { "stars": 64, @@ -5017,7 +5027,7 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, @@ -5027,37 +5037,37 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4744 + "author_account_age_days": 4745 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4131 + "author_account_age_days": 4132 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 354, + "stars": 357, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4945 + "author_account_age_days": 4946 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, @@ -5067,27 +5077,27 @@ "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 13, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 64, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 146, "last_update": "2024-11-12 12:15:46", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 56, "last_update": "2024-11-11 04:37:48", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, @@ -5097,7 +5107,7 @@ "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, @@ -5117,287 +5127,287 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1759 + "author_account_age_days": 1760 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1759 + "author_account_age_days": 1760 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1759 + "author_account_age_days": 1760 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1759 + "author_account_age_days": 1760 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2808 + "author_account_age_days": 2809 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 160, + "stars": 161, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1106 + "author_account_age_days": 1107 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 163, + "stars": 164, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 186, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 891, - "last_update": "2024-11-17 20:23:46", - "author_account_age_days": 2330 + "stars": 899, + "last_update": "2024-11-19 01:04:28", + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 154, + "stars": 155, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 112, + "stars": 113, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 202, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 631, + "stars": 632, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 757, + "stars": 758, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 495, + "stars": 498, "last_update": "2024-11-11 09:14:43", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 133, + "stars": 134, "last_update": "2024-11-10 15:40:55", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 769, + "stars": 775, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 656, - "last_update": "2024-11-15 15:24:32", - "author_account_age_days": 2330 + "stars": 657, + "last_update": "2024-11-19 09:56:12", + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 560, + "stars": 561, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { - "stars": 53, + "stars": 54, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1644, + "stars": 1647, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 87, + "stars": 88, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 185, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 466, + "stars": 468, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 333, + "stars": 334, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 29, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 294, + "stars": 297, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1587, + "stars": 1589, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 159, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 92, + "stars": 93, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 648, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 25, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 174, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2667 + "author_account_age_days": 2668 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, @@ -5412,112 +5422,112 @@ "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 27, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_M3Net": { - "stars": 9, + "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 2, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, @@ -5526,8 +5536,8 @@ }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, - "last_update": "2024-11-15 21:20:53", - "author_account_age_days": 2757 + "last_update": "2024-11-19 08:55:26", + "author_account_age_days": 2758 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, @@ -5535,14 +5545,14 @@ "author_account_age_days": 3644 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 20, + "stars": 21, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, @@ -5550,9 +5560,9 @@ "author_account_age_days": 4206 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { - "stars": 4, + "stars": 5, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, @@ -5562,12 +5572,12 @@ "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4194 + "author_account_age_days": 4195 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 57, @@ -5597,117 +5607,117 @@ "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2610 + "author_account_age_days": 2611 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/lks-ai/anynode": { - "stars": 498, + "stars": 500, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 82, "last_update": "2024-11-18 06:35:22", - "author_account_age_days": 2240 + "author_account_age_days": 2241 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 50, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2240 + "author_account_age_days": 2241 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 635, - "last_update": "2024-11-18 06:12:09", - "author_account_age_days": 269 + "stars": 641, + "last_update": "2024-11-19 06:43:06", + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 240, + "stars": 245, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, @@ -5732,15 +5742,15 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 365, + "stars": 366, "last_update": "2024-11-10 14:35:17", "author_account_age_days": 4198 }, @@ -5755,29 +5765,29 @@ "author_account_age_days": 4198 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 10, + "stars": 13, "last_update": "2024-11-16 09:41:05", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1895, + "stars": 1897, "last_update": "2024-11-09 10:48:29", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 428, + "stars": 429, "last_update": "2024-11-15 03:53:05", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 6960, - "last_update": "2024-11-17 06:40:01", - "author_account_age_days": 609 + "stars": 6968, + "last_update": "2024-11-18 18:18:00", + "author_account_age_days": 610 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 30, @@ -5786,86 +5796,86 @@ }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-17 20:20:45", + "last_update": "2024-11-19 01:02:41", "author_account_age_days": 2182 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 179, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/maludwig/basix_image_filters": { "stars": 1, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 165, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5901 + "author_account_age_days": 5902 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 48, + "stars": 49, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4562 + "author_account_age_days": 4563 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4562 + "author_account_age_days": 4563 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1554 + "author_account_age_days": 1555 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 57, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 218, + "stars": 219, "last_update": "2024-05-22 20:53:23", "author_account_age_days": 3068 }, @@ -5887,17 +5897,17 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, @@ -5907,7 +5917,7 @@ "https://github.com/melMass/comfy_mtb": { "stars": 450, "last_update": "2024-11-18 00:53:34", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, @@ -5917,27 +5927,27 @@ "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 15, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5620 + "author_account_age_days": 5621 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, @@ -5947,42 +5957,42 @@ "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 261, + "stars": 263, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2808 + "author_account_age_days": 2809 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6063 + "author_account_age_days": 6064 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6063 + "author_account_age_days": 6064 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 171, + "stars": 173, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 46, @@ -5992,47 +6002,47 @@ "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-10-08 05:40:23", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/modelscope/scepter": { - "stars": 427, + "stars": 428, "last_update": "2024-11-07 12:54:02", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4751 + "author_account_age_days": 4752 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, @@ -6042,22 +6052,22 @@ "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2448 + "author_account_age_days": 2449 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4085 + "author_account_age_days": 4086 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, @@ -6067,12 +6077,12 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, @@ -6082,32 +6092,32 @@ "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3821 + "author_account_age_days": 3822 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3821 + "author_account_age_days": 3822 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 180, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, @@ -6117,27 +6127,27 @@ "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 796 + "author_account_age_days": 797 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { - "stars": 5, + "stars": 6, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 77, - "last_update": "2024-10-27 17:43:55", - "author_account_age_days": 1166 + "stars": 78, + "last_update": "2024-11-19 06:28:54", + "author_account_age_days": 1167 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, @@ -6147,27 +6157,27 @@ "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4176 + "author_account_age_days": 4177 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 155, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1378 + "author_account_age_days": 1379 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 29, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4867 + "author_account_age_days": 4868 }, "https://github.com/niknah/quick-connections": { "stars": 124, "last_update": "2024-11-07 00:26:06", - "author_account_age_days": 4867 + "author_account_age_days": 4868 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 362 + "author_account_age_days": 363 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, @@ -6182,7 +6192,7 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3650 + "author_account_age_days": 3651 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, @@ -6222,7 +6232,7 @@ "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 201, @@ -6232,27 +6242,27 @@ "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2707 + "author_account_age_days": 2708 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1864 + "author_account_age_days": 1865 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 647, + "stars": 648, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 94, @@ -6260,34 +6270,34 @@ "author_account_age_days": 4931 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 14, + "stars": 15, "last_update": "2024-08-27 23:15:18", "author_account_age_days": 700 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 129, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, @@ -6302,7 +6312,7 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2930 + "author_account_age_days": 2931 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, @@ -6312,37 +6322,37 @@ "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5200 + "author_account_age_days": 5201 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 36, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5200 + "author_account_age_days": 5201 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 77, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 218, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 180, @@ -6352,20 +6362,20 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1377 + "author_account_age_days": 1378 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5155 + "author_account_age_days": 5156 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 145, + "stars": 146, "last_update": "2024-09-25 08:48:51", "author_account_age_days": 811 }, @@ -6377,12 +6387,12 @@ "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3200 + "author_account_age_days": 3201 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, @@ -6392,70 +6402,70 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, "last_update": "2024-11-14 19:00:07", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 92, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 19, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5715 + "author_account_age_days": 5716 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1234, + "stars": 1237, "last_update": "2024-09-16 04:37:55", "author_account_age_days": 2844 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1851, + "stars": 1854, "last_update": "2024-11-07 20:47:25", "author_account_age_days": 645 }, @@ -6465,7 +6475,7 @@ "author_account_age_days": 645 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 132, + "stars": 133, "last_update": "2024-10-03 12:50:42", "author_account_age_days": 924 }, @@ -6477,12 +6487,12 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3364 + "author_account_age_days": 3365 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -6497,30 +6507,30 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4641 + "author_account_age_days": 4642 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 30, "last_update": "2024-11-18 12:38:09", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 12, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5768 + "author_account_age_days": 5769 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 287, + "stars": 289, "last_update": "2024-09-06 11:40:48", "author_account_age_days": 2740 }, @@ -6532,37 +6542,37 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/replicate/comfyui-replicate": { "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1755 + "author_account_age_days": 1756 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1189, + "stars": 1190, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5121 + "author_account_age_days": 5122 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5784 + "author_account_age_days": 5785 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5784 + "author_account_age_days": 5785 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, @@ -6572,7 +6582,7 @@ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, @@ -6582,47 +6592,47 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 2, "last_update": "2024-10-14 21:52:50", - "author_account_age_days": 4252 + "author_account_age_days": 4253 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, - "last_update": "2024-11-13 14:59:26", - "author_account_age_days": 599 + "last_update": "2024-11-18 23:28:13", + "author_account_age_days": 600 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, "last_update": "2024-11-16 14:18:28", - "author_account_age_days": 2457 + "author_account_age_days": 2458 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 95, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, @@ -6637,22 +6647,22 @@ "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 292, + "stars": 295, "last_update": "2024-11-08 23:08:05", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -6662,12 +6672,12 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5452 + "author_account_age_days": 5453 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5452 + "author_account_age_days": 5453 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, @@ -6700,7 +6710,7 @@ "author_account_age_days": 3462 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 101, + "stars": 102, "last_update": "2024-07-04 12:53:38", "author_account_age_days": 3462 }, @@ -6717,92 +6727,92 @@ "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5240 + "author_account_age_days": 5241 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 239, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 322, + "stars": 323, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 214, + "stars": 215, "last_update": "2024-11-18 04:16:43", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 33, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, @@ -6812,37 +6822,37 @@ "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/siliconflow/BizyAir": { - "stars": 356, - "last_update": "2024-11-18 10:14:48", + "stars": 358, + "last_update": "2024-11-19 08:34:29", "author_account_age_days": 453 }, "https://github.com/siliconflow/onediff_comfy_nodes": { - "stars": 18, + "stars": 19, "last_update": "2024-06-24 10:08:11", "author_account_age_days": 453 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 157, + "stars": 158, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1254 + "author_account_age_days": 1255 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 41, - "last_update": "2024-11-05 01:54:28", - "author_account_age_days": 2274 + "stars": 43, + "last_update": "2024-11-19 12:22:49", + "author_account_age_days": 2275 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, @@ -6857,142 +6867,142 @@ "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2868 + "author_account_age_days": 2869 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 51, + "stars": 52, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 12, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 27, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 275, - "last_update": "2024-11-18 03:09:23", - "author_account_age_days": 501 + "stars": 276, + "last_update": "2024-11-19 00:59:05", + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 43, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 45, - "last_update": "2024-10-26 04:13:37", - "author_account_age_days": 501 + "stars": 46, + "last_update": "2024-11-19 01:00:07", + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 158, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 102, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 17, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 241, "last_update": "2024-11-18 12:56:16", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, @@ -7002,62 +7012,62 @@ "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { - "stars": 23, + "stars": 24, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 184, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 136, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 44, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 162, + "stars": 163, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, @@ -7072,72 +7082,72 @@ "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5378 + "author_account_age_days": 5379 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 858, + "stars": 859, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 373, + "stars": 374, "last_update": "2024-11-16 16:28:17", - "author_account_age_days": 4231 + "author_account_age_days": 4232 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 6, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 750, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { - "stars": 27, + "stars": 28, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6077 + "author_account_age_days": 6078 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, @@ -7157,7 +7167,7 @@ "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-10-16 07:36:54", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, @@ -7167,40 +7177,40 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 111, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1154 + "author_account_age_days": 1155 }, "https://github.com/taabata/ComfyCanvas": { "stars": 70, - "last_update": "2024-11-18 00:41:33", - "author_account_age_days": 1830 + "last_update": "2024-11-18 22:21:36", + "author_account_age_days": 1831 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 249, + "stars": 250, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5068 + "author_account_age_days": 5069 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 501, + "stars": 502, "last_update": "2024-11-11 01:42:30", "author_account_age_days": 703 }, @@ -7212,15 +7222,15 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5245 + "author_account_age_days": 5246 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5245 + "author_account_age_days": 5246 }, "https://github.com/theUpsider/ComfyUI-Logic": { - "stars": 148, + "stars": 150, "last_update": "2024-08-16 12:20:56", "author_account_age_days": 2870 }, @@ -7232,17 +7242,17 @@ "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 44, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 332, + "stars": 333, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 65, @@ -7252,32 +7262,32 @@ "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2487 + "author_account_age_days": 2488 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3097 + "author_account_age_days": 3098 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3472 + "author_account_age_days": 3473 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, @@ -7287,7 +7297,7 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 518, @@ -7297,7 +7307,7 @@ "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3967 + "author_account_age_days": 3968 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 37, @@ -7312,12 +7322,12 @@ "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5536 + "author_account_age_days": 5537 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, @@ -7327,87 +7337,87 @@ "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 116, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2896 + "author_account_age_days": 2897 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2812 + "author_account_age_days": 2813 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 759, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4215 + "author_account_age_days": 4216 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 91, + "stars": 93, "last_update": "2024-10-03 23:26:45", "author_account_age_days": 3850 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 12, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1463 + "author_account_age_days": 1464 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1463 + "author_account_age_days": 1464 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4911 + "author_account_age_days": 4912 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -7417,32 +7427,32 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3574 + "author_account_age_days": 3575 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1545 + "author_account_age_days": 1546 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { "stars": 234, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 146, @@ -7457,27 +7467,27 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5131 + "author_account_age_days": 5132 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 2, - "last_update": "2024-11-18 18:03:54", - "author_account_age_days": 719 + "stars": 15, + "last_update": "2024-11-19 01:55:42", + "author_account_age_days": 720 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 99, + "stars": 100, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2367 + "author_account_age_days": 2368 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -7487,7 +7497,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 3, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -7497,12 +7507,12 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1760 + "author_account_age_days": 1761 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, @@ -7512,17 +7522,17 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5634 + "author_account_age_days": 5635 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2785 + "author_account_age_days": 2786 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, @@ -7532,22 +7542,22 @@ "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3177 + "author_account_age_days": 3178 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5868 + "author_account_age_days": 5869 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5868 + "author_account_age_days": 5869 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { - "stars": 50, + "stars": 51, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, @@ -7557,17 +7567,17 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5197 + "author_account_age_days": 5198 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 339, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, @@ -7577,47 +7587,47 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4253 + "author_account_age_days": 4254 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4253 + "author_account_age_days": 4254 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, @@ -7637,52 +7647,52 @@ "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 84, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1061, - "last_update": "2024-11-18 14:26:23", + "stars": 1062, + "last_update": "2024-11-19 09:44:10", "author_account_age_days": 1488 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { - "stars": 8, + "stars": 11, "last_update": "2024-11-18 16:43:25", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 0, @@ -7697,12 +7707,12 @@ "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, @@ -7745,7 +7755,7 @@ "author_account_age_days": 2300 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 75, + "stars": 76, "last_update": "2024-08-06 05:31:10", "author_account_age_days": 2300 }, @@ -7755,34 +7765,34 @@ "author_account_age_days": 2300 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 179, - "last_update": "2024-11-18 17:34:16", + "stars": 182, + "last_update": "2024-11-19 00:22:47", "author_account_age_days": 1047 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4562 + "author_account_age_days": 4563 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4562 + "author_account_age_days": 4563 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4562 + "author_account_age_days": 4563 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2817 + "author_account_age_days": 2818 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -7792,22 +7802,22 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 20, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, "last_update": "2024-11-14 03:56:22", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, @@ -7817,22 +7827,22 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1159, + "stars": 1161, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 15, "last_update": "2024-11-03 04:29:39", - "author_account_age_days": 3416 + "author_account_age_days": 3417 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, @@ -7840,8 +7850,8 @@ "author_account_age_days": 2809 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 188, - "last_update": "2024-11-17 05:40:26", + "stars": 236, + "last_update": "2024-11-19 10:49:45", "author_account_age_days": 4065 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index fbe9b292..2398d5b8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,56 @@ + { + "author": "artem-konevskikh", + "title": "ComfyUI Video Processing Nodes [WIP]", + "reference": "https://github.com/artem-konevskikh/comfyui-split-merge-video", + "files": [ + "https://github.com/artem-konevskikh/comfyui-split-merge-video" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that add video splitting and merging capabilities with crossfade transitions." + }, + { + "author": "Poseidon-fan", + "title": "ComfyUI-fileCleaner [UNSAFE]", + "reference": "https://github.com/Poseidon-fan/ComfyUI-fileCleaner", + "files": [ + "https://github.com/Poseidon-fan/ComfyUI-fileCleaner" + ], + "install_type": "git-clone", + "description": "In production environments, images are usually saved on storage servers such as S3, rather than local folders. So the method of placing images in local folders using ComfyUI's native LoadImage and SaveImage nodes cannot be used as a deployment service method, but can only be used as a temporary storage place for images. This requires a way to delete images from the input and output folders.\nThis node is used to delete images from the input and output folders. It is recommended to use this node through api call in the backend after the image processing is completed.[w/Users can use the file deletion feature through the workflow.]" + }, + { + "author": "kostenickj", + "title": "comfyui-jk-easy-nodes", + "reference": "https://github.com/kostenickj/comfyui-jk-easy-nodes", + "files": [ + "https://github.com/kostenickj/comfyui-jk-easy-nodes" + ], + "install_type": "git-clone", + "description": "NODES:JK Easy Prompt, JK Easy HiRes Fix" + }, + { + "author": "Black-Lioness", + "title": "Filename Generator Node for ComfyUI [UNSAFE]", + "reference": "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator", + "files": [ + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that generates realistic filenames and file paths for various digital media formats. Perfect for creating authentic-looking file paths for your workflows.[w/Users will be able to obtain a list of files from an arbitrary path through the workflow.]" + }, + { + "author": "yorkane", + "title": "Comfy UI Robe Nodes [UNSAFE]", + "reference": "https://github.com/RobeSantoro/ComfyUI-RobeNodes", + "files": [ + "https://github.com/RobeSantoro/ComfyUI-RobeNodes" + ], + "install_type": "git-clone", + "description": "NODES: List Video Path Node, List Image Path Node\nThis is a collection of utility nodes for the ComfyUI stable diffusion client that provides enhanced file path handling capabilities.[w/Users will be able to access images from arbitrary paths through the workflow.] " + }, { "author": "Kimara.ai", "title": "Advanced Watermarking Tools [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 00a8f1f4..b8a6c1e0 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -404,6 +404,14 @@ "title_aux": "ComfyUI-LogicGates" } ], + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": [ + [ + "FilenameGenerator" + ], + { + "title_aux": "Filename Generator Node for ComfyUI [UNSAFE]" + } + ], "https://github.com/BlueDangerX/ComfyUI-BDXNodes": [ [ "BDXTestInt", @@ -908,6 +916,14 @@ "title_aux": "comfyUI-image-search" } ], + "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [ + [ + "Clean input and output file" + ], + { + "title_aux": "ComfyUI-fileCleaner [UNSAFE]" + } + ], "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": [ [ "FRED_AutoCropImage_SDXL_Ratio_V3", @@ -959,6 +975,15 @@ "title_aux": "ComfyUI-QuasimondoNodes [WIP]" } ], + "https://github.com/RobeSantoro/ComfyUI-RobeNodes": [ + [ + "List Image Path \ud83d\udc24", + "List Video Path \ud83d\udc24" + ], + { + "title_aux": "Comfy UI Robe Nodes [UNSAFE]" + } + ], "https://github.com/SS-snap/ComfyUI-Snap_Processing": [ [ "AreaCalculator", @@ -1256,6 +1281,15 @@ "title_aux": "ComfyUI-SkipCFGSigmas" } ], + "https://github.com/artem-konevskikh/comfyui-split-merge-video": [ + [ + "VideoMerger", + "VideoSplitter" + ], + { + "title_aux": "ComfyUI Video Processing Nodes [WIP]" + } + ], "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": [ [ "RandomVideoMixer", @@ -2624,6 +2658,15 @@ "title_aux": "KayTool" } ], + "https://github.com/kostenickj/comfyui-jk-easy-nodes": [ + [ + "EasyHRFix", + "PromptLora" + ], + { + "title_aux": "comfyui-jk-easy-nodes" + } + ], "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": [ [ "ImageUpscaleWithModelMultipleTimes" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index d2e06ac3..499f7e33 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -7,7 +7,7 @@ "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, @@ -17,32 +17,32 @@ "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, @@ -52,43 +52,48 @@ "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1577 + "author_account_age_days": 1578 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-14 23:59:17", - "author_account_age_days": 2252 + "author_account_age_days": 2253 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 49, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 19, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", "author_account_age_days": 945 }, + "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { + "stars": 2, + "last_update": "2024-11-19 00:40:20", + "author_account_age_days": 1003 + }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", @@ -97,17 +102,17 @@ "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4298 + "author_account_age_days": 4299 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2559 + "author_account_age_days": 2560 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, @@ -117,17 +122,17 @@ "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-18 12:03:45", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 16, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 44 + "author_account_age_days": 45 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, @@ -142,17 +147,17 @@ "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1179 + "author_account_age_days": 1180 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, @@ -177,22 +182,22 @@ "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2061 + "author_account_age_days": 2062 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, @@ -202,32 +207,32 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3415 + "author_account_age_days": 3416 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, @@ -237,17 +242,17 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3337 + "author_account_age_days": 3338 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2126 + "author_account_age_days": 2127 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, @@ -262,7 +267,7 @@ "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, @@ -272,32 +277,37 @@ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 28, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 23, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1205 + "author_account_age_days": 1206 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2698 + "author_account_age_days": 2699 + }, + "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { + "stars": 0, + "last_update": "2024-11-19 02:42:29", + "author_account_age_days": 730 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, @@ -307,12 +317,17 @@ "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5422 + "author_account_age_days": 5423 + }, + "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { + "stars": 0, + "last_update": "2024-11-19 07:44:26", + "author_account_age_days": 4764 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 56, + "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, @@ -322,7 +337,7 @@ "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, @@ -337,12 +352,12 @@ "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 31, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 44, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, @@ -357,7 +372,7 @@ "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, @@ -367,12 +382,12 @@ "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/T8star1984/comfyui-purgevram": { "stars": 32, @@ -382,27 +397,27 @@ "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3876 + "author_account_age_days": 3877 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1571 + "author_account_age_days": 1572 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, @@ -415,7 +430,7 @@ "author_account_age_days": 487 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 279, + "stars": 280, "last_update": "2024-07-30 23:24:24", "author_account_age_days": 487 }, @@ -432,7 +447,7 @@ "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4401 + "author_account_age_days": 4402 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, @@ -440,14 +455,19 @@ "author_account_age_days": 3433 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 63, + "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2492 + "author_account_age_days": 2493 + }, + "https://github.com/artem-konevskikh/comfyui-split-merge-video": { + "stars": 0, + "last_update": "2024-11-19 00:11:17", + "author_account_age_days": 4519 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, @@ -462,52 +482,52 @@ "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 74, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3771 + "author_account_age_days": 3772 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 978 + "author_account_age_days": 979 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-11-15 16:49:18", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4433 + "author_account_age_days": 4434 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5156 + "author_account_age_days": 5157 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, @@ -537,67 +557,67 @@ "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 56986, - "last_update": "2024-11-18 18:09:03", - "author_account_age_days": 696 + "stars": 57150, + "last_update": "2024-11-19 12:32:09", + "author_account_age_days": 697 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 329, + "stars": 331, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1962 + "author_account_age_days": 1963 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 230, + "stars": 231, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2134 + "author_account_age_days": 2135 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6121 + "author_account_age_days": 6122 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, @@ -622,7 +642,7 @@ "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, @@ -631,53 +651,53 @@ }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, - "last_update": "2024-10-21 22:21:13", + "last_update": "2024-11-18 22:35:37", "author_account_age_days": 2160 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4185 + "author_account_age_days": 4186 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4202 + "author_account_age_days": 4203 }, "https://github.com/gameltb/ComfyUI_stable_fast": { - "stars": 199, + "stars": 200, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4202 + "author_account_age_days": 4203 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4202 + "author_account_age_days": 4203 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/hananbeer/node_dev": { "stars": 7, @@ -697,12 +717,12 @@ "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, @@ -717,77 +737,77 @@ "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3667 + "author_account_age_days": 3668 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-09 22:44:02", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 786 + "author_account_age_days": 787 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5094 + "author_account_age_days": 5095 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4131 + "author_account_age_days": 4132 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 151, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 192, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, @@ -802,47 +822,47 @@ "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 76, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 618, + "stars": 621, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-VEnhancer": { - "stars": 59, + "stars": 60, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 0, @@ -852,17 +872,22 @@ "https://github.com/kk8bit/KayTool": { "stars": 3, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 504 + "author_account_age_days": 505 + }, + "https://github.com/kostenickj/comfyui-jk-easy-nodes": { + "stars": 1, + "last_update": "2024-11-18 18:53:14", + "author_account_age_days": 3197 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4694 + "author_account_age_days": 4695 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4694 + "author_account_age_days": 4695 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, @@ -872,12 +897,12 @@ "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2799 + "author_account_age_days": 2800 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, @@ -887,27 +912,27 @@ "https://github.com/leadbreak/comfyui-faceaging": { "stars": 53, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1520 + "author_account_age_days": 1521 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4514 + "author_account_age_days": 4515 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 100, @@ -915,14 +940,14 @@ "author_account_age_days": 825 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 635, - "last_update": "2024-11-18 06:12:09", - "author_account_age_days": 269 + "stars": 641, + "last_update": "2024-11-19 06:43:06", + "author_account_age_days": 270 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, @@ -932,17 +957,17 @@ "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 219, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, @@ -957,12 +982,12 @@ "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4562 + "author_account_age_days": 4563 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, @@ -977,7 +1002,7 @@ "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, @@ -987,7 +1012,7 @@ "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, @@ -1007,17 +1032,17 @@ "https://github.com/nat-chan/comfyui-exec": { "stars": 2, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, @@ -1032,47 +1057,47 @@ "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4029 + "author_account_age_days": 4030 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4029 + "author_account_age_days": 4030 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4029 + "author_account_age_days": 4030 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4029 + "author_account_age_days": 4030 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { - "stars": 128, + "stars": 129, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5015 + "author_account_age_days": 5016 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, @@ -1097,12 +1122,12 @@ "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 77, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, @@ -1112,7 +1137,7 @@ "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, @@ -1125,39 +1150,39 @@ "author_account_age_days": 305 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { - "stars": 48, + "stars": 49, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2246 + "author_account_age_days": 2247 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3323 + "author_account_age_days": 3324 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 52 + "author_account_age_days": 53 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -1167,12 +1192,12 @@ "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4085 + "author_account_age_days": 4086 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 934 + "author_account_age_days": 935 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, @@ -1202,12 +1227,12 @@ "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, @@ -1217,22 +1242,22 @@ "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2683 + "author_account_age_days": 2684 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4231 + "author_account_age_days": 4232 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3985 + "author_account_age_days": 3986 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, @@ -1242,7 +1267,7 @@ "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, @@ -1257,17 +1282,17 @@ "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 260 + "author_account_age_days": 261 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 180, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2927 + "author_account_age_days": 2928 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, @@ -1282,27 +1307,27 @@ "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, @@ -1312,12 +1337,12 @@ "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, @@ -1327,16 +1352,16 @@ "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 301, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2130 + "author_account_age_days": 2131 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 6eb314b3..0811ee53 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "c0ffymachyne", + "title": "ComfyUI Signal Processing", + "reference": "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing", + "files": [ + "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing" + ], + "install_type": "git-clone", + "description": "NODES:SignalProcessingPaulStretch, SignalProcessingPadSynth, SignalProcessingFilter, SignalProcessingLoadAudio.\nThis repo contains 4 nodes for ComfyUI that allows for audio filtering" + }, { "author": "BIMer-99", "title": "Comfyui_Hunyuan3D_EX", @@ -41,16 +51,6 @@ "install_type": "git-clone", "description": "Inspired by [a/InstantID](https://github.com/instantX-research/InstantID) and [a/InstantID Comfy](https://github.com/cubiq/ComfyUI_InstantID)\nThis ZenID Node has been refactored for specialized tasks like Face Swap" }, - { - "author": "Black-Lioness", - "title": "Filename Generator Node for ComfyUI", - "reference": "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator", - "files": [ - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator" - ], - "install_type": "git-clone", - "description": "A ComfyUI node that generates realistic filenames and file paths for various digital media formats. Perfect for creating authentic-looking file paths for your workflows." - }, { "author": "yorkane", "title": "ComfyUI-KYNode", @@ -160,9 +160,9 @@ "author": "amaozhao", "title": "ComfyUI_DeployCash", "id": "ComfyUI_DeployCash", - "reference": "https://github.com/amaozhao/ComfyUI_DeployCash", + "reference": "https://github.com/jacklukai/ComfyUI_DeployCash", "files": [ - "https://github.com/amaozhao/ComfyUI_DeployCash" + "https://github.com/jacklukai/ComfyUI_DeployCash" ], "install_type": "git-clone", "description": "DeployCash, a tool that converts workflows into WeChat and H5 with one click, and supports payments." diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5a16843f..b1dd640f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1368,6 +1368,7 @@ "ARD Save Image", "ARD Seed", "ARD Text Box", + "ARD Text Box Counter", "ARD XY Scripts" ], { @@ -1773,14 +1774,6 @@ "title_aux": "DynamicPose-ComfyUI" } ], - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": [ - [ - "FilenameGenerator" - ], - { - "title_aux": "Filename Generator Node for ComfyUI" - } - ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -9198,16 +9191,6 @@ "title_aux": "Dream Video Batches" } ], - "https://github.com/amaozhao/ComfyUI_DeployCash": [ - [ - "DeployCash", - "DeployCash_saveImage", - "DeployCash_textInput" - ], - { - "title_aux": "ComfyUI_DeployCash" - } - ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", @@ -10009,6 +9992,17 @@ "title_aux": "ComfyUI_SUNoise" } ], + "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": [ + [ + "SignalProcessingFilter", + "SignalProcessingLoadAudio", + "SignalProcessingPadSynth", + "SignalProcessingPaulStretch" + ], + { + "title_aux": "ComfyUI Signal Processing" + } + ], "https://github.com/caleboleary/ComfyUI-Arc2Face": [ [ "Arc2FaceEncoderLoader", @@ -13676,6 +13670,7 @@ "GlifVariable", "HFHubEmbeddingLoader", "HFHubLoraLoader", + "ImagePaddingAdvanced", "ImageToMultipleOf", "LoraLoaderFromURL", "SDXLAspectRatio" @@ -14778,6 +14773,16 @@ "title_aux": "iwanders/ComfyUI_nodes" } ], + "https://github.com/jacklukai/ComfyUI_DeployCash": [ + [ + "DeployCash", + "DeployCash_saveImage", + "DeployCash_textInput" + ], + { + "title_aux": "ComfyUI_DeployCash" + } + ], "https://github.com/jags111/ComfyUI_Jags_Audiotools": [ [ "BatchJoinAudio", @@ -17795,10 +17800,11 @@ "LF_CharacterImpersonator", "LF_CheckpointSelector", "LF_CivitAIMetadataSetup", - "LF_ClarityEffect", + "LF_Clarity", "LF_ColorAnalysis", "LF_CompareImages", "LF_ControlPanel", + "LF_Desaturation", "LF_DisplayBoolean", "LF_DisplayFloat", "LF_DisplayInteger", @@ -17867,7 +17873,7 @@ "LF_UsageStatistics", "LF_VAESelector", "LF_ViewImages", - "LF_VignetteEffect", + "LF_Vignette", "LF_WallOfText", "LF_WriteJSON" ], From f17dd82d8ef60066b3fe0a956292319912763c0c Mon Sep 17 00:00:00 2001 From: chrisgoringe Date: Wed, 20 Nov 2024 14:29:55 +1100 Subject: [PATCH 20/46] Update custom-node-list.json (#1249) --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4fbe6883..9545a941 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2797,7 +2797,7 @@ "https://github.com/chrisgoringe/cg-controller" ], "install_type": "git-clone", - "description": "A simple controller panel that gathers all widgets from red nodes" + "description": "Quickly and easily build a GUI on top of your workflow. Gather just the nodes that you want to see, with no spaghetti, onto controller panels, leaving your workflow untouched in the background." }, { "author": "TGu-97", From 83fdaaf40925abd31dba958dd194196c1cb36ee9 Mon Sep 17 00:00:00 2001 From: liuqianhonga <154430128+liuqianhonga@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:30:10 +0800 Subject: [PATCH 21/46] Add ComfyUI-Image-Compressor (#1247) Co-authored-by: liuqianhong --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9545a941..8bb58b9a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16904,7 +16904,16 @@ "install_type": "git-clone", "description": "NODES:SignalProcessingPaulStretch, SignalProcessingPadSynth, SignalProcessingFilter, SignalProcessingLoadAudio.\nThis repo contains 4 nodes for ComfyUI that allows for audio filtering" }, - + { + "author": "liuqianhonga", + "title": "ComfyUI-Image-Compressor", + "reference": "https://github.com/liuqianhonga/ComfyUI-Image-Compressor", + "files": [ + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for image compression that supports multiple compression formats and parameter adjustments." + }, From 96a4b73bb4c6384fd0f798b763007e7fd9ded761 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Nov 2024 12:51:11 +0900 Subject: [PATCH 22/46] update DB --- custom-node-list.json | 47 +- extension-node-map.json | 61 +- github-stats.json | 2301 ++++++++++++++------------- node_db/dev/custom-node-list.json | 10 + node_db/dev/extension-node-map.json | 11 + node_db/dev/github-stats.json | 381 ++--- node_db/new/custom-node-list.json | 101 +- node_db/new/extension-node-map.json | 61 +- 8 files changed, 1581 insertions(+), 1392 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8bb58b9a..f098cbf8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9949,6 +9949,16 @@ "install_type": "git-clone", "description": "You can InstantIR to Fix blurry photos in ComfyUI ,[a/InstantIR](https://github.com/instantX-research/InstantIR):Blind Image Restoration with Instant Generative Reference" }, + { + "author": "smthemex", + "title": "ComfyUI_Face_Anon_Simple", + "reference": "https://github.com/smthemex/ComfyUI_Face_Anon_Simple", + "files": [ + "https://github.com/smthemex/ComfyUI_Face_Anon_Simple" + ], + "install_type": "git-clone", + "description": "Face Anonymization make simple and easy." + }, { "author": "choey", "title": "Comfy-Topaz", @@ -14423,7 +14433,7 @@ "https://github.com/Rvage0815/ComfyUI-RvTools" ], "install_type": "git-clone", - "description": "With this suit, you have a lot of nodes in one place to build your workflow." + "description": "this node contains a lot of small little helpers like switches, passers and selectors that i use a lot to build my workflows." }, { "author": "erosDiffusion", @@ -16914,6 +16924,41 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for image compression that supports multiple compression formats and parameter adjustments." }, + { + "author": "duhaifeng", + "title": "ComfyUI-BiRefNet-lite", + "reference": "https://github.com/rubi-du/ComfyUI-BiRefNet-lite", + "files": [ + "https://github.com/rubi-du/ComfyUI-BiRefNet-lite" + ], + "install_type": "git-clone", + "description": "This repository packages the latest BiRefNet model as a ComfyUI node for use, supporting chunked loading on both CPU and GPU, as well as model caching features." + }, + { + "author": "vkff5833", + "title": "ComfyUI-PromptConverter", + "reference": "https://github.com/vkff5833/ComfyUI-PromptConverter", + "files": [ + "https://github.com/vkff5833/ComfyUI-PromptConverter" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that converts prompts between different AI image generation models." + }, + { + "author": "tanglup", + "title": "Comfyui-Ycnode", + "reference": "https://github.com/tanglup/Comfyui-Ycnode", + "files": [ + "https://github.com/tanglup/Comfyui-Ycnode" + ], + "install_type": "git-clone", + "description": "NODES:Canvas View" + }, + + + + + diff --git a/extension-node-map.json b/extension-node-map.json index b1dd640f..137df242 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2084,6 +2084,7 @@ "PrimereEmbeddingHandler", "PrimereEmbeddingKeywordMerger", "PrimereEmotionsStyles", + "PrimereFastSeed", "PrimereHypernetwork", "PrimereImageSegments", "PrimereKSampler", @@ -11925,10 +11926,14 @@ "D2 Controlnet Loader", "D2 EmptyImage Alpha", "D2 Folder Image Queue", + "D2 Get Image Size", + "D2 Grid Image", "D2 Image Resize", + "D2 Image Stack", "D2 KSampler", "D2 KSampler(Advanced)", "D2 List To String", + "D2 Load Folder Images", "D2 Load Image", "D2 Multi Output", "D2 Refiner Steps", @@ -11938,6 +11943,7 @@ "D2 Regex Switcher", "D2 Resize Calculator", "D2 Size Slector", + "D2 XY Annotation", "D2 XY Checkpoint List", "D2 XY Folder Images", "D2 XY Grid Image", @@ -11945,6 +11951,7 @@ "D2 XY Lora List", "D2 XY Plot", "D2 XY Prompt SR", + "D2 XY Prompt SR2", "D2 XY Seed" ], { @@ -15905,25 +15912,21 @@ "https://github.com/kijai/ComfyUI-CogVideoXWrapper": [ [ "CogVideoContextOptions", - "CogVideoControlImageEncode", "CogVideoControlNet", "CogVideoDecode", - "CogVideoDualTextEncode_311", "CogVideoImageEncode", - "CogVideoImageInterpolationEncode", + "CogVideoImageEncodeFunInP", "CogVideoLatentPreview", "CogVideoLoraSelect", - "CogVideoPABConfig", "CogVideoSampler", "CogVideoTextEncode", "CogVideoTextEncodeCombine", "CogVideoTransformerEdit", "CogVideoXFasterCache", - "CogVideoXFunControlSampler", "CogVideoXFunResizeToClosestBucket", - "CogVideoXFunSampler", - "CogVideoXFunVid2VidSampler", + "CogVideoXModelLoader", "CogVideoXTorchCompileSettings", + "CogVideoXVAELoader", "DownloadAndLoadCogVideoControlNet", "DownloadAndLoadCogVideoGGUFModel", "DownloadAndLoadCogVideoModel", @@ -16932,6 +16935,14 @@ "title_aux": "comfyui-remote-tools" } ], + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": [ + [ + "ImageCompressor" + ], + { + "title_aux": "ComfyUI-Image-Compressor" + } + ], "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": [ [ "LoraListUrlLoader" @@ -19912,6 +19923,14 @@ "title_aux": "ComfyUI-TranscriptionTools" } ], + "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": [ + [ + "BiRefNet_Lite" + ], + { + "title_aux": "ComfyUI-BiRefNet-lite" + } + ], "https://github.com/rui40000/RUI-Nodes": [ [ "ABCondition", @@ -20002,6 +20021,7 @@ "AudioFeatureVisualizer", "AudioFilter", "AudioGain", + "AudioInfo", "AudioPad", "AudioPitchShift", "AudioResample", @@ -20543,6 +20563,7 @@ "BizyAirSiliconCloudLLMAPI", "BizyAirSiliconCloudVLMAPI", "BizyAirTilePreprocessor", + "BizyAirToggleServerEndpoint", "BizyAirUniFormer_SemSegPreprocessor", "BizyAirZoe_DepthMapPreprocessor", "BizyAir_MinusZoneChatGLM3TextEncode", @@ -20775,6 +20796,16 @@ "title_aux": "ComfyUI_EchoMimic" } ], + "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": [ + [ + "Face_Anon_Simple_Align", + "Face_Anon_Simple_LoadModel", + "Face_Anon_Simple_Sampler" + ], + { + "title_aux": "ComfyUI_Face_Anon_Simple" + } + ], "https://github.com/smthemex/ComfyUI_FoleyCrafter": [ [ "FoleyCrafter_LoadModel", @@ -21519,6 +21550,14 @@ "title_aux": "ComfyUI-StoryMaker" } ], + "https://github.com/tanglup/Comfyui-Ycnode": [ + [ + "CanvasView" + ], + { + "title_aux": "Comfyui-Ycnode" + } + ], "https://github.com/teward/ComfyUI-Helper-Nodes": [ [ "HelperNodes_CfgScale", @@ -22092,6 +22131,14 @@ "title_aux": "ComfyUI-Vivax-Nodes" } ], + "https://github.com/vkff5833/ComfyUI-PromptConverter": [ + [ + "PromptConverter" + ], + { + "title_aux": "ComfyUI-PromptConverter" + } + ], "https://github.com/vsevolod-oparin/comfyui-kandinsky22": [ [ "comfy-kandinsky22-decoder-loader", diff --git a/github-stats.json b/github-stats.json index e493743f..d1da1d3b 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7 +2,7 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 92, @@ -10,34 +10,34 @@ "author_account_age_days": 600 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 32, + "stars": 35, "last_update": "2024-11-18 01:14:27", "author_account_age_days": 600 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1113, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 59, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 34, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, @@ -67,7 +67,7 @@ "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 24, @@ -75,14 +75,14 @@ "author_account_age_days": 562 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 12, + "stars": 13, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2450 + "author_account_age_days": 2451 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 70, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/6174/comflowy-nodes": { "stars": 9, @@ -107,17 +107,17 @@ "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 104, @@ -127,232 +127,232 @@ "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 5, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 68, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 282, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 100, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 339, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 19, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 17, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 149, + "stars": 151, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 31, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, @@ -360,7 +360,7 @@ "author_account_age_days": 358 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1743, + "stars": 1745, "last_update": "2024-11-04 06:58:06", "author_account_age_days": 649 }, @@ -370,7 +370,7 @@ "author_account_age_days": 649 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 20, + "stars": 21, "last_update": "2024-06-21 03:43:20", "author_account_age_days": 649 }, @@ -387,12 +387,12 @@ "https://github.com/AIrjen/OneButtonPrompt": { "stars": 866, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1607 + "author_account_age_days": 1608 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, @@ -407,12 +407,12 @@ "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, @@ -420,29 +420,29 @@ "author_account_age_days": 1674 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 238, + "stars": 239, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 637 + "author_account_age_days": 638 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 637 + "author_account_age_days": 638 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 690, - "last_update": "2024-11-03 19:09:09", - "author_account_age_days": 3952 + "last_update": "2024-11-19 14:24:48", + "author_account_age_days": 3953 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 318, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, @@ -452,7 +452,7 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, @@ -462,27 +462,27 @@ "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 888, "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2847 + "author_account_age_days": 2848 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 270, + "stars": 271, "last_update": "2024-11-16 21:51:44", "author_account_age_days": 5360 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3524 + "author_account_age_days": 3525 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4239 + "author_account_age_days": 4240 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4239 + "author_account_age_days": 4240 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, @@ -497,17 +497,17 @@ "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3537 + "author_account_age_days": 3538 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, "last_update": "2024-11-18 23:53:50", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 699, @@ -517,32 +517,32 @@ "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 409, + "stars": 410, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, @@ -552,12 +552,12 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 637 + "author_account_age_days": 638 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 0, "last_update": "2024-11-18 14:26:02", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, @@ -567,12 +567,12 @@ "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3384 + "author_account_age_days": 3385 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 361, + "stars": 362, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 22, @@ -582,12 +582,12 @@ "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1031, @@ -597,42 +597,42 @@ "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 61, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 282 + "author_account_age_days": 283 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, @@ -642,67 +642,67 @@ "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { "stars": 2, "last_update": "2024-11-19 00:40:20", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 321, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 369, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 264, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 336, + "stars": 337, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, @@ -712,27 +712,27 @@ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 33, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 96, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 4, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 151, @@ -742,51 +742,51 @@ "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5245 + "author_account_age_days": 5246 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 11, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 68, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-17 16:57:41", + "last_update": "2024-11-19 17:53:49", "author_account_age_days": 3803 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { @@ -797,12 +797,12 @@ "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, @@ -812,42 +812,42 @@ "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4436 + "author_account_age_days": 4437 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4363 + "author_account_age_days": 4364 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 365, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4186 + "author_account_age_days": 4187 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, @@ -862,12 +862,12 @@ "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 5, "last_update": "2024-11-14 04:57:10", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, @@ -877,7 +877,7 @@ "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5142 + "author_account_age_days": 5143 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, @@ -890,7 +890,7 @@ "author_account_age_days": 1180 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { - "stars": 63, + "stars": 64, "last_update": "2024-09-01 11:43:02", "author_account_age_days": 4865 }, @@ -907,15 +907,15 @@ "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2926 + "author_account_age_days": 2927 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 117 + "author_account_age_days": 118 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 182, + "stars": 183, "last_update": "2024-10-22 09:13:15", "author_account_age_days": 3747 }, @@ -932,102 +932,102 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 109, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 503, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 89, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 187, + "stars": 188, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2301, + "stars": 2304, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1037,32 +1037,32 @@ "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 11, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2895 + "author_account_age_days": 2896 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2127 + "author_account_age_days": 2128 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 395, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2127 + "author_account_age_days": 2128 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 69, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 209, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, @@ -1087,42 +1087,42 @@ "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, @@ -1132,22 +1132,22 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 35, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 54, "last_update": "2024-11-18 18:49:22", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, @@ -1155,19 +1155,19 @@ "author_account_age_days": 5080 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1610, + "stars": 1613, "last_update": "2024-11-17 14:03:31", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 49, + "stars": 50, "last_update": "2024-11-18 13:47:20", "author_account_age_days": 311 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 153, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, @@ -1177,7 +1177,7 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 20 + "author_account_age_days": 21 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, @@ -1187,12 +1187,12 @@ "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2993 + "author_account_age_days": 2994 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, @@ -1215,7 +1215,7 @@ "author_account_age_days": 1479 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 88, + "stars": 89, "last_update": "2024-10-12 13:39:00", "author_account_age_days": 1479 }, @@ -1270,29 +1270,29 @@ "author_account_age_days": 2472 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 104, + "stars": 108, "last_update": "2024-11-14 15:43:51", "author_account_age_days": 61 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3232 + "author_account_age_days": 3233 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 2, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1846 + "author_account_age_days": 1847 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, "last_update": "2024-11-12 01:38:11", - "author_account_age_days": 336 + "author_account_age_days": 337 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 32, @@ -1307,17 +1307,17 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3856 + "author_account_age_days": 3857 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 2, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3970 + "author_account_age_days": 3971 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, @@ -1327,12 +1327,12 @@ "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4057 + "author_account_age_days": 4058 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 8, @@ -1356,8 +1356,8 @@ }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 13, - "last_update": "2024-11-19 11:57:39", - "author_account_age_days": 505 + "last_update": "2024-11-19 14:50:53", + "author_account_age_days": 506 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, @@ -1377,12 +1377,12 @@ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 52, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, @@ -1392,12 +1392,12 @@ "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3719 + "author_account_age_days": 3720 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, @@ -1407,12 +1407,12 @@ "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5034 + "author_account_age_days": 5035 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, @@ -1427,22 +1427,22 @@ "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 356, + "stars": 357, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/Jordach/comfy-plasma": { "stars": 68, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, @@ -1451,23 +1451,23 @@ }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, - "last_update": "2024-11-18 16:29:11", - "author_account_age_days": 486 + "last_update": "2024-11-20 02:23:36", + "author_account_age_days": 487 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4694 + "author_account_age_days": 4695 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, @@ -1477,17 +1477,17 @@ "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 27, "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 34, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 260, @@ -1497,7 +1497,7 @@ "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 171, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1633 + "author_account_age_days": 1634 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, @@ -1512,27 +1512,27 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 610, "last_update": "2024-11-17 14:35:49", - "author_account_age_days": 3864 + "author_account_age_days": 3865 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "stars": 2762, "last_update": "2024-11-17 15:08:18", - "author_account_age_days": 3864 + "author_account_age_days": 3865 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 605, - "last_update": "2024-11-18 20:52:33", - "author_account_age_days": 3864 + "last_update": "2024-11-19 20:27:35", + "author_account_age_days": 3865 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1268 + "author_account_age_days": 1269 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, @@ -1542,7 +1542,7 @@ "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, @@ -1557,32 +1557,32 @@ "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 1, - "last_update": "2024-11-18 03:39:25", - "author_account_age_days": 7 + "last_update": "2024-11-19 18:00:30", + "author_account_age_days": 8 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 96, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/Lerc/canvas_tab": { "stars": 164, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5515 + "author_account_age_days": 5516 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, @@ -1607,32 +1607,32 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1123 + "author_account_age_days": 1124 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1123 + "author_account_age_days": 1124 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3005 + "author_account_age_days": 3006 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3005 + "author_account_age_days": 3006 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, @@ -1682,47 +1682,47 @@ "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 22, + "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 159, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 114, "last_update": "2024-11-17 14:37:48", - "author_account_age_days": 5117 + "author_account_age_days": 5118 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1570 + "author_account_age_days": 1571 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, @@ -1732,7 +1732,7 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, @@ -1747,17 +1747,17 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, @@ -1767,42 +1767,42 @@ "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3325 + "author_account_age_days": 3326 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 94, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 151, + "stars": 152, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 496, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 16, @@ -1817,12 +1817,12 @@ "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 29, "last_update": "2024-11-17 22:32:37", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 154, @@ -1845,7 +1845,7 @@ "author_account_age_days": 135 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2373, + "stars": 2376, "last_update": "2024-11-09 02:05:44", "author_account_age_days": 1709 }, @@ -1867,17 +1867,17 @@ "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, "last_update": "2024-11-18 22:20:47", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 35, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 119 + "author_account_age_days": 120 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 46, @@ -1887,72 +1887,72 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 26, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3828 + "author_account_age_days": 3829 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 66, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 2, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5297 + "author_account_age_days": 5298 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 655, + "stars": 657, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, @@ -1962,7 +1962,7 @@ "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3979 + "author_account_age_days": 3980 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, @@ -1972,7 +1972,7 @@ "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2131 + "author_account_age_days": 2132 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, @@ -1982,12 +1982,12 @@ "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 514, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, @@ -2012,12 +2012,12 @@ "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 79, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, @@ -2042,7 +2042,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, @@ -2052,27 +2052,27 @@ "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5373 + "author_account_age_days": 5374 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, @@ -2080,14 +2080,14 @@ "author_account_age_days": 730 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1877, + "stars": 1881, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, @@ -2102,7 +2102,7 @@ "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1398 + "author_account_age_days": 1399 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, @@ -2117,32 +2117,32 @@ "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 33, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 52 + "author_account_age_days": 53 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, @@ -2157,7 +2157,7 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, @@ -2166,48 +2166,48 @@ }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 8, - "last_update": "2024-11-15 07:33:36", - "author_account_age_days": 321 + "last_update": "2024-11-20 02:44:41", + "author_account_age_days": 322 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 34, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 103, + "stars": 104, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 71, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3845 + "author_account_age_days": 3846 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3845 + "author_account_age_days": 3846 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4231 + "author_account_age_days": 4232 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4231 + "author_account_age_days": 4232 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, @@ -2215,14 +2215,14 @@ "author_account_age_days": 448 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 319, + "stars": 320, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, @@ -2247,22 +2247,22 @@ "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 61, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 9, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 47, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 795, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 67, @@ -2272,7 +2272,7 @@ "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, @@ -2282,12 +2282,12 @@ "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, @@ -2300,7 +2300,7 @@ "author_account_age_days": 1353 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 44, + "stars": 45, "last_update": "2024-10-19 17:01:30", "author_account_age_days": 1353 }, @@ -2332,12 +2332,12 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, @@ -2347,57 +2347,57 @@ "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 21, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4395 + "author_account_age_days": 4396 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-16 17:39:05", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 48, @@ -2407,72 +2407,72 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 48, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3694 + "author_account_age_days": 3695 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 439, + "stars": 440, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 138, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, @@ -2482,7 +2482,7 @@ "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 682, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/Sxela/ComfyWarp": { "stars": 28, @@ -2492,17 +2492,17 @@ "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 114, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 140, @@ -2535,7 +2535,7 @@ "author_account_age_days": 351 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 314, + "stars": 342, "last_update": "2024-11-15 14:36:31", "author_account_age_days": 351 }, @@ -2545,7 +2545,7 @@ "author_account_age_days": 351 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 314, + "stars": 315, "last_update": "2024-11-17 07:31:26", "author_account_age_days": 351 }, @@ -2557,47 +2557,47 @@ "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3714 + "author_account_age_days": 3715 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2363 + "author_account_age_days": 2364 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2363 + "author_account_age_days": 2364 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2363 + "author_account_age_days": 2364 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3365 + "author_account_age_days": 3366 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1823 + "author_account_age_days": 1824 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 415, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 341, @@ -2612,7 +2612,7 @@ "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2860 + "author_account_age_days": 2861 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, @@ -2635,7 +2635,7 @@ "author_account_age_days": 1083 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 418, + "stars": 420, "last_update": "2024-10-23 21:18:41", "author_account_age_days": 769 }, @@ -2647,17 +2647,17 @@ "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 39, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1008 + "author_account_age_days": 1009 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4001 + "author_account_age_days": 4002 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4001 + "author_account_age_days": 4002 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, @@ -2667,12 +2667,12 @@ "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 212, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5069 + "author_account_age_days": 5070 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, @@ -2680,7 +2680,7 @@ "author_account_age_days": 367 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 159, + "stars": 161, "last_update": "2024-11-11 09:01:08", "author_account_age_days": 390 }, @@ -2697,7 +2697,7 @@ "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 3, @@ -2707,52 +2707,52 @@ "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2024-11-14 13:23:08", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 42, - "last_update": "2024-11-14 17:47:00", - "author_account_age_days": 1067 + "stars": 45, + "last_update": "2024-11-19 18:05:58", + "author_account_age_days": 1068 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2058 + "author_account_age_days": 2059 }, "https://github.com/WASasquatch/ASTERR": { "stars": 19, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 110, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1218, + "stars": 1219, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4773 + "author_account_age_days": 4774 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, @@ -2762,7 +2762,7 @@ "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, @@ -2772,7 +2772,7 @@ "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3900 + "author_account_age_days": 3901 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, @@ -2782,12 +2782,12 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1115, + "stars": 1118, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, @@ -2797,12 +2797,12 @@ "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 159, "last_update": "2024-11-16 01:02:18", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4472 + "author_account_age_days": 4473 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, @@ -2817,7 +2817,7 @@ "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3903 + "author_account_age_days": 3904 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 89, @@ -2827,7 +2827,7 @@ "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, "last_update": "2024-11-13 22:18:48", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -2837,97 +2837,97 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 350, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 441, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 700, + "stars": 701, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 672, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1348, + "stars": 1349, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 788, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { - "stars": 79, + "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 97, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 619, + "stars": 620, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1598, + "stars": 1599, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, @@ -2947,17 +2947,17 @@ "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, @@ -2967,37 +2967,37 @@ "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3975 + "author_account_age_days": 3976 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 246, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, @@ -3007,12 +3007,12 @@ "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, @@ -3032,72 +3032,72 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 78, + "stars": 79, "last_update": "2024-10-29 08:21:36", "author_account_age_days": 4696 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 15, "last_update": "2024-11-06 22:29:13", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 167, + "stars": 171, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 171, + "stars": 172, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 60, + "stars": 63, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 1, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 9, @@ -3107,47 +3107,47 @@ "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 13, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 1, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 7, "last_update": "2024-10-12 14:38:26", - "author_account_age_days": 3433 + "author_account_age_days": 3434 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 49, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 50, + "stars": 51, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, @@ -3165,24 +3165,24 @@ "author_account_age_days": 2142 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 84, + "stars": 85, "last_update": "2024-11-17 06:16:02", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5180 + "author_account_age_days": 5181 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 336 + "author_account_age_days": 337 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, @@ -3192,7 +3192,7 @@ "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, @@ -3202,17 +3202,17 @@ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 12, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 26, - "last_update": "2024-11-14 14:38:39", + "last_update": "2024-11-20 03:44:12", "author_account_age_days": 2493 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-16 12:15:09", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, @@ -3242,17 +3242,17 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 98, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 59, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 246, @@ -3262,7 +3262,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, @@ -3272,12 +3272,12 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, @@ -3302,27 +3302,27 @@ "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/bash-j/mikey_nodes": { "stars": 114, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, "last_update": "2024-11-15 00:57:39", - "author_account_age_days": 2058 + "author_account_age_days": 2059 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3655 + "author_account_age_days": 3656 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, @@ -3332,20 +3332,20 @@ "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 43, + "stars": 44, "last_update": "2024-11-16 11:18:56", "author_account_age_days": 302 }, "https://github.com/blepping/ComfyUI-sonar": { - "stars": 35, + "stars": 36, "last_update": "2024-10-10 22:10:48", "author_account_age_days": 302 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { - "stars": 14, + "stars": 15, "last_update": "2024-11-16 17:44:36", "author_account_age_days": 302 }, @@ -3355,14 +3355,14 @@ "author_account_age_days": 302 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { - "stars": 23, + "stars": 24, "last_update": "2024-09-18 22:45:55", "author_account_age_days": 302 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 157, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, @@ -3372,7 +3372,7 @@ "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, @@ -3382,37 +3382,37 @@ "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4892 + "author_account_age_days": 4893 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-11-18 01:28:57", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, @@ -3432,17 +3432,17 @@ "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5303 + "author_account_age_days": 5304 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, @@ -3482,37 +3482,37 @@ "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3450 + "author_account_age_days": 3451 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3450 + "author_account_age_days": 3451 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-19 05:25:40", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 354, + "stars": 355, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3443 + "author_account_age_days": 3444 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -3537,7 +3537,7 @@ "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 111, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1301 + "author_account_age_days": 1302 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, @@ -3562,147 +3562,147 @@ "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 388, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 49, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 210, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 97, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, @@ -3712,12 +3712,12 @@ "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, @@ -3727,32 +3727,32 @@ "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 240, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 20, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1512, + "stars": 1517, "last_update": "2024-11-17 12:45:35", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 108, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 94, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, @@ -3767,17 +3767,17 @@ "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1944 + "author_account_age_days": 1945 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 69, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 33, @@ -3807,7 +3807,7 @@ "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, @@ -3817,77 +3817,77 @@ "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 26, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5518 + "author_account_age_days": 5519 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1033, + "stars": 1038, "last_update": "2024-11-06 13:04:04", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 78, + "stars": 79, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 389, + "stars": 390, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 349, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 246, + "stars": 247, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 135, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, @@ -3897,35 +3897,35 @@ "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-11 03:33:57", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57151, - "last_update": "2024-11-19 12:32:09", + "stars": 57212, + "last_update": "2024-11-20 01:59:47", "author_account_age_days": 697 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 511, + "stars": 512, "last_update": "2024-10-10 00:23:55", "author_account_age_days": 697 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 161, + "stars": 162, "last_update": "2024-05-22 15:29:49", "author_account_age_days": 697 }, @@ -3937,7 +3937,7 @@ "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4757 + "author_account_age_days": 4758 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, @@ -3962,42 +3962,42 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/crystian/ComfyUI-Crystools": { "stars": 818, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 69, @@ -4010,7 +4010,7 @@ "author_account_age_days": 5159 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4151, + "stars": 4152, "last_update": "2024-09-13 13:04:50", "author_account_age_days": 5159 }, @@ -4037,7 +4037,7 @@ "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, @@ -4052,27 +4052,27 @@ "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 11, "last_update": "2024-11-13 14:06:47", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 11, - "last_update": "2024-11-16 02:19:23", - "author_account_age_days": 537 + "last_update": "2024-11-19 17:44:22", + "author_account_age_days": 538 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, @@ -4090,19 +4090,19 @@ "author_account_age_days": 4220 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 240, + "stars": 241, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 22, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, @@ -4112,12 +4112,12 @@ "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4576 + "author_account_age_days": 4577 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, @@ -4162,17 +4162,17 @@ "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4683 + "author_account_age_days": 4684 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 78, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4683 + "author_account_age_days": 4684 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3644 + "author_account_age_days": 3645 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, @@ -4185,29 +4185,29 @@ "author_account_age_days": 5444 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { - "stars": 10, + "stars": 11, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6122 + "author_account_age_days": 6123 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6122 + "author_account_age_days": 6123 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 192, - "last_update": "2024-11-11 18:33:34", - "author_account_age_days": 4352 + "stars": 193, + "last_update": "2024-11-20 00:22:16", + "author_account_age_days": 4353 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, @@ -4220,9 +4220,9 @@ "author_account_age_days": 4666 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 202, + "stars": 203, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, @@ -4232,12 +4232,12 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 67, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, @@ -4255,39 +4255,39 @@ "author_account_age_days": 1618 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 274, + "stars": 275, "last_update": "2024-09-08 13:44:29", "author_account_age_days": 4432 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, @@ -4297,12 +4297,12 @@ "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4951 + "author_account_age_days": 4952 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, @@ -4310,29 +4310,29 @@ "author_account_age_days": 2611 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { - "stars": 4, + "stars": 5, "last_update": "2024-08-13 19:24:33", "author_account_age_days": 2866 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, @@ -4340,59 +4340,59 @@ "author_account_age_days": 2671 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 301, + "stars": 306, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 83, + "stars": 84, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4386 + "author_account_age_days": 4387 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1143 + "author_account_age_days": 1144 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 116, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/fairy-root/comfyui-ollama-llms": { - "stars": 11, + "stars": 12, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, - "last_update": "2024-11-19 10:13:07", - "author_account_age_days": 1236 + "last_update": "2024-11-19 12:58:44", + "author_account_age_days": 1237 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 10, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, @@ -4417,87 +4417,87 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 38, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 141, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 298, "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 11, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 913, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 238, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 141, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 209, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 434, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3643 + "author_account_age_days": 3644 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3769 + "author_account_age_days": 3770 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, @@ -4507,7 +4507,7 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2468 + "author_account_age_days": 2469 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, @@ -4515,7 +4515,7 @@ "author_account_age_days": 589 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 516, + "stars": 517, "last_update": "2024-09-04 04:57:15", "author_account_age_days": 589 }, @@ -4527,7 +4527,7 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2306 + "author_account_age_days": 2307 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, @@ -4562,32 +4562,32 @@ "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5100 + "author_account_age_days": 5101 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/giriss/comfy-image-saver": { "stars": 198, @@ -4627,62 +4627,62 @@ "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 154, "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 32, "last_update": "2024-11-19 11:05:07", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1205 + "author_account_age_days": 1206 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1205 + "author_account_age_days": 1206 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1205 + "author_account_age_days": 1206 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 414, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1205 + "author_account_age_days": 1206 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2609 + "author_account_age_days": 2610 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, @@ -4690,24 +4690,24 @@ "author_account_age_days": 2937 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 14, + "stars": 15, "last_update": "2024-11-14 20:05:03", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 120, - "last_update": "2024-11-17 01:08:03", - "author_account_age_days": 668 + "last_update": "2024-11-20 03:35:48", + "author_account_age_days": 669 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 41, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3994 + "author_account_age_days": 3995 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1303 + "author_account_age_days": 1304 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, @@ -4717,7 +4717,7 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, @@ -4732,7 +4732,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, @@ -4767,25 +4767,25 @@ "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 61, "last_update": "2024-11-15 13:56:34", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1030, + "stars": 1034, "last_update": "2024-11-19 04:14:22", "author_account_age_days": 3043 }, @@ -4802,7 +4802,7 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, @@ -4812,7 +4812,7 @@ "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, @@ -4832,52 +4832,52 @@ "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 533, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1487, + "stars": 1489, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 55, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5788 + "author_account_age_days": 5789 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1514 + "author_account_age_days": 1515 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, @@ -4887,12 +4887,12 @@ "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4061 + "author_account_age_days": 4062 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3258 + "author_account_age_days": 3259 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, @@ -4902,32 +4902,32 @@ "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4253 + "author_account_age_days": 4254 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 152, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5439 + "author_account_age_days": 5440 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 517, - "last_update": "2024-11-17 02:23:31", - "author_account_age_days": 3010 + "stars": 518, + "last_update": "2024-11-19 15:40:09", + "author_account_age_days": 3011 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, @@ -4937,12 +4937,12 @@ "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 30, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1036 + "author_account_age_days": 1037 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, @@ -4965,19 +4965,19 @@ "author_account_age_days": 4019 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 995, + "stars": 996, "last_update": "2024-08-26 04:49:54", "author_account_age_days": 4019 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 38, + "stars": 39, "last_update": "2024-11-14 07:12:08", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1124 + "author_account_age_days": 1125 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, @@ -4992,7 +4992,7 @@ "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, @@ -5005,7 +5005,7 @@ "author_account_age_days": 3079 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 127, + "stars": 128, "last_update": "2024-11-19 01:16:54", "author_account_age_days": 3800 }, @@ -5022,7 +5022,7 @@ "https://github.com/jitcoder/lora-info": { "stars": 64, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4188 + "author_account_age_days": 4189 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, @@ -5032,7 +5032,7 @@ "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4359 + "author_account_age_days": 4360 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, @@ -5042,10 +5042,10 @@ "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 357, + "stars": 360, "last_update": "2024-07-31 13:54:32", "author_account_age_days": 356 }, @@ -5057,12 +5057,12 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, @@ -5072,7 +5072,7 @@ "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 13, @@ -5090,7 +5090,7 @@ "author_account_age_days": 4901 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 146, + "stars": 147, "last_update": "2024-11-12 12:15:46", "author_account_age_days": 1260 }, @@ -5102,7 +5102,7 @@ "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, @@ -5112,17 +5112,17 @@ "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -5152,12 +5152,12 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2809 + "author_account_age_days": 2810 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, @@ -5177,7 +5177,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/kft334/Knodes": { "stars": 3, @@ -5205,8 +5205,8 @@ "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 899, - "last_update": "2024-11-19 01:04:28", + "stars": 916, + "last_update": "2024-11-20 00:13:00", "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { @@ -5230,7 +5230,7 @@ "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 632, + "stars": 633, "last_update": "2024-08-15 21:17:07", "author_account_age_days": 2331 }, @@ -5240,18 +5240,18 @@ "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 758, + "stars": 760, "last_update": "2024-11-06 15:59:52", "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 498, + "stars": 499, "last_update": "2024-11-11 09:14:43", "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 134, - "last_update": "2024-11-10 15:40:55", + "stars": 141, + "last_update": "2024-11-19 14:31:22", "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-Geowizard": { @@ -5350,29 +5350,29 @@ "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 648, + "stars": 649, "last_update": "2024-10-03 18:41:02", "author_account_age_days": 2331 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 25, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/kk8bit/KayTool": { "stars": 3, @@ -5382,7 +5382,7 @@ "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -5412,12 +5412,12 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, @@ -5440,7 +5440,7 @@ "author_account_age_days": 2979 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 20:42:29", "author_account_age_days": 2979 }, @@ -5467,87 +5467,87 @@ "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { - "stars": 2, + "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, - "last_update": "2024-11-19 08:55:26", - "author_account_age_days": 2758 + "last_update": "2024-11-20 03:28:40", + "author_account_age_days": 2759 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3644 + "author_account_age_days": 3645 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 21, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, @@ -5557,7 +5557,7 @@ "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 5, @@ -5567,13 +5567,18 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3057 + "author_account_age_days": 3058 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", "author_account_age_days": 3940 }, + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { + "stars": 2, + "last_update": "2024-11-19 15:33:07", + "author_account_age_days": 335 + }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", @@ -5582,42 +5587,42 @@ "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 57, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 93, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2611 + "author_account_age_days": 2612 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/lks-ai/anynode": { "stars": 500, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 82, @@ -5632,140 +5637,140 @@ "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 641, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 245, + "stars": 247, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 366, + "stars": 367, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 19, "last_update": "2024-11-17 18:48:46", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 13, + "stars": 17, "last_update": "2024-11-16 09:41:05", "author_account_age_days": 3811 }, @@ -5775,29 +5780,29 @@ "author_account_age_days": 3811 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1897, - "last_update": "2024-11-09 10:48:29", - "author_account_age_days": 610 + "stars": 1898, + "last_update": "2024-11-20 00:49:41", + "author_account_age_days": 611 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 429, + "stars": 430, "last_update": "2024-11-15 03:53:05", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 6968, - "last_update": "2024-11-18 18:18:00", - "author_account_age_days": 610 + "stars": 6982, + "last_update": "2024-11-20 03:30:10", + "author_account_age_days": 611 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 30, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-19 01:02:41", - "author_account_age_days": 2182 + "last_update": "2024-11-19 21:35:36", + "author_account_age_days": 2183 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 179, @@ -5807,7 +5812,7 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, @@ -5820,14 +5825,14 @@ "author_account_age_days": 2506 }, "https://github.com/maludwig/basix_image_filters": { - "stars": 1, + "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3654 + "author_account_age_days": 3655 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 165, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5902 + "author_account_age_days": 5903 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, @@ -5847,17 +5852,17 @@ "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4923 + "author_account_age_days": 4924 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2979 + "author_account_age_days": 2980 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, @@ -5877,22 +5882,22 @@ "https://github.com/mav-rik/facerestore_cf": { "stars": 219, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3068 + "author_account_age_days": 3069 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1129, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2249 + "author_account_age_days": 2250 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, @@ -5912,37 +5917,37 @@ "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/melMass/comfy_mtb": { "stars": 450, "last_update": "2024-11-18 00:53:34", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 15, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5621 + "author_account_age_days": 5622 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, @@ -5952,7 +5957,7 @@ "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2465 + "author_account_age_days": 2466 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, @@ -5960,7 +5965,7 @@ "author_account_age_days": 150 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 263, + "stars": 264, "last_update": "2024-11-05 00:07:48", "author_account_age_days": 616 }, @@ -5972,7 +5977,7 @@ "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2809 + "author_account_age_days": 2810 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, @@ -5982,12 +5987,12 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6064 + "author_account_age_days": 6065 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6064 + "author_account_age_days": 6065 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 173, @@ -5997,7 +6002,7 @@ "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 46, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1368 + "author_account_age_days": 1369 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, @@ -6036,7 +6041,7 @@ }, "https://github.com/modelscope/scepter": { "stars": 428, - "last_update": "2024-11-07 12:54:02", + "last_update": "2024-11-19 12:43:55", "author_account_age_days": 848 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { @@ -6047,7 +6052,7 @@ "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, "last_update": "2024-11-17 06:08:52", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, @@ -6062,7 +6067,7 @@ "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, @@ -6072,7 +6077,7 @@ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, @@ -6087,52 +6092,52 @@ "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, "last_update": "2024-11-14 08:31:46", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3822 + "author_account_age_days": 3823 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3822 + "author_account_age_days": 3823 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 180, + "stars": 181, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, @@ -6140,7 +6145,7 @@ "author_account_age_days": 1167 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 78, + "stars": 79, "last_update": "2024-11-19 06:28:54", "author_account_age_days": 1167 }, @@ -6152,7 +6157,7 @@ "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, @@ -6162,7 +6167,7 @@ "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 155, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1379 + "author_account_age_days": 1380 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 29, @@ -6171,7 +6176,7 @@ }, "https://github.com/niknah/quick-connections": { "stars": 124, - "last_update": "2024-11-07 00:26:06", + "last_update": "2024-11-19 12:39:37", "author_account_age_days": 4868 }, "https://github.com/nilor-corp/nilor-nodes": { @@ -6182,12 +6187,12 @@ "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, @@ -6197,37 +6202,37 @@ "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 33, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1810 + "author_account_age_days": 1811 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, @@ -6237,17 +6242,17 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 201, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4052 + "author_account_age_days": 4053 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1865 + "author_account_age_days": 1866 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, @@ -6260,19 +6265,19 @@ "author_account_age_days": 1240 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 648, + "stars": 649, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1324 + "author_account_age_days": 1325 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 94, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 15, + "stars": 17, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, @@ -6287,27 +6292,27 @@ "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 129, + "stars": 130, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1224 + "author_account_age_days": 1225 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -6317,12 +6322,12 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, @@ -6335,7 +6340,7 @@ "author_account_age_days": 5201 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 77, + "stars": 78, "last_update": "2024-11-16 21:20:11", "author_account_age_days": 2279 }, @@ -6357,7 +6362,7 @@ "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 180, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -6372,17 +6377,17 @@ "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5156 + "author_account_age_days": 5157 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 146, + "stars": 148, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 39, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, @@ -6397,7 +6402,7 @@ "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 117 + "author_account_age_days": 118 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, @@ -6422,17 +6427,17 @@ "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, "last_update": "2024-11-14 19:00:07", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 92, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, @@ -6460,29 +6465,29 @@ "author_account_age_days": 5716 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1237, + "stars": 1240, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { "stars": 1854, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 655, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 133, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -6497,12 +6502,12 @@ "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, @@ -6510,44 +6515,44 @@ "author_account_age_days": 4642 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 30, + "stars": 31, "last_update": "2024-11-18 12:38:09", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 12, + "stars": 13, "last_update": "2024-10-25 09:09:43", "author_account_age_days": 5769 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 289, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 19, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/replicate/comfyui-replicate": { "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1756 + "author_account_age_days": 1757 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, @@ -6555,9 +6560,9 @@ "author_account_age_days": 4633 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1190, + "stars": 1196, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5122 + "author_account_age_days": 5123 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, @@ -6572,12 +6577,12 @@ "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4980 + "author_account_age_days": 4981 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, @@ -6587,7 +6592,7 @@ "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3694 + "author_account_age_days": 3695 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 2, @@ -6602,7 +6607,7 @@ "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, @@ -6617,12 +6622,17 @@ "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2677 + "author_account_age_days": 2678 + }, + "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": { + "stars": 2, + "last_update": "2024-11-20 02:06:20", + "author_account_age_days": 330 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, @@ -6637,92 +6647,92 @@ "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3837 + "author_account_age_days": 3838 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 295, - "last_update": "2024-11-08 23:08:05", - "author_account_age_days": 3837 + "last_update": "2024-11-19 16:08:28", + "author_account_age_days": 3838 }, "https://github.com/saftle/uber_comfy_nodes": { - "stars": 1, + "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5453 + "author_account_age_days": 5454 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5453 + "author_account_age_days": 5454 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3480 + "author_account_age_days": 3481 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 420, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1305, + "stars": 1306, "last_update": "2024-10-25 06:24:51", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 102, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 25, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, @@ -6752,92 +6762,92 @@ "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 33, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/siliconflow/BizyAir": { "stars": 358, - "last_update": "2024-11-19 08:34:29", - "author_account_age_days": 453 + "last_update": "2024-11-20 03:42:01", + "author_account_age_days": 454 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 158, @@ -6845,174 +6855,179 @@ "author_account_age_days": 1255 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 43, + "stars": 45, "last_update": "2024-11-19 12:22:49", "author_account_age_days": 2275 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 52, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 12, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 27, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 276, "last_update": "2024-11-19 00:59:05", - "author_account_age_days": 502 + "author_account_age_days": 503 + }, + "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { + "stars": 3, + "last_update": "2024-11-20 01:14:37", + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 43, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 46, + "stars": 47, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 158, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 102, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { - "stars": 17, + "stars": 18, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 241, "last_update": "2024-11-18 12:56:16", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-11-16 20:42:59", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, @@ -7027,85 +7042,85 @@ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 184, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 136, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 44, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 163, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 157, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5379 + "author_account_age_days": 5380 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 859, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 374, + "stars": 375, "last_update": "2024-11-16 16:28:17", "author_account_age_days": 4232 }, @@ -7147,22 +7162,22 @@ "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 28, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6078 + "author_account_age_days": 6079 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 27, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, @@ -7172,7 +7187,7 @@ "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3303 + "author_account_age_days": 3304 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 111, @@ -7182,12 +7197,12 @@ "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2046 + "author_account_age_days": 2047 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1155 + "author_account_age_days": 1156 }, "https://github.com/taabata/ComfyCanvas": { "stars": 70, @@ -7212,52 +7227,57 @@ "https://github.com/talesofai/comfyui-browser": { "stars": 502, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4119 + "author_account_age_days": 4120 + }, + "https://github.com/tanglup/Comfyui-Ycnode": { + "stars": 4, + "last_update": "2024-11-19 16:35:21", + "author_account_age_days": 273 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 150, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 40, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 44, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 333, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 65, + "stars": 66, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, @@ -7267,7 +7287,7 @@ "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3098 + "author_account_age_days": 3099 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, @@ -7282,42 +7302,42 @@ "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4007 + "author_account_age_days": 4008 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 518, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3968 + "author_account_age_days": 3969 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 37, - "last_update": "2024-08-02 04:55:20", - "author_account_age_days": 3288 + "last_update": "2024-11-19 15:33:13", + "author_account_age_days": 3289 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2405 + "author_account_age_days": 2406 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, @@ -7327,22 +7347,22 @@ "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1676 + "author_account_age_days": 1677 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { - "stars": 116, + "stars": 117, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, @@ -7352,27 +7372,27 @@ "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2813 + "author_account_age_days": 2814 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 759, + "stars": 760, "last_update": "2024-05-22 18:16:58", "author_account_age_days": 4216 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 93, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3850 + "author_account_age_days": 3851 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, @@ -7397,12 +7417,12 @@ "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, @@ -7417,27 +7437,27 @@ "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3575 + "author_account_age_days": 3576 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, @@ -7457,21 +7477,26 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 146, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1986 + "author_account_age_days": 1987 + }, + "https://github.com/vkff5833/ComfyUI-PromptConverter": { + "stars": 0, + "last_update": "2024-11-19 21:46:23", + "author_account_age_days": 443 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 15, - "last_update": "2024-11-19 01:55:42", + "stars": 43, + "last_update": "2024-11-20 01:18:17", "author_account_age_days": 720 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { @@ -7487,12 +7512,12 @@ "https://github.com/wallish77/wlsh_nodes": { "stars": 100, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2368 + "author_account_age_days": 2369 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3531 + "author_account_age_days": 3532 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 3, @@ -7502,7 +7527,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, @@ -7517,7 +7542,7 @@ "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, @@ -7537,22 +7562,22 @@ "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3178 + "author_account_age_days": 3179 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5869 + "author_account_age_days": 5870 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5869 + "author_account_age_days": 5870 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 51, @@ -7562,7 +7587,7 @@ "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2410 + "author_account_age_days": 2411 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, @@ -7582,7 +7607,7 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, @@ -7602,12 +7627,12 @@ "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, @@ -7622,7 +7647,7 @@ "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2956 + "author_account_age_days": 2957 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, @@ -7632,17 +7657,17 @@ "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 18, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 84, @@ -7657,52 +7682,52 @@ "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1062, "last_update": "2024-11-19 09:44:10", - "author_account_age_days": 1488 + "author_account_age_days": 1489 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { - "stars": 11, + "stars": 12, "last_update": "2024-11-18 16:43:25", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 0, "last_update": "2024-11-17 11:45:56", - "author_account_age_days": 3537 + "author_account_age_days": 3538 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, @@ -7717,57 +7742,57 @@ "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 71, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 76, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 182, - "last_update": "2024-11-19 00:22:47", - "author_account_age_days": 1047 + "stars": 186, + "last_update": "2024-11-19 21:42:23", + "author_account_age_days": 1048 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, @@ -7777,27 +7802,27 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4563 + "author_account_age_days": 4564 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4563 + "author_account_age_days": 4564 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4563 + "author_account_age_days": 4564 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, @@ -7822,7 +7847,7 @@ "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3497 + "author_account_age_days": 3498 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, @@ -7847,16 +7872,16 @@ "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2809 + "author_account_age_days": 2810 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 236, + "stars": 245, "last_update": "2024-11-19 10:49:45", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5109 + "author_account_age_days": 5110 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 2398d5b8..6011203b 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,16 @@ + { + "author": "minhtuannhn", + "title": "comfyui-gemini-studio [WIP]", + "reference": "https://github.com/minhtuannhn/comfyui-gemini-studio", + "files": [ + "https://github.com/minhtuannhn/comfyui-gemini-studio" + ], + "install_type": "git-clone", + "description": "comfyui-gemini-studio[w/This extension uses the legacy method of copying JS.]" + }, { "author": "artem-konevskikh", "title": "ComfyUI Video Processing Nodes [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index b8a6c1e0..bc265644 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2323,11 +2323,14 @@ "https://github.com/ilovejohnwhite/Tracer": [ [ "BillyGoatNode", + "EcstaticNode", "HintImageEnchance", "Image Load TTK", "ImageGenResolutionFromImage", "ImageGenResolutionFromLatent", + "KillMeNode", "LinkMasterNode", + "OkayBuddyNode", "PixelPerfectResolution", "SuckerPunch", "UWU_Preprocessor", @@ -2988,6 +2991,14 @@ "title_aux": "LaserCutterFull and Deptherize Nodes" } ], + "https://github.com/minhtuannhn/comfyui-gemini-studio": [ + [ + "GetFileNameFromURL" + ], + { + "title_aux": "comfyui-gemini-studio [WIP]" + } + ], "https://github.com/monate0615/ComfyUI-Affine-Transform": [ [ "AffineTransform" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 499f7e33..e38cb72b 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,52 +2,52 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1607 + "author_account_age_days": 1608 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, @@ -57,7 +57,7 @@ "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1578 + "author_account_age_days": 1579 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, @@ -67,17 +67,17 @@ "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 49, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 19, @@ -87,27 +87,27 @@ "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { "stars": 2, "last_update": "2024-11-19 00:40:20", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4299 + "author_account_age_days": 4300 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, @@ -117,7 +117,7 @@ "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, @@ -127,7 +127,7 @@ "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 16, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 45 + "author_account_age_days": 46 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, @@ -137,12 +137,12 @@ "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, @@ -157,37 +157,37 @@ "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-11-13 18:01:18", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1321 + "author_account_age_days": 1322 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, @@ -197,12 +197,12 @@ "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2062 + "author_account_age_days": 2063 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 75 + "author_account_age_days": 76 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 131, @@ -212,32 +212,32 @@ "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3416 + "author_account_age_days": 3417 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, @@ -257,12 +257,12 @@ "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 980 + "author_account_age_days": 981 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, @@ -272,12 +272,12 @@ "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 28, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, @@ -287,12 +287,12 @@ "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 23, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, @@ -302,7 +302,7 @@ "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 0, @@ -312,7 +312,7 @@ "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, @@ -322,7 +322,7 @@ "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4764 + "author_account_age_days": 4765 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, @@ -332,7 +332,7 @@ "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4187 + "author_account_age_days": 4188 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, @@ -342,32 +342,32 @@ "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1459 + "author_account_age_days": 1460 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { - "stars": 31, + "stars": 32, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 44, + "stars": 45, "last_update": "2024-10-19 17:01:30", "author_account_age_days": 1353 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-11-17 21:14:02", - "author_account_age_days": 2608 + "author_account_age_days": 2609 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, @@ -377,37 +377,37 @@ "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/T8star1984/comfyui-purgevram": { "stars": 32, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3877 + "author_account_age_days": 3878 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, @@ -417,32 +417,32 @@ "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 85, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 280, + "stars": 281, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 216, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, @@ -452,12 +452,12 @@ "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3433 + "author_account_age_days": 3434 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, @@ -467,17 +467,17 @@ "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 0, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2423 + "author_account_age_days": 2424 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4096 + "author_account_age_days": 4097 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 74, @@ -497,76 +497,76 @@ "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4434 + "author_account_age_days": 4435 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5157 + "author_account_age_days": 5158 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3266 + "author_account_age_days": 3267 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57150, - "last_update": "2024-11-19 12:32:09", + "stars": 57212, + "last_update": "2024-11-20 01:59:47", "author_account_age_days": 697 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { @@ -582,7 +582,7 @@ "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1963 + "author_account_age_days": 1964 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 231, @@ -592,12 +592,12 @@ "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2135 + "author_account_age_days": 2136 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6122 + "author_account_age_days": 6123 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, @@ -612,7 +612,7 @@ "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, @@ -622,52 +622,52 @@ "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4186 + "author_account_age_days": 4187 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1573 + "author_account_age_days": 1574 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, @@ -687,7 +687,7 @@ "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, @@ -702,17 +702,17 @@ "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, @@ -722,17 +722,17 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5191 + "author_account_age_days": 5192 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, @@ -761,8 +761,8 @@ }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, - "last_update": "2024-11-09 22:44:02", - "author_account_age_days": 1021 + "last_update": "2024-11-20 01:40:12", + "author_account_age_days": 1022 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, @@ -782,25 +782,25 @@ "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5095 + "author_account_age_days": 5096 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 151, + "stars": 152, "last_update": "2024-05-21 05:28:34", "author_account_age_days": 650 }, @@ -812,12 +812,12 @@ "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, @@ -845,7 +845,7 @@ "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { - "stars": 76, + "stars": 77, "last_update": "2024-08-14 02:20:18", "author_account_age_days": 2331 }, @@ -855,7 +855,7 @@ "author_account_age_days": 2331 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 621, + "stars": 624, "last_update": "2024-11-11 13:54:57", "author_account_age_days": 2331 }, @@ -867,7 +867,7 @@ "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 0, "last_update": "2024-11-18 14:23:14", - "author_account_age_days": 4 + "author_account_age_days": 5 }, "https://github.com/kk8bit/KayTool": { "stars": 3, @@ -876,8 +876,8 @@ }, "https://github.com/kostenickj/comfyui-jk-easy-nodes": { "stars": 1, - "last_update": "2024-11-18 18:53:14", - "author_account_age_days": 3197 + "last_update": "2024-11-19 14:33:54", + "author_account_age_days": 3198 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, @@ -892,12 +892,12 @@ "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2800 + "author_account_age_days": 2801 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, @@ -907,7 +907,7 @@ "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 53, @@ -917,12 +917,12 @@ "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, @@ -937,22 +937,22 @@ "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 100, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 641, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, @@ -960,29 +960,29 @@ "author_account_age_days": 701 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { - "stars": 219, + "stars": 222, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, @@ -992,67 +992,72 @@ "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2465 + "author_account_age_days": 2466 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3551 + "author_account_age_days": 3552 + }, + "https://github.com/minhtuannhn/comfyui-gemini-studio": { + "stars": 0, + "last_update": "2024-11-19 16:05:05", + "author_account_age_days": 1329 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3006 + "author_account_age_days": 3007 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 2, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, @@ -1082,7 +1087,7 @@ "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "stars": 129, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, @@ -1102,37 +1107,37 @@ "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4177 + "author_account_age_days": 4178 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 4, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 77, + "stars": 78, "last_update": "2024-11-16 21:20:11", "author_account_age_days": 2279 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5271 + "author_account_age_days": 5272 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, @@ -1142,12 +1147,12 @@ "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 49, @@ -1162,17 +1167,17 @@ "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3324 + "author_account_age_days": 3325 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, @@ -1187,7 +1192,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, @@ -1197,37 +1202,37 @@ "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, @@ -1237,12 +1242,12 @@ "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, @@ -1262,7 +1267,7 @@ "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, @@ -1272,17 +1277,17 @@ "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, @@ -1297,17 +1302,17 @@ "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5346 + "author_account_age_days": 5347 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 2, "last_update": "2024-11-15 03:03:13", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3086 + "author_account_age_days": 3087 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, @@ -1322,7 +1327,7 @@ "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, @@ -1332,7 +1337,7 @@ "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, @@ -1342,17 +1347,17 @@ "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 301, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0811ee53..fef561aa 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,56 @@ + { + "author": "smthemex", + "title": "ComfyUI_Face_Anon_Simple", + "reference": "https://github.com/smthemex/ComfyUI_Face_Anon_Simple", + "files": [ + "https://github.com/smthemex/ComfyUI_Face_Anon_Simple" + ], + "install_type": "git-clone", + "description": "Face Anonymization make simple and easy." + }, + { + "author": "liuqianhonga", + "title": "ComfyUI-Image-Compressor", + "reference": "https://github.com/liuqianhonga/ComfyUI-Image-Compressor", + "files": [ + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for image compression that supports multiple compression formats and parameter adjustments." + }, + { + "author": "duhaifeng", + "title": "ComfyUI-BiRefNet-lite", + "reference": "https://github.com/rubi-du/ComfyUI-BiRefNet-lite", + "files": [ + "https://github.com/rubi-du/ComfyUI-BiRefNet-lite" + ], + "install_type": "git-clone", + "description": "This repository packages the latest BiRefNet model as a ComfyUI node for use, supporting chunked loading on both CPU and GPU, as well as model caching features." + }, + { + "author": "tanglup", + "title": "Comfyui-Ycnode", + "reference": "https://github.com/tanglup/Comfyui-Ycnode", + "files": [ + "https://github.com/tanglup/Comfyui-Ycnode" + ], + "install_type": "git-clone", + "description": "NODES:Canvas View" + }, + { + "author": "vkff5833", + "title": "ComfyUI-PromptConverter", + "reference": "https://github.com/vkff5833/ComfyUI-PromptConverter", + "files": [ + "https://github.com/vkff5833/ComfyUI-PromptConverter" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that converts prompts between different AI image generation models." + }, { "author": "c0ffymachyne", "title": "ComfyUI Signal Processing", @@ -638,57 +688,6 @@ ], "install_type": "git-clone", "description": "A general extension to utilize TIPO or DanTagGen to do 'text-presampling' based on KGen library: [a/https://github.com/KohakuBlueleaf/KGen](https://github.com/KohakuBlueleaf/KGen)" - }, - { - "author": "logtd", - "title": "ComfyUI-MochiEdit", - "reference": "https://github.com/logtd/ComfyUI-MochiEdit", - "files": [ - "https://github.com/logtd/ComfyUI-MochiEdit" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes to edit videos using Genmo Mochi" - }, - { - "author": "MiddleKD", - "title": "ComfyUI-denoise-mask-scheduler", - "reference": "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler", - "files": [ - "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler" - ], - "install_type": "git-clone", - "description": "ComfyUI-denoise-mask-scheduler experimental approach involves selectively applying a denoise mask at each step during the inpainting inference process in diffusion models." - }, - { - "author": "Q-Bug4", - "title": "Comfyui-Qb-Date-Nodes", - "reference": "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes", - "files": [ - "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes" - ], - "install_type": "git-clone", - "description": "A custom node designed for ComfyUI, allowing users to format the current date and time based on a specified format." - }, - { - "author": "stormcenter", - "title": "ComfyUI LivePhoto Creator", - "reference": "https://github.com/stormcenter/ComfyUI-LivePhotoCreator", - "files": [ - "https://github.com/stormcenter/ComfyUI-LivePhotoCreator" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that allows you to create iPhone-compatible Live Photos from videos. This node can convert video sequences into Live Photo format, with the ability to select key frames and customize the output." - }, - { - "author": "zubenelakrab", - "title": "ComfyUI-ASV-Nodes Node", - "id": "ComfyUI-ASV-Nodes", - "reference": "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes", - "files": [ - "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes" - ], - "install_type": "git-clone", - "description": "ComfyUI-ASV-Nodes make prompting easier." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index b1dd640f..137df242 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2084,6 +2084,7 @@ "PrimereEmbeddingHandler", "PrimereEmbeddingKeywordMerger", "PrimereEmotionsStyles", + "PrimereFastSeed", "PrimereHypernetwork", "PrimereImageSegments", "PrimereKSampler", @@ -11925,10 +11926,14 @@ "D2 Controlnet Loader", "D2 EmptyImage Alpha", "D2 Folder Image Queue", + "D2 Get Image Size", + "D2 Grid Image", "D2 Image Resize", + "D2 Image Stack", "D2 KSampler", "D2 KSampler(Advanced)", "D2 List To String", + "D2 Load Folder Images", "D2 Load Image", "D2 Multi Output", "D2 Refiner Steps", @@ -11938,6 +11943,7 @@ "D2 Regex Switcher", "D2 Resize Calculator", "D2 Size Slector", + "D2 XY Annotation", "D2 XY Checkpoint List", "D2 XY Folder Images", "D2 XY Grid Image", @@ -11945,6 +11951,7 @@ "D2 XY Lora List", "D2 XY Plot", "D2 XY Prompt SR", + "D2 XY Prompt SR2", "D2 XY Seed" ], { @@ -15905,25 +15912,21 @@ "https://github.com/kijai/ComfyUI-CogVideoXWrapper": [ [ "CogVideoContextOptions", - "CogVideoControlImageEncode", "CogVideoControlNet", "CogVideoDecode", - "CogVideoDualTextEncode_311", "CogVideoImageEncode", - "CogVideoImageInterpolationEncode", + "CogVideoImageEncodeFunInP", "CogVideoLatentPreview", "CogVideoLoraSelect", - "CogVideoPABConfig", "CogVideoSampler", "CogVideoTextEncode", "CogVideoTextEncodeCombine", "CogVideoTransformerEdit", "CogVideoXFasterCache", - "CogVideoXFunControlSampler", "CogVideoXFunResizeToClosestBucket", - "CogVideoXFunSampler", - "CogVideoXFunVid2VidSampler", + "CogVideoXModelLoader", "CogVideoXTorchCompileSettings", + "CogVideoXVAELoader", "DownloadAndLoadCogVideoControlNet", "DownloadAndLoadCogVideoGGUFModel", "DownloadAndLoadCogVideoModel", @@ -16932,6 +16935,14 @@ "title_aux": "comfyui-remote-tools" } ], + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": [ + [ + "ImageCompressor" + ], + { + "title_aux": "ComfyUI-Image-Compressor" + } + ], "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": [ [ "LoraListUrlLoader" @@ -19912,6 +19923,14 @@ "title_aux": "ComfyUI-TranscriptionTools" } ], + "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": [ + [ + "BiRefNet_Lite" + ], + { + "title_aux": "ComfyUI-BiRefNet-lite" + } + ], "https://github.com/rui40000/RUI-Nodes": [ [ "ABCondition", @@ -20002,6 +20021,7 @@ "AudioFeatureVisualizer", "AudioFilter", "AudioGain", + "AudioInfo", "AudioPad", "AudioPitchShift", "AudioResample", @@ -20543,6 +20563,7 @@ "BizyAirSiliconCloudLLMAPI", "BizyAirSiliconCloudVLMAPI", "BizyAirTilePreprocessor", + "BizyAirToggleServerEndpoint", "BizyAirUniFormer_SemSegPreprocessor", "BizyAirZoe_DepthMapPreprocessor", "BizyAir_MinusZoneChatGLM3TextEncode", @@ -20775,6 +20796,16 @@ "title_aux": "ComfyUI_EchoMimic" } ], + "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": [ + [ + "Face_Anon_Simple_Align", + "Face_Anon_Simple_LoadModel", + "Face_Anon_Simple_Sampler" + ], + { + "title_aux": "ComfyUI_Face_Anon_Simple" + } + ], "https://github.com/smthemex/ComfyUI_FoleyCrafter": [ [ "FoleyCrafter_LoadModel", @@ -21519,6 +21550,14 @@ "title_aux": "ComfyUI-StoryMaker" } ], + "https://github.com/tanglup/Comfyui-Ycnode": [ + [ + "CanvasView" + ], + { + "title_aux": "Comfyui-Ycnode" + } + ], "https://github.com/teward/ComfyUI-Helper-Nodes": [ [ "HelperNodes_CfgScale", @@ -22092,6 +22131,14 @@ "title_aux": "ComfyUI-Vivax-Nodes" } ], + "https://github.com/vkff5833/ComfyUI-PromptConverter": [ + [ + "PromptConverter" + ], + { + "title_aux": "ComfyUI-PromptConverter" + } + ], "https://github.com/vsevolod-oparin/comfyui-kandinsky22": [ [ "comfy-kandinsky22-decoder-loader", From 8c593fe3f6a15285d2655759e9fefccd5cdddafb Mon Sep 17 00:00:00 2001 From: Makki Shizu <142442886+MakkiShizu@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:45:51 +0800 Subject: [PATCH 23/46] add new node (#1251) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f098cbf8..bbd50864 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17366,6 +17366,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Makki_Shizu", + "title": "ComfyUI-SaveAnimatedGIF", + "id": "SaveAnimatedGIF", + "reference": "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF", + "files": [ + "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF" + ], + "install_type": "git-clone", + "description": "Save animated GIF format nodes in ComfyUI" } ] } From 90035ded396c6ee44b8524fd39a4d759b5beab91 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Nov 2024 23:46:42 +0900 Subject: [PATCH 24/46] update DB --- custom-node-list.json | 22 +++++++++++----------- node_db/new/custom-node-list.json | 11 +++++++++++ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index bbd50864..8fc94eb7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16954,6 +16954,17 @@ "install_type": "git-clone", "description": "NODES:Canvas View" }, + { + "author": "Makki_Shizu", + "title": "ComfyUI-SaveAnimatedGIF", + "id": "SaveAnimatedGIF", + "reference": "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF", + "files": [ + "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF" + ], + "install_type": "git-clone", + "description": "Save animated GIF format nodes in ComfyUI" + }, @@ -17366,17 +17377,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Makki_Shizu", - "title": "ComfyUI-SaveAnimatedGIF", - "id": "SaveAnimatedGIF", - "reference": "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF", - "files": [ - "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF" - ], - "install_type": "git-clone", - "description": "Save animated GIF format nodes in ComfyUI" } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index fef561aa..b42349dd 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,17 @@ + { + "author": "Makki_Shizu", + "title": "ComfyUI-SaveAnimatedGIF", + "id": "SaveAnimatedGIF", + "reference": "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF", + "files": [ + "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF" + ], + "install_type": "git-clone", + "description": "Save animated GIF format nodes in ComfyUI" + }, { "author": "smthemex", "title": "ComfyUI_Face_Anon_Simple", From f2da376df1b4df8ba4e2130bd530f20f7239e2a3 Mon Sep 17 00:00:00 2001 From: Bananapuncakes <133641346+Bananapuncakes@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:47:13 +1100 Subject: [PATCH 25/46] Add ComfyUI_FluxMod node (#1252) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8fc94eb7..20dcd1b7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17377,6 +17377,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Horizon Team", + "title": "ComfyUI_FluxMod", + "id": "fluxmod", + "reference": "https://github.com/lodestone-rock/ComfyUI_FluxMod", + "files": [ + "https://github.com/lodestone-rock/ComfyUI_FluxMod" + ], + "install_type": "git-clone", + "description": "A modulation layer addon for Flux that reduces model size to 8.8B parameters without significant quality loss." } ] } From c7b2ec7502126e4435385e8ebbbf4ef088c6da81 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 21 Nov 2024 00:09:54 +0900 Subject: [PATCH 26/46] update DB --- custom-node-list.json | 73 ++++++++++++++++------- extension-node-map.json | 89 +++++++++++++++++++++++------ github-stats.json | 30 ++++++++++ node_db/dev/custom-node-list.json | 41 +++++++++++++ node_db/dev/extension-node-map.json | 68 +++++++++++++++++++++- node_db/dev/github-stats.json | 15 +++++ node_db/new/custom-node-list.json | 52 +++++++++++++++++ node_db/new/extension-node-map.json | 89 +++++++++++++++++++++++------ 8 files changed, 402 insertions(+), 55 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 20dcd1b7..274ee13e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -378,17 +378,6 @@ "install_type": "git-clone", "description": "This custom node provides advanced settings for FreeU." }, - { - "author": "WASasquatch", - "title": "ASTERR", - "id": "asterr", - "reference": "https://github.com/WASasquatch/ASTERR", - "files": [ - "https://github.com/WASasquatch/ASTERR" - ], - "install_type": "git-clone", - "description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI. [w/Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.]" - }, { "author": "WASasquatch", "title": "WAS_Extras", @@ -16965,6 +16954,57 @@ "install_type": "git-clone", "description": "Save animated GIF format nodes in ComfyUI" }, + { + "author": "Horizon Team", + "title": "ComfyUI_FluxMod", + "id": "fluxmod", + "reference": "https://github.com/lodestone-rock/ComfyUI_FluxMod", + "files": [ + "https://github.com/lodestone-rock/ComfyUI_FluxMod" + ], + "install_type": "git-clone", + "description": "A modulation layer addon for Flux that reduces model size to 8.8B parameters without significant quality loss." + }, + { + "author": "lo-th", + "title": "Comfyui_three_js", + "reference": "https://github.com/lo-th/Comfyui_three_js", + "files": [ + "https://github.com/lo-th/Comfyui_three_js" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI to run three js" + }, + { + "author": "AIPOQUE", + "title": "ComfyUI-APQNodes", + "reference": "https://github.com/AIPOQUE/ComfyUI-APQNodes", + "files": [ + "https://github.com/AIPOQUE/ComfyUI-APQNodes" + ], + "install_type": "git-clone", + "description": "NODES:ColorPalette, ...\nuseful custom nodes for ComfyUI" + }, + { + "author": "arcum42", + "title": "ComfyUI_SageUtils", + "reference": "https://github.com/arcum42/ComfyUI_SageUtils", + "files": [ + "https://github.com/arcum42/ComfyUI_SageUtils" + ], + "install_type": "git-clone", + "description": "NODES:Load Checkpoint With Name, Lora Stack Debug String, Simple Lora Stack, Lora Stack Loader, Prompts to CLIP, Sampler Info, KSampler w/ Sampler Info, Construct Metadata, Save Image with Added Metadata, Set Integer, ..." + }, + { + "author": "sweetndata", + "title": "ComfyUI-Image-Harmonizer", + "reference": "https://github.com/sweetndata/ComfyUI-Image-Harmonizer", + "files": [ + "https://github.com/sweetndata/ComfyUI-Image-Harmonizer" + ], + "install_type": "git-clone", + "description": "NODES:Image-Harmonizer" + }, @@ -17377,17 +17417,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Horizon Team", - "title": "ComfyUI_FluxMod", - "id": "fluxmod", - "reference": "https://github.com/lodestone-rock/ComfyUI_FluxMod", - "files": [ - "https://github.com/lodestone-rock/ComfyUI_FluxMod" - ], - "install_type": "git-clone", - "description": "A modulation layer addon for Flux that reduces model size to 8.8B parameters without significant quality loss." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 137df242..37bfcfaf 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -898,6 +898,14 @@ "title_aux": "ComfyUI-ToonCrafter" } ], + "https://github.com/AIPOQUE/ComfyUI-APQNodes": [ + [ + "ColorPalette|AIPOQUE" + ], + { + "title_aux": "ComfyUI-APQNodes" + } + ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -3252,6 +3260,7 @@ "GR Multi Mask Create", "GR Onomatopoeia", "GR Pan Or Zoom", + "GR Prompt Generator", "GR Prompt HUB", "GR Prompt Selector", "GR Prompt Selector Multi", @@ -3647,7 +3656,8 @@ "IsulionStyleMixer", "IsulionTechGenerator", "IsulionTimeOfDayGenerator", - "IsulionWeatherGenerator" + "IsulionWeatherGenerator", + "MegaPromptV2" ], { "title_aux": "ComfyUI_Isulion Random Prompt Generator" @@ -4749,6 +4759,15 @@ "title_aux": "ComfyUI-Prompt-Wildcards" } ], + "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": [ + [ + "SaveAnimatedGIF", + "SaveAnimatedWEBPRevise" + ], + { + "title_aux": "ComfyUI-SaveAnimatedGIF" + } + ], "https://github.com/MakkiShizu/comfyui_reimgsize": [ [ "Cropimg", @@ -5858,6 +5877,7 @@ "https://github.com/Rinsanga1/comfyui-florence2xy": [ [ "Florence2toCoordinatesButxy", + "LoadImageWithName", "Phi35VisionInstruct" ], { @@ -6507,7 +6527,8 @@ "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [ [ "ComfyUIPixtralVision", - "MultiImagesInput" + "MultiImagesInput", + "preview_text" ], { "title_aux": "ComfyUI_pixtral_vision" @@ -7777,15 +7798,6 @@ "title_aux": "ControlFlowUtils" } ], - "https://github.com/WASasquatch/ASTERR": [ - [ - "ASTERR", - "SaveASTERR" - ], - { - "title_aux": "ASTERR" - } - ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -9246,6 +9258,26 @@ "title_aux": "antrobots ComfyUI Nodepack" } ], + "https://github.com/arcum42/ComfyUI_SageUtils": [ + [ + "Sage_CheckpointLoaderSimple", + "Sage_ConstructMetadata", + "Sage_DualCLIPTextEncode", + "Sage_KSampler", + "Sage_LoraStack", + "Sage_LoraStackDebugString", + "Sage_LoraStackLoader", + "Sage_SamplerInfo", + "Sage_SaveImageWithMetadata", + "Sage_SetFloat", + "Sage_SetInteger", + "Sage_SetText", + "Sage_ViewText" + ], + { + "title_aux": "ComfyUI_SageUtils" + } + ], "https://github.com/asaddi/ComfyUI-YALLM-node": [ [ "LLMChat", @@ -9642,11 +9674,11 @@ ], "https://github.com/bentoml/ComfyUI-IDL": [ [ - "BentoInputFile", - "BentoInputImage", - "BentoInputValue", - "BentoOutputFile", - "BentoOutputImage" + "CPackInputFile", + "CPackInputImage", + "CPackInputValue", + "CPackOutputFile", + "CPackOutputImage" ], { "title_aux": "ComfyUI-IDL" @@ -16044,6 +16076,7 @@ "OptimizerConfig", "OptimizerConfigAdafactor", "OptimizerConfigProdigy", + "OptimizerConfigProdigyPlusScheduleFree", "TrainDatasetAdd", "TrainDatasetGeneralConfig", "TrainDatasetRegularization", @@ -17123,6 +17156,22 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/lo-th/Comfyui_three_js": [ + [ + "ThreeView" + ], + { + "title_aux": "Comfyui_three_js" + } + ], + "https://github.com/lodestone-rock/ComfyUI_FluxMod": [ + [ + "FluxModCheckpointLoader" + ], + { + "title_aux": "ComfyUI_FluxMod" + } + ], "https://github.com/logtd/ComfyUI-4DHumans": [ [ "LoadDetectron", @@ -21375,6 +21424,14 @@ "title_aux": "comfyui_lumaAPI" } ], + "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [ + [ + "harmonizer" + ], + { + "title_aux": "ComfyUI-Image-Harmonizer" + } + ], "https://github.com/sweetndata/ComfyUI-googletrans": [ [ "googletrans" diff --git a/github-stats.json b/github-stats.json index d1da1d3b..38b12ad5 100644 --- a/github-stats.json +++ b/github-stats.json @@ -379,6 +379,11 @@ "last_update": "2024-07-17 02:28:49", "author_account_age_days": 649 }, + "https://github.com/AIPOQUE/ComfyUI-APQNodes": { + "stars": 0, + "last_update": "2024-11-20 10:52:55", + "author_account_age_days": 31 + }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 186, "last_update": "2024-06-14 07:13:21", @@ -1684,6 +1689,11 @@ "last_update": "2024-11-09 09:32:43", "author_account_age_days": 461 }, + "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { + "stars": 1, + "last_update": "2024-11-20 13:18:23", + "author_account_age_days": 461 + }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", @@ -3204,6 +3214,11 @@ "last_update": "2024-05-28 14:44:16", "author_account_age_days": 3011 }, + "https://github.com/arcum42/ComfyUI_SageUtils": { + "stars": 0, + "last_update": "2024-11-20 09:23:11", + "author_account_age_days": 5897 + }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 26, "last_update": "2024-11-20 03:44:12", @@ -5634,6 +5649,16 @@ "last_update": "2024-11-11 05:33:24", "author_account_age_days": 2241 }, + "https://github.com/lo-th/Comfyui_three_js": { + "stars": 6, + "last_update": "2024-11-20 11:46:56", + "author_account_age_days": 4628 + }, + "https://github.com/lodestone-rock/ComfyUI_FluxMod": { + "stars": 6, + "last_update": "2024-11-20 07:45:39", + "author_account_age_days": 732 + }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", @@ -7179,6 +7204,11 @@ "last_update": "2024-06-17 21:00:05", "author_account_age_days": 597 }, + "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { + "stars": 1, + "last_update": "2024-11-20 06:10:34", + "author_account_age_days": 881 + }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-10-16 07:36:54", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 6011203b..742e7ea8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,47 @@ + { + "author": "WASasquatch", + "title": "ASTERR [UNSAFE]", + "id": "asterr", + "reference": "https://github.com/WASasquatch/ASTERR", + "files": [ + "https://github.com/WASasquatch/ASTERR" + ], + "install_type": "git-clone", + "description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI. [w/Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.]" + }, + { + "author": "BenjaMITM", + "title": "ComfyUI_On_The_Fly_Wildcards [WIP]", + "reference": "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards", + "files": [ + "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards" + ], + "install_type": "git-clone", + "description": "NODES:Wildcard Creator, Wildcard Loader, Wildcard Selector, Display String.\nNOTE: The files in the repo are not organized." + }, + { + "author": "celll1", + "title": "cel_sampler [WIP]", + "reference": "https://github.com/celll1/cel_sampler", + "files": [ + "https://github.com/celll1/cel_sampler" + ], + "install_type": "git-clone", + "description": "NODES:Latent Value Tracker\nNOTE: The files in the repo are not organized." + }, + { + "author": "DataCTE", + "title": "ComfyUI-DataVoid-nodes [WIP]", + "reference": "https://github.com/DataCTE/ComfyUI-DataVoid-nodes", + "files": [ + "https://github.com/DataCTE/ComfyUI-DataVoid-nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI focused on model merging and style adaptation.[w/It may cause a lot of node conflicts with comfyui_ipadapter_plus.]" + }, { "author": "minhtuannhn", "title": "comfyui-gemini-studio [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index bc265644..64bcc8fc 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -324,6 +324,7 @@ "ConcaveHullImage", "Convert Monochrome", "Inpaint Crop Xo", + "LoadData", "Mask Aligned bbox for ConcaveHull", "Mask Aligned bbox for Inpainting", "Mask Aligned bbox for Inpainting2", @@ -383,6 +384,17 @@ "title_aux": "execution-inversion-demo-comfyui" } ], + "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": [ + [ + "Display String", + "Wildcard Creator", + "Wildcard Loader", + "Wildcard Selector" + ], + { + "title_aux": "ComfyUI_On_The_Fly_Wildcards [WIP]" + } + ], "https://github.com/BetaDoggo/ComfyUI-LogicGates": [ [ "AND", @@ -505,6 +517,52 @@ "title_aux": "ComfyUI OpenAI Nodes" } ], + "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": [ + [ + "IPAAdapterFaceIDBatch", + "IPAdapter", + "IPAdapterAdvanced", + "IPAdapterBatch", + "IPAdapterClipVisionEnhancer", + "IPAdapterClipVisionEnhancerBatch", + "IPAdapterCombineEmbeds", + "IPAdapterCombineParams", + "IPAdapterCombineWeights", + "IPAdapterEmbeds", + "IPAdapterEmbedsBatch", + "IPAdapterEncoder", + "IPAdapterFaceID", + "IPAdapterFaceIDKolors", + "IPAdapterFromParams", + "IPAdapterInsightFaceLoader", + "IPAdapterLoadEmbeds", + "IPAdapterMS", + "IPAdapterModelLoader", + "IPAdapterNoise", + "IPAdapterPreciseComposition", + "IPAdapterPreciseCompositionBatch", + "IPAdapterPreciseStyleTransfer", + "IPAdapterPreciseStyleTransferBatch", + "IPAdapterPromptScheduleFromWeightsStrategy", + "IPAdapterRegionalConditioning", + "IPAdapterSameEnergy", + "IPAdapterSaveEmbeds", + "IPAdapterStyleComposition", + "IPAdapterStyleCompositionBatch", + "IPAdapterTiled", + "IPAdapterTiledBatch", + "IPAdapterUnifiedLoader", + "IPAdapterUnifiedLoaderCommunity", + "IPAdapterUnifiedLoaderFaceID", + "IPAdapterWeights", + "IPAdapterWeightsFromStrategy", + "MegaMergeSDXL", + "PrepImageForClipVision" + ], + { + "title_aux": "ComfyUI-DataVoid-nodes [WIP]" + } + ], "https://github.com/DeTK/ComfyUI-Switch": [ [ "NodeSwitch" @@ -1567,6 +1625,14 @@ "title_aux": "brycegoh/comfyui-custom-nodes" } ], + "https://github.com/celll1/cel_sampler": [ + [ + "latent_tracker" + ], + { + "title_aux": "cel_sampler [WIP]" + } + ], "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ [ "DynamiCrafter Simple", @@ -2664,7 +2730,7 @@ "https://github.com/kostenickj/comfyui-jk-easy-nodes": [ [ "EasyHRFix", - "PromptLora" + "JKAnythingToString" ], { "title_aux": "comfyui-jk-easy-nodes" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index e38cb72b..a7451b16 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -84,6 +84,11 @@ "last_update": "2024-05-10 00:48:37", "author_account_age_days": 2374 }, + "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { + "stars": 0, + "last_update": "2024-11-20 06:17:53", + "author_account_age_days": 96 + }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", @@ -129,6 +134,11 @@ "last_update": "2024-10-07 08:25:18", "author_account_age_days": 46 }, + "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { + "stars": 0, + "last_update": "2024-11-20 14:20:31", + "author_account_age_days": 926 + }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", @@ -534,6 +544,11 @@ "last_update": "2024-06-05 09:30:06", "author_account_age_days": 3257 }, + "https://github.com/celll1/cel_sampler": { + "stars": 1, + "last_update": "2024-11-20 13:04:54", + "author_account_age_days": 379 + }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b42349dd..6f6c72d6 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,17 @@ + { + "author": "Horizon Team", + "title": "ComfyUI_FluxMod", + "id": "fluxmod", + "reference": "https://github.com/lodestone-rock/ComfyUI_FluxMod", + "files": [ + "https://github.com/lodestone-rock/ComfyUI_FluxMod" + ], + "install_type": "git-clone", + "description": "A modulation layer addon for Flux that reduces model size to 8.8B parameters without significant quality loss." + }, { "author": "Makki_Shizu", "title": "ComfyUI-SaveAnimatedGIF", @@ -22,6 +33,47 @@ "install_type": "git-clone", "description": "Save animated GIF format nodes in ComfyUI" }, + { + "author": "AIPOQUE", + "title": "ComfyUI-APQNodes", + "reference": "https://github.com/AIPOQUE/ComfyUI-APQNodes", + "files": [ + "https://github.com/AIPOQUE/ComfyUI-APQNodes" + ], + "install_type": "git-clone", + "description": "NODES:ColorPalette, ...\nuseful custom nodes for ComfyUI" + }, + { + "author": "lo-th", + "title": "Comfyui_three_js", + "reference": "https://github.com/lo-th/Comfyui_three_js", + "files": [ + "https://github.com/lo-th/Comfyui_three_js" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI to run three js" + }, + { + "author": "sweetndata", + "title": "ComfyUI-Image-Harmonizer", + "reference": "https://github.com/sweetndata/ComfyUI-Image-Harmonizer", + "files": [ + "https://github.com/sweetndata/ComfyUI-Image-Harmonizer" + ], + "install_type": "git-clone", + "description": "NODES:Image-Harmonizer" + }, + { + "author": "arcum42", + "title": "ComfyUI_SageUtils", + "reference": "https://github.com/arcum42/ComfyUI_SageUtils", + "files": [ + "https://github.com/arcum42/ComfyUI_SageUtils" + ], + "install_type": "git-clone", + "description": "NODES:Load Checkpoint With Name, Lora Stack Debug String, Simple Lora Stack, Lora Stack Loader, Prompts to CLIP, Sampler Info, KSampler w/ Sampler Info, Construct Metadata, Save Image with Added Metadata, Set Integer, ..." + }, + { "author": "smthemex", "title": "ComfyUI_Face_Anon_Simple", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 137df242..37bfcfaf 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -898,6 +898,14 @@ "title_aux": "ComfyUI-ToonCrafter" } ], + "https://github.com/AIPOQUE/ComfyUI-APQNodes": [ + [ + "ColorPalette|AIPOQUE" + ], + { + "title_aux": "ComfyUI-APQNodes" + } + ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -3252,6 +3260,7 @@ "GR Multi Mask Create", "GR Onomatopoeia", "GR Pan Or Zoom", + "GR Prompt Generator", "GR Prompt HUB", "GR Prompt Selector", "GR Prompt Selector Multi", @@ -3647,7 +3656,8 @@ "IsulionStyleMixer", "IsulionTechGenerator", "IsulionTimeOfDayGenerator", - "IsulionWeatherGenerator" + "IsulionWeatherGenerator", + "MegaPromptV2" ], { "title_aux": "ComfyUI_Isulion Random Prompt Generator" @@ -4749,6 +4759,15 @@ "title_aux": "ComfyUI-Prompt-Wildcards" } ], + "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": [ + [ + "SaveAnimatedGIF", + "SaveAnimatedWEBPRevise" + ], + { + "title_aux": "ComfyUI-SaveAnimatedGIF" + } + ], "https://github.com/MakkiShizu/comfyui_reimgsize": [ [ "Cropimg", @@ -5858,6 +5877,7 @@ "https://github.com/Rinsanga1/comfyui-florence2xy": [ [ "Florence2toCoordinatesButxy", + "LoadImageWithName", "Phi35VisionInstruct" ], { @@ -6507,7 +6527,8 @@ "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [ [ "ComfyUIPixtralVision", - "MultiImagesInput" + "MultiImagesInput", + "preview_text" ], { "title_aux": "ComfyUI_pixtral_vision" @@ -7777,15 +7798,6 @@ "title_aux": "ControlFlowUtils" } ], - "https://github.com/WASasquatch/ASTERR": [ - [ - "ASTERR", - "SaveASTERR" - ], - { - "title_aux": "ASTERR" - } - ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -9246,6 +9258,26 @@ "title_aux": "antrobots ComfyUI Nodepack" } ], + "https://github.com/arcum42/ComfyUI_SageUtils": [ + [ + "Sage_CheckpointLoaderSimple", + "Sage_ConstructMetadata", + "Sage_DualCLIPTextEncode", + "Sage_KSampler", + "Sage_LoraStack", + "Sage_LoraStackDebugString", + "Sage_LoraStackLoader", + "Sage_SamplerInfo", + "Sage_SaveImageWithMetadata", + "Sage_SetFloat", + "Sage_SetInteger", + "Sage_SetText", + "Sage_ViewText" + ], + { + "title_aux": "ComfyUI_SageUtils" + } + ], "https://github.com/asaddi/ComfyUI-YALLM-node": [ [ "LLMChat", @@ -9642,11 +9674,11 @@ ], "https://github.com/bentoml/ComfyUI-IDL": [ [ - "BentoInputFile", - "BentoInputImage", - "BentoInputValue", - "BentoOutputFile", - "BentoOutputImage" + "CPackInputFile", + "CPackInputImage", + "CPackInputValue", + "CPackOutputFile", + "CPackOutputImage" ], { "title_aux": "ComfyUI-IDL" @@ -16044,6 +16076,7 @@ "OptimizerConfig", "OptimizerConfigAdafactor", "OptimizerConfigProdigy", + "OptimizerConfigProdigyPlusScheduleFree", "TrainDatasetAdd", "TrainDatasetGeneralConfig", "TrainDatasetRegularization", @@ -17123,6 +17156,22 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/lo-th/Comfyui_three_js": [ + [ + "ThreeView" + ], + { + "title_aux": "Comfyui_three_js" + } + ], + "https://github.com/lodestone-rock/ComfyUI_FluxMod": [ + [ + "FluxModCheckpointLoader" + ], + { + "title_aux": "ComfyUI_FluxMod" + } + ], "https://github.com/logtd/ComfyUI-4DHumans": [ [ "LoadDetectron", @@ -21375,6 +21424,14 @@ "title_aux": "comfyui_lumaAPI" } ], + "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [ + [ + "harmonizer" + ], + { + "title_aux": "ComfyUI-Image-Harmonizer" + } + ], "https://github.com/sweetndata/ComfyUI-googletrans": [ [ "googletrans" From 8be3cce9a9ef8691f466165ac9ee3762d8a34dca Mon Sep 17 00:00:00 2001 From: Christopher Layne Date: Wed, 20 Nov 2024 16:07:29 -0800 Subject: [PATCH 27/46] manager_core: Fix fetch/update line erasure output issues (#1253) * __win_check_git_update: Properly cleanup line before using a carriage return to return to the beginning. This prevents output like: Updated: S:\ComfyUI\custom_nodes\ComfyUI-Impact-Packrpolation Updated: S:\ComfyUI\custom_nodes\comfyui-inpaint-nodesayout Updated: S:\ComfyUI\custom_nodes\ComfyUI-LogicUtilsodes In this case the node being updated overlaps the existing output showing nodes being checked for updates. This happens because there's no erase until end of line being used in the windows specific function whereas the non-windows version uses it in git_repo_has_updates. --- glob/manager_core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 3992c36b..562811c4 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -367,13 +367,13 @@ def __win_check_git_update(path, do_fetch=False, do_update=False): if do_update: if "CUSTOM NODE PULL: Success" in output: process.wait() - print(f"\rUpdated: {path}") + print(f"\x1b[2K\rUpdated: {path}") return True, True # updated elif "CUSTOM NODE PULL: None" in output: process.wait() return False, True # there is no update else: - print(f"\rUpdate error: {path}") + print(f"\x1b[2K\rUpdate error: {path}") process.wait() return False, False # update failed else: @@ -384,7 +384,7 @@ def __win_check_git_update(path, do_fetch=False, do_update=False): process.wait() return False, True else: - print(f"\rFetch error: {path}") + print(f"\x1b[2K\rFetch error: {path}") print(f"\n{output}\n") process.wait() return False, True From ff8fb087e0d26b88a6b70babc1f920abded6197b Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 20 Nov 2024 22:01:14 -0800 Subject: [PATCH 28/46] Restart using electron api is present. (#1255) --- js/common.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 49a47d6f..8847606f 100644 --- a/js/common.js +++ b/js/common.js @@ -12,6 +12,10 @@ export async function sleep(ms) { } export function rebootAPI() { + if ('electronAPI' in window) { + window.electronAPI.restartApp(); + return true; + } if (confirm("Are you sure you'd like to reboot the server?")) { try { api.fetchApi("/manager/reboot"); @@ -237,4 +241,4 @@ export const icons = { conflicts: '', passed: '', download: '' -} \ No newline at end of file +} From 971653f1175c1dbd522bc485f6fa1c32187ca516 Mon Sep 17 00:00:00 2001 From: tomudo Date: Thu, 21 Nov 2024 19:03:57 +0700 Subject: [PATCH 29/46] Add ComfyUI-ascii-art custom node to the list (#1254) Co-authored-by: unknown --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 274ee13e..2f0d2e27 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17417,6 +17417,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Tomudo", + "title": "ComfyUI-ascii-art", + "id": "comfyui-ascii-art", + "reference": "https://github.com/tomudo/ComfyUI-ascii-art", + "files": [ + "https://github.com/tomudo/ComfyUI-ascii-art" + ], + "install_type": "git-clone", + "description": "This is a custom node to convert image to ascii art string." } ] } From 642a3673af0ad1b2a4386c53c16e9111ee4244fd Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 21 Nov 2024 21:05:18 +0900 Subject: [PATCH 30/46] update DB --- custom-node-list.json | 22 +++++++++++----------- node_db/new/custom-node-list.json | 11 +++++++++++ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2f0d2e27..48c2c010 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17005,6 +17005,17 @@ "install_type": "git-clone", "description": "NODES:Image-Harmonizer" }, + { + "author": "Tomudo", + "title": "ComfyUI-ascii-art", + "id": "comfyui-ascii-art", + "reference": "https://github.com/tomudo/ComfyUI-ascii-art", + "files": [ + "https://github.com/tomudo/ComfyUI-ascii-art" + ], + "install_type": "git-clone", + "description": "This is a custom node to convert image to ascii art string." + }, @@ -17417,17 +17428,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Tomudo", - "title": "ComfyUI-ascii-art", - "id": "comfyui-ascii-art", - "reference": "https://github.com/tomudo/ComfyUI-ascii-art", - "files": [ - "https://github.com/tomudo/ComfyUI-ascii-art" - ], - "install_type": "git-clone", - "description": "This is a custom node to convert image to ascii art string." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 6f6c72d6..85228ac0 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,17 @@ + { + "author": "Tomudo", + "title": "ComfyUI-ascii-art", + "id": "comfyui-ascii-art", + "reference": "https://github.com/tomudo/ComfyUI-ascii-art", + "files": [ + "https://github.com/tomudo/ComfyUI-ascii-art" + ], + "install_type": "git-clone", + "description": "This is a custom node to convert image to ascii art string." + }, { "author": "Horizon Team", "title": "ComfyUI_FluxMod", From a3c0ed8113134c7006fc1985d2f832f3781e09e4 Mon Sep 17 00:00:00 2001 From: matrix Date: Thu, 21 Nov 2024 20:05:30 +0800 Subject: [PATCH 31/46] add ComfyUI-HaiperAI-API custom node to the list (#1256) --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 48c2c010..351a3c3c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17428,6 +17428,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "tuohe", + "title": "ComfyUI-HaiperAI-API", + "id": "haiperai-api", + "reference": "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API", + "files": [ + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API" + ], + "install_type": "git-clone", + "description": "Haiper API official ComfyUI custom node." + }, ] } From 2e2a7cee79e05c9e6a94efc140e2097f8c921459 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 21 Nov 2024 21:06:13 +0900 Subject: [PATCH 32/46] update DB --- custom-node-list.json | 24 ++++++++++++------------ node_db/new/custom-node-list.json | 11 +++++++++++ 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 351a3c3c..895c0553 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17016,6 +17016,17 @@ "install_type": "git-clone", "description": "This is a custom node to convert image to ascii art string." }, + { + "author": "tuohe", + "title": "ComfyUI-HaiperAI-API", + "id": "haiperai-api", + "reference": "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API", + "files": [ + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API" + ], + "install_type": "git-clone", + "description": "Haiper API official ComfyUI custom node." + }, @@ -17428,17 +17439,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "tuohe", - "title": "ComfyUI-HaiperAI-API", - "id": "haiperai-api", - "reference": "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API", - "files": [ - "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API" - ], - "install_type": "git-clone", - "description": "Haiper API official ComfyUI custom node." - }, + } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 85228ac0..f1f12168 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,17 @@ + { + "author": "tuohe", + "title": "ComfyUI-HaiperAI-API", + "id": "haiperai-api", + "reference": "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API", + "files": [ + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API" + ], + "install_type": "git-clone", + "description": "Haiper API official ComfyUI custom node." + }, { "author": "Tomudo", "title": "ComfyUI-ascii-art", From 1ab304bfbcfd7f550fc5adbb75a4e3b24861b947 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 21 Nov 2024 21:29:18 +0900 Subject: [PATCH 33/46] update DB --- custom-node-list.json | 47 +- extension-node-map.json | 114 +- github-stats.json | 3742 ++++++++++++++------------- node_db/dev/custom-node-list.json | 10 + node_db/dev/extension-node-map.json | 35 + node_db/dev/github-stats.json | 610 ++--- node_db/new/custom-node-list.json | 164 +- node_db/new/extension-node-map.json | 114 +- 8 files changed, 2547 insertions(+), 2289 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 895c0553..7b59a336 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11376,6 +11376,16 @@ "install_type": "git-clone", "description": "MuseTalk ComfyUI Preprocess and Postprocess Nodes" }, + { + "author": "xuhongming251", + "title": "ComfyUI_Camera", + "reference": "https://github.com/xuhongming251/ComfyUI_Camera", + "files": [ + "https://github.com/xuhongming251/ComfyUI_Camera" + ], + "install_type": "git-clone", + "description": "ComfyUI processes local real-time camera feed and provides real-time preview of the result." + }, { "author": "Thomas Ward", "title": "TW-CUI-Util", @@ -15897,7 +15907,7 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum" ], "install_type": "git-clone", - "description": "NODES:Step Slider, Denoise Slider, Guidance Slider, Batch Slider, Max Shift Slider, ControlNet Slider" + "description": "Set of custom nodes to use with the ComfyUI Flux Continuum: Modular Interface. NODES: Text Versions, Image64 Display, Tabs, Step Slider, Denoise Slider, Guidance Slider, Batch Slider, Max Shift Slider, ControlNet Slider" }, { "author": "Lam Yan", @@ -16983,7 +16993,7 @@ "https://github.com/AIPOQUE/ComfyUI-APQNodes" ], "install_type": "git-clone", - "description": "NODES:ColorPalette, ...\nuseful custom nodes for ComfyUI" + "description": "Without fine-tuning, FLUX.1 Dev model cannot understand exact color codes. However, it is known that FLUX.1 Dev can repeatedly produce certain colors with certain prompt(color name). Fortunately, on CIVITAI, [a/“novuschroma” shared 155 pre-tested color names](https://civitai.com/models/879997/color-wildcards-for-flux-and-sdxl) that FLUX.1 Dev can handle. Thanks to his resource, color palette consists exclusively of 155 colors can be configured. ‘ColorPalette’ node from ComfyUI APQNodes converts input hex color code to the most similar color name(from pre-tested 155 color names) of which FLUX.1 Dev is aware." }, { "author": "arcum42", @@ -17027,6 +17037,39 @@ "install_type": "git-clone", "description": "Haiper API official ComfyUI custom node." }, + { + "author": "bombax-xiaoice", + "title": "ComfyUI-Allegro", + "reference": "https://github.com/bombax-xiaoice/ComfyUI-Allegro", + "files": [ + "https://github.com/bombax-xiaoice/ComfyUI-Allegro" + ], + "install_type": "git-clone", + "description": "ComfyUI supports over [a/rhymes-ai/Allegro](https://huggingface.co/rhymes-ai/Allegro), which uses text prompt to generate short video in relatively high quality, especially comparing to other open source solutions available for now." + }, + { + "author": "tuohe", + "title": "Comfyui_face_restorer", + "reference": "https://github.com/tungdop2/Comfyui_face_restorer", + "files": [ + "https://github.com/tungdop2/Comfyui_face_restorer" + ], + "install_type": "git-clone", + "description": "NODES:Face Restorer Loader, Face Restorer" + }, + { + "author": "pschroedl", + "title": "ComfyUI-SAM2-Realtime", + "reference": "https://github.com/pschroedl/ComfyUI-SAM2-Realtime", + "files": [ + "https://github.com/pschroedl/ComfyUI-SAM2-Realtime" + ], + "install_type": "git-clone", + "description": "NODES:(Down)Load SAM2-Realtime Model, Sam2RealtimeSegmentation" + }, + + + diff --git a/extension-node-map.json b/extension-node-map.json index 37bfcfaf..dd0cfd53 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3231,7 +3231,8 @@ "ReActorMaskHelper", "ReActorOptions", "ReActorRestoreFace", - "ReActorSaveFaceModel" + "ReActorSaveFaceModel", + "ReActorUnload" ], { "title_aux": "ReActor Node for ComfyUI" @@ -3326,6 +3327,17 @@ "title_aux": "ComfyUI-FilePathCreator" } ], + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": [ + [ + "HaiperImage2Video", + "HaiperText2Image", + "HaiperText2Video", + "ImgBBUpload" + ], + { + "title_aux": "ComfyUI-HaiperAI-API" + } + ], "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [ [ "Moondream Interrogator" @@ -3472,6 +3484,22 @@ "title_aux": "Hiero-Nodes" } ], + "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": [ + [ + "AgentMemoryProvider", + "AgentNode", + "BasicRecursionFilterNode", + "DocumentProcessor", + "LinuxMemoryDirectory", + "QueryNode" + ], + { + "description": "Nodes for interfacing with LiteLLM", + "nickname": "Tasha", + "title": "ComfyUI_LiteLLM", + "title_aux": "ComfyUI_LiteLLM" + } + ], "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [ [ "MI2V Flow Animator", @@ -4829,6 +4857,7 @@ "MaraScottTextConversion_StringToList_v1", "MaraScottUpscalerRefinerNode_v3", "MaraScott_Kijai_TokenCounter_v1", + "MaraScott_YoloDetection_v1", "MaraScott_laksjdjf_Hires_v1" ], { @@ -9263,6 +9292,8 @@ "Sage_CheckpointLoaderSimple", "Sage_ConstructMetadata", "Sage_DualCLIPTextEncode", + "Sage_GetFileHash", + "Sage_GetModelJSONFromHash", "Sage_KSampler", "Sage_LoraStack", "Sage_LoraStackDebugString", @@ -9283,6 +9314,7 @@ "LLMChat", "LLMMinP", "LLMModel", + "LLMPrependAppend", "LLMProvider", "LLMTemperature", "LLMTextLatch", @@ -9888,6 +9920,18 @@ "title_aux": "ComfyKit Custom Nodes" } ], + "https://github.com/bombax-xiaoice/ComfyUI-Allegro": [ + [ + "AllegroDecoder", + "AllegroEncoder", + "AllegroSampler", + "AllegroTextEncoder", + "LoadAllegroModel" + ], + { + "title_aux": "ComfyUI-Allegro" + } + ], "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": [ [ "LoadMagicDanceModel", @@ -10029,8 +10073,17 @@ [ "SignalProcessingFilter", "SignalProcessingLoadAudio", + "SignalProcessingMixdown", + "SignalProcessingMultiBandEQExperimental", + "SignalProcessingMultibandEQ", "SignalProcessingPadSynth", - "SignalProcessingPaulStretch" + "SignalProcessingPadSynthChoir", + "SignalProcessingPadSynthChoir2", + "SignalProcessingPaulStretch", + "SignalProcessingSpectrogram", + "SignalProcessingStereoWidening", + "SignalProcessingVolumeControl", + "SignalProcessingWaveform" ], { "title_aux": "ComfyUI Signal Processing" @@ -14312,6 +14365,7 @@ "file_combine", "file_combine_plus", "file_path_iterator", + "files_read_tool", "flux_persona", "genai_api_loader", "get_string", @@ -17166,7 +17220,9 @@ ], "https://github.com/lodestone-rock/ComfyUI_FluxMod": [ [ - "FluxModCheckpointLoader" + "FluxModCheckpointLoader", + "KSamplerMod", + "SkipLayerForward" ], { "title_aux": "ComfyUI_FluxMod" @@ -19569,6 +19625,15 @@ "title_aux": "Comfyui-Yolov8-JSON" } ], + "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": [ + [ + "DownloadAndLoadSAM2RealtimeModel", + "Sam2RealtimeSegmentation" + ], + { + "title_aux": "ComfyUI-SAM2-Realtime" + } + ], "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ [ "CheckpointLoader|pysssss", @@ -19893,11 +19958,22 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": [ [ "BatchSlider", + "BooleanToEnabled", "ControlNetSlider", "DenoiseSlider", + "GPUSlider", "GuidanceSlider", + "ImpactControlBridgeFix", + "LatentPass", "MaxShiftSlider", - "StepSlider" + "PipePass", + "ResolutionPicker", + "SEGSPass", + "SamplerParameterPacker", + "SamplerParameterUnpacker", + "SelectFromBatch", + "StepSlider", + "TextVersions" ], { "title_aux": "ComfyUI Flux Continuum: Modular Interface" @@ -21758,6 +21834,18 @@ "title_aux": "ComfyUI-AudioReactor" } ], + "https://github.com/tomudo/ComfyUI-ascii-art": [ + [ + "ImageToAscii" + ], + { + "author": "Tomudo", + "description": "Convert Image to ascii art to use. May be use to decorate terminal apps like Neofetch", + "nickname": "Image To Ascii", + "title": "Image To Ascii", + "title_aux": "ComfyUI-ascii-art" + } + ], "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": [ [ "ToolYoloCropper" @@ -21898,6 +21986,15 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "https://github.com/tungdop2/Comfyui_face_restorer": [ + [ + "FaceRestorer", + "FaceRestorerLoader" + ], + { + "title_aux": "Comfyui_face_restorer" + } + ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ [ "ImageSmartCrop" @@ -22591,6 +22688,15 @@ "title_aux": "ComfyUI-MuseTalkUtils" } ], + "https://github.com/xuhongming251/ComfyUI_Camera": [ + [ + "Load Image From Local Camera", + "Save Image To Local Camera" + ], + { + "title_aux": "ComfyUI_Camera" + } + ], "https://github.com/yanlang0123/ComfyUI_Lam": [ [ "AspectRatio", diff --git a/github-stats.json b/github-stats.json index 38b12ad5..70a44118 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7916 +2,7946 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 92, + "stars": 97, "last_update": "2024-11-14 07:59:57", - "author_account_age_days": 600 + "author_account_age_days": 602 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 35, + "stars": 42, "last_update": "2024-11-18 01:14:27", - "author_account_age_days": 600 + "author_account_age_days": 602 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1113, + "stars": 1117, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 59, + "stars": 60, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 34, + "stars": 35, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 838 + "author_account_age_days": 840 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 3, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 607 + "author_account_age_days": 609 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 93, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1067 + "author_account_age_days": 1069 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1067 + "author_account_age_days": 1069 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2920 + "author_account_age_days": 2922 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3847 + "author_account_age_days": 3848 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 24, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 562 + "author_account_age_days": 564 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 13, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 70, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/6174/comflowy-nodes": { - "stars": 9, + "stars": 10, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4267 + "author_account_age_days": 4269 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 14, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2161 + "author_account_age_days": 2163 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2161 + "author_account_age_days": 2163 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2161 + "author_account_age_days": 2163 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 104, + "stars": 106, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 647 + "author_account_age_days": 649 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 5, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 68, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 282, + "stars": 283, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 100, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 339, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 19, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { - "stars": 17, + "stars": 18, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 151, + "stars": 156, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 31, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 358 + "author_account_age_days": 360 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1745, + "stars": 1754, "last_update": "2024-11-04 06:58:06", - "author_account_age_days": 649 + "author_account_age_days": 651 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 275, + "stars": 274, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 649 + "author_account_age_days": 651 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 21, + "stars": 22, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 649 + "author_account_age_days": 651 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 328, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 649 + "author_account_age_days": 651 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 0, - "last_update": "2024-11-20 10:52:55", - "author_account_age_days": 31 + "stars": 3, + "last_update": "2024-11-21 08:56:49", + "author_account_age_days": 32 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 186, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1831 + "author_account_age_days": 1833 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 866, + "stars": 868, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1608 + "author_account_age_days": 1609 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2625 + "author_account_age_days": 2627 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2625 + "author_account_age_days": 2627 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "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": 1674 + "author_account_age_days": 1676 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 239, + "stars": 240, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 690, - "last_update": "2024-11-19 14:24:48", - "author_account_age_days": 3953 + "stars": 694, + "last_update": "2024-11-20 08:54:22", + "author_account_age_days": 3954 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 318, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 957 + "author_account_age_days": 959 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1901 + "author_account_age_days": 1903 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 888, + "stars": 887, "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/Amorano/Jovimetrix": { "stars": 271, "last_update": "2024-11-16 21:51:44", - "author_account_age_days": 5360 + "author_account_age_days": 5362 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3525 + "author_account_age_days": 3526 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4240 + "author_account_age_days": 4241 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4240 + "author_account_age_days": 4241 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 26 + "author_account_age_days": 28 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 26 + "author_account_age_days": 28 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3538 + "author_account_age_days": 3539 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, "last_update": "2024-11-18 23:53:50", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 699, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 553 + "author_account_age_days": 555 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 410, + "stars": 411, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2797 + "author_account_age_days": 2799 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 0, "last_update": "2024-11-18 14:26:02", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2591 + "author_account_age_days": 2593 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3385 + "author_account_age_days": 3386 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 362, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 22, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2374 + "author_account_age_days": 2376 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1031, + "stars": 1032, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3144 + "author_account_age_days": 3146 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 61, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 82 + "author_account_age_days": 84 }, "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { "stars": 2, "last_update": "2024-11-19 00:40:20", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 321, + "stars": 322, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 369, + "stars": 370, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 264, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 337, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 633 + "author_account_age_days": 635 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 33, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 96, + "stars": 97, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 4, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 151, + "stars": 150, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2874 + "author_account_age_days": 2876 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 11, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 68, + "stars": 69, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-19 17:53:49", - "author_account_age_days": 3803 + "last_update": "2024-11-20 08:51:07", + "author_account_age_days": 3805 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1151 + "author_account_age_days": 1153 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5306 + "author_account_age_days": 5308 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4437 + "author_account_age_days": 4438 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4364 + "author_account_age_days": 4365 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 365, + "stars": 364, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4187 + "author_account_age_days": 4188 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3221 + "author_account_age_days": 3223 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1608 + "author_account_age_days": 1610 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 5, "last_update": "2024-11-14 04:57:10", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3636 + "author_account_age_days": 3638 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5143 + "author_account_age_days": 5144 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 64, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4865 + "author_account_age_days": 4867 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1291 + "author_account_age_days": 1293 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2768 + "author_account_age_days": 2770 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2927 + "author_account_age_days": 2928 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 183, + "stars": 186, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3747 + "author_account_age_days": 3749 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 155 + "author_account_age_days": 157 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 155 + "author_account_age_days": 157 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 109, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 503, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 89, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 188, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2304, + "stars": 2314, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2903 + "author_account_age_days": 2905 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 11, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2896 + "author_account_age_days": 2897 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 395, + "stars": 396, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 69, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 209, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1919 + "author_account_age_days": 1921 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1919 + "author_account_age_days": 1921 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1919 + "author_account_age_days": 1921 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2465 + "author_account_age_days": 2467 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2705 + "author_account_age_days": 2706 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 304 + "author_account_age_days": 306 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4716 + "author_account_age_days": 4717 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 35, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { - "stars": 54, + "stars": 56, "last_update": "2024-11-18 18:49:22", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5080 + "author_account_age_days": 5082 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1613, - "last_update": "2024-11-17 14:03:31", - "author_account_age_days": 1268 + "stars": 1617, + "last_update": "2024-11-21 12:08:59", + "author_account_age_days": 1269 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 50, - "last_update": "2024-11-18 13:47:20", - "author_account_age_days": 311 + "stars": 51, + "last_update": "2024-11-20 13:33:44", + "author_account_age_days": 313 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 153, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2558 + "author_account_age_days": 2560 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 21 + "author_account_age_days": 22 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1628 + "author_account_age_days": 1630 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3129 + "author_account_age_days": 3130 + }, + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { + "stars": 2, + "last_update": "2024-11-21 08:41:33", + "author_account_age_days": 1149 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 758 + "author_account_age_days": 760 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 758 + "author_account_age_days": 760 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 758 + "author_account_age_days": 760 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 89, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-node-beautify": { - "stars": 6, + "stars": 7, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 21, + "stars": 22, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2390 + "author_account_age_days": 2392 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 502 + "author_account_age_days": 504 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2472 + "author_account_age_days": 2474 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 108, + "stars": 116, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 61 + "author_account_age_days": 63 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3233 + "author_account_age_days": 3234 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 2, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 69 + "author_account_age_days": 70 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1847 + "author_account_age_days": 1848 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, - "last_update": "2024-11-12 01:38:11", - "author_account_age_days": 337 + "last_update": "2024-11-21 02:58:09", + "author_account_age_days": 338 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 32, + "stars": 33, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5629 + "author_account_age_days": 5631 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5629 + "author_account_age_days": 5631 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3857 + "author_account_age_days": 3858 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { - "stars": 2, + "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3971 + "author_account_age_days": 3972 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2778 + "author_account_age_days": 2780 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 260 + "author_account_age_days": 261 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 8, + "stars": 11, "last_update": "2024-11-16 15:50:43", - "author_account_age_days": 1240 + "author_account_age_days": 1242 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1240 + "author_account_age_days": 1242 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1240 + "author_account_age_days": 1242 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1240 + "author_account_age_days": 1242 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 13, - "last_update": "2024-11-19 14:50:53", - "author_account_age_days": 506 + "last_update": "2024-11-20 23:13:20", + "author_account_age_days": 507 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 131, + "stars": 132, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 559 + "author_account_age_days": 561 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 559 + "author_account_age_days": 561 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 66, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 559 + "author_account_age_days": 561 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 52, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 719 + "author_account_age_days": 721 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3720 + "author_account_age_days": 3721 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 838 + "author_account_age_days": 840 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 80, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 357, + "stars": 361, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2328 + "author_account_age_days": 2329 }, "https://github.com/Jordach/comfy-plasma": { "stars": 68, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3318 + "author_account_age_days": 3320 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-20 02:23:36", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4695 + "author_account_age_days": 4696 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1835 + "author_account_age_days": 1837 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 27, "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 34, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 260, + "stars": 262, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1776 + "author_account_age_days": 1778 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 171, + "stars": 172, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1634 + "author_account_age_days": 1635 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3338 + "author_account_age_days": 3340 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3338 + "author_account_age_days": 3340 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 610, "last_update": "2024-11-17 14:35:49", - "author_account_age_days": 3865 + "author_account_age_days": 3866 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2762, + "stars": 2765, "last_update": "2024-11-17 15:08:18", - "author_account_age_days": 3865 + "author_account_age_days": 3866 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 605, "last_update": "2024-11-19 20:27:35", - "author_account_age_days": 3865 + "author_account_age_days": 3866 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 161, + "stars": 160, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 312 + "author_account_age_days": 314 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 384, + "stars": 385, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 312 + "author_account_age_days": 314 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 1, "last_update": "2024-11-19 18:00:30", - "author_account_age_days": 8 + "author_account_age_days": 9 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 96, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/Lerc/canvas_tab": { - "stars": 164, + "stars": 165, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5516 + "author_account_age_days": 5517 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 132 + "author_account_age_days": 134 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1423 + "author_account_age_days": 1425 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 135, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1423 + "author_account_age_days": 1425 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 535 + "author_account_age_days": 537 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1124 + "author_account_age_days": 1125 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1124 + "author_account_age_days": 1125 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3006 + "author_account_age_days": 3007 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3006 + "author_account_age_days": 3007 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { - "stars": 27, + "stars": 28, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 48, "last_update": "2024-11-19 09:55:53", - "author_account_age_days": 1753 + "author_account_age_days": 1755 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1930 + "author_account_age_days": 1932 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 1, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 159, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 114, - "last_update": "2024-11-17 14:37:48", - "author_account_age_days": 5118 + "last_update": "2024-11-20 22:03:32", + "author_account_age_days": 5119 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1571 + "author_account_age_days": 1572 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2379 + "author_account_age_days": 2380 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 856 + "author_account_age_days": 858 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3044 + "author_account_age_days": 3046 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 427 + "author_account_age_days": 429 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 208 + "author_account_age_days": 210 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3326 + "author_account_age_days": 3327 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 94, + "stars": 95, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 152, + "stars": 155, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 496, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 16, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2664 + "author_account_age_days": 2666 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4116 + "author_account_age_days": 4118 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 29, "last_update": "2024-11-17 22:32:37", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 154, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 77 + "author_account_age_days": 79 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 24, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 77 + "author_account_age_days": 79 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 15, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 77 + "author_account_age_days": 79 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 135 + "author_account_age_days": 137 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2376, + "stars": 2383, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1709 + "author_account_age_days": 1711 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 500, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1709 + "author_account_age_days": 1711 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3739 + "author_account_age_days": 3741 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3193 + "author_account_age_days": 3195 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, "last_update": "2024-11-18 22:20:47", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 35, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 120 + "author_account_age_days": 121 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { - "stars": 46, + "stars": 47, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 225 + "author_account_age_days": 227 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 26, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3829 + "author_account_age_days": 3830 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1473 + "author_account_age_days": 1474 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { - "stars": 66, + "stars": 67, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { - "stars": 2, + "stars": 3, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5298 + "author_account_age_days": 5299 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 657, + "stars": 662, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1190 + "author_account_age_days": 1192 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2968 + "author_account_age_days": 2970 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2994 + "author_account_age_days": 2996 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4628 + "author_account_age_days": 4629 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 514, + "stars": 515, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4628 + "author_account_age_days": 4629 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2265 + "author_account_age_days": 2267 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2265 + "author_account_age_days": 2267 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1320 + "author_account_age_days": 1322 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 101 + "author_account_age_days": 103 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 79, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 923 + "author_account_age_days": 925 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2681 + "author_account_age_days": 2683 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 13, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1813 + "author_account_age_days": 1815 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2976 + "author_account_age_days": 2978 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3791 + "author_account_age_days": 3793 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5374 + "author_account_age_days": 5375 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2700 + "author_account_age_days": 2701 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 730 + "author_account_age_days": 732 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1881, + "stars": 1893, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2082 + "author_account_age_days": 2084 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2082 + "author_account_age_days": 2084 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1399 + "author_account_age_days": 1400 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4080 + "author_account_age_days": 4082 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2223 + "author_account_age_days": 2225 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1514 + "author_account_age_days": 1515 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1316 + "author_account_age_days": 1317 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1316 + "author_account_age_days": 1317 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1316 + "author_account_age_days": 1317 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 33, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 53 + "author_account_age_days": 54 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, - "last_update": "2024-11-14 12:18:11", - "author_account_age_days": 299 + "last_update": "2024-11-20 08:05:15", + "author_account_age_days": 301 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 896 + "author_account_age_days": 898 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1077 + "author_account_age_days": 1079 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 8, "last_update": "2024-11-20 02:44:41", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 34, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 104, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 71, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4232 + "author_account_age_days": 4233 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4232 + "author_account_age_days": 4233 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 448 + "author_account_age_days": 450 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 320, + "stars": 322, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3344 + "author_account_age_days": 3346 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1258 + "author_account_age_days": 1260 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4654 + "author_account_age_days": 4656 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 114, + "stars": 116, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 225 + "author_account_age_days": 227 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 61, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 9, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 47, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 795, + "stars": 796, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/Seedsa/Fooocus_Nodes": { - "stars": 67, + "stars": 68, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2756 + "author_account_age_days": 2758 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 263 + "author_account_age_days": 265 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 550 + "author_account_age_days": 552 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 45, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 3, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 11, - "last_update": "2024-09-28 11:30:22", - "author_account_age_days": 1353 + "last_update": "2024-11-20 12:58:30", + "author_account_age_days": 1355 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2465 + "author_account_age_days": 2466 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1831 + "author_account_age_days": 1833 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 21, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4396 + "author_account_age_days": 4397 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-16 17:39:05", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 48, - "last_update": "2024-10-06 04:00:55", - "author_account_age_days": 2863 + "last_update": "2024-11-21 08:34:35", + "author_account_age_days": 2865 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 48, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 440, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 138, + "stars": 140, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3726 + "author_account_age_days": 3728 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 682, + "stars": 683, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 28, + "stars": 29, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3520 + "author_account_age_days": 3522 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 114, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3840 + "author_account_age_days": 3841 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3840 + "author_account_age_days": 3841 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 140, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2683 + "author_account_age_days": 2685 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 369, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 245 + "author_account_age_days": 247 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, - "last_update": "2024-07-26 05:36:12", - "author_account_age_days": 587 + "last_update": "2024-11-21 07:15:20", + "author_account_age_days": 589 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 587 + "author_account_age_days": 589 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 12, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 351 + "author_account_age_days": 353 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 108, + "stars": 115, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 351 + "author_account_age_days": 353 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 342, - "last_update": "2024-11-15 14:36:31", - "author_account_age_days": 351 + "stars": 422, + "last_update": "2024-11-20 16:51:57", + "author_account_age_days": 353 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 22, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 351 + "author_account_age_days": 353 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 315, - "last_update": "2024-11-17 07:31:26", - "author_account_age_days": 351 + "stars": 321, + "last_update": "2024-11-20 15:56:54", + "author_account_age_days": 353 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 179 + "author_account_age_days": 181 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2364 + "author_account_age_days": 2365 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2364 + "author_account_age_days": 2365 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2364 + "author_account_age_days": 2365 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3366 + "author_account_age_days": 3367 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1824 + "author_account_age_days": 1825 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 415, + "stars": 416, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 341, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 246 + "author_account_age_days": 248 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 80, + "stars": 82, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 74 + "author_account_age_days": 76 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1590 + "author_account_age_days": 1592 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1590 + "author_account_age_days": 1592 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 396, + "stars": 397, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 313 + "author_account_age_days": 315 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1083 + "author_account_age_days": 1085 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 420, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 769 + "author_account_age_days": 771 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 720 + "author_account_age_days": 722 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 39, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1009 + "author_account_age_days": 1010 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4002 + "author_account_age_days": 4003 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4002 + "author_account_age_days": 4003 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3528 + "author_account_age_days": 3530 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 212, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5070 + "author_account_age_days": 5071 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 367 + "author_account_age_days": 369 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 161, - "last_update": "2024-11-11 09:01:08", - "author_account_age_days": 390 + "stars": 165, + "last_update": "2024-11-20 05:05:18", + "author_account_age_days": 392 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 427 + "author_account_age_days": 429 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 11, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 427 + "author_account_age_days": 429 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 3, "last_update": "2024-11-18 19:38:19", - "author_account_age_days": 1504 + "author_account_age_days": 1506 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2024-11-14 13:23:08", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 45, + "stars": 46, "last_update": "2024-11-19 18:05:58", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2059 + "author_account_age_days": 2060 }, "https://github.com/WASasquatch/ASTERR": { "stars": 19, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 110, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { "stars": 1219, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 124 + "author_account_age_days": 126 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3901 + "author_account_age_days": 3902 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3792 + "author_account_age_days": 3794 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1118, + "stars": 1122, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 85 + "author_account_age_days": 87 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 159, "last_update": "2024-11-16 01:02:18", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4473 + "author_account_age_days": 4474 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2843 + "author_account_age_days": 2845 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2843 + "author_account_age_days": 2845 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3904 + "author_account_age_days": 3905 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 89, + "stars": 90, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 962 + "author_account_age_days": 964 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, "last_update": "2024-11-13 22:18:48", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 934 + "author_account_age_days": 936 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 350, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 441, + "stars": 443, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 701, + "stars": 704, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 672, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1349, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 788, + "stars": 789, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 97, + "stars": 99, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 620, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1599, + "stars": 1602, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1421 + "author_account_age_days": 1423 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5688 + "author_account_age_days": 5690 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1342 + "author_account_age_days": 1344 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4950 + "author_account_age_days": 4952 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 246, + "stars": 247, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 362 + "author_account_age_days": 363 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2370 + "author_account_age_days": 2372 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1669 + "author_account_age_days": 1671 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1669 + "author_account_age_days": 1671 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 160 + "author_account_age_days": 162 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 79, "last_update": "2024-10-29 08:21:36", - "author_account_age_days": 4696 + "author_account_age_days": 4698 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 15, - "last_update": "2024-11-06 22:29:13", - "author_account_age_days": 184 + "stars": 17, + "last_update": "2024-11-20 23:13:59", + "author_account_age_days": 185 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 171, + "stars": 173, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 172, + "stars": 175, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 63, + "stars": 67, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2483 + "author_account_age_days": 2484 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2483 + "author_account_age_days": 2484 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 1, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 9, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3638 + "author_account_age_days": 3640 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 13, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { - "stars": 1, + "stars": 2, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/alexisrolland/ComfyUI-Phi": { - "stars": 7, - "last_update": "2024-10-12 14:38:26", - "author_account_age_days": 3434 + "stars": 8, + "last_update": "2024-11-20 07:44:16", + "author_account_age_days": 3435 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 49, + "stars": 50, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 51, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1421 + "author_account_age_days": 1423 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 84, "last_update": "2024-11-17 20:28:12", - "author_account_age_days": 1421 + "author_account_age_days": 1423 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2142 + "author_account_age_days": 2144 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 85, + "stars": 86, "last_update": "2024-11-17 06:16:02", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5181 + "author_account_age_days": 5182 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3101 + "author_account_age_days": 3103 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { - "stars": 12, + "stars": 13, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 0, - "last_update": "2024-11-20 09:23:11", - "author_account_age_days": 5897 + "last_update": "2024-11-21 07:41:06", + "author_account_age_days": 5898 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 26, - "last_update": "2024-11-20 03:44:12", - "author_account_age_days": 2493 + "stars": 25, + "last_update": "2024-11-20 04:42:50", + "author_account_age_days": 2495 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, - "last_update": "2024-11-16 12:15:09", - "author_account_age_days": 3683 + "last_update": "2024-11-21 10:38:02", + "author_account_age_days": 3684 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 589 + "author_account_age_days": 591 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 589 + "author_account_age_days": 591 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 204, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 589 + "author_account_age_days": 591 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 589 + "author_account_age_days": 591 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2875 + "author_account_age_days": 2877 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 98, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2497 + "author_account_age_days": 2498 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 59, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 246, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1002 + "author_account_age_days": 1004 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 449 + "author_account_age_days": 451 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 979 + "author_account_age_days": 981 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { - "stars": 9, + "stars": 10, "last_update": "2024-11-13 08:11:28", - "author_account_age_days": 2682 + "author_account_age_days": 2684 }, "https://github.com/banodoco/steerable-motion": { - "stars": 840, + "stars": 839, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 550 + "author_account_age_days": 552 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2447 + "author_account_age_days": 2449 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/bash-j/mikey_nodes": { "stars": 114, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, - "last_update": "2024-11-15 00:57:39", - "author_account_age_days": 2059 + "last_update": "2024-11-21 12:04:00", + "author_account_age_days": 2060 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3656 + "author_account_age_days": 3657 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 205 + "author_account_age_days": 207 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 44, + "stars": 45, "last_update": "2024-11-16 11:18:56", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 36, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 15, "last_update": "2024-11-16 17:44:36", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 111, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 24, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 302 + "author_account_age_days": 304 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 157, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4715 + "author_account_age_days": 4717 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4893 + "author_account_age_days": 4894 + }, + "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { + "stars": 0, + "last_update": "2024-11-21 10:44:12", + "author_account_age_days": 58 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-11-18 01:28:57", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4246 + "author_account_age_days": 4248 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3804 + "author_account_age_days": 3806 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 579 + "author_account_age_days": 581 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1742 + "author_account_age_days": 1743 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5304 + "author_account_age_days": 5305 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4834 + "author_account_age_days": 4836 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": { "stars": 0, - "last_update": "2024-11-19 06:58:48", - "author_account_age_days": 4663 + "last_update": "2024-11-21 07:12:34", + "author_account_age_days": 4665 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3451 + "author_account_age_days": 3452 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3451 + "author_account_age_days": 3452 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-19 05:25:40", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 355, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1353 + "author_account_age_days": 1354 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1353 + "author_account_age_days": 1354 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3444 + "author_account_age_days": 3445 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5160 + "author_account_age_days": 5162 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3547 + "author_account_age_days": 3549 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3547 + "author_account_age_days": 3549 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 31, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2830 + "author_account_age_days": 2832 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 111, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1302 + "author_account_age_days": 1303 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3984 + "author_account_age_days": 3986 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3984 + "author_account_age_days": 3986 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 504 + "author_account_age_days": 506 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 504 + "author_account_age_days": 506 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 388, + "stars": 389, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 49, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 210, + "stars": 212, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 97, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 482 + "author_account_age_days": 484 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1678 + "author_account_age_days": 1680 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 240, + "stars": 244, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 20, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1517, + "stars": 1524, "last_update": "2024-11-17 12:45:35", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 108, + "stars": 112, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 94, + "stars": 95, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 2997 + "author_account_age_days": 2999 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 60, + "stars": 61, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5671 + "author_account_age_days": 5673 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1945 + "author_account_age_days": 1946 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 69, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 33, - "last_update": "2024-11-19 01:01:28", - "author_account_age_days": 4213 + "last_update": "2024-11-21 06:13:06", + "author_account_age_days": 4215 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 262, + "stars": 265, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4213 + "author_account_age_days": 4215 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4213 + "author_account_age_days": 4215 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4213 + "author_account_age_days": 4215 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 502, + "stars": 503, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4213 + "author_account_age_days": 4215 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2203 + "author_account_age_days": 2205 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 26, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5519 + "author_account_age_days": 5520 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1038, - "last_update": "2024-11-06 13:04:04", - "author_account_age_days": 646 + "stars": 1045, + "last_update": "2024-11-21 01:24:40", + "author_account_age_days": 647 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 79, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 390, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 349, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 247, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 135, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2653 + "author_account_age_days": 2655 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2849 + "author_account_age_days": 2850 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, - "last_update": "2024-11-11 03:33:57", - "author_account_age_days": 2977 + "last_update": "2024-11-21 06:15:53", + "author_account_age_days": 2978 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57212, - "last_update": "2024-11-20 01:59:47", - "author_account_age_days": 697 + "stars": 57373, + "last_update": "2024-11-21 12:19:46", + "author_account_age_days": 699 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 512, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 697 + "author_account_age_days": 699 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 162, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 697 + "author_account_age_days": 699 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2049 + "author_account_age_days": 2051 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4758 + "author_account_age_days": 4759 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4811 + "author_account_age_days": 4813 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 97, + "stars": 99, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4811 + "author_account_age_days": 4813 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3204 + "author_account_age_days": 3206 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3204 + "author_account_age_days": 3206 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 818, + "stars": 821, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 69, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 339, + "stars": 340, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4152, + "stars": 4159, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1301, + "stars": 1305, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 607, - "last_update": "2024-10-25 06:01:55", - "author_account_age_days": 5159 + "stars": 609, + "last_update": "2024-11-20 14:32:02", + "author_account_age_days": 5161 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 703, + "stars": 706, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2078 + "author_account_age_days": 2080 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4382 + "author_account_age_days": 4384 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 11, "last_update": "2024-11-13 14:06:47", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 11, - "last_update": "2024-11-19 17:44:22", - "author_account_age_days": 538 + "stars": 12, + "last_update": "2024-11-21 07:33:47", + "author_account_age_days": 539 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1738 + "author_account_age_days": 1740 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 824 + "author_account_age_days": 826 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 202, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 241, + "stars": 242, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 22, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-11-19 04:12:59", - "author_account_age_days": 5472 + "author_account_age_days": 5474 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4577 + "author_account_age_days": 4578 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 243 + "author_account_age_days": 245 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4684 + "author_account_age_days": 4685 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 78, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4684 + "author_account_age_days": 4685 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3645 + "author_account_age_days": 3646 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5444 + "author_account_age_days": 5446 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5444 + "author_account_age_days": 5446 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 11, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 58 + "author_account_age_days": 59 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6123 + "author_account_age_days": 6124 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6123 + "author_account_age_days": 6124 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 193, + "stars": 210, "last_update": "2024-11-20 00:22:16", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4139 + "author_account_age_days": 4141 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 147, + "stars": 148, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4666 + "author_account_age_days": 4668 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 203, + "stars": 204, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4034 + "author_account_age_days": 4036 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 67, + "stars": 68, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1618 + "author_account_age_days": 1620 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1618 + "author_account_age_days": 1620 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 107, + "stars": 108, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1618 + "author_account_age_days": 1620 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 275, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4432 + "author_account_age_days": 4434 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 437 + "author_account_age_days": 439 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4952 + "author_account_age_days": 4953 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2611 + "author_account_age_days": 2613 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2866 + "author_account_age_days": 2868 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2671 + "author_account_age_days": 2673 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 306, + "stars": 310, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/evanspearman/ComfyMath": { "stars": 84, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 116, + "stars": 118, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 12, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2024-11-19 12:58:44", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { - "stars": 10, + "stars": 11, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1707 + "author_account_age_days": 1709 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5192 + "author_account_age_days": 5194 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5192 + "author_account_age_days": 5194 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5192 + "author_account_age_days": 5194 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 38, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 141, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 298, "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 11, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 913, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 238, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 141, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 209, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 434, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3644 + "author_account_age_days": 3645 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3770 + "author_account_age_days": 3771 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5256 + "author_account_age_days": 5257 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5256 + "author_account_age_days": 5257 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5256 + "author_account_age_days": 5257 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 473 + "author_account_age_days": 475 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2469 + "author_account_age_days": 2470 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 517, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2307 + "author_account_age_days": 2308 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4735 + "author_account_age_days": 4737 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 94, + "stars": 95, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4735 + "author_account_age_days": 4737 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4735 + "author_account_age_days": 4737 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 14, + "stars": 15, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2129 + "author_account_age_days": 2131 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2105 + "author_account_age_days": 2107 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5101 + "author_account_age_days": 5102 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4007 + "author_account_age_days": 4008 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 198, + "stars": 200, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4386 + "author_account_age_days": 4388 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5147 + "author_account_age_days": 5149 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4051 + "author_account_age_days": 4053 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4051 + "author_account_age_days": 4053 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4051 + "author_account_age_days": 4053 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4051 + "author_account_age_days": 4053 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4051 + "author_account_age_days": 4053 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 154, "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { - "stars": 32, + "stars": 33, "last_update": "2024-11-19 11:05:07", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3262 + "author_account_age_days": 3263 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1206 + "author_account_age_days": 1207 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1206 + "author_account_age_days": 1207 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1206 + "author_account_age_days": 1207 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 414, + "stars": 415, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1206 + "author_account_age_days": 1207 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2610 + "author_account_age_days": 2611 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2937 + "author_account_age_days": 2938 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 15, + "stars": 18, "last_update": "2024-11-14 20:05:03", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 120, - "last_update": "2024-11-20 03:35:48", - "author_account_age_days": 669 + "stars": 121, + "last_update": "2024-11-21 01:58:08", + "author_account_age_days": 670 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 41, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3995 + "author_account_age_days": 3996 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1304 + "author_account_age_days": 1305 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4341 + "author_account_age_days": 4343 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 1999 + "author_account_age_days": 2001 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4985 + "author_account_age_days": 4987 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4815 + "author_account_age_days": 4817 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4815 + "author_account_age_days": 4817 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4815 + "author_account_age_days": 4817 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4815 + "author_account_age_days": 4817 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4815 + "author_account_age_days": 4817 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4815 + "author_account_age_days": 4817 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 61, "last_update": "2024-11-15 13:56:34", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1034, - "last_update": "2024-11-19 04:14:22", - "author_account_age_days": 3043 + "stars": 1041, + "last_update": "2024-11-21 11:15:44", + "author_account_age_days": 3045 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3043 + "author_account_age_days": 3045 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 43, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 655 + "author_account_age_days": 657 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5260 + "author_account_age_days": 5262 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4791 + "author_account_age_days": 4793 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4780 + "author_account_age_days": 4782 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4780 + "author_account_age_days": 4782 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 533, + "stars": 535, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1489, + "stars": 1491, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 55, + "stars": 56, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5789 + "author_account_age_days": 5790 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1515 + "author_account_age_days": 1516 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3036 + "author_account_age_days": 3038 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3259 + "author_account_age_days": 3260 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1705 + "author_account_age_days": 1707 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4254 + "author_account_age_days": 4255 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 152, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5440 + "author_account_age_days": 5441 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 518, + "stars": 521, "last_update": "2024-11-19 15:40:09", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, "last_update": "2024-11-12 09:30:45", - "author_account_age_days": 777 + "author_account_age_days": 779 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 30, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4574 + "author_account_age_days": 4576 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 131 + "author_account_age_days": 133 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4019 + "author_account_age_days": 4021 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4019 + "author_account_age_days": 4021 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 996, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4019 + "author_account_age_days": 4021 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 39, "last_update": "2024-11-14 07:12:08", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1125 + "author_account_age_days": 1126 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2675 + "author_account_age_days": 2677 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 63, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2675 + "author_account_age_days": 2677 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4619 + "author_account_age_days": 4621 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3079 + "author_account_age_days": 3081 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 128, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3800 + "author_account_age_days": 3802 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3185 + "author_account_age_days": 3187 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 289, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1434 + "author_account_age_days": 1436 }, "https://github.com/jitcoder/lora-info": { "stars": 64, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4189 + "author_account_age_days": 4190 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3797 + "author_account_age_days": 3799 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4360 + "author_account_age_days": 4361 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4745 + "author_account_age_days": 4747 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 360, + "stars": 366, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 356 + "author_account_age_days": 358 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4946 + "author_account_age_days": 4948 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5142 + "author_account_age_days": 5143 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2012 + "author_account_age_days": 2014 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 13, + "stars": 14, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4901 + "author_account_age_days": 4903 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 64, + "stars": 65, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4901 + "author_account_age_days": 4903 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4901 + "author_account_age_days": 4903 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 147, + "stars": 150, "last_update": "2024-11-12 12:15:46", - "author_account_age_days": 1260 + "author_account_age_days": 1262 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 56, "last_update": "2024-11-11 04:37:48", - "author_account_age_days": 2937 + "author_account_age_days": 2939 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2355 + "author_account_age_days": 2357 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1760 + "author_account_age_days": 1762 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1760 + "author_account_age_days": 1762 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1760 + "author_account_age_days": 1762 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1760 + "author_account_age_days": 1762 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1659 + "author_account_age_days": 1661 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2810 + "author_account_age_days": 2811 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4276 + "author_account_age_days": 4278 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4276 + "author_account_age_days": 4278 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 161, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4276 + "author_account_age_days": 4278 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1107 + "author_account_age_days": 1109 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 164, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 186, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 916, - "last_update": "2024-11-20 00:13:00", - "author_account_age_days": 2331 + "stars": 958, + "last_update": "2024-11-21 01:05:59", + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 155, + "stars": 156, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 113, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 202, + "stars": 203, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 633, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 760, + "stars": 762, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 499, - "last_update": "2024-11-11 09:14:43", - "author_account_age_days": 2331 + "stars": 506, + "last_update": "2024-11-21 00:02:44", + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 141, + "stars": 153, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 775, + "stars": 780, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 657, + "stars": 659, "last_update": "2024-11-19 09:56:12", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 561, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 54, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1647, + "stars": 1659, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 88, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 185, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 468, + "stars": 470, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 334, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 29, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 297, + "stars": 301, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1589, + "stars": 1592, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 159, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 93, + "stars": 94, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 649, + "stars": 655, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 25, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/kk8bit/KayTool": { - "stars": 3, + "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 505 + "author_account_age_days": 507 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 348 + "author_account_age_days": 350 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 174, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1957 + "author_account_age_days": 1959 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 731 + "author_account_age_days": 733 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 731 + "author_account_age_days": 733 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2668 + "author_account_age_days": 2670 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 924 + "author_account_age_days": 926 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1315 + "author_account_age_days": 1317 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2979 + "author_account_age_days": 2981 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2979 + "author_account_age_days": 2981 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2979 + "author_account_age_days": 2981 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2979 + "author_account_age_days": 2981 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2979 + "author_account_age_days": 2981 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2979 + "author_account_age_days": 2981 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 27, + "stars": 28, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3224 + "author_account_age_days": 3226 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, - "last_update": "2024-11-20 03:28:40", - "author_account_age_days": 2759 + "last_update": "2024-11-21 03:54:49", + "author_account_age_days": 2760 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3645 + "author_account_age_days": 3646 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 21, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1838 + "author_account_age_days": 1840 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 5, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1416 + "author_account_age_days": 1418 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3058 + "author_account_age_days": 3059 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3940 + "author_account_age_days": 3942 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 2, - "last_update": "2024-11-19 15:33:07", - "author_account_age_days": 335 + "last_update": "2024-11-20 16:22:08", + "author_account_age_days": 337 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 57, + "stars": 58, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 93, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2612 + "author_account_age_days": 2613 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/lks-ai/anynode": { "stars": 500, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 82, + "stars": 84, "last_update": "2024-11-18 06:35:22", - "author_account_age_days": 2241 + "author_account_age_days": 2243 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 50, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2241 + "author_account_age_days": 2243 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 6, "last_update": "2024-11-20 11:46:56", - "author_account_age_days": 4628 + "author_account_age_days": 4629 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 6, - "last_update": "2024-11-20 07:45:39", - "author_account_age_days": 732 + "stars": 7, + "last_update": "2024-11-21 10:03:27", + "author_account_age_days": 733 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 641, + "stars": 647, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 247, + "stars": 249, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 367, + "stars": 370, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 19, "last_update": "2024-11-17 18:48:46", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 17, + "stars": 20, "last_update": "2024-11-16 09:41:05", - "author_account_age_days": 3811 + "author_account_age_days": 3813 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3811 + "author_account_age_days": 3813 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1898, + "stars": 1903, "last_update": "2024-11-20 00:49:41", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 430, + "stars": 431, "last_update": "2024-11-15 03:53:05", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 6982, - "last_update": "2024-11-20 03:30:10", - "author_account_age_days": 611 + "stars": 7011, + "last_update": "2024-11-21 12:06:18", + "author_account_age_days": 612 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 30, + "stars": 31, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-19 21:35:36", - "author_account_age_days": 2183 + "last_update": "2024-11-20 23:47:14", + "author_account_age_days": 2184 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 179, + "stars": 180, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1259 + "author_account_age_days": 1261 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 609 + "author_account_age_days": 611 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2506 + "author_account_age_days": 2508 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3655 + "author_account_age_days": 3656 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 165, + "stars": 166, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5903 + "author_account_age_days": 5904 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 49, + "stars": 50, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4563 + "author_account_age_days": 4565 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4563 + "author_account_age_days": 4565 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1555 + "author_account_age_days": 1557 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 57, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2888 + "author_account_age_days": 2890 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4698 + "author_account_age_days": 4700 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 219, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3069 + "author_account_age_days": 3070 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1129, + "stars": 1132, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2250 + "author_account_age_days": 2251 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3351 + "author_account_age_days": 3353 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3351 + "author_account_age_days": 3353 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3351 + "author_account_age_days": 3353 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4588 + "author_account_age_days": 4589 }, "https://github.com/melMass/comfy_mtb": { "stars": 450, - "last_update": "2024-11-18 00:53:34", - "author_account_age_days": 3894 + "last_update": "2024-11-20 22:03:13", + "author_account_age_days": 3895 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3821 + "author_account_age_days": 3822 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 15, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5622 + "author_account_age_days": 5623 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2466 + "author_account_age_days": 2467 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 150 + "author_account_age_days": 152 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 264, + "stars": 268, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 616 + "author_account_age_days": 618 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2156 + "author_account_age_days": 2158 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2810 + "author_account_age_days": 2811 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2712 + "author_account_age_days": 2714 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6065 + "author_account_age_days": 6066 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6065 + "author_account_age_days": 6066 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 173, + "stars": 175, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 69 + "author_account_age_days": 71 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 46, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1369 + "author_account_age_days": 1370 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 886 + "author_account_age_days": 888 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 119 + "author_account_age_days": 121 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 119 + "author_account_age_days": 121 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4158 + "author_account_age_days": 4160 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4158 + "author_account_age_days": 4160 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4158 + "author_account_age_days": 4160 }, "https://github.com/modelscope/comfyscope": { "stars": 3, - "last_update": "2024-10-08 05:40:23", - "author_account_age_days": 848 + "last_update": "2024-11-20 08:48:36", + "author_account_age_days": 850 }, "https://github.com/modelscope/scepter": { "stars": 428, - "last_update": "2024-11-19 12:43:55", - "author_account_age_days": 848 + "last_update": "2024-11-21 07:43:00", + "author_account_age_days": 850 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4752 + "author_account_age_days": 4754 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-17 06:08:52", - "author_account_age_days": 1472 + "last_update": "2024-11-21 02:25:41", + "author_account_age_days": 1473 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3619 + "author_account_age_days": 3621 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2449 + "author_account_age_days": 2451 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4086 + "author_account_age_days": 4088 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1528 + "author_account_age_days": 1530 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1528 + "author_account_age_days": 1530 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, "last_update": "2024-11-14 08:31:46", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3823 + "author_account_age_days": 3824 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3823 + "author_account_age_days": 3824 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 181, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1167 + "author_account_age_days": 1169 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 79, "last_update": "2024-11-19 06:28:54", - "author_account_age_days": 1167 + "author_account_age_days": 1169 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1167 + "author_account_age_days": 1169 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4177 + "author_account_age_days": 4179 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 155, + "stars": 156, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 29, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4868 + "author_account_age_days": 4869 }, "https://github.com/niknah/quick-connections": { "stars": 124, "last_update": "2024-11-19 12:39:37", - "author_account_age_days": 4868 + "author_account_age_days": 4869 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 363 + "author_account_age_days": 365 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3651 + "author_account_age_days": 3653 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 33, + "stars": 34, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1811 + "author_account_age_days": 1812 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2270 + "author_account_age_days": 2272 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 201, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2709 + "author_account_age_days": 2710 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1866 + "author_account_age_days": 1867 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1240 + "author_account_age_days": 1242 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1240 + "author_account_age_days": 1242 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 649, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1325 + "author_account_age_days": 1326 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 94, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 17, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2835 + "author_account_age_days": 2837 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1024 + "author_account_age_days": 1026 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 130, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1225 + "author_account_age_days": 1226 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2931 + "author_account_age_days": 2933 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5201 + "author_account_age_days": 5203 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 36, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5201 + "author_account_age_days": 5203 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 78, + "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2279 + "author_account_age_days": 2281 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2279 + "author_account_age_days": 2281 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 218, + "stars": 219, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2279 + "author_account_age_days": 2281 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2465 + "author_account_age_days": 2467 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 180, + "stars": 183, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2835 + "author_account_age_days": 2837 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1378 + "author_account_age_days": 1380 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5157 + "author_account_age_days": 5158 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 148, + "stars": 149, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 39, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2437 + "author_account_age_days": 2438 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3201 + "author_account_age_days": 3203 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 735 + "author_account_age_days": 737 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1651 + "author_account_age_days": 1653 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1651 + "author_account_age_days": 1653 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1651 + "author_account_age_days": 1653 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1651 + "author_account_age_days": 1653 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, - "last_update": "2024-11-14 19:00:07", - "author_account_age_days": 1649 + "last_update": "2024-11-21 04:03:25", + "author_account_age_days": 1650 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 92, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1178 + "author_account_age_days": 1180 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1178 + "author_account_age_days": 1180 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1178 + "author_account_age_days": 1180 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 19, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1178 + "author_account_age_days": 1180 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5716 + "author_account_age_days": 5718 + }, + "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { + "stars": 0, + "last_update": "2024-11-21 03:32:57", + "author_account_age_days": 4137 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1240, + "stars": 1246, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1854, + "stars": 1856, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 655, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 133, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 759 + "author_account_age_days": 761 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4642 + "author_account_age_days": 4644 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 31, - "last_update": "2024-11-18 12:38:09", - "author_account_age_days": 2153 + "last_update": "2024-11-21 07:44:20", + "author_account_age_days": 2154 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3573 + "author_account_age_days": 3574 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 13, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5769 + "author_account_age_days": 5771 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 289, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 19, + "stars": 20, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/replicate/comfyui-replicate": { "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1757 + "author_account_age_days": 1758 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4633 + "author_account_age_days": 4635 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1196, + "stars": 1202, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5123 + "author_account_age_days": 5124 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5785 + "author_account_age_days": 5787 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5785 + "author_account_age_days": 5787 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 795 + "author_account_age_days": 797 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 2, - "last_update": "2024-10-14 21:52:50", - "author_account_age_days": 4253 + "stars": 13, + "last_update": "2024-11-21 06:24:18", + "author_account_age_days": 4255 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 600 + "author_account_age_days": 602 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, "last_update": "2024-11-16 14:18:28", - "author_account_age_days": 2458 + "author_account_age_days": 2460 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 95, + "stars": 96, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4303 + "author_account_age_days": 4305 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": { "stars": 2, - "last_update": "2024-11-20 02:06:20", - "author_account_age_days": 330 + "last_update": "2024-11-21 11:29:52", + "author_account_age_days": 332 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 622 + "author_account_age_days": 624 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3838 + "author_account_age_days": 3839 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 295, + "stars": 296, "last_update": "2024-11-19 16:08:28", - "author_account_age_days": 3838 + "author_account_age_days": 3839 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5454 + "author_account_age_days": 5455 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5454 + "author_account_age_days": 5455 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3481 + "author_account_age_days": 3482 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 420, + "stars": 422, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1306, - "last_update": "2024-10-25 06:24:51", - "author_account_age_days": 3463 + "stars": 1309, + "last_update": "2024-11-21 01:40:33", + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 102, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 25, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5241 + "author_account_age_days": 5243 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 239, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1913 + "author_account_age_days": 1915 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 323, + "stars": 325, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1913 + "author_account_age_days": 1915 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1913 + "author_account_age_days": 1915 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 215, "last_update": "2024-11-18 04:16:43", - "author_account_age_days": 1913 + "author_account_age_days": 1915 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { - "stars": 33, + "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4456 + "author_account_age_days": 4457 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/siliconflow/BizyAir": { - "stars": 358, - "last_update": "2024-11-20 03:42:01", - "author_account_age_days": 454 + "stars": 363, + "last_update": "2024-11-21 10:11:02", + "author_account_age_days": 455 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 158, + "stars": 159, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1255 + "author_account_age_days": 1257 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 45, + "stars": 50, "last_update": "2024-11-19 12:22:49", - "author_account_age_days": 2275 + "author_account_age_days": 2277 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2863 + "author_account_age_days": 2864 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 52, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { - "stars": 12, + "stars": 13, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Diffree": { - "stars": 27, + "stars": 28, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 276, + "stars": 278, "last_update": "2024-11-19 00:59:05", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 3, + "stars": 5, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { - "stars": 43, + "stars": 44, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 47, + "stars": 49, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 158, + "stars": 165, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 102, + "stars": 103, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 18, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 241, + "stars": 240, "last_update": "2024-11-18 12:56:16", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-11-16 20:42:59", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3408 + "author_account_age_days": 3410 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 24, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 556 + "author_account_age_days": 558 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 184, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 136, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 44, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 163, + "stars": 164, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 157, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5380 + "author_account_age_days": 5381 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 859, + "stars": 863, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 375, - "last_update": "2024-11-16 16:28:17", - "author_account_age_days": 4232 + "stars": 377, + "last_update": "2024-11-20 20:52:54", + "author_account_age_days": 4234 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4276 + "author_account_age_days": 4278 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 6, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4276 + "author_account_age_days": 4278 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2700 + "author_account_age_days": 2702 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 750, + "stars": 751, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2700 + "author_account_age_days": 2702 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2775 + "author_account_age_days": 2777 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1994 + "author_account_age_days": 1996 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1994 + "author_account_age_days": 1996 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 28, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6079 + "author_account_age_days": 6080 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 27, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 1, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, - "last_update": "2024-10-16 07:36:54", - "author_account_age_days": 880 + "last_update": "2024-11-20 04:53:19", + "author_account_age_days": 882 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 111, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1156 + "author_account_age_days": 1157 }, "https://github.com/taabata/ComfyCanvas": { "stars": 70, "last_update": "2024-11-18 22:21:36", - "author_account_age_days": 1831 + "author_account_age_days": 1833 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 250, + "stars": 251, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1831 + "author_account_age_days": 1833 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 55 + "author_account_age_days": 57 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5069 + "author_account_age_days": 5071 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 502, + "stars": 505, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/tanglup/Comfyui-Ycnode": { - "stars": 4, - "last_update": "2024-11-19 16:35:21", - "author_account_age_days": 273 + "stars": 18, + "last_update": "2024-11-20 14:51:51", + "author_account_age_days": 274 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 150, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 40, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 44, + "stars": 46, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 333, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 66, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2488 + "author_account_age_days": 2490 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3473 + "author_account_age_days": 3475 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 684 + "author_account_age_days": 686 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4008 + "author_account_age_days": 4009 + }, + "https://github.com/tomudo/ComfyUI-ascii-art": { + "stars": 0, + "last_update": "2024-11-21 05:24:12", + "author_account_age_days": 3053 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 518, + "stars": 519, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3969 + "author_account_age_days": 3970 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 37, + "stars": 38, "last_update": "2024-11-19 15:33:13", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2406 + "author_account_age_days": 2407 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5537 + "author_account_age_days": 5539 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1677 + "author_account_age_days": 1678 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4906 + "author_account_age_days": 4907 + }, + "https://github.com/tungdop2/Comfyui_face_restorer": { + "stars": 1, + "last_update": "2024-11-21 09:11:42", + "author_account_age_days": 1574 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2897 + "author_account_age_days": 2899 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 760, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4216 + "author_account_age_days": 4218 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 93, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3851 + "author_account_age_days": 3852 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1420 + "author_account_age_days": 1422 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2462 + "author_account_age_days": 2464 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 12, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1464 + "author_account_age_days": 1466 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1464 + "author_account_age_days": 1466 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3106 + "author_account_age_days": 3108 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1005 + "author_account_age_days": 1007 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2762 + "author_account_age_days": 2763 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3576 + "author_account_age_days": 3577 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1546 + "author_account_age_days": 1548 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 234, + "stars": 235, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2181 + "author_account_age_days": 2183 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2181 + "author_account_age_days": 2183 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 146, + "stars": 148, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 0, - "last_update": "2024-11-19 21:46:23", - "author_account_age_days": 443 + "last_update": "2024-11-20 03:59:11", + "author_account_age_days": 445 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 43, - "last_update": "2024-11-20 01:18:17", - "author_account_age_days": 720 + "stars": 55, + "last_update": "2024-11-20 11:33:48", + "author_account_age_days": 722 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1509 + "author_account_age_days": 1511 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1509 + "author_account_age_days": 1511 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 100, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2369 + "author_account_age_days": 2370 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 3, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2260 + "author_account_age_days": 2262 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 122 + "author_account_age_days": 124 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1761 + "author_account_age_days": 1763 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5635 + "author_account_age_days": 5637 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 600 + "author_account_age_days": 602 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2786 + "author_account_age_days": 2788 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3179 + "author_account_age_days": 3180 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5870 + "author_account_age_days": 5871 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5870 + "author_account_age_days": 5871 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 51, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1716 + "author_account_age_days": 1718 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2411 + "author_account_age_days": 2412 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4333 + "author_account_age_days": 4335 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5198 + "author_account_age_days": 5200 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 339, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1627 + "author_account_age_days": 1629 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4647 + "author_account_age_days": 4649 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4647 + "author_account_age_days": 4649 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4647 + "author_account_age_days": 4649 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4254 + "author_account_age_days": 4256 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4254 + "author_account_age_days": 4256 + }, + "https://github.com/xuhongming251/ComfyUI_Camera": { + "stars": 0, + "last_update": "2024-11-21 10:47:22", + "author_account_age_days": 4256 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2957 + "author_account_age_days": 2958 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2265 + "author_account_age_days": 2267 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3573 + "author_account_age_days": 3574 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 18, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { - "stars": 84, + "stars": 85, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 700 + "author_account_age_days": 702 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 700 + "author_account_age_days": 702 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1062, - "last_update": "2024-11-19 09:44:10", - "author_account_age_days": 1489 + "stars": 1064, + "last_update": "2024-11-21 09:09:30", + "author_account_age_days": 1490 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { - "stars": 12, + "stars": 14, "last_update": "2024-11-18 16:43:25", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 0, "last_update": "2024-11-17 11:45:56", - "author_account_age_days": 3538 + "author_account_age_days": 3539 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2591 + "author_account_age_days": 2593 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2591 + "author_account_age_days": 2593 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 71, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 76, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 186, + "stars": 192, "last_update": "2024-11-19 21:42:23", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 736 + "author_account_age_days": 738 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4564 + "author_account_age_days": 4565 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4564 + "author_account_age_days": 4565 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4564 + "author_account_age_days": 4565 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2591 + "author_account_age_days": 2593 }, "https://github.com/zfkun/ComfyUI_zfkun": { - "stars": 20, + "stars": 21, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5011 + "author_account_age_days": 5013 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, "last_update": "2024-11-14 03:56:22", - "author_account_age_days": 439 + "author_account_age_days": 441 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 439 + "author_account_age_days": 441 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3498 + "author_account_age_days": 3499 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3607 + "author_account_age_days": 3609 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4383 + "author_account_age_days": 4385 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1161, + "stars": 1164, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { - "stars": 15, - "last_update": "2024-11-03 04:29:39", - "author_account_age_days": 3417 + "stars": 16, + "last_update": "2024-11-21 06:20:08", + "author_account_age_days": 3419 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2810 + "author_account_age_days": 2811 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 245, + "stars": 263, "last_update": "2024-11-19 10:49:45", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5110 + "author_account_age_days": 5111 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 742e7ea8..5842a14c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,16 @@ + { + "author": "miragecoa", + "title": "ComfyUI-LLM-Evaluation [WIP]", + "reference": "https://github.com/miragecoa/ComfyUI-LLM-Evaluation", + "files": [ + "https://github.com/miragecoa/ComfyUI-LLM-Evaluation" + ], + "install_type": "git-clone", + "description": "NODES:Load File, Select Item by Index, Select Item by Key, JSONToListNode, MathOperationNode, F1ScoreNode, AccuracyNode, ..." + }, { "author": "WASasquatch", "title": "ASTERR [UNSAFE]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 64bcc8fc..47e75228 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1222,6 +1222,15 @@ "title_aux": "ve_custom_comfyui_nodes" } ], + "https://github.com/WASasquatch/ASTERR": [ + [ + "ASTERR", + "SaveASTERR" + ], + { + "title_aux": "ASTERR [UNSAFE]" + } + ], "https://github.com/WSJUSA/Comfyui-StableSR": [ [ "ColorFix", @@ -3065,6 +3074,32 @@ "title_aux": "comfyui-gemini-studio [WIP]" } ], + "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": [ + [ + "AccuracyNode", + "ClearVRAM", + "DeleteFile", + "DownloadHuggingFaceModel", + "F1ScoreNode", + "JSONToListNode", + "JsonResultGenerator", + "LLMLocalLoader", + "LoadFileNode", + "MathOperationNode", + "MyNode", + "PullOllamaModel", + "SelectItemByIndexNode", + "SelectItemByKeyNode", + "StringCombiner", + "StringPatternEnforcer", + "StringScraper", + "UpdateLLMResultToJson", + "WriteToJson" + ], + { + "title_aux": "ComfyUI-LLM-Evaluation [WIP]" + } + ], "https://github.com/monate0615/ComfyUI-Affine-Transform": [ [ "AffineTransform" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index a7451b16..a697ae08 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,547 +2,552 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 87, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1608 + "author_account_age_days": 1609 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2625 + "author_account_age_days": 2627 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, - "last_update": "2024-11-14 23:59:17", - "author_account_age_days": 2253 + "last_update": "2024-11-20 07:49:57", + "author_account_age_days": 2255 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4103 + "author_account_age_days": 4104 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 49, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 19, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2374 + "author_account_age_days": 2376 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { "stars": 2, "last_update": "2024-11-19 00:40:20", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4300 + "author_account_age_days": 4301 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 466 + "author_account_age_days": 468 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-18 12:03:45", - "author_account_age_days": 223 + "author_account_age_days": 225 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { - "stars": 16, + "stars": 17, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2179 + "author_account_age_days": 2181 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2736 + "author_account_age_days": 2738 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, - "last_update": "2024-11-13 18:01:18", - "author_account_age_days": 3280 + "last_update": "2024-11-20 10:50:32", + "author_account_age_days": 3281 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1322 + "author_account_age_days": 1323 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 772 + "author_account_age_days": 774 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2063 + "author_account_age_days": 2064 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 131, + "stars": 132, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 559 + "author_account_age_days": 561 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4776 + "author_account_age_days": 4777 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3417 + "author_account_age_days": 3418 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1040 + "author_account_age_days": 1041 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3338 + "author_account_age_days": 3340 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2127 + "author_account_age_days": 2129 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 312 + "author_account_age_days": 314 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3133 + "author_account_age_days": 3135 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 28, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2868 + "author_account_age_days": 2870 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { - "stars": 23, + "stars": 24, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1206 + "author_account_age_days": 1208 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2700 + "author_account_age_days": 2701 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 0, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 730 + "author_account_age_days": 732 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5423 + "author_account_age_days": 5425 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4765 + "author_account_age_days": 4766 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 448 + "author_account_age_days": 450 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4188 + "author_account_age_days": 4189 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 357 + "author_account_age_days": 359 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1460 + "author_account_age_days": 1461 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 32, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 45, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-11-17 21:14:02", - "author_account_age_days": 2609 + "author_account_age_days": 2610 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1288 + "author_account_age_days": 1290 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/T8star1984/comfyui-purgevram": { "stars": 32, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3878 + "author_account_age_days": 3879 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 153 + "author_account_age_days": 155 + }, + "https://github.com/WASasquatch/ASTERR": { + "stars": 19, + "last_update": "2024-10-27 01:48:56", + "author_account_age_days": 4775 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1573 + "author_account_age_days": 1574 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 85, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 281, + "stars": 282, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { - "stars": 216, + "stars": 217, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4402 + "author_account_age_days": 4404 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3434 + "author_account_age_days": 3435 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2493 + "author_account_age_days": 2495 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 0, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2424 + "author_account_age_days": 2425 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4097 + "author_account_age_days": 4098 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 74, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3772 + "author_account_age_days": 3774 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 979 + "author_account_age_days": 981 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-11-15 16:49:18", - "author_account_age_days": 2682 + "author_account_age_days": 2684 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4435 + "author_account_age_days": 4436 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3257 + "author_account_age_days": 3258 }, "https://github.com/celll1/cel_sampler": { "stars": 1, @@ -552,836 +557,841 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57212, - "last_update": "2024-11-20 01:59:47", - "author_account_age_days": 697 + "stars": 57372, + "last_update": "2024-11-21 01:43:04", + "author_account_age_days": 699 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 331, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 697 + "author_account_age_days": 699 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 171 + "author_account_age_days": 173 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1964 + "author_account_age_days": 1965 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 231, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2136 + "author_account_age_days": 2137 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6123 + "author_account_age_days": 6124 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2471 + "author_account_age_days": 2473 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2395 + "author_account_age_days": 2397 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2920 + "author_account_age_days": 2922 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4187 + "author_account_age_days": 4188 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 200, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4051 + "author_account_age_days": 4053 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1532 + "author_account_age_days": 1534 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2288 + "author_account_age_days": 2289 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 449 + "author_account_age_days": 451 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5192 + "author_account_age_days": 5193 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3668 + "author_account_age_days": 3670 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1834 + "author_account_age_days": 1836 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2603 + "author_account_age_days": 2605 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1909 + "author_account_age_days": 1911 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1909 + "author_account_age_days": 1911 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-20 01:40:12", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 417 + "author_account_age_days": 419 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 787 + "author_account_age_days": 788 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 604 + "author_account_age_days": 606 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5096 + "author_account_age_days": 5097 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 152, + "stars": 154, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 650 + "author_account_age_days": 652 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 192, + "stars": 193, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4901 + "author_account_age_days": 4903 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1659 + "author_account_age_days": 1661 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { - "stars": 77, + "stars": 78, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 624, + "stars": 630, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 60, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 0, + "stars": 1, "last_update": "2024-11-18 14:23:14", - "author_account_age_days": 5 + "author_account_age_days": 6 }, "https://github.com/kk8bit/KayTool": { - "stars": 3, + "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 505 + "author_account_age_days": 507 }, "https://github.com/kostenickj/comfyui-jk-easy-nodes": { "stars": 1, - "last_update": "2024-11-19 14:33:54", - "author_account_age_days": 3198 + "last_update": "2024-11-21 08:38:58", + "author_account_age_days": 3199 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4695 + "author_account_age_days": 4697 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4695 + "author_account_age_days": 4697 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2801 + "author_account_age_days": 2802 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2979 + "author_account_age_days": 2981 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 53, + "stars": 54, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1521 + "author_account_age_days": 1523 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { - "stars": 3, + "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1838 + "author_account_age_days": 1840 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4515 + "author_account_age_days": 4517 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { - "stars": 100, + "stars": 102, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 641, + "stars": 647, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 701 + "author_account_age_days": 703 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { - "stars": 222, + "stars": 223, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4563 + "author_account_age_days": 4565 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2404 + "author_account_age_days": 2405 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2466 + "author_account_age_days": 2467 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1329 + "author_account_age_days": 1331 + }, + "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { + "stars": 2, + "last_update": "2024-11-21 01:29:48", + "author_account_age_days": 716 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 108 + "author_account_age_days": 109 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 108 + "author_account_age_days": 109 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/nat-chan/comfyui-exec": { - "stars": 2, + "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3928 + "author_account_age_days": 3930 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4030 + "author_account_age_days": 4032 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4030 + "author_account_age_days": 4032 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4030 + "author_account_age_days": 4032 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4030 + "author_account_age_days": 4032 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { - "stars": 129, + "stars": 133, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1167 + "author_account_age_days": 1169 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5016 + "author_account_age_days": 5018 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4697 + "author_account_age_days": 4699 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4178 + "author_account_age_days": 4179 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 4, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 78, + "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2279 + "author_account_age_days": 2281 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5272 + "author_account_age_days": 5273 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1385 + "author_account_age_days": 1387 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 49, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1178 + "author_account_age_days": 1180 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2247 + "author_account_age_days": 2249 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3325 + "author_account_age_days": 3326 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 53 + "author_account_age_days": 55 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5228 + "author_account_age_days": 5230 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4086 + "author_account_age_days": 4088 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4110 + "author_account_age_days": 4112 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4202 + "author_account_age_days": 4203 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2684 + "author_account_age_days": 2686 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4232 + "author_account_age_days": 4234 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3986 + "author_account_age_days": 3988 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4273 + "author_account_age_days": 4275 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 261 + "author_account_age_days": 263 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 180, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2928 + "author_account_age_days": 2930 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5347 + "author_account_age_days": 5348 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 2, "last_update": "2024-11-15 03:03:13", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3087 + "author_account_age_days": 3088 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1971 + "author_account_age_days": 1973 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3046 + "author_account_age_days": 3048 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2924 + "author_account_age_days": 2926 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 836 + "author_account_age_days": 838 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 301, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3607 + "author_account_age_days": 3609 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2131 + "author_account_age_days": 2133 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f1f12168..035b8bab 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,36 @@ + { + "author": "xuhongming251", + "title": "ComfyUI_Camera", + "reference": "https://github.com/xuhongming251/ComfyUI_Camera", + "files": [ + "https://github.com/xuhongming251/ComfyUI_Camera" + ], + "install_type": "git-clone", + "description": "ComfyUI processes local real-time camera feed and provides real-time preview of the result." + }, + { + "author": "bombax-xiaoice", + "title": "ComfyUI-Allegro", + "reference": "https://github.com/bombax-xiaoice/ComfyUI-Allegro", + "files": [ + "https://github.com/bombax-xiaoice/ComfyUI-Allegro" + ], + "install_type": "git-clone", + "description": "ComfyUI supports over [a/rhymes-ai/Allegro](https://huggingface.co/rhymes-ai/Allegro), which uses text prompt to generate short video in relatively high quality, especially comparing to other open source solutions available for now." + }, + { + "author": "pschroedl", + "title": "ComfyUI-SAM2-Realtime", + "reference": "https://github.com/pschroedl/ComfyUI-SAM2-Realtime", + "files": [ + "https://github.com/pschroedl/ComfyUI-SAM2-Realtime" + ], + "install_type": "git-clone", + "description": "NODES:(Down)Load SAM2-Realtime Model, Sam2RealtimeSegmentation" + }, { "author": "tuohe", "title": "ComfyUI-HaiperAI-API", @@ -33,6 +63,16 @@ "install_type": "git-clone", "description": "This is a custom node to convert image to ascii art string." }, + { + "author": "tuohe", + "title": "Comfyui_face_restorer", + "reference": "https://github.com/tungdop2/Comfyui_face_restorer", + "files": [ + "https://github.com/tungdop2/Comfyui_face_restorer" + ], + "install_type": "git-clone", + "description": "NODES:Face Restorer Loader, Face Restorer" + }, { "author": "Horizon Team", "title": "ComfyUI_FluxMod", @@ -63,7 +103,7 @@ "https://github.com/AIPOQUE/ComfyUI-APQNodes" ], "install_type": "git-clone", - "description": "NODES:ColorPalette, ...\nuseful custom nodes for ComfyUI" + "description": "Without fine-tuning, FLUX.1 Dev model cannot understand exact color codes. However, it is known that FLUX.1 Dev can repeatedly produce certain colors with certain prompt(color name). Fortunately, on CIVITAI, [a/“novuschroma” shared 155 pre-tested color names](https://civitai.com/models/879997/color-wildcards-for-flux-and-sdxl) that FLUX.1 Dev can handle. Thanks to his resource, color palette consists exclusively of 155 colors can be configured. ‘ColorPalette’ node from ComfyUI APQNodes converts input hex color code to the most similar color name(from pre-tested 155 color names) of which FLUX.1 Dev is aware." }, { "author": "lo-th", @@ -651,128 +691,6 @@ ], "description": "ComfyUI Interface Definition Language", "install_type": "git-clone" - }, - { - "author": "807502278", - "title": "ComfyUI_MaskGCT", - "reference": "https://github.com/807502278/ComfyUI_MaskGCT", - "files": [ - "https://github.com/807502278/ComfyUI_MaskGCT" - ], - "install_type": "git-clone", - "description": "Suitable for Windows - MaskGCT ComfyUI Node Wrapping" - }, - { - "author": "Poseidon-fan", - "title": "ComfyUI-RabbitMQ-Publisher", - "reference": "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher", - "files": [ - "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher" - ], - "description": "ComfyUI custom_node that publish output image to rabbit_mq", - "install_type": "git-clone" - }, - { - "author": "Blonicx", - "title": "ComfyUI-Rework-X", - "id": "rework-x", - "reference": "https://github.com/Blonicx/ComfyUI-X-Rework", - "files": [ - "https://github.com/Blonicx/ComfyUI-X-Rework" - ], - "install_type": "git-clone", - "description": "This is a plugin for ComfyUI that adds new Util Nodes and makes Lora training in ComfyUI abel. Except that it adds a new Features for Images." - }, - { - "author": "morino-kumasan", - "title": "comfyui-toml-prompt", - "reference": "https://github.com/morino-kumasan/comfyui-toml-prompt", - "files": [ - "https://github.com/morino-kumasan/comfyui-toml-prompt" - ], - "description": "Encode Prompt in TOML for ComfyUI.", - "install_type": "git-clone" - }, - { - "author": "CY-CHENYUE", - "title": "ComfyUI-OmniGenX", - "id": "ComfyUI-OmniGenX", - "reference": "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX", - "files": [ - "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX" - ], - "description": "OmniGen Unified Image Generation Model Integration.", - "install_type": "git-clone" - }, - { - "author": "HelloVision", - "title": "ComfyUI_HelloMeme", - "reference": "https://github.com/HelloVision/ComfyUI_HelloMeme", - "files": [ - "https://github.com/HelloVision/ComfyUI_HelloMeme" - ], - "install_type": "git-clone", - "description": "This repository is the official implementation of the [a/HelloMeme](https://arxiv.org/pdf/2410.22901) ComfyUI interface, featuring both image and video generation functionalities. Example workflow files can be found in the ComfyUI_HelloMeme/workflows directory. Test images and videos are saved in the ComfyUI_HelloMeme/examples directory. Below are screenshots of the interfaces for image and video generation.\nNOTE: 'HelloMeme: Integrating Spatial Knitting Attentions to Embed High-Level and Fidelity-Rich Conditions in Diffusion Models'" - }, - { - "author": "taabata", - "title": "ComfyCanvas", - "reference": "https://github.com/taabata/ComfyCanvas", - "files": [ - "https://github.com/taabata/ComfyCanvas" - ], - "install_type": "git-clone", - "description": "Canvas to use with ComfyUI" - }, - { - "author": "AIFSH", - "title": "MaskGCT-ComfyUI", - "reference": "https://github.com/AIFSH/MaskGCT-ComfyUI", - "files": [ - "https://github.com/AIFSH/MaskGCT-ComfyUI" - ], - "install_type": "git-clone", - "description": "a custom node for [a/MaskGCT](https://github.com/open-mmlab/Amphion/blob/main/models/tts/maskgct/README.md) to Zero-Shot Text-to-Speech" - }, - { - "author": "Level Pixel", - "title": "ComfyUI_LevelPixel", - "reference": "https://github.com/LevelPixel/ComfyUI-LevelPixel", - "files": [ - "https://github.com/LevelPixel/ComfyUI-LevelPixel" - ], - "install_type": "git-clone", - "description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters)." - }, - { - "author": "1038lab", - "title": "ComfyUI-OmniGen", - "reference": "https://github.com/1038lab/ComfyUI-OmniGen", - "files": [ - "https://github.com/1038lab/ComfyUI-OmniGen" - ], - "install_type": "git-clone", - "description": "ComfyUI custom node implementation of OmniGen" - }, - { - "author": "hanoixan", - "title": "ComfyUI DataBeast", - "reference": "https://github.com/hanoixan/ComfyUI-DataBeast", - "files": [ - "https://github.com/hanoixan/ComfyUI-DataBeast" - ], - "install_type": "git-clone", - "description": "This extension provides convenience nodes for batch processing." - }, - { - "author": "KohakuBlueleaf", - "title": "TIPO-extension", - "reference": "https://github.com/KohakuBlueleaf/z-tipo-extension", - "files": [ - "https://github.com/KohakuBlueleaf/z-tipo-extension" - ], - "install_type": "git-clone", - "description": "A general extension to utilize TIPO or DanTagGen to do 'text-presampling' based on KGen library: [a/https://github.com/KohakuBlueleaf/KGen](https://github.com/KohakuBlueleaf/KGen)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 37bfcfaf..dd0cfd53 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3231,7 +3231,8 @@ "ReActorMaskHelper", "ReActorOptions", "ReActorRestoreFace", - "ReActorSaveFaceModel" + "ReActorSaveFaceModel", + "ReActorUnload" ], { "title_aux": "ReActor Node for ComfyUI" @@ -3326,6 +3327,17 @@ "title_aux": "ComfyUI-FilePathCreator" } ], + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": [ + [ + "HaiperImage2Video", + "HaiperText2Image", + "HaiperText2Video", + "ImgBBUpload" + ], + { + "title_aux": "ComfyUI-HaiperAI-API" + } + ], "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [ [ "Moondream Interrogator" @@ -3472,6 +3484,22 @@ "title_aux": "Hiero-Nodes" } ], + "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": [ + [ + "AgentMemoryProvider", + "AgentNode", + "BasicRecursionFilterNode", + "DocumentProcessor", + "LinuxMemoryDirectory", + "QueryNode" + ], + { + "description": "Nodes for interfacing with LiteLLM", + "nickname": "Tasha", + "title": "ComfyUI_LiteLLM", + "title_aux": "ComfyUI_LiteLLM" + } + ], "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [ [ "MI2V Flow Animator", @@ -4829,6 +4857,7 @@ "MaraScottTextConversion_StringToList_v1", "MaraScottUpscalerRefinerNode_v3", "MaraScott_Kijai_TokenCounter_v1", + "MaraScott_YoloDetection_v1", "MaraScott_laksjdjf_Hires_v1" ], { @@ -9263,6 +9292,8 @@ "Sage_CheckpointLoaderSimple", "Sage_ConstructMetadata", "Sage_DualCLIPTextEncode", + "Sage_GetFileHash", + "Sage_GetModelJSONFromHash", "Sage_KSampler", "Sage_LoraStack", "Sage_LoraStackDebugString", @@ -9283,6 +9314,7 @@ "LLMChat", "LLMMinP", "LLMModel", + "LLMPrependAppend", "LLMProvider", "LLMTemperature", "LLMTextLatch", @@ -9888,6 +9920,18 @@ "title_aux": "ComfyKit Custom Nodes" } ], + "https://github.com/bombax-xiaoice/ComfyUI-Allegro": [ + [ + "AllegroDecoder", + "AllegroEncoder", + "AllegroSampler", + "AllegroTextEncoder", + "LoadAllegroModel" + ], + { + "title_aux": "ComfyUI-Allegro" + } + ], "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": [ [ "LoadMagicDanceModel", @@ -10029,8 +10073,17 @@ [ "SignalProcessingFilter", "SignalProcessingLoadAudio", + "SignalProcessingMixdown", + "SignalProcessingMultiBandEQExperimental", + "SignalProcessingMultibandEQ", "SignalProcessingPadSynth", - "SignalProcessingPaulStretch" + "SignalProcessingPadSynthChoir", + "SignalProcessingPadSynthChoir2", + "SignalProcessingPaulStretch", + "SignalProcessingSpectrogram", + "SignalProcessingStereoWidening", + "SignalProcessingVolumeControl", + "SignalProcessingWaveform" ], { "title_aux": "ComfyUI Signal Processing" @@ -14312,6 +14365,7 @@ "file_combine", "file_combine_plus", "file_path_iterator", + "files_read_tool", "flux_persona", "genai_api_loader", "get_string", @@ -17166,7 +17220,9 @@ ], "https://github.com/lodestone-rock/ComfyUI_FluxMod": [ [ - "FluxModCheckpointLoader" + "FluxModCheckpointLoader", + "KSamplerMod", + "SkipLayerForward" ], { "title_aux": "ComfyUI_FluxMod" @@ -19569,6 +19625,15 @@ "title_aux": "Comfyui-Yolov8-JSON" } ], + "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": [ + [ + "DownloadAndLoadSAM2RealtimeModel", + "Sam2RealtimeSegmentation" + ], + { + "title_aux": "ComfyUI-SAM2-Realtime" + } + ], "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ [ "CheckpointLoader|pysssss", @@ -19893,11 +19958,22 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": [ [ "BatchSlider", + "BooleanToEnabled", "ControlNetSlider", "DenoiseSlider", + "GPUSlider", "GuidanceSlider", + "ImpactControlBridgeFix", + "LatentPass", "MaxShiftSlider", - "StepSlider" + "PipePass", + "ResolutionPicker", + "SEGSPass", + "SamplerParameterPacker", + "SamplerParameterUnpacker", + "SelectFromBatch", + "StepSlider", + "TextVersions" ], { "title_aux": "ComfyUI Flux Continuum: Modular Interface" @@ -21758,6 +21834,18 @@ "title_aux": "ComfyUI-AudioReactor" } ], + "https://github.com/tomudo/ComfyUI-ascii-art": [ + [ + "ImageToAscii" + ], + { + "author": "Tomudo", + "description": "Convert Image to ascii art to use. May be use to decorate terminal apps like Neofetch", + "nickname": "Image To Ascii", + "title": "Image To Ascii", + "title_aux": "ComfyUI-ascii-art" + } + ], "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": [ [ "ToolYoloCropper" @@ -21898,6 +21986,15 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "https://github.com/tungdop2/Comfyui_face_restorer": [ + [ + "FaceRestorer", + "FaceRestorerLoader" + ], + { + "title_aux": "Comfyui_face_restorer" + } + ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ [ "ImageSmartCrop" @@ -22591,6 +22688,15 @@ "title_aux": "ComfyUI-MuseTalkUtils" } ], + "https://github.com/xuhongming251/ComfyUI_Camera": [ + [ + "Load Image From Local Camera", + "Save Image To Local Camera" + ], + { + "title_aux": "ComfyUI_Camera" + } + ], "https://github.com/yanlang0123/ComfyUI_Lam": [ [ "AspectRatio", From 14f567c0319c8c0314ad730dc2576bd08be017cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C6=B0=C6=A1ng=20Quang=20T=C3=B9ng?= <69032433+tungdop2@users.noreply.github.com> Date: Fri, 22 Nov 2024 05:21:56 +0700 Subject: [PATCH 34/46] Face Restorer for ComfyUI (#1258) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7b59a336..a161820b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17482,6 +17482,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "tungdop2", + "title": "Face Restorer for ComfyUI", + "id": "face_restorer", + "reference": "https://github.com/tungdop2/Comfyui_face_restorer", + "files": [ + "https://github.com/tungdop2/Comfyui_face_restorer" + ], + "install_type": "git-clone", + "description": "The face restore node for ComfyUI, based on RestoreFormer" } ] } From 688bf25be9f399228ce1e9184df08e9d869eb2bc Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 22 Nov 2024 07:26:21 +0900 Subject: [PATCH 35/46] update DB --- custom-node-list.json | 18 +--- extension-node-map.json | 2 +- model-list.json | 48 ++++++++- node_db/new/custom-node-list.json | 7 +- node_db/new/extension-node-map.json | 2 +- node_db/new/model-list.json | 156 ++++++++-------------------- 6 files changed, 103 insertions(+), 130 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a161820b..0ac0bfe1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17048,14 +17048,15 @@ "description": "ComfyUI supports over [a/rhymes-ai/Allegro](https://huggingface.co/rhymes-ai/Allegro), which uses text prompt to generate short video in relatively high quality, especially comparing to other open source solutions available for now." }, { - "author": "tuohe", - "title": "Comfyui_face_restorer", + "author": "tungdop2", + "title": "Face Restorer for ComfyUI", + "id": "face_restorer", "reference": "https://github.com/tungdop2/Comfyui_face_restorer", "files": [ "https://github.com/tungdop2/Comfyui_face_restorer" ], "install_type": "git-clone", - "description": "NODES:Face Restorer Loader, Face Restorer" + "description": "The face restore node for ComfyUI, based on RestoreFormer" }, { "author": "pschroedl", @@ -17482,17 +17483,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "tungdop2", - "title": "Face Restorer for ComfyUI", - "id": "face_restorer", - "reference": "https://github.com/tungdop2/Comfyui_face_restorer", - "files": [ - "https://github.com/tungdop2/Comfyui_face_restorer" - ], - "install_type": "git-clone", - "description": "The face restore node for ComfyUI, based on RestoreFormer" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index dd0cfd53..32ad8240 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -21992,7 +21992,7 @@ "FaceRestorerLoader" ], { - "title_aux": "Comfyui_face_restorer" + "title_aux": "Face Restorer for ComfyUI" } ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ diff --git a/model-list.json b/model-list.json index 5e1b7cc4..99eaeef6 100644 --- a/model-list.json +++ b/model-list.json @@ -843,6 +843,40 @@ "size": "472MB" }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp16)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp16.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors", + "size": "9.79GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp8_e4m3fn)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn_scaled)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn_scaled.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors", + "size": "5.16GB" + }, + { "name": "google-t5/t5-base", "type": "clip", @@ -854,7 +888,6 @@ "url": "https://huggingface.co/google-t5/t5-base/resolve/main/model.safetensors", "size": "892MB" }, - { "name": "google-t5/t5-v1_1-xxl_encoderonly-fp16", "type": "clip", @@ -1476,6 +1509,19 @@ "url": "https://huggingface.co/CiaraRowles/controlnet-temporalnet-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors", "size": "5.00GB" }, + + { + "name": "Comfy-Org/sigclip_vision_384 (patch14_384)", + "type": "clip_vision", + "base": "sigclip", + "save_path": "clip_vision", + "description": "This clip vision model is required for FLUX.1 Redux.", + "reference": "https://huggingface.co/Comfy-Org/sigclip_vision_384/tree/main", + "filename": "sigclip_vision_patch14_384.safetensors", + "url": "https://huggingface.co/Comfy-Org/sigclip_vision_384/resolve/main/sigclip_vision_patch14_384.safetensors", + "size": "857MB" + }, + { "name": "CLIPVision model (stabilityai/clip_vision_g)", "type": "clip_vision", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 035b8bab..dafcde68 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -64,14 +64,15 @@ "description": "This is a custom node to convert image to ascii art string." }, { - "author": "tuohe", - "title": "Comfyui_face_restorer", + "author": "tungdop2", + "title": "Face Restorer for ComfyUI", + "id": "face_restorer", "reference": "https://github.com/tungdop2/Comfyui_face_restorer", "files": [ "https://github.com/tungdop2/Comfyui_face_restorer" ], "install_type": "git-clone", - "description": "NODES:Face Restorer Loader, Face Restorer" + "description": "The face restore node for ComfyUI, based on RestoreFormer" }, { "author": "Horizon Team", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index dd0cfd53..32ad8240 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -21992,7 +21992,7 @@ "FaceRestorerLoader" ], { - "title_aux": "Comfyui_face_restorer" + "title_aux": "Face Restorer for ComfyUI" } ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 653aef41..7f5e22a6 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,51 @@ { "models": [ + { + "name": "Comfy-Org/sigclip_vision_384 (patch14_384)", + "type": "clip_vision", + "base": "sigclip", + "save_path": "clip_vision", + "description": "This clip vision model is required for FLUX.1 Redux.", + "reference": "https://huggingface.co/Comfy-Org/sigclip_vision_384/tree/main", + "filename": "sigclip_vision_patch14_384.safetensors", + "url": "https://huggingface.co/Comfy-Org/sigclip_vision_384/resolve/main/sigclip_vision_patch14_384.safetensors", + "size": "857MB" + }, + + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp16)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp16.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors", + "size": "9.79GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp8_e4m3fn)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn_scaled)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn_scaled.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors", + "size": "5.16GB" + }, + { "name": "FLUX.1 [Dev] Diffusion model (scaled fp8)", "type": "diffusion_model", @@ -633,116 +679,6 @@ "filename": "flux1-schnell-F16.gguf", "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-F16.gguf", "size": "23.8GB" - }, - { - "name": "city96/flux1-schnell-Q2_K.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q2_K/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q2_K.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q2_K.gguf", - "size": "4.01GB" - }, - { - "name": "city96/flux1-schnell-Q3_K_S.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q3_K_S/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q3_K_S.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q3_K_S.gguf", - "size": "5.21GB" - }, - { - "name": "city96/flux1-schnell-Q4_0.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q4_0/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q4_0.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_0.gguf", - "size": "6.77GB" - }, - { - "name": "city96/flux1-schnell-Q4_1.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q4_1/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q4_1.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_1.gguf", - "size": "7.51GB" - }, - { - "name": "city96/flux1-schnell-Q4_K_S.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q4_K_S/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q4_K_S.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_K_S.gguf", - "size": "6.78GB" - }, - { - "name": "city96/flux1-schnell-Q5_0.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_0/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q5_0.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_0.gguf", - "size": "8.25GB" - }, - { - "name": "city96/flux1-schnell-Q5_1.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_1/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q5_1.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_1.gguf", - "size": "8.99GB" - }, - { - "name": "city96/flux1-schnell-Q5_K_S.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_K_S/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q5_K_S.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_K_S.gguf", - "size": "8.26GB" - }, - { - "name": "city96/flux1-schnell-Q6_K.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q6_K/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q6_K.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q6_K.gguf", - "size": "9.83GB" - }, - { - "name": "city96/flux1-schnell-Q8_0.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q8_0/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q8_0.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf", - "size": "12.7GB" } ] } From 9552ce62102690d11b76098a19fc7451e1ec6414 Mon Sep 17 00:00:00 2001 From: licyk <76895225+licyk@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:29:22 +0800 Subject: [PATCH 36/46] add new node (#1262) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0ac0bfe1..d9dcf485 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17483,6 +17483,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "licyk", + "title": "ComfyUI-HakuImg", + "id": "HakuImg", + "reference": "https://github.com/licyk/ComfyUI-HakuImg", + "files": [ + "https://github.com/licyk/ComfyUI-HakuImg" + ], + "install_type": "git-clone", + "description": "Image processing tool for ComfyUI" } ] } From 2de4b7e4c4fd9ab5ec6bb59efbde4df314b91852 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 22 Nov 2024 22:36:36 +0900 Subject: [PATCH 37/46] update DB --- custom-node-list.json | 96 +- extension-node-map.json | 89 +- github-stats.json | 3668 +++++++++++++------------- model-list.json | 14 + node_db/dev/custom-node-list.json | 30 +- node_db/dev/github-stats.json | 610 ++--- node_db/legacy/custom-node-list.json | 1 - node_db/new/custom-node-list.json | 135 +- node_db/new/extension-node-map.json | 89 +- node_db/new/model-list.json | 12 + 10 files changed, 2508 insertions(+), 2236 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d9dcf485..b9be1ba2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12431,6 +12431,17 @@ "install_type": "git-clone", "description": "This extension is a node that directly expands the functionality of KSampler, rather than being in the form of a custom node. [w/Workflows created using this feature are not compatible with other users.]" }, + { + "author": "licyk", + "title": "ComfyUI-HakuImg", + "id": "HakuImg", + "reference": "https://github.com/licyk/ComfyUI-HakuImg", + "files": [ + "https://github.com/licyk/ComfyUI-HakuImg" + ], + "install_type": "git-clone", + "description": "Image processing tool for ComfyUI" + }, { "author": "my-opencode", "title": "ComfyUI_IndustrialMagick", @@ -16800,6 +16811,16 @@ "install_type": "git-clone", "description": "ComfyUI supports over [a/Boese0601/MagicDance](https://github.com/Boese0601/MagicDance)." }, + { + "author": "bombax-xiaoice", + "title": "ComfyUI-Allegro", + "reference": "https://github.com/bombax-xiaoice/ComfyUI-Allegro", + "files": [ + "https://github.com/bombax-xiaoice/ComfyUI-Allegro" + ], + "install_type": "git-clone", + "description": "ComfyUI supports over [a/rhymes-ai/Allegro](https://huggingface.co/rhymes-ai/Allegro), which uses text prompt to generate short video in relatively high quality, especially comparing to other open source solutions available for now." + }, { "author": "chenbaiyujason", "title": "ComfyUI-SCStepFun", @@ -17037,16 +17058,6 @@ "install_type": "git-clone", "description": "Haiper API official ComfyUI custom node." }, - { - "author": "bombax-xiaoice", - "title": "ComfyUI-Allegro", - "reference": "https://github.com/bombax-xiaoice/ComfyUI-Allegro", - "files": [ - "https://github.com/bombax-xiaoice/ComfyUI-Allegro" - ], - "install_type": "git-clone", - "description": "ComfyUI supports over [a/rhymes-ai/Allegro](https://huggingface.co/rhymes-ai/Allegro), which uses text prompt to generate short video in relatively high quality, especially comparing to other open source solutions available for now." - }, { "author": "tungdop2", "title": "Face Restorer for ComfyUI", @@ -17068,6 +17079,48 @@ "install_type": "git-clone", "description": "NODES:(Down)Load SAM2-Realtime Model, Sam2RealtimeSegmentation" }, + { + "author": "Shakker-Labs", + "title": "ComfyUI-IPAdapter-Flux", + "reference": "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux", + "files": [ + "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux" + ], + "install_type": "git-clone", + "description": "NODES:Load IPAdapter Flux Model, Apply IPAdapter Flux Model" + }, + { + "author": "iamandeepsandhu", + "title": "ComfyUI-NSFW-Check", + "reference": "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check", + "files": [ + "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check" + ], + "install_type": "git-clone", + "description": "his project is designed to detect whether images generated by ComfyUI are Not Safe For Work (NSFW). It uses a machine learning model to classify images as either safe or not safe for work and returns a confidence score for the NSFW classification." + }, + { + "author": "Black-Lioness", + "title": "ComfyUI-PromptUtils", + "reference": "https://github.com/Black-Lioness/ComfyUI-PromptUtils", + "files": [ + "https://github.com/Black-Lioness/ComfyUI-PromptUtils" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI nodes designed to enhance your workflow with realistic filename generation and keyword generation." + }, + { + "author": "SparknightLLC", + "title": "ComfyUI-LatentClamp", + "reference": "https://github.com/SparknightLLC/ComfyUI-LatentClamp", + "files": [ + "https://github.com/SparknightLLC/ComfyUI-LatentClamp" + ], + "install_type": "git-clone", + "description": "A node for ComfyUI that modifies the values in the samples input that fall outside of a min and max range using a multiplier." + }, + + @@ -17435,6 +17488,18 @@ "install_type": "copy", "description": "This custom node for ComfyUI is designed to optimize latent generation for use with both FLUX and SDXL modes. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs." }, + { + "author": "SimonHeese", + "title": "ComfyUI_AnimationNodes", + "reference": "https://github.com/SimonHeese/ComfyUI_AnimationNodes", + "files": [ + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py", + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_rotation_zoom.py" + ], + "install_type": "copy", + "description": "NODES:Animated Offset Padding, Animated Rotation & Zoom" + }, + { @@ -17483,17 +17548,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "licyk", - "title": "ComfyUI-HakuImg", - "id": "HakuImg", - "reference": "https://github.com/licyk/ComfyUI-HakuImg", - "files": [ - "https://github.com/licyk/ComfyUI-HakuImg" - ], - "install_type": "git-clone", - "description": "Image processing tool for ComfyUI" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 32ad8240..16dba97b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1782,6 +1782,15 @@ "title_aux": "DynamicPose-ComfyUI" } ], + "https://github.com/Black-Lioness/ComfyUI-PromptUtils": [ + [ + "FilenameGenerator", + "KeywordGenerator" + ], + { + "title_aux": "ComfyUI-PromptUtils" + } + ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -2085,8 +2094,9 @@ "PrimereCKPT", "PrimereCKPTLoader", "PrimereCLIPEncoder", - "PrimereClearPrompt", + "PrimereClearNetworkTagsPrompt", "PrimereConceptDataTuple", + "PrimereDiTPurifyPrompt", "PrimereDynamicParser", "PrimereEmbedding", "PrimereEmbeddingHandler", @@ -2132,7 +2142,6 @@ "PrimereUpscaleModel", "PrimereVAE", "PrimereVAELoader", - "PrimereVAESelector", "PrimereVisualCKPT", "PrimereVisualEmbedding", "PrimereVisualHypernetwork", @@ -3262,6 +3271,7 @@ "GR Onomatopoeia", "GR Pan Or Zoom", "GR Prompt Generator", + "GR Prompt Generator Extended", "GR Prompt HUB", "GR Prompt Selector", "GR Prompt Selector Multi", @@ -6468,6 +6478,15 @@ "title_aux": "Eagleshadow Custom Nodes" } ], + "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [ + [ + "ApplyIPAdapterFlux", + "IPAdapterFluxLoader" + ], + { + "title_aux": "ComfyUI-IPAdapter-Flux" + } + ], "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": [ [ "CropImageByRect", @@ -6606,6 +6625,14 @@ "title_aux": "ComfyUI_Textarea_Loaders" } ], + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py": [ + [ + "AnimatedOffsetPadding" + ], + { + "title_aux": "ComfyUI_AnimationNodes" + } + ], "https://github.com/Smirnov75/ComfyUI-mxToolkit": [ [ "mxSeed", @@ -6735,6 +6762,14 @@ "title_aux": "Text to video for Stable Video Diffusion in ComfyUI" } ], + "https://github.com/SparknightLLC/ComfyUI-LatentClamp": [ + [ + "LatentClamp" + ], + { + "title_aux": "ComfyUI-LatentClamp" + } + ], "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": [ [ "CosyVoiceCrossLingualNode", @@ -9561,6 +9596,8 @@ "SP_SupirSampler_DPMPP2M", "SP_SupirSampler_EDM", "SP_WebsocketSendImage", + "SP_XYGrid", + "SP_XYValues", "ScatterParams", "ScatterParamsBatch", "SendTelegramChatBot", @@ -9706,9 +9743,11 @@ ], "https://github.com/bentoml/ComfyUI-IDL": [ [ + "CPackInputAny", "CPackInputFile", "CPackInputImage", - "CPackInputValue", + "CPackInputInt", + "CPackInputString", "CPackOutputFile", "CPackOutputImage" ], @@ -14713,6 +14752,14 @@ "title_aux": "comfyui-undistort" } ], + "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": [ + [ + "NSFWScore" + ], + { + "title_aux": "ComfyUI-NSFW-Check" + } + ], "https://github.com/icesun963/ComfyUI_HFDownLoad": [ [ "Apply EasyOCR V2", @@ -15619,6 +15666,7 @@ ], "https://github.com/justUmen/Bjornulf_custom_nodes": [ [ + "Bjornulf_AddLineNumbers", "Bjornulf_AudioVideoSync", "Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CombineBackgroundOverlay", @@ -15653,6 +15701,11 @@ "Bjornulf_LoopWriteText", "Bjornulf_MergeImagesHorizontally", "Bjornulf_MergeImagesVertically", + "Bjornulf_OllamaConfig", + "Bjornulf_OllamaImageVision", + "Bjornulf_OllamaSystemJobSelector", + "Bjornulf_OllamaSystemPersonaSelector", + "Bjornulf_OllamaTalk", "Bjornulf_PassPreviewImage", "Bjornulf_PauseResume", "Bjornulf_PickInput", @@ -15672,6 +15725,8 @@ "Bjornulf_ScramblerCharacter", "Bjornulf_SelectImageFromList", "Bjornulf_ShowText", + "Bjornulf_SpeechToText", + "Bjornulf_TextToAnything", "Bjornulf_TextToSpeech", "Bjornulf_TextToStringAndSeed", "Bjornulf_VideoPingPong", @@ -16307,6 +16362,7 @@ "StableZero123_BatchSchedule", "StringConstant", "StringConstantMultiline", + "StyleModelApplyAdvanced", "Superprompt", "TorchCompileControlNet", "TorchCompileModelFluxAdvanced", @@ -17012,6 +17068,27 @@ "title_aux": "comfyui-loadimagewithsubfolder" } ], + "https://github.com/licyk/ComfyUI-HakuImg": [ + [ + "BlendImage", + "Blur", + "Chromatic", + "Color", + "Curve", + "CustomExif", + "Flip", + "Glow", + "InOutPaint", + "LenDistortion", + "PixelOE", + "Pixelize", + "Sketch", + "TiltShift" + ], + { + "title_aux": "ComfyUI-HakuImg" + } + ], "https://github.com/linshier/comfyui-remote-tools": [ [ "LoadBase64(js)", @@ -17813,6 +17890,8 @@ "DWPreprocessor_Provider_for_SEGS //Inspire", "FakeScribblePreprocessor_Provider_for_SEGS //Inspire", "FloatRange //Inspire", + "ForeachListBegin //Inspire", + "ForeachListEnd //Inspire", "FromIPAdapterPipe //Inspire", "GlobalSampler //Inspire", "GlobalSeed //Inspire", @@ -17881,13 +17960,14 @@ "ToIPAdapterPipe //Inspire", "UnzipPrompt //Inspire", "WildcardEncode //Inspire", + "WorklistToItemList //Inspire", "XY Input: Lora Block Weight //Inspire", "ZipPrompt //Inspire", "Zoe_DepthMap_Preprocessor_Provider_for_SEGS //Inspire" ], { "author": "Dr.Lt.Data", - "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack.", + "description": "This extension provides various nodes to support Lora Block Weight, Regional Nodes, Backend Cache, Prompt Utils, List Utils and the Impact Pack.", "nickname": "Inspire Pack", "nodename_pattern": "Inspire$", "title": "Inspire Pack", @@ -17919,6 +17999,7 @@ "LF_Clarity", "LF_ColorAnalysis", "LF_CompareImages", + "LF_Contrast", "LF_ControlPanel", "LF_Desaturation", "LF_DisplayBoolean", diff --git a/github-stats.json b/github-stats.json index 70a44118..8dcc95a6 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7946 +2,7966 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 97, - "last_update": "2024-11-14 07:59:57", - "author_account_age_days": 602 + "stars": 101, + "last_update": "2024-11-21 22:27:50", + "author_account_age_days": 603 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 42, - "last_update": "2024-11-18 01:14:27", - "author_account_age_days": 602 + "stars": 46, + "last_update": "2024-11-21 22:25:37", + "author_account_age_days": 603 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1117, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 60, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 35, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 3, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 93, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3848 + "author_account_age_days": 3849 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { - "stars": 24, + "stars": 25, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 13, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2452 + "author_account_age_days": 2453 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 70, + "stars": 76, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/6174/comflowy-nodes": { "stars": 10, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 14, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2163 + "author_account_age_days": 2164 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2163 + "author_account_age_days": 2164 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2163 + "author_account_age_days": 2164 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1620 + "author_account_age_days": 1622 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 106, + "stars": 107, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { - "stars": 5, + "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 68, + "stars": 69, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 283, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 100, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 339, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { - "stars": 19, + "stars": 20, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 87, + "stars": 89, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { - "stars": 18, + "stars": 20, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 156, + "stars": 159, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 31, + "stars": 32, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1754, - "last_update": "2024-11-04 06:58:06", - "author_account_age_days": 651 + "stars": 1758, + "last_update": "2024-11-22 07:40:55", + "author_account_age_days": 652 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 274, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 22, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 328, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 3, + "stars": 10, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 32 + "author_account_age_days": 33 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 186, - "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1833 + "stars": 188, + "last_update": "2024-11-22 03:32:25", + "author_account_age_days": 1834 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 868, + "stars": 867, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "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": 1676 + "author_account_age_days": 1677 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 240, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 639 + "author_account_age_days": 640 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 639 + "author_account_age_days": 640 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 694, + "stars": 695, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 318, + "stars": 319, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 959 + "author_account_age_days": 960 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 887, - "last_update": "2024-11-06 07:14:21", - "author_account_age_days": 2849 + "stars": 889, + "last_update": "2024-11-21 16:02:59", + "author_account_age_days": 2850 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 271, + "stars": 272, "last_update": "2024-11-16 21:51:44", - "author_account_age_days": 5362 + "author_account_age_days": 5363 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3526 + "author_account_age_days": 3527 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 28 + "author_account_age_days": 29 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 28 + "author_account_age_days": 29 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3539 + "author_account_age_days": 3540 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, "last_update": "2024-11-18 23:53:50", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 699, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 411, + "stars": 412, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2799 + "author_account_age_days": 2800 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 639 + "author_account_age_days": 640 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 0, "last_update": "2024-11-18 14:26:02", - "author_account_age_days": 1382 + "author_account_age_days": 1383 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3386 + "author_account_age_days": 3387 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 362, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 22, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1032, + "stars": 1037, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, - "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 1021 + "last_update": "2024-11-22 11:17:42", + "author_account_age_days": 1022 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 61, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1021 + "author_account_age_days": 1022 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 84 + "author_account_age_days": 85 }, - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { - "stars": 2, - "last_update": "2024-11-19 00:40:20", - "author_account_age_days": 1005 + "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { + "stars": 1, + "last_update": "2024-11-22 03:05:11", + "author_account_age_days": 1006 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 322, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 370, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 264, + "stars": 265, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 337, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 33, + "stars": 34, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 347 + "author_account_age_days": 349 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 347 + "author_account_age_days": 349 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 97, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 347 + "author_account_age_days": 349 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { - "stars": 4, + "stars": 5, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 347 + "author_account_age_days": 349 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 150, + "stars": 151, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2016 + "author_account_age_days": 2017 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2016 + "author_account_age_days": 2017 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2016 + "author_account_age_days": 2017 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 11, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 69, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-20 08:51:07", - "author_account_age_days": 3805 + "last_update": "2024-11-22 12:21:01", + "author_account_age_days": 3806 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 564 + "author_account_age_days": 566 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 564 + "author_account_age_days": 566 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5308 + "author_account_age_days": 5309 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4438 + "author_account_age_days": 4439 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4365 + "author_account_age_days": 4366 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 364, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4188 + "author_account_age_days": 4189 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 5, "last_update": "2024-11-14 04:57:10", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3638 + "author_account_age_days": 3639 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5144 + "author_account_age_days": 5145 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1181 + "author_account_age_days": 1183 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1181 + "author_account_age_days": 1183 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 64, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4867 + "author_account_age_days": 4868 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2928 + "author_account_age_days": 2929 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 119 + "author_account_age_days": 120 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 186, + "stars": 187, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3749 + "author_account_age_days": 3750 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3357 + "author_account_age_days": 3359 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 109, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 503, + "stars": 504, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 89, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 188, + "stars": 190, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2314, + "stars": 2322, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 685 + "author_account_age_days": 687 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2905 + "author_account_age_days": 2906 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 11, + "stars": 12, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2897 + "author_account_age_days": 2898 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 50, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 396, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 69, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 209, + "stars": 210, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2467 + "author_account_age_days": 2468 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2706 + "author_account_age_days": 2707 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4717 + "author_account_age_days": 4719 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 35, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { - "stars": 56, + "stars": 55, "last_update": "2024-11-18 18:49:22", - "author_account_age_days": 815 + "author_account_age_days": 816 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1617, + "stars": 1619, "last_update": "2024-11-21 12:08:59", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 51, - "last_update": "2024-11-20 13:33:44", - "author_account_age_days": 313 + "last_update": "2024-11-22 13:09:13", + "author_account_age_days": 314 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 153, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 22 + "author_account_age_days": 23 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1630 + "author_account_age_days": 1631 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2995 + "author_account_age_days": 2997 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { - "stars": 2, + "stars": 4, "last_update": "2024-11-21 08:41:33", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 89, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 7, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 22, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 116, + "stars": 131, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 63 + "author_account_age_days": 64 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3234 + "author_account_age_days": 3235 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { - "stars": 2, + "stars": 3, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 70 + "author_account_age_days": 71 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1848 + "author_account_age_days": 1849 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, - "last_update": "2024-11-21 02:58:09", - "author_account_age_days": 338 + "last_update": "2024-11-22 02:45:32", + "author_account_age_days": 339 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 33, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3858 + "author_account_age_days": 3860 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3972 + "author_account_age_days": 3973 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4059 + "author_account_age_days": 4060 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 11, + "stars": 12, "last_update": "2024-11-16 15:50:43", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 13, - "last_update": "2024-11-20 23:13:20", - "author_account_age_days": 507 + "last_update": "2024-11-21 19:53:44", + "author_account_age_days": 508 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 132, + "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 66, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 52, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 465 + "author_account_age_days": 467 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3721 + "author_account_age_days": 3722 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2507 + "author_account_age_days": 2509 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 80, + "stars": 81, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2507 + "author_account_age_days": 2509 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 361, + "stars": 365, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/Jordach/comfy-plasma": { "stars": 68, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4662 + "author_account_age_days": 4664 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3320 + "author_account_age_days": 3321 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-20 02:23:36", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2920 + "author_account_age_days": 2922 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1063 + "author_account_age_days": 1065 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 27, "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 34, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 262, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 172, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1635 + "author_account_age_days": 1636 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3340 + "author_account_age_days": 3341 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3340 + "author_account_age_days": 3341 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 610, + "stars": 612, "last_update": "2024-11-17 14:35:49", - "author_account_age_days": 3866 + "author_account_age_days": 3867 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2765, - "last_update": "2024-11-17 15:08:18", - "author_account_age_days": 3866 + "stars": 2766, + "last_update": "2024-11-21 21:50:49", + "author_account_age_days": 3867 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 605, + "stars": 610, "last_update": "2024-11-19 20:27:35", - "author_account_age_days": 3866 + "author_account_age_days": 3867 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 160, + "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 385, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 1, + "stars": 2, "last_update": "2024-11-19 18:00:30", - "author_account_age_days": 9 + "author_account_age_days": 10 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 96, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/Lerc/canvas_tab": { "stars": 165, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5517 + "author_account_age_days": 5518 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 134 + "author_account_age_days": 135 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 135, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1125 + "author_account_age_days": 1126 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1125 + "author_account_age_days": 1126 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 28, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 48, "last_update": "2024-11-19 09:55:53", - "author_account_age_days": 1755 + "author_account_age_days": 1756 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 1, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 159, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 114, "last_update": "2024-11-20 22:03:32", - "author_account_age_days": 5119 + "author_account_age_days": 5121 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2380 + "author_account_age_days": 2381 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1783 + "author_account_age_days": 1784 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1783 + "author_account_age_days": 1784 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3327 + "author_account_age_days": 3328 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 95, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 155, + "stars": 157, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 496, + "stars": 497, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 16, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2666 + "author_account_age_days": 2667 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 29, "last_update": "2024-11-17 22:32:37", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 154, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 24, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 15, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2383, + "stars": 2385, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1711 + "author_account_age_days": 1712 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 500, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1711 + "author_account_age_days": 1712 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, "last_update": "2024-11-18 22:20:47", - "author_account_age_days": 3871 + "author_account_age_days": 3872 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 35, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1888 + "author_account_age_days": 1889 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 47, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 26, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3830 + "author_account_age_days": 3831 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 67, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 3, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5299 + "author_account_age_days": 5300 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 662, + "stars": 667, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3981 + "author_account_age_days": 3982 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2970 + "author_account_age_days": 2971 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4629 + "author_account_age_days": 4630 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 515, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4629 + "author_account_age_days": 4630 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1322 + "author_account_age_days": 1323 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 79, + "stars": 80, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2683 + "author_account_age_days": 2684 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { - "stars": 13, + "stars": 14, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1815 + "author_account_age_days": 1816 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3793 + "author_account_age_days": 3794 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5375 + "author_account_age_days": 5376 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1667 + "author_account_age_days": 1669 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1893, + "stars": 1899, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 113 + "author_account_age_days": 114 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1400 + "author_account_age_days": 1401 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2225 + "author_account_age_days": 2226 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1515 + "author_account_age_days": 1516 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 336 + "author_account_age_days": 337 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 33, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, - "last_update": "2024-11-20 08:05:15", - "author_account_age_days": 301 + "last_update": "2024-11-22 10:38:15", + "author_account_age_days": 302 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { - "stars": 8, + "stars": 10, "last_update": "2024-11-20 02:44:41", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 34, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 104, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 71, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3847 + "author_account_age_days": 3848 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3847 + "author_account_age_days": 3848 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 322, "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4656 + "author_account_age_days": 4657 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 116, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 61, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 9, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 47, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 796, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 68, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3547 + "author_account_age_days": 3548 + }, + "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { + "stars": 17, + "last_update": "2024-11-22 12:31:19", + "author_account_age_days": 0 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 45, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 3, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { - "stars": 11, + "stars": 12, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2466 + "author_account_age_days": 2467 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 21, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4397 + "author_account_age_days": 4398 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-16 17:39:05", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 358 + "author_account_age_days": 359 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { + "stars": 1, + "last_update": "2024-11-22 01:45:46", + "author_account_age_days": 103 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 48, + "stars": 49, "last_update": "2024-11-21 08:34:35", - "author_account_age_days": 2865 + "author_account_age_days": 2866 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 48, + "stars": 49, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 440, + "stars": 443, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 140, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 683, + "stars": 684, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/Sxela/ComfyWarp": { "stars": 29, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 114, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3841 + "author_account_age_days": 3842 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3841 + "author_account_age_days": 3842 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 140, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 369, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 12, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 115, + "stars": 118, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 422, + "stars": 477, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 22, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 321, + "stars": 327, "last_update": "2024-11-20 15:56:54", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2365 + "author_account_age_days": 2366 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2365 + "author_account_age_days": 2366 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2365 + "author_account_age_days": 2366 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 416, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 341, + "stars": 343, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 82, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 397, + "stars": 398, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 420, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 39, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1010 + "author_account_age_days": 1011 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 10, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3530 + "author_account_age_days": 3531 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 212, + "stars": 213, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5071 + "author_account_age_days": 5072 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 165, "last_update": "2024-11-20 05:05:18", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 11, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 3, "last_update": "2024-11-18 19:38:19", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2024-11-14 13:23:08", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 46, "last_update": "2024-11-19 18:05:58", - "author_account_age_days": 1069 + "author_account_age_days": 1071 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2060 + "author_account_age_days": 2061 }, "https://github.com/WASasquatch/ASTERR": { - "stars": 19, + "stars": 20, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 110, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { "stars": 1219, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3109 + "author_account_age_days": 3111 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1122, + "stars": 1123, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 159, - "last_update": "2024-11-16 01:02:18", - "author_account_age_days": 2755 + "last_update": "2024-11-22 09:25:26", + "author_account_age_days": 2757 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3905 + "author_account_age_days": 3906 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 90, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, - "last_update": "2024-11-13 22:18:48", - "author_account_age_days": 356 + "last_update": "2024-11-21 22:19:25", + "author_account_age_days": 357 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 350, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 443, + "stars": 442, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 704, + "stars": 705, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 672, + "stars": 673, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1349, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 789, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 99, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 620, + "stars": 622, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1602, + "stars": 1604, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5690 + "author_account_age_days": 5691 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4952 + "author_account_age_days": 4953 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 222 + "author_account_age_days": 224 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 222 + "author_account_age_days": 224 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 247, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5166 + "author_account_age_days": 5168 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 423 + "author_account_age_days": 425 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 79, + "stars": 80, "last_update": "2024-10-29 08:21:36", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 17, + "stars": 19, "last_update": "2024-11-20 23:13:59", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 173, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 175, + "stars": 177, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 67, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2484 + "author_account_age_days": 2485 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2484 + "author_account_age_days": 2485 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 1, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 280 + "author_account_age_days": 281 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { - "stars": 9, + "stars": 10, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3640 + "author_account_age_days": 3641 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 13, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 2, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 8, "last_update": "2024-11-20 07:44:16", - "author_account_age_days": 3435 + "author_account_age_days": 3437 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 50, + "stars": 51, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 51, "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 84, "last_update": "2024-11-17 20:28:12", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2144 + "author_account_age_days": 2145 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 86, "last_update": "2024-11-17 06:16:02", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5182 + "author_account_age_days": 5183 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 13, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 0, - "last_update": "2024-11-21 07:41:06", - "author_account_age_days": 5898 + "last_update": "2024-11-21 23:03:06", + "author_account_age_days": 5899 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 25, "last_update": "2024-11-20 04:42:50", - "author_account_age_days": 2495 + "author_account_age_days": 2496 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-21 10:38:02", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 204, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 98, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2498 + "author_account_age_days": 2499 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4270 + "author_account_age_days": 4272 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 59, + "stars": 60, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4270 + "author_account_age_days": 4272 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 246, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 10, - "last_update": "2024-11-13 08:11:28", - "author_account_age_days": 2684 + "last_update": "2024-11-22 12:57:28", + "author_account_age_days": 2685 }, "https://github.com/banodoco/steerable-motion": { - "stars": 839, + "stars": 840, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2449 + "author_account_age_days": 2450 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/bash-j/mikey_nodes": { "stars": 114, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, - "last_update": "2024-11-21 12:04:00", - "author_account_age_days": 2060 + "last_update": "2024-11-22 10:54:26", + "author_account_age_days": 2061 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3657 + "author_account_age_days": 3658 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 45, "last_update": "2024-11-16 11:18:56", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 36, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 15, "last_update": "2024-11-16 17:44:36", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 111, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 24, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 157, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4717 + "author_account_age_days": 4718 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4894 + "author_account_age_days": 4895 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { - "stars": 0, - "last_update": "2024-11-21 10:44:12", - "author_account_age_days": 58 + "stars": 1, + "last_update": "2024-11-22 02:52:35", + "author_account_age_days": 59 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, - "last_update": "2024-11-18 01:28:57", - "author_account_age_days": 58 + "last_update": "2024-11-22 02:52:14", + "author_account_age_days": 59 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1743 + "author_account_age_days": 1745 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2515 + "author_account_age_days": 2517 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1324 + "author_account_age_days": 1326 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1324 + "author_account_age_days": 1326 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1324 + "author_account_age_days": 1326 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1324 + "author_account_age_days": 1326 }, "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": { "stars": 0, "last_update": "2024-11-21 07:12:34", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 40, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3452 + "author_account_age_days": 3453 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3452 + "author_account_age_days": 3453 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-19 05:25:40", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 355, + "stars": 364, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1354 + "author_account_age_days": 1355 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1354 + "author_account_age_days": 1355 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3445 + "author_account_age_days": 3446 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 31, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 111, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1303 + "author_account_age_days": 1304 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3986 + "author_account_age_days": 3987 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3986 + "author_account_age_days": 3987 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 389, + "stars": 390, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 49, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 212, + "stars": 214, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { - "stars": 97, + "stars": 98, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 244, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 20, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1524, + "stars": 1530, "last_update": "2024-11-17 12:45:35", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 112, + "stars": 114, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 95, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 2999 + "author_account_age_days": 3000 }, "https://github.com/choey/Comfy-Topaz": { "stars": 61, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5673 + "author_account_age_days": 5674 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1946 + "author_account_age_days": 1947 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 69, + "stars": 70, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 33, - "last_update": "2024-11-21 06:13:06", - "author_account_age_days": 4215 + "stars": 35, + "last_update": "2024-11-22 12:18:48", + "author_account_age_days": 4216 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 265, + "stars": 267, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4215 + "author_account_age_days": 4216 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4215 + "author_account_age_days": 4216 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4215 + "author_account_age_days": 4216 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 503, + "stars": 504, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4215 + "author_account_age_days": 4216 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2205 + "author_account_age_days": 2206 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 165, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 26, + "stars": 27, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1045, + "stars": 1050, "last_update": "2024-11-21 01:24:40", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 79, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 390, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 349, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 247, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 135, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2655 + "author_account_age_days": 2656 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-21 06:15:53", - "author_account_age_days": 2978 + "author_account_age_days": 2980 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57373, - "last_update": "2024-11-21 12:19:46", - "author_account_age_days": 699 + "stars": 57465, + "last_update": "2024-11-22 07:10:46", + "author_account_age_days": 700 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 512, + "stars": 513, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 162, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2051 + "author_account_age_days": 2052 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4759 + "author_account_age_days": 4760 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4813 + "author_account_age_days": 4814 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 99, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4813 + "author_account_age_days": 4814 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/crystian/ComfyUI-Crystools": { "stars": 821, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 69, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 340, + "stars": 341, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4159, + "stars": 4163, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1305, + "stars": 1307, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 609, + "stars": 612, "last_update": "2024-11-20 14:32:02", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 706, + "stars": 707, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3402 + "author_account_age_days": 3403 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 11, "last_update": "2024-11-13 14:06:47", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 12, "last_update": "2024-11-21 07:33:47", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 202, + "stars": 203, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4221 + "author_account_age_days": 4223 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 242, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 22, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-11-19 04:12:59", - "author_account_age_days": 5474 + "author_account_age_days": 5475 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4685 + "author_account_age_days": 4686 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 78, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4685 + "author_account_age_days": 4686 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3646 + "author_account_age_days": 3647 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 151, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5446 + "author_account_age_days": 5447 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5446 + "author_account_age_days": 5447 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 11, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6124 + "author_account_age_days": 6125 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6124 + "author_account_age_days": 6125 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 210, + "stars": 215, "last_update": "2024-11-20 00:22:16", - "author_account_age_days": 4354 + "author_account_age_days": 4355 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4354 + "author_account_age_days": 4355 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4141 + "author_account_age_days": 4142 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 148, + "stars": 149, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4668 + "author_account_age_days": 4669 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 204, + "stars": 205, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4036 + "author_account_age_days": 4037 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 68, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4920 + "author_account_age_days": 4922 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 108, + "stars": 109, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 275, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4434 + "author_account_age_days": 4435 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1999 + "author_account_age_days": 2000 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3919 + "author_account_age_days": 3920 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4953 + "author_account_age_days": 4954 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2613 + "author_account_age_days": 2614 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2868 + "author_account_age_days": 2869 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 310, + "stars": 312, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/evanspearman/ComfyMath": { "stars": 84, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 118, + "stars": 119, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 12, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2024-11-19 12:58:44", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 11, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1709 + "author_account_age_days": 1710 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5194 + "author_account_age_days": 5195 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5194 + "author_account_age_days": 5195 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5194 + "author_account_age_days": 5195 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 38, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 141, + "stars": 143, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 298, + "stars": 299, "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 11, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 913, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 238, + "stars": 239, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 141, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 209, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 434, + "stars": 435, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3645 + "author_account_age_days": 3646 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3771 + "author_account_age_days": 3773 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5257 + "author_account_age_days": 5258 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5257 + "author_account_age_days": 5258 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5257 + "author_account_age_days": 5258 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 475 + "author_account_age_days": 476 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 590 + "author_account_age_days": 592 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 517, + "stars": 518, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 590 + "author_account_age_days": 592 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 590 + "author_account_age_days": 592 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2308 + "author_account_age_days": 2309 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2355 + "author_account_age_days": 2357 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 95, + "stars": 96, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 15, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2131 + "author_account_age_days": 2132 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2107 + "author_account_age_days": 2108 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5102 + "author_account_age_days": 5103 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4008 + "author_account_age_days": 4010 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/giriss/comfy-image-saver": { "stars": 200, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5149 + "author_account_age_days": 5150 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 154, "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 33, "last_update": "2024-11-19 11:05:07", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3263 + "author_account_age_days": 3264 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1207 + "author_account_age_days": 1209 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1207 + "author_account_age_days": 1209 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1207 + "author_account_age_days": 1209 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 415, + "stars": 416, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1207 + "author_account_age_days": 1209 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2611 + "author_account_age_days": 2612 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2938 + "author_account_age_days": 2940 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 18, - "last_update": "2024-11-14 20:05:03", - "author_account_age_days": 383 + "last_update": "2024-11-21 17:50:46", + "author_account_age_days": 384 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 121, - "last_update": "2024-11-21 01:58:08", - "author_account_age_days": 670 + "last_update": "2024-11-21 15:36:07", + "author_account_age_days": 671 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 41, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3996 + "author_account_age_days": 3997 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1305 + "author_account_age_days": 1306 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4343 + "author_account_age_days": 4344 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 51 + "author_account_age_days": 53 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2001 + "author_account_age_days": 2002 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4987 + "author_account_age_days": 4988 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 61, - "last_update": "2024-11-15 13:56:34", - "author_account_age_days": 2087 + "last_update": "2024-11-22 09:47:00", + "author_account_age_days": 2088 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1041, + "stars": 1043, "last_update": "2024-11-21 11:15:44", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 43, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4793 + "author_account_age_days": 4794 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4782 + "author_account_age_days": 4783 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4782 + "author_account_age_days": 4783 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 535, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1491, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 56, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5790 + "author_account_age_days": 5791 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1516 + "author_account_age_days": 1517 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 589 + "author_account_age_days": 591 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 589 + "author_account_age_days": 591 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3038 + "author_account_age_days": 3039 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3260 + "author_account_age_days": 3261 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1707 + "author_account_age_days": 1708 + }, + "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { + "stars": 0, + "last_update": "2024-11-22 11:10:39", + "author_account_age_days": 2357 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4255 + "author_account_age_days": 4256 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 152, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5441 + "author_account_age_days": 5442 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 521, + "stars": 524, "last_update": "2024-11-19 15:40:09", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, - "last_update": "2024-11-12 09:30:45", - "author_account_age_days": 779 + "last_update": "2024-11-22 04:25:21", + "author_account_age_days": 780 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 30, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4576 + "author_account_age_days": 4577 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, - "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 133 + "last_update": "2024-11-22 04:22:29", + "author_account_age_days": 134 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4021 + "author_account_age_days": 4022 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4021 + "author_account_age_days": 4022 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 996, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4021 + "author_account_age_days": 4022 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 39, "last_update": "2024-11-14 07:12:08", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1126 + "author_account_age_days": 1128 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 63, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 726 + "author_account_age_days": 728 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4621 + "author_account_age_days": 4622 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 128, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3187 + "author_account_age_days": 3188 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 289, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/jitcoder/lora-info": { "stars": 64, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4190 + "author_account_age_days": 4191 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4361 + "author_account_age_days": 4362 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4747 + "author_account_age_days": 4748 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 366, + "stars": 371, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4948 + "author_account_age_days": 4949 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5143 + "author_account_age_days": 5144 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 14, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 65, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 150, + "stars": 153, "last_update": "2024-11-12 12:15:46", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 56, - "last_update": "2024-11-11 04:37:48", - "author_account_age_days": 2939 + "last_update": "2024-11-22 13:07:26", + "author_account_age_days": 2940 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3624 + "author_account_age_days": 3626 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1416 + "author_account_age_days": 1418 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2811 + "author_account_age_days": 2812 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 161, + "stars": 162, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 164, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 186, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 958, + "stars": 986, "last_update": "2024-11-21 01:05:59", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 156, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 113, + "stars": 114, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 203, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 633, + "stars": 634, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 762, + "stars": 764, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 506, + "stars": 510, "last_update": "2024-11-21 00:02:44", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 153, + "stars": 155, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 780, + "stars": 782, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 659, - "last_update": "2024-11-19 09:56:12", - "author_account_age_days": 2333 + "stars": 664, + "last_update": "2024-11-22 12:00:50", + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 561, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 54, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1659, + "stars": 1661, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 88, + "stars": 89, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 185, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 470, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 334, + "stars": 335, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 29, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 301, + "stars": 302, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1592, + "stars": 1594, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 159, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 94, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 655, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 25, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 174, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1959 + "author_account_age_days": 1960 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2670 + "author_account_age_days": 2671 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 28, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3226 + "author_account_age_days": 3227 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3928 + "author_account_age_days": 3930 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, "last_update": "2024-11-21 03:54:49", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3646 + "author_account_age_days": 3647 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 21, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4208 + "author_account_age_days": 4209 + }, + "https://github.com/licyk/ComfyUI-HakuImg": { + "stars": 1, + "last_update": "2024-11-22 12:55:29", + "author_account_age_days": 1419 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 5, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3059 + "author_account_age_days": 3060 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 2, "last_update": "2024-11-20 16:22:08", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4196 + "author_account_age_days": 4198 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 58, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 93, + "stars": 94, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2613 + "author_account_age_days": 2614 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/lks-ai/anynode": { "stars": 500, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 84, "last_update": "2024-11-18 06:35:22", - "author_account_age_days": 2243 + "author_account_age_days": 2244 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 50, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2243 + "author_account_age_days": 2244 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 6, "last_update": "2024-11-20 11:46:56", - "author_account_age_days": 4629 + "author_account_age_days": 4630 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 7, - "last_update": "2024-11-21 10:03:27", - "author_account_age_days": 733 + "stars": 13, + "last_update": "2024-11-22 02:43:02", + "author_account_age_days": 734 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 647, + "stars": 651, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 249, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4314 + "author_account_age_days": 4315 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4314 + "author_account_age_days": 4315 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4314 + "author_account_age_days": 4315 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4314 + "author_account_age_days": 4315 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 370, + "stars": 372, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 19, + "stars": 21, "last_update": "2024-11-17 18:48:46", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 20, - "last_update": "2024-11-16 09:41:05", - "author_account_age_days": 3813 + "stars": 26, + "last_update": "2024-11-21 18:31:34", + "author_account_age_days": 3814 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3813 + "author_account_age_days": 3814 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1903, - "last_update": "2024-11-20 00:49:41", - "author_account_age_days": 612 + "stars": 1905, + "last_update": "2024-11-22 12:37:37", + "author_account_age_days": 613 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 431, - "last_update": "2024-11-15 03:53:05", - "author_account_age_days": 612 + "stars": 432, + "last_update": "2024-11-22 09:22:45", + "author_account_age_days": 613 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 7011, - "last_update": "2024-11-21 12:06:18", - "author_account_age_days": 612 + "stars": 7022, + "last_update": "2024-11-21 22:26:26", + "author_account_age_days": 613 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 31, + "stars": 32, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-20 23:47:14", - "author_account_age_days": 2184 + "last_update": "2024-11-21 22:57:50", + "author_account_age_days": 2185 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 180, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3656 + "author_account_age_days": 3657 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 166, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5904 + "author_account_age_days": 5905 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1316 + "author_account_age_days": 1318 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 50, + "stars": 51, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1557 + "author_account_age_days": 1558 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 57, + "stars": 58, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 219, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3070 + "author_account_age_days": 3071 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4471 + "author_account_age_days": 4473 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4471 + "author_account_age_days": 4473 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1132, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 52, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4589 + "author_account_age_days": 4591 }, "https://github.com/melMass/comfy_mtb": { "stars": 450, "last_update": "2024-11-20 22:03:13", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3822 + "author_account_age_days": 3823 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { - "stars": 15, + "stars": 16, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5623 + "author_account_age_days": 5624 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2467 + "author_account_age_days": 2468 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 268, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2158 + "author_account_age_days": 2159 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2811 + "author_account_age_days": 2812 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2714 + "author_account_age_days": 2715 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6066 + "author_account_age_days": 6067 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6066 + "author_account_age_days": 6067 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 175, + "stars": 177, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 71 + "author_account_age_days": 72 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 46, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1370 + "author_account_age_days": 1371 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/modelscope/scepter": { "stars": 428, "last_update": "2024-11-21 07:43:00", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4754 + "author_account_age_days": 4755 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-21 02:25:41", - "author_account_age_days": 1473 + "last_update": "2024-11-22 04:32:13", + "author_account_age_days": 1474 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, - "last_update": "2024-11-14 08:31:46", - "author_account_age_days": 618 + "last_update": "2024-11-22 03:49:15", + "author_account_age_days": 620 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3824 + "author_account_age_days": 3825 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3824 + "author_account_age_days": 3825 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 181, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 79, + "stars": 81, "last_update": "2024-11-19 06:28:54", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4179 + "author_account_age_days": 4180 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 156, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 29, + "stars": 31, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4869 + "author_account_age_days": 4871 }, "https://github.com/niknah/quick-connections": { - "stars": 124, + "stars": 125, "last_update": "2024-11-19 12:39:37", - "author_account_age_days": 4869 + "author_account_age_days": 4871 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3137 + "author_account_age_days": 3139 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 34, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1812 + "author_account_age_days": 1813 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2892 + "author_account_age_days": 2894 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 201, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4054 + "author_account_age_days": 4056 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2710 + "author_account_age_days": 2711 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1867 + "author_account_age_days": 1868 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 649, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 94, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 17, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 130, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4656 + "author_account_age_days": 4657 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1226 + "author_account_age_days": 1227 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5203 + "author_account_age_days": 5204 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 36, + "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5203 + "author_account_age_days": 5204 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 219, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2467 + "author_account_age_days": 2468 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 183, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5229 + "author_account_age_days": 5231 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 149, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 39, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2438 + "author_account_age_days": 2439 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 119 + "author_account_age_days": 120 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, "last_update": "2024-11-21 04:03:25", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 92, + "stars": 93, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { - "stars": 19, + "stars": 20, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5718 + "author_account_age_days": 5719 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 0, + "stars": 3, "last_update": "2024-11-21 03:32:57", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { "stars": 1246, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1856, + "stars": 1861, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 655, + "stars": 657, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 133, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 185 + "author_account_age_days": 187 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4644 + "author_account_age_days": 4645 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 31, "last_update": "2024-11-21 07:44:20", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3574 + "author_account_age_days": 3575 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 13, + "stars": 15, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5771 + "author_account_age_days": 5772 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 289, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 20, + "stars": 21, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/replicate/comfyui-replicate": { "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1758 + "author_account_age_days": 1759 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1202, + "stars": 1206, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5124 + "author_account_age_days": 5125 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5787 + "author_account_age_days": 5788 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5787 + "author_account_age_days": 5788 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 13, - "last_update": "2024-11-21 06:24:18", - "author_account_age_days": 4255 + "stars": 28, + "last_update": "2024-11-21 21:56:49", + "author_account_age_days": 4256 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, "last_update": "2024-11-16 14:18:28", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 96, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4305 + "author_account_age_days": 4306 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": { "stars": 2, - "last_update": "2024-11-21 11:29:52", - "author_account_age_days": 332 + "last_update": "2024-11-22 06:22:54", + "author_account_age_days": 333 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 219 + "author_account_age_days": 221 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 296, + "stars": 298, "last_update": "2024-11-19 16:08:28", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4907 + "author_account_age_days": 4908 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5455 + "author_account_age_days": 5456 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5455 + "author_account_age_days": 5456 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3482 + "author_account_age_days": 3483 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 422, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1309, + "stars": 1312, "last_update": "2024-11-21 01:40:33", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 102, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 25, + "stars": 26, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5243 + "author_account_age_days": 5244 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 239, + "stars": 240, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 325, + "stars": 327, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 215, + "stars": 216, "last_update": "2024-11-18 04:16:43", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/siliconflow/BizyAir": { - "stars": 363, - "last_update": "2024-11-21 10:11:02", - "author_account_age_days": 455 + "stars": 367, + "last_update": "2024-11-22 07:11:27", + "author_account_age_days": 456 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 159, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 50, + "stars": 52, "last_update": "2024-11-19 12:22:49", - "author_account_age_days": 2277 + "author_account_age_days": 2278 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 52, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 13, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 28, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 278, - "last_update": "2024-11-19 00:59:05", - "author_account_age_days": 504 + "stars": 297, + "last_update": "2024-11-22 07:49:13", + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 5, + "stars": 6, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 44, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 49, + "stars": 51, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 165, + "stars": 167, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 103, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 18, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 240, + "stars": 241, "last_update": "2024-11-18 12:56:16", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-11-16 20:42:59", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 24, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 184, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 136, + "stars": 138, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 44, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 164, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4890 + "author_account_age_days": 4891 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 157, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4890 + "author_account_age_days": 4891 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5381 + "author_account_age_days": 5382 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 863, + "stars": 864, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 377, - "last_update": "2024-11-20 20:52:54", - "author_account_age_days": 4234 + "stars": 378, + "last_update": "2024-11-22 09:25:49", + "author_account_age_days": 4235 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 6, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 751, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1996 + "author_account_age_days": 1997 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1996 + "author_account_age_days": 1997 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 28, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6080 + "author_account_age_days": 6081 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 27, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 598 + "author_account_age_days": 600 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 1, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3305 + "author_account_age_days": 3306 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 111, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3286 + "author_account_age_days": 3287 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1157 + "author_account_age_days": 1158 }, "https://github.com/taabata/ComfyCanvas": { "stars": 70, "last_update": "2024-11-18 22:21:36", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 251, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5071 + "author_account_age_days": 5072 }, "https://github.com/talesofai/comfyui-browser": { "stars": 505, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 705 + "author_account_age_days": 707 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/tanglup/Comfyui-Ycnode": { - "stars": 18, + "stars": 22, "last_update": "2024-11-20 14:51:51", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 150, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 40, + "stars": 41, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 46, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 333, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 66, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2490 + "author_account_age_days": 2491 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3475 + "author_account_age_days": 3476 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4009 + "author_account_age_days": 4010 }, "https://github.com/tomudo/ComfyUI-ascii-art": { - "stars": 0, + "stars": 1, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 519, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3970 + "author_account_age_days": 3971 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 38, "last_update": "2024-11-19 15:33:13", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2407 + "author_account_age_days": 2409 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5539 + "author_account_age_days": 5540 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1678 + "author_account_age_days": 1679 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4907 + "author_account_age_days": 4908 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4907 + "author_account_age_days": 4908 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, - "last_update": "2024-11-21 09:11:42", - "author_account_age_days": 1574 + "last_update": "2024-11-21 15:53:59", + "author_account_age_days": 1575 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { - "stars": 3, + "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2899 + "author_account_age_days": 2900 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2815 + "author_account_age_days": 2816 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 760, + "stars": 761, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 234 + "author_account_age_days": 235 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 93, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3852 + "author_account_age_days": 3853 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 12, + "stars": 13, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1466 + "author_account_age_days": 1467 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1466 + "author_account_age_days": 1467 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1533 + "author_account_age_days": 1534 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2763 + "author_account_age_days": 2764 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { "stars": 235, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 148, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 0, "last_update": "2024-11-20 03:59:11", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 55, + "stars": 57, "last_update": "2024-11-20 11:33:48", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 100, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 3, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5637 + "author_account_age_days": 5638 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2788 + "author_account_age_days": 2789 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3180 + "author_account_age_days": 3181 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5871 + "author_account_age_days": 5872 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5871 + "author_account_age_days": 5872 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 51, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2412 + "author_account_age_days": 2413 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5200 + "author_account_age_days": 5201 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 339, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1629 + "author_account_age_days": 1630 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 0, "last_update": "2024-11-21 10:47:22", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 11, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2958 + "author_account_age_days": 2959 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3574 + "author_account_age_days": 3575 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3871 + "author_account_age_days": 3873 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 18, + "stars": 20, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 85, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1064, - "last_update": "2024-11-21 09:09:30", - "author_account_age_days": 1490 + "stars": 1070, + "last_update": "2024-11-22 10:01:16", + "author_account_age_days": 1491 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 14, "last_update": "2024-11-18 16:43:25", - "author_account_age_days": 4025 + "author_account_age_days": 4026 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 0, "last_update": "2024-11-17 11:45:56", - "author_account_age_days": 3539 + "author_account_age_days": 3540 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 71, + "stars": 72, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 76, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 192, + "stars": 196, "last_update": "2024-11-19 21:42:23", - "author_account_age_days": 1049 + "author_account_age_days": 1051 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, - "last_update": "2024-11-14 03:56:22", - "author_account_age_days": 441 + "last_update": "2024-11-22 12:02:57", + "author_account_age_days": 442 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1164, + "stars": 1167, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 16, "last_update": "2024-11-21 06:20:08", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2811 + "author_account_age_days": 2812 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 263, - "last_update": "2024-11-19 10:49:45", - "author_account_age_days": 4067 + "stars": 270, + "last_update": "2024-11-21 13:14:50", + "author_account_age_days": 4068 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5111 + "author_account_age_days": 5112 } } \ No newline at end of file diff --git a/model-list.json b/model-list.json index 99eaeef6..d14eb575 100644 --- a/model-list.json +++ b/model-list.json @@ -3517,6 +3517,19 @@ "url": "https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union/resolve/main/diffusion_pytorch_model.safetensors", "size": "6.6GB" }, + + + { + "name": "InstantX/FLUX.1-dev-IP-Adapter", + "type": "IP-Adapter", + "base": "FLUX.1", + "save_path": "ipadapter-flux", + "description": "FLUX.1-dev-IP-Adapter", + "reference": "https://huggingface.co/InstantX/FLUX.1-dev-IP-Adapter", + "filename": "ip-adapter.bin", + "url": "https://huggingface.co/InstantX/FLUX.1-dev-IP-Adapter/resolve/main/ip-adapter.bin", + "size": "5.29GB" + }, { "name": "Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro", "type": "controlnet", @@ -3539,6 +3552,7 @@ "url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux_shakker_labs_union_pro-fp8_e4m3fn.safetensors", "size": "3.3GB" }, + { "name": "jasperai/FLUX.1-dev-Controlnet-Upscaler", "type": "controlnet", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 5842a14c..de4f7777 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,26 @@ + { + "author": "vahidzxc", + "title": "ComfyUI-My-Handy-Nodes", + "reference": "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes", + "files": [ + "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes" + ], + "install_type": "git-clone", + "description": "NODES:VahCropImage" + }, + { + "author": "StartHua", + "title": "Comfyui_Flux_Style_Ctr [WIP]", + "reference": "https://github.com/StartHua/Comfyui_Flux_Style_Ctr", + "files": [ + "https://github.com/StartHua/Comfyui_Flux_Style_Ctr" + ], + "install_type": "git-clone", + "description": "NODES:CXH_StyleModelApply\nNOTE: The files in the repo are not organized." + }, { "author": "miragecoa", "title": "ComfyUI-LLM-Evaluation [WIP]", @@ -104,16 +124,6 @@ "install_type": "git-clone", "description": "NODES:JK Easy Prompt, JK Easy HiRes Fix" }, - { - "author": "Black-Lioness", - "title": "Filename Generator Node for ComfyUI [UNSAFE]", - "reference": "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator", - "files": [ - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator" - ], - "install_type": "git-clone", - "description": "A ComfyUI node that generates realistic filenames and file paths for various digital media formats. Perfect for creating authentic-looking file paths for your workflows.[w/Users will be able to obtain a list of files from an arbitrary path through the workflow.]" - }, { "author": "yorkane", "title": "Comfy UI Robe Nodes [UNSAFE]", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index a697ae08..a0290d21 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,97 +2,97 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 87, + "stars": 89, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 2, - "last_update": "2024-10-10 11:34:31", - "author_account_age_days": 381 + "last_update": "2024-11-22 04:47:53", + "author_account_age_days": 382 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-20 07:49:57", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { - "stars": 49, + "stars": 50, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 19, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { "stars": 2, @@ -102,1296 +102,1306 @@ "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-18 12:03:45", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 17, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1181 + "author_account_age_days": 1183 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-11-20 10:50:32", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2064 + "author_account_age_days": 2065 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 132, + "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4777 + "author_account_age_days": 4778 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3418 + "author_account_age_days": 3419 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4662 + "author_account_age_days": 4664 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3340 + "author_account_age_days": 3341 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 28, + "stars": 29, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 24, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1208 + "author_account_age_days": 1209 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 0, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4189 + "author_account_age_days": 4190 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1461 + "author_account_age_days": 1462 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 32, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 45, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-11-17 21:14:02", - "author_account_age_days": 2610 + "author_account_age_days": 2611 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3105 + "author_account_age_days": 3107 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2985 + "author_account_age_days": 2986 + }, + "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { + "stars": 26, + "last_update": "2024-11-22 09:25:11", + "author_account_age_days": 2986 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 32, + "stars": 33, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3879 + "author_account_age_days": 3880 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/WASasquatch/ASTERR": { - "stars": 19, + "stars": 20, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { - "stars": 85, + "stars": 86, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 282, + "stars": 283, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 217, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3435 + "author_account_age_days": 3437 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2495 + "author_account_age_days": 2496 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 0, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 74, + "stars": 75, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3774 + "author_account_age_days": 3775 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-11-15 16:49:18", - "author_account_age_days": 2684 + "author_account_age_days": 2685 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4436 + "author_account_age_days": 4437 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3258 + "author_account_age_days": 3259 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3268 + "author_account_age_days": 3269 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57372, - "last_update": "2024-11-21 01:43:04", - "author_account_age_days": 699 + "stars": 57464, + "last_update": "2024-11-22 07:10:46", + "author_account_age_days": 700 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 331, + "stars": 332, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1965 + "author_account_age_days": 1966 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 231, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2137 + "author_account_age_days": 2138 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6124 + "author_account_age_days": 6125 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2473 + "author_account_age_days": 2474 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2162 + "author_account_age_days": 2164 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4188 + "author_account_age_days": 4189 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 200, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1534 + "author_account_age_days": 1535 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1693 + "author_account_age_days": 1695 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2289 + "author_account_age_days": 2290 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5193 + "author_account_age_days": 5194 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3670 + "author_account_age_days": 3671 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2605 + "author_account_age_days": 2606 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, - "last_update": "2024-11-20 01:40:12", - "author_account_age_days": 1023 + "last_update": "2024-11-22 02:13:07", + "author_account_age_days": 1024 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 788 + "author_account_age_days": 790 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5097 + "author_account_age_days": 5098 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 154, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 193, + "stars": 192, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 78, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 630, + "stars": 638, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kijai/ComfyUI-VEnhancer": { - "stars": 60, + "stars": 61, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 1, - "last_update": "2024-11-18 14:23:14", - "author_account_age_days": 6 + "stars": 2, + "last_update": "2024-11-22 12:25:49", + "author_account_age_days": 7 }, "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/kostenickj/comfyui-jk-easy-nodes": { "stars": 1, - "last_update": "2024-11-21 08:38:58", - "author_account_age_days": 3199 + "last_update": "2024-11-22 09:06:05", + "author_account_age_days": 3200 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2802 + "author_account_age_days": 2803 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 54, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1523 + "author_account_age_days": 1524 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 102, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 647, + "stars": 651, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4314 + "author_account_age_days": 4315 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 223, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2405 + "author_account_age_days": 2406 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2467 + "author_account_age_days": 2468 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3930 + "author_account_age_days": 3931 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4032 + "author_account_age_days": 4033 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4032 + "author_account_age_days": 4033 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4032 + "author_account_age_days": 4033 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4032 + "author_account_age_days": 4033 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { - "stars": 133, + "stars": 134, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5018 + "author_account_age_days": 5019 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4699 + "author_account_age_days": 4700 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4179 + "author_account_age_days": 4180 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 4, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5273 + "author_account_age_days": 5274 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 49, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2249 + "author_account_age_days": 2250 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3326 + "author_account_age_days": 3327 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4267 + "author_account_age_days": 4269 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4203 + "author_account_age_days": 4204 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4234 + "author_account_age_days": 4235 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3988 + "author_account_age_days": 3989 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 705 + "author_account_age_days": 707 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 567 + "author_account_age_days": 569 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3016 + "author_account_age_days": 3017 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 180, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2930 + "author_account_age_days": 2931 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5348 + "author_account_age_days": 5349 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 2, "last_update": "2024-11-15 03:03:13", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3088 + "author_account_age_days": 3089 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3048 + "author_account_age_days": 3049 + }, + "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { + "stars": 0, + "last_update": "2024-11-22 06:44:57", + "author_account_age_days": 143 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2926 + "author_account_age_days": 2927 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4741 + "author_account_age_days": 4742 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 301, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2133 + "author_account_age_days": 2134 } } \ 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 91c84db8..28460fdd 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -9,7 +9,6 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nLegacy channel provides only the list of the deprecated nodes. If you want to find the complete node list, please go to the Default channel." }, - { "author": "thecooltechguy", "title": "ComfyUI-ComfyRun [DEPRECATED/UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index dafcde68..4a1d4ce1 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,7 +10,69 @@ - + { + "author": "Shakker-Labs", + "title": "ComfyUI-IPAdapter-Flux", + "reference": "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux", + "files": [ + "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux" + ], + "install_type": "git-clone", + "description": "NODES:Load IPAdapter Flux Model, Apply IPAdapter Flux Model" + }, + { + "author": "licyk", + "title": "ComfyUI-HakuImg", + "id": "HakuImg", + "reference": "https://github.com/licyk/ComfyUI-HakuImg", + "files": [ + "https://github.com/licyk/ComfyUI-HakuImg" + ], + "install_type": "git-clone", + "description": "Image processing tool for ComfyUI" + }, + { + "author": "SparknightLLC", + "title": "ComfyUI-LatentClamp", + "reference": "https://github.com/SparknightLLC/ComfyUI-LatentClamp", + "files": [ + "https://github.com/SparknightLLC/ComfyUI-LatentClamp" + ], + "install_type": "git-clone", + "description": "A node for ComfyUI that modifies the values in the samples input that fall outside of a min and max range using a multiplier." + }, + { + "author": "Black-Lioness", + "title": "ComfyUI-PromptUtils", + "reference": "https://github.com/Black-Lioness/ComfyUI-PromptUtils", + "files": [ + "https://github.com/Black-Lioness/ComfyUI-PromptUtils" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI nodes designed to enhance your workflow with realistic filename generation and keyword generation." + }, + { + "author": "iamandeepsandhu", + "title": "ComfyUI-NSFW-Check", + "reference": "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check", + "files": [ + "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check" + ], + "install_type": "git-clone", + "description": "his project is designed to detect whether images generated by ComfyUI are Not Safe For Work (NSFW). It uses a machine learning model to classify images as either safe or not safe for work and returns a confidence score for the NSFW classification." + }, + { + "author": "SimonHeese", + "title": "ComfyUI_AnimationNodes", + "reference": "https://github.com/SimonHeese/ComfyUI_AnimationNodes", + "files": [ + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py", + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_rotation_zoom.py" + ], + "install_type": "copy", + "description": "NODES:Animated Offset Padding, Animated Rotation & Zoom" + }, + { "author": "xuhongming251", "title": "ComfyUI_Camera", @@ -621,77 +683,6 @@ ], "install_type": "git-clone", "description": "Recraft AI official ComfyUI custom nodes. Recraft V3 (code-named red_panda) is a text-to-image model with the ability to generate long texts, images in a wide list of styles, including custom brand styles." - }, - { - "author": "LevelPixel", - "title": "ComfyUI_LevelPixel", - "id": "levelpixel", - "reference": "https://github.com/LevelPixel/ComfyUI-LevelPixel", - "files": [ - "https://github.com/LevelPixel/ComfyUI-LevelPixel" - ], - "install_type": "git-clone", - "description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters), Image Remove Background based on RemBG." - }, - { - "author": "1zhangyy1", - "title": "ComfyUI VIDU", - "reference": "https://github.com/1zhangyy1/comfyui-vidu-nodes", - "files": [ - "https://github.com/1zhangyy1/comfyui-vidu-nodes" - ], - "description": "This is a ComfyUI node package that integrates with VIDU API, supporting features such as text-to-video, image-to-video, character-to-video generation, and video super-resolution.", - "install_type": "git-clone" - }, - { - "author": "smthemex", - "title": "ComfyUI_Demucs", - "reference": "https://github.com/smthemex/ComfyUI_Demucs", - "files": [ - "https://github.com/smthemex/ComfyUI_Demucs" - ], - "install_type": "git-clone", - "description": "Using Demucs in comfyUI, make Music Source Separation" - }, - { - "author": "smthemex", - "title": "ComfyUI_InstantIR_Wrapper", - "reference": "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper", - "files": [ - "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper" - ], - "install_type": "git-clone", - "description": "You can InstantIR to Fix blurry photos in ComfyUI ,[a/InstantIR](https://github.com/instantX-research/InstantIR):Blind Image Restoration with Instant Generative Reference" - }, - { - "author": "chflame163", - "title": "ComfyUI_OmniGen_Wrapper", - "reference": "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper", - "files": [ - "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper" - ], - "install_type": "git-clone", - "description": "ComfyUI custom node of OmniGen project." - }, - { - "author": "wentao-uw", - "title": "ComfyUI template matching", - "reference": "https://github.com/wentao-uw/ComfyUI-template-matching", - "files": [ - "https://github.com/wentao-uw/ComfyUI-template-matching" - ], - "description": "This project is a ComfyUI version of [a/https://github.com/cozheyuanzhangde/Invariant-TemplateMatching](https://github.com/cozheyuanzhangde/Invariant-TemplateMatching).", - "install_type": "git-clone" - }, - { - "author": "Frost Ming", - "title": "ComfyUI-IDL", - "reference": "https://github.com/bentoml/ComfyUI-IDL", - "files": [ - "https://github.com/bentoml/ComfyUI-IDL" - ], - "description": "ComfyUI Interface Definition Language", - "install_type": "git-clone" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 32ad8240..16dba97b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1782,6 +1782,15 @@ "title_aux": "DynamicPose-ComfyUI" } ], + "https://github.com/Black-Lioness/ComfyUI-PromptUtils": [ + [ + "FilenameGenerator", + "KeywordGenerator" + ], + { + "title_aux": "ComfyUI-PromptUtils" + } + ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -2085,8 +2094,9 @@ "PrimereCKPT", "PrimereCKPTLoader", "PrimereCLIPEncoder", - "PrimereClearPrompt", + "PrimereClearNetworkTagsPrompt", "PrimereConceptDataTuple", + "PrimereDiTPurifyPrompt", "PrimereDynamicParser", "PrimereEmbedding", "PrimereEmbeddingHandler", @@ -2132,7 +2142,6 @@ "PrimereUpscaleModel", "PrimereVAE", "PrimereVAELoader", - "PrimereVAESelector", "PrimereVisualCKPT", "PrimereVisualEmbedding", "PrimereVisualHypernetwork", @@ -3262,6 +3271,7 @@ "GR Onomatopoeia", "GR Pan Or Zoom", "GR Prompt Generator", + "GR Prompt Generator Extended", "GR Prompt HUB", "GR Prompt Selector", "GR Prompt Selector Multi", @@ -6468,6 +6478,15 @@ "title_aux": "Eagleshadow Custom Nodes" } ], + "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [ + [ + "ApplyIPAdapterFlux", + "IPAdapterFluxLoader" + ], + { + "title_aux": "ComfyUI-IPAdapter-Flux" + } + ], "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": [ [ "CropImageByRect", @@ -6606,6 +6625,14 @@ "title_aux": "ComfyUI_Textarea_Loaders" } ], + "https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py": [ + [ + "AnimatedOffsetPadding" + ], + { + "title_aux": "ComfyUI_AnimationNodes" + } + ], "https://github.com/Smirnov75/ComfyUI-mxToolkit": [ [ "mxSeed", @@ -6735,6 +6762,14 @@ "title_aux": "Text to video for Stable Video Diffusion in ComfyUI" } ], + "https://github.com/SparknightLLC/ComfyUI-LatentClamp": [ + [ + "LatentClamp" + ], + { + "title_aux": "ComfyUI-LatentClamp" + } + ], "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": [ [ "CosyVoiceCrossLingualNode", @@ -9561,6 +9596,8 @@ "SP_SupirSampler_DPMPP2M", "SP_SupirSampler_EDM", "SP_WebsocketSendImage", + "SP_XYGrid", + "SP_XYValues", "ScatterParams", "ScatterParamsBatch", "SendTelegramChatBot", @@ -9706,9 +9743,11 @@ ], "https://github.com/bentoml/ComfyUI-IDL": [ [ + "CPackInputAny", "CPackInputFile", "CPackInputImage", - "CPackInputValue", + "CPackInputInt", + "CPackInputString", "CPackOutputFile", "CPackOutputImage" ], @@ -14713,6 +14752,14 @@ "title_aux": "comfyui-undistort" } ], + "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": [ + [ + "NSFWScore" + ], + { + "title_aux": "ComfyUI-NSFW-Check" + } + ], "https://github.com/icesun963/ComfyUI_HFDownLoad": [ [ "Apply EasyOCR V2", @@ -15619,6 +15666,7 @@ ], "https://github.com/justUmen/Bjornulf_custom_nodes": [ [ + "Bjornulf_AddLineNumbers", "Bjornulf_AudioVideoSync", "Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CombineBackgroundOverlay", @@ -15653,6 +15701,11 @@ "Bjornulf_LoopWriteText", "Bjornulf_MergeImagesHorizontally", "Bjornulf_MergeImagesVertically", + "Bjornulf_OllamaConfig", + "Bjornulf_OllamaImageVision", + "Bjornulf_OllamaSystemJobSelector", + "Bjornulf_OllamaSystemPersonaSelector", + "Bjornulf_OllamaTalk", "Bjornulf_PassPreviewImage", "Bjornulf_PauseResume", "Bjornulf_PickInput", @@ -15672,6 +15725,8 @@ "Bjornulf_ScramblerCharacter", "Bjornulf_SelectImageFromList", "Bjornulf_ShowText", + "Bjornulf_SpeechToText", + "Bjornulf_TextToAnything", "Bjornulf_TextToSpeech", "Bjornulf_TextToStringAndSeed", "Bjornulf_VideoPingPong", @@ -16307,6 +16362,7 @@ "StableZero123_BatchSchedule", "StringConstant", "StringConstantMultiline", + "StyleModelApplyAdvanced", "Superprompt", "TorchCompileControlNet", "TorchCompileModelFluxAdvanced", @@ -17012,6 +17068,27 @@ "title_aux": "comfyui-loadimagewithsubfolder" } ], + "https://github.com/licyk/ComfyUI-HakuImg": [ + [ + "BlendImage", + "Blur", + "Chromatic", + "Color", + "Curve", + "CustomExif", + "Flip", + "Glow", + "InOutPaint", + "LenDistortion", + "PixelOE", + "Pixelize", + "Sketch", + "TiltShift" + ], + { + "title_aux": "ComfyUI-HakuImg" + } + ], "https://github.com/linshier/comfyui-remote-tools": [ [ "LoadBase64(js)", @@ -17813,6 +17890,8 @@ "DWPreprocessor_Provider_for_SEGS //Inspire", "FakeScribblePreprocessor_Provider_for_SEGS //Inspire", "FloatRange //Inspire", + "ForeachListBegin //Inspire", + "ForeachListEnd //Inspire", "FromIPAdapterPipe //Inspire", "GlobalSampler //Inspire", "GlobalSeed //Inspire", @@ -17881,13 +17960,14 @@ "ToIPAdapterPipe //Inspire", "UnzipPrompt //Inspire", "WildcardEncode //Inspire", + "WorklistToItemList //Inspire", "XY Input: Lora Block Weight //Inspire", "ZipPrompt //Inspire", "Zoe_DepthMap_Preprocessor_Provider_for_SEGS //Inspire" ], { "author": "Dr.Lt.Data", - "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack.", + "description": "This extension provides various nodes to support Lora Block Weight, Regional Nodes, Backend Cache, Prompt Utils, List Utils and the Impact Pack.", "nickname": "Inspire Pack", "nodename_pattern": "Inspire$", "title": "Inspire Pack", @@ -17919,6 +17999,7 @@ "LF_Clarity", "LF_ColorAnalysis", "LF_CompareImages", + "LF_Contrast", "LF_ControlPanel", "LF_Desaturation", "LF_DisplayBoolean", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 7f5e22a6..f5afd0c5 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,17 @@ { "models": [ + { + "name": "InstantX/FLUX.1-dev-IP-Adapter", + "type": "IP-Adapter", + "base": "FLUX.1", + "save_path": "ipadapter-flux", + "description": "FLUX.1-dev-IP-Adapter", + "reference": "https://huggingface.co/InstantX/FLUX.1-dev-IP-Adapter", + "filename": "ip-adapter.bin", + "url": "https://huggingface.co/InstantX/FLUX.1-dev-IP-Adapter/resolve/main/ip-adapter.bin", + "size": "5.29GB" + }, + { "name": "Comfy-Org/sigclip_vision_384 (patch14_384)", "type": "clip_vision", From 73f477941d2544da0b6b41e0a09852847e2f4770 Mon Sep 17 00:00:00 2001 From: Michael Kupchick Date: Fri, 22 Nov 2024 15:43:20 +0200 Subject: [PATCH 38/46] LTXVideo for ComfyUI. (#1261) Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b9be1ba2..91f2a1ea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17548,6 +17548,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "lightricks", + "title": "ComfyUI-LTXVideo", + "id": "ltxv", + "reference": "https://github.com/Lightricks/ComfyUI-LTXVideo", + "files": [ + "https://github.com/Lightricks/ComfyUI-LTXVideo" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for LTXVideo model." } ] } From 11ba0ed6965c337a6e4db1a5f8d62641a67aee2a Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 22 Nov 2024 22:48:25 +0900 Subject: [PATCH 39/46] update DB --- custom-node-list.json | 22 +++++++++++----------- github-stats.json | 5 +++++ model-list.json | 12 ++++++++++++ node_db/new/custom-node-list.json | 11 +++++++++++ node_db/new/model-list.json | 23 +++++++++++------------ 5 files changed, 50 insertions(+), 23 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 91f2a1ea..acd2cc4a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17119,6 +17119,17 @@ "install_type": "git-clone", "description": "A node for ComfyUI that modifies the values in the samples input that fall outside of a min and max range using a multiplier." }, + { + "author": "lightricks", + "title": "ComfyUI-LTXVideo", + "id": "ltxv", + "reference": "https://github.com/Lightricks/ComfyUI-LTXVideo", + "files": [ + "https://github.com/Lightricks/ComfyUI-LTXVideo" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for LTXVideo model." + }, @@ -17548,17 +17559,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "lightricks", - "title": "ComfyUI-LTXVideo", - "id": "ltxv", - "reference": "https://github.com/Lightricks/ComfyUI-LTXVideo", - "files": [ - "https://github.com/Lightricks/ComfyUI-LTXVideo" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes for LTXVideo model." } ] } diff --git a/github-stats.json b/github-stats.json index 8dcc95a6..f0c6a7de 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1599,6 +1599,11 @@ "last_update": "2024-07-17 01:24:53", "author_account_age_days": 135 }, + "https://github.com/Lightricks/ComfyUI-LTXVideo": { + "stars": 2, + "last_update": "2024-11-22 11:55:14", + "author_account_age_days": 4341 + }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", diff --git a/model-list.json b/model-list.json index d14eb575..ad772d1c 100644 --- a/model-list.json +++ b/model-list.json @@ -4505,6 +4505,18 @@ "filename": "MoGe_ViT_L_fp16.safetensors", "url": "https://huggingface.co/Kijai/MoGe_safetensors/resolve/main/MoGe_ViT_L_fp16.safetensors", "size": "1.26GB" + }, + + { + "name": "LTX-Video 2B v0.9 Checkpoint", + "type": "checkpoint", + "base": "LTX-Video", + "save_path": "checkpoints/ltx-video", + "description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.", + "reference": "https://huggingface.co/Lightricks/LTX-Video", + "filename": "ltx-video-2b-v0.9.safetensors", + "url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.safetensors", + "size": "9.37GB" } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4a1d4ce1..0ad5af76 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,17 @@ + { + "author": "lightricks", + "title": "ComfyUI-LTXVideo", + "id": "ltxv", + "reference": "https://github.com/Lightricks/ComfyUI-LTXVideo", + "files": [ + "https://github.com/Lightricks/ComfyUI-LTXVideo" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for LTXVideo model." + }, { "author": "Shakker-Labs", "title": "ComfyUI-IPAdapter-Flux", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index f5afd0c5..3c9a7cde 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,16 @@ { "models": [ + { + "name": "LTX-Video 2B v0.9 Checkpoint", + "type": "checkpoint", + "base": "LTX-Video", + "save_path": "checkpoints/ltx-video", + "description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.", + "reference": "https://huggingface.co/Lightricks/LTX-Video", + "filename": "ltx-video-2b-v0.9.safetensors", + "url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.safetensors", + "size": "9.37GB" + }, { "name": "InstantX/FLUX.1-dev-IP-Adapter", "type": "IP-Adapter", @@ -679,18 +690,6 @@ "filename": "flux1-dev-Q8_0.gguf", "url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q8_0.gguf", "size": "12.7GB" - }, - - { - "name": "city96/flux1-schnell-F16.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-F16.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-F16.gguf", - "size": "23.8GB" } ] } From eb88e06ab12733a245060054065b403b3be612c3 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 22 Nov 2024 23:24:14 +0900 Subject: [PATCH 40/46] update DB --- model-list.json | 2 +- node_db/new/model-list.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model-list.json b/model-list.json index ad772d1c..7a98a1e9 100644 --- a/model-list.json +++ b/model-list.json @@ -4511,7 +4511,7 @@ "name": "LTX-Video 2B v0.9 Checkpoint", "type": "checkpoint", "base": "LTX-Video", - "save_path": "checkpoints/ltx-video", + "save_path": "checkpoints/LTXV", "description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.", "reference": "https://huggingface.co/Lightricks/LTX-Video", "filename": "ltx-video-2b-v0.9.safetensors", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 3c9a7cde..b402c539 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -4,7 +4,7 @@ "name": "LTX-Video 2B v0.9 Checkpoint", "type": "checkpoint", "base": "LTX-Video", - "save_path": "checkpoints/ltx-video", + "save_path": "checkpoints/LTXV", "description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.", "reference": "https://huggingface.co/Lightricks/LTX-Video", "filename": "ltx-video-2b-v0.9.safetensors", From eabde97d17029025cb08311cae92f7df4ca211c3 Mon Sep 17 00:00:00 2001 From: kaibioinfo Date: Sun, 24 Nov 2024 00:58:57 +0100 Subject: [PATCH 41/46] Update custom-node-list.json (#1263) add advanced reflux control --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index acd2cc4a..ef6d3792 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17559,6 +17559,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Kai Duehrkop", + "title": "Advanced Reflux control", + "id": "advancedRefluxControl", + "reference": "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl", + "files": [ + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl" + ], + "install_type": "git-clone", + "description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux." } ] } From 0278ee25150a35dbe66dc37084770ad2d5426948 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 24 Nov 2024 09:20:41 +0900 Subject: [PATCH 42/46] update DB --- custom-node-list.json | 66 +- extension-node-map.json | 70 +- github-stats.json | 3675 ++++++++++++++------------- node_db/dev/extension-node-map.json | 34 +- node_db/dev/github-stats.json | 599 +++-- node_db/new/custom-node-list.json | 106 +- node_db/new/extension-node-map.json | 70 +- 7 files changed, 2415 insertions(+), 2205 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index ef6d3792..02b80143 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7216,6 +7216,16 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that enables smooth, keyframe-based animations for image generation. Create dynamic sequences with control over motion, zoom, rotation, and easing effects. Ideal for AI-assisted animation and video content creation." }, + { + "author": "ShmuelRonen", + "title": "Apply Style Model Adjust for ComfyUI", + "reference": "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust" + ], + "install_type": "git-clone", + "description": "A custom node that provides enhanced control over style transfer balance when using FLUX style models in ComfyUI. This node offers better control over the influence of text prompts versus style reference images." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -7525,6 +7535,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes to edit videos using Genmo Mochi" }, + { + "author": "logtd", + "title": "ComfyUI-LTXTricks", + "reference": "https://github.com/logtd/ComfyUI-LTXTricks", + "files": [ + "https://github.com/logtd/ComfyUI-LTXTricks" + ], + "install_type": "git-clone", + "description": "A set of nodes that provide additional controls for the LTX Video model" + }, { "author": "Big-Idea-Technology", "title": "ComfyUI-Book-Tools Nodes for ComfyUI", @@ -15558,7 +15578,7 @@ "https://github.com/acorderob/sd-webui-prompt-postprocessor" ], "install_type": "git-clone", - "description": "The Prompt PostProcessor (PPP), formerly known as 'sd-webui-sendtonegative', is an extension designed to process the prompt, possibly after other extensions have modified it." + "description": "Stable Diffusion WebUI & ComfyUI extension to post-process the prompt, including sending content from the prompt to the negative prompt and wildcards." }, { "author": "Moooonet", @@ -16789,7 +16809,7 @@ "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer" ], "install_type": "git-clone", - "description": "Nodes:Youtube Downloader, Video Merge, Final Frame Selector. Combine two videos into one, output the last frame of a video and download audio and video from youtube within comfyUI" + "description": "A node suite for downloading audio and video from youtube as we all sevral useful video utilits such as a final frame selector and a node that merges two videos into one." }, { "author": "robtl2", @@ -16944,6 +16964,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for image compression that supports multiple compression formats and parameter adjustments." }, + { + "author": "liuqianhonga", + "title": "ComfyUI-Html2Image", + "reference": "https://github.com/liuqianhonga/ComfyUI-Html2Image", + "files": [ + "https://github.com/liuqianhonga/ComfyUI-Html2Image" + ], + "install_type": "git-clone", + "description": "NODES:Webpage Screenshot, Camera Watermark" + }, { "author": "duhaifeng", "title": "ComfyUI-BiRefNet-lite", @@ -17130,6 +17160,27 @@ "install_type": "git-clone", "description": "ComfyUI nodes for LTXVideo model." }, + { + "author": "Kai Duehrkop", + "title": "Advanced Reflux control", + "id": "advancedRefluxControl", + "reference": "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl", + "files": [ + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl" + ], + "install_type": "git-clone", + "description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux." + }, + { + "author": "ramesh-x90", + "title": "ComfyUI_pyannote", + "reference": "https://github.com/ramesh-x90/ComfyUI_pyannote", + "files": [ + "https://github.com/ramesh-x90/ComfyUI_pyannote" + ], + "install_type": "git-clone", + "description": "This repository provides custom nodes for ComfyUI designed to process audio files, performing speaker diarization and integrating speaker data into whisper-transcribed segments. These nodes utilize the PyAnnote library for speaker identification and pandas for efficient data handling." + }, @@ -17559,17 +17610,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Kai Duehrkop", - "title": "Advanced Reflux control", - "id": "advancedRefluxControl", - "reference": "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl", - "files": [ - "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl" - ], - "install_type": "git-clone", - "description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 16dba97b..921bd7e5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2297,8 +2297,8 @@ "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": [ [ "FinalFrameSelector", + "PromptJournal", "VideoMerge", - "VideoPromptGenerator", "YouTubeVideoDownloader" ], { @@ -6537,6 +6537,14 @@ "title_aux": "Shibiko AI ComfyUI Tools" } ], + "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": [ + [ + "ApplyStyleModelAdjust" + ], + { + "title_aux": "Apply Style Model Adjust for ComfyUI" + } + ], "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": [ [ "AstralAnimator" @@ -6739,6 +6747,7 @@ "Multiline Concatenate Strings", "Output Filename", "Prompt Cache", + "Prompt X Lora", "Range(Num Steps) - Float", "Range(Num Steps) - Int", "Range(Step) - Float", @@ -8855,6 +8864,7 @@ "CustomLatentImageSimple", "FloatSlider-NYJY", "JoyCaption", + "JoyCaptionAlpha1Online", "JoyCaptionAlpha2Online", "JoyTag", "Translate" @@ -9130,6 +9140,8 @@ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [ [ "InputText", + "OllamaCaptionerExtraOptions", + "OllamaImageCaptioner", "OllamaImageDescriber", "OllamaTextDescriber", "ShowText", @@ -9363,6 +9375,7 @@ "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": [ [ "AdaptiveGuidance", + "AdaptiveProjectedGuidance", "PerpNegAdaptiveGuidanceGuider" ], { @@ -9796,6 +9809,7 @@ "BlehDisableNoise", "BlehDiscardPenultimateSigma", "BlehForceSeedSampler", + "BlehGlobalSageAttention", "BlehHyperTile", "BlehInsaneChainSampler", "BlehLatentOps", @@ -9803,6 +9817,7 @@ "BlehModelPatchConditional", "BlehPlug", "BlehRefinerAfter", + "BlehSageAttentionSampler", "BlehSetSamplerPreset" ], { @@ -11396,6 +11411,7 @@ "DualCFGGuider", "DualCLIPLoader", "EmptyImage", + "EmptyLTXVLatentVideo", "EmptyLatentAudio", "EmptyLatentImage", "EmptyMochiLatentVideo", @@ -11438,6 +11454,9 @@ "KSamplerAdvanced", "KSamplerSelect", "KarrasScheduler", + "LTXVConditioning", + "LTXVImgToVideo", + "LTXVScheduler", "LaplaceScheduler", "LatentAdd", "LatentApplyOperation", @@ -11484,6 +11503,7 @@ "ModelSamplingContinuousV", "ModelSamplingDiscrete", "ModelSamplingFlux", + "ModelSamplingLTXV", "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", @@ -12073,6 +12093,7 @@ "D2 XY Grid Image", "D2 XY List To Plot", "D2 XY Lora List", + "D2 XY Model List", "D2 XY Plot", "D2 XY Prompt SR", "D2 XY Prompt SR2", @@ -13138,6 +13159,7 @@ "FL_FractalKSampler", "FL_GPT_Vision", "FL_Glitch", + "FL_GoogleDriveDownloader", "FL_GradGenerator", "FL_HFHubModelUploader", "FL_HF_Character", @@ -14443,6 +14465,7 @@ "load_int", "load_keyword", "load_llm_lora", + "load_memo", "load_name", "load_openai_ebd", "load_persona", @@ -14478,6 +14501,7 @@ "red_book_text_persona", "replace_string", "save_ebd_database", + "save_memo", "save_openai_ebd", "savepersona", "searxng_tool", @@ -15803,6 +15827,16 @@ "title_aux": "ComfyUI-YOLO" } ], + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": [ + [ + "StyleModelApplyAdvanced", + "StyleModelApplyInterpolation", + "StyleModelApplySimple" + ], + { + "title_aux": "Advanced Reflux control" + } + ], "https://github.com/kale4eat/ComfyUI-path-util": [ [ "path_util_PathAbspath", @@ -16365,6 +16399,7 @@ "StyleModelApplyAdvanced", "Superprompt", "TorchCompileControlNet", + "TorchCompileLTXModel", "TorchCompileModelFluxAdvanced", "TorchCompileVAE", "TransitionImagesInBatch", @@ -17099,6 +17134,15 @@ "title_aux": "comfyui-remote-tools" } ], + "https://github.com/liuqianhonga/ComfyUI-Html2Image": [ + [ + "CameraWatermark", + "WebpageScreenshot" + ], + { + "title_aux": "ComfyUI-Html2Image" + } + ], "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": [ [ "ImageCompressor" @@ -17396,6 +17440,19 @@ "title_aux": "ComfyUI-InversedNoise" } ], + "https://github.com/logtd/ComfyUI-LTXTricks": [ + [ + "AddLatentGuide", + "LTXForwardModelSamplingPred", + "LTXRFForwardODESampler", + "LTXRFReverseODESampler", + "LTXReverseModelSamplingPred", + "ModifyLTXModel" + ], + { + "title_aux": "ComfyUI-LTXTricks" + } + ], "https://github.com/logtd/ComfyUI-MochiEdit": [ [ "MochiPrepareSigmas", @@ -17993,6 +18050,7 @@ [ "LF_BlurImages", "LF_Boolean", + "LF_Brightness", "LF_CharacterImpersonator", "LF_CheckpointSelector", "LF_CivitAIMetadataSetup", @@ -18012,6 +18070,7 @@ "LF_ExtractPromptFromLoraTag", "LF_ExtractString", "LF_Float", + "LF_GaussianBlur", "LF_GetRandomKeyFromJSON", "LF_GetValueFromJSON", "LF_ImageClassifier", @@ -19761,6 +19820,15 @@ "title_aux": "queuetools" } ], + "https://github.com/ramesh-x90/ComfyUI_pyannote": [ + [ + "Speaker Diarization", + "Whisper Segments to Speaker" + ], + { + "title_aux": "ComfyUI_pyannote" + } + ], "https://github.com/ramyma/A8R8_ComfyUI_nodes": [ [ "AttentionCouple", diff --git a/github-stats.json b/github-stats.json index f0c6a7de..7a5df5d9 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7971 +2,7996 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 682 + "author_account_age_days": 684 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 101, + "stars": 110, "last_update": "2024-11-21 22:27:50", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 46, + "stars": 49, "last_update": "2024-11-21 22:25:37", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1117, + "stars": 1121, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 355 + "author_account_age_days": 357 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 60, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 35, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 3, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 93, + "stars": 94, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3849 + "author_account_age_days": 3851 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 25, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 13, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2453 + "author_account_age_days": 2455 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 76, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4201 + "author_account_age_days": 4203 }, "https://github.com/6174/comflowy-nodes": { "stars": 10, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 14, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2164 + "author_account_age_days": 2165 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2164 + "author_account_age_days": 2165 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2164 + "author_account_age_days": 2165 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 107, + "stars": 108, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 69, + "stars": 70, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 283, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 100, + "stars": 101, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 339, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 89, + "stars": 90, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 159, + "stars": 161, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { - "stars": 14, + "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 32, + "stars": 33, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1758, + "stars": 1766, "last_update": "2024-11-22 07:40:55", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 274, + "stars": 275, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 22, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 328, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 10, + "stars": 17, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 33 + "author_account_age_days": 35 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 188, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 867, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 593 + "author_account_age_days": 595 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1610 + "author_account_age_days": 1612 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1917 + "author_account_age_days": 1919 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1917 + "author_account_age_days": 1919 }, "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": 1677 + "author_account_age_days": 1678 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 240, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3818 + "author_account_age_days": 3820 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 640 + "author_account_age_days": 641 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 640 + "author_account_age_days": 641 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 695, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 3955 + "author_account_age_days": 3957 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 319, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3955 + "author_account_age_days": 3957 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 960 + "author_account_age_days": 961 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1426 + "author_account_age_days": 1428 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1904 + "author_account_age_days": 1905 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 889, + "stars": 890, "last_update": "2024-11-21 16:02:59", - "author_account_age_days": 2850 + "author_account_age_days": 2852 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 272, + "stars": 275, "last_update": "2024-11-16 21:51:44", - "author_account_age_days": 5363 + "author_account_age_days": 5364 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3527 + "author_account_age_days": 3529 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4242 + "author_account_age_days": 4244 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4242 + "author_account_age_days": 4244 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 29 + "author_account_age_days": 30 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 29 + "author_account_age_days": 30 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3540 + "author_account_age_days": 3541 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, "last_update": "2024-11-18 23:53:50", - "author_account_age_days": 277 + "author_account_age_days": 279 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 699, + "stars": 700, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 412, + "stars": 413, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4225 + "author_account_age_days": 4227 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4225 + "author_account_age_days": 4227 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4225 + "author_account_age_days": 4227 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2800 + "author_account_age_days": 2801 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 640 + "author_account_age_days": 642 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 0, "last_update": "2024-11-18 14:26:02", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3387 + "author_account_age_days": 3389 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 362, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 22, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1037, + "stars": 1038, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 948 + "author_account_age_days": 950 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 948 + "author_account_age_days": 950 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 948 + "author_account_age_days": 950 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 948 + "author_account_age_days": 950 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 948 + "author_account_age_days": 950 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-11-22 11:17:42", - "author_account_age_days": 1022 + "author_account_age_days": 1024 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 61, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1022 + "author_account_age_days": 1024 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 285 + "author_account_age_days": 287 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 1, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 106 + "author_account_age_days": 108 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2683 + "author_account_age_days": 2685 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2683 + "author_account_age_days": 2685 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2683 + "author_account_age_days": 2685 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2683 + "author_account_age_days": 2685 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 322, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 628 + "author_account_age_days": 630 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 370, + "stars": 373, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 628 + "author_account_age_days": 630 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 265, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 628 + "author_account_age_days": 630 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 628 + "author_account_age_days": 630 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 337, + "stars": 338, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 628 + "author_account_age_days": 630 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 873 + "author_account_age_days": 875 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1628 + "author_account_age_days": 1630 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 34, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 97, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 5, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 400 + "author_account_age_days": 402 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 151, + "stars": 152, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2029 + "author_account_age_days": 2031 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 11, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 69, + "stars": 70, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1884 + "author_account_age_days": 1886 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1884 + "author_account_age_days": 1886 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-22 12:21:01", - "author_account_age_days": 3806 + "last_update": "2024-11-22 15:39:26", + "author_account_age_days": 3807 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1154 + "author_account_age_days": 1155 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5309 + "author_account_age_days": 5310 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4439 + "author_account_age_days": 4441 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3734 + "author_account_age_days": 3736 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 928 + "author_account_age_days": 930 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4366 + "author_account_age_days": 4368 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3141 + "author_account_age_days": 3143 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 364, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1925 + "author_account_age_days": 1927 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4189 + "author_account_age_days": 4191 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, - "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 492 + "last_update": "2024-11-23 22:29:24", + "author_account_age_days": 494 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 5, "last_update": "2024-11-14 04:57:10", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3639 + "author_account_age_days": 3640 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5145 + "author_account_age_days": 5147 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 64, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4868 + "author_account_age_days": 4869 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2929 + "author_account_age_days": 2930 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 120 + "author_account_age_days": 121 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 187, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3750 + "author_account_age_days": 3751 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1774 + "author_account_age_days": 1776 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1774 + "author_account_age_days": 1776 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1774 + "author_account_age_days": 1776 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3359 + "author_account_age_days": 3360 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, - "last_update": "2024-09-07 12:50:33", - "author_account_age_days": 3300 + "last_update": "2024-11-23 12:05:02", + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 109, + "stars": 110, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 504, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3282 + "author_account_age_days": 3284 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3282 + "author_account_age_days": 3284 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 89, + "stars": 90, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3282 + "author_account_age_days": 3284 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 177, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3282 + "author_account_age_days": 3284 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 190, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3282 + "author_account_age_days": 3284 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2322, + "stars": 2326, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3282 + "author_account_age_days": 3284 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2906 + "author_account_age_days": 2907 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 12, + "stars": 13, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 822 + "author_account_age_days": 824 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2898 + "author_account_age_days": 2899 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { - "stars": 50, + "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2130 + "author_account_age_days": 2132 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 396, + "stars": 398, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2130 + "author_account_age_days": 2132 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 69, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 783 + "author_account_age_days": 785 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 210, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1394 + "author_account_age_days": 1396 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2468 + "author_account_age_days": 2469 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1313 + "author_account_age_days": 1315 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1448 + "author_account_age_days": 1450 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2707 + "author_account_age_days": 2709 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 35, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 820 + "author_account_age_days": 822 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 55, "last_update": "2024-11-18 18:49:22", - "author_account_age_days": 816 + "author_account_age_days": 818 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1619, + "stars": 1620, "last_update": "2024-11-21 12:08:59", - "author_account_age_days": 1270 + "author_account_age_days": 1272 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 51, "last_update": "2024-11-22 13:09:13", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 153, + "stars": 154, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1348 + "author_account_age_days": 1350 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 23 + "author_account_age_days": 25 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1631 + "author_account_age_days": 1632 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 4, "last_update": "2024-11-21 08:41:33", - "author_account_age_days": 1150 + "author_account_age_days": 1152 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 89, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 7, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 22, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 131, + "stars": 139, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 64 + "author_account_age_days": 65 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3235 + "author_account_age_days": 3237 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 3, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 71 + "author_account_age_days": 73 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1849 + "author_account_age_days": 1851 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, - "last_update": "2024-11-22 02:45:32", - "author_account_age_days": 339 + "last_update": "2024-11-22 18:03:38", + "author_account_age_days": 341 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 33, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3860 + "author_account_age_days": 3861 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1648 + "author_account_age_days": 1650 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3973 + "author_account_age_days": 3975 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4060 + "author_account_age_days": 4062 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 12, "last_update": "2024-11-16 15:50:43", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 13, - "last_update": "2024-11-21 19:53:44", - "author_account_age_days": 508 + "last_update": "2024-11-23 23:29:20", + "author_account_age_days": 510 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 66, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 52, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 709 + "author_account_age_days": 711 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3722 + "author_account_age_days": 3724 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 143, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 81, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1174 + "author_account_age_days": 1176 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 365, + "stars": 370, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2330 + "author_account_age_days": 2332 }, "https://github.com/Jordach/comfy-plasma": { "stars": 68, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4664 + "author_account_age_days": 4665 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3505 + "author_account_age_days": 3507 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3321 + "author_account_age_days": 3322 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-20 02:23:36", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4697 + "author_account_age_days": 4699 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 27, - "last_update": "2024-11-12 00:59:50", - "author_account_age_days": 5041 + "last_update": "2024-11-23 15:44:26", + "author_account_age_days": 5043 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5041 + "author_account_age_days": 5043 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 34, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5041 + "author_account_age_days": 5043 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 262, + "stars": 265, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 172, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1636 + "author_account_age_days": 1638 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3341 + "author_account_age_days": 3342 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3341 + "author_account_age_days": 3342 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 612, + "stars": 613, "last_update": "2024-11-17 14:35:49", - "author_account_age_days": 3867 + "author_account_age_days": 3869 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2766, + "stars": 2767, "last_update": "2024-11-21 21:50:49", - "author_account_age_days": 3867 + "author_account_age_days": 3869 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 610, + "stars": 612, "last_update": "2024-11-19 20:27:35", - "author_account_age_days": 3867 + "author_account_age_days": 3869 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1271 + "author_account_age_days": 1273 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1930 + "author_account_age_days": 1932 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2358 + "author_account_age_days": 2360 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 385, + "stars": 387, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 2, + "stars": 3, "last_update": "2024-11-19 18:00:30", - "author_account_age_days": 10 + "author_account_age_days": 11 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 96, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/Lerc/canvas_tab": { "stars": 165, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5518 + "author_account_age_days": 5520 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 133 + "author_account_age_days": 135 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 135 + "author_account_age_days": 136 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2, - "last_update": "2024-11-22 11:55:14", - "author_account_age_days": 4341 + "stars": 102, + "last_update": "2024-11-23 16:49:27", + "author_account_age_days": 4343 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 135, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 61, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 621 + "author_account_age_days": 623 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1126 + "author_account_age_days": 1128 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1126 + "author_account_age_days": 1128 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1183 + "author_account_age_days": 1185 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 28, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 48, "last_update": "2024-11-19 09:55:53", - "author_account_age_days": 1756 + "author_account_age_days": 1757 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 1, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 159, + "stars": 160, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 806 + "author_account_age_days": 808 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 114, + "stars": 115, "last_update": "2024-11-20 22:03:32", - "author_account_age_days": 5121 + "author_account_age_days": 5122 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1573 + "author_account_age_days": 1575 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2381 + "author_account_age_days": 2383 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1784 + "author_account_age_days": 1785 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1784 + "author_account_age_days": 1785 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3356 + "author_account_age_days": 3358 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 95, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 157, + "stars": 159, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 497, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 216 + "author_account_age_days": 218 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 16, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2667 + "author_account_age_days": 2668 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 29, "last_update": "2024-11-17 22:32:37", - "author_account_age_days": 1177 + "author_account_age_days": 1179 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 530 + "author_account_age_days": 532 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 154, + "stars": 155, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 24, + "stars": 25, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 15, + "stars": 16, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2385, + "stars": 2390, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 500, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, - "last_update": "2024-11-18 22:20:47", - "author_account_age_days": 3872 + "last_update": "2024-11-23 16:02:45", + "author_account_age_days": 3874 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 35, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 122 + "author_account_age_days": 124 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1889 + "author_account_age_days": 1891 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 47, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 729 + "author_account_age_days": 731 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 26, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3831 + "author_account_age_days": 3833 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 513 + "author_account_age_days": 515 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 513 + "author_account_age_days": 515 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1475 + "author_account_age_days": 1477 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 244 + "author_account_age_days": 246 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 244 + "author_account_age_days": 246 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 244 + "author_account_age_days": 246 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 67, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 244 + "author_account_age_days": 246 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 677 + "author_account_age_days": 679 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 3, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 808 + "author_account_age_days": 810 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5300 + "author_account_age_days": 5302 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 667, + "stars": 671, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 395 + "author_account_age_days": 397 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 395 + "author_account_age_days": 397 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3982 + "author_account_age_days": 3983 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2971 + "author_account_age_days": 2972 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2134 + "author_account_age_days": 2136 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4630 + "author_account_age_days": 4632 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 515, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4630 + "author_account_age_days": 4632 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 80, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2276 + "author_account_age_days": 2278 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1886 + "author_account_age_days": 1888 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2684 + "author_account_age_days": 2685 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 14, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1816 + "author_account_age_days": 1817 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2979 + "author_account_age_days": 2980 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4920 + "author_account_age_days": 4922 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3358 + "author_account_age_days": 3360 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5376 + "author_account_age_days": 5378 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 184 + "author_account_age_days": 186 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2702 + "author_account_age_days": 2704 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1899, + "stars": 1900, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 114 + "author_account_age_days": 115 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1401 + "author_account_age_days": 1403 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2226 + "author_account_age_days": 2227 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1516 + "author_account_age_days": 1517 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 337 + "author_account_age_days": 339 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { - "stars": 33, + "stars": 34, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-22 10:38:15", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1532 + "author_account_age_days": 1534 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 10, "last_update": "2024-11-20 02:44:41", - "author_account_age_days": 324 + "author_account_age_days": 326 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 34, + "stars": 35, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2563 + "author_account_age_days": 2565 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 104, + "stars": 106, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2563 + "author_account_age_days": 2565 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2563 + "author_account_age_days": 2565 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 71, + "stars": 72, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3848 + "author_account_age_days": 3850 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3848 + "author_account_age_days": 3850 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4234 + "author_account_age_days": 4236 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4234 + "author_account_age_days": 4236 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 322, - "last_update": "2024-10-29 05:19:04", - "author_account_age_days": 1594 + "last_update": "2024-11-22 19:28:20", + "author_account_age_days": 1596 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2754 + "author_account_age_days": 2756 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 116, + "stars": 117, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 61, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1671 + "author_account_age_days": 1673 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 9, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1671 + "author_account_age_days": 1673 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 47, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4322 + "author_account_age_days": 4324 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 796, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4322 + "author_account_age_days": 4324 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 68, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3548 + "author_account_age_days": 3550 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 17, + "stars": 80, "last_update": "2024-11-22 12:31:19", - "author_account_age_days": 0 + "author_account_age_days": 1 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 553 + "author_account_age_days": 554 + }, + "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { + "stars": 3, + "last_update": "2024-11-23 03:57:20", + "author_account_age_days": 1357 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 45, + "stars": 46, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 3, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 12, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2467 + "author_account_age_days": 2469 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 603 + "author_account_age_days": 605 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1662 + "author_account_age_days": 1664 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 842 + "author_account_age_days": 844 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3674 + "author_account_age_days": 3676 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3674 + "author_account_age_days": 3676 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3674 + "author_account_age_days": 3676 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3674 + "author_account_age_days": 3676 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 21, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3674 + "author_account_age_days": 3676 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4398 + "author_account_age_days": 4399 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 230 + "author_account_age_days": 232 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, - "last_update": "2024-11-16 17:39:05", - "author_account_age_days": 230 + "last_update": "2024-11-23 22:56:20", + "author_account_age_days": 232 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { - "stars": 1, + "stars": 2, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 103 + "author_account_age_days": 105 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 49, "last_update": "2024-11-21 08:34:35", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 49, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 993 + "author_account_age_days": 995 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 993 + "author_account_age_days": 995 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3697 + "author_account_age_days": 3698 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 443, + "stars": 445, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 140, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 684, + "stars": 686, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2300 + "author_account_age_days": 2302 }, "https://github.com/Sxela/ComfyWarp": { "stars": 29, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 680 + "author_account_age_days": 682 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 114, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 140, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 369, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 12, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 118, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 477, + "stars": 490, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 22, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 327, "last_update": "2024-11-20 15:56:54", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3200 + "author_account_age_days": 3202 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3717 + "author_account_age_days": 3719 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2366 + "author_account_age_days": 2367 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2366 + "author_account_age_days": 2367 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2366 + "author_account_age_days": 2367 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3368 + "author_account_age_days": 3370 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1826 + "author_account_age_days": 1828 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1019 + "author_account_age_days": 1021 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 416, + "stars": 418, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1019 + "author_account_age_days": 1021 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 343, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 82, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2863 + "author_account_age_days": 2865 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 398, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 420, + "stars": 421, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 39, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1011 + "author_account_age_days": 1013 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4004 + "author_account_age_days": 4006 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 10, + "stars": 11, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4004 + "author_account_age_days": 4006 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3531 + "author_account_age_days": 3532 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 213, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5072 + "author_account_age_days": 5074 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1436 + "author_account_age_days": 1438 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 165, "last_update": "2024-11-20 05:05:18", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 11, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3129 + "author_account_age_days": 3131 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 3, "last_update": "2024-11-18 19:38:19", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, - "last_update": "2024-11-14 13:23:08", - "author_account_age_days": 267 + "last_update": "2024-11-23 13:09:35", + "author_account_age_days": 269 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 46, + "stars": 47, "last_update": "2024-11-19 18:05:58", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2061 + "author_account_age_days": 2062 }, "https://github.com/WASasquatch/ASTERR": { "stars": 20, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 110, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1219, + "stars": 1221, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 773 + "author_account_age_days": 775 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3903 + "author_account_age_days": 3904 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1123, + "stars": 1129, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 108 + "author_account_age_days": 110 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 159, + "stars": 161, "last_update": "2024-11-22 09:25:26", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4475 + "author_account_age_days": 4477 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3906 + "author_account_age_days": 3908 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 90, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, "last_update": "2024-11-21 22:19:25", - "author_account_age_days": 357 + "author_account_age_days": 359 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 350, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 442, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 705, + "stars": 707, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 673, + "stars": 674, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1349, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 789, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 99, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 622, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1604, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5691 + "author_account_age_days": 5692 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 673 + "author_account_age_days": 675 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 673 + "author_account_age_days": 675 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 673 + "author_account_age_days": 675 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4953 + "author_account_age_days": 4954 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 313 + "author_account_age_days": 315 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 25, - "last_update": "2024-10-27 15:13:10", - "author_account_age_days": 3978 + "last_update": "2024-11-23 13:08:46", + "author_account_age_days": 3980 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 854 + "author_account_age_days": 856 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 247, + "stars": 248, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 734 + "author_account_age_days": 736 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 734 + "author_account_age_days": 736 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 80, - "last_update": "2024-10-29 08:21:36", - "author_account_age_days": 4699 + "last_update": "2024-11-23 13:48:16", + "author_account_age_days": 4700 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2821 + "author_account_age_days": 2823 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 19, "last_update": "2024-11-20 23:13:59", - "author_account_age_days": 186 + "author_account_age_days": 188 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 173, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 186 + "author_account_age_days": 188 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 177, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 186 + "author_account_age_days": 188 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 67, + "stars": 68, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 186 + "author_account_age_days": 188 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2485 + "author_account_age_days": 2487 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2485 + "author_account_age_days": 2487 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 1, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 281 + "author_account_age_days": 283 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1080 + "author_account_age_days": 1082 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1080 + "author_account_age_days": 1082 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1080 + "author_account_age_days": 1082 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 10, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3641 + "author_account_age_days": 3642 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1347 + "author_account_age_days": 1349 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1347 + "author_account_age_days": 1349 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 13, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1347 + "author_account_age_days": 1349 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3737 + "author_account_age_days": 3739 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 2, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5165 + "author_account_age_days": 5167 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 8, - "last_update": "2024-11-20 07:44:16", - "author_account_age_days": 3437 + "last_update": "2024-11-23 13:33:27", + "author_account_age_days": 3438 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 51, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2830 + "author_account_age_days": 2832 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 51, - "last_update": "2024-10-07 00:32:21", - "author_account_age_days": 751 + "last_update": "2024-11-22 15:46:38", + "author_account_age_days": 753 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 84, + "stars": 85, "last_update": "2024-11-17 20:28:12", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 86, "last_update": "2024-11-17 06:16:02", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { - "stars": 1, + "stars": 2, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1979 + "author_account_age_days": 1981 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 13, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 3013 + "author_account_age_days": 3015 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 0, "last_update": "2024-11-21 23:03:06", - "author_account_age_days": 5899 + "author_account_age_days": 5900 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 25, "last_update": "2024-11-20 04:42:50", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-21 10:38:02", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, - "last_update": "2024-10-04 17:07:42", - "author_account_age_days": 592 + "last_update": "2024-11-23 17:37:39", + "author_account_age_days": 593 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 204, + "stars": 207, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 98, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2499 + "author_account_age_days": 2501 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 60, + "stars": 61, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 246, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3709 + "author_account_age_days": 3711 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1921 + "author_account_age_days": 1923 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5513 + "author_account_age_days": 5515 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 10, - "last_update": "2024-11-22 12:57:28", - "author_account_age_days": 2685 + "last_update": "2024-11-23 14:41:28", + "author_account_age_days": 2686 }, "https://github.com/banodoco/steerable-motion": { "stars": 840, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2450 + "author_account_age_days": 2451 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4277 + "author_account_age_days": 4279 }, "https://github.com/bash-j/mikey_nodes": { "stars": 114, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4338 + "author_account_age_days": 4340 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 513 + "author_account_age_days": 515 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, - "last_update": "2024-11-22 10:54:26", - "author_account_age_days": 2061 + "last_update": "2024-11-22 14:38:08", + "author_account_age_days": 2062 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3658 + "author_account_age_days": 3660 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3024 + "author_account_age_days": 3026 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 45, - "last_update": "2024-11-16 11:18:56", - "author_account_age_days": 305 + "stars": 47, + "last_update": "2024-11-23 16:55:12", + "author_account_age_days": 306 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 36, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 15, "last_update": "2024-11-16 17:44:36", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 111, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 24, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 157, + "stars": 158, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4718 + "author_account_age_days": 4719 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3687 + "author_account_age_days": 3689 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3687 + "author_account_age_days": 3689 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3687 + "author_account_age_days": 3689 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3687 + "author_account_age_days": 3689 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3687 + "author_account_age_days": 3689 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4895 + "author_account_age_days": 4897 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 1, "last_update": "2024-11-22 02:52:35", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-11-22 02:52:14", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 15, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4390 + "author_account_age_days": 4392 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5306 + "author_account_age_days": 5307 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2517 + "author_account_age_days": 2518 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4837 + "author_account_age_days": 4838 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": { "stars": 0, "last_update": "2024-11-21 07:12:34", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 40, + "stars": 41, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3453 + "author_account_age_days": 3455 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3453 + "author_account_age_days": 3455 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1919 + "author_account_age_days": 1921 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-19 05:25:40", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 364, + "stars": 370, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1355 + "author_account_age_days": 1357 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1355 + "author_account_age_days": 1357 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3446 + "author_account_age_days": 3448 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 31, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 111, + "stars": 112, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1304 + "author_account_age_days": 1306 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3987 + "author_account_age_days": 3988 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3987 + "author_account_age_days": 3988 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 249, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 390, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 49, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 214, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 98, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Panda3d": { - "stars": 13, + "stars": 14, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1885 + "author_account_age_days": 1887 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 244, + "stars": 245, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 20, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1530, + "stars": 1534, "last_update": "2024-11-17 12:45:35", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 114, + "stars": 115, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 95, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3000 + "author_account_age_days": 3001 }, "https://github.com/choey/Comfy-Topaz": { "stars": 61, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5674 + "author_account_age_days": 5675 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4123 + "author_account_age_days": 4125 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1947 + "author_account_age_days": 1949 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 70, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 35, - "last_update": "2024-11-22 12:18:48", - "author_account_age_days": 4216 + "last_update": "2024-11-23 14:16:22", + "author_account_age_days": 4217 }, "https://github.com/chrisgoringe/cg-image-picker": { "stars": 267, "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 504, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 751 + "author_account_age_days": 753 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 165, + "stars": 166, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 27, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5521 + "author_account_age_days": 5523 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1050, - "last_update": "2024-11-21 01:24:40", - "author_account_age_days": 648 + "stars": 1055, + "last_update": "2024-11-23 05:51:45", + "author_account_age_days": 650 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 79, + "stars": 80, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 390, + "stars": 391, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 349, + "stars": 350, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 247, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 135, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2656 + "author_account_age_days": 2657 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 749 + "author_account_age_days": 751 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2851 + "author_account_age_days": 2853 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-21 06:15:53", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2949 + "author_account_age_days": 2951 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57465, - "last_update": "2024-11-22 07:10:46", - "author_account_age_days": 700 + "stars": 57585, + "last_update": "2024-11-23 15:33:23", + "author_account_age_days": 701 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 513, + "stars": 514, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 162, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2052 + "author_account_age_days": 2053 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4760 + "author_account_age_days": 4761 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 99, + "stars": 100, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 259 + "author_account_age_days": 261 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 259 + "author_account_age_days": 261 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 259 + "author_account_age_days": 261 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 821, + "stars": 824, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4268 + "author_account_age_days": 4270 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4268 + "author_account_age_days": 4270 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 69, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 341, + "stars": 344, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4163, + "stars": 4171, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1307, + "stars": 1311, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 612, + "stars": 613, "last_update": "2024-11-20 14:32:02", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 707, + "stars": 708, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3403 + "author_account_age_days": 3404 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 11, - "last_update": "2024-11-13 14:06:47", - "author_account_age_days": 540 + "last_update": "2024-11-23 16:59:58", + "author_account_age_days": 542 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 540 + "author_account_age_days": 542 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 540 + "author_account_age_days": 542 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 540 + "author_account_age_days": 542 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 12, - "last_update": "2024-11-21 07:33:47", - "author_account_age_days": 540 + "last_update": "2024-11-23 04:21:05", + "author_account_age_days": 542 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 203, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 242, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2555 + "author_account_age_days": 2557 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3502 + "author_account_age_days": 3504 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 22, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3502 + "author_account_age_days": 3504 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, - "last_update": "2024-11-19 04:12:59", - "author_account_age_days": 5475 + "last_update": "2024-11-23 03:57:25", + "author_account_age_days": 5476 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4579 + "author_account_age_days": 4581 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4615 + "author_account_age_days": 4617 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4686 + "author_account_age_days": 4688 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 78, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4686 + "author_account_age_days": 4688 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3647 + "author_account_age_days": 3649 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 151, + "stars": 152, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5447 + "author_account_age_days": 5448 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5447 + "author_account_age_days": 5448 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 11, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 60 + "author_account_age_days": 62 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6125 + "author_account_age_days": 6127 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6125 + "author_account_age_days": 6127 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 215, - "last_update": "2024-11-20 00:22:16", - "author_account_age_days": 4355 + "stars": 226, + "last_update": "2024-11-22 23:53:43", + "author_account_age_days": 4357 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4355 + "author_account_age_days": 4357 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4142 + "author_account_age_days": 4143 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 149, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4669 + "author_account_age_days": 4670 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 205, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3565 + "author_account_age_days": 3567 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4037 + "author_account_age_days": 4038 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 68, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 496 + "author_account_age_days": 498 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 109, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 275, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4435 + "author_account_age_days": 4436 }, "https://github.com/dmMaze/sketch2manga": { "stars": 37, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2000 + "author_account_age_days": 2002 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4655 + "author_account_age_days": 4657 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4655 + "author_account_age_days": 4657 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4324 + "author_account_age_days": 4326 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3920 + "author_account_age_days": 3922 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3928 + "author_account_age_days": 3930 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4954 + "author_account_age_days": 4956 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 423 + "author_account_age_days": 425 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 423 + "author_account_age_days": 425 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 352 + "author_account_age_days": 354 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 312, + "stars": 313, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 147 + "author_account_age_days": 149 }, "https://github.com/evanspearman/ComfyMath": { "stars": 84, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4389 + "author_account_age_days": 4391 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1146 + "author_account_age_days": 1148 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2199 + "author_account_age_days": 2201 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 119, + "stars": 120, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 12, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2024-11-19 12:58:44", - "author_account_age_days": 1239 + "author_account_age_days": 1241 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 11, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 506 + "author_account_age_days": 508 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 712 + "author_account_age_days": 714 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1710 + "author_account_age_days": 1711 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5195 + "author_account_age_days": 5196 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5195 + "author_account_age_days": 5196 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5195 + "author_account_age_days": 5196 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 38, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3627 + "author_account_age_days": 3629 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 143, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1887 + "author_account_age_days": 1889 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 299, - "last_update": "2024-11-11 21:45:28", - "author_account_age_days": 1887 + "stars": 300, + "last_update": "2024-11-23 22:42:16", + "author_account_age_days": 1889 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 344 + "author_account_age_days": 346 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 11, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 344 + "author_account_age_days": 346 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 344 + "author_account_age_days": 346 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 344 + "author_account_age_days": 346 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 913, + "stars": 914, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 344 + "author_account_age_days": 346 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 239, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 344 + "author_account_age_days": 346 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 141, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 209, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 435, + "stars": 436, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3646 + "author_account_age_days": 3647 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3773 + "author_account_age_days": 3774 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5258 + "author_account_age_days": 5260 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5258 + "author_account_age_days": 5260 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5258 + "author_account_age_days": 5260 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2471 + "author_account_age_days": 2473 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 518, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2309 + "author_account_age_days": 2310 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 96, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 15, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5103 + "author_account_age_days": 5104 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4010 + "author_account_age_days": 4011 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2162 + "author_account_age_days": 2164 }, "https://github.com/giriss/comfy-image-saver": { "stars": 200, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5150 + "author_account_age_days": 5151 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 154, - "last_update": "2024-11-04 19:16:11", - "author_account_age_days": 2648 + "last_update": "2024-11-23 19:16:00", + "author_account_age_days": 2650 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 33, "last_update": "2024-11-19 11:05:07", - "author_account_age_days": 724 + "author_account_age_days": 726 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3896 + "author_account_age_days": 3898 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3896 + "author_account_age_days": 3898 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 104 + "author_account_age_days": 106 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1880 + "author_account_age_days": 1882 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3264 + "author_account_age_days": 3265 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 416, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2612 + "author_account_age_days": 2613 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 18, "last_update": "2024-11-21 17:50:46", - "author_account_age_days": 384 + "author_account_age_days": 386 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 121, "last_update": "2024-11-21 15:36:07", - "author_account_age_days": 671 + "author_account_age_days": 673 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 41, + "stars": 42, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3997 + "author_account_age_days": 3999 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1306 + "author_account_age_days": 1308 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 53 + "author_account_age_days": 54 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2002 + "author_account_age_days": 2003 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 256 + "author_account_age_days": 258 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4818 + "author_account_age_days": 4819 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4818 + "author_account_age_days": 4819 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4818 + "author_account_age_days": 4819 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4818 + "author_account_age_days": 4819 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4818 + "author_account_age_days": 4819 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4818 + "author_account_age_days": 4819 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2088 + "author_account_age_days": 2089 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 61, + "stars": 62, "last_update": "2024-11-22 09:47:00", - "author_account_age_days": 2088 + "author_account_age_days": 2089 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 498 + "author_account_age_days": 500 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 498 + "author_account_age_days": 500 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1043, - "last_update": "2024-11-21 11:15:44", - "author_account_age_days": 3046 + "stars": 1049, + "last_update": "2024-11-23 17:58:52", + "author_account_age_days": 3047 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/hhhzzyang/Comfyui_Lama": { - "stars": 43, + "stars": 44, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5263 + "author_account_age_days": 5264 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1742 + "author_account_age_days": 1744 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4794 + "author_account_age_days": 4795 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4783 + "author_account_age_days": 4784 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4783 + "author_account_age_days": 4784 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 535, + "stars": 536, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3026 + "author_account_age_days": 3028 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1491, + "stars": 1493, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3026 + "author_account_age_days": 3028 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 56, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3026 + "author_account_age_days": 3028 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3026 + "author_account_age_days": 3028 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3026 + "author_account_age_days": 3028 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3026 + "author_account_age_days": 3028 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5791 + "author_account_age_days": 5793 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1517 + "author_account_age_days": 1519 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3039 + "author_account_age_days": 3040 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3261 + "author_account_age_days": 3263 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1708 + "author_account_age_days": 1709 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { - "stars": 0, + "stars": 1, "last_update": "2024-11-22 11:10:39", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4256 + "author_account_age_days": 4258 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 152, + "stars": 153, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3200 + "author_account_age_days": 3202 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5442 + "author_account_age_days": 5444 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 16, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3013 + "author_account_age_days": 3015 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3013 + "author_account_age_days": 3015 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 524, + "stars": 525, "last_update": "2024-11-19 15:40:09", - "author_account_age_days": 3013 + "author_account_age_days": 3015 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, "last_update": "2024-11-22 04:25:21", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 30, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1039 + "author_account_age_days": 1041 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4577 + "author_account_age_days": 4578 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2024-11-22 04:22:29", - "author_account_age_days": 134 + "author_account_age_days": 135 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 68, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 996, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 39, "last_update": "2024-11-14 07:12:08", - "author_account_age_days": 1722 + "author_account_age_days": 1724 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1128 + "author_account_age_days": 1129 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 63, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4622 + "author_account_age_days": 4623 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 128, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3188 + "author_account_age_days": 3189 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 289, + "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/jitcoder/lora-info": { - "stars": 64, + "stars": 66, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4191 + "author_account_age_days": 4193 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4362 + "author_account_age_days": 4364 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4748 + "author_account_age_days": 4749 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 371, + "stars": 374, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4949 + "author_account_age_days": 4950 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5144 + "author_account_age_days": 5146 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 840 + "author_account_age_days": 842 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4080 + "author_account_age_days": 4082 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 14, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 65, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 153, - "last_update": "2024-11-12 12:15:46", - "author_account_age_days": 1263 + "stars": 154, + "last_update": "2024-11-23 09:38:36", + "author_account_age_days": 1264 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 56, - "last_update": "2024-11-22 13:07:26", - "author_account_age_days": 2940 + "stars": 57, + "last_update": "2024-11-23 03:02:50", + "author_account_age_days": 2941 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2358 + "author_account_age_days": 2359 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2480 + "author_account_age_days": 2482 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2480 + "author_account_age_days": 2482 + }, + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { + "stars": 7, + "last_update": "2024-11-23 11:29:45", + "author_account_age_days": 4834 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2812 + "author_account_age_days": 2814 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 904 + "author_account_age_days": 906 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 162, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5040 + "author_account_age_days": 5042 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1110 + "author_account_age_days": 1111 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 164, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 186, + "stars": 187, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 986, - "last_update": "2024-11-21 01:05:59", - "author_account_age_days": 2334 + "stars": 1001, + "last_update": "2024-11-23 15:09:00", + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 156, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 114, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 203, + "stars": 204, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 634, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 764, + "stars": 767, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 510, + "stars": 511, "last_update": "2024-11-21 00:02:44", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 155, + "stars": 162, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 782, + "stars": 784, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 664, - "last_update": "2024-11-22 12:00:50", - "author_account_age_days": 2334 + "stars": 665, + "last_update": "2024-11-22 15:15:56", + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 561, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 54, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { "stars": 1661, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 89, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 185, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 470, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 335, + "stars": 337, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 29, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 302, + "stars": 305, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1594, + "stars": 1598, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 159, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 94, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 655, + "stars": 656, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 619 + "author_account_age_days": 621 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { - "stars": 25, + "stars": 26, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 619 + "author_account_age_days": 621 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 619 + "author_account_age_days": 621 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 619 + "author_account_age_days": 621 }, "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 576 + "author_account_age_days": 578 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 174, + "stars": 175, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1960 + "author_account_age_days": 1961 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 758 + "author_account_age_days": 760 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1091 + "author_account_age_days": 1093 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 28, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 301 + "author_account_age_days": 303 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2432 + "author_account_age_days": 2434 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2432 + "author_account_age_days": 2434 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2432 + "author_account_age_days": 2434 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3930 + "author_account_age_days": 3931 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, - "last_update": "2024-11-21 03:54:49", - "author_account_age_days": 2761 + "last_update": "2024-11-23 02:30:54", + "author_account_age_days": 2763 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3647 + "author_account_age_days": 3649 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 21, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4209 + "author_account_age_days": 4211 }, "https://github.com/licyk/ComfyUI-HakuImg": { - "stars": 1, - "last_update": "2024-11-22 12:55:29", - "author_account_age_days": 1419 + "stars": 2, + "last_update": "2024-11-22 14:46:24", + "author_account_age_days": 1420 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 5, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3060 + "author_account_age_days": 3062 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3943 + "author_account_age_days": 3944 + }, + "https://github.com/liuqianhonga/ComfyUI-Html2Image": { + "stars": 0, + "last_update": "2024-11-23 15:28:17", + "author_account_age_days": 339 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 2, "last_update": "2024-11-20 16:22:08", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 58, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3358 + "author_account_age_days": 3360 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3358 + "author_account_age_days": 3360 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3358 + "author_account_age_days": 3360 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 94, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3358 + "author_account_age_days": 3360 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3358 + "author_account_age_days": 3360 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2614 + "author_account_age_days": 2616 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 250 + "author_account_age_days": 252 }, "https://github.com/lks-ai/anynode": { "stars": 500, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 250 + "author_account_age_days": 252 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 84, + "stars": 85, "last_update": "2024-11-18 06:35:22", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 50, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 6, - "last_update": "2024-11-20 11:46:56", - "author_account_age_days": 4630 + "last_update": "2024-11-23 17:52:53", + "author_account_age_days": 4632 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 13, + "stars": 14, "last_update": "2024-11-22 02:43:02", - "author_account_age_days": 734 + "author_account_age_days": 736 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 651, + "stars": 655, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 273 + "author_account_age_days": 274 + }, + "https://github.com/logtd/ComfyUI-LTXTricks": { + "stars": 1, + "last_update": "2024-11-23 22:10:56", + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 249, + "stars": 251, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4315 + "author_account_age_days": 4317 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4315 + "author_account_age_days": 4317 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4315 + "author_account_age_days": 4317 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4315 + "author_account_age_days": 4317 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 372, + "stars": 373, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4201 + "author_account_age_days": 4203 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 21, - "last_update": "2024-11-17 18:48:46", - "author_account_age_days": 4201 + "last_update": "2024-11-23 07:25:20", + "author_account_age_days": 4203 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 30, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4201 + "author_account_age_days": 4203 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 26, + "stars": 34, "last_update": "2024-11-21 18:31:34", - "author_account_age_days": 3814 + "author_account_age_days": 3815 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3814 + "author_account_age_days": 3815 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1905, + "stars": 1908, "last_update": "2024-11-22 12:37:37", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 432, + "stars": 433, "last_update": "2024-11-22 09:22:45", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 7022, - "last_update": "2024-11-21 22:26:26", - "author_account_age_days": 613 + "stars": 7039, + "last_update": "2024-11-23 23:58:57", + "author_account_age_days": 614 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 32, + "stars": 33, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3958 + "author_account_age_days": 3960 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-21 22:57:50", - "author_account_age_days": 2185 + "last_update": "2024-11-22 20:39:43", + "author_account_age_days": 2187 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 180, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 466 + "author_account_age_days": 468 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3657 + "author_account_age_days": 3659 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 166, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5905 + "author_account_age_days": 5907 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 51, + "stars": 56, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2982 + "author_account_age_days": 2984 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1558 + "author_account_age_days": 1559 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 58, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 219, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3071 + "author_account_age_days": 3073 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4473 + "author_account_age_days": 4474 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4473 + "author_account_age_days": 4474 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1132, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2252 + "author_account_age_days": 2254 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 52, + "stars": 53, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/melMass/comfy_mtb": { - "stars": 450, + "stars": 451, "last_update": "2024-11-20 22:03:13", - "author_account_age_days": 3896 + "author_account_age_days": 3898 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3823 + "author_account_age_days": 3825 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 16, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5624 + "author_account_age_days": 5626 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2468 + "author_account_age_days": 2470 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 268, + "stars": 269, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2812 + "author_account_age_days": 2814 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2715 + "author_account_age_days": 2716 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6067 + "author_account_age_days": 6069 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 28, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6067 + "author_account_age_days": 6069 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 177, + "stars": 178, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 72 + "author_account_age_days": 73 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 46, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1371 + "author_account_age_days": 1373 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/modelscope/scepter": { "stars": 428, "last_update": "2024-11-21 07:43:00", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4755 + "author_account_age_days": 4756 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-22 04:32:13", - "author_account_age_days": 1474 + "last_update": "2024-11-23 20:44:04", + "author_account_age_days": 1476 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2452 + "author_account_age_days": 2453 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4231 + "author_account_age_days": 4232 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3096 + "author_account_age_days": 3098 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 4, "last_update": "2024-11-22 03:49:15", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3825 + "author_account_age_days": 3826 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3825 + "author_account_age_days": 3826 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 181, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2876 + "author_account_age_days": 2878 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2876 + "author_account_age_days": 2878 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 428 + "author_account_age_days": 430 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 800 + "author_account_age_days": 802 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3802 + "author_account_age_days": 3804 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 81, "last_update": "2024-11-19 06:28:54", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4160 + "author_account_age_days": 4162 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4180 + "author_account_age_days": 4181 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 156, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1382 + "author_account_age_days": 1383 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 31, + "stars": 32, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4871 + "author_account_age_days": 4872 }, "https://github.com/niknah/quick-connections": { - "stars": 125, + "stars": 126, "last_update": "2024-11-19 12:39:37", - "author_account_age_days": 4871 + "author_account_age_days": 4872 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 486 + "author_account_age_days": 488 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3654 + "author_account_age_days": 3655 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 34, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1813 + "author_account_age_days": 1815 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 201, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2711 + "author_account_age_days": 2713 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1868 + "author_account_age_days": 1870 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 649, + "stars": 650, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1327 + "author_account_age_days": 1329 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 94, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4934 + "author_account_age_days": 4936 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 17, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 703 + "author_account_age_days": 705 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 113 + "author_account_age_days": 114 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 130, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4657 + "author_account_age_days": 4659 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1705 + "author_account_age_days": 1707 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1227 + "author_account_age_days": 1229 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2553 + "author_account_age_days": 2555 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2480 + "author_account_age_days": 2482 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 992 + "author_account_age_days": 994 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5204 + "author_account_age_days": 5205 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5204 + "author_account_age_days": 5205 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 219, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2468 + "author_account_age_days": 2469 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 183, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5159 + "author_account_age_days": 5161 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 149, + "stars": 150, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 814 + "author_account_age_days": 816 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 39, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2439 + "author_account_age_days": 2441 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 120 + "author_account_age_days": 122 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, "last_update": "2024-11-21 04:03:25", - "author_account_age_days": 1651 + "author_account_age_days": 1653 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1213 + "author_account_age_days": 1215 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 93, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 20, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5719 + "author_account_age_days": 5720 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 3, + "stars": 4, "last_update": "2024-11-21 03:32:57", - "author_account_age_days": 4138 + "author_account_age_days": 4140 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1246, + "stars": 1248, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2847 + "author_account_age_days": 2849 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1861, + "stars": 1864, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 657, + "stars": 658, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 133, + "stars": 134, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 927 + "author_account_age_days": 929 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 66, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 927 + "author_account_age_days": 929 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 762 + "author_account_age_days": 763 + }, + "https://github.com/ramesh-x90/ComfyUI_pyannote": { + "stars": 1, + "last_update": "2024-11-23 09:42:16", + "author_account_age_days": 1474 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 911 + "author_account_age_days": 913 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4645 + "author_account_age_days": 4646 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 31, "last_update": "2024-11-21 07:44:20", - "author_account_age_days": 2155 + "author_account_age_days": 2157 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3575 + "author_account_age_days": 3577 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 15, + "stars": 17, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5772 + "author_account_age_days": 5773 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 289, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2743 + "author_account_age_days": 2745 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 21, + "stars": 23, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 873 + "author_account_age_days": 875 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/replicate/comfyui-replicate": { "stars": 157, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1759 + "author_account_age_days": 1761 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4636 + "author_account_age_days": 4637 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1206, + "stars": 1210, "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5125 + "author_account_age_days": 5127 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5788 + "author_account_age_days": 5789 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5788 + "author_account_age_days": 5789 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2831 + "author_account_age_days": 2833 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4983 + "author_account_age_days": 4985 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3697 + "author_account_age_days": 3699 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 28, + "stars": 38, "last_update": "2024-11-21 21:56:49", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 441 + "author_account_age_days": 443 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, "last_update": "2024-11-16 14:18:28", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 96, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4306 + "author_account_age_days": 4307 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2680 + "author_account_age_days": 2682 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2680 + "author_account_age_days": 2682 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": { "stars": 2, "last_update": "2024-11-22 06:22:54", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 318 + "author_account_age_days": 320 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2571 + "author_account_age_days": 2573 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 3, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3840 + "author_account_age_days": 3842 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 298, + "stars": 300, "last_update": "2024-11-19 16:08:28", - "author_account_age_days": 3840 + "author_account_age_days": 3842 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4908 + "author_account_age_days": 4910 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 89 + "author_account_age_days": 91 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 385 + "author_account_age_days": 387 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3483 + "author_account_age_days": 3485 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 422, + "stars": 423, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1312, + "stars": 1313, "last_update": "2024-11-21 01:40:33", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 102, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 26, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5244 + "author_account_age_days": 5245 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 240, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 327, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 216, + "stars": 217, "last_update": "2024-11-18 04:16:43", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4458 + "author_account_age_days": 4460 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/siliconflow/BizyAir": { - "stars": 367, + "stars": 370, "last_update": "2024-11-22 07:11:27", - "author_account_age_days": 456 + "author_account_age_days": 458 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 456 + "author_account_age_days": 458 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1652 + "author_account_age_days": 1653 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 159, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 52, - "last_update": "2024-11-19 12:22:49", - "author_account_age_days": 2278 + "stars": 54, + "last_update": "2024-11-23 08:23:56", + "author_account_age_days": 2279 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2233 + "author_account_age_days": 2235 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4090 + "author_account_age_days": 4092 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2865 + "author_account_age_days": 2867 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2872 + "author_account_age_days": 2874 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 52, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 13, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 28, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 297, + "stars": 306, "last_update": "2024-11-22 07:49:13", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 6, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 44, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 51, + "stars": 52, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 167, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 103, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 18, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 241, + "stars": 242, "last_update": "2024-11-18 12:56:16", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-11-16 20:42:59", - "author_account_age_days": 924 + "author_account_age_days": 926 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1718 + "author_account_age_days": 1720 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3411 + "author_account_age_days": 3412 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 24, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2875 + "author_account_age_days": 2877 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 184, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2875 + "author_account_age_days": 2877 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2875 + "author_account_age_days": 2877 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 138, + "stars": 140, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 44, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 164, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4891 + "author_account_age_days": 4893 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 157, + "stars": 158, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4891 + "author_account_age_days": 4893 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5382 + "author_account_age_days": 5384 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 864, + "stars": 869, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 378, - "last_update": "2024-11-22 09:25:49", - "author_account_age_days": 4235 + "stars": 379, + "last_update": "2024-11-23 09:37:58", + "author_account_age_days": 4236 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 6, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 751, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 28, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6081 + "author_account_age_days": 6083 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1026 + "author_account_age_days": 1028 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 27, + "stars": 28, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1026 + "author_account_age_days": 1028 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 1, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3306 + "author_account_age_days": 3308 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 111, + "stars": 112, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3287 + "author_account_age_days": 3288 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2049 + "author_account_age_days": 2050 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 70, + "stars": 71, "last_update": "2024-11-18 22:21:36", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 251, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 58 + "author_account_age_days": 59 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5072 + "author_account_age_days": 5073 }, "https://github.com/talesofai/comfyui-browser": { "stars": 505, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4122 + "author_account_age_days": 4124 }, "https://github.com/tanglup/Comfyui-Ycnode": { - "stars": 22, + "stars": 24, "last_update": "2024-11-20 14:51:51", - "author_account_age_days": 275 + "author_account_age_days": 277 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 150, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2873 + "author_account_age_days": 2875 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 41, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2873 + "author_account_age_days": 2875 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 46, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2573 + "author_account_age_days": 2575 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2573 + "author_account_age_days": 2575 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 333, + "stars": 334, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2573 + "author_account_age_days": 2575 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 66, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 414 + "author_account_age_days": 416 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2491 + "author_account_age_days": 2492 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3101 + "author_account_age_days": 3102 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 17, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3476 + "author_account_age_days": 3477 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4010 + "author_account_age_days": 4012 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 1, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4468 + "author_account_age_days": 4470 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 519, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3800 + "author_account_age_days": 3802 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3971 + "author_account_age_days": 3973 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 38, "last_update": "2024-11-19 15:33:13", - "author_account_age_days": 3291 + "author_account_age_days": 3293 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2409 + "author_account_age_days": 2410 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5540 + "author_account_age_days": 5541 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1679 + "author_account_age_days": 1681 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4908 + "author_account_age_days": 4910 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4908 + "author_account_age_days": 4910 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2900 + "author_account_age_days": 2901 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2816 + "author_account_age_days": 2817 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 761, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 235 + "author_account_age_days": 237 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 93, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3853 + "author_account_age_days": 3855 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2465 + "author_account_age_days": 2466 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 13, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1467 + "author_account_age_days": 1468 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1467 + "author_account_age_days": 1468 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 224 + "author_account_age_days": 226 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1534 + "author_account_age_days": 1536 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1008 + "author_account_age_days": 1009 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2764 + "author_account_age_days": 2766 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3296 + "author_account_age_days": 3298 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3578 + "author_account_age_days": 3579 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { "stars": 235, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 148, + "stars": 149, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1989 + "author_account_age_days": 1991 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1989 + "author_account_age_days": 1991 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 0, "last_update": "2024-11-20 03:59:11", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5135 + "author_account_age_days": 5136 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 57, + "stars": 58, "last_update": "2024-11-20 11:33:48", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 100, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3534 + "author_account_age_days": 3536 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 3, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1118 + "author_account_age_days": 1120 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1930 + "author_account_age_days": 1932 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5638 + "author_account_age_days": 5639 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2789 + "author_account_age_days": 2790 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4268 + "author_account_age_days": 4270 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3181 + "author_account_age_days": 3182 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5872 + "author_account_age_days": 5873 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5872 + "author_account_age_days": 5873 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 51, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2413 + "author_account_age_days": 2415 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5201 + "author_account_age_days": 5202 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 339, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1630 + "author_account_age_days": 1631 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3025 + "author_account_age_days": 3027 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1424 + "author_account_age_days": 1426 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1840 + "author_account_age_days": 1842 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 0, "last_update": "2024-11-21 10:47:22", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 11, + "stars": 12, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2959 + "author_account_age_days": 2960 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3575 + "author_account_age_days": 3577 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 20, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 721 + "author_account_age_days": 723 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 85, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1070, - "last_update": "2024-11-22 10:01:16", - "author_account_age_days": 1491 + "stars": 1075, + "last_update": "2024-11-23 14:12:31", + "author_account_age_days": 1493 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5014 + "author_account_age_days": 5016 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5014 + "author_account_age_days": 5016 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5014 + "author_account_age_days": 5016 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5014 + "author_account_age_days": 5016 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5014 + "author_account_age_days": 5016 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5014 + "author_account_age_days": 5016 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { - "stars": 14, + "stars": 15, "last_update": "2024-11-18 16:43:25", - "author_account_age_days": 4026 + "author_account_age_days": 4028 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 0, "last_update": "2024-11-17 11:45:56", - "author_account_age_days": 3540 + "author_account_age_days": 3542 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 579 + "author_account_age_days": 581 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 72, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 76, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2303 + "author_account_age_days": 2305 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 196, + "stars": 202, "last_update": "2024-11-19 21:42:23", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 267 + "author_account_age_days": 269 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5014 + "author_account_age_days": 5015 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, "last_update": "2024-11-22 12:02:57", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3500 + "author_account_age_days": 3502 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4386 + "author_account_age_days": 4387 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1167, + "stars": 1168, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 16, "last_update": "2024-11-21 06:20:08", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2812 + "author_account_age_days": 2814 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 270, + "stars": 271, "last_update": "2024-11-21 13:14:50", - "author_account_age_days": 4068 + "author_account_age_days": 4070 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5112 + "author_account_age_days": 5114 } } \ No newline at end of file diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 47e75228..cf0fd30f 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -241,6 +241,7 @@ ], "https://github.com/AIFSH/UtilNodes-ComfyUI": [ [ + "GetRGBEmptyImgae", "LoadVideo", "PreViewVideo", "PromptTextNode" @@ -416,14 +417,6 @@ "title_aux": "ComfyUI-LogicGates" } ], - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": [ - [ - "FilenameGenerator" - ], - { - "title_aux": "Filename Generator Node for ComfyUI [UNSAFE]" - } - ], "https://github.com/BlueDangerX/ComfyUI-BDXNodes": [ [ "BDXTestInt", @@ -584,8 +577,8 @@ "https://github.com/DoctorDiffusion/Doctor-Tools": [ [ "FinalFrameSelector", + "PromptJournal", "VideoMerge", - "VideoPromptGenerator", "YouTubeVideoDownloader" ], { @@ -1178,6 +1171,14 @@ "title_aux": "Comfyui_CXH_CRM" } ], + "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": [ + [ + "CXH_StyleModelApply" + ], + { + "title_aux": "Comfyui_Flux_Style_Ctr [WIP]" + } + ], "https://github.com/T8star1984/comfyui-purgevram": [ [ "PurgeVRAM" @@ -1751,6 +1752,7 @@ "DualCFGGuider", "DualCLIPLoader", "EmptyImage", + "EmptyLTXVLatentVideo", "EmptyLatentAudio", "EmptyLatentImage", "EmptyMochiLatentVideo", @@ -1793,6 +1795,9 @@ "KSamplerAdvanced", "KSamplerSelect", "KarrasScheduler", + "LTXVConditioning", + "LTXVImgToVideo", + "LTXVScheduler", "LaplaceScheduler", "LatentAdd", "LatentApplyOperation", @@ -1839,6 +1844,7 @@ "ModelSamplingContinuousV", "ModelSamplingDiscrete", "ModelSamplingFlux", + "ModelSamplingLTXV", "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", @@ -2406,6 +2412,8 @@ "KillMeNode", "LinkMasterNode", "OkayBuddyNode", + "OutlineRealNode", + "OutlineStandardNode", "PixelPerfectResolution", "SuckerPunch", "UWU_Preprocessor", @@ -3681,6 +3689,14 @@ "title_aux": "ComfyUI-Dist [WIP]" } ], + "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": [ + [ + "VahCropImage" + ], + { + "title_aux": "ComfyUI-My-Handy-Nodes" + } + ], "https://github.com/void15700/VoidCustomNodes": [ [ "Prompt Parser", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index a0290d21..06b1a3f2 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,1406 +2,1401 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4916 + "author_account_age_days": 4918 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 322 + "author_account_age_days": 324 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 465 + "author_account_age_days": 467 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 89, + "stars": 90, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { - "stars": 2, + "stars": 3, "last_update": "2024-11-22 04:47:53", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1610 + "author_account_age_days": 1612 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1581 + "author_account_age_days": 1583 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-20 07:49:57", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 50, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 19, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 98 + "author_account_age_days": 100 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 948 - }, - "https://github.com/Black-Lioness/ComfyUI-FilenameGenerator": { - "stars": 2, - "last_update": "2024-11-19 00:40:20", - "author_account_age_days": 1005 + "author_account_age_days": 950 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 397 + "author_account_age_days": 399 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4302 + "author_account_age_days": 4304 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1884 + "author_account_age_days": 1886 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-18 12:03:45", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 17, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 928 + "author_account_age_days": 930 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, - "last_update": "2024-11-14 18:49:52", - "author_account_age_days": 492 + "last_update": "2024-11-23 22:29:24", + "author_account_age_days": 494 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1774 + "author_account_age_days": 1776 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 14, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-11-20 10:50:32", - "author_account_age_days": 3282 + "author_account_age_days": 3284 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 588 + "author_account_age_days": 590 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1029 + "author_account_age_days": 1031 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1324 + "author_account_age_days": 1326 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2065 + "author_account_age_days": 2066 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 78 + "author_account_age_days": 80 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2729 + "author_account_age_days": 2731 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1174 + "author_account_age_days": 1176 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1042 + "author_account_age_days": 1044 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4664 + "author_account_age_days": 4665 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3341 + "author_account_age_days": 3342 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2130 + "author_account_age_days": 2131 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 983 + "author_account_age_days": 985 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1080 + "author_account_age_days": 1082 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 29, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 529 + "author_account_age_days": 531 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 24, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2181 + "author_account_age_days": 2183 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2702 + "author_account_age_days": 2704 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 0, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 472 + "author_account_age_days": 474 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4767 + "author_account_age_days": 4769 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 57, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4190 + "author_account_age_days": 4192 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1462 + "author_account_age_days": 1464 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1276 + "author_account_age_days": 1278 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 32, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1175 + "author_account_age_days": 1177 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 45, + "stars": 46, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-11-17 21:14:02", - "author_account_age_days": 2611 + "author_account_age_days": 2613 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3674 + "author_account_age_days": 3676 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { - "stars": 26, + "stars": 52, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 33, + "stars": 35, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 264 + "author_account_age_days": 266 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3880 + "author_account_age_days": 3882 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/WASasquatch/ASTERR": { "stars": 20, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4776 + "author_account_age_days": 4778 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1575 + "author_account_age_days": 1577 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1920 + "author_account_age_days": 1922 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 86, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 283, + "stars": 284, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 217, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3437 + "author_account_age_days": 3438 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 0, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4522 + "author_account_age_days": 4524 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2426 + "author_account_age_days": 2428 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4099 + "author_account_age_days": 4101 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 75, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3775 + "author_account_age_days": 3776 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-11-15 16:49:18", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4437 + "author_account_age_days": 4439 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5160 + "author_account_age_days": 5162 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3954 + "author_account_age_days": 3956 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3687 + "author_account_age_days": 3689 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4663 + "author_account_age_days": 4664 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4663 + "author_account_age_days": 4664 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3259 + "author_account_age_days": 3261 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4984 + "author_account_age_days": 4986 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1885 + "author_account_age_days": 1887 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3269 + "author_account_age_days": 3271 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1499 + "author_account_age_days": 1501 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57464, - "last_update": "2024-11-22 07:10:46", - "author_account_age_days": 700 + "stars": 57585, + "last_update": "2024-11-23 15:33:23", + "author_account_age_days": 701 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 332, + "stars": 333, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1966 + "author_account_age_days": 1968 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 231, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2138 + "author_account_age_days": 2140 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6125 + "author_account_age_days": 6127 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2624 + "author_account_age_days": 2626 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2624 + "author_account_age_days": 2626 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2745 + "author_account_age_days": 2747 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2199 + "author_account_age_days": 2201 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 424 + "author_account_age_days": 426 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2164 + "author_account_age_days": 2165 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4189 + "author_account_age_days": 4191 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 870 + "author_account_age_days": 872 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 200, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3111 + "author_account_age_days": 3113 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1535 + "author_account_age_days": 1536 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1695 + "author_account_age_days": 1696 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2290 + "author_account_age_days": 2292 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3128 + "author_account_age_days": 3130 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5194 + "author_account_age_days": 5196 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 127 + "author_account_age_days": 129 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2606 + "author_account_age_days": 2607 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-22 02:13:07", - "author_account_age_days": 1024 + "author_account_age_days": 1026 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 171 + "author_account_age_days": 173 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5098 + "author_account_age_days": 5100 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2576 + "author_account_age_days": 2578 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 154, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 192, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2480 + "author_account_age_days": 2482 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2480 + "author_account_age_days": 2482 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 78, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 638, + "stars": 644, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 61, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 2, + "stars": 4, "last_update": "2024-11-22 12:25:49", - "author_account_age_days": 7 + "author_account_age_days": 9 }, "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/kostenickj/comfyui-jk-easy-nodes": { "stars": 1, - "last_update": "2024-11-22 09:06:05", - "author_account_age_days": 3200 + "last_update": "2024-11-23 19:24:56", + "author_account_age_days": 3202 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1091 + "author_account_age_days": 1093 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2803 + "author_account_age_days": 2804 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2564 + "author_account_age_days": 2566 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 54, + "stars": 56, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 102, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 828 + "author_account_age_days": 830 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 651, + "stars": 655, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4315 + "author_account_age_days": 4317 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 223, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 199 + "author_account_age_days": 201 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1956 + "author_account_age_days": 1958 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1933 + "author_account_age_days": 1935 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2406 + "author_account_age_days": 2408 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3686 + "author_account_age_days": 3688 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3896 + "author_account_age_days": 3898 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2468 + "author_account_age_days": 2470 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1332 + "author_account_age_days": 1333 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 110 + "author_account_age_days": 112 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 110 + "author_account_age_days": 112 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3009 + "author_account_age_days": 3011 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2029 + "author_account_age_days": 2031 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2029 + "author_account_age_days": 2031 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3931 + "author_account_age_days": 3932 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4033 + "author_account_age_days": 4034 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4033 + "author_account_age_days": 4034 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4033 + "author_account_age_days": 4034 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4033 + "author_account_age_days": 4034 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { - "stars": 134, + "stars": 135, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 224 + "author_account_age_days": 226 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5019 + "author_account_age_days": 5020 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4180 + "author_account_age_days": 4182 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 4, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 576 + "author_account_age_days": 578 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2480 + "author_account_age_days": 2482 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 992 + "author_account_age_days": 994 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5274 + "author_account_age_days": 5276 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4393 + "author_account_age_days": 4395 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 308 + "author_account_age_days": 310 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 49, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2250 + "author_account_age_days": 2251 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 441 + "author_account_age_days": 443 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3327 + "author_account_age_days": 3328 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 385 + "author_account_age_days": 387 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3465 + "author_account_age_days": 3467 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4113 + "author_account_age_days": 4114 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4204 + "author_account_age_days": 4205 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2687 + "author_account_age_days": 2688 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4235 + "author_account_age_days": 4236 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3989 + "author_account_age_days": 3990 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1026 + "author_account_age_days": 1028 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3017 + "author_account_age_days": 3019 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/tom-doerr/dspy_nodes": { - "stars": 180, + "stars": 181, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2931 + "author_account_age_days": 2932 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5349 + "author_account_age_days": 5351 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 2, "last_update": "2024-11-15 03:03:13", - "author_account_age_days": 826 + "author_account_age_days": 828 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3089 + "author_account_age_days": 3090 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { "stars": 0, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 156 + "author_account_age_days": 158 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2927 + "author_account_age_days": 2928 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4742 + "author_account_age_days": 4744 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2624 + "author_account_age_days": 2626 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4167 + "author_account_age_days": 4169 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 101 + "author_account_age_days": 103 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 301, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2134 + "author_account_age_days": 2135 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0ad5af76..f3ca6754 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,57 @@ + { + "author": "logtd", + "title": "ComfyUI-LTXTricks", + "reference": "https://github.com/logtd/ComfyUI-LTXTricks", + "files": [ + "https://github.com/logtd/ComfyUI-LTXTricks" + ], + "install_type": "git-clone", + "description": "A set of nodes that provide additional controls for the LTX Video model" + }, + { + "author": "Kai Duehrkop", + "title": "Advanced Reflux control", + "id": "advancedRefluxControl", + "reference": "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl", + "files": [ + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl" + ], + "install_type": "git-clone", + "description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux." + }, + { + "author": "ramesh-x90", + "title": "ComfyUI_pyannote", + "reference": "https://github.com/ramesh-x90/ComfyUI_pyannote", + "files": [ + "https://github.com/ramesh-x90/ComfyUI_pyannote" + ], + "install_type": "git-clone", + "description": "This repository provides custom nodes for ComfyUI designed to process audio files, performing speaker diarization and integrating speaker data into whisper-transcribed segments. These nodes utilize the PyAnnote library for speaker identification and pandas for efficient data handling." + }, + { + "author": "ShmuelRonen", + "title": "Apply Style Model Adjust for ComfyUI", + "reference": "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust" + ], + "install_type": "git-clone", + "description": "A custom node that provides enhanced control over style transfer balance when using FLUX style models in ComfyUI. This node offers better control over the influence of text prompts versus style reference images." + }, + { + "author": "liuqianhonga", + "title": "ComfyUI-Html2Image", + "reference": "https://github.com/liuqianhonga/ComfyUI-Html2Image", + "files": [ + "https://github.com/liuqianhonga/ComfyUI-Html2Image" + ], + "install_type": "git-clone", + "description": "NODES:Webpage Screenshot, Camera Watermark" + }, { "author": "lightricks", "title": "ComfyUI-LTXVideo", @@ -447,7 +498,7 @@ "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer" ], "install_type": "git-clone", - "description": "Nodes:Youtube Downloader, Video Merge, Final Frame Selector. Combine two videos into one, output the last frame of a video and download audio and video from youtube within comfyUI" + "description": "A node suite for downloading audio and video from youtube as we all sevral useful video utilits such as a final frame selector and a node that merges two videos into one." }, { "author": "AIFSH", @@ -641,59 +692,6 @@ ], "install_type": "git-clone", "description": "ComfyUI Hunyuan3D-1-wrapper is a custom node that allows you to run [a/Tencent/Hunyuan3D-1](https://github.com/Tencent/Hunyuan3D-1) in ComfyUI as a wrapper." - }, - { - "author": "kijai", - "title": "ComfyUI-GIMM-VFI", - "reference": "https://github.com/kijai/ComfyUI-GIMM-VFI", - "files": [ - "https://github.com/kijai/ComfyUI-GIMM-VFI" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes to use GIMM-VFI frame interpolation" - }, - { - "author": "w00dycomfyuirun", - "title": "ComfyUI_Appstore", - "id": "ComfyUI_Appstore", - "reference": "https://github.com/ronaldzgithub/ComfyUI_Appstore", - "files": [ - "https://github.com/ronaldzgithub/ComfyUI_Appstore" - ], - "install_type": "git-clone", - "description": "ComfyUI_Appstore, a tool that converts ComfyUI workflows into web apps on huaxiaobao.net with one click, and supports payments, like ComfyUI_Bxb (Bxb) does. Providing a way for the comfyui authors to get profit from." - }, - { - "author": "kycg", - "title": "Kw_Json_Lora_CivitAIDownloader", - "reference": "https://github.com/kycg/comfyui-Lora-auto-downloader", - "files": [ - "https://github.com/kycg/comfyui-Lora-auto-downloader" - ], - "description": "This tool allows you to download models from CivitAI based on a JSON configuration that defines LORA and checkpoint models. It uses token-based authentication to download files from specified URLs and saves them to specified directories. based on CivitAIDownloader", - "install_type": "git-clone" - }, - { - "author": "basix", - "title": "Basix Image Filters", - "id": "basix_image_filters", - "reference": "https://github.com/maludwig/basix_image_filters", - "files": [ - "https://github.com/maludwig/basix_image_filters" - ], - "install_type": "git-clone", - "description": "A handful of image filters for ComfyUI (darken, lighten, levels, saturate, hue)" - }, - { - "author": "nkrcrft", - "title": "ComfyUI-RecraftAI", - "id": "recraftai", - "reference": "https://github.com/recraft-ai/ComfyUI-RecraftAI", - "files": [ - "https://github.com/recraft-ai/ComfyUI-RecraftAI" - ], - "install_type": "git-clone", - "description": "Recraft AI official ComfyUI custom nodes. Recraft V3 (code-named red_panda) is a text-to-image model with the ability to generate long texts, images in a wide list of styles, including custom brand styles." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 16dba97b..921bd7e5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2297,8 +2297,8 @@ "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": [ [ "FinalFrameSelector", + "PromptJournal", "VideoMerge", - "VideoPromptGenerator", "YouTubeVideoDownloader" ], { @@ -6537,6 +6537,14 @@ "title_aux": "Shibiko AI ComfyUI Tools" } ], + "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": [ + [ + "ApplyStyleModelAdjust" + ], + { + "title_aux": "Apply Style Model Adjust for ComfyUI" + } + ], "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": [ [ "AstralAnimator" @@ -6739,6 +6747,7 @@ "Multiline Concatenate Strings", "Output Filename", "Prompt Cache", + "Prompt X Lora", "Range(Num Steps) - Float", "Range(Num Steps) - Int", "Range(Step) - Float", @@ -8855,6 +8864,7 @@ "CustomLatentImageSimple", "FloatSlider-NYJY", "JoyCaption", + "JoyCaptionAlpha1Online", "JoyCaptionAlpha2Online", "JoyTag", "Translate" @@ -9130,6 +9140,8 @@ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [ [ "InputText", + "OllamaCaptionerExtraOptions", + "OllamaImageCaptioner", "OllamaImageDescriber", "OllamaTextDescriber", "ShowText", @@ -9363,6 +9375,7 @@ "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": [ [ "AdaptiveGuidance", + "AdaptiveProjectedGuidance", "PerpNegAdaptiveGuidanceGuider" ], { @@ -9796,6 +9809,7 @@ "BlehDisableNoise", "BlehDiscardPenultimateSigma", "BlehForceSeedSampler", + "BlehGlobalSageAttention", "BlehHyperTile", "BlehInsaneChainSampler", "BlehLatentOps", @@ -9803,6 +9817,7 @@ "BlehModelPatchConditional", "BlehPlug", "BlehRefinerAfter", + "BlehSageAttentionSampler", "BlehSetSamplerPreset" ], { @@ -11396,6 +11411,7 @@ "DualCFGGuider", "DualCLIPLoader", "EmptyImage", + "EmptyLTXVLatentVideo", "EmptyLatentAudio", "EmptyLatentImage", "EmptyMochiLatentVideo", @@ -11438,6 +11454,9 @@ "KSamplerAdvanced", "KSamplerSelect", "KarrasScheduler", + "LTXVConditioning", + "LTXVImgToVideo", + "LTXVScheduler", "LaplaceScheduler", "LatentAdd", "LatentApplyOperation", @@ -11484,6 +11503,7 @@ "ModelSamplingContinuousV", "ModelSamplingDiscrete", "ModelSamplingFlux", + "ModelSamplingLTXV", "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", @@ -12073,6 +12093,7 @@ "D2 XY Grid Image", "D2 XY List To Plot", "D2 XY Lora List", + "D2 XY Model List", "D2 XY Plot", "D2 XY Prompt SR", "D2 XY Prompt SR2", @@ -13138,6 +13159,7 @@ "FL_FractalKSampler", "FL_GPT_Vision", "FL_Glitch", + "FL_GoogleDriveDownloader", "FL_GradGenerator", "FL_HFHubModelUploader", "FL_HF_Character", @@ -14443,6 +14465,7 @@ "load_int", "load_keyword", "load_llm_lora", + "load_memo", "load_name", "load_openai_ebd", "load_persona", @@ -14478,6 +14501,7 @@ "red_book_text_persona", "replace_string", "save_ebd_database", + "save_memo", "save_openai_ebd", "savepersona", "searxng_tool", @@ -15803,6 +15827,16 @@ "title_aux": "ComfyUI-YOLO" } ], + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": [ + [ + "StyleModelApplyAdvanced", + "StyleModelApplyInterpolation", + "StyleModelApplySimple" + ], + { + "title_aux": "Advanced Reflux control" + } + ], "https://github.com/kale4eat/ComfyUI-path-util": [ [ "path_util_PathAbspath", @@ -16365,6 +16399,7 @@ "StyleModelApplyAdvanced", "Superprompt", "TorchCompileControlNet", + "TorchCompileLTXModel", "TorchCompileModelFluxAdvanced", "TorchCompileVAE", "TransitionImagesInBatch", @@ -17099,6 +17134,15 @@ "title_aux": "comfyui-remote-tools" } ], + "https://github.com/liuqianhonga/ComfyUI-Html2Image": [ + [ + "CameraWatermark", + "WebpageScreenshot" + ], + { + "title_aux": "ComfyUI-Html2Image" + } + ], "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": [ [ "ImageCompressor" @@ -17396,6 +17440,19 @@ "title_aux": "ComfyUI-InversedNoise" } ], + "https://github.com/logtd/ComfyUI-LTXTricks": [ + [ + "AddLatentGuide", + "LTXForwardModelSamplingPred", + "LTXRFForwardODESampler", + "LTXRFReverseODESampler", + "LTXReverseModelSamplingPred", + "ModifyLTXModel" + ], + { + "title_aux": "ComfyUI-LTXTricks" + } + ], "https://github.com/logtd/ComfyUI-MochiEdit": [ [ "MochiPrepareSigmas", @@ -17993,6 +18050,7 @@ [ "LF_BlurImages", "LF_Boolean", + "LF_Brightness", "LF_CharacterImpersonator", "LF_CheckpointSelector", "LF_CivitAIMetadataSetup", @@ -18012,6 +18070,7 @@ "LF_ExtractPromptFromLoraTag", "LF_ExtractString", "LF_Float", + "LF_GaussianBlur", "LF_GetRandomKeyFromJSON", "LF_GetValueFromJSON", "LF_ImageClassifier", @@ -19761,6 +19820,15 @@ "title_aux": "queuetools" } ], + "https://github.com/ramesh-x90/ComfyUI_pyannote": [ + [ + "Speaker Diarization", + "Whisper Segments to Speaker" + ], + { + "title_aux": "ComfyUI_pyannote" + } + ], "https://github.com/ramyma/A8R8_ComfyUI_nodes": [ [ "AttentionCouple", From 4a908d970a1c8558d578e1c35ea8adbf7a7dfe13 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 24 Nov 2024 22:37:07 +0900 Subject: [PATCH 43/46] update DB --- custom-node-list.json | 23 +- extension-node-map.json | 44 +- github-stats.json | 2167 +++++++++++++------------- node_db/dev/github-stats.json | 330 ++-- node_db/legacy/custom-node-list.json | 22 + node_db/new/extension-node-map.json | 44 +- 6 files changed, 1295 insertions(+), 1335 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 02b80143..586e54ea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -152,17 +152,6 @@ "install_type": "git-clone", "description": "A custom node suite for Video Frame Interpolation in ComfyUI" }, - { - "author": "Fannovel16", - "title": "ComfyUI Loopchain", - "id": "loopchain", - "reference": "https://github.com/Fannovel16/ComfyUI-Loopchain", - "files": [ - "https://github.com/Fannovel16/ComfyUI-Loopchain" - ], - "install_type": "git-clone", - "description": "A collection of nodes which can be useful for animation in ComfyUI. The main focus of this extension is implementing a mechanism called loopchain. A loopchain in this case is the chain of nodes only executed repeatly in the workflow. If a node chain contains a loop node from this extension, it will become a loop chain." - }, { "author": "Fannovel16", "title": "ComfyUI MotionDiff", @@ -7052,16 +7041,6 @@ "install_type": "git-clone", "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." }, - { - "author": "DonBaronFactory", - "title": "ComfyUI-Cre8it-Nodes", - "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", - "files": [ - "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" - }, { "author": "deforum", "title": "Deforum Nodes", @@ -16996,7 +16975,7 @@ }, { "author": "tanglup", - "title": "Comfyui-Ycnode", + "title": "Comfyui-Ycanvas", "reference": "https://github.com/tanglup/Comfyui-Ycnode", "files": [ "https://github.com/tanglup/Comfyui-Ycnode" diff --git a/extension-node-map.json b/extension-node-map.json index 921bd7e5..d0bbbd48 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2314,20 +2314,6 @@ "title_aux": "Schedulizer" } ], - "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ - [ - "ApplySerialPrompter", - "ImageSizer", - "SerialPrompter" - ], - { - "author": "CRE8IT GmbH", - "description": "This extension offers various nodes.", - "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", - "title_aux": "ComfyUI-Cre8it-Nodes" - } - ], "https://github.com/DrMWeigand/ComfyUI-StereoVision": [ [ "AutostereogramGenerator", @@ -2611,21 +2597,6 @@ "title_aux": "ComfyUI Frame Interpolation" } ], - "https://github.com/Fannovel16/ComfyUI-Loopchain": [ - [ - "EmptyLatentImageLoop", - "FolderToImageStorage", - "ImageStorageExportLoop", - "ImageStorageImport", - "ImageStorageReset", - "LatentStorageExportLoop", - "LatentStorageImport", - "LatentStorageReset" - ], - { - "title_aux": "ComfyUI Loopchain" - } - ], "https://github.com/Fannovel16/ComfyUI-MagickWand": [ [ "ImageMagick Adaptive Blur", @@ -7817,6 +7788,7 @@ "VrchChannelX4OSCControlNode", "VrchFloatKeyControlNode", "VrchFloatOSCControlNode", + "VrchImageFlipBookWebViewerNode", "VrchImageSaverNode", "VrchImageSwitchOSCControlNode", "VrchImageWebViewerNode", @@ -9337,10 +9309,14 @@ "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "Sage_CheckpointLoaderSimple", + "Sage_CollectKeywordsFromLoraStack", + "Sage_ConditioningZeroOut", "Sage_ConstructMetadata", "Sage_DualCLIPTextEncode", "Sage_GetFileHash", + "Sage_GetInfoFromHash", "Sage_GetModelJSONFromHash", + "Sage_JoinText", "Sage_KSampler", "Sage_LoraStack", "Sage_LoraStackDebugString", @@ -13192,6 +13168,8 @@ "FL_Math", "FL_MirrorAndAppendCaptions", "FL_NFTGenerator", + "FL_NodeLoader", + "FL_NodePackLoader", "FL_OllamaCaptioner", "FL_PDFImageExtractor", "FL_PDFLoader", @@ -17443,7 +17421,10 @@ "https://github.com/logtd/ComfyUI-LTXTricks": [ [ "AddLatentGuide", + "LTXAttentioOverride", + "LTXAttentionBank", "LTXForwardModelSamplingPred", + "LTXPrepareAttnInjections", "LTXRFForwardODESampler", "LTXRFReverseODESampler", "LTXReverseModelSamplingPred", @@ -18051,6 +18032,7 @@ "LF_BlurImages", "LF_Boolean", "LF_Brightness", + "LF_Brush", "LF_CharacterImpersonator", "LF_CheckpointSelector", "LF_CivitAIMetadataSetup", @@ -21834,10 +21816,10 @@ ], "https://github.com/tanglup/Comfyui-Ycnode": [ [ - "CanvasView" + "CanvasNode" ], { - "title_aux": "Comfyui-Ycnode" + "title_aux": "Comfyui-Ycanvas" } ], "https://github.com/teward/ComfyUI-Helper-Nodes": [ diff --git a/github-stats.json b/github-stats.json index 7a5df5d9..23375016 100644 --- a/github-stats.json +++ b/github-stats.json @@ -5,64 +5,64 @@ "author_account_age_days": 684 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 110, + "stars": 111, "last_update": "2024-11-21 22:27:50", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/1038lab/ComfyUI-RMBG": { "stars": 49, "last_update": "2024-11-21 22:25:37", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1121, + "stars": 1122, "last_update": "2024-10-01 14:40:46", "author_account_age_days": 357 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 60, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 35, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 3, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 94, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, @@ -72,7 +72,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 25, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 13, @@ -87,27 +87,27 @@ "https://github.com/6174/comflowy-nodes": { "stars": 10, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 14, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -122,262 +122,262 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 108, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 70, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 283, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 30, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 101, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 339, + "stars": 340, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 16, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 45, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { - "stars": 20, + "stars": 21, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 90, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 161, + "stars": 162, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 33, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 362 + "author_account_age_days": 363 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1766, + "stars": 1773, "last_update": "2024-11-22 07:40:55", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 275, + "stars": 276, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 22, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 328, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 17, @@ -387,7 +387,7 @@ "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 188, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 867, @@ -402,12 +402,12 @@ "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, @@ -422,7 +422,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": 1678 + "author_account_age_days": 1679 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 240, @@ -432,12 +432,12 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 695, @@ -452,7 +452,7 @@ "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -462,17 +462,17 @@ "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 890, - "last_update": "2024-11-21 16:02:59", + "last_update": "2024-11-24 12:47:30", "author_account_age_days": 2852 }, "https://github.com/Amorano/Jovimetrix": { "stars": 275, "last_update": "2024-11-16 21:51:44", - "author_account_age_days": 5364 + "author_account_age_days": 5365 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, @@ -492,47 +492,47 @@ "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3541 + "author_account_age_days": 3542 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, - "last_update": "2024-11-18 23:53:50", + "last_update": "2024-11-24 09:57:46", "author_account_age_days": 279 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 70, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 700, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 413, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, @@ -552,7 +552,7 @@ "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2801 + "author_account_age_days": 2802 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, @@ -562,12 +562,12 @@ "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 0, "last_update": "2024-11-18 14:26:02", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, @@ -577,27 +577,27 @@ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 362, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 22, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1038, + "stars": 1040, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, @@ -642,12 +642,12 @@ "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 1, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, @@ -685,7 +685,7 @@ "author_account_age_days": 630 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 265, + "stars": 266, "last_update": "2024-06-10 16:38:48", "author_account_age_days": 630 }, @@ -712,27 +712,27 @@ "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 637 + "author_account_age_days": 638 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 34, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 97, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 5, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, @@ -740,24 +740,24 @@ "author_account_age_days": 402 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 152, + "stars": 153, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, @@ -767,17 +767,17 @@ "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 11, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 70, @@ -792,27 +792,27 @@ "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, "last_update": "2024-11-22 15:39:26", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1155 + "author_account_age_days": 1156 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5310 + "author_account_age_days": 5311 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, @@ -827,7 +827,7 @@ "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, @@ -857,12 +857,12 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, @@ -874,11 +874,6 @@ "last_update": "2024-11-14 04:57:10", "author_account_age_days": 494 }, - "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { - "stars": 0, - "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3640 - }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", @@ -887,52 +882,52 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1184 + "author_account_age_days": 1185 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1184 + "author_account_age_days": 1185 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 64, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4869 + "author_account_age_days": 4870 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2930 + "author_account_age_days": 2931 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 187, + "stars": 190, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3751 + "author_account_age_days": 3752 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 37, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, @@ -952,7 +947,7 @@ "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3360 + "author_account_age_days": 3361 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 357, @@ -1025,19 +1020,19 @@ "author_account_age_days": 3284 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2326, + "stars": 2328, "last_update": "2024-10-28 22:08:11", "author_account_age_days": 3284 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2907 + "author_account_age_days": 2908 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 13, @@ -1047,7 +1042,7 @@ "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2899 + "author_account_age_days": 2900 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, @@ -1072,42 +1067,42 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2469 + "author_account_age_days": 2470 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, @@ -1117,7 +1112,7 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, @@ -1132,32 +1127,32 @@ "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4720 + "author_account_age_days": 4721 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 35, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { - "stars": 55, + "stars": 56, "last_update": "2024-11-18 18:49:22", "author_account_age_days": 818 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/Gourieff/comfyui-reactor-node": { "stars": 1620, @@ -1167,7 +1162,7 @@ "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 51, "last_update": "2024-11-22 13:09:13", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 154, @@ -1177,7 +1172,7 @@ "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 4, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, @@ -1187,17 +1182,17 @@ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1632 + "author_account_age_days": 1633 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 4, @@ -1207,82 +1202,82 @@ "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 89, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 7, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 22, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 139, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, @@ -1307,17 +1302,17 @@ "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 33, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3861 + "author_account_age_days": 3862 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -1332,7 +1327,7 @@ "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2782 + "author_account_age_days": 2783 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, @@ -1345,49 +1340,49 @@ "author_account_age_days": 264 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 12, + "stars": 13, "last_update": "2024-11-16 15:50:43", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 13, - "last_update": "2024-11-23 23:29:20", + "last_update": "2024-11-24 11:30:10", "author_account_age_days": 510 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 66, + "stars": 67, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 52, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, @@ -1397,12 +1392,12 @@ "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2705 + "author_account_age_days": 2706 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, @@ -1410,14 +1405,14 @@ "author_account_age_days": 3724 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { - "stars": 25, + "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 143, + "stars": 144, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, @@ -1427,12 +1422,12 @@ "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 81, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, @@ -1447,7 +1442,7 @@ "https://github.com/Jordach/comfy-plasma": { "stars": 68, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, @@ -1457,22 +1452,22 @@ "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3322 + "author_account_age_days": 3323 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-20 02:23:36", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, @@ -1482,7 +1477,7 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 27, @@ -1502,7 +1497,7 @@ "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 265, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 172, @@ -1512,12 +1507,12 @@ "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 613, @@ -1530,7 +1525,7 @@ "author_account_age_days": 3869 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 612, + "stars": 613, "last_update": "2024-11-19 20:27:35", "author_account_age_days": 3869 }, @@ -1547,7 +1542,7 @@ "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 5, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, @@ -1557,27 +1552,27 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 387, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 3, "last_update": "2024-11-19 18:00:30", - "author_account_age_days": 11 + "author_account_age_days": 12 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 96, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/Lerc/canvas_tab": { "stars": 165, @@ -1592,35 +1587,35 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 102, - "last_update": "2024-11-23 16:49:27", + "stars": 133, + "last_update": "2024-11-24 11:54:22", "author_account_age_days": 4343 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1427 + "author_account_age_days": 1428 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 135, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1427 + "author_account_age_days": 1428 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { - "stars": 61, + "stars": 60, "last_update": "2024-09-12 14:16:23", "author_account_age_days": 623 }, @@ -1642,57 +1637,57 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 28, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 48, "last_update": "2024-11-19 09:55:53", - "author_account_age_days": 1757 + "author_account_age_days": 1758 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, @@ -1712,7 +1707,7 @@ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 160, @@ -1722,7 +1717,7 @@ "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 115, "last_update": "2024-11-20 22:03:32", - "author_account_age_days": 5122 + "author_account_age_days": 5123 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, @@ -1737,17 +1732,17 @@ "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1785 + "author_account_age_days": 1786 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1785 + "author_account_age_days": 1786 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, @@ -1757,37 +1752,37 @@ "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 95, @@ -1800,7 +1795,7 @@ "author_account_age_days": 218 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 159, + "stars": 162, "last_update": "2024-08-16 18:57:07", "author_account_age_days": 218 }, @@ -1827,12 +1822,12 @@ "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 16, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2668 + "author_account_age_days": 2669 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 29, @@ -1845,44 +1840,44 @@ "author_account_age_days": 532 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 155, + "stars": 156, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 25, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 16, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2390, + "stars": 2392, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 500, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, @@ -1902,7 +1897,7 @@ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 47, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, @@ -1977,17 +1972,17 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, @@ -1997,7 +1992,7 @@ "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, @@ -2012,22 +2007,22 @@ "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1324 + "author_account_age_days": 1325 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 80, @@ -2042,22 +2037,22 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 14, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1817 + "author_account_age_days": 1818 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, @@ -2067,7 +2062,7 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, @@ -2092,32 +2087,32 @@ "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1900, + "stars": 1901, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, @@ -2127,17 +2122,17 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2227 + "author_account_age_days": 2228 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1517 + "author_account_age_days": 1518 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, @@ -2147,32 +2142,32 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 34, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-22 10:38:15", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, @@ -2182,7 +2177,7 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 10, @@ -2192,22 +2187,22 @@ "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 35, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 106, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 72, @@ -2230,9 +2225,9 @@ "author_account_age_days": 4236 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 57, + "stars": 58, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 322, @@ -2247,22 +2242,22 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 117, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 61, @@ -2275,7 +2270,7 @@ "author_account_age_days": 1673 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 47, + "stars": 46, "last_update": "2024-09-04 09:04:18", "author_account_age_days": 4324 }, @@ -2287,7 +2282,7 @@ "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 68, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, @@ -2295,14 +2290,14 @@ "author_account_age_days": 3550 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 80, - "last_update": "2024-11-22 12:31:19", - "author_account_age_days": 1 + "stars": 89, + "last_update": "2024-11-24 08:54:59", + "author_account_age_days": 2 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, @@ -2317,47 +2312,47 @@ "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { - "stars": 3, + "stars": 4, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 46, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 3, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 22, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 12, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 98, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, @@ -2372,7 +2367,7 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, @@ -2412,7 +2407,7 @@ "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4399 + "author_account_age_days": 4400 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -2427,7 +2422,7 @@ "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, @@ -2437,7 +2432,7 @@ "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 49, "last_update": "2024-11-21 08:34:35", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 49, @@ -2452,67 +2447,67 @@ "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 200, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 445, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 140, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 686, @@ -2522,7 +2517,7 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 29, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3524 + "author_account_age_days": 3525 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, @@ -2532,62 +2527,62 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 114, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3843 + "author_account_age_days": 3844 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3843 + "author_account_age_days": 3844 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 140, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2687 + "author_account_age_days": 2688 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 369, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 12, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 118, + "stars": 119, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 490, + "stars": 494, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 22, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 327, + "stars": 328, "last_update": "2024-11-20 15:56:54", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, @@ -2602,17 +2597,17 @@ "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2367 + "author_account_age_days": 2368 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2367 + "author_account_age_days": 2368 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2367 + "author_account_age_days": 2368 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, @@ -2637,12 +2632,12 @@ "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 343, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 82, + "stars": 83, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, @@ -2652,32 +2647,32 @@ "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 398, + "stars": 399, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 421, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 39, @@ -2697,7 +2692,7 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 213, @@ -2712,22 +2707,22 @@ "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 165, "last_update": "2024-11-20 05:05:18", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 11, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, @@ -2737,7 +2732,7 @@ "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 3, "last_update": "2024-11-18 19:38:19", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, @@ -2746,13 +2741,13 @@ }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 47, - "last_update": "2024-11-19 18:05:58", - "author_account_age_days": 1072 + "last_update": "2024-11-24 04:39:41", + "author_account_age_days": 1073 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 71, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2062 + "author_account_age_days": 2063 }, "https://github.com/WASasquatch/ASTERR": { "stars": 20, @@ -2792,7 +2787,7 @@ "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, @@ -2802,37 +2797,37 @@ "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3904 + "author_account_age_days": 3905 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1129, + "stars": 1131, "last_update": "2024-10-30 12:51:21", "author_account_age_days": 110 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 161, "last_update": "2024-11-22 09:25:26", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, @@ -2842,12 +2837,12 @@ "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2847 + "author_account_age_days": 2848 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2847 + "author_account_age_days": 2848 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, @@ -2857,7 +2852,7 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 90, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, @@ -2867,7 +2862,7 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 350, @@ -2885,7 +2880,7 @@ "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 707, + "stars": 708, "last_update": "2024-05-22 14:14:18", "author_account_age_days": 492 }, @@ -2900,7 +2895,7 @@ "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1349, + "stars": 1350, "last_update": "2024-05-22 13:57:55", "author_account_age_days": 492 }, @@ -2960,24 +2955,24 @@ "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1604, + "stars": 1603, "last_update": "2024-06-14 09:00:04", "author_account_age_days": 492 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5692 + "author_account_age_days": 5693 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, @@ -2997,17 +2992,17 @@ "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4954 + "author_account_age_days": 4955 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/abyz22/image_control": { "stars": 14, @@ -3015,7 +3010,7 @@ "author_account_age_days": 315 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 25, + "stars": 26, "last_update": "2024-11-23 13:08:46", "author_account_age_days": 3980 }, @@ -3027,17 +3022,17 @@ "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 248, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, @@ -3052,27 +3047,27 @@ "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 164 + "author_account_age_days": 165 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 80, - "last_update": "2024-11-23 13:48:16", - "author_account_age_days": 4700 + "last_update": "2024-11-24 08:21:25", + "author_account_age_days": 4701 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, @@ -3082,7 +3077,7 @@ "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 19, @@ -3095,12 +3090,12 @@ "author_account_age_days": 188 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 177, + "stars": 178, "last_update": "2024-10-21 22:08:43", "author_account_age_days": 188 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 68, + "stars": 69, "last_update": "2024-11-15 05:45:58", "author_account_age_days": 188 }, @@ -3137,7 +3132,7 @@ "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 10, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3642 + "author_account_age_days": 3643 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, @@ -3166,8 +3161,8 @@ }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 8, - "last_update": "2024-11-23 13:33:27", - "author_account_age_days": 3438 + "last_update": "2024-11-24 13:11:45", + "author_account_age_days": 3439 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 51, @@ -3177,7 +3172,7 @@ "https://github.com/ali1234/comfyui-job-iterator": { "stars": 92, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 51, @@ -3187,32 +3182,32 @@ "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 85, "last_update": "2024-11-17 20:28:12", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 86, "last_update": "2024-11-17 06:16:02", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 2, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, @@ -3222,7 +3217,7 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, @@ -3232,52 +3227,52 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 13, - "last_update": "2024-05-28 14:44:16", + "last_update": "2024-11-24 04:31:08", "author_account_age_days": 3015 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 0, - "last_update": "2024-11-21 23:03:06", - "author_account_age_days": 5900 + "last_update": "2024-11-24 12:54:26", + "author_account_age_days": 5901 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 25, "last_update": "2024-11-20 04:42:50", - "author_account_age_days": 2497 + "author_account_age_days": 2498 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-21 10:38:02", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 207, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 98, @@ -3287,17 +3282,17 @@ "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 61, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 246, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, @@ -3307,7 +3302,7 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, @@ -3322,22 +3317,22 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 10, "last_update": "2024-11-23 14:41:28", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/banodoco/steerable-motion": { "stars": 840, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, @@ -3345,7 +3340,7 @@ "author_account_age_days": 4279 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 114, + "stars": 115, "last_update": "2024-11-02 07:57:28", "author_account_age_days": 4340 }, @@ -3357,7 +3352,7 @@ "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, "last_update": "2024-11-22 14:38:08", - "author_account_age_days": 2062 + "author_account_age_days": 2063 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -3367,7 +3362,7 @@ "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, @@ -3377,27 +3372,27 @@ "https://github.com/blepping/ComfyUI-bleh": { "stars": 47, "last_update": "2024-11-23 16:55:12", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 36, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 15, "last_update": "2024-11-16 17:44:36", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 111, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 24, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 158, @@ -3407,7 +3402,7 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, @@ -3417,7 +3412,7 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, @@ -3452,32 +3447,32 @@ "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 1, "last_update": "2024-11-22 02:52:35", - "author_account_age_days": 60 + "author_account_age_days": 61 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-11-22 02:52:14", - "author_account_age_days": 60 + "author_account_age_days": 61 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 15, + "stars": 16, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, @@ -3487,42 +3482,42 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5307 + "author_account_age_days": 5308 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4838 + "author_account_age_days": 4839 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1327 + "author_account_age_days": 1328 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1327 + "author_account_age_days": 1328 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1327 + "author_account_age_days": 1328 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1327 + "author_account_age_days": 1328 }, "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": { "stars": 0, "last_update": "2024-11-21 07:12:34", - "author_account_age_days": 4667 + "author_account_age_days": 4668 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, @@ -3542,10 +3537,10 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-19 05:25:40", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 370, + "stars": 373, "last_update": "2024-09-12 06:55:50", "author_account_age_days": 1357 }, @@ -3562,22 +3557,22 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 31, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 112, @@ -3587,30 +3582,30 @@ "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3988 + "author_account_age_days": 3989 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3988 + "author_account_age_days": 3989 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { - "stars": 249, + "stars": 248, "last_update": "2024-05-22 22:26:03", "author_account_age_days": 4986 }, @@ -3752,7 +3747,7 @@ "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, @@ -3762,52 +3757,52 @@ "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 245, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 20, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1534, + "stars": 1537, "last_update": "2024-11-17 12:45:35", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 115, + "stars": 116, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 95, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3001 + "author_account_age_days": 3002 }, "https://github.com/choey/Comfy-Topaz": { "stars": 61, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5675 + "author_account_age_days": 5676 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, @@ -3822,32 +3817,32 @@ "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 70, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 35, - "last_update": "2024-11-23 14:16:22", - "author_account_age_days": 4217 + "last_update": "2024-11-24 03:30:27", + "author_account_age_days": 4218 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 267, - "last_update": "2024-11-08 23:00:10", - "author_account_age_days": 4217 + "stars": 268, + "last_update": "2024-11-24 02:12:03", + "author_account_age_days": 4218 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4217 + "author_account_age_days": 4218 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4217 + "author_account_age_days": 4218 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 504, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4217 + "author_account_age_days": 4218 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, @@ -3857,7 +3852,7 @@ "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2207 + "author_account_age_days": 2208 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 166, @@ -3900,7 +3895,7 @@ "author_account_age_days": 5523 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1055, + "stars": 1061, "last_update": "2024-11-23 05:51:45", "author_account_age_days": 650 }, @@ -3937,7 +3932,7 @@ "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2657 + "author_account_age_days": 2658 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, @@ -3952,7 +3947,7 @@ "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-21 06:15:53", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, @@ -3960,59 +3955,59 @@ "author_account_age_days": 2951 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57585, - "last_update": "2024-11-23 15:33:23", - "author_account_age_days": 701 + "stars": 57635, + "last_update": "2024-11-24 10:55:10", + "author_account_age_days": 702 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 514, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 162, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2053 + "author_account_age_days": 2054 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4761 + "author_account_age_days": 4762 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4815 + "author_account_age_days": 4816 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 100, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4815 + "author_account_age_days": 4816 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, @@ -4032,10 +4027,10 @@ "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 824, + "stars": 826, "last_update": "2024-11-09 16:30:13", "author_account_age_days": 4270 }, @@ -4045,54 +4040,54 @@ "author_account_age_days": 4270 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 69, + "stars": 70, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 344, + "stars": 343, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4171, + "stars": 4174, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1311, + "stars": 1313, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 613, "last_update": "2024-11-20 14:32:02", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 708, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4386 + "author_account_age_days": 4387 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 11, @@ -4122,17 +4117,17 @@ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1742 + "author_account_age_days": 1743 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 203, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 242, @@ -4152,7 +4147,7 @@ "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-11-23 03:57:25", - "author_account_age_days": 5476 + "author_account_age_days": 5477 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, @@ -4167,42 +4162,42 @@ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, @@ -4222,12 +4217,12 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 152, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5448 + "author_account_age_days": 5449 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5448 + "author_account_age_days": 5449 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 11, @@ -4245,7 +4240,7 @@ "author_account_age_days": 6127 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 226, + "stars": 229, "last_update": "2024-11-22 23:53:43", "author_account_age_days": 4357 }, @@ -4257,12 +4252,12 @@ "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4143 + "author_account_age_days": 4144 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 149, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 205, @@ -4272,12 +4267,12 @@ "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4038 + "author_account_age_days": 4039 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 68, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4923 + "author_account_age_days": 4924 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, @@ -4287,25 +4282,25 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 109, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 275, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4436 + "author_account_age_days": 4437 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 37, + "stars": 38, "last_update": "2024-06-30 03:27:55", "author_account_age_days": 2002 }, @@ -4337,12 +4332,12 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, @@ -4352,17 +4347,17 @@ "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2615 + "author_account_age_days": 2616 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 65, @@ -4382,10 +4377,10 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 313, + "stars": 314, "last_update": "2024-09-24 15:03:43", "author_account_age_days": 149 }, @@ -4407,7 +4402,7 @@ "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, @@ -4415,14 +4410,14 @@ "author_account_age_days": 2201 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 120, + "stars": 122, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 12, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, @@ -4442,22 +4437,22 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1711 + "author_account_age_days": 1712 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5196 + "author_account_age_days": 5197 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5196 + "author_account_age_days": 5197 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5196 + "author_account_age_days": 5197 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 38, @@ -4470,8 +4465,8 @@ "author_account_age_days": 1889 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 300, - "last_update": "2024-11-23 22:42:16", + "stars": 304, + "last_update": "2024-11-24 11:27:03", "author_account_age_days": 1889 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { @@ -4495,7 +4490,7 @@ "author_account_age_days": 346 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 914, + "stars": 916, "last_update": "2024-11-19 12:32:15", "author_account_age_days": 346 }, @@ -4522,12 +4517,12 @@ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3647 + "author_account_age_days": 3648 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3774 + "author_account_age_days": 3775 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, @@ -4547,7 +4542,7 @@ "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -4557,77 +4552,77 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 518, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2358 + "author_account_age_days": 2359 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 96, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 15, + "stars": 16, "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5104 + "author_account_age_days": 5105 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 316, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, @@ -4637,37 +4632,37 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 200, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5151 + "author_account_age_days": 5152 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 154, @@ -4702,37 +4697,37 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 416, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2613 + "author_account_age_days": 2614 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 18, @@ -4757,22 +4752,22 @@ "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2003 + "author_account_age_days": 2004 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4989 + "author_account_age_days": 4990 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -4782,42 +4777,42 @@ "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4819 + "author_account_age_days": 4820 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4819 + "author_account_age_days": 4820 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4819 + "author_account_age_days": 4820 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4819 + "author_account_age_days": 4820 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4819 + "author_account_age_days": 4820 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4819 + "author_account_age_days": 4820 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 10, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2089 + "author_account_age_days": 2090 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 62, "last_update": "2024-11-22 09:47:00", - "author_account_age_days": 2089 + "author_account_age_days": 2090 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, @@ -4831,28 +4826,28 @@ }, "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 1049, - "last_update": "2024-11-23 17:58:52", - "author_account_age_days": 3047 + "last_update": "2024-11-24 10:14:49", + "author_account_age_days": 3048 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 44, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 161, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5264 + "author_account_age_days": 5265 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, @@ -4862,17 +4857,17 @@ "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4795 + "author_account_age_days": 4796 }, "https://github.com/huagetai/ComfyUI-Gaffer": { - "stars": 46, + "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 536, @@ -4880,7 +4875,7 @@ "author_account_age_days": 3028 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1493, + "stars": 1494, "last_update": "2024-08-27 19:32:57", "author_account_age_days": 3028 }, @@ -4917,22 +4912,22 @@ "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3040 + "author_account_age_days": 3041 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, @@ -4942,12 +4937,12 @@ "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1709 + "author_account_age_days": 1710 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 1, "last_update": "2024-11-22 11:10:39", - "author_account_age_days": 2358 + "author_account_age_days": 2359 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, @@ -4975,14 +4970,14 @@ "author_account_age_days": 3015 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 525, + "stars": 527, "last_update": "2024-11-19 15:40:09", "author_account_age_days": 3015 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, "last_update": "2024-11-22 04:25:21", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 30, @@ -4992,32 +4987,32 @@ "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2379 + "author_account_age_days": 2380 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2024-11-22 04:22:29", - "author_account_age_days": 135 + "author_account_age_days": 136 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 68, + "stars": 69, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 996, + "stars": 997, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 39, @@ -5027,47 +5022,47 @@ "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1129 + "author_account_age_days": 1130 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 63, + "stars": 64, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4623 + "author_account_age_days": 4624 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 128, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3189 + "author_account_age_days": 3190 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/jitcoder/lora-info": { "stars": 66, @@ -5077,7 +5072,7 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, @@ -5087,22 +5082,22 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4749 + "author_account_age_days": 4750 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 374, + "stars": 375, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4950 + "author_account_age_days": 4951 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, @@ -5117,7 +5112,7 @@ "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2016 + "author_account_age_days": 2017 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, @@ -5127,42 +5122,42 @@ "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 14, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 65, + "stars": 66, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 24, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 154, + "stars": 156, "last_update": "2024-11-23 09:38:36", - "author_account_age_days": 1264 + "author_account_age_days": 1265 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 57, "last_update": "2024-11-23 03:02:50", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2359 + "author_account_age_days": 2360 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, @@ -5175,34 +5170,34 @@ "author_account_age_days": 2482 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 7, + "stars": 30, "last_update": "2024-11-23 11:29:45", "author_account_age_days": 4834 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, @@ -5217,17 +5212,17 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 162, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 40, @@ -5237,177 +5232,177 @@ "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1111 + "author_account_age_days": 1112 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 164, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 133, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 187, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1001, + "stars": 1002, "last_update": "2024-11-23 15:09:00", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 156, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 114, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 204, + "stars": 205, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 634, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-Florence2": { "stars": 767, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { "stars": 511, "last_update": "2024-11-21 00:02:44", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 162, + "stars": 163, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-IC-Light": { "stars": 784, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-KJNodes": { "stars": 665, "last_update": "2024-11-22 15:15:56", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 561, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 54, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1661, + "stars": 1662, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 89, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 185, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 470, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 337, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 29, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 305, + "stars": 306, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 1598, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 159, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 94, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 656, + "stars": 659, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, @@ -5432,7 +5427,7 @@ "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, @@ -5442,27 +5437,27 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 175, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1961 + "author_account_age_days": 1962 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2672 + "author_account_age_days": 2673 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, @@ -5477,47 +5472,47 @@ "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 28, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3228 + "author_account_age_days": 3229 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, @@ -5542,52 +5537,52 @@ "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3931 + "author_account_age_days": 3932 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, @@ -5602,12 +5597,12 @@ "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 21, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, @@ -5617,12 +5612,12 @@ "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 2, "last_update": "2024-11-22 14:46:24", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 5, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, @@ -5632,22 +5627,22 @@ "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 0, - "last_update": "2024-11-23 15:28:17", - "author_account_age_days": 339 + "last_update": "2024-11-24 09:11:25", + "author_account_age_days": 340 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 2, "last_update": "2024-11-20 16:22:08", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 58, @@ -5692,12 +5687,12 @@ "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 85, "last_update": "2024-11-18 06:35:22", - "author_account_age_days": 2245 + "author_account_age_days": 2246 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 50, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2245 + "author_account_age_days": 2246 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 6, @@ -5705,104 +5700,104 @@ "author_account_age_days": 4632 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 14, - "last_update": "2024-11-22 02:43:02", + "stars": 15, + "last_update": "2024-11-24 04:11:14", "author_account_age_days": 736 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 655, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 1, - "last_update": "2024-11-23 22:10:56", - "author_account_age_days": 274 + "stars": 23, + "last_update": "2024-11-24 07:49:58", + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 251, + "stars": 253, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, @@ -5827,52 +5822,52 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 373, + "stars": 374, "last_update": "2024-11-10 14:35:17", "author_account_age_days": 4203 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 21, + "stars": 22, "last_update": "2024-11-23 07:25:20", "author_account_age_days": 4203 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 30, + "stars": 31, "last_update": "2024-08-14 20:12:51", "author_account_age_days": 4203 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 34, + "stars": 35, "last_update": "2024-11-21 18:31:34", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1908, + "stars": 1909, "last_update": "2024-11-22 12:37:37", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 433, + "stars": 435, "last_update": "2024-11-22 09:22:45", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 7039, - "last_update": "2024-11-23 23:58:57", - "author_account_age_days": 614 + "stars": 7044, + "last_update": "2024-11-24 00:20:46", + "author_account_age_days": 615 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 33, @@ -5881,13 +5876,13 @@ }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-22 20:39:43", + "last_update": "2024-11-24 01:25:50", "author_account_age_days": 2187 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 180, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1263 + "author_account_age_days": 1264 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, @@ -5897,12 +5892,12 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, @@ -5917,27 +5912,27 @@ "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 56, + "stars": 57, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, @@ -5947,17 +5942,17 @@ "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1559 + "author_account_age_days": 1560 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 58, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4702 + "author_account_age_days": 4703 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 219, @@ -5967,12 +5962,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1132, @@ -5982,22 +5977,22 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 53, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 71, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4592 + "author_account_age_days": 4593 }, "https://github.com/melMass/comfy_mtb": { "stars": 451, @@ -6032,7 +6027,7 @@ "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, @@ -6042,17 +6037,17 @@ "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 269, + "stars": 270, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, @@ -6062,7 +6057,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2716 + "author_account_age_days": 2717 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, @@ -6075,84 +6070,84 @@ "author_account_age_days": 6069 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 178, + "stars": 179, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 46, + "stars": 47, "last_update": "2024-11-08 10:02:39", "author_account_age_days": 1373 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/modelscope/scepter": { "stars": 428, "last_update": "2024-11-21 07:43:00", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-23 20:44:04", + "last_update": "2024-11-24 11:39:33", "author_account_age_days": 1476 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2453 + "author_account_age_days": 2454 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4232 + "author_account_age_days": 4233 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, @@ -6162,40 +6157,40 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { - "stars": 4, + "stars": 5, "last_update": "2024-11-22 03:49:15", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3826 + "author_account_age_days": 3827 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3826 + "author_account_age_days": 3827 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 181, + "stars": 182, "last_update": "2024-07-31 18:05:55", "author_account_age_days": 2878 }, @@ -6222,17 +6217,17 @@ "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 81, "last_update": "2024-11-19 06:28:54", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, - "last_update": "2024-10-26 10:52:47", - "author_account_age_days": 1171 + "last_update": "2024-11-24 09:40:44", + "author_account_age_days": 1172 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, @@ -6242,32 +6237,32 @@ "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4181 + "author_account_age_days": 4182 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 156, + "stars": 157, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 32, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4872 + "author_account_age_days": 4873 }, "https://github.com/niknah/quick-connections": { - "stars": 126, + "stars": 127, "last_update": "2024-11-19 12:39:37", - "author_account_age_days": 4872 + "author_account_age_days": 4873 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, @@ -6277,32 +6272,32 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3655 + "author_account_age_days": 3656 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 34, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, @@ -6312,17 +6307,17 @@ "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2895 + "author_account_age_days": 2896 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 201, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4057 + "author_account_age_days": 4058 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, @@ -6337,15 +6332,15 @@ "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 650, + "stars": 653, "last_update": "2024-11-11 16:15:51", "author_account_age_days": 1329 }, @@ -6362,17 +6357,17 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 114 + "author_account_age_days": 115 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 130, @@ -6397,7 +6392,7 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, @@ -6412,47 +6407,47 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5205 + "author_account_age_days": 5206 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5205 + "author_account_age_days": 5206 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 219, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2469 + "author_account_age_days": 2470 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 183, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5232 + "author_account_age_days": 5233 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1382 + "author_account_age_days": 1383 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, @@ -6472,12 +6467,12 @@ "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, @@ -6487,22 +6482,22 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, @@ -6517,32 +6512,32 @@ "https://github.com/portu-sim/comfyui_bmab": { "stars": 93, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 20, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5720 + "author_account_age_days": 5721 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 4, @@ -6550,17 +6545,17 @@ "author_account_age_days": 4140 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1248, + "stars": 1249, "last_update": "2024-09-16 04:37:55", "author_account_age_days": 2849 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1864, + "stars": 1867, "last_update": "2024-11-07 20:47:25", "author_account_age_days": 650 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 658, + "stars": 659, "last_update": "2024-10-23 19:52:57", "author_account_age_days": 650 }, @@ -6577,17 +6572,17 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 1, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -6597,12 +6592,12 @@ "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 31, @@ -6617,52 +6612,52 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 17, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5773 + "author_account_age_days": 5774 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 289, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 23, + "stars": 24, "last_update": "2024-11-06 13:54:26", "author_account_age_days": 875 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 157, + "stars": 158, "last_update": "2024-11-05 15:26:20", "author_account_age_days": 1761 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4637 + "author_account_age_days": 4638 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1210, + "stars": 1213, "last_update": "2024-11-06 04:09:48", "author_account_age_days": 5127 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5789 + "author_account_age_days": 5790 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5789 + "author_account_age_days": 5790 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -6677,7 +6672,7 @@ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, @@ -6685,14 +6680,14 @@ "author_account_age_days": 3699 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 38, + "stars": 43, "last_update": "2024-11-21 21:56:49", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, @@ -6702,12 +6697,12 @@ "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, "last_update": "2024-11-16 14:18:28", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 96, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4307 + "author_account_age_days": 4308 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, @@ -6722,17 +6717,17 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": { "stars": 2, "last_update": "2024-11-22 06:22:54", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, @@ -6750,8 +6745,8 @@ "author_account_age_days": 3842 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 300, - "last_update": "2024-11-19 16:08:28", + "stars": 301, + "last_update": "2024-11-24 13:21:02", "author_account_age_days": 3842 }, "https://github.com/saftle/uber_comfy_nodes": { @@ -6772,12 +6767,12 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, @@ -6805,7 +6800,7 @@ "author_account_age_days": 3467 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1313, + "stars": 1314, "last_update": "2024-11-21 01:40:33", "author_account_age_days": 3467 }, @@ -6827,37 +6822,37 @@ "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5245 + "author_account_age_days": 5246 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 240, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 327, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 217, "last_update": "2024-11-18 04:16:43", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, @@ -6922,10 +6917,10 @@ "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/siliconflow/BizyAir": { - "stars": 370, + "stars": 372, "last_update": "2024-11-22 07:11:27", "author_account_age_days": 458 }, @@ -6937,17 +6932,17 @@ "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 159, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 54, "last_update": "2024-11-23 08:23:56", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, @@ -6972,142 +6967,142 @@ "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 52, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 13, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 28, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 306, + "stars": 309, "last_update": "2024-11-22 07:49:13", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 6, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 44, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 52, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 167, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 103, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 18, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 242, "last_update": "2024-11-18 12:56:16", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, @@ -7122,12 +7117,12 @@ "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 24, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, @@ -7190,64 +7185,64 @@ "author_account_age_days": 5384 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 869, + "stars": 870, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 379, "last_update": "2024-11-23 09:37:58", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 6, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 751, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 27, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 28, @@ -7267,17 +7262,17 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 1, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, @@ -7287,42 +7282,42 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 112, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2050 + "author_account_age_days": 2051 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 71, + "stars": 72, "last_update": "2024-11-18 22:21:36", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 251, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5073 + "author_account_age_days": 5074 }, "https://github.com/talesofai/comfyui-browser": { "stars": 505, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, @@ -7330,19 +7325,19 @@ "author_account_age_days": 4124 }, "https://github.com/tanglup/Comfyui-Ycnode": { - "stars": 24, - "last_update": "2024-11-20 14:51:51", + "stars": 28, + "last_update": "2024-11-24 04:47:43", "author_account_age_days": 277 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 150, @@ -7355,7 +7350,7 @@ "author_account_age_days": 2875 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 46, + "stars": 47, "last_update": "2024-05-22 21:33:47", "author_account_age_days": 2575 }, @@ -7377,27 +7372,27 @@ "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2492 + "author_account_age_days": 2493 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3102 + "author_account_age_days": 3103 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { - "stars": 17, + "stars": 18, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3477 + "author_account_age_days": 3478 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, @@ -7407,7 +7402,7 @@ "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 1, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, @@ -7417,7 +7412,7 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 519, @@ -7437,17 +7432,17 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2410 + "author_account_age_days": 2411 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5541 + "author_account_age_days": 5542 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, @@ -7467,22 +7462,22 @@ "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2901 + "author_account_age_days": 2902 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2817 + "author_account_age_days": 2818 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 761, + "stars": 763, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -7497,27 +7492,27 @@ "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4921 + "author_account_age_days": 4922 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2466 + "author_account_age_days": 2467 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 13, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1468 + "author_account_age_days": 1469 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { - "stars": 4, + "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1468 + "author_account_age_days": 1469 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, @@ -7532,17 +7527,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1009 + "author_account_age_days": 1010 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -7552,7 +7547,7 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, @@ -7562,22 +7557,22 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3579 + "author_account_age_days": 3580 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { "stars": 235, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 149, @@ -7592,32 +7587,32 @@ "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 0, "last_update": "2024-11-20 03:59:11", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5136 + "author_account_age_days": 5137 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 58, "last_update": "2024-11-20 11:33:48", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 100, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -7627,7 +7622,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 3, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -7637,12 +7632,12 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, @@ -7652,17 +7647,17 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5639 + "author_account_age_days": 5640 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2790 + "author_account_age_days": 2791 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, @@ -7672,22 +7667,22 @@ "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3182 + "author_account_age_days": 3183 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5873 + "author_account_age_days": 5874 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5873 + "author_account_age_days": 5874 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 51, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, @@ -7697,17 +7692,17 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5202 + "author_account_age_days": 5203 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 339, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1631 + "author_account_age_days": 1632 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, @@ -7717,17 +7712,17 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, @@ -7742,27 +7737,27 @@ "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 0, "last_update": "2024-11-21 10:47:22", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 12, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2960 + "author_account_age_days": 2961 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, @@ -7772,7 +7767,7 @@ "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 20, @@ -7782,15 +7777,15 @@ "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 85, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1075, + "stars": 1077, "last_update": "2024-11-23 14:12:31", "author_account_age_days": 1493 }, @@ -7842,12 +7837,12 @@ "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, @@ -7902,32 +7897,32 @@ "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 202, "last_update": "2024-11-19 21:42:23", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -7937,22 +7932,22 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5015 + "author_account_age_days": 5016 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, "last_update": "2024-11-22 12:02:57", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, @@ -7962,22 +7957,22 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 67, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3611 + "author_account_age_days": 3612 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1168, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 16, "last_update": "2024-11-21 06:20:08", - "author_account_age_days": 3421 + "author_account_age_days": 3422 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, @@ -7986,7 +7981,7 @@ }, "https://github.com/zombieyang/sd-ppp": { "stars": 271, - "last_update": "2024-11-21 13:14:50", + "last_update": "2024-11-24 12:14:12", "author_account_age_days": 4070 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 06b1a3f2..c9b7f975 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -17,32 +17,32 @@ "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 90, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 3, "last_update": "2024-11-22 04:47:53", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, @@ -52,7 +52,7 @@ "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, @@ -62,27 +62,27 @@ "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-20 07:49:57", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { - "stars": 50, + "stars": 51, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 19, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, @@ -107,12 +107,12 @@ "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, @@ -122,12 +122,12 @@ "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-18 12:03:45", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 17, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, @@ -137,7 +137,7 @@ "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, @@ -152,12 +152,12 @@ "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1184 + "author_account_age_days": 1185 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, @@ -187,7 +187,7 @@ "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, @@ -197,12 +197,12 @@ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2066 + "author_account_age_days": 2067 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, @@ -212,7 +212,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, @@ -222,12 +222,12 @@ "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, @@ -242,22 +242,22 @@ "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2131 + "author_account_age_days": 2132 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, @@ -272,7 +272,7 @@ "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, @@ -287,12 +287,12 @@ "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 24, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, @@ -302,7 +302,7 @@ "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, @@ -312,7 +312,7 @@ "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 0, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, @@ -322,7 +322,7 @@ "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, @@ -330,9 +330,9 @@ "author_account_age_days": 4769 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 57, + "stars": 58, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, @@ -342,7 +342,7 @@ "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, @@ -362,7 +362,7 @@ "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 46, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, @@ -377,37 +377,37 @@ "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { - "stars": 52, + "stars": 59, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 35, + "stars": 36, "last_update": "2024-11-01 06:31:44", "author_account_age_days": 266 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, @@ -417,12 +417,12 @@ "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/WASasquatch/ASTERR": { "stars": 20, @@ -445,7 +445,7 @@ "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 284, + "stars": 285, "last_update": "2024-07-30 23:24:24", "author_account_age_days": 492 }, @@ -455,29 +455,29 @@ "author_account_age_days": 492 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { - "stars": 217, + "stars": 218, "last_update": "2024-05-22 13:38:23", "author_account_age_days": 492 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4406 + "author_account_age_days": 4407 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3438 + "author_account_age_days": 3439 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2497 + "author_account_age_days": 2498 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 0, @@ -497,17 +497,17 @@ "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 75, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-11-15 16:49:18", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, @@ -537,12 +537,12 @@ "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4664 + "author_account_age_days": 4665 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4664 + "author_account_age_days": 4665 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, @@ -552,7 +552,7 @@ "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, @@ -585,19 +585,19 @@ "author_account_age_days": 1501 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57585, - "last_update": "2024-11-23 15:33:23", - "author_account_age_days": 701 + "stars": 57635, + "last_update": "2024-11-24 10:55:10", + "author_account_age_days": 702 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 333, + "stars": 334, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, @@ -607,7 +607,7 @@ "https://github.com/cubiq/Comfy_Dungeon": { "stars": 231, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, @@ -622,22 +622,22 @@ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, @@ -672,7 +672,7 @@ "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, @@ -687,22 +687,22 @@ "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1577 + "author_account_age_days": 1578 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 200, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, @@ -712,17 +712,17 @@ "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, @@ -737,7 +737,7 @@ "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, @@ -757,27 +757,27 @@ "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2607 + "author_account_age_days": 2608 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, @@ -787,17 +787,17 @@ "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, @@ -812,7 +812,7 @@ "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, @@ -822,12 +822,12 @@ "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 154, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 192, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, @@ -842,47 +842,47 @@ "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 78, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 644, + "stars": 645, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 61, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 4, @@ -892,22 +892,22 @@ "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/kostenickj/comfyui-jk-easy-nodes": { "stars": 1, - "last_update": "2024-11-23 19:24:56", + "last_update": "2024-11-24 09:49:26", "author_account_age_days": 3202 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4699 + "author_account_age_days": 4700 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4699 + "author_account_age_days": 4700 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, @@ -917,12 +917,12 @@ "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2804 + "author_account_age_days": 2805 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, @@ -930,29 +930,29 @@ "author_account_age_days": 2566 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 56, + "stars": 57, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1525 + "author_account_age_days": 1526 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 102, @@ -962,12 +962,12 @@ "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 655, "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, @@ -977,17 +977,17 @@ "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 223, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, @@ -1007,7 +1007,7 @@ "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, @@ -1032,17 +1032,17 @@ "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1333 + "author_account_age_days": 1334 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, @@ -1062,17 +1062,17 @@ "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, @@ -1087,27 +1087,27 @@ "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3932 + "author_account_age_days": 3933 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4034 + "author_account_age_days": 4035 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4034 + "author_account_age_days": 4035 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4034 + "author_account_age_days": 4035 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4034 + "author_account_age_days": 4035 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "stars": 135, @@ -1117,22 +1117,22 @@ "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5020 + "author_account_age_days": 5021 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, @@ -1157,7 +1157,7 @@ "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, @@ -1167,7 +1167,7 @@ "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, @@ -1182,17 +1182,17 @@ "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 49, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, @@ -1202,17 +1202,17 @@ "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5232 + "author_account_age_days": 5233 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -1222,12 +1222,12 @@ "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, @@ -1262,32 +1262,32 @@ "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4114 + "author_account_age_days": 4115 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2688 + "author_account_age_days": 2689 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3990 + "author_account_age_days": 3991 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, @@ -1297,17 +1297,17 @@ "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4277 + "author_account_age_days": 4278 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, @@ -1317,12 +1317,12 @@ "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 181, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2932 + "author_account_age_days": 2933 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, @@ -1337,22 +1337,22 @@ "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3090 + "author_account_age_days": 3091 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { "stars": 0, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, @@ -1362,7 +1362,7 @@ "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2928 + "author_account_age_days": 2929 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, @@ -1372,7 +1372,7 @@ "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, @@ -1392,11 +1392,11 @@ "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 301, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3611 + "author_account_age_days": 3612 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2135 + "author_account_age_days": 2136 } } \ 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 28460fdd..07a4dd61 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -9,6 +9,28 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nLegacy channel provides only the list of the deprecated nodes. If you want to find the complete node list, please go to the Default channel." }, + + { + "author": "Fannovel16", + "title": "ComfyUI Loopchain [DEPRECATED]", + "id": "loopchain", + "reference": "https://github.com/Fannovel16/ComfyUI-Loopchain", + "files": [ + "https://github.com/Fannovel16/ComfyUI-Loopchain" + ], + "install_type": "git-clone", + "description": "A collection of nodes which can be useful for animation in ComfyUI. The main focus of this extension is implementing a mechanism called loopchain. A loopchain in this case is the chain of nodes only executed repeatly in the workflow. If a node chain contains a loop node from this extension, it will become a loop chain." + }, + { + "author": "DonBaronFactory", + "title": "ComfyUI-Cre8it-Nodes [DEPRECATED]", + "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", + "files": [ + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" + }, { "author": "thecooltechguy", "title": "ComfyUI-ComfyRun [DEPRECATED/UNSAFE]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 921bd7e5..d0bbbd48 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2314,20 +2314,6 @@ "title_aux": "Schedulizer" } ], - "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ - [ - "ApplySerialPrompter", - "ImageSizer", - "SerialPrompter" - ], - { - "author": "CRE8IT GmbH", - "description": "This extension offers various nodes.", - "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", - "title_aux": "ComfyUI-Cre8it-Nodes" - } - ], "https://github.com/DrMWeigand/ComfyUI-StereoVision": [ [ "AutostereogramGenerator", @@ -2611,21 +2597,6 @@ "title_aux": "ComfyUI Frame Interpolation" } ], - "https://github.com/Fannovel16/ComfyUI-Loopchain": [ - [ - "EmptyLatentImageLoop", - "FolderToImageStorage", - "ImageStorageExportLoop", - "ImageStorageImport", - "ImageStorageReset", - "LatentStorageExportLoop", - "LatentStorageImport", - "LatentStorageReset" - ], - { - "title_aux": "ComfyUI Loopchain" - } - ], "https://github.com/Fannovel16/ComfyUI-MagickWand": [ [ "ImageMagick Adaptive Blur", @@ -7817,6 +7788,7 @@ "VrchChannelX4OSCControlNode", "VrchFloatKeyControlNode", "VrchFloatOSCControlNode", + "VrchImageFlipBookWebViewerNode", "VrchImageSaverNode", "VrchImageSwitchOSCControlNode", "VrchImageWebViewerNode", @@ -9337,10 +9309,14 @@ "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "Sage_CheckpointLoaderSimple", + "Sage_CollectKeywordsFromLoraStack", + "Sage_ConditioningZeroOut", "Sage_ConstructMetadata", "Sage_DualCLIPTextEncode", "Sage_GetFileHash", + "Sage_GetInfoFromHash", "Sage_GetModelJSONFromHash", + "Sage_JoinText", "Sage_KSampler", "Sage_LoraStack", "Sage_LoraStackDebugString", @@ -13192,6 +13168,8 @@ "FL_Math", "FL_MirrorAndAppendCaptions", "FL_NFTGenerator", + "FL_NodeLoader", + "FL_NodePackLoader", "FL_OllamaCaptioner", "FL_PDFImageExtractor", "FL_PDFLoader", @@ -17443,7 +17421,10 @@ "https://github.com/logtd/ComfyUI-LTXTricks": [ [ "AddLatentGuide", + "LTXAttentioOverride", + "LTXAttentionBank", "LTXForwardModelSamplingPred", + "LTXPrepareAttnInjections", "LTXRFForwardODESampler", "LTXRFReverseODESampler", "LTXReverseModelSamplingPred", @@ -18051,6 +18032,7 @@ "LF_BlurImages", "LF_Boolean", "LF_Brightness", + "LF_Brush", "LF_CharacterImpersonator", "LF_CheckpointSelector", "LF_CivitAIMetadataSetup", @@ -21834,10 +21816,10 @@ ], "https://github.com/tanglup/Comfyui-Ycnode": [ [ - "CanvasView" + "CanvasNode" ], { - "title_aux": "Comfyui-Ycnode" + "title_aux": "Comfyui-Ycanvas" } ], "https://github.com/teward/ComfyUI-Helper-Nodes": [ From 02f17882615cd0601a62928c219aab709503d036 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 24 Nov 2024 23:33:53 +0900 Subject: [PATCH 44/46] feat: pip fixer for torch, opencv fixed: Preventing the browser from reopening automatically after a restart on Windows. --- glob/manager_core.py | 5 +- glob/manager_server.py | 5 ++ glob/manager_util.py | 150 +++++++++++++++++++++++++++++++++++++++++ prestartup_script.py | 30 ++------- pyproject.toml | 2 +- 5 files changed, 165 insertions(+), 27 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 562811c4..dec02771 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -23,7 +23,7 @@ sys.path.append(glob_path) import cm_global from manager_util import * -version = [2, 51, 9] +version = [2, 52] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') @@ -408,6 +408,7 @@ def execute_install_script(url, repo_path, lazy_mode=False, instant_execution=Fa else: if os.path.exists(requirements_path): print("Install: pip packages") + pip_fixer = PIPFixer(get_installed_packages()) with open(requirements_path, "r") as requirements_file: for line in requirements_file: #handle comments @@ -430,6 +431,8 @@ def execute_install_script(url, repo_path, lazy_mode=False, instant_execution=Fa if package_name.strip() != "" and not package_name.startswith('#'): try_install_script(url, repo_path, install_cmd, instant_execution=instant_execution) + pip_fixer.fix_broken() + if os.path.exists(install_script_path): print(f"Install: install script") install_cmd = [sys.executable, "install.py"] diff --git a/glob/manager_server.py b/glob/manager_server.py index 0cc125c7..2da14785 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -1216,6 +1216,11 @@ def restart(self): exit(0) print(f"\nRestarting... [Legacy Mode]\n\n") + + sys_argv = sys.argv.copy() + if '--windows-standalone-build' in sys_argv: + sys_argv.remove('--windows-standalone-build') + if sys.platform.startswith('win32'): return os.execv(sys.executable, ['"' + sys.executable + '"', '"' + sys.argv[0] + '"'] + sys.argv[1:]) else: diff --git a/glob/manager_util.py b/glob/manager_util.py index c8a93d7b..7a7312e1 100644 --- a/glob/manager_util.py +++ b/glob/manager_util.py @@ -1,3 +1,6 @@ +import subprocess +import sys + # DON'T USE StrictVersion - cannot handle pre_release version # try: # from distutils.version import StrictVersion @@ -62,3 +65,150 @@ class StrictVersion: def __ne__(self, other): return not self == other + +pip_map = None + +def get_installed_packages(renew=False): + global pip_map + + if renew or pip_map is None: + try: + result = subprocess.check_output([sys.executable, '-m', 'pip', 'list'], universal_newlines=True) + + pip_map = {} + for line in result.split('\n'): + x = line.strip() + if x: + y = line.split() + if y[0] == 'Package' or y[0].startswith('-'): + continue + + pip_map[y[0]] = y[1] + except subprocess.CalledProcessError as e: + print(f"[ComfyUI-Manager] Failed to retrieve the information of installed pip packages.") + return set() + + return pip_map + + +def clear_pip_cache(): + global pip_map + pip_map = None + + +torch_torchvision_version_map = { + '2.5.1': '0.20.1', + '2.5.0': '0.20.0', + '2.4.1': '0.19.1', + '2.4.0': '0.19.0', + '2.3.1': '0.18.1', + '2.3.0': '0.18.0', + '2.2.2': '0.17.2', + '2.2.1': '0.17.1', + '2.2.0': '0.17.0', + '2.1.2': '0.16.2', + '2.1.1': '0.16.1', + '2.1.0': '0.16.0', + '2.0.1': '0.15.2', + '2.0.0': '0.15.1', +} + + +class PIPFixer: + def __init__(self, prev_pip_versions): + self.prev_pip_versions = { **prev_pip_versions } + + def torch_rollback(self): + spec = self.prev_pip_versions['torch'].split('+') + if len(spec) > 0: + platform = spec[1] + else: + cmd = [sys.executable, '-m', 'pip', 'install', '--force', 'torch', 'torchvision', 'torchaudio'] + subprocess.check_output(cmd, universal_newlines=True) + print(cmd) + return + + torch_ver = StrictVersion(spec[0]) + torch_ver = f"{torch_ver.major}.{torch_ver.minor}.{torch_ver.patch}" + torchvision_ver = torch_torchvision_version_map.get(torch_ver) + + if torchvision_ver is None: + cmd = [sys.executable, '-m', 'pip', 'install', '--pre', + 'torch', 'torchvision', 'torchaudio', + '--index-url', f"https://download.pytorch.org/whl/nightly/{platform}"] + print("[manager-core] restore PyTorch to nightly version") + else: + cmd = [sys.executable, '-m', 'pip', 'install', + f'torch=={torch_ver}', f'torchvision=={torchvision_ver}', f"torchaudio=={torch_ver}", + '--index-url', f"https://download.pytorch.org/whl/{platform}"] + print(f"[manager-core] restore PyTorch to {torch_ver}+{platform}") + + subprocess.check_output(cmd, universal_newlines=True) + + def fix_broken(self): + new_pip_versions = get_installed_packages(True) + + # remove `comfy` python package + try: + if 'comfy' in new_pip_versions: + cmd = [sys.executable, '-m', 'pip', 'uninstall', 'comfy'] + subprocess.check_output(cmd, universal_newlines=True) + + print(f"[manager-core] 'comfy' python package is uninstalled.\nWARN: The 'comfy' package is completely unrelated to ComfyUI and should never be installed as it causes conflicts with ComfyUI.") + except Exception as e: + print(f"[manager-core] Failed to uninstall `comfy` python package") + print(e) + + # fix torch - reinstall torch packages if version is changed + try: + if self.prev_pip_versions['torch'] != new_pip_versions['torch'] \ + or self.prev_pip_versions['torchvision'] != new_pip_versions['torchvision'] \ + or self.prev_pip_versions['torchaudio'] != new_pip_versions['torchaudio']: + self.torch_rollback() + except Exception as e: + print(f"[manager-core] Failed to restore PyTorch") + print(e) + + # fix opencv + try: + ocp = new_pip_versions.get('opencv-contrib-python') + ocph = new_pip_versions.get('opencv-contrib-python-headless') + op = new_pip_versions.get('opencv-python') + oph = new_pip_versions.get('opencv-python-headless') + + versions = [ocp, ocph, op, oph] + versions = [StrictVersion(x) for x in versions if x is not None] + versions.sort(reverse=True) + + if len(versions) > 0: + # upgrade to maximum version + targets = [] + cur = versions[0] + if ocp is not None and StrictVersion(ocp) != cur: + targets.append('opencv-contrib-python') + if ocph is not None and StrictVersion(ocph) != cur: + targets.append('opencv-contrib-python-headless') + if op is not None and StrictVersion(op) != cur: + targets.append('opencv-python') + if oph is not None and StrictVersion(oph) != cur: + targets.append('opencv-python-headless') + + if len(targets) > 0: + for x in targets: + cmd = [sys.executable, '-m', 'pip', 'install', f"{x}=={versions[0].version_string}"] + subprocess.check_output(cmd, universal_newlines=True) + + print(f"[manager-core] 'opencv' dependencies were fixed: {targets}") + except Exception as e: + print(f"[manager-core] Failed to restore opencv") + print(e) + + # fix numpy + try: + np = new_pip_versions.get('numpy') + if np is not None: + if StrictVersion(np) >= StrictVersion('2'): + subprocess.check_output([sys.executable, '-m', 'pip', 'install', f"numpy<2"], universal_newlines=True) + except Exception as e: + print(f"[manager-core] Failed to restore numpy") + print(e) diff --git a/prestartup_script.py b/prestartup_script.py index f4c6dc3f..8deb3a65 100644 --- a/prestartup_script.py +++ b/prestartup_script.py @@ -385,30 +385,7 @@ check_bypass_ssl() # Perform install processed_install = set() script_list_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "startup-scripts", "install-scripts.txt") -pip_map = None - - -def get_installed_packages(): - global pip_map - - if pip_map is None: - try: - result = subprocess.check_output([sys.executable, '-m', 'pip', 'list'], universal_newlines=True) - - pip_map = {} - for line in result.split('\n'): - x = line.strip() - if x: - y = line.split() - if y[0] == 'Package' or y[0].startswith('-'): - continue - - pip_map[y[0]] = y[1] - except subprocess.CalledProcessError as e: - print(f"[ComfyUI-Manager] Failed to retrieve the information of installed pip packages.") - return set() - - return pip_map +pip_fixer = PIPFixer(get_installed_packages()) def is_installed(name): @@ -620,8 +597,11 @@ if os.path.exists(script_list_path): print("\n[ComfyUI-Manager] Startup script completed.") print("#######################################################################\n") +pip_fixer.fix_broken() + del processed_install -del pip_map +del pip_fixer +clear_pip_cache() def check_windows_event_loop_policy(): diff --git a/pyproject.toml b/pyproject.toml index 611f07ba..077f3125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-manager" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." -version = "2.51.9" +version = "2.52" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From c4eecca6b675f369153d1d786f391ef07fcb6dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C6=B0=C6=A1ng=20Quang=20T=C3=B9ng?= <69032433+tungdop2@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:45:46 +0700 Subject: [PATCH 45/46] add joy-caption-alpha-two (#1267) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 586e54ea..7473d56c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17078,6 +17078,17 @@ "install_type": "git-clone", "description": "The face restore node for ComfyUI, based on RestoreFormer" }, + { + "author": "tungdop2", + "title": "Joy Caption Alpha Two for ComfyUI", + "id": "joy-captioner-alpha-two", + "reference": "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two", + "files": [ + "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two" + ], + "install_type": "git-clone", + "description": "The Joy Caption Alpha Two node for ComfyUI, based on https://huggingface.co/spaces/fancyfeast/joy-caption-alpha-two" + }, { "author": "pschroedl", "title": "ComfyUI-SAM2-Realtime", From 8576f9c97fa2ab50f70a4bd5e6b8bbd18e307cd1 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 26 Nov 2024 00:33:34 +0900 Subject: [PATCH 46/46] update DB --- custom-node-list.json | 64 +- extension-node-map.json | 118 +- github-stats.json | 3766 ++++++++++++++------------- node_db/dev/custom-node-list.json | 11 + node_db/dev/extension-node-map.json | 13 + node_db/dev/github-stats.json | 625 ++--- node_db/new/custom-node-list.json | 124 +- node_db/new/extension-node-map.json | 118 +- 8 files changed, 2537 insertions(+), 2302 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7473d56c..9002e5ea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7205,6 +7205,16 @@ "install_type": "git-clone", "description": "A custom node that provides enhanced control over style transfer balance when using FLUX style models in ComfyUI. This node offers better control over the influence of text prompts versus style reference images." }, + { + "author": "ShmuelRonen", + "title": "ComfyUI Pixtral Large Extension", + "reference": "https://github.com/ShmuelRonen/ComfyUI_pixtral_large", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI_pixtral_large" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that integrates Mistral AI's Pixtral Large vision model, enabling powerful multimodal AI capabilities within ComfyUI. Pixtral Large is a 124B parameter model (123B decoder + 1B vision encoder) that can analyze up to 30 high-resolution images simultaneously." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -14462,7 +14472,7 @@ "https://github.com/Steudio/ComfyUI_Steudio" ], "install_type": "git-clone", - "description": "Nodes: Make_Tile_Calc, Make_Tiles, Unmake_Tiles, Make_Size, Make_Size_Latent" + "description": "Nodes: Divide and Conquer Algorithm, Divide Image, Combine Tiles, Make_Size" }, { "author": "Assistant", @@ -16137,6 +16147,16 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that allows you to create iPhone-compatible Live Photos from videos. This node can convert video sequences into Live Photo format, with the ability to select key frames and customize the output." }, + { + "author": "stormcenter", + "title": "ComfyUI-SVGFullfill", + "reference": "https://github.com/stormcenter/ComfyUI-SVGFullfill", + "files": [ + "https://github.com/stormcenter/ComfyUI-SVGFullfill" + ], + "install_type": "git-clone", + "description": "ComfyUI-SVGFullfill is a custom node for ComfyUI that handles SVG file processing. Key features: - SVG file upload and preview - Replace images (up to 3) and text elements (up to 10) in SVG - Chinese font support - Real-time canvas preview - PNG export" + }, { "author": "AkashKarnatak", "title": "ComfyUI_faishme", @@ -17159,7 +17179,7 @@ "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl" ], "install_type": "git-clone", - "description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux." + "description": "This extension offers a new Apply-Style node for Redux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Redux." }, { "author": "ramesh-x90", @@ -17171,6 +17191,36 @@ "install_type": "git-clone", "description": "This repository provides custom nodes for ComfyUI designed to process audio files, performing speaker diarization and integrating speaker data into whisper-transcribed segments. These nodes utilize the PyAnnote library for speaker identification and pandas for efficient data handling." }, + { + "author": "wu12023", + "title": "ComfyUI-Image-Evaluation", + "reference": "https://github.com/wu12023/ComfyUI-Image-Evaluation", + "files": [ + "https://github.com/wu12023/ComfyUI-Image-Evaluation" + ], + "install_type": "git-clone", + "description": "An extension to ComfyUI that evaluates images using multiple models." + }, + { + "author": "windfancy", + "title": "zsq_prompt", + "reference": "https://github.com/windfancy/zsq_prompt", + "files": [ + "https://github.com/windfancy/zsq_prompt" + ], + "install_type": "git-clone", + "description": "NODES: PromptStyler, PromptLatent, PromptCLIPEncode, PromptSelector" + }, + { + "author": "c0ffymachyne", + "title": "Bytebeat Synthesizer: Composing with Operators", + "reference": "https://github.com/c0ffymachyne/ComfyUI_BeatByte", + "files": [ + "https://github.com/c0ffymachyne/ComfyUI_BeatByte" + ], + "install_type": "git-clone", + "description": "Bytebeat is like composing music with the tools of a programmer’s toolkit. Instead of piano keys, you have operators like >>, |, and &. It’s like giving your CPU a guitar and letting it shred! 🤘" + }, @@ -17531,14 +17581,14 @@ "description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI." }, { - "author": "BobsBlazed", - "title": "Bobs_FLUX_SDXL_Latent_Optimizer", - "reference": "https://github.com/BobsBlazed/Bobs_FLUX_SDXL_Latent_Optimizer", + "author": "bobsblazed", + "title": "Bobs_Latent_Optimizer", + "reference": "https://github.com/BobsBlazed/Bobs_Latent_Optimizer", "files": [ - "https://raw.githubusercontent.com/BobsBlazed/Bobs_Latent_Optimizer/refs/heads/main/Bobs_Latent_Optimizer.py" + "https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py" ], "install_type": "copy", - "description": "This custom node for ComfyUI is designed to optimize latent generation for use with both FLUX and SDXL modes. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs." + "description": "This custom node for ComfyUI is designed to optimize latent generation for use with FLUX, SDXL and SD3. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs." }, { "author": "SimonHeese", diff --git a/extension-node-map.json b/extension-node-map.json index d0bbbd48..8f7388cb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1898,6 +1898,14 @@ "title_aux": "ComfyUI-Rework-X" } ], + "https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py": [ + [ + "BobsFluxSDXLLatentNode" + ], + { + "title_aux": "Bobs_Latent_Optimizer" + } + ], "https://github.com/Bria-AI/ComfyUI-BRIA-API": [ [ "BriaEraser" @@ -2298,6 +2306,7 @@ [ "FinalFrameSelector", "PromptJournal", + "ReverseFrameSequence", "VideoMerge", "YouTubeVideoDownloader" ], @@ -5888,7 +5897,8 @@ [ "Florence2toCoordinatesButxy", "LoadImageWithName", - "Phi35VisionInstruct" + "LoadPhi35VisionModel", + "Phi35VisionRun" ], { "title_aux": "comfyui-florence2xy" @@ -6551,6 +6561,16 @@ "title_aux": "ComfyUI_Gemini_Flash" } ], + "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": [ + [ + "ComfyUIPixtralLarge", + "MultiImagesInput", + "preview_text" + ], + { + "title_aux": "ComfyUI Pixtral Large Extension" + } + ], "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [ [ "ComfyUIPixtralVision", @@ -6889,10 +6909,10 @@ ], "https://github.com/Steudio/ComfyUI_Steudio": [ [ - "Make Size", - "Make Tiles", - "Make Tiles Math", - "Unmake Tiles" + "Combine Tiles", + "Divide Image", + "Divide and Conquer Algorithm", + "Make Size" ], { "title_aux": "ComfyUI_Steudio" @@ -8338,21 +8358,19 @@ "https://github.com/YarvixPA/ComfyUI-NeuralMedia": [ [ "ApplyControlNet", - "BiRefNetNode", + "CLIPVisionStyleApply", "InpaintConditioningNode", - "InpaintNode", "LoadImagesFromFolderNode", "MultiControlnet", "MultiControlnetApply", "MultiControlnetUnion", - "OutpaintNode", + "RemoveBackgroundNode", "SDXLTextEncoderSimpleNode", "SaveCaptionsImages", "TextFieldNode", "TileCheckpointPatchNode", "UpscaleImageWithModel", - "VTracerImageVectorizerNode", - "WeldInpaintNode" + "VTracerImageVectorizerNode" ], { "title_aux": "ComfyUI-NeuralMedia" @@ -9321,6 +9339,7 @@ "Sage_LoraStack", "Sage_LoraStackDebugString", "Sage_LoraStackLoader", + "Sage_PonyPrefix", "Sage_SamplerInfo", "Sage_SaveImageWithMetadata", "Sage_SetFloat", @@ -10099,6 +10118,14 @@ "title_aux": "ComfyUI_SUNoise" } ], + "https://github.com/c0ffymachyne/ComfyUI_BeatByte": [ + [ + "BytebeatSynth" + ], + { + "title_aux": "Bytebeat Synthesizer: Composing with Operators" + } + ], "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": [ [ "SignalProcessingFilter", @@ -12788,6 +12815,7 @@ "Eden_DetermineFrameCount", "Eden_Float", "Eden_FloatToInt", + "Eden_GPTPromptEnhancer", "Eden_IMG_padder", "Eden_IMG_unpadder", "Eden_Image_Math", @@ -13523,6 +13551,9 @@ "FluxDev_BFL", "FluxPro11Ultra_BFL", "FluxPro11_BFL", + "FluxProCanny_BFL", + "FluxProDepth_BFL", + "FluxProFill_BFL", "FluxPro_BFL" ], { @@ -13796,6 +13827,7 @@ "https://github.com/glifxyz/ComfyUI-GlifNodes": [ [ "FilmGrain", + "FluxReduxFloatRamp", "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", "GlifVariable", @@ -15807,8 +15839,7 @@ ], "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": [ [ - "StyleModelApplyAdvanced", - "StyleModelApplyInterpolation", + "ReduxAdvanced", "StyleModelApplySimple" ], { @@ -16283,6 +16314,7 @@ "CustomControlNetWeightsFluxFromList", "CustomSigmas", "DifferentialDiffusionAdvanced", + "DiffusionModelLoaderKJ", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", "DummyOut", @@ -16645,18 +16677,13 @@ "https://github.com/klinter007/klinter_nodes": [ [ "ExtraPadding", - "Filter", - "Florence2Captions2IPA", - "FluxSizeSelector", "FolderLoader", - "PresentString", - "SingleString", + "LoadImagePlus", "SizeSelector", - "TextAppendNode", "YellowBus", - "YellowBusV2", "ZoomOutComposer", - "concat" + "concat", + "filter" ], { "title_aux": "Klinter_nodes" @@ -17373,7 +17400,9 @@ "AddFluxFlow", "ApplyFluxRaveAttention", "ApplyRefFlux", + "ApplyRegionalConds", "ConfigureModifiedFlux", + "CreateRegionalCond", "FlowEditForwardSampler", "FlowEditReverseSampler", "FluxAttnOverride", @@ -17389,6 +17418,7 @@ "PrepareAttnBank", "RFDoubleBlocksOverride", "RFSingleBlocksOverride", + "RegionalStyleModelApply", "SEGAttention" ], { @@ -18772,12 +18802,16 @@ ], "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ + "IntSelector", + "LatentSelector", "MultipartCLIPTextEncode", "MultipleLoraTagLoader", "PromptLoader", "StringConcat", + "StringSelector", "StringSub", "StringViewer", + "SummaryReader", "TomlPromptDecode" ], { @@ -21550,6 +21584,15 @@ "title_aux": "ComfyUI LivePhoto Creator" } ], + "https://github.com/stormcenter/ComfyUI-SVGFullfill": [ + [ + "SVGEditor", + "SVGUploader" + ], + { + "title_aux": "ComfyUI-SVGFullfill" + } + ], "https://github.com/storyicon/comfyui_musev_evolved": [ [ "AnimationZoom (comfyui_musev_evolved)", @@ -22126,6 +22169,14 @@ "title_aux": "Face Restorer for ComfyUI" } ], + "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": [ + [ + "JoyCaptioner" + ], + { + "title_aux": "Joy Caption Alpha Two for ComfyUI" + } + ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ [ "ImageSmartCrop" @@ -22578,6 +22629,17 @@ "title_aux": "ComfyUI-Environment-Visualizer" } ], + "https://github.com/windfancy/zsq_prompt": [ + [ + "PromptCLIPEncode", + "PromptLatent", + "PromptSelector", + "PromptStyler" + ], + { + "title_aux": "zsq_prompt" + } + ], "https://github.com/wmatson/easy-comfy-nodes": [ [ "EZAssocDictNode", @@ -22656,6 +22718,14 @@ "title_aux": "ComfyUI-RK-Sampler" } ], + "https://github.com/wu12023/ComfyUI-Image-Evaluation": [ + [ + "Clip_Score-\ud83d\udd2c" + ], + { + "title_aux": "ComfyUI-Image-Evaluation" + } + ], "https://github.com/wujm424606/ComfyUi-Ollama-YN": [ [ "MyOllamaDeleteModel", @@ -23650,14 +23720,6 @@ "title_aux": "Hayo comfyui nodes" } ], - "https://raw.githubusercontent.com/BobsBlazed/Bobs_Latent_Optimizer/refs/heads/main/Bobs_Latent_Optimizer.py": [ - [ - "BobsFluxSDXLLatentNode" - ], - { - "title_aux": "Bobs_FLUX_SDXL_Latent_Optimizer" - } - ], "https://raw.githubusercontent.com/CaptainGrock/ComfyUIInvisibleWatermark/main/Invisible%20Watermark.py": [ [ "Apply Invisible Watermark", diff --git a/github-stats.json b/github-stats.json index 23375016..b4040211 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,7992 +1,8022 @@ { "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 252, + "stars": 251, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 111, + "stars": 117, "last_update": "2024-11-21 22:27:50", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 49, + "stars": 52, "last_update": "2024-11-21 22:25:37", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1122, + "stars": 1123, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 357 + "author_account_age_days": 359 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 34, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 60, + "stars": 61, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 35, "last_update": "2024-10-19 18:39:02", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 25, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-11-02 04:05:31", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 3, "last_update": "2024-11-06 17:30:43", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 94, + "stars": 97, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 217, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2925 + "author_account_age_days": 2926 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 27, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3851 + "author_account_age_days": 3852 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 25, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 13, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2455 + "author_account_age_days": 2457 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 76, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4203 + "author_account_age_days": 4204 }, "https://github.com/6174/comflowy-nodes": { "stars": 10, "last_update": "2024-11-11 14:16:01", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 14, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 6, "last_update": "2024-11-11 02:00:29", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 17, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 8, "last_update": "2024-10-15 05:14:43", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 108, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 5, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 5, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 22, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 70, + "stars": 71, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 22, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 197, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 283, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { - "stars": 30, + "stars": 31, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 101, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 340, + "stars": 341, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { - "stars": 16, + "stars": 17, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 15, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 82, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 35, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 31, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 45, + "stars": 46, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 170, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 18, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 14, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 7, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 21, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 35, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 7, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 27, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 90, + "stars": 91, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 6, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 23, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 162, + "stars": 164, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 33, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 12, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 5, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 10, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1773, + "stars": 1777, "last_update": "2024-11-22 07:40:55", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 276, "last_update": "2024-09-11 16:11:51", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 22, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 328, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 17, + "stars": 23, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 188, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 867, + "stars": 868, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 595 + "author_account_age_days": 597 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1612 + "author_account_age_days": 1614 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 5, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "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": 1679 + "author_account_age_days": 1680 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 240, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 4, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 695, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 319, "last_update": "2024-11-15 14:53:39", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 4, "last_update": "2024-11-05 05:31:50", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1428 + "author_account_age_days": 1430 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-10-25 09:39:00", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 890, - "last_update": "2024-11-24 12:47:30", - "author_account_age_days": 2852 + "stars": 894, + "last_update": "2024-11-25 14:03:51", + "author_account_age_days": 2853 }, "https://github.com/Amorano/Jovimetrix": { "stars": 275, - "last_update": "2024-11-16 21:51:44", - "author_account_age_days": 5365 + "last_update": "2024-11-24 23:28:01", + "author_account_age_days": 5366 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2024-10-24 16:01:12", - "author_account_age_days": 3529 + "author_account_age_days": 3530 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 31 + "author_account_age_days": 32 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 31 + "author_account_age_days": 32 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 29, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3542 + "author_account_age_days": 3543 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 4, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 70, + "stars": 69, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 700, + "stars": 701, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 16, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 413, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2802 + "author_account_age_days": 2803 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { - "stars": 0, + "stars": 1, "last_update": "2024-11-18 14:26:02", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3389 + "author_account_age_days": 3390 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 362, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 22, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2379 + "author_account_age_days": 2380 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1040, "last_update": "2024-11-13 09:14:42", - "author_account_age_days": 3149 + "author_account_age_days": 3150 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 7, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 4, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 21, "last_update": "2024-11-22 11:17:42", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 61, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 287 + "author_account_age_days": 289 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { - "stars": 1, + "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1008 + "author_account_age_days": 1009 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 108 + "author_account_age_days": 110 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 13, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 322, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 373, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 266, + "stars": 267, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 338, + "stars": 337, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2024-11-09 14:58:58", - "author_account_age_days": 875 + "author_account_age_days": 877 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 5, "last_update": "2024-11-03 07:53:54", - "author_account_age_days": 1630 + "author_account_age_days": 1631 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 34, + "stars": 35, "last_update": "2024-11-06 20:22:15", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 18, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 97, + "stars": 100, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 5, "last_update": "2024-11-06 20:54:39", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 153, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2019 + "author_account_age_days": 2020 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 71, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2019 + "author_account_age_days": 2020 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 30, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2019 + "author_account_age_days": 2020 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 23, "last_update": "2024-10-13 15:24:52", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2024-11-13 01:14:43", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 11, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 70, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1886 + "author_account_age_days": 1888 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 75, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1886 + "author_account_age_days": 1888 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 106, - "last_update": "2024-11-22 15:39:26", - "author_account_age_days": 3808 + "last_update": "2024-11-24 20:00:53", + "author_account_age_days": 3809 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1156 + "author_account_age_days": 1157 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 9, "last_update": "2024-09-20 02:56:37", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 5, "last_update": "2024-09-19 10:29:40", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5311 + "author_account_age_days": 5312 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 30, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4441 + "author_account_age_days": 4442 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 31, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/DataCTE/prompt_injection": { "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 930 + "author_account_age_days": 931 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4368 + "author_account_age_days": 4369 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3143 + "author_account_age_days": 3145 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 364, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 23, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3226 + "author_account_age_days": 3227 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 11, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 1, - "last_update": "2024-11-23 22:29:24", - "author_account_age_days": 494 + "last_update": "2024-11-24 20:27:22", + "author_account_age_days": 495 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 5, - "last_update": "2024-11-14 04:57:10", - "author_account_age_days": 494 + "last_update": "2024-11-24 16:07:44", + "author_account_age_days": 495 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5147 + "author_account_age_days": 5148 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 2, "last_update": "2024-10-26 06:50:01", - "author_account_age_days": 1185 + "author_account_age_days": 1186 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1185 + "author_account_age_days": 1186 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 64, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4870 + "author_account_age_days": 4871 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 22, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 183, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2931 + "author_account_age_days": 2932 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 190, + "stars": 192, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3752 + "author_account_age_days": 3753 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 37, + "stars": 38, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 160 + "author_account_age_days": 161 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 160 + "author_account_age_days": 161 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 278, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3361 + "author_account_age_days": 3362 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 357, + "stars": 358, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 57, "last_update": "2024-11-23 12:05:02", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 142, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 39, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 110, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 32, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 33, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 66, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 504, + "stars": 506, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 31, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 90, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 177, + "stars": 178, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 190, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2328, + "stars": 2331, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 1, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2908 + "author_account_age_days": 2909 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 13, "last_update": "2024-11-11 02:52:18", - "author_account_age_days": 824 + "author_account_age_days": 826 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2900 + "author_account_age_days": 2901 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 398, + "stars": 399, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 69, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 785 + "author_account_age_days": 786 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 210, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1396 + "author_account_age_days": 1398 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 77, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 46, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1315 + "author_account_age_days": 1317 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2709 + "author_account_age_days": 2710 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4721 + "author_account_age_days": 4722 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 35, "last_update": "2024-11-08 09:59:45", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 17, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 56, "last_update": "2024-11-18 18:49:22", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 7, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1620, + "stars": 1623, "last_update": "2024-11-21 12:08:59", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 51, "last_update": "2024-11-22 13:09:13", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 154, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { - "stars": 4, + "stars": 5, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 25 + "author_account_age_days": 26 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1633 + "author_account_age_days": 1634 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2999 + "author_account_age_days": 3000 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3133 + "author_account_age_days": 3134 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 4, "last_update": "2024-11-21 08:41:33", - "author_account_age_days": 1152 + "author_account_age_days": 1154 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 43, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 39, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 19, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 89, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 28, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 7, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 22, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 40, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 139, + "stars": 140, "last_update": "2024-11-14 15:43:51", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3237 + "author_account_age_days": 3238 }, "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { "stars": 3, "last_update": "2024-09-11 17:07:04", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1851 + "author_account_age_days": 1852 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 4, "last_update": "2024-11-22 18:03:38", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 33, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5634 + "author_account_age_days": 5635 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5634 + "author_account_age_days": 5635 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3862 + "author_account_age_days": 3863 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 3975 + "author_account_age_days": 3976 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2783 + "author_account_age_days": 2784 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 11, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 13, "last_update": "2024-11-16 15:50:43", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 13, "last_update": "2024-08-31 18:32:00", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 6, "last_update": "2024-09-26 14:22:05", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 59, "last_update": "2024-10-10 20:18:15", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 13, "last_update": "2024-11-24 11:30:10", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 7, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 67, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 52, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 711 + "author_account_age_days": 713 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 78, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2706 + "author_account_age_days": 2707 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 41, - "last_update": "2024-10-06 19:43:58", - "author_account_age_days": 3724 + "last_update": "2024-11-25 04:18:00", + "author_account_age_days": 3726 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 144, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 114, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 81, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 370, + "stars": 372, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2332 + "author_account_age_days": 2333 }, "https://github.com/Jordach/comfy-plasma": { "stars": 68, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 9, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3507 + "author_account_age_days": 3508 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 2, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3323 + "author_account_age_days": 3324 }, "https://github.com/Julian-adv/WildDivide": { "stars": 11, "last_update": "2024-11-20 02:23:36", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2024-10-27 16:54:25", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4699 + "author_account_age_days": 4701 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 27, + "stars": 30, "last_update": "2024-11-23 15:44:26", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 36, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 34, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 265, + "stars": 268, "last_update": "2024-11-08 17:27:04", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 172, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1638 + "author_account_age_days": 1640 }, "https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": { "stars": 3, - "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3343 + "last_update": "2024-11-24 15:55:30", + "author_account_age_days": 3344 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 42, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3343 + "author_account_age_days": 3344 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 613, + "stars": 620, "last_update": "2024-11-17 14:35:49", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2767, + "stars": 2772, "last_update": "2024-11-21 21:50:49", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 613, - "last_update": "2024-11-19 20:27:35", - "author_account_age_days": 3869 + "stars": 615, + "last_update": "2024-11-25 01:53:21", + "author_account_age_days": 3870 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { - "stars": 5, + "stars": 6, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 161, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 47, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 387, + "stars": 388, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 3, + "stars": 4, "last_update": "2024-11-19 18:00:30", - "author_account_age_days": 12 + "author_account_age_days": 13 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 96, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/Lerc/canvas_tab": { "stars": 165, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 2, "last_update": "2024-11-16 18:26:50", - "author_account_age_days": 135 + "author_account_age_days": 136 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 8, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 133, - "last_update": "2024-11-24 11:54:22", - "author_account_age_days": 4343 + "stars": 190, + "last_update": "2024-11-25 07:42:09", + "author_account_age_days": 4344 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1428 + "author_account_age_days": 1429 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 135, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1428 + "author_account_age_days": 1429 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 7, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1128 + "author_account_age_days": 1129 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1128 + "author_account_age_days": 1129 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1185 + "author_account_age_days": 1186 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 3, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 24, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 28, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 34, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 48, "last_update": "2024-11-19 09:55:53", - "author_account_age_days": 1758 + "author_account_age_days": 1759 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2024-11-09 09:32:43", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { - "stars": 1, + "stars": 2, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2024-11-08 04:16:14", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 160, + "stars": 161, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 115, "last_update": "2024-11-20 22:03:32", - "author_account_age_days": 5123 + "author_account_age_days": 5124 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-11-06 18:01:53", - "author_account_age_days": 2383 + "author_account_age_days": 2385 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3358 + "author_account_age_days": 3359 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 5, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3330 + "author_account_age_days": 3331 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 95, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 162, + "stars": 165, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 497, + "stars": 499, "last_update": "2024-10-09 14:17:42", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 106, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 47, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 16, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2669 + "author_account_age_days": 2670 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 29, "last_update": "2024-11-17 22:32:37", - "author_account_age_days": 1179 + "author_account_age_days": 1180 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2024-10-29 17:51:36", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 156, + "stars": 159, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 25, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 16, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2392, + "stars": 2397, "last_update": "2024-11-09 02:05:44", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 500, + "stars": 501, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 22, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 16, "last_update": "2024-11-23 16:02:45", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 35, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 124 + "author_account_age_days": 126 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 47, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 26, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3833 + "author_account_age_days": 3834 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 1, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 7, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 67, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 3, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 810 + "author_account_age_days": 812 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5302 + "author_account_age_days": 5304 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 671, + "stars": 676, "last_update": "2024-09-12 17:24:44", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3984 + "author_account_age_days": 3985 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 15, "last_update": "2024-11-12 13:33:00", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2136 + "author_account_age_days": 2137 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 224, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2999 + "author_account_age_days": 3000 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 205, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 515, + "stars": 516, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 1, "last_update": "2024-09-16 04:58:23", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 13, "last_update": "2024-09-30 06:53:09", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1325 + "author_account_age_days": 1326 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 30, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 80, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2278 + "author_account_age_days": 2280 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1888 + "author_account_age_days": 1889 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 14, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1818 + "author_account_age_days": 1819 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3360 + "author_account_age_days": 3361 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5378 + "author_account_age_days": 5379 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 1901, + "stars": 1905, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 116 + "author_account_age_days": 117 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 1, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 2, "last_update": "2024-10-13 12:13:37", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1403 + "author_account_age_days": 1404 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4085 + "author_account_age_days": 4086 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 4, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2228 + "author_account_age_days": 2229 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 7, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 34, "last_update": "2024-10-23 15:12:20", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, - "last_update": "2024-11-22 10:38:15", - "author_account_age_days": 304 + "last_update": "2024-11-25 09:51:35", + "author_account_age_days": 305 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1534 + "author_account_age_days": 1535 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 10, "last_update": "2024-11-20 02:44:41", - "author_account_age_days": 326 + "author_account_age_days": 328 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 35, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 106, + "stars": 107, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 72, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3850 + "author_account_age_days": 3851 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 11, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3850 + "author_account_age_days": 3851 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 58, + "stars": 59, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 322, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 17, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1263 + "author_account_age_days": 1264 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 8, + "stars": 9, "last_update": "2024-10-06 22:04:28", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 117, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 61, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 9, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 46, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 796, + "stars": 798, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 68, "last_update": "2024-09-18 06:23:35", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 89, - "last_update": "2024-11-24 08:54:59", - "author_account_age_days": 2 + "stars": 127, + "last_update": "2024-11-25 11:31:34", + "author_account_age_days": 3 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 11, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 1, "last_update": "2024-09-26 04:40:37", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { - "stars": 4, + "stars": 5, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 16, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 46, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 3, "last_update": "2024-11-13 11:27:12", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { - "stars": 22, + "stars": 23, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1358 + "author_account_age_days": 1359 + }, + "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { + "stars": 2, + "last_update": "2024-11-25 06:41:37", + "author_account_age_days": 1359 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 12, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 98, + "stars": 99, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2469 + "author_account_age_days": 2471 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 31, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 122, "last_update": "2024-10-19 21:16:05", - "author_account_age_days": 1664 + "author_account_age_days": 1666 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 21, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 20, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4400 + "author_account_age_days": 4401 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-23 22:56:20", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { - "stars": 2, + "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 49, "last_update": "2024-11-21 08:34:35", - "author_account_age_days": 2868 + "author_account_age_days": 2869 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 49, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 995 + "author_account_age_days": 997 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 198, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 995 + "author_account_age_days": 997 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 2, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3699 + "author_account_age_days": 3700 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 114, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 200, + "stars": 201, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 12, "last_update": "2024-11-11 12:41:25", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 445, + "stars": 446, "last_update": "2024-10-31 02:07:35", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 44, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 59, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 1, - "last_update": "2024-10-30 20:49:10", - "author_account_age_days": 289 + "last_update": "2024-11-24 15:23:45", + "author_account_age_days": 290 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 140, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 686, + "stars": 689, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/Sxela/ComfyWarp": { "stars": 29, "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3525 + "author_account_age_days": 3526 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 682 + "author_account_age_days": 684 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 114, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3844 + "author_account_age_days": 3845 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 178, + "stars": 177, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3844 + "author_account_age_days": 3845 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 140, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2688 + "author_account_age_days": 2689 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 369, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 25, "last_update": "2024-09-26 05:27:16", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 12, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 119, + "stars": 122, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 494, + "stars": 507, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 22, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 328, + "stars": 331, "last_update": "2024-11-20 15:56:54", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 1, "last_update": "2024-10-27 10:20:38", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3719 + "author_account_age_days": 3720 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2368 + "author_account_age_days": 2369 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2368 + "author_account_age_days": 2369 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2368 + "author_account_age_days": 2369 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 14, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1828 + "author_account_age_days": 1830 }, "https://github.com/TemryL/ComfyS3": { "stars": 36, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1021 + "author_account_age_days": 1023 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 418, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1021 + "author_account_age_days": 1023 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 343, + "stars": 344, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 83, "last_update": "2024-10-21 04:43:12", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2865 + "author_account_age_days": 2866 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 4, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 399, + "stars": 400, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 421, "last_update": "2024-10-23 21:18:41", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 39, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 35, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 11, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 112, - "last_update": "2024-10-15 01:27:43", - "author_account_age_days": 3533 + "last_update": "2024-11-25 05:11:09", + "author_account_age_days": 3534 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 213, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 5074 + "author_account_age_days": 5076 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 165, + "stars": 166, "last_update": "2024-11-20 05:05:18", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 4, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 11, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 3, "last_update": "2024-11-18 19:38:19", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2024-11-23 13:09:35", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 47, "last_update": "2024-11-24 04:39:41", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 71, + "stars": 73, "last_update": "2024-10-01 01:42:45", - "author_account_age_days": 2063 + "author_account_age_days": 2064 }, "https://github.com/WASasquatch/ASTERR": { "stars": 20, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 110, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 69, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 31, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1221, + "stars": 1224, "last_update": "2024-11-05 15:31:25", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 129 + "author_account_age_days": 130 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2024-11-08 03:29:16", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3905 + "author_account_age_days": 3906 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 27, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1316 + "author_account_age_days": 1317 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1131, + "stars": 1135, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 110 + "author_account_age_days": 112 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 23, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 161, "last_update": "2024-11-22 09:25:26", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 90, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 1, - "last_update": "2024-11-21 22:19:25", - "author_account_age_days": 359 + "last_update": "2024-11-25 09:56:21", + "author_account_age_days": 360 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 350, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 442, + "stars": 443, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 708, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 674, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1350, + "stars": 1351, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 198, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 789, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 92, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 197, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 99, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 144, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 622, + "stars": 623, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1603, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5693 + "author_account_age_days": 5694 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 111, "last_update": "2024-09-22 06:44:30", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 33, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 101, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4955 + "author_account_age_days": 4956 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 26, "last_update": "2024-11-23 13:08:46", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 248, + "stars": 249, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 30, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 44, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 3, "last_update": "2024-10-14 12:49:17", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 80, + "stars": 81, "last_update": "2024-11-24 08:21:25", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2823 + "author_account_age_days": 2825 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 19, "last_update": "2024-11-20 23:13:59", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 173, "last_update": "2024-10-25 22:41:24", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 178, + "stars": 179, "last_update": "2024-10-21 22:08:43", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 69, + "stars": 71, "last_update": "2024-11-15 05:45:58", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2487 + "author_account_age_days": 2488 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2487 + "author_account_age_days": 2488 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 1, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 3, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 25, "last_update": "2024-10-21 22:44:47", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 10, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3643 + "author_account_age_days": 3644 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1349 + "author_account_age_days": 1351 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 38, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1349 + "author_account_age_days": 1351 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 13, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1349 + "author_account_age_days": 1351 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 24, "last_update": "2024-09-22 17:15:44", - "author_account_age_days": 3739 + "author_account_age_days": 3740 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 2, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 8, - "last_update": "2024-11-24 13:11:45", - "author_account_age_days": 3439 + "last_update": "2024-11-25 09:05:21", + "author_account_age_days": 3440 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 51, "last_update": "2024-10-30 11:02:15", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 92, + "stars": 93, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 51, - "last_update": "2024-11-22 15:46:38", - "author_account_age_days": 753 + "last_update": "2024-11-24 23:46:12", + "author_account_age_days": 754 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 9, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 85, "last_update": "2024-11-17 20:28:12", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 16, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 86, "last_update": "2024-11-17 06:16:02", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/amaozhao/ComfyUI_DeployCash": { "stars": 2, "last_update": "2024-11-14 08:16:29", - "author_account_age_days": 5185 + "author_account_age_days": 5186 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { - "stars": 13, + "stars": 14, "last_update": "2024-11-24 04:31:08", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/arcum42/ComfyUI_SageUtils": { - "stars": 0, - "last_update": "2024-11-24 12:54:26", - "author_account_age_days": 5901 + "stars": 1, + "last_update": "2024-11-25 02:54:12", + "author_account_age_days": 5902 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 25, "last_update": "2024-11-20 04:42:50", - "author_account_age_days": 2498 + "author_account_age_days": 2499 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 2, "last_update": "2024-11-21 10:38:02", - "author_account_age_days": 3687 + "author_account_age_days": 3688 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 41, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 207, "last_update": "2024-10-01 18:14:49", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 131, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 98, + "stars": 100, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 15, "last_update": "2024-09-07 00:30:17", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 61, "last_update": "2024-09-07 02:37:03", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 246, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 10, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 31, "last_update": "2024-11-08 15:32:21", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 59, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5515 + "author_account_age_days": 5516 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 984 + "author_account_age_days": 985 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 10, "last_update": "2024-11-23 14:41:28", - "author_account_age_days": 2687 + "author_account_age_days": 2688 }, "https://github.com/banodoco/steerable-motion": { "stars": 840, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2452 + "author_account_age_days": 2453 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 5, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4279 + "author_account_age_days": 4281 }, "https://github.com/bash-j/mikey_nodes": { "stars": 115, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4340 + "author_account_age_days": 4341 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 42, "last_update": "2024-10-05 12:32:45", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/bentoml/ComfyUI-IDL": { "stars": 1, - "last_update": "2024-11-22 14:38:08", - "author_account_age_days": 2063 + "last_update": "2024-11-25 10:52:59", + "author_account_age_days": 2064 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3660 + "author_account_age_days": 3661 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 47, "last_update": "2024-11-23 16:55:12", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 36, "last_update": "2024-10-10 22:10:48", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 15, "last_update": "2024-11-16 17:44:36", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 111, "last_update": "2024-10-14 10:36:17", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 24, "last_update": "2024-09-18 22:45:55", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 158, + "stars": 159, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 5, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4720 + "author_account_age_days": 4721 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 8, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 9, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4897 + "author_account_age_days": 4898 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { - "stars": 1, + "stars": 2, "last_update": "2024-11-22 02:52:35", - "author_account_age_days": 61 + "author_account_age_days": 62 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-11-22 02:52:14", - "author_account_age_days": 61 + "author_account_age_days": 62 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4251 + "author_account_age_days": 4252 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 10, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 16, "last_update": "2024-10-28 15:28:37", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 284, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 45, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5308 + "author_account_age_days": 5309 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 31, "last_update": "2024-11-10 19:10:50", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 20, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1328 + "author_account_age_days": 1329 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1328 + "author_account_age_days": 1329 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1328 + "author_account_age_days": 1329 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1328 + "author_account_age_days": 1329 + }, + "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { + "stars": 1, + "last_update": "2024-11-25 06:25:43", + "author_account_age_days": 4669 }, "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": { - "stars": 0, + "stars": 1, "last_update": "2024-11-21 07:12:34", - "author_account_age_days": 4668 + "author_account_age_days": 4669 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3455 + "author_account_age_days": 3456 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3455 + "author_account_age_days": 3456 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-11-19 05:25:40", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 373, + "stars": 376, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 4, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3448 + "author_account_age_days": 3450 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 31, "last_update": "2024-11-15 01:51:15", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 112, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1306 + "author_account_age_days": 1307 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3989 + "author_account_age_days": 3990 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3989 + "author_account_age_days": 3990 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2024-11-16 16:03:42", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 248, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 390, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 49, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 214, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 146, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 98, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 14, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 17, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 73, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 245, "last_update": "2024-09-29 04:09:10", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 20, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1537, + "stars": 1550, "last_update": "2024-11-17 12:45:35", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 116, + "stars": 118, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 95, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 46, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3002 + "author_account_age_days": 3003 }, "https://github.com/choey/Comfy-Topaz": { "stars": 61, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5676 + "author_account_age_days": 5677 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-10-25 19:13:30", - "author_account_age_days": 4125 + "author_account_age_days": 4126 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1949 + "author_account_age_days": 1951 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 70, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 35, - "last_update": "2024-11-24 03:30:27", - "author_account_age_days": 4218 + "last_update": "2024-11-25 04:10:19", + "author_account_age_days": 4219 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 268, + "stars": 267, "last_update": "2024-11-24 02:12:03", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 504, + "stars": 506, "last_update": "2024-11-06 04:49:59", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 753 + "author_account_age_days": 755 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 166, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 75, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 27, + "stars": 28, "last_update": "2024-11-07 15:29:52", - "author_account_age_days": 5523 + "author_account_age_days": 5524 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1061, + "stars": 1064, "last_update": "2024-11-23 05:51:45", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 80, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 391, "last_update": "2024-10-24 19:01:03", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 350, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 247, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 135, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 3, "last_update": "2024-10-09 15:04:50", - "author_account_age_days": 2658 + "author_account_age_days": 2659 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 105, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2853 + "author_account_age_days": 2854 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 1, "last_update": "2024-11-21 06:15:53", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57635, - "last_update": "2024-11-24 10:55:10", - "author_account_age_days": 702 + "stars": 57776, + "last_update": "2024-11-25 10:07:35", + "author_account_age_days": 703 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 514, + "stars": 513, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 162, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2054 + "author_account_age_days": 2055 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4762 + "author_account_age_days": 4763 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 80, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4816 + "author_account_age_days": 4817 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 100, + "stars": 102, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4816 + "author_account_age_days": 4817 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 66, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/cozy-comfyui/cozy_link_toggle": { "stars": 5, "last_update": "2024-09-18 18:51:37", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 76, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 64, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/crystian/ComfyUI-Crystools": { "stars": 826, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 38, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 70, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 343, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4174, + "stars": 4183, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/cubiq/ComfyUI_InstantID": { "stars": 1313, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 613, + "stars": 615, "last_update": "2024-11-20 14:32:02", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 708, + "stars": 710, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 1, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 11, "last_update": "2024-11-23 16:59:58", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 12, "last_update": "2024-11-23 04:21:05", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 9, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 203, "last_update": "2024-10-06 20:44:01", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 242, + "stars": 243, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 42, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3504 + "author_account_age_days": 3506 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 22, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3504 + "author_account_age_days": 3506 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-11-23 03:57:25", - "author_account_age_days": 5477 + "author_account_age_days": 5478 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4581 + "author_account_age_days": 4583 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 1, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 40, "last_update": "2024-11-12 09:54:43", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 93, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 73, "last_update": "2024-09-17 03:26:53", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 12, "last_update": "2024-09-19 08:42:40", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-09-29 15:39:50", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-10-08 13:56:51", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-10-08 14:31:29", - "author_account_age_days": 4688 + "author_account_age_days": 4689 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 78, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4688 + "author_account_age_days": 4689 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3649 + "author_account_age_days": 3651 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 152, + "stars": 153, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5449 + "author_account_age_days": 5450 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 86, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5449 + "author_account_age_days": 5450 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 11, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 62 + "author_account_age_days": 63 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6127 + "author_account_age_days": 6128 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6127 + "author_account_age_days": 6128 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 229, + "stars": 233, "last_update": "2024-11-22 23:53:43", - "author_account_age_days": 4357 + "author_account_age_days": 4358 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 12, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4357 + "author_account_age_days": 4358 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4144 + "author_account_age_days": 4145 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 149, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 205, + "stars": 207, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4039 + "author_account_age_days": 4040 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 68, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 6, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 109, "last_update": "2024-10-21 07:57:15", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 275, + "stars": 276, "last_update": "2024-09-08 13:44:29", - "author_account_age_days": 4437 + "author_account_age_days": 4438 }, "https://github.com/dmMaze/sketch2manga": { "stars": 38, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2002 + "author_account_age_days": 2003 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 87, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { "stars": 12, "last_update": "2024-09-03 00:13:10", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3922 + "author_account_age_days": 3924 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2024-11-08 10:21:53", - "author_account_age_days": 3930 + "author_account_age_days": 3931 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4956 + "author_account_age_days": 4957 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 15, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2616 + "author_account_age_days": 2617 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 9, "last_update": "2024-11-12 12:43:52", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 65, - "last_update": "2024-11-07 01:09:42", - "author_account_age_days": 425 + "stars": 66, + "last_update": "2024-11-25 12:24:26", + "author_account_age_days": 426 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 26, "last_update": "2024-09-12 08:06:41", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 314, + "stars": 317, "last_update": "2024-09-24 15:03:43", - "author_account_age_days": 149 + "author_account_age_days": 151 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 84, + "stars": 85, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 436 + "author_account_age_days": 438 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 122, + "stars": 123, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 12, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2024-11-19 12:58:44", - "author_account_age_days": 1241 + "author_account_age_days": 1242 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 11, "last_update": "2024-10-24 14:57:27", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 714 + "author_account_age_days": 716 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5197 + "author_account_age_days": 5198 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5197 + "author_account_age_days": 5198 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5197 + "author_account_age_days": 5198 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 38, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 143, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 304, + "stars": 305, "last_update": "2024-11-24 11:27:03", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 11, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 916, + "stars": 917, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 239, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { - "stars": 141, + "stars": 142, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 209, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 436, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3648 + "author_account_age_days": 3649 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3775 + "author_account_age_days": 3776 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5260 + "author_account_age_days": 5261 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 59, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5260 + "author_account_age_days": 5261 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5260 + "author_account_age_days": 5261 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2473 + "author_account_age_days": 2475 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 53, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 518, + "stars": 519, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2359 + "author_account_age_days": 2360 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 6, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 96, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 55, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 16, - "last_update": "2024-11-09 13:34:50", - "author_account_age_days": 2134 + "stars": 18, + "last_update": "2024-11-25 11:24:33", + "author_account_age_days": 2135 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5105 + "author_account_age_days": 5106 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 81, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { - "stars": 316, + "stars": 317, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-11-04 10:52:05", - "author_account_age_days": 4012 + "author_account_age_days": 4013 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2164 + "author_account_age_days": 2166 }, "https://github.com/giriss/comfy-image-saver": { "stars": 200, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5152 + "author_account_age_days": 5153 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 154, "last_update": "2024-11-23 19:16:00", - "author_account_age_days": 2650 + "author_account_age_days": 2652 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 33, - "last_update": "2024-11-19 11:05:07", - "author_account_age_days": 726 + "last_update": "2024-11-25 12:37:14", + "author_account_age_days": 727 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3898 + "author_account_age_days": 3900 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3898 + "author_account_age_days": 3900 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 106 + "author_account_age_days": 108 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 6, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3266 + "author_account_age_days": 3267 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 58, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 76, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 43, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 416, + "stars": 418, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 18, "last_update": "2024-11-21 17:50:46", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 121, + "stars": 122, "last_update": "2024-11-21 15:36:07", - "author_account_age_days": 673 + "author_account_age_days": 674 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 42, "last_update": "2024-11-03 21:16:07", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2004 + "author_account_age_days": 2005 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 4990 + "author_account_age_days": 4991 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 17, "last_update": "2024-09-09 06:32:49", - "author_account_age_days": 4820 + "author_account_age_days": 4821 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4820 + "author_account_age_days": 4821 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4820 + "author_account_age_days": 4821 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4820 + "author_account_age_days": 4821 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4820 + "author_account_age_days": 4821 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4820 + "author_account_age_days": 4821 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { - "stars": 10, + "stars": 11, "last_update": "2024-11-12 09:17:03", - "author_account_age_days": 2090 + "author_account_age_days": 2091 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 62, - "last_update": "2024-11-22 09:47:00", - "author_account_age_days": 2090 + "last_update": "2024-11-25 07:59:52", + "author_account_age_days": 2091 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 5, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1049, - "last_update": "2024-11-24 10:14:49", - "author_account_age_days": 3048 + "stars": 1054, + "last_update": "2024-11-25 15:18:40", + "author_account_age_days": 3049 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 44, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 161, + "stars": 162, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5265 + "author_account_age_days": 5266 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 2, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4796 + "author_account_age_days": 4797 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 536, + "stars": 537, "last_update": "2024-08-27 18:52:24", - "author_account_age_days": 3028 + "author_account_age_days": 3030 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1494, "last_update": "2024-08-27 19:32:57", - "author_account_age_days": 3028 + "author_account_age_days": 3030 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 56, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3028 + "author_account_age_days": 3030 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 59, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3028 + "author_account_age_days": 3030 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 118, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 3028 + "author_account_age_days": 3030 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 422, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3028 + "author_account_age_days": 3030 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 21, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5793 + "author_account_age_days": 5794 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1519 + "author_account_age_days": 1520 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3041 + "author_account_age_days": 3042 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 13, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3263 + "author_account_age_days": 3264 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1710 + "author_account_age_days": 1711 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { - "stars": 1, + "stars": 2, "last_update": "2024-11-22 11:10:39", - "author_account_age_days": 2359 + "author_account_age_days": 2360 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4258 + "author_account_age_days": 4260 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 153, "last_update": "2024-10-31 18:53:15", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5444 + "author_account_age_days": 5445 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { - "stars": 16, + "stars": 17, "last_update": "2024-11-10 06:52:28", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 37, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 527, + "stars": 528, "last_update": "2024-11-19 15:40:09", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 3, "last_update": "2024-11-22 04:25:21", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 30, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2380 + "author_account_age_days": 2381 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { - "stars": 0, + "stars": 1, "last_update": "2024-11-22 04:22:29", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 61, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 69, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 997, + "stars": 1002, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 39, "last_update": "2024-11-14 07:12:08", - "author_account_age_days": 1724 + "author_account_age_days": 1726 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1130 + "author_account_age_days": 1131 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 16, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 64, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 36, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3084 + "author_account_age_days": 3085 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 128, + "stars": 129, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 6, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3190 + "author_account_age_days": 3191 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/jitcoder/lora-info": { "stars": 66, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4193 + "author_account_age_days": 4194 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 7, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2024-09-15 07:35:53", - "author_account_age_days": 4364 + "author_account_age_days": 4366 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4750 + "author_account_age_days": 4751 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 375, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 129, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4951 + "author_account_age_days": 4952 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 19, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5146 + "author_account_age_days": 5147 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4082 + "author_account_age_days": 4084 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 14, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 66, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 24, + "stars": 25, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 156, - "last_update": "2024-11-23 09:38:36", - "author_account_age_days": 1265 + "stars": 157, + "last_update": "2024-11-25 09:29:45", + "author_account_age_days": 1266 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 57, "last_update": "2024-11-23 03:02:50", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2024-10-30 14:53:11", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 46, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 30, - "last_update": "2024-11-23 11:29:45", - "author_account_age_days": 4834 + "stars": 93, + "last_update": "2024-11-24 20:25:04", + "author_account_age_days": 4835 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 14, "last_update": "2024-09-27 12:39:38", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/kale4eat/ComfyUI-string-util": { - "stars": 1, + "stars": 2, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 6, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 162, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 40, + "stars": 41, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1112 + "author_account_age_days": 1113 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 164, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { - "stars": 133, + "stars": 134, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 187, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1002, - "last_update": "2024-11-23 15:09:00", - "author_account_age_days": 2336 + "stars": 1016, + "last_update": "2024-11-24 20:27:30", + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 156, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 114, + "stars": 119, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 205, + "stars": 207, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 58, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 634, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 767, + "stars": 771, "last_update": "2024-11-06 15:59:52", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 511, + "stars": 513, "last_update": "2024-11-21 00:02:44", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 163, + "stars": 164, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 92, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 784, + "stars": 787, "last_update": "2024-10-31 11:40:56", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 665, - "last_update": "2024-11-22 15:15:56", - "author_account_age_days": 2336 + "stars": 667, + "last_update": "2024-11-25 14:47:28", + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 561, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 76, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 54, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1662, + "stars": 1665, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 89, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 185, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 470, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 337, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 29, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 41, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 306, + "stars": 309, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1598, + "stars": 1601, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 159, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 94, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 659, + "stars": 660, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 26, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 45, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/klinter007/klinter_nodes": { "stars": 17, - "last_update": "2024-11-02 06:45:07", - "author_account_age_days": 578 + "last_update": "2024-11-25 05:11:30", + "author_account_age_days": 579 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 175, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1962 + "author_account_age_days": 1963 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1093 + "author_account_age_days": 1095 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 929 + "author_account_age_days": 930 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 49, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 28, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3229 + "author_account_age_days": 3230 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 22, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 8, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 5, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2024-09-22 13:13:07", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 12, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 5, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3932 + "author_account_age_days": 3933 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { "stars": 13, "last_update": "2024-11-23 02:30:54", - "author_account_age_days": 2763 + "author_account_age_days": 2764 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 7, "last_update": "2024-08-27 22:08:40", - "author_account_age_days": 3649 + "author_account_age_days": 3650 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 21, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 44, "last_update": "2024-10-30 14:52:42", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/licyk/ComfyUI-HakuImg": { - "stars": 2, + "stars": 3, "last_update": "2024-11-22 14:46:24", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 5, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 3062 + "author_account_age_days": 3064 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3945 + "author_account_age_days": 3946 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { - "stars": 0, + "stars": 1, "last_update": "2024-11-24 09:11:25", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 2, "last_update": "2024-11-20 16:22:08", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 58, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3360 + "author_account_age_days": 3362 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 67, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3360 + "author_account_age_days": 3362 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3360 + "author_account_age_days": 3362 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 94, + "stars": 95, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3360 + "author_account_age_days": 3362 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3360 + "author_account_age_days": 3362 }, "https://github.com/ljleb/comfy-mecha": { "stars": 56, "last_update": "2024-11-09 23:42:33", - "author_account_age_days": 2616 + "author_account_age_days": 2617 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 226, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/lks-ai/anynode": { "stars": 500, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 85, "last_update": "2024-11-18 06:35:22", - "author_account_age_days": 2246 + "author_account_age_days": 2247 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 50, "last_update": "2024-11-11 05:33:24", - "author_account_age_days": 2246 + "author_account_age_days": 2247 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 6, - "last_update": "2024-11-23 17:52:53", - "author_account_age_days": 4632 + "last_update": "2024-11-25 01:25:48", + "author_account_age_days": 4634 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 15, + "stars": 16, "last_update": "2024-11-24 04:11:14", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 4, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 27, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 8, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 105, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 655, - "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 275 + "stars": 658, + "last_update": "2024-11-25 00:42:16", + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 173, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 23, + "stars": 61, "last_update": "2024-11-24 07:49:58", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 253, + "stars": 254, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 42, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 33, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 9, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-10-23 17:49:19", - "author_account_age_days": 4317 + "author_account_age_days": 4319 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 7, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4317 + "author_account_age_days": 4319 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 72, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4317 + "author_account_age_days": 4319 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4317 + "author_account_age_days": 4319 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 6, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 374, + "stars": 378, "last_update": "2024-11-10 14:35:17", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 22, "last_update": "2024-11-23 07:25:20", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 31, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 35, + "stars": 38, "last_update": "2024-11-21 18:31:34", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1909, + "stars": 1912, "last_update": "2024-11-22 12:37:37", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 435, - "last_update": "2024-11-22 09:22:45", - "author_account_age_days": 615 + "stars": 437, + "last_update": "2024-11-25 14:24:28", + "author_account_age_days": 616 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 7044, - "last_update": "2024-11-24 00:20:46", - "author_account_age_days": 615 + "stars": 7070, + "last_update": "2024-11-25 14:45:46", + "author_account_age_days": 616 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 33, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3960 + "author_account_age_days": 3961 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 39, - "last_update": "2024-11-24 01:25:50", - "author_account_age_days": 2187 + "last_update": "2024-11-25 00:25:51", + "author_account_age_days": 2189 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 180, "last_update": "2024-09-20 22:53:39", - "author_account_age_days": 1264 + "author_account_age_days": 1265 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, "last_update": "2024-08-27 13:15:51", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3659 + "author_account_age_days": 3660 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 166, + "stars": 165, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5907 + "author_account_age_days": 5908 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 57, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 77, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 10, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1560 + "author_account_age_days": 1561 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 58, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 5, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4703 + "author_account_age_days": 4704 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 219, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3073 + "author_account_age_days": 3074 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1132, + "stars": 1134, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2254 + "author_account_age_days": 2256 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 53, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { - "stars": 71, + "stars": 70, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4593 + "author_account_age_days": 4594 }, "https://github.com/melMass/comfy_mtb": { "stars": 451, "last_update": "2024-11-20 22:03:13", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3825 + "author_account_age_days": 3826 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 16, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 270, + "stars": 275, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2717 + "author_account_age_days": 2718 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 51, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6069 + "author_account_age_days": 6070 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { - "stars": 28, + "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6069 + "author_account_age_days": 6070 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 179, + "stars": 180, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 74 + "author_account_age_days": 75 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 47, + "stars": 48, "last_update": "2024-11-08 10:02:39", - "author_account_age_days": 1373 + "author_account_age_days": 1374 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/mithamunda/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-10-29 12:04:37", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/mithamunda/ComfyUI-ollama_killer": { "stars": 2, "last_update": "2024-10-27 13:47:22", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/modelscope/comfyscope": { "stars": 3, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/modelscope/scepter": { "stars": 428, - "last_update": "2024-11-21 07:43:00", - "author_account_age_days": 853 + "last_update": "2024-11-25 06:24:58", + "author_account_age_days": 854 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4757 + "author_account_age_days": 4758 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, - "last_update": "2024-11-24 11:39:33", - "author_account_age_days": 1476 + "last_update": "2024-11-25 14:24:35", + "author_account_age_days": 1478 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 1, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2454 + "author_account_age_days": 2455 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4091 + "author_account_age_days": 4092 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3098 + "author_account_age_days": 3100 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1533 + "author_account_age_days": 1534 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1533 + "author_account_age_days": 1534 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 5, "last_update": "2024-11-22 03:49:15", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3827 + "author_account_age_days": 3828 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3827 + "author_account_age_days": 3828 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 182, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 44, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 30, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 430 + "author_account_age_days": 432 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2024-11-10 06:40:48", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 81, + "stars": 83, "last_update": "2024-11-19 06:28:54", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 8, "last_update": "2024-11-24 09:40:44", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4162 + "author_account_age_days": 4164 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 157, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 32, + "stars": 33, "last_update": "2024-11-14 02:12:13", - "author_account_age_days": 4873 + "author_account_age_days": 4874 }, "https://github.com/niknah/quick-connections": { "stars": 127, "last_update": "2024-11-19 12:39:37", - "author_account_age_days": 4873 + "author_account_age_days": 4874 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 52, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3656 + "author_account_age_days": 3657 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 21, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 34, "last_update": "2024-10-27 05:44:41", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 10, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1815 + "author_account_age_days": 1816 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 21, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2896 + "author_account_age_days": 2897 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 201, + "stars": 200, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2713 + "author_account_age_days": 2714 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1870 + "author_account_age_days": 1871 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 22, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 653, + "stars": 654, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1329 + "author_account_age_days": 1330 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 94, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 17, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 130, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1707 + "author_account_age_days": 1708 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1229 + "author_account_age_days": 1231 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 26, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2555 + "author_account_age_days": 2557 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2482 + "author_account_age_days": 2484 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 24, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5206 + "author_account_age_days": 5207 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 37, + "stars": 36, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5206 + "author_account_age_days": 5207 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 11, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 219, "last_update": "2024-11-06 03:18:32", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 183, "last_update": "2024-08-28 08:07:53", - "author_account_age_days": 5233 + "author_account_age_days": 5234 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 1, "last_update": "2024-11-13 02:49:48", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 150, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 39, + "stars": 38, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2441 + "author_account_age_days": 2442 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 122 + "author_account_age_days": 124 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 19, "last_update": "2024-11-21 04:03:25", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 93, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 475 + "author_account_age_days": 476 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 24, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 20, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5721 + "author_account_age_days": 5722 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 4, - "last_update": "2024-11-21 03:32:57", - "author_account_age_days": 4140 + "stars": 5, + "last_update": "2024-11-25 15:19:17", + "author_account_age_days": 4141 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1249, + "stars": 1253, "last_update": "2024-09-16 04:37:55", - "author_account_age_days": 2849 + "author_account_age_days": 2851 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1867, + "stars": 1871, "last_update": "2024-11-07 20:47:25", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 659, + "stars": 660, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 134, + "stars": 135, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 929 + "author_account_age_days": 931 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 66, + "stars": 68, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 929 + "author_account_age_days": 931 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { - "stars": 1, + "stars": 2, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1475 + "author_account_age_days": 1476 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 48, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 913 + "author_account_age_days": 915 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-11-07 13:39:12", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 80, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 31, + "stars": 32, "last_update": "2024-11-21 07:44:20", - "author_account_age_days": 2157 + "author_account_age_days": 2158 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 17, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5774 + "author_account_age_days": 5775 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 289, + "stars": 290, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 24, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 12, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/replicate/comfyui-replicate": { "stars": 158, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2024-10-19 11:07:01", - "author_account_age_days": 4638 + "author_account_age_days": 4639 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1213, - "last_update": "2024-11-06 04:09:48", - "author_account_age_days": 5127 + "stars": 1220, + "last_update": "2024-11-24 20:58:58", + "author_account_age_days": 5128 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 4, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5790 + "author_account_age_days": 5791 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5790 + "author_account_age_days": 5791 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 4985 + "author_account_age_days": 4987 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 19, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3699 + "author_account_age_days": 3701 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 43, - "last_update": "2024-11-21 21:56:49", - "author_account_age_days": 4258 + "stars": 45, + "last_update": "2024-11-24 22:47:51", + "author_account_age_days": 4259 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 6, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 3, "last_update": "2024-11-16 14:18:28", - "author_account_age_days": 2463 + "author_account_age_days": 2464 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 96, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4308 + "author_account_age_days": 4309 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-lite": { - "stars": 2, + "stars": 3, "last_update": "2024-11-22 06:22:54", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 320 + "author_account_age_days": 322 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 0, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { - "stars": 3, + "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 301, + "stars": 306, "last_update": "2024-11-24 13:21:02", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4910 + "author_account_age_days": 4911 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 3, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 387 + "author_account_age_days": 389 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/seanlynch/srl-nodes": { "stars": 4, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 26, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 423, + "stars": 424, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1314, + "stars": 1315, "last_update": "2024-11-21 01:40:33", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 102, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 12, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 26, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 240, + "stars": 239, "last_update": "2024-10-09 06:04:48", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 327, "last_update": "2024-11-08 06:36:57", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 8, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 217, + "stars": 216, "last_update": "2024-11-18 04:16:43", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 2, "last_update": "2024-09-20 19:12:36", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 2, "last_update": "2024-09-20 19:12:27", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, "last_update": "2024-08-27 05:44:22", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4460 + "author_account_age_days": 4461 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 20, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/siliconflow/BizyAir": { - "stars": 372, - "last_update": "2024-11-22 07:11:27", - "author_account_age_days": 458 + "stars": 375, + "last_update": "2024-11-25 14:31:22", + "author_account_age_days": 460 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 458 + "author_account_age_days": 460 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 7, "last_update": "2024-09-17 18:44:57", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 159, + "stars": 161, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 54, + "stars": 60, "last_update": "2024-11-23 08:23:56", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2235 + "author_account_age_days": 2236 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4092 + "author_account_age_days": 4093 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2867 + "author_account_age_days": 2869 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 16, "last_update": "2024-10-22 06:58:00", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 52, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 13, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 34, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 3, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 28, "last_update": "2024-10-30 12:39:57", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 309, - "last_update": "2024-11-22 07:49:13", - "author_account_age_days": 507 + "stars": 326, + "last_update": "2024-11-25 09:49:19", + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 6, + "stars": 7, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 44, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 52, + "stars": 53, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2024-09-09 14:06:25", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 167, + "stars": 169, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 49, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 28, "last_update": "2024-11-04 00:22:45", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 21, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 103, "last_update": "2024-11-02 01:10:28", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 18, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 70, "last_update": "2024-09-07 00:55:07", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 242, + "stars": 243, "last_update": "2024-11-18 12:56:16", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 8, "last_update": "2024-11-16 20:42:59", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 24, "last_update": "2024-11-03 00:46:15", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 46, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 184, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 140, + "stars": 141, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 70, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 44, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 164, "last_update": "2024-10-30 16:02:55", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 158, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5384 + "author_account_age_days": 5385 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 870, + "stars": 871, "last_update": "2024-10-11 05:02:38", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 87, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 83, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 379, + "stars": 382, "last_update": "2024-11-23 09:37:58", - "author_account_age_days": 4237 + "author_account_age_days": 4238 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 19, "last_update": "2024-11-11 12:14:38", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 6, "last_update": "2024-11-03 12:22:12", - "author_account_age_days": 4281 + "author_account_age_days": 4282 + }, + "https://github.com/stormcenter/ComfyUI-SVGFullfill": { + "stars": 4, + "last_update": "2024-11-24 15:58:45", + "author_account_age_days": 4282 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 21, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2705 + "author_account_age_days": 2706 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 751, + "stars": 752, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2705 + "author_account_age_days": 2706 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { - "stars": 27, + "stars": 28, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1999 + "author_account_age_days": 2000 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 37, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1999 + "author_account_age_days": 2000 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 28, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6083 + "author_account_age_days": 6084 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1028 + "author_account_age_days": 1030 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 28, "last_update": "2024-11-06 03:28:20", - "author_account_age_days": 1028 + "author_account_age_days": 1030 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 20, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { - "stars": 1, + "stars": 2, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 7, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3308 + "author_account_age_days": 3310 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 112, "last_update": "2024-09-13 01:46:14", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2051 + "author_account_age_days": 2052 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/taabata/ComfyCanvas": { "stars": 72, "last_update": "2024-11-18 22:21:36", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 251, + "stars": 252, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 16, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 60 + "author_account_age_days": 61 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 7, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5074 + "author_account_age_days": 5075 }, "https://github.com/talesofai/comfyui-browser": { "stars": 505, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 14, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4124 + "author_account_age_days": 4125 }, "https://github.com/tanglup/Comfyui-Ycnode": { - "stars": 28, - "last_update": "2024-11-24 04:47:43", - "author_account_age_days": 277 + "stars": 30, + "last_update": "2024-11-25 01:28:58", + "author_account_age_days": 278 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 150, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 41, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 47, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 217, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 334, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 66, + "stars": 67, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2493 + "author_account_age_days": 2494 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 108, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 18, "last_update": "2024-11-03 09:34:20", - "author_account_age_days": 3478 + "author_account_age_days": 3479 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2024-10-24 10:48:03", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4012 + "author_account_age_days": 4013 }, "https://github.com/tomudo/ComfyUI-ascii-art": { - "stars": 1, + "stars": 2, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 519, + "stars": 520, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3802 + "author_account_age_days": 3804 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 3973 + "author_account_age_days": 3974 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 38, "last_update": "2024-11-19 15:33:13", - "author_account_age_days": 3293 + "author_account_age_days": 3295 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2411 + "author_account_age_days": 2412 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5542 + "author_account_age_days": 5543 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 23, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 14, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1681 + "author_account_age_days": 1683 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4910 + "author_account_age_days": 4911 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4910 + "author_account_age_days": 4911 }, "https://github.com/tungdop2/Comfyui_face_restorer": { - "stars": 1, + "stars": 2, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1577 + "author_account_age_days": 1578 + }, + "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { + "stars": 1, + "last_update": "2024-11-25 14:17:40", + "author_account_age_days": 1578 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2902 + "author_account_age_days": 2903 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 763, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 93, + "stars": 95, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3855 + "author_account_age_days": 3857 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 139, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2467 + "author_account_age_days": 2468 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 13, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1469 + "author_account_age_days": 1470 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1469 + "author_account_age_days": 1470 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/valofey/Openrouter-Node": { "stars": 1, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1010 + "author_account_age_days": 1011 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2024-09-14 01:23:16", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2766 + "author_account_age_days": 2767 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-10-29 12:05:21", - "author_account_age_days": 3253 + "author_account_age_days": 3254 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 30, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3580 + "author_account_age_days": 3581 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 15, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 235, + "stars": 237, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 149, + "stars": 150, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 1991 + "author_account_age_days": 1993 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 1991 + "author_account_age_days": 1993 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { - "stars": 0, + "stars": 1, "last_update": "2024-11-20 03:59:11", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 58, + "stars": 59, "last_update": "2024-11-20 11:33:48", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1514 + "author_account_age_days": 1515 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1514 + "author_account_age_days": 1515 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 100, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3536 + "author_account_age_days": 3537 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 3, "last_update": "2024-10-28 08:18:15", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1120 + "author_account_age_days": 1122 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 4, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/wei30172/comfygen": { "stars": 7, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5640 + "author_account_age_days": 5641 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 34, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 7, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2791 + "author_account_age_days": 2792 + }, + "https://github.com/windfancy/zsq_prompt": { + "stars": 1, + "last_update": "2024-11-25 13:22:32", + "author_account_age_days": 1691 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4270 + "author_account_age_days": 4272 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { "stars": 2, "last_update": "2024-10-19 07:05:09", - "author_account_age_days": 3183 + "author_account_age_days": 3184 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 80, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5874 + "author_account_age_days": 5875 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5874 + "author_account_age_days": 5875 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 51, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1721 + "author_account_age_days": 1722 + }, + "https://github.com/wu12023/ComfyUI-Image-Evaluation": { + "stars": 1, + "last_update": "2024-11-25 13:54:44", + "author_account_age_days": 471 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 71, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2415 + "author_account_age_days": 2417 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5203 + "author_account_age_days": 5204 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 339, + "stars": 338, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1632 + "author_account_age_days": 1633 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 13, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 6, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 16, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 8, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4259 + "author_account_age_days": 4260 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 18, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4259 + "author_account_age_days": 4260 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 0, + "stars": 1, "last_update": "2024-11-21 10:47:22", - "author_account_age_days": 4259 + "author_account_age_days": 4260 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 12, "last_update": "2024-10-29 10:35:38", - "author_account_age_days": 2961 + "author_account_age_days": 2962 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3577 + "author_account_age_days": 3579 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 20, + "stars": 21, "last_update": "2024-11-04 09:49:40", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 85, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 29, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1077, - "last_update": "2024-11-23 14:12:31", - "author_account_age_days": 1493 + "stars": 1083, + "last_update": "2024-11-25 09:28:15", + "author_account_age_days": 1494 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 18, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 15, "last_update": "2024-11-18 16:43:25", - "author_account_age_days": 4028 + "author_account_age_days": 4029 }, "https://github.com/yorkane/ComfyUI-KYNode": { - "stars": 0, + "stars": 1, "last_update": "2024-11-17 11:45:56", - "author_account_age_days": 3542 + "author_account_age_days": 3543 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 581 + "author_account_age_days": 583 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 6, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 5, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 82, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 20, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 10, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 8, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 72, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 76, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 9, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 202, + "stars": 203, "last_update": "2024-11-19 21:42:23", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/zer0TF/cute-comfy": { "stars": 32, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 269 + "author_account_age_days": 271 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 69, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 36, "last_update": "2024-11-22 12:02:57", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 4, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { - "stars": 67, + "stars": 68, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3612 + "author_account_age_days": 3613 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1168, + "stars": 1169, "last_update": "2024-11-12 11:23:17", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/zmwv823/ComfyUI_Ctrlora": { "stars": 16, "last_update": "2024-11-21 06:20:08", - "author_account_age_days": 3422 + "author_account_age_days": 3423 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 271, + "stars": 276, "last_update": "2024-11-24 12:14:12", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5114 + "author_account_age_days": 5116 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index de4f7777..aba78cf5 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -13,6 +13,17 @@ + + { + "author": "AIFSH", + "title": "UltralightDigitalHuman-ComfyUI", + "reference": "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI", + "files": [ + "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/Ultralight-Digital-Human](https://github.com/anliyuan/Ultralight-Digital-Human)\nNOTE: The files in the repo are not organized." + }, { "author": "vahidzxc", "title": "ComfyUI-My-Handy-Nodes", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index cf0fd30f..1fd2960c 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -239,6 +239,15 @@ "title_aux": "IMAGDressing-ComfyUI" } ], + "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": [ + [ + "InferUltralightDigitalHumanNode", + "TrainUltralightDigitalHumanNode" + ], + { + "title_aux": "UltralightDigitalHuman-ComfyUI" + } + ], "https://github.com/AIFSH/UtilNodes-ComfyUI": [ [ "GetRGBEmptyImgae", @@ -578,6 +587,7 @@ [ "FinalFrameSelector", "PromptJournal", + "ReverseFrameSequence", "VideoMerge", "YouTubeVideoDownloader" ], @@ -2881,7 +2891,9 @@ "AddFluxFlow", "ApplyFluxRaveAttention", "ApplyRefFlux", + "ApplyRegionalConds", "ConfigureModifiedFlux", + "CreateRegionalCond", "FlowEditForwardSampler", "FlowEditReverseSampler", "FluxAttnOverride", @@ -2897,6 +2909,7 @@ "PrepareAttnBank", "RFDoubleBlocksOverride", "RFSingleBlocksOverride", + "RegionalStyleModelApply", "SEGAttention" ], { diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index c9b7f975..72340b49 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,1401 +2,1406 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 7, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4918 + "author_account_age_days": 4920 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 467 + "author_account_age_days": 469 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-11-07 07:18:41", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 90, + "stars": 91, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 57, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 384 + "author_account_age_days": 385 + }, + "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { + "stars": 75, + "last_update": "2024-11-25 11:39:23", + "author_account_age_days": 385 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 3, "last_update": "2024-11-22 04:47:53", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 49, "last_update": "2024-09-19 05:24:38", - "author_account_age_days": 1612 + "author_account_age_days": 1614 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2024-09-20 06:41:59", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-20 07:49:57", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 9, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 51, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 19, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2379 + "author_account_age_days": 2380 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { - "stars": 0, + "stars": 1, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { - "stars": 1, + "stars": 2, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1886 + "author_account_age_days": 1888 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 12, "last_update": "2024-11-18 12:03:45", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 17, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { - "stars": 0, + "stars": 1, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 930 + "author_account_age_days": 931 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/DoctorDiffusion/Doctor-Tools": { "stars": 1, - "last_update": "2024-11-23 22:29:24", - "author_account_age_days": 494 + "last_update": "2024-11-24 20:27:22", + "author_account_age_days": 495 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1185 + "author_account_age_days": 1186 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { - "stars": 14, + "stars": 15, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3302 + "author_account_age_days": 3304 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-11-20 10:50:32", - "author_account_age_days": 3284 + "author_account_age_days": 3286 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2067 + "author_account_age_days": 2068 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 133, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4780 + "author_account_age_days": 4781 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3421 + "author_account_age_days": 3422 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2024-10-07 03:01:03", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 3, - "last_update": "2024-11-10 19:14:04", - "author_account_age_days": 3343 + "last_update": "2024-11-24 15:55:30", + "author_account_age_days": 3344 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 646 + "author_account_age_days": 648 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 2, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 29, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 24, "last_update": "2024-11-01 19:51:52", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 2, "last_update": "2024-11-02 11:41:34", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { - "stars": 0, + "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 3, "last_update": "2024-10-23 14:54:56", - "author_account_age_days": 474 + "author_account_age_days": 476 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { - "stars": 0, + "stars": 1, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4769 + "author_account_age_days": 4770 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 58, + "stars": 59, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4192 + "author_account_age_days": 4194 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 362 + "author_account_age_days": 363 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2024-09-13 04:31:43", - "author_account_age_days": 1278 + "author_account_age_days": 1280 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 32, "last_update": "2024-10-28 18:37:11", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 46, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2024-11-17 21:14:02", - "author_account_age_days": 2613 + "author_account_age_days": 2615 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3676 + "author_account_age_days": 3678 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { - "stars": 59, + "stars": 70, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 36, + "stars": 37, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 266 + "author_account_age_days": 268 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/WASasquatch/ASTERR": { "stars": 20, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 46, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1577 + "author_account_age_days": 1578 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1922 + "author_account_age_days": 1924 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 86, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 285, + "stars": 288, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { - "stars": 218, + "stars": 219, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4407 + "author_account_age_days": 4408 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3439 + "author_account_age_days": 3440 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 64, "last_update": "2024-11-17 06:52:57", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2498 + "author_account_age_days": 2499 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { - "stars": 0, + "stars": 1, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4524 + "author_account_age_days": 4526 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 1, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 75, + "stars": 76, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3777 + "author_account_age_days": 3778 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 984 + "author_account_age_days": 985 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-11-15 16:49:18", - "author_account_age_days": 2687 + "author_account_age_days": 2688 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4439 + "author_account_age_days": 4440 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 60, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3261 + "author_account_age_days": 3263 }, "https://github.com/celll1/cel_sampler": { - "stars": 1, + "stars": 2, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 4, "last_update": "2024-11-15 18:58:49", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3271 + "author_account_age_days": 3272 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 42, "last_update": "2024-10-03 06:10:39", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 57635, - "last_update": "2024-11-24 10:55:10", - "author_account_age_days": 702 + "stars": 57776, + "last_update": "2024-11-25 10:07:35", + "author_account_age_days": 703 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 334, + "stars": 335, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1968 + "author_account_age_days": 1969 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 231, + "stars": 232, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2140 + "author_account_age_days": 2141 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-10-05 17:08:36", - "author_account_age_days": 6127 + "author_account_age_days": 6128 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-10-23 01:53:11", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 75, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2925 + "author_account_age_days": 2926 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/evolox/ComfyUI-GeneraNodes": { "stars": 1, "last_update": "2024-11-14 15:20:44", - "author_account_age_days": 436 + "author_account_age_days": 438 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1578 + "author_account_age_days": 1579 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2024-11-13 18:38:10", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 200, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-11-12 20:37:32", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 1, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1537 + "author_account_age_days": 1538 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1697 + "author_account_age_days": 1698 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2292 + "author_account_age_days": 2294 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 13, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 1, "last_update": "2024-09-22 08:38:16", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5196 + "author_account_age_days": 5197 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 129 + "author_account_age_days": 131 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": { "stars": 1, "last_update": "2024-10-15 09:42:20", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2608 + "author_account_age_days": 2609 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-22 02:13:07", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-10-15 16:56:45", - "author_account_age_days": 5100 + "author_account_age_days": 5101 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2578 + "author_account_age_days": 2579 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 154, + "stars": 159, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 192, + "stars": 193, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 78, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 47, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 645, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 61, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 4, + "stars": 5, "last_update": "2024-11-22 12:25:49", - "author_account_age_days": 9 + "author_account_age_days": 10 }, "https://github.com/kk8bit/KayTool": { "stars": 4, "last_update": "2024-11-08 12:51:52", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/kostenickj/comfyui-jk-easy-nodes": { "stars": 1, - "last_update": "2024-11-24 09:49:26", - "author_account_age_days": 3202 + "last_update": "2024-11-25 15:18:17", + "author_account_age_days": 3203 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1093 + "author_account_age_days": 1095 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2805 + "author_account_age_days": 2806 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 6, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 57, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 7, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 102, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 830 + "author_account_age_days": 832 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 655, - "last_update": "2024-11-19 06:43:06", - "author_account_age_days": 275 + "stars": 658, + "last_update": "2024-11-25 00:42:16", + "author_account_age_days": 276 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 61, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4317 + "author_account_age_days": 4319 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 223, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2024-10-30 18:25:05", - "author_account_age_days": 201 + "author_account_age_days": 203 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1958 + "author_account_age_days": 1959 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2408 + "author_account_age_days": 2409 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-10-25 17:17:39", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { - "stars": 0, + "stars": 1, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1334 + "author_account_age_days": 1335 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 45, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2031 + "author_account_age_days": 2033 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2031 + "author_account_age_days": 2033 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3933 + "author_account_age_days": 3934 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4035 + "author_account_age_days": 4036 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4035 + "author_account_age_days": 4036 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4035 + "author_account_age_days": 4036 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4035 + "author_account_age_days": 4036 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "stars": 135, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5021 + "author_account_age_days": 5022 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4702 + "author_account_age_days": 4703 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 9, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { - "stars": 11, + "stars": 10, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 4, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2482 + "author_account_age_days": 2484 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 80, "last_update": "2024-11-16 21:20:11", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5276 + "author_account_age_days": 5278 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/prabinpebam/anyPython": { "stars": 10, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4395 + "author_account_age_days": 4396 }, "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 49, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2252 + "author_account_age_days": 2253 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 46, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 58 + "author_account_age_days": 59 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5233 + "author_account_age_days": 5234 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 387 + "author_account_age_days": 389 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4091 + "author_account_age_days": 4092 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 5, "last_update": "2024-11-11 14:04:59", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3467 + "author_account_age_days": 3469 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/sofakid/dandy": { "stars": 44, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2689 + "author_account_age_days": 2690 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4237 + "author_account_age_days": 4238 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3991 + "author_account_age_days": 3992 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 1028 + "author_account_age_days": 1030 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 181, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5351 + "author_account_age_days": 5353 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 2, "last_update": "2024-11-15 03:03:13", - "author_account_age_days": 828 + "author_account_age_days": 830 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { - "stars": 0, + "stars": 1, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/void15700/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2929 + "author_account_age_days": 2930 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 8, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4744 + "author_account_age_days": 4745 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2024-10-14 02:08:33", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-11-13 01:43:17", - "author_account_age_days": 4169 + "author_account_age_days": 4171 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 301, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3612 + "author_account_age_days": 3613 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2136 + "author_account_age_days": 2137 } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f3ca6754..18d46648 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,68 @@ + { + "author": "tungdop2", + "title": "Joy Caption Alpha Two for ComfyUI", + "id": "joy-captioner-alpha-two", + "reference": "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two", + "files": [ + "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two" + ], + "install_type": "git-clone", + "description": "The Joy Caption Alpha Two node for ComfyUI, based on https://huggingface.co/spaces/fancyfeast/joy-caption-alpha-two" + }, + { + "author": "c0ffymachyne", + "title": "Bytebeat Synthesizer: Composing with Operators", + "reference": "https://github.com/c0ffymachyne/ComfyUI_BeatByte", + "files": [ + "https://github.com/c0ffymachyne/ComfyUI_BeatByte" + ], + "install_type": "git-clone", + "description": "Bytebeat is like composing music with the tools of a programmer’s toolkit. Instead of piano keys, you have operators like >>, |, and &. It’s like giving your CPU a guitar and letting it shred! 🤘" + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI Pixtral Large Extension", + "reference": "https://github.com/ShmuelRonen/ComfyUI_pixtral_large", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI_pixtral_large" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that integrates Mistral AI's Pixtral Large vision model, enabling powerful multimodal AI capabilities within ComfyUI. Pixtral Large is a 124B parameter model (123B decoder + 1B vision encoder) that can analyze up to 30 high-resolution images simultaneously." + }, + { + "author": "wu12023", + "title": "ComfyUI-Image-Evaluation", + "reference": "https://github.com/wu12023/ComfyUI-Image-Evaluation", + "files": [ + "https://github.com/wu12023/ComfyUI-Image-Evaluation" + ], + "install_type": "git-clone", + "description": "An extension to ComfyUI that evaluates images using multiple models." + }, + { + "author": "windfancy", + "title": "zsq_prompt", + "reference": "https://github.com/windfancy/zsq_prompt", + "files": [ + "https://github.com/windfancy/zsq_prompt" + ], + "install_type": "git-clone", + "description": "NODES: PromptStyler, PromptLatent, PromptCLIPEncode, PromptSelector" + }, + { + "author": "bobsblazed", + "title": "Bobs_Latent_Optimizer", + "reference": "https://github.com/BobsBlazed/Bobs_Latent_Optimizer", + "files": [ + "https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py" + ], + "install_type": "copy", + "description": "This custom node for ComfyUI is designed to optimize latent generation for use with FLUX, SDXL and SD3. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs." + }, + { "author": "logtd", "title": "ComfyUI-LTXTricks", @@ -29,7 +91,7 @@ "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl" ], "install_type": "git-clone", - "description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux." + "description": "This extension offers a new Apply-Style node for Redux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Redux." }, { "author": "ramesh-x90", @@ -632,66 +694,6 @@ ], "install_type": "git-clone", "description": "NODES:TTP_Hunyuan3DNode, TTP_SquareImage, TTP_GIFViewer" - }, - { - "author": "ARZUMATA", - "title": "ComfyUI-Qwen2", - "reference": "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2", - "files": [ - "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2" - ], - "install_type": "git-clone", - "description": "Qwen2 Nodes for ComfyUI.\nI needed to run Qwen2 on ComfyUI to use it in my workflow for batching images and captioning and none of the implementations I found on the web worked the way I wanted.[w/May contain bugs.]" - }, - { - "author": "ryanontheinside", - "title": "Doom", - "reference": "https://github.com/ryanontheinside/ComfyUI_Doom", - "files": [ - "https://github.com/ryanontheinside/ComfyUI_Doom" - ], - "install_type": "git-clone", - "description": "Play Doom in ComfyUI." - }, - { - "author": "wTechArtist", - "title": "ComfyUI-StableDelight-weiweiliang", - "reference": "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang", - "files": [ - "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang" - ], - "install_type": "git-clone", - "description": "Nodes:StableDelight-weiweiliang" - }, - { - "author": "VangengLab", - "title": "ComfyUI-LivePortrait_v2", - "reference": "https://github.com/VangengLab/ComfyUI-LivePortrait_v2", - "files": [ - "https://github.com/VangengLab/ComfyUI-LivePortrait_v2" - ], - "install_type": "git-clone", - "description": "We developed a custom_node for Liveportrait_v2 that enables flexible use on Comfyui to drive animal image-based emoji generation from videos." - }, - { - "author": "VangengLab", - "title": "ComfyUI-LivePortrait_v3", - "reference": "https://github.com/VangengLab/ComfyUI-LivePortrait_v3", - "files": [ - "https://github.com/VangengLab/ComfyUI-LivePortrait_v3" - ], - "install_type": "git-clone", - "description": "We developed a custom_node for Liveportrait_v3 that enables flexible use on Comfyui to drive image-based emoji generation from photos." - }, - { - "author": "jtydhr88", - "title": "ComfyUI-Hunyuan3D-1-wrapper", - "reference": "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper", - "files": [ - "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper" - ], - "install_type": "git-clone", - "description": "ComfyUI Hunyuan3D-1-wrapper is a custom node that allows you to run [a/Tencent/Hunyuan3D-1](https://github.com/Tencent/Hunyuan3D-1) in ComfyUI as a wrapper." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d0bbbd48..8f7388cb 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1898,6 +1898,14 @@ "title_aux": "ComfyUI-Rework-X" } ], + "https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py": [ + [ + "BobsFluxSDXLLatentNode" + ], + { + "title_aux": "Bobs_Latent_Optimizer" + } + ], "https://github.com/Bria-AI/ComfyUI-BRIA-API": [ [ "BriaEraser" @@ -2298,6 +2306,7 @@ [ "FinalFrameSelector", "PromptJournal", + "ReverseFrameSequence", "VideoMerge", "YouTubeVideoDownloader" ], @@ -5888,7 +5897,8 @@ [ "Florence2toCoordinatesButxy", "LoadImageWithName", - "Phi35VisionInstruct" + "LoadPhi35VisionModel", + "Phi35VisionRun" ], { "title_aux": "comfyui-florence2xy" @@ -6551,6 +6561,16 @@ "title_aux": "ComfyUI_Gemini_Flash" } ], + "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": [ + [ + "ComfyUIPixtralLarge", + "MultiImagesInput", + "preview_text" + ], + { + "title_aux": "ComfyUI Pixtral Large Extension" + } + ], "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [ [ "ComfyUIPixtralVision", @@ -6889,10 +6909,10 @@ ], "https://github.com/Steudio/ComfyUI_Steudio": [ [ - "Make Size", - "Make Tiles", - "Make Tiles Math", - "Unmake Tiles" + "Combine Tiles", + "Divide Image", + "Divide and Conquer Algorithm", + "Make Size" ], { "title_aux": "ComfyUI_Steudio" @@ -8338,21 +8358,19 @@ "https://github.com/YarvixPA/ComfyUI-NeuralMedia": [ [ "ApplyControlNet", - "BiRefNetNode", + "CLIPVisionStyleApply", "InpaintConditioningNode", - "InpaintNode", "LoadImagesFromFolderNode", "MultiControlnet", "MultiControlnetApply", "MultiControlnetUnion", - "OutpaintNode", + "RemoveBackgroundNode", "SDXLTextEncoderSimpleNode", "SaveCaptionsImages", "TextFieldNode", "TileCheckpointPatchNode", "UpscaleImageWithModel", - "VTracerImageVectorizerNode", - "WeldInpaintNode" + "VTracerImageVectorizerNode" ], { "title_aux": "ComfyUI-NeuralMedia" @@ -9321,6 +9339,7 @@ "Sage_LoraStack", "Sage_LoraStackDebugString", "Sage_LoraStackLoader", + "Sage_PonyPrefix", "Sage_SamplerInfo", "Sage_SaveImageWithMetadata", "Sage_SetFloat", @@ -10099,6 +10118,14 @@ "title_aux": "ComfyUI_SUNoise" } ], + "https://github.com/c0ffymachyne/ComfyUI_BeatByte": [ + [ + "BytebeatSynth" + ], + { + "title_aux": "Bytebeat Synthesizer: Composing with Operators" + } + ], "https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": [ [ "SignalProcessingFilter", @@ -12788,6 +12815,7 @@ "Eden_DetermineFrameCount", "Eden_Float", "Eden_FloatToInt", + "Eden_GPTPromptEnhancer", "Eden_IMG_padder", "Eden_IMG_unpadder", "Eden_Image_Math", @@ -13523,6 +13551,9 @@ "FluxDev_BFL", "FluxPro11Ultra_BFL", "FluxPro11_BFL", + "FluxProCanny_BFL", + "FluxProDepth_BFL", + "FluxProFill_BFL", "FluxPro_BFL" ], { @@ -13796,6 +13827,7 @@ "https://github.com/glifxyz/ComfyUI-GlifNodes": [ [ "FilmGrain", + "FluxReduxFloatRamp", "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", "GlifVariable", @@ -15807,8 +15839,7 @@ ], "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": [ [ - "StyleModelApplyAdvanced", - "StyleModelApplyInterpolation", + "ReduxAdvanced", "StyleModelApplySimple" ], { @@ -16283,6 +16314,7 @@ "CustomControlNetWeightsFluxFromList", "CustomSigmas", "DifferentialDiffusionAdvanced", + "DiffusionModelLoaderKJ", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", "DummyOut", @@ -16645,18 +16677,13 @@ "https://github.com/klinter007/klinter_nodes": [ [ "ExtraPadding", - "Filter", - "Florence2Captions2IPA", - "FluxSizeSelector", "FolderLoader", - "PresentString", - "SingleString", + "LoadImagePlus", "SizeSelector", - "TextAppendNode", "YellowBus", - "YellowBusV2", "ZoomOutComposer", - "concat" + "concat", + "filter" ], { "title_aux": "Klinter_nodes" @@ -17373,7 +17400,9 @@ "AddFluxFlow", "ApplyFluxRaveAttention", "ApplyRefFlux", + "ApplyRegionalConds", "ConfigureModifiedFlux", + "CreateRegionalCond", "FlowEditForwardSampler", "FlowEditReverseSampler", "FluxAttnOverride", @@ -17389,6 +17418,7 @@ "PrepareAttnBank", "RFDoubleBlocksOverride", "RFSingleBlocksOverride", + "RegionalStyleModelApply", "SEGAttention" ], { @@ -18772,12 +18802,16 @@ ], "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ + "IntSelector", + "LatentSelector", "MultipartCLIPTextEncode", "MultipleLoraTagLoader", "PromptLoader", "StringConcat", + "StringSelector", "StringSub", "StringViewer", + "SummaryReader", "TomlPromptDecode" ], { @@ -21550,6 +21584,15 @@ "title_aux": "ComfyUI LivePhoto Creator" } ], + "https://github.com/stormcenter/ComfyUI-SVGFullfill": [ + [ + "SVGEditor", + "SVGUploader" + ], + { + "title_aux": "ComfyUI-SVGFullfill" + } + ], "https://github.com/storyicon/comfyui_musev_evolved": [ [ "AnimationZoom (comfyui_musev_evolved)", @@ -22126,6 +22169,14 @@ "title_aux": "Face Restorer for ComfyUI" } ], + "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": [ + [ + "JoyCaptioner" + ], + { + "title_aux": "Joy Caption Alpha Two for ComfyUI" + } + ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ [ "ImageSmartCrop" @@ -22578,6 +22629,17 @@ "title_aux": "ComfyUI-Environment-Visualizer" } ], + "https://github.com/windfancy/zsq_prompt": [ + [ + "PromptCLIPEncode", + "PromptLatent", + "PromptSelector", + "PromptStyler" + ], + { + "title_aux": "zsq_prompt" + } + ], "https://github.com/wmatson/easy-comfy-nodes": [ [ "EZAssocDictNode", @@ -22656,6 +22718,14 @@ "title_aux": "ComfyUI-RK-Sampler" } ], + "https://github.com/wu12023/ComfyUI-Image-Evaluation": [ + [ + "Clip_Score-\ud83d\udd2c" + ], + { + "title_aux": "ComfyUI-Image-Evaluation" + } + ], "https://github.com/wujm424606/ComfyUi-Ollama-YN": [ [ "MyOllamaDeleteModel", @@ -23650,14 +23720,6 @@ "title_aux": "Hayo comfyui nodes" } ], - "https://raw.githubusercontent.com/BobsBlazed/Bobs_Latent_Optimizer/refs/heads/main/Bobs_Latent_Optimizer.py": [ - [ - "BobsFluxSDXLLatentNode" - ], - { - "title_aux": "Bobs_FLUX_SDXL_Latent_Optimizer" - } - ], "https://raw.githubusercontent.com/CaptainGrock/ComfyUIInvisibleWatermark/main/Invisible%20Watermark.py": [ [ "Apply Invisible Watermark",