From 6b2163c61fe0c0f064807c41c5c3f9713788672a Mon Sep 17 00:00:00 2001 From: "Eric W. Burns" Date: Mon, 27 Jan 2025 16:54:53 -0500 Subject: [PATCH 01/73] Update custom-node-list.json (EBU-LMStudio) (#1491) request to add EBU-LMStudio to the custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 35e8e76b..bcd2d328 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -90,6 +90,17 @@ "install_type": "git-clone", "description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA recolor example uses these nodes." }, + { + "author": "burnsbert", + "title": "EBU LMStudio LLM Integration", + "id": "ebu-lmstudio", + "reference": "https://github.com/burnsbert/ComfyUI-EBU-LMStudio", + "files": [ + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio" + ], + "install_type": "git-clone", + "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." + }, { "author": "Fannovel16", "title": "ComfyUI's ControlNet Auxiliary Preprocessors", From 0038d74b86a60609b6d0c839632c09d5bcf7eb6f Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Mon, 27 Jan 2025 14:55:16 -0700 Subject: [PATCH 02/73] Add ComfyUI pytorch360convert extension (#1489) * add pytorch360convert extension * Change title * Update extension-node-map.json * Update extension-node-map.json * Update extension-node-map.json * Update custom-node-list.json * Update extension-node-map.json * Update custom-node-list.json * Update extension-node-map.json * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ extension-node-map.json | 22 +++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index bcd2d328..6c142e09 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20621,5 +20621,16 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "author": "ProGamerGov", + "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", + "id": "pytorch360convert", + "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." + }, ] } diff --git a/extension-node-map.json b/extension-node-map.json index e6e39c13..2f1ebb2f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -28101,4 +28101,24 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [ + [ + "Cubemap to Equirectangular", + "Equirectangular to Cubemap", + "Equirectangular to Perspective", + "Equirectangular Rotation", + "Split Cubemap Faces", + "Stack Cubemap Faces", + "Roll Image Axes", + "Crop Image with Coords", + "Paste Image with Coords", + ], + { + "author": "ProGamerGov", + "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano.", + "title_aux": "ComfyUI_pytorch360convert", + "nickname": "pytorch360convert", + "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", + } + ], +} From 9767f6244fa2141adf5821829119daf6d36e0a97 Mon Sep 17 00:00:00 2001 From: CY-CHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:55:32 +0800 Subject: [PATCH 03/73] Update custom-node-list.json (#1493) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6c142e09..4dcfecbf 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20620,6 +20620,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Janus-Pro", + "id": "ComfyUI-Janus-Pro", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" + ], + "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework.", + "install_type": "git-clone" } { "author": "ProGamerGov", From 61ee4549e1c265f5ae0cf62c1e9e71fe8321fe49 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 28 Jan 2025 06:57:22 +0900 Subject: [PATCH 04/73] update DB --- custom-node-list.json | 77 ++++++++++++++++--------------- extension-node-map.json | 22 +-------- node_db/dev/custom-node-list.json | 2 +- node_db/new/custom-node-list.json | 33 +++++++++++++ 4 files changed, 74 insertions(+), 60 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4dcfecbf..23ae55d5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -90,17 +90,6 @@ "install_type": "git-clone", "description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA recolor example uses these nodes." }, - { - "author": "burnsbert", - "title": "EBU LMStudio LLM Integration", - "id": "ebu-lmstudio", - "reference": "https://github.com/burnsbert/ComfyUI-EBU-LMStudio", - "files": [ - "https://github.com/burnsbert/ComfyUI-EBU-LMStudio" - ], - "install_type": "git-clone", - "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." - }, { "author": "Fannovel16", "title": "ComfyUI's ControlNet Auxiliary Preprocessors", @@ -1824,7 +1813,7 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes" ], "install_type": "git-clone", - "description": "Nodes: Empty Latent Randomizer (9 Inputs)" + "description": "Nodes: Current Date, Latent Switch x9, Replace Text with RegEx, Load Random Image" }, { "author": "Extraltodeus", @@ -11150,7 +11139,7 @@ "https://github.com/osi1880vr/prompt_quill_comfyui" ], "install_type": "git-clone", - "description": "Nodes:Use Prompt Quill in Comfyui" + "description": "Nodes for Comfyui to use Prompt Quill within complex workflows" }, { "author": "philz1337x", @@ -19294,7 +19283,7 @@ "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils" ], "install_type": "git-clone", - "description": "A practical collection of nodes for ComfyUI that streamlines image and text processing workflows. Features include image optimized resolution adjustment, text cleaning tools, dynamic image/text combination, and mask preview utilities. Perfect for artists and developers looking to enhance their AI art creation pipeline." + "description": "Powerful tools for image and text processing, including cross-platform workflow fixes, optimized resolution, dynamic text/image combos, and batch processing. Unlock seamless AI art creation and boost your productivity!" }, { "author": "welltop-cn", @@ -19894,7 +19883,7 @@ "https://github.com/KLL535/ComfyUI_SimpleButcher" ], "install_type": "git-clone", - "description": "I needed to automate the process of generating images and I did not find ready-made simple solutions for this, so I wrote my own. The idea is to repeat the functionality of forge: the script 'Prompts from file or textbox'. So that you can easily sort through pre-prepared lists of prompts, lora, styles, and connect text as you like. The resulting images must be compatible with Forge, and ideally, no different from it. The problem is that Forge uses the internal name from the Lora file metadata as the lora name, not the file name. Therefore, all existing solutions simply did not understand my templates. I would also like it if lore could be written in any order and any quantity in a text file in this format: or and this would be applied automatically, without the need to create nodes for each lora separately. I would like the civitai site to understand metadata, the closest to this was the alexopus/ComfyUI-Image-Saver project, but it loses lora written in Forge style, by internal name." + "description": "Node to automate batch generation with randomize prompts from text files. It mimics Forge's functionality, allowing you to combine text elements and LoRA. The node supports writing LoRA in any order within a text file using formats like or , without needing separate nodes. The node understands LoRA names in Forge's style, when the name is not the filename, but the internal name from the metadata." }, { "author": "mango125", @@ -20081,12 +20070,13 @@ }, { "author": "JohnDoeSmithee", + "title": "ComfyUI-SoX-Mixdown", "reference": "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown", "files": [ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown" ], "install_type": "git-clone", - "description": "ComfyUI custom node for sox's mixdown function such as 'sox --combine inputfile1.wav inputfile2.wav outputfile.wav'." + "description": "A custom node for SoX's mixdown function. Make sure that the sox command is installed and the path added before using this node." }, { "author": "JTriggerFish", @@ -20098,6 +20088,39 @@ "install_type": "git-clone", "description": "A set of tools for manipulating latent tensors in ComfyUI" }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Janus-Pro", + "id": "ComfyUI-Janus-Pro", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" + ], + "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework.", + "install_type": "git-clone" + }, + { + "author": "ProGamerGov", + "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", + "id": "pytorch360convert", + "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." + }, + { + "author": "burnsbert", + "title": "EBU LMStudio LLM Integration", + "id": "ebu-lmstudio", + "reference": "https://github.com/burnsbert/ComfyUI-EBU-LMStudio", + "files": [ + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio" + ], + "install_type": "git-clone", + "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." + }, @@ -20620,28 +20643,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "CY-CHENYUE", - "title": "ComfyUI-Janus-Pro", - "id": "ComfyUI-Janus-Pro", - "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", - "files": [ - "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" - ], - "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework.", - "install_type": "git-clone" } - { - "author": "ProGamerGov", - "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", - "id": "pytorch360convert", - "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", - "files": [ - "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" - ], - "install_type": "git-clone", - "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." - }, ] } diff --git a/extension-node-map.json b/extension-node-map.json index 2f1ebb2f..e6e39c13 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -28101,24 +28101,4 @@ "title_aux": "SDXLResolutionPresets" } ] - "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [ - [ - "Cubemap to Equirectangular", - "Equirectangular to Cubemap", - "Equirectangular to Perspective", - "Equirectangular Rotation", - "Split Cubemap Faces", - "Stack Cubemap Faces", - "Roll Image Axes", - "Crop Image with Coords", - "Paste Image with Coords", - ], - { - "author": "ProGamerGov", - "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano.", - "title_aux": "ComfyUI_pytorch360convert", - "nickname": "pytorch360convert", - "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", - } - ], -} +} \ 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 cd2e0066..d741ad15 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -179,7 +179,7 @@ "https://github.com/kijai/ComfyUI-VideoNoiseWarp" ], "install_type": "git-clone", - "description": "ComfyUI node to create warped noise from vide\nNOTE:Raft optical flow model is automatically downloaded upon execution." + "description": "Nodes to generate noise from video for [a/https://github.com/Eyeline-Research/Go-with-the-Flow](https://github.com/Eyeline-Research/Go-with-the-Flow)" }, { "author": "muvich3n", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index dfcfdbfe..50d12858 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,39 @@ + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Janus-Pro", + "id": "ComfyUI-Janus-Pro", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" + ], + "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework.", + "install_type": "git-clone" + }, + { + "author": "burnsbert", + "title": "EBU LMStudio LLM Integration", + "id": "ebu-lmstudio", + "reference": "https://github.com/burnsbert/ComfyUI-EBU-LMStudio", + "files": [ + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio" + ], + "install_type": "git-clone", + "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." + }, + { + "author": "ProGamerGov", + "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", + "id": "pytorch360convert", + "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." + }, { "author": "Dr.Positliver", "title": "comfyui-zegr", From dd46e45aba203bfda2b238b5d6838d7795b7b412 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 28 Jan 2025 07:25:42 +0900 Subject: [PATCH 05/73] update DB --- custom-node-list.json | 140 +- extension-node-map.json | 181 +- github-stats.json | 4367 ++++++++++++++------------- node_db/dev/custom-node-list.json | 40 + node_db/dev/extension-node-map.json | 92 +- node_db/dev/github-stats.json | 824 ++--- node_db/new/custom-node-list.json | 215 +- node_db/new/extension-node-map.json | 181 +- 8 files changed, 3238 insertions(+), 2802 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 23ae55d5..87bb7c6f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6857,6 +6857,16 @@ "install_type": "git-clone", "description": "This project is an unofficial ComfyUI implementation of [a/Video Depth Anything](https://github.com/DepthAnything/Video-Depth-Anything), for depth estimation on long videos without compromising quality, consistency, or generalization ability." }, + { + "author": "yuvraj108c", + "title": "ComfyUI InvSR", + "reference": "https://github.com/yuvraj108c/ComfyUI_InvSR", + "files": [ + "https://github.com/yuvraj108c/ComfyUI_InvSR" + ], + "install_type": "git-clone", + "description": "This project is an unofficial ComfyUI implementation of [a/InvSR](https://github.com/zsyOAOA/InvSR) (Arbitrary-steps Image Super-resolution via Diffusion Inversion)" + }, { "author": "blepping", "title": "ComfyUI-bleh", @@ -7030,16 +7040,6 @@ "install_type": "git-clone", "description": "Original project: [a/link](https://github.com/tencent-ailab/PCDMs)\nBased on testing, the author's original images work very well, but using my own images generally requires some luck!" }, - { - "author": "StartHua", - "title": "Comfyui_CXH_joy_caption", - "reference": "https://github.com/StartHua/Comfyui_CXH_joy_caption", - "files": [ - "https://github.com/StartHua/Comfyui_CXH_joy_caption" - ], - "install_type": "git-clone", - "description": "Nodes:Joy_caption_load, Joy_caption" - }, { "author": "StartHua", "title": "Comfyui_CXH_Phi_3.5", @@ -7500,6 +7500,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node implementation for optimized video generation and motion effects, designed to work with Hunyuan text-to-video models." }, + { + "author": "ShmuelRonen", + "title": "ComfyUI DeepSeek_R1 Chat Node", + "reference": "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates DeepSeek's powerful chat and instruction API, enabling seamless AI interactions within your ComfyUI workflows." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -15938,9 +15948,9 @@ "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" + "install_type": "git-clone", + "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." }, { "author": "CY-CHENYUE", @@ -15950,8 +15960,8 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX" ], - "description": "OmniGen Unified Image Generation Model Integration.", - "install_type": "git-clone" + "install_type": "git-clone", + "description": "OmniGen Unified Image Generation Model Integration." }, { "author": "CY-CHENYUE", @@ -15961,9 +15971,9 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt" ], - "description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models.", "tags": ["Flux", "redux", "prompt"], - "install_type": "git-clone" + "install_type": "git-clone", + "description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models." }, { "author": "CY-CHENYUE", @@ -15973,8 +15983,19 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o" ], - "description": "ComfyUI custom nodes for MiniCPM", - "install_type": "git-clone" + "install_type": "git-clone", + "description": "ComfyUI custom nodes for MiniCPM" + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Janus-Pro", + "id": "ComfyUI-Janus-Pro", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework." }, { "author": "codecringebinge", @@ -20088,17 +20109,6 @@ "install_type": "git-clone", "description": "A set of tools for manipulating latent tensors in ComfyUI" }, - { - "author": "CY-CHENYUE", - "title": "ComfyUI-Janus-Pro", - "id": "ComfyUI-Janus-Pro", - "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", - "files": [ - "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" - ], - "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework.", - "install_type": "git-clone" - }, { "author": "ProGamerGov", "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", @@ -20121,6 +20131,78 @@ "install_type": "git-clone", "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." }, + { + "author": "SykkoAtHome", + "title": "Face Processor for ComfyUI", + "reference": "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor", + "files": [ + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor" + ], + "install_type": "git-clone", + "description": "A custom node collection for ComfyUI that provides advanced face detection, alignment, and transformation capabilities using MediaPipe Face Mesh." + }, + { + "author": "Mattabyte", + "title": "ComfyUI Secure API Call", + "reference": "https://github.com/Mattabyte/ComfyUI-SecureApiCall", + "files": [ + "https://github.com/Mattabyte/ComfyUI-SecureApiCall" + ], + "install_type": "git-clone", + "description": "This package provides custom nodes to ComfyUI to POST data to a secure API." + }, + { + "author": "fblissjr", + "title": "ComfyUI Dataset Helper & Batch Node", + "reference": "https://github.com/fblissjr/ComfyUI-DatasetHelper", + "files": [ + "https://github.com/fblissjr/ComfyUI-DatasetHelper" + ], + "install_type": "git-clone", + "description": "This custom node set for ComfyUI provides a DatasetBatchNode for automated, sequential processing of datasets, particularly useful for iterative training or batched image/video generation workflows." + }, + { + "author": "oxysoft", + "title": "ComfyUI-gowiththeflow", + "reference": "https://github.com/oxysoft/ComfyUI-gowiththeflow", + "files": [ + "https://github.com/oxysoft/ComfyUI-gowiththeflow" + ], + "install_type": "git-clone", + "description": "Implementation of GoWithTheFlow, original code at [a/https://github.com/Eyeline-Research/Go-with-the-Flow/](https://github.com/Eyeline-Research/Go-with-the-Flow/) and [a/https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py](https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py)" + }, + { + "author": "willmiao", + "title": "ComfyUI-Lora-Manager", + "reference": "https://github.com/willmiao/ComfyUI-Lora-Manager", + "files": [ + "https://github.com/willmiao/ComfyUI-Lora-Manager" + ], + "install_type": "git-clone", + "description": "LoRA Manager for ComfyUI - An extension for managing LoRA models with previews and metadata integration." + }, + { + "author": "tigeryy2", + "title": "ComfyUI Structured Outputs", + "reference": "https://github.com/tigeryy2/comfyui-structured-outputs", + "files": [ + "https://github.com/tigeryy2/comfyui-structured-outputs" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for LLM Structured Outputs with integration for prompting" + }, + { + "author": "Conor-Collins", + "title": "ComfyUI-CoCoTools", + "reference": "https://github.com/Conor-Collins/coco_tools", + "files": [ + "https://github.com/Conor-Collins/coco_tools" + ], + "install_type": "git-clone", + "description": "A set of custom nodes for ComfyUI providing advanced image processing, file handling, and utility functions." + }, + + diff --git a/extension-node-map.json b/extension-node-map.json index e6e39c13..550d5f81 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2188,6 +2188,16 @@ "title_aux": "ComfyUI-InpaintEasy" } ], + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": [ + [ + "JanusImageGeneration", + "JanusImageUnderstanding", + "JanusModelLoader" + ], + { + "title_aux": "ComfyUI-Janus-Pro" + } + ], "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [ [ "MiniCPM3_4B", @@ -2207,7 +2217,8 @@ "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": [ [ "Load MiniCPM Model", - "MiniCPM Image Chat" + "MiniCPM Image Chat", + "MiniCPMImageAnalyzer" ], { "title_aux": "ComfyUI-MiniCPM-o" @@ -2499,6 +2510,31 @@ "title_aux": "JH Misc. Nodes" } ], + "https://github.com/Conor-Collins/coco_tools": [ + [ + "CocoImageLoader", + "JSONNode", + "JSONReaderNode", + "JSONValueFinderNode", + "LoadEXRNode", + "NoiseNode", + "RandomIntNode", + "RegexFindNode", + "SaverNode", + "WalkFolderNode", + "ZDepthNode", + "coco_loader", + "frequency_combine", + "frequency_separation", + "load_exr", + "saver", + "split_threebands", + "znormalize" + ], + { + "title_aux": "ComfyUI-CoCoTools" + } + ], "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": [ [ "DebugToFile", @@ -4840,7 +4876,7 @@ "SoxMixNode" ], { - "title_aux": null + "title_aux": "ComfyUI-SoX-Mixdown" } ], "https://github.com/Jonseed/ComfyUI-Detail-Daemon": [ @@ -5894,6 +5930,14 @@ "title_aux": "Mosaica" } ], + "https://github.com/Mattabyte/ComfyUI-SecureApiCall": [ + [ + "SecureAPI-SecureAPI" + ], + { + "title_aux": "ComfyUI Secure API Call" + } + ], "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": [ [ "GetModelStep", @@ -6202,6 +6246,7 @@ "AnamorphicEffect", "AspectSize", "AspectSizeV2", + "BatchAlphaComposite", "BatchOffset", "BatchRangeInsert", "BatchRangeSwap", @@ -6218,6 +6263,7 @@ "DJZDatamosh", "DJZDatamoshV2", "DatasetWordcloud", + "DeadPixelEffect", "DinskyPlus", "DinskyPlusV2", "DjzDatabendingV1", @@ -6235,6 +6281,7 @@ "FractalGenerator", "FractalGeneratorV2", "FractalGeneratorV3", + "GSL_Filter_V1", "HalationBloom", "ImageInterleavedUpscaler", "ImageInterleavedUpscalerV2", @@ -6913,7 +6960,8 @@ "https://github.com/Positliver/comfyui-zegr": [ [ "ZEGR_ALI_UF", - "ZEGR_LF" + "ZEGR_LF", + "ZEGR_WD" ], { "title_aux": "comfyui-zegr" @@ -6947,6 +6995,23 @@ "title_aux": "ComfyUI-StringsAndThings" } ], + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [ + [ + "Crop Image with Coords", + "Cubemap to Equirectangular", + "Equirectangular Rotation", + "Equirectangular to Cubemap", + "Equirectangular to Perspective", + "Masked Diff C2E", + "Paste Image with Coords", + "Roll Image Axes", + "Split Cubemap Faces", + "Stack Cubemap Faces" + ], + { + "title_aux": "PyTorch 360\u00b0 Image Conversion Toolkit for ComfyUI" + } + ], "https://github.com/Pseudotools/Pseudocomfy": [ [ "Combiner", @@ -7780,6 +7845,14 @@ "title_aux": "ComfyUI Coherent Video Sampler Node" } ], + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": [ + [ + "ComfyUIDeepSeekChat" + ], + { + "title_aux": "ComfyUI DeepSeek_R1 Chat Node" + } + ], "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": [ [ "EmptyHunyuanLatentForImage", @@ -8357,32 +8430,6 @@ "title_aux": "Comfyui_CXH_Phi_3.5" } ], - "https://github.com/StartHua/Comfyui_CXH_joy_caption": [ - [ - "CXH_DownloadAndLoadFlorence2Model", - "CXH_Florence2Run", - "CXH_HG_Model_Load", - "CXH_IC_Lora_Florence2Run", - "CXH_IC_lora_reversal", - "CXH_Ic_lora_Joy_batch", - "CXH_Min2_6_classifiy", - "CXH_Min2_6_prompt_Run", - "CXH_MinCP3_4B_Chat", - "CXH_MinCP3_4B_Load", - "CXH_SmolVlm_Load", - "CXH_SmolVlm_Run", - "Joy_caption", - "Joy_caption_alpha_batch", - "Joy_caption_alpha_batch_Dirs", - "Joy_caption_alpha_load", - "Joy_caption_alpha_prompt", - "Joy_caption_alpha_run", - "Joy_caption_load" - ], - { - "title_aux": "Comfyui_CXH_joy_caption" - } - ], "https://github.com/StartHua/Comfyui_Gemini2": [ [ "CXH_Gemini2_TX", @@ -8692,6 +8739,17 @@ "title_aux": "ComfyWarp" } ], + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": [ + [ + "FaceFitAndRestore", + "FaceWrapper", + "HighPassFilter", + "ImageFeeder" + ], + { + "title_aux": "Face Processor for ComfyUI" + } + ], "https://github.com/TGu-97/ComfyUI-TGu-utils": [ [ "MPNReroute", @@ -12068,6 +12126,16 @@ "title_aux": "ComfyLab Pack" } ], + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": [ + [ + "EbuLMStudioLoadModel", + "EbuLMStudioMakeRequest", + "EbuLMStudioUnload" + ], + { + "title_aux": "EBU LMStudio LLM Integration" + } + ], "https://github.com/bvhari/ComfyUI_ImageProcessing": [ [ "BilateralFilter", @@ -15240,7 +15308,8 @@ "SelOutCLIP", "SelOutModel", "SelOutPolar", - "Selector" + "Selector", + "Selector Advanced" ], { "author": "\"\u02f6\ud835\udfa2\u292c\u2ad2\u2d56s\u143c\u02f6\"", @@ -15368,6 +15437,14 @@ "title_aux": "FASHN Virtual Try-On" } ], + "https://github.com/fblissjr/ComfyUI-DatasetHelper": [ + [ + "DatasetBatchNode" + ], + { + "title_aux": "ComfyUI Dataset Helper & Batch Node" + } + ], "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", @@ -15488,10 +15565,10 @@ ], "https://github.com/filliptm/ComfyUI_Fill-Nodes": [ [ + "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", "FL_ApplyMask", "FL_Ascii", - "FL_Base64ImageLoader", "FL_BatchAlign", "FL_BulkPDFLoader", "FL_BulletHellGame", @@ -16332,7 +16409,7 @@ "Griptape Audio Transcription Driver: Groq", "Griptape Audio Transcription Driver: OpenAI", "Griptape Code: Run Griptape Cloud Structure", - "Griptape Code: Run Python", + "Griptape Code: Run Python [DEPRECATED]", "Griptape Combine: Merge Inputs", "Griptape Combine: Merge Texts", "Griptape Combine: RAG Module List", @@ -17892,8 +17969,6 @@ ], "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [ [ - "ClickPopup", - "ColorPicker", "PaintingCoder::DynamicImageCombiner", "PaintingCoder::DynamicMaskCombiner", "PaintingCoder::ImageLatentCreator", @@ -17907,13 +17982,13 @@ "PaintingCoder::MaskPreview", "PaintingCoder::MaskSwitch", "PaintingCoder::MultilineTextInput", + "PaintingCoder::OutputToTextConverter", "PaintingCoder::RemoveEmptyLinesAndLeadingSpaces", "PaintingCoder::ShowTextPlus", "PaintingCoder::SimpleTextInput", "PaintingCoder::TextCombiner", "PaintingCoder::TextSwitch", - "PaintingCoder::WebImageLoader", - "RemoveEmptyLinesAndLeadingSpacesAdvance" + "PaintingCoder::WebImageLoader" ], { "title_aux": "Painting Coder Utils" @@ -19427,6 +19502,7 @@ "LoadVideoForExtendingKlinter", "OutpaintPadding", "PrepVideoForExtendKlinter", + "SaveAudioPlus", "SizeSelector", "SpeedRamp", "YellowBus", @@ -21106,8 +21182,10 @@ ], "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ - "Custom Date Format | sokes \ud83e\uddac", - "Latent Switch x9 | sokes \ud83e\uddac" + "Current Date | sokes \ud83e\uddac", + "Latent Switch x9 | sokes \ud83e\uddac", + "Load Random Image | sokes \ud83e\uddac", + "Replace Text with RegEx | sokes \ud83e\uddac" ], { "title_aux": "ComfyUI Sokes Nodes" @@ -22681,6 +22759,15 @@ "title_aux": "ComfyUI-ownimage" } ], + "https://github.com/oxysoft/ComfyUI-gowiththeflow": [ + [ + "KSamplerNoiseless", + "NoiseWarperNode" + ], + { + "title_aux": "ComfyUI-gowiththeflow" + } + ], "https://github.com/oyvindg/ComfyUI-TrollSuite": [ [ "BinaryImageMask", @@ -26491,6 +26578,14 @@ "title_aux": "ComfyUI-Environment-Visualizer" } ], + "https://github.com/willmiao/ComfyUI-Lora-Manager": [ + [ + "LorasEndpoint" + ], + { + "title_aux": "ComfyUI-Lora-Manager" + } + ], "https://github.com/windfancy/zsq_prompt": [ [ "BatchPromptJson", @@ -27562,6 +27657,15 @@ "title_aux": "ComfyUI YoloNasPose Tensorrt" } ], + "https://github.com/yuvraj108c/ComfyUI_InvSR": [ + [ + "InvSRSampler", + "LoadInvSRModels" + ], + { + "title_aux": "ComfyUI InvSR" + } + ], "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": [ [ "Audio Analysis", @@ -27635,6 +27739,7 @@ "List Combine Node (zer0)", "Multiline String Node (zer0)", "Prompt Minimizer And Splitter Node (zer0)", + "Quality Tag Prepend Node (zer0)", "Tavern Card Creation Node (zer0)", "Tavern Card Info Node (zer0)" ], diff --git a/github-stats.json b/github-stats.json index 152e361a..77ff4996 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,9401 +2,9456 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-01-01 16:03:57", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 12, "last_update": "2025-01-24 10:39:15", - "author_account_age_days": 668 + "author_account_age_days": 669 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 198, "last_update": "2025-01-23 00:57:27", - "author_account_age_days": 668 + "author_account_age_days": 669 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 223, + "stars": 224, "last_update": "2025-01-22 09:24:19", - "author_account_age_days": 668 + "author_account_age_days": 669 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { - "stars": 14, + "stars": 15, "last_update": "2025-01-12 06:38:40", - "author_account_age_days": 668 + "author_account_age_days": 669 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 4, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1189, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 420 + "author_account_age_days": 422 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 71, + "stars": 73, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 63, "last_update": "2024-12-09 02:29:58", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 26, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-12-08 03:42:25", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { - "stars": 4, + "stars": 5, "last_update": "2025-01-09 13:24:13", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 117, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1135 + "author_account_age_days": 1136 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 223, + "stars": 224, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1135 + "author_account_age_days": 1136 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 8, "last_update": "2024-12-19 10:21:03", - "author_account_age_days": 3914 + "author_account_age_days": 3916 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 19, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2518 + "author_account_age_days": 2520 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 79, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4266 + "author_account_age_days": 4268 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1187 + "author_account_age_days": 1189 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 4, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1187 + "author_account_age_days": 1189 }, "https://github.com/6174/comflowy-nodes": { "stars": 12, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 20, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 9, "last_update": "2025-01-24 07:45:45", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 23, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1686 + "author_account_age_days": 1688 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 688 + "author_account_age_days": 690 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 688 + "author_account_age_days": 690 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, "last_update": "2024-12-21 23:43:44", - "author_account_age_days": 318 + "author_account_age_days": 320 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 7, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 6, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 24, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 11, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 23, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 75, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 30, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 209, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 293, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 32, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 5, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 106, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 357, + "stars": 356, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 19, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 17, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 88, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 36, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 38, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 48, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 212, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 35, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 8, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { - "stars": 27, + "stars": 28, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 37, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 10, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 31, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 59, + "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 42, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 25, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 195, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 41, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 5, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 7, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 13, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1967, + "stars": 1968, "last_update": "2024-12-19 11:43:49", - "author_account_age_days": 716 + "author_account_age_days": 718 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 301, + "stars": 302, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 716 + "author_account_age_days": 718 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 34, + "stars": 35, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 716 + "author_account_age_days": 718 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 340, + "stars": 341, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 716 + "author_account_age_days": 718 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 77, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 98 + "author_account_age_days": 100 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 197, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 909, + "stars": 911, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 658 + "author_account_age_days": 660 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1675 + "author_account_age_days": 1677 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2692 + "author_account_age_days": 2694 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 6, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2692 + "author_account_age_days": 2694 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1982 + "author_account_age_days": 1984 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1982 + "author_account_age_days": 1984 }, "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": 1742 + "author_account_age_days": 1743 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 262, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3883 + "author_account_age_days": 3885 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 6, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 797, + "stars": 799, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 4020 + "author_account_age_days": 4022 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 393, - "last_update": "2025-01-15 08:08:24", - "author_account_age_days": 4020 + "last_update": "2025-01-26 23:18:51", + "author_account_age_days": 4022 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 4, "last_update": "2025-01-17 14:45:24", - "author_account_age_days": 1696 + "author_account_age_days": 1698 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, "last_update": "2024-12-17 05:40:40", - "author_account_age_days": 3593 + "author_account_age_days": 3595 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 9, "last_update": "2025-01-25 18:33:17", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1491 + "author_account_age_days": 1493 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-12-09 16:08:07", - "author_account_age_days": 1968 + "author_account_age_days": 1970 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 4, "last_update": "2024-12-22 12:42:36", - "author_account_age_days": 98 + "author_account_age_days": 100 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 996, "last_update": "2025-01-24 15:32:57", - "author_account_age_days": 2915 + "author_account_age_days": 2917 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 8, "last_update": "2025-01-09 04:18:55", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-01-11 22:33:13", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 4, "last_update": "2025-01-08 22:43:43", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/Amorano/Jovimetrix": { "stars": 302, "last_update": "2025-01-12 21:18:53", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3592 + "author_account_age_days": 3594 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4307 + "author_account_age_days": 4309 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4307 + "author_account_age_days": 4309 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 34, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 342 + "author_account_age_days": 344 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 77, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/ArtHommage/HommageTools": { "stars": 2, "last_update": "2025-01-23 23:52:48", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 714, + "stars": 715, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 17, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4802 + "author_account_age_days": 4803 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 605 + "author_account_age_days": 607 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 432, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 605 + "author_account_age_days": 607 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2865 + "author_account_age_days": 2866 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 3, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 5, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2659 + "author_account_age_days": 2660 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3452 + "author_account_age_days": 3454 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 386, + "stars": 387, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2442 + "author_account_age_days": 2443 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 7, - "last_update": "2025-01-24 03:29:13", - "author_account_age_days": 3223 + "last_update": "2025-01-27 09:47:46", + "author_account_age_days": 3224 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1190, "last_update": "2025-01-23 05:44:35", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1013 + "author_account_age_days": 1015 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1013 + "author_account_age_days": 1015 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1013 + "author_account_age_days": 1015 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1013 + "author_account_age_days": 1015 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1013 + "author_account_age_days": 1015 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 23, "last_update": "2025-01-23 08:28:56", - "author_account_age_days": 1087 + "author_account_age_days": 1089 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 62, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1087 + "author_account_age_days": 1089 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 350 + "author_account_age_days": 352 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 3, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 171 + "author_account_age_days": 173 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 14, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2748 + "author_account_age_days": 2750 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2748 + "author_account_age_days": 2750 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2748 + "author_account_age_days": 2750 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2748 + "author_account_age_days": 2750 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 345, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 693 + "author_account_age_days": 695 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 381, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 693 + "author_account_age_days": 695 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 274, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 693 + "author_account_age_days": 695 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 693 + "author_account_age_days": 695 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 343, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 693 + "author_account_age_days": 695 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2025-01-23 13:24:32", - "author_account_age_days": 938 + "author_account_age_days": 940 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 53, + "stars": 54, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 9, "last_update": "2025-01-21 08:22:52", - "author_account_age_days": 1693 + "author_account_age_days": 1695 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 31, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 6 + "author_account_age_days": 8 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 16, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 700 + "author_account_age_days": 702 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 50, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 413 + "author_account_age_days": 415 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { + "stars": 4, + "last_update": "2025-01-27 21:28:00", + "author_account_age_days": 415 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 21, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 413 + "author_account_age_days": 415 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 3, - "last_update": "2025-01-24 14:49:28", - "author_account_age_days": 413 + "last_update": "2025-01-27 14:57:39", + "author_account_age_days": 415 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 106, + "stars": 107, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 413 + "author_account_age_days": 415 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 413 + "author_account_age_days": 415 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 49, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 413 + "author_account_age_days": 415 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 180, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 73, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 31, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 29, "last_update": "2024-12-22 12:10:13", - "author_account_age_days": 2094 + "author_account_age_days": 2096 }, "https://github.com/Charlweed/image_transceiver": { "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5313 + "author_account_age_days": 5314 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 10, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2117 + "author_account_age_days": 2118 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 12, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 73, - "last_update": "2025-01-26 04:06:08", - "author_account_age_days": 245 + "last_update": "2025-01-27 03:24:13", + "author_account_age_days": 247 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 75, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1949 + "author_account_age_days": 1951 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 79, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1949 + "author_account_age_days": 1951 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 2, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 38 + "author_account_age_days": 40 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 1, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 38 + "author_account_age_days": 40 + }, + "https://github.com/Conor-Collins/coco_tools": { + "stars": 1, + "last_update": "2025-01-26 21:46:13", + "author_account_age_days": 391 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 115, "last_update": "2025-01-07 15:03:52", - "author_account_age_days": 3871 + "author_account_age_days": 3872 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 168 + "author_account_age_days": 170 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 4, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, "last_update": "2025-01-23 06:47:34", - "author_account_age_days": 630 + "author_account_age_days": 632 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 6, "last_update": "2025-01-23 06:44:49", - "author_account_age_days": 630 + "author_account_age_days": 632 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5373 + "author_account_age_days": 5375 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { - "stars": 2, + "stars": 3, "last_update": "2025-01-25 07:36:21", - "author_account_age_days": 4 + "author_account_age_days": 6 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 33, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4504 + "author_account_age_days": 4506 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3799 + "author_account_age_days": 3801 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4803 + "author_account_age_days": 4804 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 4, "last_update": "2024-12-22 14:37:21", - "author_account_age_days": 3693 + "author_account_age_days": 3694 }, "https://github.com/DataCTE/prompt_injection": { "stars": 87, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 993 + "author_account_age_days": 995 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3206 + "author_account_age_days": 3208 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 382, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1990 + "author_account_age_days": 1992 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 13, "last_update": "2025-01-15 09:02:21", - "author_account_age_days": 361 + "author_account_age_days": 363 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 25, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4254 + "author_account_age_days": 4256 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3288 + "author_account_age_days": 3290 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 12, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1676 + "author_account_age_days": 1677 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 21, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 9, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 3, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 2, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5210 + "author_account_age_days": 5212 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 6, "last_update": "2025-01-14 09:33:55", - "author_account_age_days": 1247 + "author_account_age_days": 1249 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1247 + "author_account_age_days": 1249 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 1, "last_update": "2025-01-25 07:06:50", - "author_account_age_days": 1589 + "author_account_age_days": 1591 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 67, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1359 + "author_account_age_days": 1360 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 25, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2835 + "author_account_age_days": 2837 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 202, + "stars": 203, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 4, "last_update": "2025-01-25 04:17:55", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { - "stars": 1, - "last_update": "2025-01-26 06:37:35", - "author_account_age_days": 185 + "stars": 2, + "last_update": "2025-01-27 19:19:57", + "author_account_age_days": 186 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 306, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 42, + "stars": 43, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 222 + "author_account_age_days": 224 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 222 + "author_account_age_days": 224 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1839 + "author_account_age_days": 1841 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1839 + "author_account_age_days": 1841 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 285, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1839 + "author_account_age_days": 1841 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3423 + "author_account_age_days": 3425 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 380, + "stars": 381, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 64, "last_update": "2024-11-23 12:05:02", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 165, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 41, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 44, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 113, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 33, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 39, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 74, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 561, + "stars": 563, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3347 + "author_account_age_days": 3349 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 99, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3347 + "author_account_age_days": 3349 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 183, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3347 + "author_account_age_days": 3349 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 197, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3347 + "author_account_age_days": 3349 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2555, + "stars": 2559, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3347 + "author_account_age_days": 3349 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 2, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 751 + "author_account_age_days": 753 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2971 + "author_account_age_days": 2972 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2024-12-02 16:48:03", - "author_account_age_days": 887 + "author_account_age_days": 889 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2963 + "author_account_age_days": 2964 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 4, "last_update": "2025-01-16 16:08:24", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2195 + "author_account_age_days": 2197 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 417, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2195 + "author_account_age_days": 2197 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 74, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 848 + "author_account_age_days": 850 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 221, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1459 + "author_account_age_days": 1461 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2532 + "author_account_age_days": 2534 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 84, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 6, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 62, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1378 + "author_account_age_days": 1380 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1513 + "author_account_age_days": 1515 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, - "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 371 + "last_update": "2025-01-27 15:06:46", + "author_account_age_days": 373 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4783 + "author_account_age_days": 4785 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 40, "last_update": "2024-12-06 15:42:18", - "author_account_age_days": 885 + "author_account_age_days": 887 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, "last_update": "2024-12-01 00:43:54", - "author_account_age_days": 881 + "author_account_age_days": 883 }, "https://github.com/GoingAI1998/Comfyui_imgcanvas": { "stars": 4, "last_update": "2025-01-21 05:32:24", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 8, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5147 + "author_account_age_days": 5149 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 178, + "stars": 182, "last_update": "2025-01-22 10:38:34", - "author_account_age_days": 1335 + "author_account_age_days": 1337 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { - "stars": 40, + "stars": 42, "last_update": "2025-01-26 08:06:57", - "author_account_age_days": 378 + "author_account_age_days": 380 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 58, "last_update": "2024-12-16 10:18:14", - "author_account_age_days": 378 + "author_account_age_days": 380 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 1, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 378 + "author_account_age_days": 380 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 164, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1413 + "author_account_age_days": 1414 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 5, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 88 + "author_account_age_days": 90 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3061 + "author_account_age_days": 3063 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 14, "last_update": "2025-01-15 13:49:53", - "author_account_age_days": 44 + "author_account_age_days": 46 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 112, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 44 + "author_account_age_days": 46 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 9, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1215 + "author_account_age_days": 1217 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 48, "last_update": "2025-01-23 16:54:55", - "author_account_age_days": 825 + "author_account_age_days": 827 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 40, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 825 + "author_account_age_days": 827 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 20, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 825 + "author_account_age_days": 827 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 90, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 30, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 30, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 44, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2457 + "author_account_age_days": 2459 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 569 + "author_account_age_days": 571 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2539 + "author_account_age_days": 2541 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-01-19 14:06:16", - "author_account_age_days": 4543 + "author_account_age_days": 4545 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 319, + "stars": 320, "last_update": "2025-01-16 06:00:39", - "author_account_age_days": 128 + "author_account_age_days": 130 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3300 + "author_account_age_days": 3302 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { - "stars": 4, - "last_update": "2025-01-13 15:01:25", - "author_account_age_days": 404 + "stars": 5, + "last_update": "2025-01-27 21:15:53", + "author_account_age_days": 406 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 3, "last_update": "2025-01-08 01:15:33", - "author_account_age_days": 826 + "author_account_age_days": 828 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 34, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5696 + "author_account_age_days": 5698 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5696 + "author_account_age_days": 5698 }, "https://github.com/IDGallagher/MotionVideoSearch": { - "stars": 3, + "stars": 6, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5696 + "author_account_age_days": 5698 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3924 + "author_account_age_days": 3926 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 459, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1713 + "author_account_age_days": 1715 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2024-12-08 23:56:49", - "author_account_age_days": 1713 + "author_account_age_days": 1715 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2445 + "author_account_age_days": 2447 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 4038 + "author_account_age_days": 4040 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, "last_update": "2025-01-15 10:45:12", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4125 + "author_account_age_days": 4127 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 327 + "author_account_age_days": 329 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 23, "last_update": "2024-12-21 19:28:35", - "author_account_age_days": 1307 + "author_account_age_days": 1309 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 16, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1307 + "author_account_age_days": 1309 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 9, "last_update": "2024-12-15 11:00:51", - "author_account_age_days": 1307 + "author_account_age_days": 1309 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 101, + "stars": 102, "last_update": "2025-01-18 22:03:22", - "author_account_age_days": 1307 + "author_account_age_days": 1309 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 31, "last_update": "2025-01-05 23:34:37", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 10, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 77, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 3, - "last_update": "2024-12-21 11:56:14", - "author_account_age_days": 2782 + "last_update": "2025-01-27 19:09:46", + "author_account_age_days": 2784 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 59, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 531 + "author_account_age_days": 533 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 774 + "author_account_age_days": 776 }, "https://github.com/JTriggerFish/ComfyLatentTools": { - "stars": 0, - "last_update": "2025-01-26 00:42:53", - "author_account_age_days": 4215 + "stars": 1, + "last_update": "2025-01-26 23:29:22", + "author_account_age_days": 4216 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 25, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 787 + "author_account_age_days": 788 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 1, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 86, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2769 + "author_account_age_days": 2770 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 52, "last_update": "2025-01-23 01:10:11", - "author_account_age_days": 3787 + "author_account_age_days": 3789 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 2, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 626 + "author_account_age_days": 628 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 157, + "stars": 158, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5102 + "author_account_age_days": 5103 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 371 + "author_account_age_days": 373 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 120, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2573 + "author_account_age_days": 2575 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 90, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2573 + "author_account_age_days": 2575 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1239 + "author_account_age_days": 1241 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { - "stars": 1, - "last_update": "2025-01-26 09:26:46", - "author_account_age_days": 0 + "stars": 2, + "last_update": "2025-01-26 22:42:52", + "author_account_age_days": 1 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 521, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2395 + "author_account_age_days": 2397 }, "https://github.com/Jordach/comfy-plasma": { "stars": 72, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4728 + "author_account_age_days": 4730 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3570 + "author_account_age_days": 3572 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 10, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3385 + "author_account_age_days": 3387 }, "https://github.com/Julian-adv/WildDivide": { "stars": 16, "last_update": "2024-12-22 02:05:36", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 2986 + "author_account_age_days": 2988 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 2, - "last_update": "2025-01-23 15:35:39", - "author_account_age_days": 65 + "last_update": "2025-01-27 15:14:58", + "author_account_age_days": 67 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1129 + "author_account_age_days": 1131 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 2, "last_update": "2025-01-26 06:06:55", - "author_account_age_days": 269 + "author_account_age_days": 271 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4762 + "author_account_age_days": 4764 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 6, - "last_update": "2025-01-23 10:54:49", - "author_account_age_days": 4817 + "stars": 7, + "last_update": "2025-01-27 17:05:42", + "author_account_age_days": 4819 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 58, + "stars": 57, "last_update": "2024-11-23 15:44:26", - "author_account_age_days": 5106 + "author_account_age_days": 5108 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 42, + "stars": 43, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5106 + "author_account_age_days": 5108 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 37, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5106 + "author_account_age_days": 5108 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 307, "last_update": "2025-01-22 02:39:21", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 183, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1701 + "author_account_age_days": 1703 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1701 + "author_account_age_days": 1703 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 54, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 685, "last_update": "2025-01-11 06:20:47", - "author_account_age_days": 3932 + "author_account_age_days": 3934 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "stars": 2911, - "last_update": "2025-01-23 02:31:32", - "author_account_age_days": 3932 + "last_update": "2025-01-27 12:35:00", + "author_account_age_days": 3934 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 732, - "last_update": "2025-01-25 21:36:56", - "author_account_age_days": 3932 + "stars": 735, + "last_update": "2025-01-27 06:27:37", + "author_account_age_days": 3934 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1336 + "author_account_age_days": 1338 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5784 + "author_account_age_days": 5785 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 76, "last_update": "2025-01-21 03:23:00", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1995 + "author_account_age_days": 1997 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 310 + "author_account_age_days": 312 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 69, "last_update": "2025-01-09 09:07:22", - "author_account_age_days": 310 + "author_account_age_days": 312 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 170, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2423 + "author_account_age_days": 2425 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 416, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 960 + "author_account_age_days": 961 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 11, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 75 + "author_account_age_days": 76 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 108, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/Lerc/canvas_tab": { "stars": 169, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5583 + "author_account_age_days": 5585 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 3, "last_update": "2024-12-08 23:10:10", - "author_account_age_days": 198 + "author_account_age_days": 200 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 2, "last_update": "2024-12-22 15:06:38", - "author_account_age_days": 3617 + "author_account_age_days": 3619 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, "last_update": "2024-12-25 07:08:32", - "author_account_age_days": 993 + "author_account_age_days": 995 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-23 01:54:11", - "author_account_age_days": 993 + "author_account_age_days": 995 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 199 + "author_account_age_days": 201 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 665, + "stars": 670, "last_update": "2024-12-22 14:57:35", - "author_account_age_days": 4406 + "author_account_age_days": 4408 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1490 + "author_account_age_days": 1492 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 150, "last_update": "2025-01-09 05:30:43", - "author_account_age_days": 1490 + "author_account_age_days": 1492 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { - "stars": 8, + "stars": 9, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 602 + "author_account_age_days": 604 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 686 + "author_account_age_days": 688 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1191 + "author_account_age_days": 1193 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1191 + "author_account_age_days": 1193 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 45, "last_update": "2025-01-25 13:15:11", - "author_account_age_days": 1712 + "author_account_age_days": 1714 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 21, "last_update": "2024-12-26 17:25:45", - "author_account_age_days": 1712 + "author_account_age_days": 1714 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 77, + "stars": 78, "last_update": "2025-01-25 13:16:20", - "author_account_age_days": 1712 + "author_account_age_days": 1714 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1248 + "author_account_age_days": 1250 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3073 + "author_account_age_days": 3074 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3073 + "author_account_age_days": 3074 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 35, + "stars": 36, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 29, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 38, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 56, "last_update": "2025-01-19 18:46:30", - "author_account_age_days": 1820 + "author_account_age_days": 1822 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1997 + "author_account_age_days": 1999 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2025-01-08 12:25:10", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 3, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 6, "last_update": "2024-12-11 05:56:23", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 131, "last_update": "2025-01-17 14:30:04", - "author_account_age_days": 5185 + "author_account_age_days": 5187 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1638 + "author_account_age_days": 1640 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2446 + "author_account_age_days": 2448 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 1849 + "author_account_age_days": 1850 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1849 + "author_account_age_days": 1850 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3421 + "author_account_age_days": 3422 + }, + "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { + "stars": 1, + "last_update": "2025-01-27 18:49:36", + "author_account_age_days": 1824 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5547 + "author_account_age_days": 5549 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3393 + "author_account_age_days": 3394 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 281 + "author_account_age_days": 283 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 281 + "author_account_age_days": 283 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 228, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 281 + "author_account_age_days": 283 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 528, - "last_update": "2024-12-20 01:10:37", - "author_account_age_days": 281 + "last_update": "2025-01-27 13:41:40", + "author_account_age_days": 283 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 113, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 281 + "author_account_age_days": 283 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 281 + "author_account_age_days": 283 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 48, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 281 + "author_account_age_days": 283 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2731 + "author_account_age_days": 2733 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4183 + "author_account_age_days": 4185 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3140 + "author_account_age_days": 3142 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 36, - "last_update": "2025-01-26 06:07:45", - "author_account_age_days": 1242 + "last_update": "2025-01-27 05:27:17", + "author_account_age_days": 1244 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2025-01-07 19:10:27", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, "last_update": "2025-01-25 10:38:15", - "author_account_age_days": 45 + "author_account_age_days": 47 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 204, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 144 + "author_account_age_days": 146 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 39, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 144 + "author_account_age_days": 146 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 18, + "stars": 19, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 144 + "author_account_age_days": 146 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2656, + "stars": 2668, "last_update": "2025-01-24 18:41:37", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 520, + "stars": 521, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 16, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 26, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 30, - "last_update": "2025-01-25 22:34:18", - "author_account_age_days": 3937 + "last_update": "2025-01-26 18:05:36", + "author_account_age_days": 3939 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 45, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 59, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 794 + "author_account_age_days": 796 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 28, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3896 + "author_account_age_days": 3898 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 8, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4504 + "author_account_age_days": 4506 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1540 + "author_account_age_days": 1542 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 35, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 309 + "author_account_age_days": 311 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 742 + "author_account_age_days": 744 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 5, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 873 + "author_account_age_days": 875 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5365 + "author_account_age_days": 5367 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 818, + "stars": 821, "last_update": "2025-01-15 17:26:18", - "author_account_age_days": 460 + "author_account_age_days": 462 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 460 + "author_account_age_days": 462 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4047 + "author_account_age_days": 4048 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, "last_update": "2024-12-17 20:52:30", - "author_account_age_days": 3035 + "author_account_age_days": 3037 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2199 + "author_account_age_days": 2201 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 240, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3061 + "author_account_age_days": 3063 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4695 + "author_account_age_days": 4697 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 530, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4695 + "author_account_age_days": 4697 }, "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { "stars": 1, "last_update": "2025-01-12 09:34:07", - "author_account_age_days": 2332 + "author_account_age_days": 2334 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 3, "last_update": "2025-01-19 01:59:11", - "author_account_age_days": 2332 + "author_account_age_days": 2334 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 14, "last_update": "2025-01-22 14:05:19", - "author_account_age_days": 2332 + "author_account_age_days": 2334 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 29, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 83, + "stars": 84, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2341 + "author_account_age_days": 2343 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1951 + "author_account_age_days": 1953 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 15, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3043 + "author_account_age_days": 3045 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4985 + "author_account_age_days": 4987 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3858 + "author_account_age_days": 3860 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, "last_update": "2024-12-11 17:41:42", - "author_account_age_days": 2059 + "author_account_age_days": 2060 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3423 + "author_account_age_days": 3425 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5441 + "author_account_age_days": 5443 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 249 + "author_account_age_days": 251 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 6 + "author_account_age_days": 7 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 326 + "author_account_age_days": 328 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 2, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2767 + "author_account_age_days": 2768 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/Positliver/comfyui-zegr": { - "stars": 0, - "last_update": "2025-01-26 08:24:31", - "author_account_age_days": 3607 + "stars": 2, + "last_update": "2025-01-26 11:51:59", + "author_account_age_days": 3609 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2121, + "stars": 2123, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 2, "last_update": "2024-12-21 12:05:13", - "author_account_age_days": 41 + "author_account_age_days": 42 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { + "stars": 1, + "last_update": "2025-01-26 23:01:34", + "author_account_age_days": 3659 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 3, "last_update": "2024-12-25 16:01:52", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1466 + "author_account_age_days": 1468 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4147 + "author_account_age_days": 4149 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 6, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 402 + "author_account_age_days": 404 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 2, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 54, "last_update": "2025-01-25 15:15:01", - "author_account_age_days": 120 + "author_account_age_days": 121 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-25 09:51:35", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1597 + "author_account_age_days": 1599 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 24, + "stars": 25, "last_update": "2025-01-13 17:00:35", - "author_account_age_days": 415 + "author_account_age_days": 417 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, "last_update": "2024-11-28 15:10:43", - "author_account_age_days": 389 + "author_account_age_days": 391 }, "https://github.com/Rvage0815/ComfyUI-RvTools_v2": { "stars": 5, "last_update": "2024-12-27 09:42:55", - "author_account_age_days": 389 + "author_account_age_days": 391 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 37, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2628 + "author_account_age_days": 2630 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 126, + "stars": 127, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2628 + "author_account_age_days": 2630 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2628 + "author_account_age_days": 2630 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 18, "last_update": "2025-01-02 14:51:01", - "author_account_age_days": 1771 + "author_account_age_days": 1773 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 76, + "stars": 79, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3913 + "author_account_age_days": 3915 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 12, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3913 + "author_account_age_days": 3915 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 515 + "author_account_age_days": 517 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 350, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2819 + "author_account_age_days": 2821 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 10, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 127, + "stars": 129, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 292 + "author_account_age_days": 294 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 72, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 20, + "stars": 21, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 71, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4387 + "author_account_age_days": 4389 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 818, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4387 + "author_account_age_days": 4389 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 84, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3613 + "author_account_age_days": 3614 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 253, "last_update": "2024-12-31 06:28:12", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 4, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 14, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "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": 602 + "author_account_age_days": 603 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 6, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 18, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1421 + "author_account_age_days": 1422 + }, + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { + "stars": 5, + "last_update": "2025-01-27 17:14:24", + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { - "stars": 6, + "stars": 7, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 59, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 31, "last_update": "2024-12-23 10:41:30", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 13, "last_update": "2025-01-09 18:22:56", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 40, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 36, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 344, + "stars": 347, "last_update": "2025-01-25 11:56:04", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { - "stars": 31, + "stars": 32, "last_update": "2025-01-22 15:26:47", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 27, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 4, "last_update": "2025-01-08 10:59:35", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 14, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 123, + "stars": 124, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2532 + "author_account_age_days": 2534 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 35, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 668 + "author_account_age_days": 670 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, "last_update": "2025-01-22 09:37:35", - "author_account_age_days": 2391 + "author_account_age_days": 2393 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 1, "last_update": "2025-01-12 12:44:34", - "author_account_age_days": 2391 + "author_account_age_days": 2393 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 4, "last_update": "2024-12-21 02:21:41", - "author_account_age_days": 1413 + "author_account_age_days": 1415 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 48, "last_update": "2024-12-21 22:36:22", - "author_account_age_days": 3777 + "author_account_age_days": 3779 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 148, "last_update": "2024-12-08 10:35:19", - "author_account_age_days": 1727 + "author_account_age_days": 1729 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 907 + "author_account_age_days": 909 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 10, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3739 + "author_account_age_days": 3741 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3739 + "author_account_age_days": 3741 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3739 + "author_account_age_days": 3741 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 23, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3739 + "author_account_age_days": 3741 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 22, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3739 + "author_account_age_days": 3741 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, "last_update": "2025-01-18 10:28:11", - "author_account_age_days": 52 + "author_account_age_days": 54 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 21, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 295 + "author_account_age_days": 297 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-23 22:56:20", - "author_account_age_days": 295 + "author_account_age_days": 297 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2024-12-30 01:26:43", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-01-01 01:36:41", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 71, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 2931 + "author_account_age_days": 2932 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 1, "last_update": "2025-01-24 08:48:52", - "author_account_age_days": 2158 + "author_account_age_days": 2159 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 52, + "stars": 53, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 1058 + "author_account_age_days": 1060 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 208, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1058 + "author_account_age_days": 1060 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { - "stars": 20, + "stars": 19, "last_update": "2025-01-20 18:40:38", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 3, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3762 + "author_account_age_days": 3763 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 12, "last_update": "2025-01-26 07:29:03", - "author_account_age_days": 218 + "author_account_age_days": 220 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 119, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 204, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 9, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 19, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3051 - }, - "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 491, - "last_update": "2025-01-20 09:54:31", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 15, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 47, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 70, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 18, "last_update": "2025-01-14 18:15:36", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 148, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 756, + "stars": 757, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2365 + "author_account_age_days": 2367 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 34, - "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3588 + "stars": 35, + "last_update": "2025-01-27 22:12:59", + "author_account_age_days": 3589 + }, + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { + "stars": 1, + "last_update": "2025-01-27 22:18:25", + "author_account_age_days": 613 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 745 + "author_account_age_days": 747 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 126, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 182, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 145, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 335 + "author_account_age_days": 337 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 387, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 654 + "author_account_age_days": 656 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 26, - "last_update": "2025-01-24 13:35:09", - "author_account_age_days": 654 + "last_update": "2025-01-27 12:08:08", + "author_account_age_days": 656 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 23, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 163, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 627, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 28, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 487, "last_update": "2025-01-12 04:28:09", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { - "stars": 1, + "stars": 2, "last_update": "2025-01-17 13:52:42", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3782 + "author_account_age_days": 3784 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2025-01-22 15:44:37", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3433 + "author_account_age_days": 3435 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 15, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1891 + "author_account_age_days": 1893 }, "https://github.com/TemryL/ComfyS3": { "stars": 41, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1084 + "author_account_age_days": 1086 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 451, + "stars": 452, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1084 + "author_account_age_days": 1086 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 361, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 313 + "author_account_age_days": 315 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 98, + "stars": 99, "last_update": "2024-12-28 10:58:56", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2928 + "author_account_age_days": 2930 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1657 + "author_account_age_days": 1659 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 4, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1657 + "author_account_age_days": 1659 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 424, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 455, "last_update": "2024-12-18 17:23:08", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2024-12-14 12:33:13", - "author_account_age_days": 2885 + "author_account_age_days": 2887 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 788 + "author_account_age_days": 789 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 45, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1076 + "author_account_age_days": 1078 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 40, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4069 + "author_account_age_days": 4071 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 13, + "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4069 + "author_account_age_days": 4071 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, "last_update": "2025-01-22 10:23:43", - "author_account_age_days": 3596 + "author_account_age_days": 3597 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 227, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5137 + "author_account_age_days": 5139 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1501 + "author_account_age_days": 1503 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 434 + "author_account_age_days": 436 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 217, - "last_update": "2025-01-26 02:14:31", - "author_account_age_days": 458 + "last_update": "2025-01-27 11:19:48", + "author_account_age_days": 459 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3196 + "author_account_age_days": 3198 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 18, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3194 + "author_account_age_days": 3196 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1571 + "author_account_age_days": 1573 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2025-01-22 13:02:13", - "author_account_age_days": 332 + "author_account_age_days": 334 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 94, + "stars": 95, "last_update": "2025-01-25 19:15:02", - "author_account_age_days": 1135 + "author_account_age_days": 1137 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 100, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2126 + "author_account_age_days": 2127 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 116, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 72, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 32, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1324, + "stars": 1328, "last_update": "2024-12-20 16:46:02", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { - "stars": 1, + "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2025-01-14 02:01:05", - "author_account_age_days": 838 + "author_account_age_days": 840 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 30, "last_update": "2025-01-25 08:36:38", - "author_account_age_days": 2838 + "author_account_age_days": 2840 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3175 + "author_account_age_days": 3177 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 1, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 542 + "author_account_age_days": 544 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3968 + "author_account_age_days": 3969 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 4, + "stars": 11, "last_update": "2025-01-12 04:32:37", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 3859 + "author_account_age_days": 3861 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { - "stars": 36, + "stars": 37, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1379 + "author_account_age_days": 1380 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1299, + "stars": 1300, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 173 + "author_account_age_days": 175 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 2, "last_update": "2025-01-24 14:35:29", - "author_account_age_days": 3604 + "author_account_age_days": 3605 }, "https://github.com/XieChengYuan/comfyui_kj": { "stars": 1, "last_update": "2025-01-22 15:55:59", - "author_account_age_days": 2645 + "author_account_age_days": 2647 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 171, "last_update": "2024-12-05 21:10:04", - "author_account_age_days": 2821 + "author_account_age_days": 2823 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4540 + "author_account_age_days": 4542 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2911 + "author_account_age_days": 2912 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2911 + "author_account_age_days": 2912 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3971 + "author_account_age_days": 3973 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 123, + "stars": 126, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 1029 + "author_account_age_days": 1031 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, "last_update": "2025-01-21 21:31:26", - "author_account_age_days": 422 + "author_account_age_days": 424 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 2, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 356, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 20, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 467, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 748, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 73, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 692, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1374, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 200, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 798, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 48, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 96, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 198, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 103, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 145, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 657, + "stars": 658, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1657, + "stars": 1658, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1489 + "author_account_age_days": 1490 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 28, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5755 + "author_account_age_days": 5757 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1409 + "author_account_age_days": 1411 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, "last_update": "2025-01-14 18:28:43", - "author_account_age_days": 4836 + "author_account_age_days": 4838 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 738 + "author_account_age_days": 740 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 117, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 738 + "author_account_age_days": 740 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 35, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 738 + "author_account_age_days": 740 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 3, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 3, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 1, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5018 + "author_account_age_days": 5019 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 9, "last_update": "2024-12-07 11:44:06", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 288 + "author_account_age_days": 290 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 288 + "author_account_age_days": 290 }, "https://github.com/abyz22/image_control": { "stars": 15, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 378 + "author_account_age_days": 380 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 28, "last_update": "2024-11-23 13:08:46", - "author_account_age_days": 4043 + "author_account_age_days": 4045 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 919 + "author_account_age_days": 921 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 272, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5232 + "author_account_age_days": 5234 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 5, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2438 + "author_account_age_days": 2439 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 799 + "author_account_age_days": 801 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 48, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 799 + "author_account_age_days": 801 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 1, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4211 + "author_account_age_days": 4213 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1736 + "author_account_age_days": 1738 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1736 + "author_account_age_days": 1738 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 7, "last_update": "2024-12-19 08:13:44", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 489 + "author_account_age_days": 491 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 2, "last_update": "2025-01-25 05:52:31", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 95, "last_update": "2024-12-31 10:12:40", - "author_account_age_days": 4764 + "author_account_age_days": 4765 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1749, + "stars": 1774, "last_update": "2025-01-23 07:52:48", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2886 + "author_account_age_days": 2888 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 51, + "stars": 52, "last_update": "2025-01-10 09:53:04", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 24, "last_update": "2025-01-19 07:40:04", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 198, "last_update": "2024-12-13 01:44:03", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 238, + "stars": 239, "last_update": "2024-12-26 22:37:39", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 79, "last_update": "2024-12-13 01:44:29", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 2, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 346 + "author_account_age_days": 348 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1145 + "author_account_age_days": 1147 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { - "stars": 4, + "stars": 5, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1145 + "author_account_age_days": 1147 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 31, "last_update": "2024-11-28 12:32:25", - "author_account_age_days": 1145 + "author_account_age_days": 1147 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1412 + "author_account_age_days": 1414 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 43, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1412 + "author_account_age_days": 1414 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 18, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1412 + "author_account_age_days": 1414 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 34, - "last_update": "2024-12-28 23:17:34", - "author_account_age_days": 3802 + "last_update": "2025-01-27 19:42:20", + "author_account_age_days": 3804 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 6, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5230 + "author_account_age_days": 5232 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-01-04 10:38:45", - "author_account_age_days": 3501 + "author_account_age_days": 3503 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 60, "last_update": "2024-12-08 20:23:34", - "author_account_age_days": 2895 + "author_account_age_days": 2897 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 102, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5076 + "author_account_age_days": 5077 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 60, + "stars": 61, "last_update": "2025-01-19 12:05:48", - "author_account_age_days": 816 + "author_account_age_days": 818 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 91, "last_update": "2025-01-23 17:30:20", - "author_account_age_days": 1488 + "author_account_age_days": 1490 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 94, "last_update": "2025-01-17 21:00:45", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 404 + "author_account_age_days": 406 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3169 + "author_account_age_days": 3170 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6008 + "author_account_age_days": 6010 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2044 + "author_account_age_days": 2046 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1966 + "author_account_age_days": 1967 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, "last_update": "2025-01-22 03:46:03", - "author_account_age_days": 3078 + "author_account_age_days": 3080 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, "last_update": "2025-01-15 10:50:51", - "author_account_age_days": 5963 + "author_account_age_days": 5965 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 30, + "stars": 31, "last_update": "2025-01-15 18:27:44", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2024-12-29 01:08:36", - "author_account_age_days": 3750 + "author_account_age_days": 3751 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 45, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 242, "last_update": "2025-01-12 13:58:43", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 17, - "last_update": "2025-01-24 19:07:56", - "author_account_age_days": 5127 + "stars": 18, + "last_update": "2025-01-27 17:53:53", + "author_account_age_days": 5129 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 144, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 120, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2564 + "author_account_age_days": 2566 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 23, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4336 + "author_account_age_days": 4338 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 72, "last_update": "2025-01-05 19:27:21", - "author_account_age_days": 4336 + "author_account_age_days": 4338 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, "last_update": "2025-01-26 02:31:14", - "author_account_age_days": 3774 + "author_account_age_days": 3776 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, "last_update": "2024-12-09 10:33:40", - "author_account_age_days": 1986 + "author_account_age_days": 1988 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 66, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5578 + "author_account_age_days": 5580 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 14, "last_update": "2025-01-15 10:26:57", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 5, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/banodoco/steerable-motion": { - "stars": 869, + "stars": 868, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 617 + "author_account_age_days": 619 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2514 + "author_account_age_days": 2516 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 7, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4342 + "author_account_age_days": 4344 }, "https://github.com/bash-j/mikey_nodes": { "stars": 126, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3181 + "author_account_age_days": 3182 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 51, "last_update": "2024-12-23 19:50:16", - "author_account_age_days": 578 + "author_account_age_days": 580 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 21, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 328 + "author_account_age_days": 330 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 18, + "stars": 21, "last_update": "2025-01-24 14:45:54", - "author_account_age_days": 328 + "author_account_age_days": 330 }, "https://github.com/bentoml/comfy-pack": { - "stars": 91, + "stars": 92, "last_update": "2025-01-24 01:40:08", - "author_account_age_days": 2126 + "author_account_age_days": 2127 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3723 + "author_account_age_days": 3725 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { "stars": 6, "last_update": "2025-01-25 15:50:01", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 2, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 272 + "author_account_age_days": 274 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 52, - "last_update": "2025-01-16 16:05:24", - "author_account_age_days": 312 + "stars": 53, + "last_update": "2025-01-27 13:57:55", + "author_account_age_days": 314 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 2, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3089 + "author_account_age_days": 3091 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 69, + "stars": 70, "last_update": "2025-01-19 08:07:27", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 40, "last_update": "2024-12-12 22:16:46", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 22, "last_update": "2025-01-13 09:38:01", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 121, "last_update": "2024-12-25 04:47:01", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 25, "last_update": "2024-12-07 21:16:44", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 489 + "author_account_age_days": 491 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4783 + "author_account_age_days": 4784 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3752 + "author_account_age_days": 3754 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3752 + "author_account_age_days": 3754 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3752 + "author_account_age_days": 3754 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3752 + "author_account_age_days": 3754 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3752 + "author_account_age_days": 3754 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4960 + "author_account_age_days": 4962 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, "last_update": "2025-01-22 09:09:14", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 2, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 1, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4774 + "author_account_age_days": 4776 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4314 + "author_account_age_days": 4315 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 11, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3872 + "author_account_age_days": 3873 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 1, - "last_update": "2025-01-26 04:17:11", - "author_account_age_days": 3872 + "last_update": "2025-01-27 06:13:10", + "author_account_age_days": 3873 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 19, "last_update": "2025-01-04 00:25:23", - "author_account_age_days": 1809 + "author_account_age_days": 1811 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 288, + "stars": 287, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4455 + "author_account_age_days": 4457 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5371 + "author_account_age_days": 5372 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 35, "last_update": "2025-01-16 10:58:50", - "author_account_age_days": 2581 + "author_account_age_days": 2583 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4902 + "author_account_age_days": 4903 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, - "last_update": "2025-01-23 15:28:48", - "author_account_age_days": 15 + "last_update": "2025-01-27 17:34:52", + "author_account_age_days": 17 + }, + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { + "stars": 1, + "last_update": "2025-01-27 13:24:44", + "author_account_age_days": 4862 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1390 + "author_account_age_days": 1392 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1390 + "author_account_age_days": 1392 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1390 + "author_account_age_days": 1392 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1390 + "author_account_age_days": 1392 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 4, "last_update": "2024-12-28 21:19:19", - "author_account_age_days": 4730 + "author_account_age_days": 4732 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4730 + "author_account_age_days": 4732 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 1, "last_update": "2025-01-25 03:59:33", - "author_account_age_days": 97 + "author_account_age_days": 99 }, "https://github.com/calcuis/gguf": { "stars": 5, - "last_update": "2025-01-26 02:00:25", - "author_account_age_days": 863 + "last_update": "2025-01-27 07:14:57", + "author_account_age_days": 864 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3518 + "author_account_age_days": 3520 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3518 + "author_account_age_days": 3520 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1984 + "author_account_age_days": 1986 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-12-06 04:47:31", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 401, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1420 + "author_account_age_days": 1422 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 7, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1420 + "author_account_age_days": 1422 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3511 + "author_account_age_days": 3513 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5227 + "author_account_age_days": 5229 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3614 + "author_account_age_days": 3616 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3614 + "author_account_age_days": 3616 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 2, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 32, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 2897 + "author_account_age_days": 2899 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 120, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1369 + "author_account_age_days": 1370 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4052 + "author_account_age_days": 4053 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4052 + "author_account_age_days": 4053 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1409 + "author_account_age_days": 1410 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 19, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 399, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { - "stars": 51, + "stars": 52, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 29, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 227, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 154, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 100, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 52, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 15, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 19, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 79, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 549 + "author_account_age_days": 551 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1950 + "author_account_age_days": 1952 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 312 + "author_account_age_days": 314 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1745 + "author_account_age_days": 1747 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 290, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 26, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1826, + "stars": 1829, "last_update": "2025-01-26 08:56:06", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 130, + "stars": 131, "last_update": "2025-01-23 16:24:52", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 135, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 99, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 53, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 149, + "stars": 150, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5739 + "author_account_age_days": 5740 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4188 + "author_account_age_days": 4190 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2012 + "author_account_age_days": 2014 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 73, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 57, "last_update": "2025-01-09 06:23:28", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 300, + "stars": 301, "last_update": "2024-11-29 02:05:30", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 577, "last_update": "2024-12-30 03:55:54", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 816 + "author_account_age_days": 818 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2270 + "author_account_age_days": 2272 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 182, "last_update": "2025-01-05 19:12:48", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 79, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 3, "last_update": "2024-12-28 15:32:34", - "author_account_age_days": 4414 + "author_account_age_days": 4416 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 1, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4414 + "author_account_age_days": 4416 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { - "stars": 1, + "stars": 2, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4414 + "author_account_age_days": 4416 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 37, "last_update": "2025-01-04 08:32:06", - "author_account_age_days": 5586 + "author_account_age_days": 5588 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1357, + "stars": 1361, "last_update": "2025-01-08 15:35:24", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 86, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 6, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 468, + "stars": 469, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 397, + "stars": 398, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 270, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 144, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 4, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 116, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 814 + "author_account_age_days": 816 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2916 + "author_account_age_days": 2918 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 3, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3044 + "author_account_age_days": 3046 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2024-12-17 04:00:58", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 3, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6065 + "author_account_age_days": 6066 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 64749, - "last_update": "2025-01-26 00:05:49", - "author_account_age_days": 765 + "stars": 64951, + "last_update": "2025-01-27 10:28:15", + "author_account_age_days": 766 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 552, + "stars": 553, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 171, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2117 + "author_account_age_days": 2118 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4825 + "author_account_age_days": 4826 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 83, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4879 + "author_account_age_days": 4880 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 127, + "stars": 129, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4879 + "author_account_age_days": 4880 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 72, - "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3272 + "last_update": "2025-01-26 16:25:19", + "author_account_age_days": 3273 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, - "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3272 + "last_update": "2025-01-26 16:26:36", + "author_account_age_days": 3273 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-12-28 00:30:43", - "author_account_age_days": 282 + "author_account_age_days": 283 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 324 + "author_account_age_days": 326 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 84, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 324 + "author_account_age_days": 326 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 66, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 324 + "author_account_age_days": 326 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 940, + "stars": 943, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 42, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 75, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 378, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4518, + "stars": 4526, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1428, + "stars": 1429, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 20, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 684, + "stars": 686, "last_update": "2024-12-07 09:40:28", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 776, + "stars": 777, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 2, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2145 + "author_account_age_days": 2147 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4449 + "author_account_age_days": 4451 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 12, "last_update": "2024-12-31 12:13:46", - "author_account_age_days": 605 + "author_account_age_days": 607 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 605 + "author_account_age_days": 607 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 605 + "author_account_age_days": 607 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 605 + "author_account_age_days": 607 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 21, + "stars": 22, "last_update": "2025-01-21 05:07:55", - "author_account_age_days": 605 + "author_account_age_days": 607 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1805 + "author_account_age_days": 1807 }, "https://github.com/dafeng012/comfyui-imgmake": { - "stars": 11, + "stars": 12, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 891 + "author_account_age_days": 893 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 225, "last_update": "2024-12-20 22:53:53", - "author_account_age_days": 4287 + "author_account_age_days": 4289 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 269, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2620 + "author_account_age_days": 2622 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 48, + "stars": 50, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3567 + "author_account_age_days": 3569 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 24, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3567 + "author_account_age_days": 3569 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-12-14 15:01:39", - "author_account_age_days": 5540 + "author_account_age_days": 5541 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4644 + "author_account_age_days": 4646 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { - "stars": 1, + "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4680 + "author_account_age_days": 4682 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 2846 + "author_account_age_days": 2848 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, "last_update": "2025-01-24 09:42:47", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 102, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 79, "last_update": "2024-11-28 20:28:24", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 15, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-12-13 15:07:29", - "author_account_age_days": 4751 + "author_account_age_days": 4753 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 92, "last_update": "2025-01-06 11:51:33", - "author_account_age_days": 4751 + "author_account_age_days": 4753 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3712 + "author_account_age_days": 3714 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 160, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 87, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 125 + "author_account_age_days": 127 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6190 + "author_account_age_days": 6191 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6190 + "author_account_age_days": 6191 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 470, + "stars": 475, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4420 + "author_account_age_days": 4421 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 18, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4420 + "author_account_age_days": 4421 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 161, "last_update": "2024-12-25 00:41:33", - "author_account_age_days": 4733 + "author_account_age_days": 4735 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 243, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3630 + "author_account_age_days": 3632 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4101 + "author_account_age_days": 4103 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 72, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4986 + "author_account_age_days": 4988 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 561 + "author_account_age_days": 563 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 7, + "stars": 8, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 120, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 303, + "stars": 304, "last_update": "2025-01-05 19:29:53", - "author_account_age_days": 4499 + "author_account_age_days": 4501 }, "https://github.com/dmMaze/sketch2manga": { "stars": 40, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2065 + "author_account_age_days": 2067 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4720 + "author_account_age_days": 4722 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 88, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4720 + "author_account_age_days": 4722 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3985 + "author_account_age_days": 3987 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 699 + "author_account_age_days": 701 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2025-01-07 16:45:44", - "author_account_age_days": 3993 + "author_account_age_days": 3995 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 837 + "author_account_age_days": 839 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 2, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 788 + "author_account_age_days": 789 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5019 + "author_account_age_days": 5021 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2933 + "author_account_age_days": 2935 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 15, "last_update": "2025-01-18 01:01:11", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 73, "last_update": "2024-12-20 10:50:09", - "author_account_age_days": 488 + "author_account_age_days": 490 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 34, "last_update": "2024-12-20 10:46:20", - "author_account_age_days": 488 + "author_account_age_days": 490 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 417 + "author_account_age_days": 419 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 174, "last_update": "2024-12-10 19:10:11", - "author_account_age_days": 171 + "author_account_age_days": 173 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 360, "last_update": "2024-12-19 09:17:18", - "author_account_age_days": 212 + "author_account_age_days": 214 }, "https://github.com/evanspearman/ComfyMath": { "stars": 101, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4454 + "author_account_age_days": 4456 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, - "last_update": "2025-01-26 07:11:39", - "author_account_age_days": 1211 + "last_update": "2025-01-26 19:46:31", + "author_account_age_days": 1213 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4133 + "author_account_age_days": 4135 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4133 + "author_account_age_days": 4135 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4133 + "author_account_age_days": 4135 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2264 + "author_account_age_days": 2266 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 82, + "stars": 83, "last_update": "2025-01-09 18:16:21", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 66, "last_update": "2025-01-09 18:14:29", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2024-12-27 14:24:36", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 159, + "stars": 160, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 14, "last_update": "2024-12-29 12:20:04", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2025-01-23 16:12:47", - "author_account_age_days": 1304 + "author_account_age_days": 1306 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 18, "last_update": "2024-12-23 14:07:26", - "author_account_age_days": 571 + "author_account_age_days": 573 + }, + "https://github.com/fblissjr/ComfyUI-DatasetHelper": { + "stars": 1, + "last_update": "2025-01-27 18:58:33", + "author_account_age_days": 3581 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3580 + "author_account_age_days": 3581 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 777 + "author_account_age_days": 779 }, "https://github.com/feixuetuba/Spleeter": { "stars": 1, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4178 + "author_account_age_days": 4180 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1774 + "author_account_age_days": 1776 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5260 + "author_account_age_days": 5261 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5260 + "author_account_age_days": 5261 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5260 + "author_account_age_days": 5261 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 44, "last_update": "2024-12-31 13:07:59", - "author_account_age_days": 3692 + "author_account_age_days": 3693 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 152, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 334, - "last_update": "2025-01-24 09:45:15", - "author_account_age_days": 1952 + "last_update": "2025-01-27 07:17:58", + "author_account_age_days": 1953 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 13, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 144, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 4, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 969, + "stars": 971, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 253, + "stars": 252, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { - "stars": 148, + "stars": 149, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 489 + "author_account_age_days": 491 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 218, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 489 + "author_account_age_days": 491 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 468, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 489 + "author_account_age_days": 491 }, "https://github.com/flycarl/ComfyUI-Pixelate": { - "stars": 2, + "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5075 + "author_account_age_days": 5077 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3837 + "author_account_age_days": 3839 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5323 + "author_account_age_days": 5325 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 63, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5323 + "author_account_age_days": 5325 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5323 + "author_account_age_days": 5325 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 540 + "author_account_age_days": 542 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2536 + "author_account_age_days": 2538 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 55, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 541, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 656 + "author_account_age_days": 658 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 10, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2421 + "author_account_age_days": 2423 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 11, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4803 + "author_account_age_days": 4804 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 128, + "stars": 129, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4803 + "author_account_age_days": 4804 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 4, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 4803 + "author_account_age_days": 4804 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 61, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4803 + "author_account_age_days": 4804 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-01-17 23:46:42", - "author_account_age_days": 493 + "author_account_age_days": 495 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 26, "last_update": "2024-11-27 16:23:47", - "author_account_age_days": 2196 + "author_account_age_days": 2198 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2172 + "author_account_age_days": 2174 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-12-29 09:24:04", - "author_account_age_days": 4074 + "author_account_age_days": 4076 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2227 + "author_account_age_days": 2229 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 218, + "stars": 219, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4454 + "author_account_age_days": 4455 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5215 + "author_account_age_days": 5216 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 158, "last_update": "2025-01-21 17:23:08", - "author_account_age_days": 2713 + "author_account_age_days": 2715 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 50, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 789 + "author_account_age_days": 791 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 13, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3961 + "author_account_age_days": 3963 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3961 + "author_account_age_days": 3963 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 169 + "author_account_age_days": 171 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 7, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1945 + "author_account_age_days": 1947 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 59, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1273 + "author_account_age_days": 1275 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 78, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1273 + "author_account_age_days": 1275 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 45, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1273 + "author_account_age_days": 1275 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 454, + "stars": 455, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1273 + "author_account_age_days": 1275 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3004 + "author_account_age_days": 3006 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 20, "last_update": "2024-11-21 17:50:46", - "author_account_age_days": 449 + "author_account_age_days": 451 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 3, "last_update": "2025-01-10 11:12:14", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-01-10 11:08:58", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-01-10 11:13:34", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 2, "last_update": "2025-01-10 11:04:48", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 2, "last_update": "2025-01-10 11:10:59", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 152, - "last_update": "2025-01-26 03:56:20", - "author_account_age_days": 736 + "last_update": "2025-01-27 16:15:03", + "author_account_age_days": 738 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 78, "last_update": "2025-01-17 02:23:50", - "author_account_age_days": 4062 + "author_account_age_days": 4064 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1371 + "author_account_age_days": 1373 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 2, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 117 + "author_account_age_days": 119 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2066 + "author_account_age_days": 2068 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 321 + "author_account_age_days": 323 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 11, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 9, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 14, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 13, "last_update": "2025-01-24 06:14:25", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 87, - "last_update": "2025-01-16 02:28:07", - "author_account_age_days": 2153 + "last_update": "2025-01-27 09:30:46", + "author_account_age_days": 2154 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 563 + "author_account_age_days": 565 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 7, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 563 + "author_account_age_days": 565 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1251, + "stars": 1258, "last_update": "2025-01-24 11:59:27", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 9, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 49, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2740 + "author_account_age_days": 2742 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 176, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5327 + "author_account_age_days": 5329 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-01-19 15:39:11", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 2, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1807 + "author_account_age_days": 1809 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4859 + "author_account_age_days": 4860 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4848 + "author_account_age_days": 4849 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4848 + "author_account_age_days": 4849 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 259, + "stars": 260, "last_update": "2025-01-17 06:30:57", - "author_account_age_days": 1454 + "author_account_age_days": 1455 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 573, "last_update": "2024-12-31 17:59:41", - "author_account_age_days": 3091 + "author_account_age_days": 3093 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1567, + "stars": 1568, "last_update": "2025-01-05 19:53:01", - "author_account_age_days": 3091 + "author_account_age_days": 3093 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 67, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3091 + "author_account_age_days": 3093 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 62, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3091 + "author_account_age_days": 3093 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 124, "last_update": "2024-12-26 17:46:42", - "author_account_age_days": 3091 + "author_account_age_days": 3093 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 427, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3091 + "author_account_age_days": 3093 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 27, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5856 + "author_account_age_days": 5858 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 51 + "author_account_age_days": 52 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 655 + "author_account_age_days": 657 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 655 + "author_account_age_days": 657 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 18, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2025-01-18 19:19:06", - "author_account_age_days": 3326 + "author_account_age_days": 3328 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1772 + "author_account_age_days": 1774 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2421 + "author_account_age_days": 2423 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4321 + "author_account_age_days": 4323 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 162, "last_update": "2025-01-16 08:38:21", - "author_account_age_days": 3265 + "author_account_age_days": 3267 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5507 + "author_account_age_days": 5509 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, "last_update": "2024-12-29 11:09:57", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 42, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 589, + "stars": 590, "last_update": "2025-01-03 10:36:18", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 140, "last_update": "2024-12-18 22:34:21", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 356, "last_update": "2025-01-26 08:49:30", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 9, "last_update": "2025-01-20 08:21:04", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1104 + "author_account_age_days": 1106 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 1, - "last_update": "2025-01-23 21:53:36", - "author_account_age_days": 3996 + "last_update": "2025-01-26 22:04:51", + "author_account_age_days": 3997 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 6, "last_update": "2024-12-31 01:53:17", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 53, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3101 + "author_account_age_days": 3103 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4642 + "author_account_age_days": 4643 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-12-02 03:49:49", - "author_account_age_days": 198 + "author_account_age_days": 200 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 64, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4086 + "author_account_age_days": 4088 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 74, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4086 + "author_account_age_days": 4088 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1091, + "stars": 1092, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4086 + "author_account_age_days": 4088 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 52, "last_update": "2025-01-12 08:47:21", - "author_account_age_days": 1787 + "author_account_age_days": 1789 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1192 + "author_account_age_days": 1194 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 72, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, - "last_update": "2025-01-25 15:05:45", - "author_account_age_days": 4694 + "last_update": "2025-01-27 13:28:53", + "author_account_age_days": 4695 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, "last_update": "2025-01-19 12:20:01", - "author_account_age_days": 792 + "author_account_age_days": 794 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 792 + "author_account_age_days": 794 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 3, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4687 + "author_account_age_days": 4688 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 40, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3146 + "author_account_age_days": 3148 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4147 + "author_account_age_days": 4149 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 136, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3867 + "author_account_age_days": 3869 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { - "stars": 48, + "stars": 49, "last_update": "2025-01-14 19:47:48", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 2, "last_update": "2025-01-24 16:05:37", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { - "stars": 11, + "stars": 12, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3253 + "author_account_age_days": 3254 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, "last_update": "2024-12-13 03:03:41", - "author_account_age_days": 3345 + "author_account_age_days": 3347 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1502 + "author_account_age_days": 1503 }, "https://github.com/jitcoder/lora-info": { "stars": 75, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4256 + "author_account_age_days": 4258 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3865 + "author_account_age_days": 3866 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2025-01-20 20:47:49", - "author_account_age_days": 4427 + "author_account_age_days": 4429 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4813 + "author_account_age_days": 4814 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, "last_update": "2025-01-16 10:38:43", - "author_account_age_days": 554 + "author_account_age_days": 556 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 428, + "stars": 431, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 423 + "author_account_age_days": 425 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 130, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 5014 + "author_account_age_days": 5015 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 22, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5209 + "author_account_age_days": 5211 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4145 + "author_account_age_days": 4147 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 21, + "stars": 22, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 68, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 29, + "stars": 30, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 210, "last_update": "2025-01-09 09:23:46", - "author_account_age_days": 1328 + "author_account_age_days": 1329 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 127 + "author_account_age_days": 129 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 94, + "stars": 110, "last_update": "2025-01-25 18:45:47", - "author_account_age_days": 3005 + "author_account_age_days": 3006 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3690 + "author_account_age_days": 3692 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2423 + "author_account_age_days": 2424 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1482 + "author_account_age_days": 1484 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 22, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2545 + "author_account_age_days": 2547 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 53, "last_update": "2024-11-29 15:22:15", - "author_account_age_days": 2545 + "author_account_age_days": 2547 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 408, + "stars": 411, "last_update": "2024-11-24 20:25:04", - "author_account_age_days": 4897 + "author_account_age_days": 4899 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 16, "last_update": "2025-01-21 10:05:26", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 2, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1726 + "author_account_age_days": 1728 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2877 + "author_account_age_days": 2879 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 969 + "author_account_age_days": 971 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2024-12-24 16:48:11", - "author_account_age_days": 943 + "author_account_age_days": 945 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 165, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5105 + "author_account_age_days": 5106 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 3, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 969 + "author_account_age_days": 971 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 172, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 136, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 201, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1319, + "stars": 1324, "last_update": "2025-01-23 09:18:57", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 170, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 130, + "stars": 131, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 236, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 64, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 646, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 904, + "stars": 907, "last_update": "2025-01-12 17:55:46", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 643, + "stars": 644, "last_update": "2025-01-19 15:57:36", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 199, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 105, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1645, + "stars": 1658, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 878, + "stars": 880, "last_update": "2025-01-23 16:59:43", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-KJNodes": { "stars": 805, - "last_update": "2025-01-18 22:52:27", - "author_account_age_days": 2398 + "last_update": "2025-01-27 10:14:46", + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 574, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 83, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 57, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1786, + "stars": 1789, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 101, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 186, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 494, + "stars": 495, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 395, + "stars": 396, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 35, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 42, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 347, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1720, + "stars": 1721, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 161, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 70, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 99, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 739, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 72 + "author_account_age_days": 74 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 25, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 684 + "author_account_age_days": 686 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 684 + "author_account_age_days": 686 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 684 + "author_account_age_days": 686 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 49, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 684 + "author_account_age_days": 686 }, "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 572 + "author_account_age_days": 574 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-01-14 13:56:37", - "author_account_age_days": 641 + "last_update": "2025-01-27 01:48:57", + "author_account_age_days": 643 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 179, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/kraglik/prompt_collapse": { "stars": 6, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2673 + "author_account_age_days": 2675 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2735 + "author_account_age_days": 2737 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 23, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 823 + "author_account_age_days": 825 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1156 + "author_account_age_days": 1158 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 2, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 27 + "author_account_age_days": 28 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 22, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 53, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 33, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3291 + "author_account_age_days": 3293 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 366 + "author_account_age_days": 368 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 9, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2497 + "author_account_age_days": 2499 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 7, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2497 + "author_account_age_days": 2499 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2497 + "author_account_age_days": 2499 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 14, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 4, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 4, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3994 + "author_account_age_days": 3996 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 11, "last_update": "2025-01-08 04:10:35", - "author_account_age_days": 3712 + "author_account_age_days": 3714 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 35, "last_update": "2024-12-11 05:09:29", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 55, + "stars": 59, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4274 + "author_account_age_days": 4276 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, "last_update": "2024-12-31 14:25:36", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 9, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 4, "last_update": "2024-12-24 05:33:45", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3125 + "author_account_age_days": 3127 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 3, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4007 + "author_account_age_days": 4009 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 9, "last_update": "2025-01-06 01:47:59", - "author_account_age_days": 402 + "author_account_age_days": 404 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 10, "last_update": "2025-01-23 15:56:23", - "author_account_age_days": 402 + "author_account_age_days": 404 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 1, "last_update": "2025-01-23 15:44:21", - "author_account_age_days": 402 + "author_account_age_days": 404 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 2, "last_update": "2025-01-12 15:25:56", - "author_account_age_days": 402 + "author_account_age_days": 404 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 3, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4262 + "author_account_age_days": 4264 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 67, + "stars": 68, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3423 + "author_account_age_days": 3425 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 69, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3423 + "author_account_age_days": 3425 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 10, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3423 + "author_account_age_days": 3425 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 119, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3423 + "author_account_age_days": 3425 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3423 + "author_account_age_days": 3425 }, "https://github.com/ljleb/comfy-mecha": { "stars": 59, "last_update": "2025-01-25 07:20:53", - "author_account_age_days": 2679 + "author_account_age_days": 2681 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 234, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 315 + "author_account_age_days": 317 }, "https://github.com/lks-ai/anynode": { - "stars": 513, + "stars": 514, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 315 + "author_account_age_days": 317 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 126, "last_update": "2025-01-07 02:36:44", - "author_account_age_days": 2309 + "author_account_age_days": 2310 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 38, + "stars": 39, "last_update": "2025-01-22 09:32:34", - "author_account_age_days": 2309 + "author_account_age_days": 2310 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 109, - "last_update": "2025-01-22 09:31:53", - "author_account_age_days": 2309 + "stars": 119, + "last_update": "2025-01-27 13:05:06", + "author_account_age_days": 2310 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 8, "last_update": "2024-11-29 11:37:27", - "author_account_age_days": 2309 + "author_account_age_days": 2310 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 46, "last_update": "2024-12-01 11:57:50", - "author_account_age_days": 2309 + "author_account_age_days": 2310 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 58, + "stars": 59, "last_update": "2024-12-21 02:44:42", - "author_account_age_days": 2309 + "author_account_age_days": 2310 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, "last_update": "2024-12-09 22:37:22", - "author_account_age_days": 4695 + "author_account_age_days": 4697 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 31, "last_update": "2025-01-22 18:50:02", - "author_account_age_days": 799 + "author_account_age_days": 801 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 30, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 10, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 107, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1034, + "stars": 1041, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 175, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 423, + "stars": 424, "last_update": "2024-12-21 06:04:48", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 276, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 43, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 34, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 11, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-11-28 20:55:56", - "author_account_age_days": 4380 + "author_account_age_days": 4382 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4380 + "author_account_age_days": 4382 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 74, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4380 + "author_account_age_days": 4382 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4380 + "author_account_age_days": 4382 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 8, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 480, + "stars": 482, "last_update": "2024-11-30 07:01:55", - "author_account_age_days": 4266 + "author_account_age_days": 4268 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 32, "last_update": "2024-11-23 07:25:20", - "author_account_age_days": 4266 + "author_account_age_days": 4268 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 32, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4266 + "author_account_age_days": 4268 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 159, "last_update": "2024-12-25 07:12:24", - "author_account_age_days": 3878 + "author_account_age_days": 3880 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3878 + "author_account_age_days": 3880 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2086, - "last_update": "2025-01-19 09:09:21", - "author_account_age_days": 678 + "stars": 2088, + "last_update": "2025-01-27 21:36:32", + "author_account_age_days": 679 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 109, - "last_update": "2025-01-25 07:37:42", - "author_account_age_days": 678 + "stars": 110, + "last_update": "2025-01-26 09:54:24", + "author_account_age_days": 679 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 488, - "last_update": "2025-01-15 15:47:53", - "author_account_age_days": 678 + "stars": 489, + "last_update": "2025-01-27 02:51:07", + "author_account_age_days": 679 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8124, - "last_update": "2025-01-26 09:15:37", - "author_account_age_days": 678 + "stars": 8148, + "last_update": "2025-01-27 21:57:27", + "author_account_age_days": 679 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 37, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4023 + "author_account_age_days": 4025 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 49, "last_update": "2024-12-10 18:46:04", - "author_account_age_days": 2250 + "author_account_age_days": 2252 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 63, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 191, - "last_update": "2024-12-10 02:29:05", - "author_account_age_days": 1327 + "last_update": "2025-01-27 22:10:44", + "author_account_age_days": 1328 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { - "stars": 1, - "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 531 + "stars": 2, + "last_update": "2025-01-26 18:02:13", + "author_account_age_days": 533 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2024-12-07 17:27:17", - "author_account_age_days": 2573 + "author_account_age_days": 2575 }, "https://github.com/magic-quill/ComfyUI_MagicQuill": { - "stars": 90, + "stars": 92, "last_update": "2024-12-16 04:15:45", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3722 + "author_account_age_days": 3723 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 172, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5970 + "author_account_age_days": 5971 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1382 + "author_account_age_days": 1384 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5400 + "author_account_age_days": 5401 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 75, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4630 + "author_account_age_days": 4632 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4630 + "author_account_age_days": 4632 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 79, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4991 + "author_account_age_days": 4992 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 12, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 3047 + "author_account_age_days": 3049 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 61, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2955 + "author_account_age_days": 2957 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 7, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 242, + "stars": 244, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3136 + "author_account_age_days": 3138 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4537 + "author_account_age_days": 4539 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4537 + "author_account_age_days": 4539 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1167, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2317 + "author_account_age_days": 2319 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 870 + "author_account_age_days": 872 }, "https://github.com/meanin2/comfyui-watermarking": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 870 + "author_account_age_days": 872 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 57, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 73, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4655 + "author_account_age_days": 4657 }, "https://github.com/melMass/comfy_mtb": { "stars": 495, "last_update": "2025-01-09 14:04:19", - "author_account_age_days": 3961 + "author_account_age_days": 3962 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 4, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3888 + "author_account_age_days": 3890 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 444 + "author_account_age_days": 446 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 444 + "author_account_age_days": 446 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 444 + "author_account_age_days": 446 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 25, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5689 + "author_account_age_days": 5691 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 838 + "author_account_age_days": 840 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-11-29 13:12:52", - "author_account_age_days": 2533 + "author_account_age_days": 2535 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 327, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2224 + "author_account_age_days": 2225 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2877 + "author_account_age_days": 2879 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 53, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6132 + "author_account_age_days": 6134 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { - "stars": 28, + "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6132 + "author_account_age_days": 6134 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 248, + "stars": 249, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-01-09 22:36:41", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 67, "last_update": "2025-01-16 15:33:06", - "author_account_age_days": 1436 + "author_account_age_days": 1438 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/modelscope/scepter": { "stars": 456, "last_update": "2024-12-07 16:31:54", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4819 + "author_account_age_days": 4821 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, "last_update": "2024-12-07 11:19:40", - "author_account_age_days": 1539 + "author_account_age_days": 1541 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 2, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3687 + "author_account_age_days": 3688 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2516 + "author_account_age_days": 2518 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2024-12-28 05:34:06", - "author_account_age_days": 2526 + "author_account_age_days": 2528 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 5, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-01-13 21:11:12", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4153 + "author_account_age_days": 4155 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 25, "last_update": "2025-01-04 02:48:08", - "author_account_age_days": 3177 + "author_account_age_days": 3178 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 8, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3161 + "author_account_age_days": 3163 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, "last_update": "2025-01-16 08:03:08", - "author_account_age_days": 684 + "author_account_age_days": 686 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 192, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2941 + "author_account_age_days": 2943 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 45, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2941 + "author_account_age_days": 2943 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 29, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 493 + "author_account_age_days": 495 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 865 + "author_account_age_days": 867 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 7, "last_update": "2024-12-25 18:40:01", - "author_account_age_days": 3867 + "author_account_age_days": 3869 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, "last_update": "2025-01-24 12:07:31", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 6, "last_update": "2024-12-12 06:33:15", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 109, "last_update": "2025-01-26 08:05:39", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 10, "last_update": "2024-11-24 09:40:44", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4537 + "author_account_age_days": 4539 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 5, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4225 + "author_account_age_days": 4227 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4244 + "author_account_age_days": 4246 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 173, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 83, "last_update": "2025-01-26 06:55:01", - "author_account_age_days": 4935 + "author_account_age_days": 4937 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 4, + "stars": 5, "last_update": "2025-01-25 13:22:48", - "author_account_age_days": 4935 + "author_account_age_days": 4937 }, "https://github.com/niknah/quick-connections": { "stars": 172, "last_update": "2024-12-15 03:01:31", - "author_account_age_days": 4935 + "author_account_age_days": 4937 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 54, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3203 + "author_account_age_days": 3205 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 551 + "author_account_age_days": 553 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3718 + "author_account_age_days": 3720 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 3, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4522 + "author_account_age_days": 4524 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 25, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 375 + "author_account_age_days": 377 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 375 + "author_account_age_days": 377 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 51, "last_update": "2024-12-30 12:15:57", - "author_account_age_days": 375 + "author_account_age_days": 377 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 7, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 375 + "author_account_age_days": 377 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 11, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 375 + "author_account_age_days": 377 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1878 + "author_account_age_days": 1880 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2958 + "author_account_age_days": 2960 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-01-26 07:38:19", - "author_account_age_days": 1428 + "author_account_age_days": 1430 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2338 + "author_account_age_days": 2339 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 210, + "stars": 209, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4120 + "author_account_age_days": 4122 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2776 + "author_account_age_days": 2778 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 290 + "author_account_age_days": 292 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1933 + "author_account_age_days": 1935 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 23, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 724, + "stars": 726, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1392 + "author_account_age_days": 1394 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 103, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4999 + "author_account_age_days": 5001 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 22, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 768 + "author_account_age_days": 770 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2902 + "author_account_age_days": 2904 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 140, + "stars": 141, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4722 + "author_account_age_days": 4724 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { - "stars": 16, - "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1292 + "stars": 18, + "last_update": "2025-01-27 10:43:16", + "author_account_age_days": 1294 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 28, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2618 + "author_account_age_days": 2620 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2999 + "author_account_age_days": 3000 + }, + "https://github.com/oxysoft/ComfyUI-gowiththeflow": { + "stars": 0, + "last_update": "2025-01-27 18:25:22", + "author_account_age_days": 4329 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2545 + "author_account_age_days": 2547 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 25, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 1057 + "author_account_age_days": 1059 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5269 + "author_account_age_days": 5270 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5269 + "author_account_age_days": 5270 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 147, + "stars": 148, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2346 + "author_account_age_days": 2348 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 15, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2346 + "author_account_age_days": 2348 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 233, + "stars": 235, "last_update": "2024-11-30 06:34:59", - "author_account_age_days": 2346 + "author_account_age_days": 2348 }, "https://github.com/pandaer119/ComfyUI_pandai": { - "stars": 7, + "stars": 9, "last_update": "2025-01-07 13:01:42", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 191, - "last_update": "2025-01-12 14:56:38", - "author_account_age_days": 5295 + "stars": 192, + "last_update": "2025-01-27 17:12:53", + "author_account_age_days": 5297 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2902 + "author_account_age_days": 2904 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 41, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1130 + "author_account_age_days": 1132 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 2, "last_update": "2024-12-28 07:07:26", - "author_account_age_days": 5224 + "author_account_age_days": 5226 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3214 + "author_account_age_days": 3216 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 159, + "stars": 160, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 879 + "author_account_age_days": 881 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 41, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2504 + "author_account_age_days": 2506 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, "last_update": "2025-01-06 11:49:33", - "author_account_age_days": 1889 + "author_account_age_days": 1891 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 8, "last_update": "2025-01-12 02:31:01", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 17, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 185 + "author_account_age_days": 187 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-01-17 22:52:52", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 27, + "stars": 30, "last_update": "2025-01-25 23:49:22", - "author_account_age_days": 3722 + "author_account_age_days": 3724 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 99, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 29, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 21, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5784 + "author_account_age_days": 5785 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 11, + "stars": 12, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5154 + "author_account_age_days": 5155 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 3, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5154 + "author_account_age_days": 5155 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1457, + "stars": 1458, "last_update": "2025-01-14 17:03:18", - "author_account_age_days": 2912 + "author_account_age_days": 2914 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2053, + "stars": 2057, "last_update": "2025-01-14 22:51:00", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 748, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 713 + "author_account_age_days": 715 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 145, + "stars": 146, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 992 + "author_account_age_days": 994 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 71, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 992 + "author_account_age_days": 994 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 647 + "author_account_age_days": 649 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 1, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 356 + "author_account_age_days": 358 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1538 + "author_account_age_days": 1539 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 54, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3433 + "author_account_age_days": 3434 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 976 + "author_account_age_days": 978 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, "last_update": "2024-12-28 19:31:31", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-12-26 10:23:16", - "author_account_age_days": 251 + "author_account_age_days": 253 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 81, + "stars": 82, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 51, "last_update": "2024-12-05 08:42:13", - "author_account_age_days": 2220 + "author_account_age_days": 2222 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3640 + "author_account_age_days": 3642 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1727 + "author_account_age_days": 1728 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 27, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5837 + "author_account_age_days": 5838 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 314, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2808 + "author_account_age_days": 2810 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 43, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 938 + "author_account_age_days": 940 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 8, "last_update": "2025-01-06 18:38:11", - "author_account_age_days": 4842 + "author_account_age_days": 4844 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 8, "last_update": "2024-12-01 20:36:54", - "author_account_age_days": 4842 + "author_account_age_days": 4844 }, "https://github.com/replicate/comfyui-replicate": { "stars": 169, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1824 + "author_account_age_days": 1825 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-01-24 19:21:57", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1442, + "stars": 1446, "last_update": "2024-12-31 04:01:59", - "author_account_age_days": 5190 + "author_account_age_days": 5192 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5852 + "author_account_age_days": 5854 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 3, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5852 + "author_account_age_days": 5854 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 1, "last_update": "2025-01-01 15:58:13", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2896 + "author_account_age_days": 2898 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 2, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5048 + "author_account_age_days": 5050 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, "last_update": "2025-01-03 15:27:06", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 30, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3762 + "author_account_age_days": 3764 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 126, "last_update": "2024-12-03 19:25:59", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 667 + "author_account_age_days": 669 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3369 + "author_account_age_days": 3371 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 506 + "author_account_age_days": 508 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 103, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4370 + "author_account_age_days": 4372 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 3, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1233 + "author_account_age_days": 1235 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 10, "last_update": "2024-12-31 16:13:21", - "author_account_age_days": 2745 + "author_account_age_days": 2747 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 18, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2745 + "author_account_age_days": 2747 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, "last_update": "2025-01-02 02:39:10", - "author_account_age_days": 397 + "author_account_age_days": 399 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 16, "last_update": "2025-01-12 14:21:56", - "author_account_age_days": 397 + "author_account_age_days": 399 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2024-12-05 08:27:40", - "author_account_age_days": 397 + "author_account_age_days": 399 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 689 + "author_account_age_days": 691 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 285 + "author_account_age_days": 287 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 383 + "author_account_age_days": 385 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2636 + "author_account_age_days": 2638 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3905 + "author_account_age_days": 3907 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 3905 + "author_account_age_days": 3907 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 36, - "last_update": "2025-01-23 00:10:03", - "author_account_age_days": 3905 + "last_update": "2025-01-26 18:33:08", + "author_account_age_days": 3907 }, "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": { - "stars": 16, + "stars": 17, "last_update": "2025-01-11 03:09:45", - "author_account_age_days": 3905 + "author_account_age_days": 3907 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 399, - "last_update": "2025-01-26 01:20:30", - "author_account_age_days": 3905 + "stars": 401, + "last_update": "2025-01-27 15:18:58", + "author_account_age_days": 3907 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4973 + "author_account_age_days": 4975 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 4, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 450 + "author_account_age_days": 452 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5521 + "author_account_age_days": 5522 }, "https://github.com/seanlynch/srl-nodes": { "stars": 7, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5521 + "author_account_age_days": 5522 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 35, "last_update": "2025-01-15 08:00:45", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3548 + "author_account_age_days": 3550 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 117, "last_update": "2025-01-15 05:16:31", - "author_account_age_days": 2718 + "author_account_age_days": 2719 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 123, + "stars": 124, "last_update": "2025-01-18 09:49:32", - "author_account_age_days": 2718 + "author_account_age_days": 2719 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 1985 + "author_account_age_days": 1987 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 29, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 435, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 1421, "last_update": "2025-01-25 02:35:15", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 107, + "stars": 108, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 29, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 1, "last_update": "2024-12-27 17:55:11", - "author_account_age_days": 408 + "author_account_age_days": 410 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 1, "last_update": "2025-01-15 17:05:57", - "author_account_age_days": 408 + "author_account_age_days": 410 }, "https://github.com/shenduldh/ComfyUI-Lightning": { - "stars": 129, + "stars": 133, "last_update": "2025-01-25 15:32:03", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5308 + "author_account_age_days": 5310 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 260, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 360, + "stars": 361, "last_update": "2024-12-02 22:41:52", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 9, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 240, + "stars": 241, "last_update": "2024-12-29 10:24:12", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 31, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2025-01-25 10:07:03", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 3, "last_update": "2025-01-22 00:03:55", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 3, "last_update": "2025-01-22 00:00:58", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-ramdom-node": { - "stars": 3, + "stars": 4, "last_update": "2025-01-25 10:05:38", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-textarea-command": { "stars": 2, "last_update": "2024-12-25 05:36:46", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shinich39/comfyui-view-recommendations": { "stars": 3, "last_update": "2024-12-28 08:28:51", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4523 + "author_account_age_days": 4525 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/siliconflow/BizyAir": { - "stars": 499, + "stars": 500, "last_update": "2025-01-26 02:41:44", - "author_account_age_days": 521 + "author_account_age_days": 523 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 521 + "author_account_age_days": 523 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 13, "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 200, + "stars": 201, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 156, + "stars": 161, "last_update": "2025-01-04 12:41:20", - "author_account_age_days": 2343 + "author_account_age_days": 2344 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4155 + "author_account_age_days": 4157 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2930 + "author_account_age_days": 2932 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 21, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 2937 + "author_account_age_days": 2939 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { - "stars": 0, - "last_update": "2025-01-26 05:10:48", - "author_account_age_days": 2937 + "stars": 8, + "last_update": "2025-01-27 13:33:49", + "author_account_age_days": 2939 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 53, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 15, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 37, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 7, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 30, "last_update": "2024-12-17 00:47:19", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 515, "last_update": "2025-01-16 00:38:15", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 12, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 54, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 68, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 53, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 25, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 211, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 52, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 30, + "stars": 31, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 6, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 31, "last_update": "2024-12-06 01:07:38", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2024-12-09 05:34:53", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { - "stars": 35, + "stars": 36, "last_update": "2024-12-25 06:26:03", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_SVFR": { - "stars": 58, + "stars": 61, "last_update": "2025-01-22 01:15:19", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 140, "last_update": "2024-12-05 12:00:37", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 19, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 81, + "stars": 82, "last_update": "2025-01-10 05:26:59", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 276, "last_update": "2025-01-19 04:15:14", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { - "stars": 133, + "stars": 134, "last_update": "2024-12-27 03:35:57", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, - "last_update": "2025-01-12 01:16:22", - "author_account_age_days": 989 + "last_update": "2025-01-27 14:44:06", + "author_account_age_days": 991 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1783 + "author_account_age_days": 1785 }, "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, "last_update": "2024-12-24 09:27:31", - "author_account_age_days": 2288 + "author_account_age_days": 2289 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3475 + "author_account_age_days": 3477 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 2, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 26, "last_update": "2024-12-01 15:14:40", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 50, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2940 + "author_account_age_days": 2942 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 190, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2940 + "author_account_age_days": 2942 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2940 + "author_account_age_days": 2942 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 165, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { - "stars": 76, + "stars": 77, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 48, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 183, + "stars": 184, "last_update": "2024-12-16 22:42:50", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { - "stars": 0, + "stars": 1, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 86, + "stars": 87, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 12, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4956 + "author_account_age_days": 4958 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 176, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4956 + "author_account_age_days": 4958 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5447 + "author_account_age_days": 5449 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 962, + "stars": 963, "last_update": "2025-01-06 19:06:53", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 88, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 87, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 71, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 3, "last_update": "2025-01-25 10:35:27", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 438, + "stars": 443, "last_update": "2025-01-10 09:00:17", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 26, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 21, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 8, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 24, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2768 + "author_account_age_days": 2769 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 820, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2768 + "author_account_age_days": 2769 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4687 + "author_account_age_days": 4689 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2842 + "author_account_age_days": 2844 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2061 + "author_account_age_days": 2063 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 39, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2061 + "author_account_age_days": 2063 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6146 + "author_account_age_days": 6148 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1091 + "author_account_age_days": 1093 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 35, "last_update": "2025-01-09 02:36:09", - "author_account_age_days": 1091 + "author_account_age_days": 1093 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 664 + "author_account_age_days": 666 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 2, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3371 + "author_account_age_days": 3373 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 120, + "stars": 121, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3351 + "author_account_age_days": 3353 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2114 + "author_account_age_days": 2115 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1223 + "author_account_age_days": 1224 }, "https://github.com/taabata/ComfyCanvas": { "stars": 78, "last_update": "2024-12-15 00:59:25", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 257, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 6, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 46, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 9, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 24, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/talesofai/comfyui-browser": { "stars": 528, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 17, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4187 + "author_account_age_days": 4189 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5314 + "author_account_age_days": 5315 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5314 + "author_account_age_days": 5315 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 2, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/theUpsider/ComfyUI-Logic": { - "stars": 163, + "stars": 164, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2938 + "author_account_age_days": 2940 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 46, "last_update": "2025-01-17 14:42:53", - "author_account_age_days": 2938 + "author_account_age_days": 2940 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 57, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2638 + "author_account_age_days": 2640 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 220, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2638 + "author_account_age_days": 2640 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 344, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2638 + "author_account_age_days": 2640 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-12-25 14:09:38", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 1, "last_update": "2025-01-24 18:07:15", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2024-12-25 13:10:30", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 98, + "stars": 100, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 479 + "author_account_age_days": 481 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2556 + "author_account_age_days": 2557 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 111, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3166 + "author_account_age_days": 3167 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 24, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3541 + "author_account_age_days": 3542 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { - "stars": 0, + "stars": 1, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3408 + "author_account_age_days": 3410 + }, + "https://github.com/tigeryy2/comfyui-structured-outputs": { + "stars": 1, + "last_update": "2025-01-27 04:54:41", + "author_account_age_days": 2188 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2025-01-10 22:43:50", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4075 + "author_account_age_days": 4077 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 6, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4075 + "author_account_age_days": 4077 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3118 + "author_account_age_days": 3120 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4533 + "author_account_age_days": 4535 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 68, + "stars": 69, "last_update": "2024-12-25 02:02:16", - "author_account_age_days": 3865 + "author_account_age_days": 3867 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 541, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3865 + "author_account_age_days": 3867 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 4036 + "author_account_age_days": 4037 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 44, "last_update": "2024-12-11 09:08:22", - "author_account_age_days": 3356 + "author_account_age_days": 3358 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2473 + "author_account_age_days": 2475 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5605 + "author_account_age_days": 5606 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 27, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 16, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1744 + "author_account_age_days": 1746 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1640 + "author_account_age_days": 1641 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 3, "last_update": "2024-11-26 07:47:26", - "author_account_age_days": 1640 + "author_account_age_days": 1641 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2965 + "author_account_age_days": 2966 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 800, + "stars": 801, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 300 + "author_account_age_days": 302 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 116, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3918 + "author_account_age_days": 3920 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 146, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1488 + "author_account_age_days": 1489 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 1, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 3969 + "author_account_age_days": 3971 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 16, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 289 + "author_account_age_days": 291 }, "https://github.com/valofey/Openrouter-Node": { "stars": 2, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1599 + "author_account_age_days": 1601 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3174 + "author_account_age_days": 3175 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-01-15 22:18:41", - "author_account_age_days": 4980 + "author_account_age_days": 4981 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2829 + "author_account_age_days": 2831 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3316 + "author_account_age_days": 3317 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3361 + "author_account_age_days": 3363 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3643 + "author_account_age_days": 3644 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 3, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 17, "last_update": "2025-01-21 05:16:52", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2248 + "author_account_age_days": 2250 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 158, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 2054 + "author_account_age_days": 2056 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2054 + "author_account_age_days": 2056 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, - "last_update": "2025-01-21 13:22:56", - "author_account_age_days": 511 + "last_update": "2025-01-27 18:35:41", + "author_account_age_days": 512 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5200 + "author_account_age_days": 5201 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 106, + "stars": 107, "last_update": "2024-12-22 06:45:45", - "author_account_age_days": 788 + "author_account_age_days": 789 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1576 + "author_account_age_days": 1578 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1576 + "author_account_age_days": 1578 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 105, + "stars": 106, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3599 + "author_account_age_days": 3601 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 5, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2328 + "author_account_age_days": 2329 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1183 + "author_account_age_days": 1185 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1828 + "author_account_age_days": 1830 }, "https://github.com/weilin9999/WeiLin-ComfyUI-prompt-all-in-one": { "stars": 151, "last_update": "2025-01-09 14:59:21", - "author_account_age_days": 2123 + "author_account_age_days": 2125 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 22, "last_update": "2025-01-23 13:12:22", - "author_account_age_days": 2123 + "author_account_age_days": 2125 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 342, + "stars": 346, "last_update": "2025-01-17 12:37:09", - "author_account_age_days": 1787 + "author_account_age_days": 1789 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1995 + "author_account_age_days": 1997 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 10, "last_update": "2025-01-25 18:28:07", - "author_account_age_days": 510 + "author_account_age_days": 512 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 5, "last_update": "2025-01-25 05:53:53", - "author_account_age_days": 510 + "author_account_age_days": 512 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 6, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 510 + "author_account_age_days": 512 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5703 + "author_account_age_days": 5704 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 37, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 667 + "author_account_age_days": 669 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 9, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2854 + "author_account_age_days": 2855 + }, + "https://github.com/willmiao/ComfyUI-Lora-Manager": { + "stars": 9, + "last_update": "2025-01-27 11:34:03", + "author_account_age_days": 3575 }, "https://github.com/windfancy/zsq_prompt": { "stars": 1, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1753 + "author_account_age_days": 1754 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, "last_update": "2025-01-20 03:19:15", - "author_account_age_days": 2087 + "author_account_age_days": 2089 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4333 + "author_account_age_days": 4335 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2024-12-23 02:43:14", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 85, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5937 + "author_account_age_days": 5938 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5937 + "author_account_age_days": 5938 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1783 + "author_account_age_days": 1785 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 1, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3149 + "author_account_age_days": 3151 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 6, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2478 + "author_account_age_days": 2480 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4401 + "author_account_age_days": 4402 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5266 + "author_account_age_days": 5267 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 344, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1694 + "author_account_age_days": 1696 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 2, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3090 + "author_account_age_days": 3092 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 7, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 19, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { - "stars": 10, + "stars": 11, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1489 + "author_account_age_days": 1491 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1905 + "author_account_age_days": 1907 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2024-12-02 09:30:53", - "author_account_age_days": 1490 + "author_account_age_days": 1492 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 20, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 2, "last_update": "2024-12-25 07:31:32", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 15, "last_update": "2024-11-30 08:19:45", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3640 + "author_account_age_days": 3642 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3937 + "author_account_age_days": 3939 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 36, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 786 + "author_account_age_days": 788 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 3, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 786 + "author_account_age_days": 788 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 8, "last_update": "2025-01-21 07:30:20", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 61, "last_update": "2024-12-22 01:26:50", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 237, "last_update": "2024-12-12 08:22:38", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 55, "last_update": "2025-01-24 10:07:48", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 35, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1251, - "last_update": "2025-01-24 12:43:14", - "author_account_age_days": 1556 + "stars": 1253, + "last_update": "2025-01-26 17:51:05", + "author_account_age_days": 1558 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5079 + "author_account_age_days": 5081 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5079 + "author_account_age_days": 5081 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5079 + "author_account_age_days": 5081 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5079 + "author_account_age_days": 5081 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5079 + "author_account_age_days": 5081 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5079 + "author_account_age_days": 5081 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5079 + "author_account_age_days": 5081 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 20, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4091 + "author_account_age_days": 4093 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 3, "last_update": "2024-12-25 18:42:17", - "author_account_age_days": 4091 + "author_account_age_days": 4093 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 5, "last_update": "2024-12-26 14:25:21", - "author_account_age_days": 3605 + "author_account_age_days": 3607 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 7, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2658 + "author_account_age_days": 2660 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 6, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2658 + "author_account_age_days": 2660 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 92, "last_update": "2024-12-02 18:15:56", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 21, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 16, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 10, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 77, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 0, + "stars": 1, "last_update": "2025-01-26 08:28:35", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 85, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2368 + "author_account_age_days": 2370 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 11, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2368 + "author_account_age_days": 2370 + }, + "https://github.com/yuvraj108c/ComfyUI_InvSR": { + "stars": 13, + "last_update": "2025-01-27 11:32:25", + "author_account_age_days": 2370 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 339, - "last_update": "2025-01-23 16:38:36", - "author_account_age_days": 1115 + "stars": 340, + "last_update": "2025-01-27 16:28:04", + "author_account_age_days": 1117 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 23, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, - "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 332 + "last_update": "2025-01-26 19:33:59", + "author_account_age_days": 334 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2659 + "author_account_age_days": 2660 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 22, "last_update": "2025-01-01 13:48:04", - "author_account_age_days": 5078 + "author_account_age_days": 5080 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 47, "last_update": "2025-01-17 11:40:12", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 7, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 509 + "author_account_age_days": 511 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3565 + "author_account_age_days": 3567 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3675 + "author_account_age_days": 3676 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 65, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4450 + "author_account_age_days": 4452 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1255, "last_update": "2024-12-13 08:42:11", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 8, + "stars": 14, "last_update": "2025-01-23 10:50:37", - "author_account_age_days": 3592 + "author_account_age_days": 3593 }, "https://github.com/zmwv823/ComfyUI_Anytext": { - "stars": 38, + "stars": 40, "last_update": "2025-01-22 13:33:05", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2877 + "author_account_age_days": 2879 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 713, + "stars": 718, "last_update": "2025-01-16 04:50:15", - "author_account_age_days": 4133 + "author_account_age_days": 4135 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5177 + "author_account_age_days": 5179 } } \ 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 d741ad15..35b8dcb4 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,46 @@ + { + "author": "EmanueleUniroma2", + "title": "ComfyUI-FLAC-to-WAV [WIP]", + "reference": "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV", + "files": [ + "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV" + ], + "install_type": "git-clone", + "description": "A custom node to convert flac files to wav inside comfy UI\nComfyUI Custom Node: FLAC to WAV Converter Welcome to the ComfyUI Custom Node: FLAC to WAV Converter repository! This project provides a custom node for ComfyUI that allows you to easily convert .flac audio files to .wav format, making it simpler to work with a variety of audio tools and applications.\nNOTE: The files in the repo are not organized." + }, + { + "author": "eyekayem", + "title": "comfyui_runway_gen3", + "reference": "https://github.com/eyekayem/comfyui_runway_gen3", + "files": [ + "https://github.com/eyekayem/comfyui_runway_gen3" + ], + "install_type": "git-clone", + "description": "NODES: Runway Video Gen, Runway Video Preview" + }, + { + "author": "StartHua", + "title": "Comfyui_CXH_joy_caption [SECURITY SCREENING]", + "reference": "https://github.com/StartHua/Comfyui_CXH_joy_caption", + "files": [ + "https://github.com/StartHua/Comfyui_CXH_joy_caption" + ], + "install_type": "git-clone", + "description": "Nodes:Joy_caption_load, Joy_caption\nNOTE:This node pack has been transitioned to a security screening status due to policy." + }, + { + "author": "kijai", + "title": "ComfyUI-ComfyUI-Hunyuan3DWrapper [WIP]", + "reference": "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper" + ], + "install_type": "git-clone", + "description": "Wrapper nodes for https://github.com/Tencent/Hunyuan3D-2, additional installation steps needed, please check the github repository" + }, { "author": "7BEII", "title": "comfyui-promptbymood [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 41cb2394..ee43f6b1 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -777,6 +777,14 @@ "title_aux": "ComfyUI-MusicGen [WIP]" } ], + "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": [ + [ + "AudioToWavConverter" + ], + { + "title_aux": "ComfyUI-FLAC-to-WAV [WIP]" + } + ], "https://github.com/EmilioPlumed/ComfyUI-Math": [ [ "GreatestCommonDenominator", @@ -1236,7 +1244,11 @@ "https://github.com/PATATAJEC/Patatajec-Nodes": [ [ "HyvidSwitcher", - "MidiAnalyzer" + "ImageSequenceFromBatch", + "MidiReader", + "MidiToFrameSequences", + "VideoCounter", + "VideoSequencer" ], { "title_aux": "Patatajec-Nodes [WIP]" @@ -1502,6 +1514,32 @@ "title_aux": "Comfyui_CXH_CRM" } ], + "https://github.com/StartHua/Comfyui_CXH_joy_caption": [ + [ + "CXH_DownloadAndLoadFlorence2Model", + "CXH_Florence2Run", + "CXH_HG_Model_Load", + "CXH_IC_Lora_Florence2Run", + "CXH_IC_lora_reversal", + "CXH_Ic_lora_Joy_batch", + "CXH_Min2_6_classifiy", + "CXH_Min2_6_prompt_Run", + "CXH_MinCP3_4B_Chat", + "CXH_MinCP3_4B_Load", + "CXH_SmolVlm_Load", + "CXH_SmolVlm_Run", + "Joy_caption", + "Joy_caption_alpha_batch", + "Joy_caption_alpha_batch_Dirs", + "Joy_caption_alpha_load", + "Joy_caption_alpha_prompt", + "Joy_caption_alpha_run", + "Joy_caption_load" + ], + { + "title_aux": "Comfyui_CXH_joy_caption [SECURITY SCREENING]" + } + ], "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": [ [ "CXH_StyleModelApply" @@ -2699,6 +2737,15 @@ "title_aux": "Scripting" } ], + "https://github.com/eyekayem/comfyui_runway_gen3": [ + [ + "RunwayVideoGenerator", + "RunwayVideoPreview" + ], + { + "title_aux": "comfyui_runway_gen3" + } + ], "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": [ [ "AlignFace", @@ -3066,8 +3113,6 @@ ], "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [ [ - "ClickPopup", - "ColorPicker", "PaintingCoder::DynamicImageCombiner", "PaintingCoder::DynamicMaskCombiner", "PaintingCoder::ImageLatentCreator", @@ -3081,13 +3126,13 @@ "PaintingCoder::MaskPreview", "PaintingCoder::MaskSwitch", "PaintingCoder::MultilineTextInput", + "PaintingCoder::OutputToTextConverter", "PaintingCoder::RemoveEmptyLinesAndLeadingSpaces", "PaintingCoder::ShowTextPlus", "PaintingCoder::SimpleTextInput", "PaintingCoder::TextCombiner", "PaintingCoder::TextSwitch", - "PaintingCoder::WebImageLoader", - "RemoveEmptyLinesAndLeadingSpacesAdvance" + "PaintingCoder::WebImageLoader" ], { "title_aux": "ComfyUI PaintingCoderUtils Nodes [WIP]" @@ -3359,6 +3404,39 @@ "title_aux": "ComfyUI-FollowYourEmojiWrapper [WIP]" } ], + "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": [ + [ + "CV2InpaintTexture", + "DownloadAndLoadHy3DDelightModel", + "DownloadAndLoadHy3DPaintModel", + "Hy3DApplyTexture", + "Hy3DBakeFromMultiview", + "Hy3DCameraConfig", + "Hy3DDelightImage", + "Hy3DDiffusersSchedulerConfig", + "Hy3DExportMesh", + "Hy3DGenerateMesh", + "Hy3DGetMeshPBRTextures", + "Hy3DIMRemesh", + "Hy3DLoadMesh", + "Hy3DMeshInfo", + "Hy3DMeshUVWrap", + "Hy3DMeshVerticeInpaintTexture", + "Hy3DModelLoader", + "Hy3DPostprocessMesh", + "Hy3DRenderMultiView", + "Hy3DRenderMultiViewDepth", + "Hy3DRenderSingleView", + "Hy3DSampleMultiView", + "Hy3DSetMeshPBRAttributes", + "Hy3DSetMeshPBRTextures", + "Hy3DTorchCompileSettings", + "Hy3DVAEDecode" + ], + { + "title_aux": "ComfyUI-ComfyUI-Hunyuan3DWrapper [WIP]" + } + ], "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": [ [ "DownloadAndLoadHyVideoTextEncoder", @@ -3959,6 +4037,10 @@ "IAzureAiApi", "ICutStrings", "IIfElse", + "ILLMExecute", + "ILLMExecute2", + "ILoadAzureAiApi", + "ILoadOllamaApi", "IMultilineSplitToStrings", "IPassImage", "IPostProcessLLMResponse", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index a4ba0be7..d3484ba8 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,1851 +2,1871 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4981 + "author_account_age_days": 4983 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1187 + "author_account_age_days": 1189 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 2, "last_update": "2025-01-25 08:47:24", - "author_account_age_days": 28 + "author_account_age_days": 30 }, "https://github.com/807502278/ComfyUI_TensorRT_Merge": { "stars": 2, "last_update": "2025-01-24 10:48:42", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 2, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 688 + "author_account_age_days": 690 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 530 + "author_account_age_days": 532 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-12-05 09:17:54", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 59, + "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 115, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 12, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1675 + "author_account_age_days": 1677 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2692 + "author_account_age_days": 2694 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1646 + "author_account_age_days": 1648 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-27 01:27:49", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 1, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 6, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4170 + "author_account_age_days": 4171 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 4, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4170 + "author_account_age_days": 4171 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 2, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2207 + "author_account_age_days": 2209 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4232 + "author_account_age_days": 4233 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 54, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 1, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 54 + "author_account_age_days": 56 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 32, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2442 + "author_account_age_days": 2443 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 1, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1013 + "author_account_age_days": 1015 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1087 + "author_account_age_days": 1089 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 462 + "author_account_age_days": 464 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4367 + "author_account_age_days": 4369 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 1, "last_update": "2025-01-21 22:11:12", - "author_account_age_days": 4323 + "author_account_age_days": 4325 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 2, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1949 + "author_account_age_days": 1951 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 15, "last_update": "2025-01-03 22:33:34", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { - "stars": 20, + "stars": 21, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 113 + "author_account_age_days": 114 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 1, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 993 + "author_account_age_days": 995 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2247 + "author_account_age_days": 2248 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 557 + "author_account_age_days": 559 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1247 + "author_account_age_days": 1249 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 2, - "last_update": "2025-01-26 00:17:56", - "author_account_age_days": 1589 + "last_update": "2025-01-26 21:41:17", + "author_account_age_days": 1591 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2803 + "author_account_age_days": 2805 + }, + "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { + "stars": 1, + "last_update": "2025-01-26 11:25:43", + "author_account_age_days": 2863 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2193 + "author_account_age_days": 2195 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1839 + "author_account_age_days": 1841 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3365 + "author_account_age_days": 3367 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3347 + "author_account_age_days": 3349 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 1, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/FinetunersAI/finetuners": { "stars": 2, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 653 + "author_account_age_days": 655 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1094 + "author_account_age_days": 1096 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1389 + "author_account_age_days": 1391 }, "https://github.com/Grey3016/Save2Icon": { "stars": 4, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 544 + "author_account_age_days": 546 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 839 + "author_account_age_days": 841 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2130 + "author_account_age_days": 2131 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 2, "last_update": "2025-01-24 09:54:28", - "author_account_age_days": 4800 + "author_account_age_days": 4802 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 143 + "author_account_age_days": 145 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2794 + "author_account_age_days": 2796 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3484 + "author_account_age_days": 3485 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1239 + "author_account_age_days": 1241 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1107 + "author_account_age_days": 1109 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 1, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 68, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4728 + "author_account_age_days": 4730 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 1, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1777 + "author_account_age_days": 1779 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 3, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1048 + "author_account_age_days": 1050 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 709 + "author_account_age_days": 711 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { - "stars": 4, + "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 1, "last_update": "2024-12-13 11:18:22", - "author_account_age_days": 1145 + "author_account_age_days": 1147 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 33, + "stars": 34, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 1, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1679 + "author_account_age_days": 1680 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 4, "last_update": "2025-01-05 19:26:43", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 30, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1710 + "author_account_age_days": 1711 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2246 + "author_account_age_days": 2248 }, "https://github.com/Njbx/ComfyUI-blockswap": { "stars": 1, "last_update": "2025-01-13 02:42:23", - "author_account_age_days": 1419 + "author_account_age_days": 1421 }, "https://github.com/PATATAJEC/Patatajec-Nodes": { "stars": 2, - "last_update": "2025-01-15 22:34:03", - "author_account_age_days": 2150 + "last_update": "2025-01-27 21:18:45", + "author_account_age_days": 2152 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-01-17 16:08:53", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5490 + "author_account_age_days": 5492 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { - "stars": 0, + "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 0 + "author_account_age_days": 2 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 1, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 3859 + "author_account_age_days": 3860 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 1, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4832 + "author_account_age_days": 4834 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 515 + "author_account_age_days": 517 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4255 + "author_account_age_days": 4257 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1527 + "author_account_age_days": 1529 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2025-01-06 08:42:32", - "author_account_age_days": 1341 + "author_account_age_days": 1343 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 1, "last_update": "2025-01-17 08:27:28", - "author_account_age_days": 626 + "author_account_age_days": 628 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { - "stars": 36, + "stars": 37, "last_update": "2024-12-26 15:28:54", - "author_account_age_days": 1240 + "author_account_age_days": 1242 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 59, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 6, "last_update": "2024-12-10 01:28:56", - "author_account_age_days": 2676 + "author_account_age_days": 2678 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3739 + "author_account_age_days": 3741 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3171 + "author_account_age_days": 3173 }, "https://github.com/SpatialDeploy/ComfyUI-Voxels": { "stars": 4, "last_update": "2025-01-15 15:16:48", - "author_account_age_days": 52 + "author_account_age_days": 54 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 41, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3051 + "author_account_age_days": 3052 + }, + "https://github.com/StartHua/Comfyui_CXH_joy_caption": { + "stars": 492, + "last_update": "2025-01-20 09:54:31", + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 93, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/StartHua/Comfyui_leffa": { - "stars": 188, + "stars": 189, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-01-11 00:44:21", - "author_account_age_days": 2390 + "author_account_age_days": 2391 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 88, + "stars": 89, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 329 + "author_account_age_days": 331 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3945 + "author_account_age_days": 3947 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/WASasquatch/ASTERR": { "stars": 26, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 45, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1640 + "author_account_age_days": 1642 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1985 + "author_account_age_days": 1987 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 89, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 308, + "stars": 310, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 228, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 3, - "last_update": "2025-01-24 20:56:41", - "author_account_age_days": 1071 + "last_update": "2025-01-27 12:39:27", + "author_account_age_days": 1072 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 685 + "author_account_age_days": 687 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3501 + "author_account_age_days": 3503 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 1, "last_update": "2025-01-20 11:23:52", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 61 + "author_account_age_days": 63 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 1, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4587 + "author_account_age_days": 4589 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2491 + "author_account_age_days": 2493 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4164 + "author_account_age_days": 4166 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 98, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3840 + "author_account_age_days": 3841 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 18, "last_update": "2025-01-23 11:11:43", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-12-22 18:06:46", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5225 + "author_account_age_days": 5227 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 489 + "author_account_age_days": 491 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4019 + "author_account_age_days": 4021 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 62, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3752 + "author_account_age_days": 3754 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4728 + "author_account_age_days": 4729 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4728 + "author_account_age_days": 4729 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3324 + "author_account_age_days": 3326 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4730 + "author_account_age_days": 4732 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 1, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/celll1/cel_sampler": { "stars": 2, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 445 + "author_account_age_days": 447 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5049 + "author_account_age_days": 5051 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1950 + "author_account_age_days": 1952 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 647, + "stars": 662, "last_update": "2025-01-24 09:27:17", - "author_account_age_days": 2993 + "author_account_age_days": 2994 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3334 + "author_account_age_days": 3336 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 47, "last_update": "2025-01-05 19:54:48", - "author_account_age_days": 1564 + "author_account_age_days": 1566 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 1, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4414 + "author_account_age_days": 4416 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 64749, - "last_update": "2025-01-26 00:05:49", - "author_account_age_days": 765 + "stars": 64950, + "last_update": "2025-01-27 10:28:15", + "author_account_age_days": 766 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 363, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2031 + "author_account_age_days": 2033 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 241, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 221 + "author_account_age_days": 223 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2203 + "author_account_age_days": 2205 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6190 + "author_account_age_days": 6191 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 2, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4512 + "author_account_age_days": 4514 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2539 + "author_account_age_days": 2540 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 2, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2463 + "author_account_age_days": 2464 }, "https://github.com/eigenpunk/ComfyUI-audio": { - "stars": 80, + "stars": 81, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1141 + "author_account_age_days": 1142 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 1, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4401 + "author_account_age_days": 4402 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2689 + "author_account_age_days": 2691 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2689 + "author_account_age_days": 2691 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2810 + "author_account_age_days": 2812 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 5, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3209 + "author_account_age_days": 3211 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 2, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4133 + "author_account_age_days": 4135 + }, + "https://github.com/eyekayem/comfyui_runway_gen3": { + "stars": 1, + "last_update": "2025-01-27 06:59:45", + "author_account_age_days": 829 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2264 + "author_account_age_days": 2266 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 489 + "author_account_age_days": 491 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2228 + "author_account_age_days": 2230 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4254 + "author_account_age_days": 4256 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 2, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 4943 + "author_account_age_days": 4945 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 935 + "author_account_age_days": 937 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2025-01-08 22:48:06", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 207, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-12-11 20:10:04", - "author_account_age_days": 3176 + "author_account_age_days": 3178 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/gitmylo/FlowNodes": { "stars": 9, "last_update": "2025-01-07 15:59:52", - "author_account_age_days": 2523 + "author_account_age_days": 2525 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 1, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 34 + "author_account_age_days": 35 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1600 + "author_account_age_days": 1601 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 1, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 4980 + "author_account_age_days": 4981 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1759 + "author_account_age_days": 1761 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2355 + "author_account_age_days": 2357 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3193 + "author_account_age_days": 3195 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 15, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 48, "last_update": "2024-12-31 08:39:13", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 6, "last_update": "2025-01-12 00:01:43", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5259 + "author_account_age_days": 5261 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 192 + "author_account_age_days": 194 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 1, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2441 + "author_account_age_days": 2443 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 1, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 484 + "author_account_age_days": 486 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 854 + "author_account_age_days": 856 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, - "last_update": "2025-01-25 15:05:45", - "author_account_age_days": 4694 + "last_update": "2025-01-27 13:28:53", + "author_account_age_days": 4695 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 671 + "author_account_age_days": 673 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 236 + "author_account_age_days": 238 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": { "stars": 3, "last_update": "2025-01-17 01:54:49", - "author_account_age_days": 764 + "author_account_age_days": 766 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2641 + "author_account_age_days": 2643 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 191, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 201, + "stars": 203, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2545 + "author_account_age_days": 2547 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 1, "last_update": "2025-01-21 02:24:21", - "author_account_age_days": 5688 + "author_account_age_days": 5690 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1726 + "author_account_age_days": 1728 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 1, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 33, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 59, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 82, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { - "stars": 47, + "stars": 48, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2398 + "author_account_age_days": 2400 + }, + "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { + "stars": 195, + "last_update": "2025-01-27 21:39:29", + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1645, + "stars": 1658, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 233, "last_update": "2025-01-23 17:06:52", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 743, + "stars": 745, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 68, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2398 + "author_account_age_days": 2400 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { - "stars": 80, - "last_update": "2025-01-25 09:14:50", - "author_account_age_days": 2398 + "stars": 92, + "last_update": "2025-01-27 21:37:31", + "author_account_age_days": 2400 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 72 + "author_account_age_days": 74 }, "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 572 + "author_account_age_days": 574 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 2, "last_update": "2024-12-19 04:44:00", - "author_account_age_days": 1480 + "author_account_age_days": 1482 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 1, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1597 + "author_account_age_days": 1599 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4763 + "author_account_age_days": 4764 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4763 + "author_account_age_days": 4764 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1156 + "author_account_age_days": 1158 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2868 + "author_account_age_days": 2869 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2629 + "author_account_age_days": 2631 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 75, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 12, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4582 + "author_account_age_days": 4584 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 105, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 893 + "author_account_age_days": 895 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1034, + "stars": 1041, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 262, + "stars": 265, "last_update": "2025-01-06 22:04:15", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 62, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4380 + "author_account_age_days": 4382 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 228, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2025-01-08 13:42:28", - "author_account_age_days": 264 + "author_account_age_days": 266 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2021 + "author_account_age_days": 2023 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 4, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 967 + "author_account_age_days": 969 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1998 + "author_account_age_days": 2000 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4630 + "author_account_age_days": 4632 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 5, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2471 + "author_account_age_days": 2473 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3751 + "author_account_age_days": 3753 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 574 + "author_account_age_days": 576 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3961 + "author_account_age_days": 3962 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-11-29 13:12:52", - "author_account_age_days": 2533 + "author_account_age_days": 2535 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 1, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1396 + "author_account_age_days": 1398 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 1, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 1, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2635 + "author_account_age_days": 2637 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 175 + "author_account_age_days": 177 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 175 + "author_account_age_days": 177 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 47, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3074 + "author_account_age_days": 3076 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 1, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1514 + "author_account_age_days": 1515 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, - "last_update": "2025-01-26 08:08:14", - "author_account_age_days": 2906 + "last_update": "2025-01-27 04:51:57", + "author_account_age_days": 2908 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2094 + "author_account_age_days": 2096 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2094 + "author_account_age_days": 2096 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3996 + "author_account_age_days": 3997 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4765 + "author_account_age_days": 4766 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 375 + "author_account_age_days": 377 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 2, "last_update": "2025-01-12 01:49:28", - "author_account_age_days": 4554 + "author_account_age_days": 4556 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 10, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4245 + "author_account_age_days": 4247 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 641 + "author_account_age_days": 643 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 1, - "last_update": "2024-12-10 06:01:44", - "author_account_age_days": 4327 + "last_update": "2025-01-27 18:29:08", + "author_account_age_days": 4329 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2545 + "author_account_age_days": 2547 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1057 + "author_account_age_days": 1059 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 147, + "stars": 148, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2346 + "author_account_age_days": 2348 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 1, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5339 + "author_account_age_days": 5341 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 2, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4103 + "author_account_age_days": 4105 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1453 + "author_account_age_days": 1454 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/prabinpebam/anyPython": { "stars": 12, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4458 + "author_account_age_days": 4460 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { - "stars": 52, + "stars": 53, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 3, "last_update": "2025-01-20 23:55:46", - "author_account_age_days": 4203 + "author_account_age_days": 4205 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2274 + "author_account_age_days": 2276 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 49, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 5, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 506 + "author_account_age_days": 508 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3392 + "author_account_age_days": 3393 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 3905 + "author_account_age_days": 3907 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5295 + "author_account_age_days": 5297 }, "https://github.com/scottmudge/ComfyUI_BiscuitNodes": { "stars": 1, "last_update": "2024-12-23 05:18:17", - "author_account_age_days": 3165 + "author_account_age_days": 3166 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 450 + "author_account_age_days": 452 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4154 + "author_account_age_days": 4155 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2025-01-22 00:04:16", - "author_account_age_days": 528 + "author_account_age_days": 530 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4177 + "author_account_age_days": 4179 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4333 + "author_account_age_days": 4335 }, "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": { "stars": 2, "last_update": "2025-01-25 09:34:32", - "author_account_age_days": 31 + "author_account_age_days": 33 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 30, + "stars": 31, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/sofakid/dandy": { "stars": 46, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 2, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 1, - "last_update": "2025-01-13 13:05:49", - "author_account_age_days": 1699 + "last_update": "2025-01-27 14:58:03", + "author_account_age_days": 1700 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2751 + "author_account_age_days": 2753 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 10, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 7, "last_update": "2025-01-01 07:02:30", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 4053 + "author_account_age_days": 4055 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 5, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1091 + "author_account_age_days": 1093 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4340 + "author_account_age_days": 4342 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 633 + "author_account_age_days": 635 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 1, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 385 + "author_account_age_days": 387 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 328 + "author_account_age_days": 330 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 188, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 2995 + "author_account_age_days": 2997 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 34, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5414 + "author_account_age_days": 5416 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 891 + "author_account_age_days": 893 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3154 + "author_account_age_days": 3155 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2038 + "author_account_age_days": 2040 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { "stars": 1, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 2, "last_update": "2025-01-20 14:58:59", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/warshanks/Shank-Tools": { "stars": 1, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3699 + "author_account_age_days": 3700 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 2, "last_update": "2025-01-05 03:22:22", - "author_account_age_days": 1948 + "author_account_age_days": 1950 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 1, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 1948 + "author_account_age_days": 1950 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 1, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4006 + "author_account_age_days": 4008 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 16, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4807 + "author_account_age_days": 4809 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2689 + "author_account_age_days": 2691 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3598 + "author_account_age_days": 3600 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4232 + "author_account_age_days": 4234 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, "last_update": "2025-01-16 18:28:53", - "author_account_age_days": 3778 + "author_account_age_days": 3779 }, "https://github.com/yanhuifair/comfyui-deepseek": { - "stars": 3, + "stars": 4, "last_update": "2025-01-26 07:17:32", - "author_account_age_days": 3778 + "author_account_age_days": 3779 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 340 + "author_account_age_days": 342 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 166 + "author_account_age_days": 168 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 316, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3675 + "author_account_age_days": 3676 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/zmwv823/ComfyUI-VideoDiffusion": { "stars": 3, "last_update": "2025-01-22 15:37:22", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, "last_update": "2025-01-08 13:44:25", - "author_account_age_days": 3840 + "author_account_age_days": 3841 } } \ 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 50d12858..3b464b0f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -32,6 +32,26 @@ "install_type": "git-clone", "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." }, + { + "author": "tigeryy2", + "title": "ComfyUI Structured Outputs", + "reference": "https://github.com/tigeryy2/comfyui-structured-outputs", + "files": [ + "https://github.com/tigeryy2/comfyui-structured-outputs" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for LLM Structured Outputs with integration for prompting" + }, + { + "author": "yuvraj108c", + "title": "ComfyUI InvSR", + "reference": "https://github.com/yuvraj108c/ComfyUI_InvSR", + "files": [ + "https://github.com/yuvraj108c/ComfyUI_InvSR" + ], + "install_type": "git-clone", + "description": "This project is an unofficial ComfyUI implementation of [a/InvSR](https://github.com/zsyOAOA/InvSR) (Arbitrary-steps Image Super-resolution via Diffusion Inversion)" + }, { "author": "ProGamerGov", "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", @@ -43,6 +63,66 @@ "install_type": "git-clone", "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." }, + { + "author": "Conor-Collins", + "title": "ComfyUI-CoCoTools", + "reference": "https://github.com/Conor-Collins/coco_tools", + "files": [ + "https://github.com/Conor-Collins/coco_tools" + ], + "install_type": "git-clone", + "description": "A set of custom nodes for ComfyUI providing advanced image processing, file handling, and utility functions." + }, + { + "author": "fblissjr", + "title": "ComfyUI Dataset Helper & Batch Node", + "reference": "https://github.com/fblissjr/ComfyUI-DatasetHelper", + "files": [ + "https://github.com/fblissjr/ComfyUI-DatasetHelper" + ], + "install_type": "git-clone", + "description": "This custom node set for ComfyUI provides a DatasetBatchNode for automated, sequential processing of datasets, particularly useful for iterative training or batched image/video generation workflows." + }, + { + "author": "willmiao", + "title": "ComfyUI-Lora-Manager", + "reference": "https://github.com/willmiao/ComfyUI-Lora-Manager", + "files": [ + "https://github.com/willmiao/ComfyUI-Lora-Manager" + ], + "install_type": "git-clone", + "description": "LoRA Manager for ComfyUI - An extension for managing LoRA models with previews and metadata integration." + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI DeepSeek_R1 Chat Node", + "reference": "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates DeepSeek's powerful chat and instruction API, enabling seamless AI interactions within your ComfyUI workflows." + }, + { + "author": "oxysoft", + "title": "ComfyUI-gowiththeflow", + "reference": "https://github.com/oxysoft/ComfyUI-gowiththeflow", + "files": [ + "https://github.com/oxysoft/ComfyUI-gowiththeflow" + ], + "install_type": "git-clone", + "description": "Implementation of GoWithTheFlow, original code at [a/https://github.com/Eyeline-Research/Go-with-the-Flow/](https://github.com/Eyeline-Research/Go-with-the-Flow/) and [a/https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py](https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py)" + }, + { + "author": "Mattabyte", + "title": "ComfyUI Secure API Call", + "reference": "https://github.com/Mattabyte/ComfyUI-SecureApiCall", + "files": [ + "https://github.com/Mattabyte/ComfyUI-SecureApiCall" + ], + "install_type": "git-clone", + "description": "This package provides custom nodes to ComfyUI to POST data to a secure API." + }, { "author": "Dr.Positliver", "title": "comfyui-zegr", @@ -66,6 +146,7 @@ }, { "author": "JohnDoeSmithee", + "title": "ComfyUI-SoX-Mixdown", "reference": "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown", "files": [ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown" @@ -607,140 +688,6 @@ ], "install_type": "git-clone", "description": "This project provides custom safety checkers for image classification using Falcons AI and CompVis models. The safety checkers are designed to detect and filter out NSFW content from images." - }, - { - "author": "hmwl", - "title": "ComfyUI_zip", - "reference": "https://github.com/hmwl/ComfyUI_zip", - "files": [ - "https://github.com/hmwl/ComfyUI_zip" - ], - "install_type": "git-clone", - "description": "ComfyUI zip package image processing" - }, - { - "author": "nisimjoseph", - "title": "ComfyUI OpenAI Prompter", - "reference": "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter", - "files": [ - "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that generates creative and detailed prompts using OpenAI's GPT models." - }, - { - "author": "ciga2011", - "title": "ComfyUI Prompt Optimizer", - "id": "promptoptimizer", - "reference": "https://github.com/ciga2011/ComfyUI-PromptOptimizer", - "files": [ - "https://github.com/ciga2011/ComfyUI-PromptOptimizer" - ], - "install_type": "git-clone", - "description": "Optimize prompts for text-to-image models at no cost." - }, - { - "author": "meanin2", - "title": "ComfyUI Watermark Image Node", - "reference": "https://github.com/meanin2/comfyui-watermarking", - "files": [ - "https://github.com/meanin2/comfyui-watermarking" - ], - "install_type": "git-clone", - "description": "This custom node allows you to overlay a watermark image onto an existing image within ComfyUI." - }, - { - "author": "Kurdknight", - "title": "KurdKnight ComfyUI System Check Node", - "reference": "https://github.com/Kurdknight/Kurdknight_comfycheck", - "files": [ - "https://github.com/Kurdknight/Kurdknight_comfycheck" - ], - "install_type": "git-clone", - "description": "A comprehensive system information node for ComfyUI that provides detailed information about your system, GPU, CUDA, and AI libraries configuration. Works on both Windows and Linux systems." - }, - { - "author": "yhayano-ponotech", - "title": "ComfyUI Local Save Node", - "reference": "https://github.com/yhayano-ponotech/comfyui-save-image-local", - "files": [ - "https://github.com/yhayano-ponotech/comfyui-save-image-local" - ], - "install_type": "git-clone", - "description": "ComfyUI custom node for directly downloading generated images to your local PC with customizable filenames and formats (PNG/JPEG)." - }, - { - "author": "ThepExcel", - "title": "Multiline Text Choice Node for ComfyUI", - "reference": "https://github.com/ThepExcel/aiangelgallery-comfyui", - "files": [ - "https://github.com/ThepExcel/aiangelgallery-comfyui" - ], - "install_type": "git-clone", - "description": "This custom node for ComfyUI allows users to input multiline text and select a specific line by its number. The node processes the input and returns the selected line along with its index." - }, - { - "author": "hosterosi", - "title": "ComfyUI OpenAI Node", - "reference": "https://github.com/hosterosi/ComfyUI_OpenAI", - "files": [ - "https://github.com/hosterosi/ComfyUI_OpenAI" - ], - "install_type": "git-clone", - "description": "This custom node for ComfyUI allows users to input multiline text and select a specific line by its number. The node processes the input and returns the selected line along with its index." - }, - { - "author": "IDGallagher", - "title": "IG-Motion-Search", - "id": "motion-video-search", - "reference": "https://github.com/IDGallagher/MotionVideoSearch", - "files": [ - "https://github.com/IDGallagher/MotionVideoSearch" - ], - "install_type": "git-clone", - "description": "Nodes for searching videos by motion" - }, - { - "author": "l-comm", - "title": "WatermarkRemoval", - "id": "watermark-removal", - "reference": "https://github.com/l-comm/WatermarkRemoval", - "files": [ - "https://github.com/l-comm/WatermarkRemoval" - ], - "install_type": "git-clone", - "description": "Watermark removal project" - }, - { - "author": "philiprodriguez", - "title": "ComfyUI-HunyuanImageLatentToVideoLatent", - "reference": "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent", - "files": [ - "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent" - ], - "install_type": "git-clone", - "description": "A ComfyUI node which copies a given latent's samples tensor along the time axis ((length - 1) // 4) + 1 times to form a longer latent (see EmptyHunyuanLatentVideo's implementation for why this specific number of copies is used) and then prepares a noise_mask tensor of the same shape such that the value of the mask for a given time step is given by the function at https://www.desmos.com/calculator/vhw74mr1vh." - }, - { - "author": "benjiyaya", - "title": "ComfyUI-HunyuanVideoImagesGuider", - "reference": "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider", - "files": [ - "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider" - ], - "install_type": "git-clone", - "description": "A specialized node for ComfyUI that enable advanced motion and animation capabilities for image as guider for video processing In Hunyuan Video." - }, - { - "author": "lldacing", - "title": "ComfyUI_PuLID_Flux_ll", - "id": "comfyui_pulid_flux_ll", - "reference": "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll", - "files": [ - "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll" - ], - "install_type": "git-clone", - "description": "The implementation for PuLID-Flux, support TeaCache, no model pollution." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e6e39c13..550d5f81 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2188,6 +2188,16 @@ "title_aux": "ComfyUI-InpaintEasy" } ], + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": [ + [ + "JanusImageGeneration", + "JanusImageUnderstanding", + "JanusModelLoader" + ], + { + "title_aux": "ComfyUI-Janus-Pro" + } + ], "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [ [ "MiniCPM3_4B", @@ -2207,7 +2217,8 @@ "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": [ [ "Load MiniCPM Model", - "MiniCPM Image Chat" + "MiniCPM Image Chat", + "MiniCPMImageAnalyzer" ], { "title_aux": "ComfyUI-MiniCPM-o" @@ -2499,6 +2510,31 @@ "title_aux": "JH Misc. Nodes" } ], + "https://github.com/Conor-Collins/coco_tools": [ + [ + "CocoImageLoader", + "JSONNode", + "JSONReaderNode", + "JSONValueFinderNode", + "LoadEXRNode", + "NoiseNode", + "RandomIntNode", + "RegexFindNode", + "SaverNode", + "WalkFolderNode", + "ZDepthNode", + "coco_loader", + "frequency_combine", + "frequency_separation", + "load_exr", + "saver", + "split_threebands", + "znormalize" + ], + { + "title_aux": "ComfyUI-CoCoTools" + } + ], "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": [ [ "DebugToFile", @@ -4840,7 +4876,7 @@ "SoxMixNode" ], { - "title_aux": null + "title_aux": "ComfyUI-SoX-Mixdown" } ], "https://github.com/Jonseed/ComfyUI-Detail-Daemon": [ @@ -5894,6 +5930,14 @@ "title_aux": "Mosaica" } ], + "https://github.com/Mattabyte/ComfyUI-SecureApiCall": [ + [ + "SecureAPI-SecureAPI" + ], + { + "title_aux": "ComfyUI Secure API Call" + } + ], "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": [ [ "GetModelStep", @@ -6202,6 +6246,7 @@ "AnamorphicEffect", "AspectSize", "AspectSizeV2", + "BatchAlphaComposite", "BatchOffset", "BatchRangeInsert", "BatchRangeSwap", @@ -6218,6 +6263,7 @@ "DJZDatamosh", "DJZDatamoshV2", "DatasetWordcloud", + "DeadPixelEffect", "DinskyPlus", "DinskyPlusV2", "DjzDatabendingV1", @@ -6235,6 +6281,7 @@ "FractalGenerator", "FractalGeneratorV2", "FractalGeneratorV3", + "GSL_Filter_V1", "HalationBloom", "ImageInterleavedUpscaler", "ImageInterleavedUpscalerV2", @@ -6913,7 +6960,8 @@ "https://github.com/Positliver/comfyui-zegr": [ [ "ZEGR_ALI_UF", - "ZEGR_LF" + "ZEGR_LF", + "ZEGR_WD" ], { "title_aux": "comfyui-zegr" @@ -6947,6 +6995,23 @@ "title_aux": "ComfyUI-StringsAndThings" } ], + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [ + [ + "Crop Image with Coords", + "Cubemap to Equirectangular", + "Equirectangular Rotation", + "Equirectangular to Cubemap", + "Equirectangular to Perspective", + "Masked Diff C2E", + "Paste Image with Coords", + "Roll Image Axes", + "Split Cubemap Faces", + "Stack Cubemap Faces" + ], + { + "title_aux": "PyTorch 360\u00b0 Image Conversion Toolkit for ComfyUI" + } + ], "https://github.com/Pseudotools/Pseudocomfy": [ [ "Combiner", @@ -7780,6 +7845,14 @@ "title_aux": "ComfyUI Coherent Video Sampler Node" } ], + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": [ + [ + "ComfyUIDeepSeekChat" + ], + { + "title_aux": "ComfyUI DeepSeek_R1 Chat Node" + } + ], "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": [ [ "EmptyHunyuanLatentForImage", @@ -8357,32 +8430,6 @@ "title_aux": "Comfyui_CXH_Phi_3.5" } ], - "https://github.com/StartHua/Comfyui_CXH_joy_caption": [ - [ - "CXH_DownloadAndLoadFlorence2Model", - "CXH_Florence2Run", - "CXH_HG_Model_Load", - "CXH_IC_Lora_Florence2Run", - "CXH_IC_lora_reversal", - "CXH_Ic_lora_Joy_batch", - "CXH_Min2_6_classifiy", - "CXH_Min2_6_prompt_Run", - "CXH_MinCP3_4B_Chat", - "CXH_MinCP3_4B_Load", - "CXH_SmolVlm_Load", - "CXH_SmolVlm_Run", - "Joy_caption", - "Joy_caption_alpha_batch", - "Joy_caption_alpha_batch_Dirs", - "Joy_caption_alpha_load", - "Joy_caption_alpha_prompt", - "Joy_caption_alpha_run", - "Joy_caption_load" - ], - { - "title_aux": "Comfyui_CXH_joy_caption" - } - ], "https://github.com/StartHua/Comfyui_Gemini2": [ [ "CXH_Gemini2_TX", @@ -8692,6 +8739,17 @@ "title_aux": "ComfyWarp" } ], + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": [ + [ + "FaceFitAndRestore", + "FaceWrapper", + "HighPassFilter", + "ImageFeeder" + ], + { + "title_aux": "Face Processor for ComfyUI" + } + ], "https://github.com/TGu-97/ComfyUI-TGu-utils": [ [ "MPNReroute", @@ -12068,6 +12126,16 @@ "title_aux": "ComfyLab Pack" } ], + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": [ + [ + "EbuLMStudioLoadModel", + "EbuLMStudioMakeRequest", + "EbuLMStudioUnload" + ], + { + "title_aux": "EBU LMStudio LLM Integration" + } + ], "https://github.com/bvhari/ComfyUI_ImageProcessing": [ [ "BilateralFilter", @@ -15240,7 +15308,8 @@ "SelOutCLIP", "SelOutModel", "SelOutPolar", - "Selector" + "Selector", + "Selector Advanced" ], { "author": "\"\u02f6\ud835\udfa2\u292c\u2ad2\u2d56s\u143c\u02f6\"", @@ -15368,6 +15437,14 @@ "title_aux": "FASHN Virtual Try-On" } ], + "https://github.com/fblissjr/ComfyUI-DatasetHelper": [ + [ + "DatasetBatchNode" + ], + { + "title_aux": "ComfyUI Dataset Helper & Batch Node" + } + ], "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", @@ -15488,10 +15565,10 @@ ], "https://github.com/filliptm/ComfyUI_Fill-Nodes": [ [ + "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", "FL_ApplyMask", "FL_Ascii", - "FL_Base64ImageLoader", "FL_BatchAlign", "FL_BulkPDFLoader", "FL_BulletHellGame", @@ -16332,7 +16409,7 @@ "Griptape Audio Transcription Driver: Groq", "Griptape Audio Transcription Driver: OpenAI", "Griptape Code: Run Griptape Cloud Structure", - "Griptape Code: Run Python", + "Griptape Code: Run Python [DEPRECATED]", "Griptape Combine: Merge Inputs", "Griptape Combine: Merge Texts", "Griptape Combine: RAG Module List", @@ -17892,8 +17969,6 @@ ], "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [ [ - "ClickPopup", - "ColorPicker", "PaintingCoder::DynamicImageCombiner", "PaintingCoder::DynamicMaskCombiner", "PaintingCoder::ImageLatentCreator", @@ -17907,13 +17982,13 @@ "PaintingCoder::MaskPreview", "PaintingCoder::MaskSwitch", "PaintingCoder::MultilineTextInput", + "PaintingCoder::OutputToTextConverter", "PaintingCoder::RemoveEmptyLinesAndLeadingSpaces", "PaintingCoder::ShowTextPlus", "PaintingCoder::SimpleTextInput", "PaintingCoder::TextCombiner", "PaintingCoder::TextSwitch", - "PaintingCoder::WebImageLoader", - "RemoveEmptyLinesAndLeadingSpacesAdvance" + "PaintingCoder::WebImageLoader" ], { "title_aux": "Painting Coder Utils" @@ -19427,6 +19502,7 @@ "LoadVideoForExtendingKlinter", "OutpaintPadding", "PrepVideoForExtendKlinter", + "SaveAudioPlus", "SizeSelector", "SpeedRamp", "YellowBus", @@ -21106,8 +21182,10 @@ ], "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ - "Custom Date Format | sokes \ud83e\uddac", - "Latent Switch x9 | sokes \ud83e\uddac" + "Current Date | sokes \ud83e\uddac", + "Latent Switch x9 | sokes \ud83e\uddac", + "Load Random Image | sokes \ud83e\uddac", + "Replace Text with RegEx | sokes \ud83e\uddac" ], { "title_aux": "ComfyUI Sokes Nodes" @@ -22681,6 +22759,15 @@ "title_aux": "ComfyUI-ownimage" } ], + "https://github.com/oxysoft/ComfyUI-gowiththeflow": [ + [ + "KSamplerNoiseless", + "NoiseWarperNode" + ], + { + "title_aux": "ComfyUI-gowiththeflow" + } + ], "https://github.com/oyvindg/ComfyUI-TrollSuite": [ [ "BinaryImageMask", @@ -26491,6 +26578,14 @@ "title_aux": "ComfyUI-Environment-Visualizer" } ], + "https://github.com/willmiao/ComfyUI-Lora-Manager": [ + [ + "LorasEndpoint" + ], + { + "title_aux": "ComfyUI-Lora-Manager" + } + ], "https://github.com/windfancy/zsq_prompt": [ [ "BatchPromptJson", @@ -27562,6 +27657,15 @@ "title_aux": "ComfyUI YoloNasPose Tensorrt" } ], + "https://github.com/yuvraj108c/ComfyUI_InvSR": [ + [ + "InvSRSampler", + "LoadInvSRModels" + ], + { + "title_aux": "ComfyUI InvSR" + } + ], "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": [ [ "Audio Analysis", @@ -27635,6 +27739,7 @@ "List Combine Node (zer0)", "Multiline String Node (zer0)", "Prompt Minimizer And Splitter Node (zer0)", + "Quality Tag Prepend Node (zer0)", "Tavern Card Creation Node (zer0)", "Tavern Card Info Node (zer0)" ], From b5946344dc4c87d134caf40af1df2f145f4d2dd2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 28 Jan 2025 07:35:13 +0900 Subject: [PATCH 06/73] fixed: logging - ensure user_directory is created before start logging. https://github.com/ltdrdata/ComfyUI-Manager/issues/1487 --- glob/manager_core.py | 2 +- prestartup_script.py | 3 +++ pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index f6a8ebfc..9dce6c3a 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 9, 4] +version_code = [3, 9, 5] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/prestartup_script.py b/prestartup_script.py index 1fd1cab9..217f69c4 100644 --- a/prestartup_script.py +++ b/prestartup_script.py @@ -214,6 +214,9 @@ try: if enable_file_logging: log_path_base = os.path.join(folder_paths.user_directory, 'comfyui') + if not os.path.exists(folder_paths.user_directory): + os.makedirs(folder_paths.user_directory) + if os.path.exists(f"{log_path_base}{postfix}.log"): if os.path.exists(f"{log_path_base}{postfix}.prev.log"): if os.path.exists(f"{log_path_base}{postfix}.prev2.log"): diff --git a/pyproject.toml b/pyproject.toml index a9c22ca4..f92ebd02 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 = "3.9.4" +version = "3.9.5" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From 42d73fe25d9478792f9dbab4045537ed01dc75ca Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 28 Jan 2025 08:06:27 +0900 Subject: [PATCH 07/73] update DB --- custom-node-list.json | 4 ++-- extension-node-map.json | 1 + github-stats.json | 5 +++++ node_db/new/extension-node-map.json | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 87bb7c6f..363fed07 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15840,9 +15840,9 @@ { "author": "silveroxides", "title": "Model and Checkpoint Loaders for NF4 and FP4", - "reference": "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders", + "reference": "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4", "files": [ - "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders" + "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4" ], "install_type": "git-clone", "description": "Nodes for loading both Checkpoints and UNET/Diffussion models quantized to bitsandbytes NF4 or FP4 format.\nStill under development and some limitations such as using LoRA might apply still." diff --git a/extension-node-map.json b/extension-node-map.json index 550d5f81..590543d7 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -21174,6 +21174,7 @@ "LumaModifyImage", "LumaPreviewVideo", "LumaText2Video", + "Ray2Text2Video", "Reference" ], { diff --git a/github-stats.json b/github-stats.json index 77ff4996..7491e181 100644 --- a/github-stats.json +++ b/github-stats.json @@ -8159,6 +8159,11 @@ "last_update": "2024-06-24 10:08:11", "author_account_age_days": 523 }, + "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { + "stars": 13, + "last_update": "2025-01-20 08:30:14", + "author_account_age_days": 1718 + }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 13, "last_update": "2025-01-20 08:30:14", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 550d5f81..590543d7 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -21174,6 +21174,7 @@ "LumaModifyImage", "LumaPreviewVideo", "LumaText2Video", + "Ray2Text2Video", "Reference" ], { From a060ff52adf3918338174b62f53d6f5380c039a2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 29 Jan 2025 02:34:22 +0900 Subject: [PATCH 08/73] update DB --- custom-node-list.json | 97 +- extension-node-map.json | 124 +- github-stats.json | 3531 ++++++++++++++------------- node_db/dev/custom-node-list.json | 32 +- node_db/dev/extension-node-map.json | 31 +- node_db/dev/github-stats.json | 685 +++--- node_db/new/custom-node-list.json | 184 +- node_db/new/extension-node-map.json | 124 +- 8 files changed, 2605 insertions(+), 2203 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 363fed07..9a520855 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46,6 +46,18 @@ "install_type": "git-clone", "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack. Provides many easily applicable regional features and applications for Variation Seed." }, + { + "author": "Dr.Lt.Data", + "title": "ComfyUI Connection Helper", + "id": "connection-helper", + "reference": "https://github.com/ltdrdata/comfyui-connection-helper", + "nodename_pattern": "Inspire$", + "files": [ + "https://github.com/ltdrdata/comfyui-connection-helper" + ], + "install_type": "git-clone", + "description": "This is a helper extension for ComfyUI that assists with node connections." + }, { "author": "comfyanonymous", "title": "ComfyUI_experiments", @@ -1919,7 +1931,7 @@ "id": "distancesampler", "reference": "https://github.com/Extraltodeus/DistanceSampler", "files": [ - "https://github.com/Extraltodeus/Skimmed_CFG" + "https://github.com/Extraltodeus/DistanceSampler" ], "install_type": "git-clone", "description": "Heuristic modification of the Heun sampler using a custom function based on normalized distances. For ComfyUI." @@ -3524,6 +3536,16 @@ "install_type": "git-clone", "description": "ComfyUI custom node of OmniGen project." }, + { + "author": "chflame163", + "title": "ComfyUI_Janus_Wrapper", + "reference": "https://github.com/chflame163/ComfyUI_Janus_Wrapper", + "files": [ + "https://github.com/chflame163/ComfyUI_Janus_Wrapper" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/deepseek-ai/Janus](https://github.com/deepseek-ai/Janus) in ComfyUI." + }, { "author": "drustan-hawk", "title": "primitive-types", @@ -16820,7 +16842,7 @@ "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader" ], "install_type": "git-clone", - "description": "Simple 4k YT Downloader Through URL" + "description": "A simple YT downloader node for ComfyUI using video Urls. Can be used with VHS nodes etc." }, { "author": "TZOOTZ", @@ -17683,6 +17705,16 @@ "install_type": "git-clone", "description": "About DeepSeek Chat API\nGo here to register and get the api-key [a/https://platform.deepseek.com/](https://platform.deepseek.com/) Then enter api_key in config.json" }, + { + "author": "yichengup", + "title": "ComfyUI_Yc_JanusPro", + "reference": "https://github.com/yichengup/ComfyUI_Yc_JanusPro", + "files": [ + "https://github.com/yichengup/ComfyUI_Yc_JanusPro" + ], + "install_type": "git-clone", + "description": "About DeepSeek Chat API\nGo here to register and get the api-key [a/https://platform.deepseek.com/](https://platform.deepseek.com/) Then enter api_key in config.json" + }, { "author": "Horizon Team", "title": "ComfyUI_FluxMod", @@ -20201,6 +20233,67 @@ "install_type": "git-clone", "description": "A set of custom nodes for ComfyUI providing advanced image processing, file handling, and utility functions." }, + { + "author": "852wa", + "title": "ComfyUI-ColorshiftColor", + "reference": "https://github.com/852wa/ComfyUI-ColorshiftColor", + "files": [ + "https://github.com/852wa/ComfyUI-ColorshiftColor" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI.\nIt reduces colors based on a specified number and allows for adjustments to hue, saturation, and brightness.\nFeatures:Each parameter can be set to random, You can toggle masking (not changing colors) using color numbers, Mask inversion can also be toggled on or off." + }, + { + "author": "852wa", + "title": "ComfyUI-AdvancedAlphaProcessor", + "reference": "https://github.com/852wa/ComfyUI-AAP", + "files": [ + "https://github.com/852wa/ComfyUI-AAP" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI.\nFeatures:Removes white areas in the input image by making them transparent based on brightness, Outputs in black and transparent, Outputs in gray and transparent.\nThis is a simple node with the above functionalities implemented. It also supports sequential processing." + }, + { + "author": "ReBeating", + "title": "ComfyUI-Artist-Selector", + "reference": "https://github.com/ReBeating/ComfyUI-Artist-Selector", + "files": [ + "https://github.com/ReBeating/ComfyUI-Artist-Selector" + ], + "install_type": "git-clone", + "description": "A useful comfyui node named LoadArtistTag for selecting artist tags, including 1000+ single-artist tags and 300 mixed-artists tags." + }, + { + "author": "gmorks", + "title": "ComfyUI-SendToDiscord", + "reference": "https://github.com/gmorks/ComfyUI-SendToDiscord", + "files": [ + "https://github.com/gmorks/ComfyUI-SendToDiscord" + ], + "install_type": "git-clone", + "description": "ComfyUI-SendToDiscord is a custom node for ComfyUI that simplifies sending preview images to Discord via webhooks. It supports both single-image uploads and batch mode, making it an efficient tool for sharing your generated images directly with your Discord server." + }, + { + "author": "jinanlongen", + "title": "ComfyUI Prompt Expander Node", + "reference": "https://github.com/jinanlongen/ComfyUI-Prompt-Expander", + "files": [ + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that expands text prompts using the SuperPrompt-v1 T5 model. This node helps generate more detailed and descriptive prompts from simple input text, which can be particularly useful for image generation workflows." + }, + { + "author": "Style-Mosaic", + "title": "ComfyUI DINO-X Detector Node", + "reference": "https://github.com/Style-Mosaic/dino-x-comfyui-node", + "files": [ + "https://github.com/Style-Mosaic/dino-x-comfyui-node" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that integrates DINO-X API for object detection and segmentation. This node allows you to detect and segment objects in images using text prompts." + }, + diff --git a/extension-node-map.json b/extension-node-map.json index 590543d7..5870b44e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -482,6 +482,23 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/852wa/ComfyUI-AAP": [ + [ + "AdvancedAlphaProcessor" + ], + { + "title_aux": "ComfyUI-AdvancedAlphaProcessor" + } + ], + "https://github.com/852wa/ComfyUI-ColorshiftColor": [ + [ + "ColorshiftColor", + "CsCPaletteEditor" + ], + { + "title_aux": "ComfyUI-ColorshiftColor" + } + ], "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": [ [ "AutoColorGimp" @@ -2680,17 +2697,19 @@ ], "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [ [ - "Control Pipe (DJ Nodes)", - "Global Seed (DJ Nodes)", - "KSampler Settings (DJ Nodes)", - "Model Unloader (DJ Nodes)", - "Prompt Box (DJ Nodes)", - "SDXL All-In-One (DJ Nodes)", - "SDXL Control Module (DJ Nodes)", - "SDXL Preprocess (DJ Nodes)", - "Style Injector (DJ Nodes)", - "Style Selector (DJ Nodes)", - "Wildcard Processor (DJ Nodes)" + "Control Pipe (Focus Nodes)", + "FOCUS Upscale (Focus Nodes)", + "Global Seed Controller (Focus Nodes)", + "KSampler Settings (Focus Nodes)", + "Model Unloader (Focus Nodes)", + "Prompt Box (Focus Nodes)", + "SDXL All-In-One (Focus Nodes)", + "SDXL Control Module (Focus Nodes)", + "SDXL Preprocess (Focus Nodes)", + "Style Injector (Focus Nodes)", + "Style Selector (Focus Nodes)", + "Text Display (Focus Nodes)", + "Wildcard Processor (Focus Nodes)" ], { "title_aux": "Comfyui FOCUS nodes" @@ -3202,6 +3221,14 @@ "title_aux": "ComfyUI-AutomaticCFG" } ], + "https://github.com/Extraltodeus/DistanceSampler": [ + [ + "SamplerDistance" + ], + { + "title_aux": "DistanceSampler" + } + ], "https://github.com/Extraltodeus/LoadLoraWithTags": [ [ "LoraLoaderTagsQuery" @@ -3221,7 +3248,7 @@ "Skimmed CFG - replace" ], { - "title_aux": "DistanceSampler" + "title_aux": "Skimmed_CFG" } ], "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [ @@ -6371,8 +6398,11 @@ ], "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [ [ - "SelectLatentSize", - "TextEncode3in1" + "KSamplerWithVAE", + "SelectLatentSize1MP", + "SelectLatentSize2MP", + "TextEncode3in1", + "UpscaleLatentBy1_5x" ], { "title_aux": "ComfyUi-MzMaXaM" @@ -7085,6 +7115,14 @@ "title_aux": "ComfyUI-Rodin" } ], + "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ + [ + "LoadArtistTag" + ], + { + "title_aux": "ComfyUI-Artist-Selector" + } + ], "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": [ [ "AnalyseMetadata", @@ -8473,6 +8511,14 @@ "title_aux": "ComfyUI Steudio" } ], + "https://github.com/Style-Mosaic/dino-x-comfyui-node": [ + [ + "DinoxDetector" + ], + { + "title_aux": "ComfyUI DINO-X Detector Node" + } + ], "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ [ "Deflicker - Experimental (SuperBeasts.AI)", @@ -10894,7 +10940,7 @@ "https://github.com/alexcong/ComfyUI_QwenVL": [ [ "Qwen2.5", - "Qwen2VL" + "Qwen2.5VL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -12105,6 +12151,7 @@ "Input: String (lab)", "List: Limit (lab)", "List: Merge (lab)", + "List: Random Seeds (lab)", "List: from Elements (lab)", "List: from File (backend) (lab)", "List: from Multiline (lab)", @@ -12900,6 +12947,16 @@ "title_aux": "ComfyUI Face Similarity" } ], + "https://github.com/chflame163/ComfyUI_Janus_Wrapper": [ + [ + "JanusImage2Text", + "JanusTextToImage", + "LoadJanusModel" + ], + { + "title_aux": "ComfyUI_Janus_Wrapper" + } + ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: AutoAdjust", @@ -16200,6 +16257,14 @@ "title_aux": "String Converter" } ], + "https://github.com/gmorks/ComfyUI-SendToDiscord": [ + [ + "PreviewImageWithDiscord" + ], + { + "title_aux": "ComfyUI-SendToDiscord" + } + ], "https://github.com/goburiin/nsfwrecog-comfyui": [ [ "NSFWDetectorNode" @@ -18104,6 +18169,14 @@ "title_aux": "ResAdapter for ComfyUI" } ], + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": [ + [ + "PromptExpanderNode" + ], + { + "title_aux": "ComfyUI Prompt Expander Node" + } + ], "https://github.com/jitcoder/lora-info": [ [ "ImageFromURL", @@ -21034,6 +21107,17 @@ "title_aux": "ComfyUI Inspire Pack" } ], + "https://github.com/ltdrdata/comfyui-connection-helper": [ + [], + { + "author": "Dr.Lt.Data", + "description": "Helper", + "nickname": "Connection Helper", + "nodename_pattern": "Inspire$", + "title": "ComfyUI Connection Helper", + "title_aux": "ComfyUI Connection Helper" + } + ], "https://github.com/luandev/ComfyUI-CrewAI": [ [ "DisplayText", @@ -27120,6 +27204,16 @@ "title_aux": "ComfyUI Local Save Node" } ], + "https://github.com/yichengup/ComfyUI_Yc_JanusPro": [ + [ + "ImageAnalyzer", + "JanusChatAnalyzer", + "JanusProLoader" + ], + { + "title_aux": "ComfyUI_Yc_JanusPro" + } + ], "https://github.com/yichengup/Comfyui-Deepseek": [ [ "DeepseekAdvancedNode", diff --git a/github-stats.json b/github-stats.json index 7491e181..d611e0c4 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,102 +2,102 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-01-01 16:03:57", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 12, "last_update": "2025-01-24 10:39:15", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 198, "last_update": "2025-01-23 00:57:27", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 224, + "stars": 225, "last_update": "2025-01-22 09:24:19", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 15, "last_update": "2025-01-12 06:38:40", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 4, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1189, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 73, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 63, "last_update": "2024-12-09 02:29:58", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 26, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-12-08 03:42:25", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 5, "last_update": "2025-01-09 13:24:13", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 117, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1136 + "author_account_age_days": 1137 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 224, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1136 + "author_account_age_days": 1137 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2989 + "author_account_age_days": 2990 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 8, "last_update": "2024-12-19 10:21:03", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 19, + "stars": 20, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2520 + "author_account_age_days": 2521 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 79, @@ -107,37 +107,47 @@ "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 4, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/6174/comflowy-nodes": { "stars": 12, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 20, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 9, "last_update": "2025-01-24 07:45:45", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 23, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1688 + "author_account_age_days": 1689 + }, + "https://github.com/852wa/ComfyUI-AAP": { + "stars": 3, + "last_update": "2025-01-28 11:15:10", + "author_account_age_days": 581 + }, + "https://github.com/852wa/ComfyUI-ColorshiftColor": { + "stars": 3, + "last_update": "2025-01-28 12:43:00", + "author_account_age_days": 581 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -152,7 +162,7 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, @@ -162,292 +172,292 @@ "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 7, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 6, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 24, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 11, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 23, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 75, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 30, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 209, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 293, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 32, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 5, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 106, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 356, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 19, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 17, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 88, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 36, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 38, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 48, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 212, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 35, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 8, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 28, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 37, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 10, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 31, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 42, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 25, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 195, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 41, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 5, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 7, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 13, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1968, + "stars": 1969, "last_update": "2024-12-19 11:43:49", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 302, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 35, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 341, + "stars": 342, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 77, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 197, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 911, + "stars": 913, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1677 + "author_account_age_days": 1678 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 6, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, @@ -462,7 +472,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": 1743 + "author_account_age_days": 1744 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 262, @@ -472,12 +482,12 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 6, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 799, @@ -492,32 +502,32 @@ "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 4, "last_update": "2025-01-17 14:45:24", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, "last_update": "2024-12-17 05:40:40", - "author_account_age_days": 3595 + "author_account_age_days": 3596 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 9, "last_update": "2025-01-25 18:33:17", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-12-09 16:08:07", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 4, "last_update": "2024-12-22 12:42:36", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 996, @@ -527,27 +537,27 @@ "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 8, "last_update": "2025-01-09 04:18:55", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-01-11 22:33:13", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 4, "last_update": "2025-01-08 22:43:43", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/Amorano/Jovimetrix": { "stars": 302, "last_update": "2025-01-12 21:18:53", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, @@ -557,167 +567,167 @@ "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, - "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 95 + "last_update": "2025-01-28 16:59:52", + "author_account_age_days": 96 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 34, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 77, + "stars": 78, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/ArtHommage/HommageTools": { "stars": 2, "last_update": "2025-01-23 23:52:48", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 715, + "stars": 716, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 17, + "stars": 18, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4803 + "author_account_age_days": 4804 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 432, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 3, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 5, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3454 + "author_account_age_days": 3455 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 387, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 7, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1190, + "stars": 1193, "last_update": "2025-01-23 05:44:35", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 23, @@ -732,22 +742,22 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 3, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 14, @@ -772,112 +782,112 @@ "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 345, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 381, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 274, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 343, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2025-01-23 13:24:32", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 54, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 9, - "last_update": "2025-01-21 08:22:52", + "last_update": "2025-01-28 15:57:17", "author_account_age_days": 1695 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 31, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 8 + "author_account_age_days": 9 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 16, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 50, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 4, - "last_update": "2025-01-27 21:28:00", - "author_account_age_days": 415 + "stars": 121, + "last_update": "2025-01-28 02:42:35", + "author_account_age_days": 416 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 21, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 3, "last_update": "2025-01-27 14:57:39", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 107, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 49, + "stars": 50, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 180, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 73, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 31, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 29, @@ -887,37 +897,37 @@ "https://github.com/Charlweed/image_transceiver": { "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5314 + "author_account_age_days": 5315 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 10, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2118 + "author_account_age_days": 2119 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 12, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 73, - "last_update": "2025-01-27 03:24:13", + "last_update": "2025-01-28 16:55:28", "author_account_age_days": 247 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 75, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 79, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 2, @@ -932,12 +942,12 @@ "https://github.com/Conor-Collins/coco_tools": { "stars": 1, "last_update": "2025-01-26 21:46:13", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 115, "last_update": "2025-01-07 15:03:52", - "author_account_age_days": 3872 + "author_account_age_days": 3873 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, @@ -947,27 +957,27 @@ "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1220 + "author_account_age_days": 1221 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 4, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, "last_update": "2025-01-23 06:47:34", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 6, "last_update": "2025-01-23 06:44:49", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5375 + "author_account_age_days": 5376 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 3, @@ -982,17 +992,17 @@ "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4804 + "author_account_age_days": 4805 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 4, "last_update": "2024-12-22 14:37:21", - "author_account_age_days": 3694 + "author_account_age_days": 3695 }, "https://github.com/DataCTE/prompt_injection": { "stars": 87, @@ -1002,22 +1012,22 @@ "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4432 + "author_account_age_days": 4433 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 382, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1992 + "author_account_age_days": 1993 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 13, "last_update": "2025-01-15 09:02:21", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 25, @@ -1027,12 +1037,12 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 12, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1677 + "author_account_age_days": 1678 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 21, @@ -1067,72 +1077,72 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 6, "last_update": "2025-01-14 09:33:55", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 1, - "last_update": "2025-01-25 07:06:50", - "author_account_age_days": 1591 + "last_update": "2025-01-28 00:21:47", + "author_account_age_days": 1592 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 67, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4934 + "author_account_age_days": 4935 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1360 + "author_account_age_days": 1361 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 25, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 203, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 4, - "last_update": "2025-01-25 04:17:55", - "author_account_age_days": 186 + "last_update": "2025-01-28 16:30:52", + "author_account_age_days": 187 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 2, "last_update": "2025-01-27 19:19:57", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 306, + "stars": 307, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 43, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, @@ -1152,102 +1162,107 @@ "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 381, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3367 + "author_account_age_days": 3368 + }, + "https://github.com/Extraltodeus/DistanceSampler": { + "stars": 7, + "last_update": "2024-10-16 17:31:27", + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 64, "last_update": "2024-11-23 12:05:02", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 165, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 41, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 44, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 113, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 33, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 39, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 74, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 563, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 99, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 183, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 197, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2559, + "stars": 2561, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 2, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2024-12-02 16:48:03", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 4, - "last_update": "2025-01-16 16:08:24", - "author_account_age_days": 238 + "last_update": "2025-01-28 10:30:03", + "author_account_age_days": 239 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, @@ -1267,57 +1282,57 @@ "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 221, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1461 + "author_account_age_days": 1462 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 84, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 6, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 62, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, @@ -1327,27 +1342,27 @@ "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2025-01-27 15:06:46", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 40, "last_update": "2024-12-06 15:42:18", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, @@ -1357,42 +1372,42 @@ "https://github.com/GoingAI1998/Comfyui_imgcanvas": { "stars": 4, "last_update": "2025-01-21 05:32:24", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 8, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5149 + "author_account_age_days": 5150 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 182, + "stars": 187, "last_update": "2025-01-22 10:38:34", - "author_account_age_days": 1337 + "author_account_age_days": 1338 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { - "stars": 42, + "stars": 43, "last_update": "2025-01-26 08:06:57", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 58, "last_update": "2024-12-16 10:18:14", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 1, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 164, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 5, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, @@ -1402,117 +1417,117 @@ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1697 + "author_account_age_days": 1698 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3063 + "author_account_age_days": 3064 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 14, "last_update": "2025-01-15 13:49:53", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 112, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 9, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 48, "last_update": "2025-01-23 16:54:55", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 40, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 20, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 90, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 30, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 30, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 44, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2541 + "author_account_age_days": 2542 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-01-19 14:06:16", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 320, "last_update": "2025-01-16 06:00:39", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, @@ -1522,7 +1537,7 @@ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 5, @@ -1537,27 +1552,27 @@ "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 34, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5698 + "author_account_age_days": 5699 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5698 + "author_account_age_days": 5699 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 6, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5698 + "author_account_age_days": 5699 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/IamCreateAI/Ruyi-Models": { - "stars": 459, + "stars": 460, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -1572,7 +1587,7 @@ "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2447 + "author_account_age_days": 2448 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, @@ -1582,12 +1597,12 @@ "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, "last_update": "2025-01-15 10:45:12", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2847 + "author_account_age_days": 2848 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, @@ -1602,112 +1617,112 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 23, "last_update": "2024-12-21 19:28:35", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 16, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 9, "last_update": "2024-12-15 11:00:51", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 102, - "last_update": "2025-01-18 22:03:22", - "author_account_age_days": 1309 + "last_update": "2025-01-28 12:52:56", + "author_account_age_days": 1310 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 31, "last_update": "2025-01-05 23:34:37", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 10, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 77, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 3, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2784 + "author_account_age_days": 2785 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 59, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 1, "last_update": "2025-01-26 23:29:22", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 25, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 788 + "author_account_age_days": 789 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 1, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/Jannchie/ComfyUI-J": { - "stars": 86, + "stars": 87, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 52, "last_update": "2025-01-23 01:10:11", - "author_account_age_days": 3789 + "author_account_age_days": 3790 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 2, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 158, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5103 + "author_account_age_days": 5104 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 120, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 90, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, @@ -1717,17 +1732,17 @@ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 2, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 1 + "author_account_age_days": 2 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 521, + "stars": 522, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/Jordach/comfy-plasma": { "stars": 72, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4730 + "author_account_age_days": 4731 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, @@ -1737,17 +1752,17 @@ "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 10, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3387 + "author_account_age_days": 3388 }, "https://github.com/Julian-adv/WildDivide": { "stars": 16, "last_update": "2024-12-22 02:05:36", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 2, @@ -1757,7 +1772,7 @@ "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1131 + "author_account_age_days": 1132 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 2, @@ -1767,17 +1782,17 @@ "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4764 + "author_account_age_days": 4765 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1904 + "author_account_age_days": 1905 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 7, "last_update": "2025-01-27 17:05:42", - "author_account_age_days": 4819 + "author_account_age_days": 4820 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 57, @@ -1797,41 +1812,41 @@ "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 307, "last_update": "2025-01-22 02:39:21", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 183, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 54, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 685, - "last_update": "2025-01-11 06:20:47", + "stars": 687, + "last_update": "2025-01-28 06:17:44", "author_account_age_days": 3934 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2911, - "last_update": "2025-01-27 12:35:00", + "stars": 2913, + "last_update": "2025-01-28 06:17:25", "author_account_age_days": 3934 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 735, - "last_update": "2025-01-27 06:27:37", + "last_update": "2025-01-28 06:33:29", "author_account_age_days": 3934 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { @@ -1842,17 +1857,17 @@ "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5785 + "author_account_age_days": 5786 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 76, "last_update": "2025-01-21 03:23:00", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, @@ -1862,12 +1877,12 @@ "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 69, "last_update": "2025-01-09 09:07:22", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 170, @@ -1877,27 +1892,27 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 416, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 11, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 108, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/Lerc/canvas_tab": { "stars": 169, @@ -1912,52 +1927,52 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 2, "last_update": "2024-12-22 15:06:38", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, "last_update": "2024-12-25 07:08:32", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-23 01:54:11", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 670, + "stars": 673, "last_update": "2024-12-22 14:57:35", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 150, "last_update": "2025-01-09 05:30:43", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 9, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, @@ -1972,77 +1987,77 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 45, "last_update": "2025-01-25 13:15:11", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 21, "last_update": "2024-12-26 17:25:45", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 78, + "stars": 79, "last_update": "2025-01-25 13:16:20", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3074 + "author_account_age_days": 3075 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3074 + "author_account_age_days": 3075 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 36, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 29, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 38, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 56, "last_update": "2025-01-19 18:46:30", - "author_account_age_days": 1822 + "author_account_age_days": 1823 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1999 + "author_account_age_days": 2000 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, @@ -2062,17 +2077,17 @@ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 23, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 131, "last_update": "2025-01-17 14:30:04", - "author_account_age_days": 5187 + "author_account_age_days": 5188 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, @@ -2082,117 +2097,117 @@ "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2448 + "author_account_age_days": 2449 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 1850 + "author_account_age_days": 1851 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1850 + "author_account_age_days": 1851 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3422 + "author_account_age_days": 3423 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 1, - "last_update": "2025-01-27 18:49:36", - "author_account_age_days": 1824 + "last_update": "2025-01-28 05:02:11", + "author_account_age_days": 1825 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5549 + "author_account_age_days": 5550 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3394 + "author_account_age_days": 3395 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 228, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 528, "last_update": "2025-01-27 13:41:40", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 113, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 48, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4185 + "author_account_age_days": 4186 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, @@ -2207,52 +2222,52 @@ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2025-01-07 19:10:27", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, "last_update": "2025-01-25 10:38:15", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 204, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 39, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 19, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2668, + "stars": 2676, "last_update": "2025-01-24 18:41:37", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 521, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 16, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 26, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3262 + "author_account_age_days": 3263 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 30, @@ -2262,17 +2277,17 @@ "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 45, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, - "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1955 + "last_update": "2025-01-28 14:25:29", + "author_account_age_days": 1956 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 59, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, @@ -2287,17 +2302,17 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 8, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, @@ -2307,37 +2322,37 @@ "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 35, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 5, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5367 + "author_account_age_days": 5368 }, "https://github.com/NimaNzrii/comfyui-photoshop": { "stars": 821, @@ -2352,17 +2367,17 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, "last_update": "2024-12-17 20:52:30", - "author_account_age_days": 3037 + "author_account_age_days": 3038 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, @@ -2372,7 +2387,7 @@ "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 240, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3063 + "author_account_age_days": 3064 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, @@ -2380,79 +2395,79 @@ "author_account_age_days": 4697 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 530, + "stars": 531, "last_update": "2024-09-12 20:12:08", "author_account_age_days": 4697 }, "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { "stars": 1, "last_update": "2025-01-12 09:34:07", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 3, "last_update": "2025-01-19 01:59:11", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 14, "last_update": "2025-01-22 14:05:19", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 29, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 84, + "stars": 85, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2343 + "author_account_age_days": 2344 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 15, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4987 + "author_account_age_days": 4988 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3860 + "author_account_age_days": 3861 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, "last_update": "2024-12-11 17:41:42", - "author_account_age_days": 2060 + "author_account_age_days": 2061 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, @@ -2467,62 +2482,62 @@ "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 7 + "author_account_age_days": 8 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 2, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2768 + "author_account_age_days": 2769 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 2, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { "stars": 2123, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 2, "last_update": "2024-12-21 12:05:13", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 1, - "last_update": "2025-01-26 23:01:34", - "author_account_age_days": 3659 + "last_update": "2025-01-28 00:51:41", + "author_account_age_days": 3660 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 3, "last_update": "2024-12-25 16:01:52", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, @@ -2532,12 +2547,17 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4149 + "author_account_age_days": 4150 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 6, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2292 + "author_account_age_days": 2293 + }, + "https://github.com/ReBeating/ComfyUI-Artist-Selector": { + "stars": 0, + "last_update": "2025-01-28 12:22:17", + "author_account_age_days": 1596 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, @@ -2547,92 +2567,92 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 2, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 54, "last_update": "2025-01-25 15:15:01", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-25 09:51:35", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1599 + "author_account_age_days": 1600 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1146 + "author_account_age_days": 1147 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 25, "last_update": "2025-01-13 17:00:35", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, "last_update": "2024-11-28 15:10:43", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/Rvage0815/ComfyUI-RvTools_v2": { "stars": 5, "last_update": "2024-12-27 09:42:55", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 37, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 127, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 18, "last_update": "2025-01-02 14:51:01", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 79, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3915 + "author_account_age_days": 3916 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 12, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3915 + "author_account_age_days": 3916 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, @@ -2647,12 +2667,12 @@ "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 350, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, @@ -2662,32 +2682,32 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1327 + "author_account_age_days": 1328 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 10, + "stars": 11, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 129, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 72, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 21, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 71, @@ -2700,169 +2720,169 @@ "author_account_age_days": 4389 }, "https://github.com/Seedsa/Fooocus_Nodes": { - "stars": 84, + "stars": 83, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3614 + "author_account_age_days": 3615 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 253, "last_update": "2024-12-31 06:28:12", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 4, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1514 + "author_account_age_days": 1515 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 14, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "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": 603 + "author_account_age_days": 604 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 6, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 18, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 5, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 7, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 59, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 31, "last_update": "2024-12-23 10:41:30", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 13, "last_update": "2025-01-09 18:22:56", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 40, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 36, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 347, + "stars": 350, "last_update": "2025-01-25 11:56:04", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 32, "last_update": "2025-01-22 15:26:47", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 27, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 4, "last_update": "2025-01-08 10:59:35", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 14, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 124, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 35, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, "last_update": "2025-01-22 09:37:35", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 1, "last_update": "2025-01-12 12:44:34", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 4, "last_update": "2024-12-21 02:21:41", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 48, "last_update": "2024-12-21 22:36:22", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 148, "last_update": "2024-12-08 10:35:19", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, @@ -2872,37 +2892,37 @@ "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 10, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 23, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 22, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, "last_update": "2025-01-18 10:28:11", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 21, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4464 + "author_account_age_days": 4465 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -2917,227 +2937,232 @@ "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2024-12-30 01:26:43", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-01-01 01:36:41", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 71, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 2932 + "author_account_age_days": 2933 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 1, "last_update": "2025-01-24 08:48:52", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 53, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 208, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 19, "last_update": "2025-01-20 18:40:38", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 3, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3763 + "author_account_age_days": 3764 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 12, + "stars": 13, "last_update": "2025-01-26 07:29:03", "author_account_age_days": 220 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 119, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 204, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 9, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 19, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 15, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 47, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 70, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 18, "last_update": "2025-01-14 18:15:36", - "author_account_age_days": 353 + "author_account_age_days": 354 + }, + "https://github.com/Style-Mosaic/dino-x-comfyui-node": { + "stars": 0, + "last_update": "2025-01-28 17:14:47", + "author_account_age_days": 85 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 148, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 757, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2367 + "author_account_age_days": 2368 }, "https://github.com/Sxela/ComfyWarp": { "stars": 35, - "last_update": "2025-01-27 22:12:59", - "author_account_age_days": 3589 + "last_update": "2025-01-28 06:57:07", + "author_account_age_days": 3590 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { - "stars": 1, - "last_update": "2025-01-27 22:18:25", - "author_account_age_days": 613 + "stars": 2, + "last_update": "2025-01-28 13:29:03", + "author_account_age_days": 614 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 126, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 182, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 145, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 387, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 26, "last_update": "2025-01-27 12:08:08", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 23, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 163, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 627, + "stars": 628, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 28, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 487, + "stars": 488, "last_update": "2025-01-12 04:28:09", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 2, "last_update": "2025-01-17 13:52:42", - "author_account_age_days": 3266 + "author_account_age_days": 3267 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2025-01-22 15:44:37", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, @@ -3147,27 +3172,27 @@ "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 15, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/TemryL/ComfyS3": { "stars": 41, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 452, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 361, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 99, "last_update": "2024-12-28 10:58:56", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, @@ -3177,42 +3202,42 @@ "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 4, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 424, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 455, + "stars": 456, "last_update": "2024-12-18 17:23:08", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2024-12-14 12:33:13", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 45, @@ -3232,12 +3257,12 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, "last_update": "2025-01-22 10:23:43", - "author_account_age_days": 3597 + "author_account_age_days": 3598 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 227, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, @@ -3247,37 +3272,37 @@ "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 217, + "stars": 218, "last_update": "2025-01-27 11:19:48", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 18, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1573 + "author_account_age_days": 1574 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, @@ -3287,12 +3312,12 @@ "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 95, "last_update": "2025-01-25 19:15:02", - "author_account_age_days": 1137 + "author_account_age_days": 1138 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 100, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2127 + "author_account_age_days": 2128 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, @@ -3327,77 +3352,77 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2025-01-14 02:01:05", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 30, "last_update": "2025-01-25 08:36:38", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3177 + "author_account_age_days": 3178 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 1, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3969 + "author_account_age_days": 3970 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 11, - "last_update": "2025-01-12 04:32:37", - "author_account_age_days": 755 + "stars": 12, + "last_update": "2025-01-28 09:02:09", + "author_account_age_days": 756 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 3861 + "author_account_age_days": 3862 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 37, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1300, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 2, "last_update": "2025-01-24 14:35:29", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/XieChengYuan/comfyui_kj": { "stars": 1, "last_update": "2025-01-22 15:55:59", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 171, "last_update": "2024-12-05 21:10:04", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, @@ -3407,12 +3432,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": 2912 + "author_account_age_days": 2913 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2912 + "author_account_age_days": 2913 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, @@ -3422,7 +3447,7 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 126, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, @@ -3432,182 +3457,182 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 2, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 356, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 20, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 467, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 748, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 73, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 692, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1374, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 200, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 798, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 48, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 96, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 198, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 103, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 145, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 658, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1658, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1490 + "author_account_age_days": 1491 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 28, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5757 + "author_account_age_days": 5758 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1411 + "author_account_age_days": 1412 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, "last_update": "2025-01-14 18:28:43", - "author_account_age_days": 4838 + "author_account_age_days": 4839 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 117, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 35, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 3, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 3, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 1, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5019 + "author_account_age_days": 5020 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 9, "last_update": "2024-12-07 11:44:06", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/abyz22/image_control": { "stars": 15, @@ -3617,7 +3642,7 @@ "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 28, "last_update": "2024-11-23 13:08:46", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, @@ -3627,17 +3652,17 @@ "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 272, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5234 + "author_account_age_days": 5235 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 5, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, @@ -3652,87 +3677,87 @@ "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 1, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4213 + "author_account_age_days": 4214 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 7, "last_update": "2024-12-19 08:13:44", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 2, "last_update": "2025-01-25 05:52:31", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 95, "last_update": "2024-12-31 10:12:40", - "author_account_age_days": 4765 + "author_account_age_days": 4766 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1774, + "stars": 1785, "last_update": "2025-01-23 07:52:48", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 52, "last_update": "2025-01-10 09:53:04", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 24, "last_update": "2025-01-19 07:40:04", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 198, "last_update": "2024-12-13 01:44:03", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 239, "last_update": "2024-12-26 22:37:39", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 79, "last_update": "2024-12-13 01:44:29", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 2, @@ -3757,27 +3782,27 @@ "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 43, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 18, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 34, - "last_update": "2025-01-27 19:42:20", - "author_account_age_days": 3804 + "last_update": "2025-01-27 23:30:12", + "author_account_age_days": 3805 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 6, @@ -3787,17 +3812,17 @@ "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-01-04 10:38:45", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 60, "last_update": "2024-12-08 20:23:34", - "author_account_age_days": 2897 + "author_account_age_days": 2898 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 102, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5077 + "author_account_age_days": 5078 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 61, @@ -3807,27 +3832,27 @@ "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1490 + "author_account_age_days": 1491 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 91, "last_update": "2025-01-23 17:30:20", - "author_account_age_days": 1490 + "author_account_age_days": 1491 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 94, "last_update": "2025-01-17 21:00:45", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, @@ -3837,12 +3862,12 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3170 + "author_account_age_days": 3171 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6010 + "author_account_age_days": 6011 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, @@ -3852,52 +3877,52 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1967 + "author_account_age_days": 1968 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, "last_update": "2025-01-22 03:46:03", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, "last_update": "2025-01-15 10:50:51", - "author_account_age_days": 5965 + "author_account_age_days": 5966 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 31, "last_update": "2025-01-15 18:27:44", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2024-12-29 01:08:36", - "author_account_age_days": 3751 + "author_account_age_days": 3752 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 45, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 242, + "stars": 241, "last_update": "2025-01-12 13:58:43", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 18, @@ -3907,7 +3932,7 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 144, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 120, @@ -3917,17 +3942,17 @@ "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 23, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 72, "last_update": "2025-01-05 19:27:21", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, @@ -3937,7 +3962,7 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, @@ -3947,67 +3972,67 @@ "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 66, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5580 + "author_account_age_days": 5581 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 14, "last_update": "2025-01-15 10:26:57", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 5, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/banodoco/steerable-motion": { "stars": 868, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2516 + "author_account_age_days": 2517 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 7, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/bash-j/mikey_nodes": { "stars": 126, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3182 + "author_account_age_days": 3183 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 51, "last_update": "2024-12-23 19:50:16", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 21, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 21, "last_update": "2025-01-24 14:45:54", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/bentoml/comfy-pack": { - "stars": 92, + "stars": 93, "last_update": "2025-01-24 01:40:08", - "author_account_age_days": 2127 + "author_account_age_days": 2128 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -4015,17 +4040,17 @@ "author_account_age_days": 3725 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { - "stars": 6, + "stars": 7, "last_update": "2025-01-25 15:50:01", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 2, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 53, + "stars": 54, "last_update": "2025-01-27 13:57:55", "author_account_age_days": 314 }, @@ -4035,29 +4060,29 @@ "author_account_age_days": 3091 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 70, + "stars": 71, "last_update": "2025-01-19 08:07:27", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 40, "last_update": "2024-12-12 22:16:46", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 22, "last_update": "2025-01-13 09:38:01", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 121, "last_update": "2024-12-25 04:47:01", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 25, "last_update": "2024-12-07 21:16:44", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, @@ -4067,17 +4092,17 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, @@ -4107,155 +4132,155 @@ "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, "last_update": "2025-01-22 09:09:14", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 2, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 1, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4776 + "author_account_age_days": 4777 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 11, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 1, "last_update": "2025-01-27 06:13:10", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 19, "last_update": "2025-01-04 00:25:23", - "author_account_age_days": 1811 + "author_account_age_days": 1812 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 287, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5372 + "author_account_age_days": 5373 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 35, "last_update": "2025-01-16 10:58:50", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, - "last_update": "2025-01-27 17:34:52", + "last_update": "2025-01-28 17:02:27", "author_account_age_days": 17 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { - "stars": 1, + "stars": 2, "last_update": "2025-01-27 13:24:44", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 4, "last_update": "2024-12-28 21:19:19", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 1, "last_update": "2025-01-25 03:59:33", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/calcuis/gguf": { "stars": 5, - "last_update": "2025-01-27 07:14:57", - "author_account_age_days": 864 + "last_update": "2025-01-28 11:19:56", + "author_account_age_days": 865 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3520 + "author_account_age_days": 3521 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3520 + "author_account_age_days": 3521 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-12-06 04:47:31", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 401, + "stars": 402, "last_update": "2024-09-12 06:55:50", "author_account_age_days": 1422 }, @@ -4267,272 +4292,277 @@ "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3513 + "author_account_age_days": 3514 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3616 + "author_account_age_days": 3617 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3616 + "author_account_age_days": 3617 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 2, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 32, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 2899 + "author_account_age_days": 2900 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 120, + "stars": 121, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1370 + "author_account_age_days": 1371 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1410 + "author_account_age_days": 1411 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 19, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 399, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 52, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 29, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 227, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 154, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 100, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 52, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 15, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 19, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 79, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 290, + "stars": 291, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 26, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 661 + "author_account_age_days": 662 + }, + "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { + "stars": 2, + "last_update": "2025-01-28 06:30:10", + "author_account_age_days": 662 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { "stars": 1829, "last_update": "2025-01-26 08:56:06", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { "stars": 131, "last_update": "2025-01-23 16:24:52", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 135, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 99, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 53, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/choey/Comfy-Topaz": { "stars": 150, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5740 + "author_account_age_days": 5741 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, @@ -4542,47 +4572,47 @@ "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 73, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 57, "last_update": "2025-01-09 06:23:28", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/chrisgoringe/cg-image-picker": { "stars": 301, "last_update": "2024-11-29 02:05:30", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 577, + "stars": 578, "last_update": "2024-12-30 03:55:54", - "author_account_age_days": 4282 + "author_account_age_days": 4283 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 182, @@ -4622,17 +4652,17 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 3, "last_update": "2024-12-28 15:32:34", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 1, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 2, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 37, @@ -4640,7 +4670,7 @@ "author_account_age_days": 5588 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1361, + "stars": 1364, "last_update": "2025-01-08 15:35:24", "author_account_age_days": 715 }, @@ -4655,7 +4685,7 @@ "author_account_age_days": 715 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 469, + "stars": 470, "last_update": "2024-12-17 06:44:05", "author_account_age_days": 715 }, @@ -4677,12 +4707,12 @@ "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 4, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 116, @@ -4692,77 +4722,77 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 3, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2024-12-17 04:00:58", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 3, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6066 + "author_account_age_days": 6067 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 64951, - "last_update": "2025-01-27 10:28:15", - "author_account_age_days": 766 + "stars": 65036, + "last_update": "2025-01-28 14:42:25", + "author_account_age_days": 767 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 553, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 171, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2118 + "author_account_age_days": 2119 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4826 + "author_account_age_days": 4827 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 83, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 129, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 72, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3273 + "author_account_age_days": 3274 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3273 + "author_account_age_days": 3274 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-12-28 00:30:43", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, @@ -4782,132 +4812,132 @@ "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 943, + "stars": 945, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 42, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 75, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 378, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4526, + "stars": 4528, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cubiq/ComfyUI_InstantID": { "stars": 1429, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 20, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 686, + "stars": 688, "last_update": "2024-12-07 09:40:28", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 777, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 2, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3469 + "author_account_age_days": 3470 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4451 + "author_account_age_days": 4452 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 12, "last_update": "2024-12-31 12:13:46", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 22, "last_update": "2025-01-21 05:07:55", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1807 + "author_account_age_days": 1808 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 12, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 225, "last_update": "2024-12-20 22:53:53", - "author_account_age_days": 4289 + "author_account_age_days": 4290 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 269, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 50, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 24, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-12-14 15:01:39", - "author_account_age_days": 5541 + "author_account_age_days": 5542 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, @@ -4917,7 +4947,7 @@ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, @@ -4927,37 +4957,37 @@ "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, "last_update": "2025-01-24 09:42:47", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 102, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 79, "last_update": "2024-11-28 20:28:24", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 15, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, @@ -4972,17 +5002,17 @@ "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3714 + "author_account_age_days": 3715 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 160, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5513 + "author_account_age_days": 5514 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 87, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5513 + "author_account_age_days": 5514 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, @@ -4992,32 +5022,32 @@ "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6191 + "author_account_age_days": 6192 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6191 + "author_account_age_days": 6192 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 475, + "stars": 478, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4421 + "author_account_age_days": 4422 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 18, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4421 + "author_account_age_days": 4422 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 161, "last_update": "2024-12-25 00:41:33", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 243, @@ -5027,12 +5057,12 @@ "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4103 + "author_account_age_days": 4104 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 72, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, @@ -5042,27 +5072,27 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 8, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 120, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 304, "last_update": "2025-01-05 19:29:53", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/dmMaze/sketch2manga": { "stars": 40, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2067 + "author_account_age_days": 2068 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, @@ -5077,12 +5107,12 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3987 + "author_account_age_days": 3988 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, @@ -5092,22 +5122,22 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 2, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, @@ -5117,17 +5147,17 @@ "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 15, "last_update": "2025-01-18 01:01:11", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 73, @@ -5142,12 +5172,12 @@ "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 174, @@ -5157,7 +5187,7 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 360, "last_update": "2024-12-19 09:17:18", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/evanspearman/ComfyMath": { "stars": 101, @@ -5172,22 +5202,22 @@ "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, @@ -5197,222 +5227,222 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 83, "last_update": "2025-01-09 18:16:21", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 66, + "stars": 67, "last_update": "2025-01-09 18:14:29", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2024-12-27 14:24:36", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 160, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 14, "last_update": "2024-12-29 12:20:04", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2025-01-23 16:12:47", - "author_account_age_days": 1306 + "author_account_age_days": 1307 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 18, "last_update": "2024-12-23 14:07:26", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 1, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3581 + "author_account_age_days": 3582 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3581 + "author_account_age_days": 3582 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/feixuetuba/Spleeter": { "stars": 1, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4180 + "author_account_age_days": 4181 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5261 + "author_account_age_days": 5262 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5261 + "author_account_age_days": 5262 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5261 + "author_account_age_days": 5262 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 44, "last_update": "2024-12-31 13:07:59", - "author_account_age_days": 3693 + "author_account_age_days": 3694 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 152, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 334, + "stars": 335, "last_update": "2025-01-27 07:17:58", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 13, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 144, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 4, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 971, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 252, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 149, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 218, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 468, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5077 + "author_account_age_days": 5078 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3712 + "author_account_age_days": 3713 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5325 + "author_account_age_days": 5326 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 63, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5325 + "author_account_age_days": 5326 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5325 + "author_account_age_days": 5326 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 55, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 541, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 10, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2423 + "author_account_age_days": 2424 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 11, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4804 + "author_account_age_days": 4805 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 129, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4804 + "author_account_age_days": 4805 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 4, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 4804 + "author_account_age_days": 4805 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 61, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4804 + "author_account_age_days": 4805 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, @@ -5422,67 +5452,67 @@ "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 26, "last_update": "2024-11-27 16:23:47", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-12-29 09:24:04", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/giriss/comfy-image-saver": { "stars": 219, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5216 + "author_account_age_days": 5217 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 158, "last_update": "2025-01-21 17:23:08", - "author_account_age_days": 2715 + "author_account_age_days": 2716 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 50, @@ -5492,17 +5522,22 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 13, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3963 + "author_account_age_days": 3964 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3963 + "author_account_age_days": 3964 + }, + "https://github.com/gmorks/ComfyUI-SendToDiscord": { + "stars": 0, + "last_update": "2025-01-28 09:26:51", + "author_account_age_days": 2513 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 7, @@ -5512,72 +5547,72 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3330 + "author_account_age_days": 3331 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 59, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 78, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 45, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 455, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3006 + "author_account_age_days": 3007 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 20, - "last_update": "2024-11-21 17:50:46", + "last_update": "2025-01-28 14:32:13", "author_account_age_days": 451 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 3, "last_update": "2025-01-10 11:12:14", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-01-10 11:08:58", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-01-10 11:13:34", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 2, "last_update": "2025-01-10 11:04:48", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 2, "last_update": "2025-01-10 11:10:59", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 152, "last_update": "2025-01-27 16:15:03", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 78, @@ -5592,22 +5627,22 @@ "https://github.com/guill/abracadabra-comfyui": { "stars": 2, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 119 + "author_account_age_days": 120 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2068 + "author_account_age_days": 2069 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -5617,42 +5652,42 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 11, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 9, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 14, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 13, "last_update": "2025-01-24 06:14:25", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 87, "last_update": "2025-01-27 09:30:46", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, @@ -5667,97 +5702,97 @@ "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 1258, "last_update": "2025-01-24 11:59:27", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 9, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 49, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2019 + "author_account_age_days": 2020 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 176, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5329 + "author_account_age_days": 5330 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-01-19 15:39:11", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 2, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1809 + "author_account_age_days": 1810 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4860 + "author_account_age_days": 4861 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4849 + "author_account_age_days": 4850 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4849 + "author_account_age_days": 4850 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 260, + "stars": 261, "last_update": "2025-01-17 06:30:57", - "author_account_age_days": 1455 + "author_account_age_days": 1456 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 573, "last_update": "2024-12-31 17:59:41", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1568, + "stars": 1569, "last_update": "2025-01-05 19:53:01", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 67, + "stars": 68, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 62, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 124, "last_update": "2024-12-26 17:46:42", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 427, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 27, @@ -5767,32 +5802,32 @@ "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 52 + "author_account_age_days": 53 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 18, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, @@ -5802,17 +5837,17 @@ "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2423 + "author_account_age_days": 2424 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 162, @@ -5827,147 +5862,147 @@ "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, "last_update": "2024-12-29 11:09:57", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 42, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 590, + "stars": 591, "last_update": "2025-01-03 10:36:18", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 140, "last_update": "2024-12-18 22:34:21", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 356, "last_update": "2025-01-26 08:49:30", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 9, "last_update": "2025-01-20 08:21:04", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1106 + "author_account_age_days": 1107 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 1, "last_update": "2025-01-26 22:04:51", - "author_account_age_days": 3997 + "author_account_age_days": 3998 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 6, "last_update": "2024-12-31 01:53:17", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 53, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4643 + "author_account_age_days": 4644 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-12-02 03:49:49", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 64, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 74, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1092, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 52, "last_update": "2025-01-12 08:47:21", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 72, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4695 + "author_account_age_days": 4696 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, "last_update": "2025-01-19 12:20:01", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 3, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4688 + "author_account_age_days": 4689 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 40, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4149 + "author_account_age_days": 4150 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 136, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 49, "last_update": "2025-01-14 19:47:48", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 2, "last_update": "2025-01-24 16:05:37", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 12, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, @@ -5977,7 +6012,12 @@ "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1503 + "author_account_age_days": 1504 + }, + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { + "stars": 0, + "last_update": "2025-01-28 08:04:24", + "author_account_age_days": 2975 }, "https://github.com/jitcoder/lora-info": { "stars": 75, @@ -5987,22 +6027,22 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3866 + "author_account_age_days": 3867 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2025-01-20 20:47:49", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, @@ -6012,12 +6052,12 @@ "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 431, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 130, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 5015 + "author_account_age_days": 5016 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 22, @@ -6027,37 +6067,37 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4147 + "author_account_age_days": 4148 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 22, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4970 + "author_account_age_days": 4971 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 68, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4970 + "author_account_age_days": 4971 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 30, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4970 + "author_account_age_days": 4971 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 210, "last_update": "2025-01-09 09:23:46", - "author_account_age_days": 1329 + "author_account_age_days": 1330 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -6065,24 +6105,24 @@ "author_account_age_days": 129 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 110, + "stars": 111, "last_update": "2025-01-25 18:45:47", - "author_account_age_days": 3006 + "author_account_age_days": 3007 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3692 + "author_account_age_days": 3693 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2424 + "author_account_age_days": 2425 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 22, @@ -6095,34 +6135,34 @@ "author_account_age_days": 2547 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 411, + "stars": 412, "last_update": "2024-11-24 20:25:04", "author_account_age_days": 4899 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 16, "last_update": "2025-01-21 10:05:26", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 2, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, @@ -6137,212 +6177,212 @@ "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2024-12-24 16:48:11", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 165, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5106 + "author_account_age_days": 5107 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 3, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 172, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 136, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 201, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1324, - "last_update": "2025-01-23 09:18:57", - "author_account_age_days": 2400 + "stars": 1326, + "last_update": "2025-01-28 14:39:40", + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 170, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 131, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 236, + "stars": 237, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 64, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 646, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 907, + "stars": 908, "last_update": "2025-01-12 17:55:46", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 644, + "stars": 646, "last_update": "2025-01-19 15:57:36", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 199, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 105, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1658, + "stars": 1664, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-IC-Light": { "stars": 880, "last_update": "2025-01-23 16:59:43", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 805, + "stars": 806, "last_update": "2025-01-27 10:14:46", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 574, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 83, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 57, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1789, + "stars": 1790, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 101, + "stars": 102, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 186, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 495, + "stars": 496, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 396, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 35, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 42, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 347, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 1721, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 161, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 70, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 99, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 739, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, @@ -6372,7 +6412,7 @@ "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, @@ -6382,27 +6422,27 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 179, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3266 + "author_account_age_days": 3267 }, "https://github.com/kraglik/prompt_collapse": { "stars": 6, @@ -6412,67 +6452,67 @@ "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 23, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 2, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 28 + "author_account_age_days": 29 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 22, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 53, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 33, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, @@ -6497,152 +6537,152 @@ "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 14, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 4, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 4, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3996 + "author_account_age_days": 3997 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 11, "last_update": "2025-01-08 04:10:35", - "author_account_age_days": 3714 + "author_account_age_days": 3715 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 35, "last_update": "2024-12-11 05:09:29", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 59, + "stars": 60, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, "last_update": "2024-12-31 14:25:36", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 9, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 4, "last_update": "2024-12-24 05:33:45", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 3, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4009 + "author_account_age_days": 4010 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 9, "last_update": "2025-01-06 01:47:59", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 10, "last_update": "2025-01-23 15:56:23", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 1, "last_update": "2025-01-23 15:44:21", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 2, "last_update": "2025-01-12 15:25:56", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 3, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4264 + "author_account_age_days": 4265 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 68, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 69, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 10, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 119, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/ljleb/comfy-mecha": { "stars": 59, @@ -6662,37 +6702,37 @@ "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 126, "last_update": "2025-01-07 02:36:44", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 39, + "stars": 40, "last_update": "2025-01-22 09:32:34", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 119, + "stars": 123, "last_update": "2025-01-27 13:05:06", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 8, "last_update": "2024-11-29 11:37:27", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 46, "last_update": "2024-12-01 11:57:50", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 59, "last_update": "2024-12-21 02:44:42", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, "last_update": "2024-12-09 22:37:22", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 31, @@ -6702,172 +6742,177 @@ "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 30, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 10, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 107, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1041, + "stars": 1044, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 175, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 424, + "stars": 425, "last_update": "2024-12-21 06:04:48", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 276, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 43, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 34, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 11, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-11-28 20:55:56", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 74, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 8, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 482, "last_update": "2024-11-30 07:01:55", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 32, "last_update": "2024-11-23 07:25:20", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 32, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 159, + "stars": 160, "last_update": "2024-12-25 07:12:24", - "author_account_age_days": 3880 + "author_account_age_days": 3881 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3880 + "author_account_age_days": 3881 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2088, - "last_update": "2025-01-27 21:36:32", - "author_account_age_days": 679 + "stars": 2089, + "last_update": "2025-01-28 03:21:43", + "author_account_age_days": 680 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 110, "last_update": "2025-01-26 09:54:24", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 489, - "last_update": "2025-01-27 02:51:07", - "author_account_age_days": 679 + "stars": 490, + "last_update": "2025-01-28 02:53:18", + "author_account_age_days": 680 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8148, - "last_update": "2025-01-27 21:57:27", - "author_account_age_days": 679 + "stars": 8171, + "last_update": "2025-01-27 23:06:33", + "author_account_age_days": 680 + }, + "https://github.com/ltdrdata/comfyui-connection-helper": { + "stars": 0, + "last_update": "2025-01-28 17:20:47", + "author_account_age_days": 680 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 37, @@ -6877,17 +6922,17 @@ "https://github.com/lucafoscili/comfyui-lf": { "stars": 49, "last_update": "2024-12-10 18:46:04", - "author_account_age_days": 2252 + "author_account_age_days": 2253 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 63, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 191, - "last_update": "2025-01-27 22:10:44", - "author_account_age_days": 1328 + "stars": 190, + "last_update": "2025-01-27 22:39:31", + "author_account_age_days": 1329 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -6897,62 +6942,62 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2024-12-07 17:27:17", - "author_account_age_days": 2575 + "author_account_age_days": 2576 }, "https://github.com/magic-quill/ComfyUI_MagicQuill": { - "stars": 92, + "stars": 94, "last_update": "2024-12-16 04:15:45", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3723 + "author_account_age_days": 3724 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 172, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5971 + "author_account_age_days": 5972 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5401 + "author_account_age_days": 5402 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 75, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 79, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4992 + "author_account_age_days": 4993 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 12, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, @@ -6960,19 +7005,19 @@ "author_account_age_days": 3049 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 10, + "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 61, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2957 + "author_account_age_days": 2958 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 7, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 244, @@ -6982,52 +7027,52 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1167, + "stars": 1168, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/meanin2/comfyui-watermarking": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 57, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 73, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/melMass/comfy_mtb": { "stars": 495, "last_update": "2025-01-09 14:04:19", - "author_account_age_days": 3962 + "author_account_age_days": 3963 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 4, @@ -7057,27 +7102,27 @@ "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-11-29 13:12:52", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 327, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2225 + "author_account_age_days": 2226 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, @@ -7087,7 +7132,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 53, @@ -7102,142 +7147,142 @@ "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 249, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-01-09 22:36:41", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 67, + "stars": 68, "last_update": "2025-01-16 15:33:06", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/modelscope/scepter": { - "stars": 456, + "stars": 457, "last_update": "2024-12-07 16:31:54", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4821 + "author_account_age_days": 4822 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, "last_update": "2024-12-07 11:19:40", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 2, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2024-12-28 05:34:06", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 5, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-01-13 21:11:12", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4155 + "author_account_age_days": 4156 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 25, "last_update": "2025-01-04 02:48:08", - "author_account_age_days": 3178 + "author_account_age_days": 3179 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 8, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3163 + "author_account_age_days": 3164 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1597 + "author_account_age_days": 1598 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1597 + "author_account_age_days": 1598 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, "last_update": "2025-01-16 08:03:08", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 192, @@ -7252,7 +7297,7 @@ "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 29, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, @@ -7267,67 +7312,67 @@ "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, "last_update": "2025-01-24 12:07:31", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 6, "last_update": "2024-12-12 06:33:15", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 109, "last_update": "2025-01-26 08:05:39", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 10, "last_update": "2024-11-24 09:40:44", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 5, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4246 + "author_account_age_days": 4247 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 173, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 83, + "stars": 84, "last_update": "2025-01-26 06:55:01", - "author_account_age_days": 4937 + "author_account_age_days": 4938 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 5, + "stars": 6, "last_update": "2025-01-25 13:22:48", - "author_account_age_days": 4937 + "author_account_age_days": 4938 }, "https://github.com/niknah/quick-connections": { "stars": 172, "last_update": "2024-12-15 03:01:31", - "author_account_age_days": 4937 + "author_account_age_days": 4938 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 54, + "stars": 55, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, @@ -7337,47 +7382,47 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3720 + "author_account_age_days": 3721 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 3, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 25, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 51, "last_update": "2024-12-30 12:15:57", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 7, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 11, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2960 + "author_account_age_days": 2961 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, @@ -7387,12 +7432,12 @@ "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2339 + "author_account_age_days": 2340 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 209, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, @@ -7402,7 +7447,7 @@ "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, @@ -7412,12 +7457,12 @@ "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 23, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 726, @@ -7427,27 +7472,27 @@ "https://github.com/numz/ComfyUI-FlowChain": { "stars": 103, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 22, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2904 + "author_account_age_days": 2905 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 141, @@ -7457,22 +7502,22 @@ "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 18, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 28, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3000 + "author_account_age_days": 3001 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 0, @@ -7482,7 +7527,7 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 25, @@ -7492,57 +7537,57 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5270 + "author_account_age_days": 5271 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5270 + "author_account_age_days": 5271 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 148, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 15, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 235, "last_update": "2024-11-30 06:34:59", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/pandaer119/ComfyUI_pandai": { - "stars": 9, + "stars": 11, "last_update": "2025-01-07 13:01:42", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 192, "last_update": "2025-01-27 17:12:53", - "author_account_age_days": 5297 + "author_account_age_days": 5298 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2904 + "author_account_age_days": 2905 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 41, + "stars": 42, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1132 + "author_account_age_days": 1133 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 2, @@ -7550,104 +7595,104 @@ "author_account_age_days": 5226 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { - "stars": 1, + "stars": 2, "last_update": "2025-01-12 16:43:09", "author_account_age_days": 3216 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 160, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 41, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, "last_update": "2025-01-06 11:49:33", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 8, "last_update": "2025-01-12 02:31:01", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 17, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, - "last_update": "2025-01-17 22:52:52", - "author_account_age_days": 1717 + "last_update": "2025-01-28 01:08:05", + "author_account_age_days": 1718 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1279 + "author_account_age_days": 1280 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 30, - "last_update": "2025-01-25 23:49:22", - "author_account_age_days": 3724 + "stars": 32, + "last_update": "2025-01-28 12:56:26", + "author_account_age_days": 3725 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 99, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 29, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 21, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5785 + "author_account_age_days": 5786 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 12, @@ -7657,42 +7702,42 @@ "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5155 + "author_account_age_days": 5156 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 3, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5155 + "author_account_age_days": 5156 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1458, + "stars": 1460, "last_update": "2025-01-14 17:03:18", - "author_account_age_days": 2914 + "author_account_age_days": 2915 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2057, + "stars": 2058, "last_update": "2025-01-14 22:51:00", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 748, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 146, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 71, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -7702,37 +7747,37 @@ "https://github.com/r3dsd/comfyui-template-loader": { "stars": 1, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1539 + "author_account_age_days": 1540 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 54, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3434 + "author_account_age_days": 3435 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 978 + "author_account_age_days": 979 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, "last_update": "2024-12-28 19:31:31", - "author_account_age_days": 36 + "author_account_age_days": 37 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-12-26 10:23:16", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 82, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4711 + "author_account_age_days": 4712 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 51, @@ -7747,17 +7792,17 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 27, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5838 + "author_account_age_days": 5839 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 314, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2810 + "author_account_age_days": 2811 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 43, @@ -7767,47 +7812,47 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 8, + "stars": 9, "last_update": "2025-01-06 18:38:11", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 8, "last_update": "2024-12-01 20:36:54", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/replicate/comfyui-replicate": { "stars": 169, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-01-24 19:21:57", - "author_account_age_days": 4702 + "author_account_age_days": 4703 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1446, + "stars": 1450, "last_update": "2024-12-31 04:01:59", "author_account_age_days": 5192 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5854 + "author_account_age_days": 5855 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 3, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5854 + "author_account_age_days": 5855 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 1, "last_update": "2025-01-01 15:58:13", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -7817,37 +7862,37 @@ "https://github.com/ricklove/comfyui-ricklove": { "stars": 2, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5050 + "author_account_age_days": 5051 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, "last_update": "2025-01-03 15:27:06", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 30, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3764 + "author_account_age_days": 3765 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 126, "last_update": "2024-12-03 19:25:59", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3371 + "author_account_age_days": 3372 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, @@ -7857,17 +7902,17 @@ "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 103, + "stars": 104, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4372 + "author_account_age_days": 4373 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 3, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 10, @@ -7882,32 +7927,32 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, "last_update": "2025-01-02 02:39:10", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 16, "last_update": "2025-01-12 14:21:56", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2024-12-05 08:27:40", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, @@ -7931,7 +7976,7 @@ }, "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": { "stars": 17, - "last_update": "2025-01-11 03:09:45", + "last_update": "2025-01-28 14:43:14", "author_account_age_days": 3907 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { @@ -7947,32 +7992,32 @@ "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 4, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1139 + "author_account_age_days": 1140 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5522 + "author_account_age_days": 5523 }, "https://github.com/seanlynch/srl-nodes": { "stars": 7, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5522 + "author_account_age_days": 5523 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 35, "last_update": "2025-01-15 08:00:45", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, @@ -7982,107 +8027,107 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 117, "last_update": "2025-01-15 05:16:31", - "author_account_age_days": 2719 + "author_account_age_days": 2720 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 124, "last_update": "2025-01-18 09:49:32", - "author_account_age_days": 2719 + "author_account_age_days": 2720 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 29, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 435, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1421, + "stars": 1422, "last_update": "2025-01-25 02:35:15", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 108, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 29, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 1, "last_update": "2024-12-27 17:55:11", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 1, "last_update": "2025-01-15 17:05:57", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 133, "last_update": "2025-01-25 15:32:03", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5310 + "author_account_age_days": 5311 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 260, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 361, "last_update": "2024-12-02 22:41:52", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 9, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 241, "last_update": "2024-12-29 10:24:12", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2440 + "author_account_age_days": 2441 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 31, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2440 + "author_account_age_days": 2441 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, @@ -8142,47 +8187,42 @@ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/siliconflow/BizyAir": { "stars": 500, - "last_update": "2025-01-26 02:41:44", - "author_account_age_days": 523 + "last_update": "2025-01-28 05:57:07", + "author_account_age_days": 524 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { - "stars": 13, + "stars": 14, "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1718 - }, - "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { - "stars": 13, - "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 201, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1324 + "author_account_age_days": 1325 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 161, "last_update": "2025-01-04 12:41:20", - "author_account_age_days": 2344 + "author_account_age_days": 2345 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, @@ -8192,7 +8232,7 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2932 + "author_account_age_days": 2933 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 21, @@ -8200,169 +8240,169 @@ "author_account_age_days": 2939 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { - "stars": 8, + "stars": 9, "last_update": "2025-01-27 13:33:49", "author_account_age_days": 2939 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 53, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 15, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 37, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 7, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 30, "last_update": "2024-12-17 00:47:19", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 515, "last_update": "2025-01-16 00:38:15", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 12, + "stars": 13, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 54, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 68, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 53, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 25, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 211, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 52, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 31, + "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 6, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 31, "last_update": "2024-12-06 01:07:38", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2024-12-09 05:34:53", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 36, "last_update": "2024-12-25 06:26:03", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 61, "last_update": "2025-01-22 01:15:19", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 140, + "stars": 141, "last_update": "2024-12-05 12:00:37", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 19, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 82, "last_update": "2025-01-10 05:26:59", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 276, "last_update": "2025-01-19 04:15:14", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 134, "last_update": "2024-12-27 03:35:57", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, @@ -8377,22 +8417,22 @@ "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, "last_update": "2024-12-24 09:27:31", - "author_account_age_days": 2289 + "author_account_age_days": 2290 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3477 + "author_account_age_days": 3478 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 2, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 26, "last_update": "2024-12-01 15:14:40", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 50, @@ -8412,47 +8452,47 @@ "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 165, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 77, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 48, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 184, "last_update": "2024-12-16 22:42:50", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 1, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 87, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 12, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4958 + "author_account_age_days": 4959 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 176, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4958 + "author_account_age_days": 4959 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, @@ -8460,79 +8500,79 @@ "author_account_age_days": 5449 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 963, + "stars": 965, "last_update": "2025-01-06 19:06:53", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 88, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 87, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 71, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 3, "last_update": "2025-01-25 10:35:27", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 443, + "stars": 445, "last_update": "2025-01-10 09:00:17", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 26, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 21, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 8, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 24, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2769 + "author_account_age_days": 2770 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 820, + "stars": 821, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2769 + "author_account_age_days": 2770 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4689 + "author_account_age_days": 4690 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2063 + "author_account_age_days": 2064 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 39, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2063 + "author_account_age_days": 2064 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, @@ -8542,107 +8582,107 @@ "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 35, "last_update": "2025-01-09 02:36:09", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 666 + "author_account_age_days": 667 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 2, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 121, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2115 + "author_account_age_days": 2116 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1224 + "author_account_age_days": 1225 }, "https://github.com/taabata/ComfyCanvas": { "stars": 78, "last_update": "2024-12-15 00:59:25", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 257, + "stars": 258, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 6, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 46, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 9, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 24, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/talesofai/comfyui-browser": { "stars": 528, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 17, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4189 + "author_account_age_days": 4190 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5315 + "author_account_age_days": 5316 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5315 + "author_account_age_days": 5316 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 2, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1573 + "author_account_age_days": 1574 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 164, @@ -8672,57 +8712,57 @@ "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-12-25 14:09:38", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 1, "last_update": "2025-01-24 18:07:15", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2024-12-25 13:10:30", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 100, + "stars": 101, "last_update": "2024-10-22 06:41:22", "author_account_age_days": 481 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 111, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3167 + "author_account_age_days": 3168 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 24, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3542 + "author_account_age_days": 3543 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 1, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, - "last_update": "2025-01-27 04:54:41", - "author_account_age_days": 2188 + "last_update": "2025-01-28 03:34:25", + "author_account_age_days": 2189 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2025-01-10 22:43:50", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4592 + "author_account_age_days": 4593 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, @@ -8730,99 +8770,99 @@ "author_account_age_days": 4077 }, "https://github.com/tocubed/ComfyUI-EvTexture": { - "stars": 6, + "stars": 7, "last_update": "2025-01-05 23:21:23", "author_account_age_days": 4077 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3120 + "author_account_age_days": 3121 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 69, "last_update": "2024-12-25 02:02:16", - "author_account_age_days": 3867 + "author_account_age_days": 3868 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 541, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3867 + "author_account_age_days": 3868 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 4037 + "author_account_age_days": 4038 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 44, "last_update": "2024-12-11 09:08:22", - "author_account_age_days": 3358 + "author_account_age_days": 3359 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5606 + "author_account_age_days": 5607 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 27, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3177 + "author_account_age_days": 3178 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 16, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4974 + "author_account_age_days": 4975 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4974 + "author_account_age_days": 4975 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 3, "last_update": "2024-11-26 07:47:26", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2966 + "author_account_age_days": 2967 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 801, + "stars": 802, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -8832,37 +8872,37 @@ "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 116, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 146, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4986 + "author_account_age_days": 4987 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1489 + "author_account_age_days": 1490 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 1, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 3971 + "author_account_age_days": 3972 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 16, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1533 + "author_account_age_days": 1534 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1533 + "author_account_age_days": 1534 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, @@ -8877,17 +8917,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3175 + "author_account_age_days": 3176 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, - "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1074 + "last_update": "2025-01-28 09:58:56", + "author_account_age_days": 1075 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-01-15 22:18:41", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -8897,7 +8937,7 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3317 + "author_account_age_days": 3318 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, @@ -8907,107 +8947,107 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3644 + "author_account_age_days": 3645 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 3, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 17, "last_update": "2025-01-21 05:16:52", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2250 + "author_account_age_days": 2251 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 158, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 2056 + "author_account_age_days": 2057 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2056 + "author_account_age_days": 2057 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5201 + "author_account_age_days": 5202 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 107, "last_update": "2024-12-22 06:45:45", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1578 + "author_account_age_days": 1579 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1578 + "author_account_age_days": 1579 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 106, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2437 + "author_account_age_days": 2438 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3601 + "author_account_age_days": 3602 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 5, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1185 + "author_account_age_days": 1186 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/weilin9999/WeiLin-ComfyUI-prompt-all-in-one": { "stars": 151, "last_update": "2025-01-09 14:59:21", - "author_account_age_days": 2125 + "author_account_age_days": 2126 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 22, "last_update": "2025-01-23 13:12:22", - "author_account_age_days": 2125 + "author_account_age_days": 2126 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 346, + "stars": 347, "last_update": "2025-01-17 12:37:09", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 10, @@ -9027,112 +9067,112 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5704 + "author_account_age_days": 5705 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 37, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 9, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 9, + "stars": 10, "last_update": "2025-01-27 11:34:03", - "author_account_age_days": 3575 + "author_account_age_days": 3576 }, "https://github.com/windfancy/zsq_prompt": { "stars": 1, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1754 + "author_account_age_days": 1755 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, "last_update": "2025-01-20 03:19:15", - "author_account_age_days": 2089 + "author_account_age_days": 2090 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2024-12-23 02:43:14", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 85, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5938 + "author_account_age_days": 5939 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5938 + "author_account_age_days": 5939 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1785 + "author_account_age_days": 1786 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 1, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3151 + "author_account_age_days": 3152 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 6, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2480 + "author_account_age_days": 2481 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4402 + "author_account_age_days": 4403 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5267 + "author_account_age_days": 5268 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 344, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 2, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3092 + "author_account_age_days": 3093 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 7, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4716 + "author_account_age_days": 4717 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 19, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4716 + "author_account_age_days": 4717 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 11, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4716 + "author_account_age_days": 4717 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, @@ -9147,87 +9187,92 @@ "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2024-12-02 09:30:53", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 20, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 2, + "stars": 3, "last_update": "2024-12-25 07:31:32", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 15, "last_update": "2024-11-30 08:19:45", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3642 + "author_account_age_days": 3643 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 36, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 788 + "author_account_age_days": 789 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 3, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 788 + "author_account_age_days": 789 + }, + "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { + "stars": 1, + "last_update": "2025-01-28 17:00:52", + "author_account_age_days": 343 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 8, "last_update": "2025-01-21 07:30:20", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 61, "last_update": "2024-12-22 01:26:50", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 237, "last_update": "2024-12-12 08:22:38", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 55, "last_update": "2025-01-24 10:07:48", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 35, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1253, "last_update": "2025-01-26 17:51:05", - "author_account_age_days": 1558 + "author_account_age_days": 1559 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, @@ -9277,186 +9322,186 @@ "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 5, "last_update": "2024-12-26 14:25:21", - "author_account_age_days": 3607 + "author_account_age_days": 3608 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 7, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 6, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 92, + "stars": 93, "last_update": "2024-12-02 18:15:56", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 21, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 16, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 10, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 77, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 1, + "stars": 3, "last_update": "2025-01-26 08:28:35", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 85, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 11, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 13, + "stars": 16, "last_update": "2025-01-27 11:32:25", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 340, + "stars": 341, "last_update": "2025-01-27 16:28:04", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 23, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 22, "last_update": "2025-01-01 13:48:04", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 47, "last_update": "2025-01-17 11:40:12", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 7, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3676 + "author_account_age_days": 3677 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 65, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4452 + "author_account_age_days": 4453 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1255, "last_update": "2024-12-13 08:42:11", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 14, - "last_update": "2025-01-23 10:50:37", - "author_account_age_days": 3593 + "stars": 19, + "last_update": "2025-01-28 08:03:36", + "author_account_age_days": 3594 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 40, "last_update": "2025-01-22 13:33:05", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 718, + "stars": 719, "last_update": "2025-01-16 04:50:15", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5179 + "author_account_age_days": 5180 } } \ 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 35b8dcb4..38006019 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,36 @@ + { + "author": "HuangYuChuh", + "title": "ComfyUI-DeepSeek_Toolkit [WIP]", + "reference": "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit", + "files": [ + "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit" + ], + "install_type": "git-clone", + "description": "ComfyUI-DeepSeek_Toolkit is a deep learning toolkit for ComfyUI that integrates the DeepSeek Janus model, offering functionalities for image generation and image understanding.\nNOTE: The files in the repo are not organized." + }, + { + "author": "comfyuiblog", + "title": "deepseek_prompt_generator_comfyui [WIP]", + "reference": "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui", + "files": [ + "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui" + ], + "install_type": "git-clone", + "description": "Prompt Expansion for Stable Diffusion, using Deepseek API.\nNOTE: The files in the repo are not organized." + }, + { + "author": "risunobushi", + "title": "ComfyUI_HEXtoRGB", + "reference": "https://github.com/risunobushi/ComfyUI_HEXtoRGB", + "files": [ + "https://github.com/risunobushi/ComfyUI_HEXtoRGB" + ], + "install_type": "git-clone", + "description": "NODES: Hex to RGB Converter" + }, { "author": "EmanueleUniroma2", "title": "ComfyUI-FLAC-to-WAV [WIP]", @@ -99,7 +129,7 @@ "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer" ], "install_type": "git-clone", - "description": "A powerful custom node for ComfyUI that enhances your prompts using various Language Learning Models (LLMs). This node supports multiple LLM providers and offers various enhancement styles to help you create better, more detailed prompts for image generation." + "description": "A powerful custom node for ComfyUI that enhances your prompts using various Language Learning Models (LLMs). This node supports multiple LLM providers and offers various enhancement styles to help you create better, more detailed prompts for image generation.\nNOTE: The files in the repo are not organized." }, { "author": "a-One-Fan", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index ee43f6b1..a6a6f67e 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -919,6 +919,16 @@ "title_aux": "comfyui_HavocsCall_Custom_Nodes" } ], + "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit": [ + [ + "DeepSeekImageGeneration", + "DeepSeekImageUnderstanding", + "DeepSeekModelLoader" + ], + { + "title_aux": "ComfyUI-DeepSeek_Toolkit [WIP]" + } + ], "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": [ [ "Face Crop" @@ -2529,6 +2539,14 @@ "title_aux": "ComfyUI-Comflow" } ], + "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": [ + [ + "DeepSeek_Prompt_Generator" + ], + { + "title_aux": "deepseek_prompt_generator_comfyui [WIP]" + } + ], "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": [ [ "BetterImageDimensions", @@ -3256,6 +3274,7 @@ "ForceMinimumBatchSize", "ImageCompositeChained", "MatchImageCountToMaskCount", + "ParallaxTest", "RandomCharacterPrompts", "TargetLocationCrop", "TargetLocationPaste", @@ -4047,10 +4066,12 @@ "IPromptGenerator", "IRandomChoiceToStrings", "ISaveImage", + "ISaveText", "IStringsCounter", "IStringsToFile", "IStringsToString", - "ITimesToStrings" + "ITimesToStrings", + "IZipImages" ], { "title_aux": "comfyui-inodes" @@ -4370,6 +4391,14 @@ "title_aux": "ComfyUI_FocusMask" } ], + "https://github.com/risunobushi/ComfyUI_HEXtoRGB": [ + [ + "HexToRGB" + ], + { + "title_aux": "ComfyUI_HEXtoRGB" + } + ], "https://github.com/rouxianmantou/comfyui-rxmt-nodes": [ [ "CheckValueTypeNode" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index d3484ba8..ad237499 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,27 +2,27 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 2, "last_update": "2025-01-25 08:47:24", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/807502278/ComfyUI_TensorRT_Merge": { "stars": 2, "last_update": "2025-01-24 10:48:42", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 2, @@ -32,52 +32,52 @@ "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-12-05 09:17:54", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 115, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 12, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1677 + "author_account_age_days": 1678 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, @@ -87,47 +87,47 @@ "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-27 01:27:49", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 1, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 6, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4171 + "author_account_age_days": 4172 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 4, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4171 + "author_account_age_days": 4172 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 2, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2209 + "author_account_age_days": 2210 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 54, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 1, @@ -137,17 +137,17 @@ "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 32, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 1, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 164 + "author_account_age_days": 165 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, @@ -157,7 +157,7 @@ "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, @@ -167,32 +167,32 @@ "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 1, "last_update": "2025-01-21 22:11:12", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 2, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 15, "last_update": "2025-01-03 22:33:34", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 21, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 114 + "author_account_age_days": 115 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 1, @@ -202,7 +202,7 @@ "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2248 + "author_account_age_days": 2249 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, @@ -212,32 +212,32 @@ "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 2, "last_update": "2025-01-26 21:41:17", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2805 + "author_account_age_days": 2806 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 1, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 2863 + "author_account_age_days": 2864 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, @@ -247,37 +247,37 @@ "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 1, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/FinetunersAI/finetuners": { "stars": 2, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, @@ -292,17 +292,22 @@ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2131 + "author_account_age_days": 2132 + }, + "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit": { + "stars": 2, + "last_update": "2025-01-28 09:12:14", + "author_account_age_days": 282 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 2, "last_update": "2025-01-24 09:54:28", - "author_account_age_days": 4802 + "author_account_age_days": 4803 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, @@ -312,7 +317,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, @@ -322,12 +327,12 @@ "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, @@ -342,82 +347,82 @@ "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 1, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2435 + "author_account_age_days": 2436 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 68, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4730 + "author_account_age_days": 4731 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 1, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 3, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 1, "last_update": "2024-12-13 11:18:22", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 34, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 1, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 4, "last_update": "2025-01-05 19:26:43", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2937 + "author_account_age_days": 2938 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 30, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1711 + "author_account_age_days": 1712 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, @@ -432,37 +437,37 @@ "https://github.com/PATATAJEC/Patatajec-Nodes": { "stars": 2, "last_update": "2025-01-27 21:18:45", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-01-17 16:08:53", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5492 + "author_account_age_days": 5493 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 2 + "author_account_age_days": 3 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 1, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 3860 + "author_account_age_days": 3861 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 1, @@ -472,32 +477,32 @@ "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2025-01-06 08:42:32", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 1, "last_update": "2025-01-17 08:27:28", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 37, @@ -507,72 +512,72 @@ "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 59, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 6, "last_update": "2024-12-10 01:28:56", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3173 + "author_account_age_days": 3174 }, "https://github.com/SpatialDeploy/ComfyUI-Voxels": { "stars": 4, "last_update": "2025-01-15 15:16:48", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 41, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 492, + "stars": 491, "last_update": "2025-01-20 09:54:31", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 93, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 189, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-01-11 00:44:21", - "author_account_age_days": 2391 + "author_account_age_days": 2392 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 89, + "stars": 90, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, @@ -582,12 +587,12 @@ "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/WASasquatch/ASTERR": { "stars": 26, @@ -602,32 +607,32 @@ "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 89, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 310, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 228, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 3, - "last_update": "2025-01-27 12:39:27", - "author_account_age_days": 1072 + "last_update": "2025-01-28 04:59:22", + "author_account_age_days": 1073 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, @@ -637,42 +642,42 @@ "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 1, "last_update": "2025-01-20 11:23:52", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 63 + "author_account_age_days": 64 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 1, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4589 + "author_account_age_days": 4590 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, @@ -682,32 +687,32 @@ "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 98, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3841 + "author_account_age_days": 3842 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 18, "last_update": "2025-01-23 11:11:43", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-12-22 18:06:46", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, @@ -732,57 +737,57 @@ "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4729 + "author_account_age_days": 4730 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4729 + "author_account_age_days": 4730 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3326 + "author_account_age_days": 3327 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 1, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/celll1/cel_sampler": { "stars": 2, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 662, + "stars": 664, "last_update": "2025-01-24 09:27:17", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3336 + "author_account_age_days": 3337 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, @@ -797,22 +802,27 @@ "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 1, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 64950, - "last_update": "2025-01-27 10:28:15", - "author_account_age_days": 766 + "stars": 65035, + "last_update": "2025-01-28 14:42:25", + "author_account_age_days": 767 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 363, + "stars": 364, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 240 + "author_account_age_days": 241 + }, + "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { + "stars": 0, + "last_update": "2025-01-28 12:10:12", + "author_account_age_days": 109 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, @@ -822,7 +832,7 @@ "https://github.com/cubiq/Comfy_Dungeon": { "stars": 241, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 1, @@ -837,42 +847,42 @@ "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6191 + "author_account_age_days": 6192 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 2, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4514 + "author_account_age_days": 4515 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2540 + "author_account_age_days": 2541 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 2, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 81, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1142 + "author_account_age_days": 1143 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2989 + "author_account_age_days": 2990 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 1, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4402 + "author_account_age_days": 4403 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, @@ -887,22 +897,22 @@ "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2812 + "author_account_age_days": 2813 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 5, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 2, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 1, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, @@ -912,12 +922,12 @@ "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, @@ -927,7 +937,7 @@ "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 2, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 4945 + "author_account_age_days": 4946 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, @@ -937,22 +947,22 @@ "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2025-01-08 22:48:06", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 207, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, @@ -962,7 +972,7 @@ "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/gitmylo/FlowNodes": { "stars": 9, @@ -972,112 +982,112 @@ "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 1, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1601 + "author_account_age_days": 1602 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 1, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 15, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 48, "last_update": "2024-12-31 08:39:13", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 6, "last_update": "2025-01-12 00:01:43", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5261 + "author_account_age_days": 5262 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 1, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3737 + "author_account_age_days": 3738 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2672 + "author_account_age_days": 2673 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 1, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4695 + "author_account_age_days": 4696 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 673 + "author_account_age_days": 674 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, @@ -1087,17 +1097,17 @@ "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": { "stars": 3, - "last_update": "2025-01-17 01:54:49", - "author_account_age_days": 766 + "last_update": "2025-01-28 04:27:28", + "author_account_age_days": 767 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, @@ -1107,12 +1117,12 @@ "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 191, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 203, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4970 + "author_account_age_days": 4971 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, @@ -1122,77 +1132,77 @@ "https://github.com/kandy/ComfyUI-KAndy": { "stars": 1, "last_update": "2025-01-21 02:24:21", - "author_account_age_days": 5690 + "author_account_age_days": 5691 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 1, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { - "stars": 33, + "stars": 34, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 59, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 82, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 48, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 195, + "stars": 201, "last_update": "2025-01-27 21:39:29", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1658, + "stars": 1664, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 233, + "stars": 236, "last_update": "2025-01-23 17:06:52", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 745, + "stars": 746, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 68, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { - "stars": 92, + "stars": 94, "last_update": "2025-01-27 21:37:31", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, @@ -1202,122 +1212,122 @@ "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 2, "last_update": "2024-12-19 04:44:00", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 1, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1599 + "author_account_age_days": 1600 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4764 + "author_account_age_days": 4765 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4764 + "author_account_age_days": 4765 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 75, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 12, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 105, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1041, + "stars": 1044, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 265, - "last_update": "2025-01-06 22:04:15", - "author_account_age_days": 339 + "stars": 270, + "last_update": "2025-01-28 02:42:23", + "author_account_age_days": 340 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 62, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { - "stars": 228, + "stars": 229, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2025-01-08 13:42:28", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, @@ -1327,7 +1337,7 @@ "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 4, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, @@ -1337,7 +1347,7 @@ "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 5, @@ -1347,47 +1357,47 @@ "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3753 + "author_account_age_days": 3754 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3962 + "author_account_age_days": 3963 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2024-11-29 13:12:52", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 1, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1398 + "author_account_age_days": 1399 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 1, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 1, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2637 + "author_account_age_days": 2638 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, @@ -1402,92 +1412,92 @@ "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 47, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 1, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1515 + "author_account_age_days": 1516 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, - "last_update": "2025-01-27 04:51:57", + "last_update": "2025-01-28 05:29:24", "author_account_age_days": 2908 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3997 + "author_account_age_days": 3998 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 2, @@ -1497,12 +1507,12 @@ "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 10, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4247 + "author_account_age_days": 4248 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 1, @@ -1512,7 +1522,7 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, @@ -1522,17 +1532,17 @@ "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 148, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 1, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5341 + "author_account_age_days": 5342 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 2, @@ -1542,22 +1552,22 @@ "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1454 + "author_account_age_days": 1455 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/prabinpebam/anyPython": { "stars": 12, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4460 + "author_account_age_days": 4461 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 53, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 3, @@ -1567,7 +1577,7 @@ "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, @@ -1577,12 +1587,17 @@ "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 49, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 5, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 864 + "author_account_age_days": 865 + }, + "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { + "stars": 0, + "last_update": "2025-01-28 14:37:42", + "author_account_age_days": 865 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, @@ -1592,12 +1607,12 @@ "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3393 + "author_account_age_days": 3394 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, @@ -1607,47 +1622,47 @@ "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5297 + "author_account_age_days": 5298 }, "https://github.com/scottmudge/ComfyUI_BiscuitNodes": { "stars": 1, "last_update": "2024-12-23 05:18:17", - "author_account_age_days": 3166 + "author_account_age_days": 3167 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4155 + "author_account_age_days": 4156 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, @@ -1657,162 +1672,162 @@ "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4179 + "author_account_age_days": 4180 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": { "stars": 2, - "last_update": "2025-01-25 09:34:32", - "author_account_age_days": 33 + "last_update": "2025-01-28 12:43:25", + "author_account_age_days": 7 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 31, + "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/sofakid/dandy": { "stars": 46, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 2, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 1, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 10, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 7, "last_update": "2025-01-01 07:02:30", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 5, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4342 + "author_account_age_days": 4343 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 1, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 188, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 34, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5416 + "author_account_age_days": 5417 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3155 + "author_account_age_days": 3156 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { "stars": 1, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 2, "last_update": "2025-01-20 14:58:59", - "author_account_age_days": 2993 + "author_account_age_days": 2994 }, "https://github.com/warshanks/Shank-Tools": { "stars": 1, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 2, "last_update": "2025-01-05 03:22:22", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 1, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 1, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4008 + "author_account_age_days": 4009 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 16, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4809 + "author_account_age_days": 4810 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, @@ -1822,27 +1837,27 @@ "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3600 + "author_account_age_days": 3601 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4234 + "author_account_age_days": 4235 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, "last_update": "2025-01-16 18:28:53", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-01-26 07:17:32", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, @@ -1852,21 +1867,21 @@ "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 316, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3676 + "author_account_age_days": 3677 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/zmwv823/ComfyUI-VideoDiffusion": { "stars": 3, "last_update": "2025-01-22 15:37:22", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, "last_update": "2025-01-08 13:44:25", - "author_account_age_days": 3841 + "author_account_age_days": 3842 } } \ 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 3b464b0f..8bc181b0 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,99 @@ + { + "author": "Dr.Lt.Data", + "title": "ComfyUI Connection Helper", + "id": "connection-helper", + "reference": "https://github.com/ltdrdata/comfyui-connection-helper", + "nodename_pattern": "Inspire$", + "files": [ + "https://github.com/ltdrdata/comfyui-connection-helper" + ], + "install_type": "git-clone", + "description": "This is a helper extension for ComfyUI that assists with node connections." + }, + { + "author": "yichengup", + "title": "ComfyUI_Yc_JanusPro", + "reference": "https://github.com/yichengup/ComfyUI_Yc_JanusPro", + "files": [ + "https://github.com/yichengup/ComfyUI_Yc_JanusPro" + ], + "install_type": "git-clone", + "description": "About DeepSeek Chat API\nGo here to register and get the api-key [a/https://platform.deepseek.com/](https://platform.deepseek.com/) Then enter api_key in config.json" + }, + { + "author": "chflame163", + "title": "ComfyUI_Janus_Wrapper", + "reference": "https://github.com/chflame163/ComfyUI_Janus_Wrapper", + "files": [ + "https://github.com/chflame163/ComfyUI_Janus_Wrapper" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/deepseek-ai/Janus](https://github.com/deepseek-ai/Janus) in ComfyUI." + }, + { + "author": "ReBeating", + "title": "ComfyUI-Artist-Selector", + "reference": "https://github.com/ReBeating/ComfyUI-Artist-Selector", + "files": [ + "https://github.com/ReBeating/ComfyUI-Artist-Selector" + ], + "install_type": "git-clone", + "description": "A useful comfyui node named LoadArtistTag for selecting artist tags, including 1000+ single-artist tags and 300 mixed-artists tags." + }, + { + "author": "852wa", + "title": "ComfyUI-ColorshiftColor", + "reference": "https://github.com/852wa/ComfyUI-ColorshiftColor", + "files": [ + "https://github.com/852wa/ComfyUI-ColorshiftColor" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI.\nIt reduces colors based on a specified number and allows for adjustments to hue, saturation, and brightness.\nFeatures:Each parameter can be set to random, You can toggle masking (not changing colors) using color numbers, Mask inversion can also be toggled on or off." + }, + { + "author": "852wa", + "title": "ComfyUI-AdvancedAlphaProcessor", + "reference": "https://github.com/852wa/ComfyUI-AAP", + "files": [ + "https://github.com/852wa/ComfyUI-AAP" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI.\nFeatures:Removes white areas in the input image by making them transparent based on brightness, Outputs in black and transparent, Outputs in gray and transparent.\nThis is a simple node with the above functionalities implemented. It also supports sequential processing." + }, + { + "author": "jinanlongen", + "title": "ComfyUI Prompt Expander Node", + "reference": "https://github.com/jinanlongen/ComfyUI-Prompt-Expander", + "files": [ + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that expands text prompts using the SuperPrompt-v1 T5 model. This node helps generate more detailed and descriptive prompts from simple input text, which can be particularly useful for image generation workflows." + }, + { + "author": "Style-Mosaic", + "title": "ComfyUI DINO-X Detector Node", + "reference": "https://github.com/Style-Mosaic/dino-x-comfyui-node", + "files": [ + "https://github.com/Style-Mosaic/dino-x-comfyui-node" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that integrates DINO-X API for object detection and segmentation. This node allows you to detect and segment objects in images using text prompts." + }, + { + "author": "gmorks", + "title": "ComfyUI-SendToDiscord", + "reference": "https://github.com/gmorks/ComfyUI-SendToDiscord", + "files": [ + "https://github.com/gmorks/ComfyUI-SendToDiscord" + ], + "install_type": "git-clone", + "description": "ComfyUI-SendToDiscord is a custom node for ComfyUI that simplifies sending preview images to Discord via webhooks. It supports both single-image uploads and batch mode, making it an efficient tool for sharing your generated images directly with your Discord server." + }, + { "author": "CY-CHENYUE", "title": "ComfyUI-Janus-Pro", @@ -597,97 +690,6 @@ ], "install_type": "git-clone", "description": "Node and workflow profiling. Find bottlenecks in your workflows. See trends over time." - }, - { - "author" : "ngosset", - "title": "ImageSimilarity", - "id": "imageSimilarity", - "reference": "https://github.com/ngosset/ComfyUI-ImageSimilarity", - "files": [ - "https://github.com/ngosset/ComfyUI-ImageSimilarity" - ], - "install_type": "git-clone", - "description": "Uses ResNet embeddings and cosine similarity to compare the likeness of two images." - }, - { - "author": "1038lab", - "title": "ComfyUI-EdgeTTS", - "reference": "https://github.com/1038lab/ComfyUI-EdgeTTS", - "files": [ - "https://github.com/1038lab/ComfyUI-EdgeTTS" - ], - "install_type": "git-clone", - "description": "ComfyUI-EdgeTTS is a powerful text-to-speech node for ComfyUI, leveraging Microsoft's Edge TTS capabilities. It enables seamless conversion of text into natural-sounding speech, supporting multiple languages and voices. Ideal for enhancing user interactions, this node is easy to integrate and customize, making it perfect for various applications." - }, - { - "author": "shenduldh", - "title": "ComfyUI-Lightning", - "reference": "https://github.com/shenduldh/ComfyUI-Lightning", - "files": [ - "https://github.com/shenduldh/ComfyUI-Lightning" - ], - "install_type": "git-clone", - "description": "Accelerate FLUX inferencing speed for ComfyUI." - }, - { - "author": "nofunstudio", - "title": "Node_Fun_ComfyUI", - "reference": "https://github.com/nofunstudio/Node_Fun_ComfyUI", - "files": [ - "https://github.com/nofunstudio/Node_Fun_ComfyUI" - ], - "install_type": "git-clone", - "description": "ComfyUI Custom Node Pack Layered Infinite Zoom Node" - }, - { - "author": "PixelML", - "title": "PixelML ComfyUI Nodes", - "reference": "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes", - "files": [ - "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes" - ], - "install_type": "git-clone", - "description": "A collection of custom nodes for ComfyUI focused on variable handling and workflow automation." - }, - { - "author": "Bellzs", - "title": "ComfyUI-LoRA-Assistant", - "reference": "https://github.com/Bellzs/ComfyUI-LoRA-Assistant", - "files": [ - "https://github.com/Bellzs/ComfyUI-LoRA-Assistant" - ], - "install_type": "git-clone", - "description": "The plug-in is designed to automatically save the association between the LoRA model and Trigger words to a Local JSON file so that when the LoRA model is loaded, the associated trigger words can be automatically loaded via the node 'LoRA Trigger Local' without manual input." - }, - { - "author": "a-und-b", - "title": "ComfyUI_LoRA_from_URL", - "reference": "https://github.com/a-und-b/ComfyUI_LoRA_from_URL", - "files": [ - "https://github.com/a-und-b/ComfyUI_LoRA_from_URL" - ], - "install_type": "git-clone", - "description": "A simple-as-possible custom node for ComfyUI to load LoRA models from a public URL." - }, - { - "author": "theAdamColton", - "title": "ComfyUI-texflow-extension", - "reference": "https://github.com/theAdamColton/ComfyUI-texflow-extension", - "files": [ - "https://github.com/theAdamColton/ComfyUI-texflow-extension" - ], - "install_type": "git-clone", - "description": "This is the ComfyUI extension for use with texflow. It provides two new nodes, 'Load Texflow Depth Image' and 'Save Texflow Image'.\nFor more information see [a/the main texflow repo](https://github.com/theAdamColton/texflow/)" - }, - { - "author": "shabri-arrahim", - "title": "ComfyUI Safety Checker", - "reference": "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker", - "files": [ - "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker" - ], - "install_type": "git-clone", - "description": "This project provides custom safety checkers for image classification using Falcons AI and CompVis models. The safety checkers are designed to detect and filter out NSFW content from images." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 590543d7..5870b44e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -482,6 +482,23 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/852wa/ComfyUI-AAP": [ + [ + "AdvancedAlphaProcessor" + ], + { + "title_aux": "ComfyUI-AdvancedAlphaProcessor" + } + ], + "https://github.com/852wa/ComfyUI-ColorshiftColor": [ + [ + "ColorshiftColor", + "CsCPaletteEditor" + ], + { + "title_aux": "ComfyUI-ColorshiftColor" + } + ], "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": [ [ "AutoColorGimp" @@ -2680,17 +2697,19 @@ ], "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [ [ - "Control Pipe (DJ Nodes)", - "Global Seed (DJ Nodes)", - "KSampler Settings (DJ Nodes)", - "Model Unloader (DJ Nodes)", - "Prompt Box (DJ Nodes)", - "SDXL All-In-One (DJ Nodes)", - "SDXL Control Module (DJ Nodes)", - "SDXL Preprocess (DJ Nodes)", - "Style Injector (DJ Nodes)", - "Style Selector (DJ Nodes)", - "Wildcard Processor (DJ Nodes)" + "Control Pipe (Focus Nodes)", + "FOCUS Upscale (Focus Nodes)", + "Global Seed Controller (Focus Nodes)", + "KSampler Settings (Focus Nodes)", + "Model Unloader (Focus Nodes)", + "Prompt Box (Focus Nodes)", + "SDXL All-In-One (Focus Nodes)", + "SDXL Control Module (Focus Nodes)", + "SDXL Preprocess (Focus Nodes)", + "Style Injector (Focus Nodes)", + "Style Selector (Focus Nodes)", + "Text Display (Focus Nodes)", + "Wildcard Processor (Focus Nodes)" ], { "title_aux": "Comfyui FOCUS nodes" @@ -3202,6 +3221,14 @@ "title_aux": "ComfyUI-AutomaticCFG" } ], + "https://github.com/Extraltodeus/DistanceSampler": [ + [ + "SamplerDistance" + ], + { + "title_aux": "DistanceSampler" + } + ], "https://github.com/Extraltodeus/LoadLoraWithTags": [ [ "LoraLoaderTagsQuery" @@ -3221,7 +3248,7 @@ "Skimmed CFG - replace" ], { - "title_aux": "DistanceSampler" + "title_aux": "Skimmed_CFG" } ], "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [ @@ -6371,8 +6398,11 @@ ], "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [ [ - "SelectLatentSize", - "TextEncode3in1" + "KSamplerWithVAE", + "SelectLatentSize1MP", + "SelectLatentSize2MP", + "TextEncode3in1", + "UpscaleLatentBy1_5x" ], { "title_aux": "ComfyUi-MzMaXaM" @@ -7085,6 +7115,14 @@ "title_aux": "ComfyUI-Rodin" } ], + "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ + [ + "LoadArtistTag" + ], + { + "title_aux": "ComfyUI-Artist-Selector" + } + ], "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": [ [ "AnalyseMetadata", @@ -8473,6 +8511,14 @@ "title_aux": "ComfyUI Steudio" } ], + "https://github.com/Style-Mosaic/dino-x-comfyui-node": [ + [ + "DinoxDetector" + ], + { + "title_aux": "ComfyUI DINO-X Detector Node" + } + ], "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ [ "Deflicker - Experimental (SuperBeasts.AI)", @@ -10894,7 +10940,7 @@ "https://github.com/alexcong/ComfyUI_QwenVL": [ [ "Qwen2.5", - "Qwen2VL" + "Qwen2.5VL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -12105,6 +12151,7 @@ "Input: String (lab)", "List: Limit (lab)", "List: Merge (lab)", + "List: Random Seeds (lab)", "List: from Elements (lab)", "List: from File (backend) (lab)", "List: from Multiline (lab)", @@ -12900,6 +12947,16 @@ "title_aux": "ComfyUI Face Similarity" } ], + "https://github.com/chflame163/ComfyUI_Janus_Wrapper": [ + [ + "JanusImage2Text", + "JanusTextToImage", + "LoadJanusModel" + ], + { + "title_aux": "ComfyUI_Janus_Wrapper" + } + ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: AutoAdjust", @@ -16200,6 +16257,14 @@ "title_aux": "String Converter" } ], + "https://github.com/gmorks/ComfyUI-SendToDiscord": [ + [ + "PreviewImageWithDiscord" + ], + { + "title_aux": "ComfyUI-SendToDiscord" + } + ], "https://github.com/goburiin/nsfwrecog-comfyui": [ [ "NSFWDetectorNode" @@ -18104,6 +18169,14 @@ "title_aux": "ResAdapter for ComfyUI" } ], + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": [ + [ + "PromptExpanderNode" + ], + { + "title_aux": "ComfyUI Prompt Expander Node" + } + ], "https://github.com/jitcoder/lora-info": [ [ "ImageFromURL", @@ -21034,6 +21107,17 @@ "title_aux": "ComfyUI Inspire Pack" } ], + "https://github.com/ltdrdata/comfyui-connection-helper": [ + [], + { + "author": "Dr.Lt.Data", + "description": "Helper", + "nickname": "Connection Helper", + "nodename_pattern": "Inspire$", + "title": "ComfyUI Connection Helper", + "title_aux": "ComfyUI Connection Helper" + } + ], "https://github.com/luandev/ComfyUI-CrewAI": [ [ "DisplayText", @@ -27120,6 +27204,16 @@ "title_aux": "ComfyUI Local Save Node" } ], + "https://github.com/yichengup/ComfyUI_Yc_JanusPro": [ + [ + "ImageAnalyzer", + "JanusChatAnalyzer", + "JanusProLoader" + ], + { + "title_aux": "ComfyUI_Yc_JanusPro" + } + ], "https://github.com/yichengup/Comfyui-Deepseek": [ [ "DeepseekAdvancedNode", From b1b02dc8e5af8771ab2d4e6604dd0728ae662d13 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 29 Jan 2025 02:45:37 +0900 Subject: [PATCH 09/73] double-click feature is removed. The feature has been moved to https://github.com/ltdrdata/comfyui-connection-helper --- README.md | 17 +++++++++++------ glob/manager_core.py | 3 --- glob/manager_server.py | 15 --------------- js/comfyui-manager.js | 23 ----------------------- pyproject.toml | 2 +- 5 files changed, 12 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 45b1e1d4..3f32e697 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/dialog.jpg) ## NOTICE +* V3.10: `double-click feature` is removed + * This feature has been moved to https://github.com/ltdrdata/comfyui-connection-helper * V3.3.2: Overhauled. Officially supports [https://comfyregistry.org/](https://comfyregistry.org/). * You can see whole nodes info on [ComfyUI Nodes Info](https://ltdrdata.github.io/) page. @@ -185,17 +187,18 @@ The following settings are applied based on the section marked as `is_default`. ## Custom node support guide +* **NOTICE:** + - You should no longer assume that the GitHub repository name will match the subdirectory name under `custom_nodes`. The name of the subdirectory under `custom_nodes` will now use the normalized name from the `name` field in `pyproject.toml`. + - Avoid relying on directory names for imports whenever possible. + * https://docs.comfy.org/registry/overview +* https://github.com/Comfy-Org/rfcs - -* **Special purpose files** (optional) +**Special purpose files** (optional) + * `pyproject.toml` - Spec file for comfyregistry. * `node_list.json` - When your custom nodes pattern of NODE_CLASS_MAPPINGS is not conventional, it is used to manually provide a list of nodes for reference. ([example](https://github.com/melMass/comfy_mtb/raw/main/node_list.json)) * `requirements.txt` - When installing, this pip requirements will be installed automatically * `install.py` - When installing, it is automatically called - * `uninstall.py` - When uninstalling, it is automatically called - * `disable.py` - When disabled, it is automatically called - * When installing a custom node setup `.js` file, it is recommended to write this script for disabling. - * `enable.py` - When enabled, it is automatically called * **All scripts are executed from the root path of the corresponding custom node.** @@ -278,6 +281,7 @@ The following settings are applied based on the section marked as `is_default`. * If you add the item `skip_migration_check = True` to `config.ini`, it will not check whether there are nodes that can be migrated at startup. * This option can be used if performance issues occur in a Colab+GDrive environment. + ## Scanner When you run the `scan.sh` script: @@ -301,6 +305,7 @@ When you run the `scan.sh` script: * if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured. * Edit `config.ini` file: add `bypass_ssl = True` + ## Security policy * Edit `config.ini` file: add `security_level = ` * `strong` diff --git a/glob/manager_core.py b/glob/manager_core.py index 9dce6c3a..95dea16e 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -1551,7 +1551,6 @@ def write_config(): "file_logging": get_config()['file_logging'], 'default_ui': get_config()['default_ui'], 'component_policy': get_config()['component_policy'], - 'double_click_policy': get_config()['double_click_policy'], 'windows_selector_event_loop_policy': get_config()['windows_selector_event_loop_policy'], 'model_download_by_agent': get_config()['model_download_by_agent'], 'downgrade_blacklist': get_config()['downgrade_blacklist'], @@ -1591,7 +1590,6 @@ def read_config(): 'file_logging': default_conf['file_logging'].lower() == 'true' if 'file_logging' in default_conf else True, 'default_ui': default_conf['default_ui'] if 'default_ui' in default_conf else 'none', 'component_policy': default_conf['component_policy'] if 'component_policy' in default_conf else 'workflow', - 'double_click_policy': default_conf['double_click_policy'] if 'double_click_policy' in default_conf else 'copy-all', 'windows_selector_event_loop_policy': default_conf['windows_selector_event_loop_policy'].lower() == 'true' if 'windows_selector_event_loop_policy' in default_conf else False, 'model_download_by_agent': default_conf['model_download_by_agent'].lower() == 'true' if 'model_download_by_agent' in default_conf else False, 'downgrade_blacklist': default_conf['downgrade_blacklist'] if 'downgrade_blacklist' in default_conf else '', @@ -1609,7 +1607,6 @@ def read_config(): 'file_logging': True, 'default_ui': 'none', 'component_policy': 'workflow', - 'double_click_policy': 'copy-all', 'windows_selector_event_loop_policy': False, 'model_download_by_agent': False, 'downgrade_blacklist': '', diff --git a/glob/manager_server.py b/glob/manager_server.py index e9f29a3b..9da330ba 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -161,10 +161,6 @@ def set_component_policy(mode): core.get_config()['component_policy'] = mode -def set_double_click_policy(mode): - core.get_config()['double_click_policy'] = mode - - def print_comfyui_version(): global comfy_ui_hash global comfyui_tag @@ -1205,17 +1201,6 @@ async def component_policy(request): return web.Response(status=200) -@routes.get("/manager/dbl_click/policy") -async def dbl_click_policy(request): - if "value" in request.rel_url.query: - set_double_click_policy(request.rel_url.query['value']) - core.write_config() - else: - return web.Response(text=core.get_config()['double_click_policy'], status=200) - - return web.Response(status=200) - - @routes.get("/manager/channel_url_list") async def channel_url_list(request): channels = core.get_channel_dict() diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index a574a4f1..4e5fe988 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -1061,28 +1061,6 @@ class ManagerMenuDialog extends ComfyDialog { set_component_policy(event.target.value); }); - let dbl_click_policy_combo = document.createElement("select"); - dbl_click_policy_combo.setAttribute("title", "Sets the behavior when you double-click the title area of a node."); - dbl_click_policy_combo.className = "cm-menu-combo"; - dbl_click_policy_combo.appendChild($el('option', { value: 'none', text: 'Double-Click: None' }, [])); - dbl_click_policy_combo.appendChild($el('option', { value: 'copy-all', text: 'Double-Click: Copy All Connections' }, [])); - dbl_click_policy_combo.appendChild($el('option', { value: 'copy-full', text: 'Double-Click: Copy All Connections and shape' }, [])); - dbl_click_policy_combo.appendChild($el('option', { value: 'copy-input', text: 'Double-Click: Copy Input Connections' }, [])); - dbl_click_policy_combo.appendChild($el('option', { value: 'possible-input', text: 'Double-Click: Possible Input Connections' }, [])); - dbl_click_policy_combo.appendChild($el('option', { value: 'dual', text: 'Double-Click: Possible(left) + Copy(right)' }, [])); - - api.fetchApi('/manager/dbl_click/policy') - .then(response => response.text()) - .then(data => { - dbl_click_policy_combo.value = data; - set_double_click_policy(data); - }); - - dbl_click_policy_combo.addEventListener('change', function (event) { - api.fetchApi(`/manager/dbl_click/policy?value=${event.target.value}`); - set_double_click_policy(event.target.value); - }); - api.fetchApi('/manager/share_option') .then(response => response.text()) .then(data => { @@ -1111,7 +1089,6 @@ class ManagerMenuDialog extends ComfyDialog { default_ui_combo, share_combo, component_policy_combo, - dbl_click_policy_combo, $el("br", {}, []), $el("br", {}, []), diff --git a/pyproject.toml b/pyproject.toml index f92ebd02..948834f4 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 = "3.9.5" +version = "3.10" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From 4f3c48cb4f825ec19c037e63b75e104e5187aef4 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 29 Jan 2025 02:51:24 +0900 Subject: [PATCH 10/73] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f32e697..ca28ec11 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **ComfyUI-Manager** is an extension designed to enhance the usability of [ComfyUI](https://github.com/comfyanonymous/ComfyUI). It offers management functions to **install, remove, disable, and enable** various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI. -![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/dialog.jpg) +![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/refs/heads/Main/ComfyUI-Manager/images/dialog.jpg) ## NOTICE * V3.10: `double-click feature` is removed @@ -95,7 +95,7 @@ This repository provides Colab notebooks that allow you to install and use Comfy 2. If you click on 'Install Custom Nodes' or 'Install Models', an installer dialog will open. - ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/dialog.jpg) + ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/refs/heads/Main/ComfyUI-Manager/images/dialog.jpg) * There are three DB modes: `DB: Channel (1day cache)`, `DB: Local`, and `DB: Channel (remote)`. * `Channel (1day cache)` utilizes Channel cache information with a validity period of one day to quickly display the list. From 717ca1bb182c9350dcec82fb94fc41fbb9f6a4ba Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 29 Jan 2025 11:57:49 +0900 Subject: [PATCH 11/73] update DB --- custom-node-list.json | 8 +++---- extension-node-map.json | 6 +++-- node_db/dev/custom-node-list.json | 32 ++++++++++++++++++++++++++- node_db/dev/extension-node-map.json | 34 +++++++++++++++++++++++++++++ node_db/dev/github-stats.json | 15 +++++++++++++ node_db/new/extension-node-map.json | 6 +++-- 6 files changed, 92 insertions(+), 9 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9a520855..e1c74b72 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5056,7 +5056,7 @@ "https://github.com/glibsonoran/Plush-for-ComfyUI" ], "install_type": "git-clone", - "description": "Nodes: Style Prompt, OAI Dall_e Image. Plush contains two OpenAI enabled nodes: Style Prompt: Takes your prompt and the art style you specify and generates a prompt from ChatGPT3 or 4 that Stable Diffusion can use to generate an image in that style. OAI Dall_e 3: Takes your prompt and parameters and produces a Dall_e3 image in ComfyUI." + "description": "A suite of nodes that includes: - Prompt enhancers/generators that employ remote AI services and local front-ends like: ChatGPT, Anthropic Claude, Groq, LM Studio, Oobabooga, etc. - An Image Generator that uses Dall_e 3. - An image metadata extractor that extracts seed, prompt, cfg, size, denoise, etc from existing AI generated images and photo metadata (from exif data) from jpeg photographs. A tagger that appends text (tags) to the beginning, end and/or middle of a text block. Image and text multiplexer utili" }, { "author": "vienteck", @@ -7636,7 +7636,7 @@ "https://github.com/1038lab/ComfyUI-WildPromptor" ], "install_type": "git-clone", - "description": "Create dynamic prompts with wildcard list." + "description": "WildPromptor simplifies prompt creation, organization, and customization in ComfyUI, turning chaotic workflows into an efficient, intuitive process." }, { "author": "1038lab", @@ -19887,14 +19887,14 @@ }, { "author": "asutermo", - "title": "Try Off w/ Flux and CatVTON", + "title": "ComfyUI-Flux-TryOff", "id": "tryoffflux", "reference": "https://github.com/asutermo/ComfyUI-Flux-TryOff", "files": [ "https://github.com/asutermo/ComfyUI-Flux-TryOff" ], "install_type": "git-clone", - "description": "This is a set of nodes to make it possible to extract garments/clothing from models to apply elsewhere." + "description": "Try Off for ComfyUI using Flux and CatVTON." }, { "author": "bugltd", diff --git a/extension-node-map.json b/extension-node-map.json index 5870b44e..4a17da76 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4694,7 +4694,8 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ - "LatentNormalizedLanczosResize" + "LatentNormalizedLanczosResize", + "RescaledPAG" ], { "title_aux": "Comfy Latent Tools" @@ -11316,7 +11317,7 @@ "TryOffRunNode" ], { - "title_aux": "Try Off w/ Flux and CatVTON" + "title_aux": "ComfyUI-Flux-TryOff" } ], "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [ @@ -16212,6 +16213,7 @@ "Random Image Output", "Random Mixer", "Random Output", + "Remove Text", "SaveText|plush", "Tagger", "Text (Any)", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 38006019..463682a8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,36 @@ + { + "author": "UD1sto", + "title": "plugin-utils-nodes", + "reference": "https://github.com/UD1sto/plugin-utils-nodes", + "files": [ + "https://github.com/UD1sto/plugin-utils-nodes" + ], + "install_type": "git-clone", + "description": "NODES:Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend." + }, + { + "author": "ryanontheinside", + "title": "ComfyUI_ScavengerHunt", + "reference": "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt", + "files": [ + "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt" + ], + "install_type": "git-clone", + "description": "NODES:Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized." + }, + { + "author": "Kayarte", + "title": "Time Series Nodes for ComfyUI [Experimental]", + "reference": "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI", + "files": [ + "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "Basic nodes for time series analysis in ComfyUI. Currently in early development." + }, { "author": "HuangYuChuh", "title": "ComfyUI-DeepSeek_Toolkit [WIP]", @@ -791,7 +821,7 @@ "https://github.com/jonnydolake/ComfyUI-AIR-Nodes" ], "install_type": "git-clone", - "description": "NODES: String List To Prompt Schedule, Force Minimum Batch Size, Target Location (Crop), Target Location (Paste)" + "description": "NODES: String List To Prompt Schedule, Force Minimum Batch Size, Target Location (Crop), Target Location (Paste), Image Composite Chained, Match Image Count To Mask Count, Random Character Prompts, Parallax Test, Easy Parallax, Parallax GPU Test" }, { "author": "watarika", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index a6a6f67e..a51c887d 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1047,6 +1047,16 @@ "title_aux": "ComfyUI-PNG2SVG2PNG" } ], + "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": [ + [ + "DomainTimeSeriesPrep", + "TimeSeriesLoader", + "TimeSeriesPredictor" + ], + { + "title_aux": "Time Series Nodes for ComfyUI [Experimental]" + } + ], "https://github.com/KihongK/comfyui-roysnodes": [ [ "CLIPMultiTextEncode", @@ -1591,6 +1601,18 @@ "title_aux": "ComfyUI Instructor Ollama" } ], + "https://github.com/UD1sto/plugin-utils-nodes": [ + [ + "FrameBlend", + "ImageReferenceUpdate", + "ImageSelector", + "SimHashCompare", + "TemporalConsistency" + ], + { + "title_aux": "plugin-utils-nodes" + } + ], "https://github.com/Video3DGenResearch/comfyui-batch-input-node": [ [ "BatchImageAndPrompt", @@ -3274,10 +3296,12 @@ "ForceMinimumBatchSize", "ImageCompositeChained", "MatchImageCountToMaskCount", + "ParallaxGPUTest", "ParallaxTest", "RandomCharacterPrompts", "TargetLocationCrop", "TargetLocationPaste", + "easy_parallax", "string_list_to_prompt_schedule" ], { @@ -4416,6 +4440,16 @@ "title_aux": "ComfyUI RukaLib [WIP]" } ], + "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": [ + [ + "CLIPSimilarityCompare", + "ImageSimilarityCompare", + "SemanticSimilarityCompare" + ], + { + "title_aux": "ComfyUI_ScavengerHunt" + } + ], "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": [ [ "YoloNasDetectionTensorrt" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index ad237499..2f274d0b 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -359,6 +359,11 @@ "last_update": "2024-12-04 02:25:04", "author_account_age_days": 2756 }, + "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { + "stars": 1, + "last_update": "2025-01-29 02:33:25", + "author_account_age_days": 272 + }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, "last_update": "2025-01-23 09:11:02", @@ -584,6 +589,11 @@ "last_update": "2024-08-20 00:30:24", "author_account_age_days": 3947 }, + "https://github.com/UD1sto/plugin-utils-nodes": { + "stars": 0, + "last_update": "2025-01-28 18:53:09", + "author_account_age_days": 1503 + }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", @@ -1614,6 +1624,11 @@ "last_update": "2024-10-03 23:59:55", "author_account_age_days": 123 }, + "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": { + "stars": 0, + "last_update": "2025-01-28 21:14:18", + "author_account_age_days": 3908 + }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5870b44e..4a17da76 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4694,7 +4694,8 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ - "LatentNormalizedLanczosResize" + "LatentNormalizedLanczosResize", + "RescaledPAG" ], { "title_aux": "Comfy Latent Tools" @@ -11316,7 +11317,7 @@ "TryOffRunNode" ], { - "title_aux": "Try Off w/ Flux and CatVTON" + "title_aux": "ComfyUI-Flux-TryOff" } ], "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [ @@ -16212,6 +16213,7 @@ "Random Image Output", "Random Mixer", "Random Output", + "Remove Text", "SaveText|plush", "Tagger", "Text (Any)", From 6d771f77e6cb4f0c040057e51f6e01d38cbde0a7 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 29 Jan 2025 23:13:17 +0900 Subject: [PATCH 12/73] improved: Model-Manager now robustly recognizes installed models. https://github.com/ltdrdata/ComfyUI-Manager/issues/1391 --- glob/manager_core.py | 2 +- glob/manager_server.py | 111 ++++++++------- model-list.json | 243 +++++++++------------------------ node_db/legacy/model-list.json | 125 ++++++++++++++++- node_db/new/model-list.json | 16 +-- pyproject.toml | 2 +- 6 files changed, 257 insertions(+), 242 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 95dea16e..e8f8ef23 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 9, 5] +version_code = [3, 11] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/glob/manager_server.py b/glob/manager_server.py index 9da330ba..04e3eb81 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -13,6 +13,7 @@ import shutil import git from datetime import datetime +from folder_paths import get_filename_list from server import PromptServer import manager_core as core import manager_util @@ -54,6 +55,27 @@ import latent_preview is_local_mode = args.listen.startswith('127.') or args.listen.startswith('local.') +model_dir_name_map = { + "checkpoints": "checkpoints", + "checkpoint": "checkpoints", + "unclip": "checkpoints", + "text_encoders": "text_encoders", + "clip": "text_encoders", + "vae": "vae", + "lora": "loras", + "t2i-adapter": "controlnet", + "t2i-style": "controlnet", + "controlnet": "controlnet", + "clip_vision": "clip_vision", + "gligen": "gligen", + "upscale": "upscale_models", + "embedding": "embeddings", + "embeddings": "embeddings", + "unet": "diffusion_models", + "diffusion_model": "diffusion_models", +} + + def is_allowed_security_level(level): if level == 'block': return False @@ -274,43 +296,9 @@ def get_model_dir(data, show_log=False): else: base_model = os.path.join(models_base, data['save_path']) else: - model_type = data['type'] - if model_type == "checkpoints" or model_type == "checkpoint": - base_model = folder_paths.folder_names_and_paths["checkpoints"][0][0] - elif model_type == "unclip": - base_model = folder_paths.folder_names_and_paths["checkpoints"][0][0] - elif model_type == "clip" or model_type == "text_encoders": - if folder_paths.folder_names_and_paths.get("text_encoders"): - base_model = folder_paths.folder_names_and_paths["text_encoders"][0][0] - else: - if show_log: - logging.info("[ComfyUI-Manager] Your ComfyUI is outdated version.") - base_model = folder_paths.folder_names_and_paths["clip"][0][0] # outdated version - elif model_type == "VAE": - base_model = folder_paths.folder_names_and_paths["vae"][0][0] - elif model_type == "lora": - base_model = folder_paths.folder_names_and_paths["loras"][0][0] - elif model_type == "T2I-Adapter": - base_model = folder_paths.folder_names_and_paths["controlnet"][0][0] - elif model_type == "T2I-Style": - base_model = folder_paths.folder_names_and_paths["controlnet"][0][0] - elif model_type == "controlnet": - base_model = folder_paths.folder_names_and_paths["controlnet"][0][0] - elif model_type == "clip_vision": - base_model = folder_paths.folder_names_and_paths["clip_vision"][0][0] - elif model_type == "gligen": - base_model = folder_paths.folder_names_and_paths["gligen"][0][0] - elif model_type == "upscale": - base_model = folder_paths.folder_names_and_paths["upscale_models"][0][0] - elif model_type == "embeddings": - base_model = folder_paths.folder_names_and_paths["embeddings"][0][0] - elif model_type == "unet" or model_type == "diffusion_model": - if folder_paths.folder_names_and_paths.get("diffusion_models"): - base_model = folder_paths.folder_names_and_paths["diffusion_models"][0][1] - else: - if show_log: - logging.info("[ComfyUI-Manager] Your ComfyUI is outdated version.") - base_model = folder_paths.folder_names_and_paths["unet"][0][0] # outdated version + model_dir_name = model_dir_name_map.get(data['type'].lower()) + if model_dir_name is not None: + base_model = folder_paths.folder_names_and_paths[model_dir_name][0][0] else: base_model = os.path.join(models_base, "etc") @@ -605,25 +593,50 @@ async def fetch_customnode_alternatives(request): def check_model_installed(json_obj): - def process_model(item): - model_path = get_model_path(item, False) - item['installed'] = 'None' + def is_exists(model_dir_name, file_name): + dirs = folder_paths.get_folder_paths(model_dir_name) + for x in dirs: + if os.path.exists(os.path.join(x, file_name)): + return True - if model_path is not None: - if model_path.endswith('.zip'): - if os.path.exists(model_path[:-4]): - item['installed'] = 'True' - else: - item['installed'] = 'False' - elif os.path.exists(model_path): + return False + + + model_dir_names = ['checkpoints', 'loras', 'vae', 'text_encoders', 'diffusion_models', 'clip_vision', 'embeddings', + 'diffusers', 'vae_approx', 'controlnet', 'gligen', 'upscale_models', 'hypernetworks', + 'photomaker', 'classifiers'] + + total_models_files = set() + for x in model_dir_names: + for y in folder_paths.get_filename_list(x): + total_models_files.add(y) + + def process_model_phase(item): + if 'diffusion' not in item['filename'] and 'pytorch' not in item['filename'] and 'model' not in item['filename']: + # non-general name case + if item['filename'] in total_models_files: item['installed'] = 'True' + return + + if item['save_path'] == 'default': + model_dir_name = model_dir_name_map.get(item['type'].lower()) + if model_dir_name is not None: + item['installed'] = str(is_exists(model_dir_name, item['filename'])) else: item['installed'] = 'False' + else: + model_dir_name = item['save_path'].split('/')[0] + if model_dir_name in folder_paths.folder_names_and_paths: + if is_exists(model_dir_name, item['filename']): + item['installed'] = 'True' + + if 'installed' not in item: + fullpath = os.path.join(folder_paths.models_dir, item['save_path'], item['filename']) + item['installed'] = 'True' if os.path.exists(fullpath) else 'False' with concurrent.futures.ThreadPoolExecutor(8) as executor: for item in json_obj['models']: - executor.submit(process_model, item) - + executor.submit(process_model_phase, item) @routes.get("/externalmodel/getlist") async def fetch_externalmodel_list(request): diff --git a/model-list.json b/model-list.json index c53f6b29..fe066b5e 100644 --- a/model-list.json +++ b/model-list.json @@ -310,7 +310,7 @@ }, { "name": "negative_hand Negative Embedding", - "type": "embeddings", + "type": "embedding", "base": "SD1.5", "save_path": "embeddings/SD1.5", "description": "If you use this embedding with negatives, you can solve the issue of damaging your hands.", @@ -321,7 +321,7 @@ }, { "name": "bad_prompt Negative Embedding", - "type": "embeddings", + "type": "embedding", "base": "SD1.5", "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.", @@ -332,7 +332,7 @@ }, { "name": "Deep Negative V1.75", - "type": "embeddings", + "type": "embedding", "base": "SD1.5", "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.", @@ -343,7 +343,7 @@ }, { "name": "EasyNegative", - "type": "embeddings", + "type": "embedding", "base": "SD1.5", "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.", @@ -488,7 +488,7 @@ "name": "stabilityai/Stable Cascade: text_encoder (CLIP)", "type": "clip", "base": "Stable Cascade", - "save_path": "clip/Stable-Cascade", + "save_path": "text_encoders/Stable-Cascade", "description": "Stable Cascade: text_encoder", "reference": "https://huggingface.co/stabilityai/stable-cascade", "filename": "model.safetensors", @@ -937,7 +937,7 @@ "name": "google-t5/t5-base", "type": "clip", "base": "t5-base", - "save_path": "clip/t5-base", + "save_path": "text_encoders/t5-base", "description": "T5 Base: Text-To-Text Transfer Transformer. This model can be loaded via CLIPLoader for Stable Audio workflow.", "reference": "https://huggingface.co/google-t5/t5-base", "filename": "model.safetensors", @@ -948,7 +948,7 @@ "name": "google-t5/t5-v1_1-xxl_encoderonly-fp16", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "The encoder part of https://huggingface.co/google/t5-v1_1-xxl, used with SD3 and Flux1", "reference": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly", "filename": "google_t5-v1_1-xxl_encoderonly-fp16.safetensors", @@ -959,7 +959,7 @@ "name": "google-t5/t5-v1_1-xxl_encoderonly-fp8_e4m3fn", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "The encoder part of https://huggingface.co/google/t5-v1_1-xxl, used with SD3 and Flux1", "reference": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly", "filename": "google_t5-v1_1-xxl_encoderonly-fp8_e4m3fn.safetensors", @@ -972,7 +972,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q3_K_L.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q3_K_L quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q3_K_L.gguf", @@ -983,7 +983,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q3_K_M.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q3_K_M quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q3_K_M.gguf", @@ -994,7 +994,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q3_K_S.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q3_K_S quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q3_K_S.gguf", @@ -1005,7 +1005,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q4_K_M.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q4_K_M quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q4_K_M.gguf", @@ -1016,7 +1016,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q4_K_S.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q4_K_S quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q4_K_S.gguf", @@ -1027,7 +1027,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q5_K_M.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q5_K_M quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q5_K_M.gguf", @@ -1038,7 +1038,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q5_K_S.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q5_K_S quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q5_K_S.gguf", @@ -1049,7 +1049,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q6_K.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q6_K quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q6_K.gguf", @@ -1060,7 +1060,7 @@ "name": "city96/t5-v1_1-xxl-encoder-Q8_0.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (Q8_0 quantized)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-Q8_0.gguf", @@ -1071,7 +1071,7 @@ "name": "city96/t5-v1_1-xxl-encoder-f16.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (float 16)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-f16.gguf", @@ -1082,7 +1082,7 @@ "name": "city96/t5-v1_1-xxl-encoder-f32.gguf", "type": "clip", "base": "t5", - "save_path": "clip/t5", + "save_path": "text_encoders/t5", "description": "t5xxl Text Encoder GGUF model. (float 32)", "reference": "https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf", "filename": "t5-v1_1-xxl-encoder-f32.gguf", @@ -1721,17 +1721,6 @@ "url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-sketch-rank256.safetensors", "size": "774.5MB" }, - { - "name": "kohya-ss/ControlNet-LLLite: SDXL Canny Anime", - "type": "controlnet", - "base": "SDXL", - "save_path": "custom_nodes/ControlNet-LLLite-ComfyUI/models", - "description": "An extremely compactly designed controlnet model (a.k.a. ControlNet-LLLite). Note: The model structure is highly experimental and may be subject to change in the future.", - "reference": "https://huggingface.co/kohya-ss/controlnet-lllite", - "filename": "controllllite_v01032064e_sdxl_canny_anime.safetensors", - "url": "https://huggingface.co/kohya-ss/controlnet-lllite/resolve/main/controllllite_v01032064e_sdxl_canny_anime.safetensors", - "size": "46.2MB" - }, { "name": "SDXL-controlnet: OpenPose (v2)", "type": "controlnet", @@ -2814,39 +2803,6 @@ - { - "name": "pfg-novel-n10.pt", - "type": "PFG", - "base": "SD1.5", - "save_path": "custom_nodes/pfg-ComfyUI/models", - "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/furusu/PFG", - "filename": "pfg-novel-n10.pt", - "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-novel-n10.pt", - "size": "23.6MB" - }, - { - "name": "pfg-wd14-n10.pt", - "type": "PFG", - "base": "SD1.5", - "save_path": "custom_nodes/pfg-ComfyUI/models", - "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/furusu/PFG", - "filename": "pfg-wd14-n10.pt", - "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd14-n10.pt", - "size": "31.5MB" - }, - { - "name": "pfg-wd15beta2-n10.pt", - "type": "PFG", - "base": "SD1.5", - "save_path": "custom_nodes/pfg-ComfyUI/models", - "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/furusu/PFG", - "filename": "pfg-wd15beta2-n10.pt", - "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd15beta2-n10.pt", - "size": "31.5MB" - }, { "name": "GFPGANv1.4.pth", "type": "GFPGAN", @@ -3012,50 +2968,6 @@ "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors", "size": "2.50GB" }, - { - "name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]", - "type": "efficient_sam", - "base": "efficient_sam", - "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM", - "description": "Install efficient_sam_s_cpu.jit into ComfyUI-YoloWorld-EfficientSAM", - "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", - "filename": "efficient_sam_s_cpu.jit", - "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_cpu.jit", - "size": "106.0MB" - }, - { - "name": "efficient_sam_s_gpu.jit [ComfyUI-YoloWorld-EfficientSAM]", - "type": "efficient_sam", - "base": "efficient_sam", - "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM", - "description": "Install efficient_sam_s_gpu.jit into ComfyUI-YoloWorld-EfficientSAM", - "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", - "filename": "efficient_sam_s_gpu.jit", - "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit", - "size": "106.0MB" - }, - { - "name": "shape_predictor_68_face_landmarks.dat [Face Analysis]", - "type": "Shape Predictor", - "base": "DLIB", - "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib", - "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", - "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", - "filename": "shape_predictor_68_face_landmarks.dat", - "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/shape_predictor_68_face_landmarks.dat", - "size": "99.7MB" - }, - { - "name": "dlib_face_recognition_resnet_model_v1.dat [Face Analysis]", - "type": "Face Recognition", - "base": "DLIB", - "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib", - "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", - "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", - "filename": "dlib_face_recognition_resnet_model_v1.dat", - "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat", - "size": "22.5MB" - }, { "name": "InstanceDiffusion/fusers", "type": "InstanceDiffusion", @@ -3430,50 +3342,6 @@ "url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fcon.safetensors", "size": "1.72GB" }, - { - "name": "ID-Animator/animator.ckpt", - "type": "ID-Animator", - "base": "SD1.5", - "save_path": "custom_nodes/ComfyUI_ID_Animator/models", - "description": "ID-Animator checkpoint", - "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", - "filename": "animator.ckpt", - "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/animator.ckpt", - "size": "247.3MB" - }, - { - "name": "ID-Animator/mm_sd_v15_v2.ckpt", - "type": "ID-Animator", - "base": "SD1.5", - "save_path": "custom_nodes/ComfyUI_ID_Animator/models/animatediff_models", - "description": "AnimateDiff checkpoint for ID-Animator", - "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", - "filename": "mm_sd_v15_v2.ckpt", - "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/mm_sd_v15_v2.ckpt", - "size": "1.82GB" - }, - { - "name": "ID-Animator/image_encoder", - "type": "ID-Animator", - "base": "SD1.5", - "save_path": "custom_nodes/ComfyUI_ID_Animator/models/image_encoder", - "description": "CLIP Image encoder for ID-Animator", - "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", - "filename": "model.safetensors", - "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/image_encoder/model.safetensors", - "size": "2.53GB" - }, - { - "name": "TencentARC/CustomNet", - "type": "CustomNet", - "base": "CustomNet", - "save_path": "custom_nodes/ComfyUI_CustomNet/pretrain", - "description": "CustomNet pretrained model for ComfyUI_CustomNet", - "reference": "https://huggingface.co/TencentARC/CustomNet/tree/main", - "filename": "customnet_v1.pt", - "url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_v1.pt", - "size": "5.71GB" - }, { "name": "TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic v2 (fp16)", "type": "controlnet", @@ -3562,17 +3430,6 @@ "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x4.pth", "size": "136.0MB" }, - { - "name": "Doubiiu/ToonCrafter model checkpoint", - "type": "checkpoint", - "base": "ToonCrafter", - "save_path": "custom_nodes/ComfyUI-ToonCrafter/ToonCrafter/checkpoints/tooncrafter_512_interp_v1", - "description": "ToonCrafter checkpoint model for ComfyUI-ToonCrafter", - "reference": "https://huggingface.co/Doubiiu/ToonCrafter/tree/main", - "filename": "model.ckpt", - "url": "https://huggingface.co/Doubiiu/ToonCrafter/resolve/main/model.ckpt", - "size": "10.5GB" - }, { "name": "InstantX/FLUX.1-dev Controlnet (Union)", @@ -4465,23 +4322,11 @@ "size": "12.7GB" }, - { - "name": "BAAI/SegGPT", - "type": "SegGPT", - "base": "SegGPT", - "save_path": "custom_nodes/comfyui-SegGPT", - "description": "SegGPT", - "reference": "https://huggingface.co/BAAI/SegGPT", - "filename": "seggpt_vit_large.pth", - "url": "https://huggingface.co/BAAI/SegGPT/resolve/main/seggpt_vit_large.pth", - "size": "1.48GB" - }, - { "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", "type": "clip", "base": "clip", - "save_path": "clip/long_clip", + "save_path": "text_encoders/long_clip", "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", "reference": "https://huggingface.co/zer0int", "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors", @@ -4492,7 +4337,7 @@ "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", "type": "clip", "base": "clip", - "save_path": "clip/long_clip", + "save_path": "text_encoders/long_clip", "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", "reference": "https://huggingface.co/zer0int", "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", @@ -4793,6 +4638,52 @@ "filename": "ip_adapter.safetensors", "url": "https://huggingface.co/XLabs-AI/flux-ip-adapter/resolve/main/ip_adapter.safetensors", "size": "982MB" + }, + + { + "name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]", + "type": "efficient_sam", + "base": "efficient_sam", + "save_path": "yolo_world", + "description": "Install efficient_sam_s_cpu.jit into ComfyUI-YoloWorld-EfficientSAM", + "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", + "filename": "efficient_sam_s_cpu.jit", + "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_cpu.jit", + "size": "106.0MB" + }, + { + "name": "efficient_sam_s_gpu.jit [ComfyUI-YoloWorld-EfficientSAM]", + "type": "efficient_sam", + "base": "efficient_sam", + "save_path": "yolo_world", + "description": "Install efficient_sam_s_gpu.jit into ComfyUI-YoloWorld-EfficientSAM", + "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", + "filename": "efficient_sam_s_gpu.jit", + "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit", + "size": "106.0MB" + }, + + { + "name": "TencentARC/CustomNet V1", + "type": "CustomNet", + "base": "CustomNet", + "save_path": "checkpoints/customnet", + "description": "CustomNet pretrained model for ComfyUI_CustomNet", + "reference": "https://huggingface.co/TencentARC/CustomNet/tree/main", + "filename": "customnet_v1.pt", + "url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_v1.pt", + "size": "5.71GB" + }, + { + "name": "TencentARC/CustomNet Inpaint V1", + "type": "CustomNet", + "base": "CustomNet", + "save_path": "checkpoints/customnet", + "description": "CustomNet Inpaint pretrained model for ComfyUI_CustomNet", + "reference": "https://huggingface.co/TencentARC/CustomNet/tree/main", + "filename": "customnet_inpaint_v1.pt", + "url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_inpaint_v1.pt", + "size": "5.71GB" } ] } diff --git a/node_db/legacy/model-list.json b/node_db/legacy/model-list.json index 8e3e1dc4..62c52735 100644 --- a/node_db/legacy/model-list.json +++ b/node_db/legacy/model-list.json @@ -1,3 +1,126 @@ { - "models": [] + "models": [ + { + "name": "pfg-novel-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-novel-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-novel-n10.pt", + "size": "23.6MB" + }, + { + "name": "pfg-wd14-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-wd14-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd14-n10.pt", + "size": "31.5MB" + }, + { + "name": "pfg-wd15beta2-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-wd15beta2-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd15beta2-n10.pt", + "size": "31.5MB" + }, + { + "name": "shape_predictor_68_face_landmarks.dat [Face Analysis]", + "type": "Shape Predictor", + "base": "DLIB", + "save_path": "custom_nodes/comfyui_faceanalysis/dlib", + "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", + "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", + "filename": "shape_predictor_68_face_landmarks.dat", + "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/shape_predictor_68_face_landmarks.dat", + "size": "99.7MB" + }, + { + "name": "dlib_face_recognition_resnet_model_v1.dat [Face Analysis]", + "type": "Face Recognition", + "base": "DLIB", + "save_path": "custom_nodes/comfyui_faceanalysis/dlib", + "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", + "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", + "filename": "dlib_face_recognition_resnet_model_v1.dat", + "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat", + "size": "22.5MB" + }, + { + "name": "ID-Animator/animator.ckpt", + "type": "ID-Animator", + "base": "SD1.5", + "save_path": "custom_nodes/comfyui_id_animator/models", + "description": "ID-Animator checkpoint", + "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", + "filename": "animator.ckpt", + "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/animator.ckpt", + "size": "247.3MB" + }, + { + "name": "ID-Animator/mm_sd_v15_v2.ckpt", + "type": "ID-Animator", + "base": "SD1.5", + "save_path": "custom_nodes/comfyui_id_animator/models/animatediff_models", + "description": "AnimateDiff checkpoint for ID-Animator", + "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", + "filename": "mm_sd_v15_v2.ckpt", + "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/mm_sd_v15_v2.ckpt", + "size": "1.82GB" + }, + { + "name": "ID-Animator/image_encoder", + "type": "ID-Animator", + "base": "SD1.5", + "save_path": "custom_nodes/comfyui_id_animator/models/image_encoder", + "description": "CLIP Image encoder for ID-Animator", + "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", + "filename": "model.safetensors", + "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/image_encoder/model.safetensors", + "size": "2.53GB" + }, + { + "name": "Doubiiu/ToonCrafter model checkpoint", + "type": "checkpoint", + "base": "ToonCrafter", + "save_path": "custom_nodes/comfyui-tooncrafter/ToonCrafter/checkpoints/tooncrafter_512_interp_v1", + "description": "ToonCrafter checkpoint model for ComfyUI-ToonCrafter", + "reference": "https://huggingface.co/Doubiiu/ToonCrafter/tree/main", + "filename": "model.ckpt", + "url": "https://huggingface.co/Doubiiu/ToonCrafter/resolve/main/model.ckpt", + "size": "10.5GB" + }, + + { + "name": "BAAI/SegGPT", + "type": "SegGPT", + "base": "SegGPT", + "save_path": "custom_nodes/comfyui-seggpt", + "description": "SegGPT", + "reference": "https://huggingface.co/BAAI/SegGPT", + "filename": "seggpt_vit_large.pth", + "url": "https://huggingface.co/BAAI/SegGPT/resolve/main/seggpt_vit_large.pth", + "size": "1.48GB" + }, + { + "name": "kohya-ss/ControlNet-LLLite: SDXL Canny Anime", + "type": "controlnet", + "base": "SDXL", + "save_path": "custom_nodes/ControlNet-LLLite-ComfyUI/models", + "description": "An extremely compactly designed controlnet model (a.k.a. ControlNet-LLLite). Note: The model structure is highly experimental and may be subject to change in the future.", + "reference": "https://huggingface.co/kohya-ss/controlnet-lllite", + "filename": "controllllite_v01032064e_sdxl_canny_anime.safetensors", + "url": "https://huggingface.co/kohya-ss/controlnet-lllite/resolve/main/controllllite_v01032064e_sdxl_canny_anime.safetensors", + "size": "46.2MB" + } + ] } diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 20706fe7..b16f8c72 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -575,7 +575,7 @@ "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", "type": "clip", "base": "clip", - "save_path": "clip/long_clip", + "save_path": "text_encoders/long_clip", "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", "reference": "https://huggingface.co/zer0int", "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors", @@ -586,7 +586,7 @@ "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", "type": "clip", "base": "clip", - "save_path": "clip/long_clip", + "save_path": "text_encoders/long_clip", "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", "reference": "https://huggingface.co/zer0int", "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", @@ -629,18 +629,6 @@ "size": "1.39GB" }, - { - "name": "BAAI/SegGPT", - "type": "SegGPT", - "base": "SegGPT", - "save_path": "custom_nodes/comfyui-SegGPT", - "description": "SegGPT", - "reference": "https://huggingface.co/BAAI/SegGPT", - "filename": "seggpt_vit_large.pth", - "url": "https://huggingface.co/BAAI/SegGPT/resolve/main/seggpt_vit_large.pth", - "size": "1.48GB" - }, - { "name": "DMD2 LoRA (4steps)", "type": "lora", diff --git a/pyproject.toml b/pyproject.toml index 948834f4..a1c63076 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 = "3.10" +version = "3.11" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From 0a28bfa9c21ccced53828d75aa14d773bf77a265 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 29 Jan 2025 23:17:15 +0900 Subject: [PATCH 13/73] fixed: ruff violation --- glob/manager_server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/glob/manager_server.py b/glob/manager_server.py index 04e3eb81..0d9daf68 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -13,7 +13,6 @@ import shutil import git from datetime import datetime -from folder_paths import get_filename_list from server import PromptServer import manager_core as core import manager_util From 3d80ed95cacd81b607a8703ac02cbaf9cbf3eb7f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 29 Jan 2025 23:31:59 +0900 Subject: [PATCH 14/73] update DB --- extension-node-map.json | 14 +- github-stats.json | 3582 +++++++++++++-------------- node_db/dev/custom-node-list.json | 10 + node_db/dev/extension-node-map.json | 14 +- node_db/dev/github-stats.json | 663 ++--- node_db/new/extension-node-map.json | 14 +- 6 files changed, 2171 insertions(+), 2126 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 4a17da76..845994f6 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5166,6 +5166,7 @@ "ADE_AdjustWeightIndivAttnAdd", "ADE_AdjustWeightIndivAttnMult", "ADE_AdjustWeightIndivMult", + "ADE_AncestralOptions", "ADE_AnimateDiffCombine", "ADE_AnimateDiffKeyframe", "ADE_AnimateDiffLoRALoader", @@ -8408,6 +8409,7 @@ "StarFiveWildcards", "StarImageSwitch", "StarTextFilter", + "StarTextInput", "Starupscale" ], { @@ -8949,6 +8951,7 @@ "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels", "tri3d_H_Stack_Images", + "tri3d_Image_extend", "tri3d_NSFWFilter", "tri3d_SaveImage_absolute", "tri3d_SaveText_absolute", @@ -11314,6 +11317,7 @@ [ "TryOffFluxFillModelNode", "TryOffModelNode", + "TryOffQuantizerNode", "TryOffRunNode" ], { @@ -12150,9 +12154,13 @@ "Input: Integer (lab)", "Input: Multiline (lab)", "Input: String (lab)", + "List: Checkpoints (lab)", "List: Limit (lab)", + "List: LoRAs (lab)", "List: Merge (lab)", "List: Random Seeds (lab)", + "List: Samplers (lab)", + "List: Schedulers (lab)", "List: from Elements (lab)", "List: from File (backend) (lab)", "List: from Multiline (lab)", @@ -15641,6 +15649,7 @@ "FL_GPT_Vision", "FL_Glitch", "FL_GoogleDriveDownloader", + "FL_GoogleDriveImageDownloader", "FL_GradGenerator", "FL_HFHubModelUploader", "FL_HF_Character", @@ -21709,7 +21718,6 @@ ], "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": [ [ - "Add zSNR Sigma max", "ConcatSigmas", "CosineScheduler", "GaussianScheduler", @@ -21717,7 +21725,8 @@ "LogNormal Scheduler", "OffsetSigmas", "PerpNegScheduledCFGGuider", - "ScheduledCFGGuider" + "ScheduledCFGGuider", + "SplitSigmasByValue" ], { "title_aux": "ComfyUI-ScheduledGuider-Ext" @@ -22411,6 +22420,7 @@ ], "https://github.com/nilor-corp/nilor-nodes": [ [ + "Nilor Categorize String", "Nilor Count Images In Directory", "Nilor Int To List Of Bools", "Nilor Interpolated Float List", diff --git a/github-stats.json b/github-stats.json index d611e0c4..925f66e3 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,87 +2,87 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-01-01 16:03:57", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 12, "last_update": "2025-01-24 10:39:15", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 198, "last_update": "2025-01-23 00:57:27", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/1038lab/ComfyUI-RMBG": { "stars": 225, "last_update": "2025-01-22 09:24:19", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 15, - "last_update": "2025-01-12 06:38:40", - "author_account_age_days": 670 + "last_update": "2025-01-28 23:51:02", + "author_account_age_days": 671 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 4, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1189, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 73, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 63, "last_update": "2024-12-09 02:29:58", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 26, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-12-08 03:42:25", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 5, "last_update": "2025-01-09 13:24:13", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 117, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1137 + "author_account_age_days": 1138 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 224, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1137 + "author_account_age_days": 1138 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2990 + "author_account_age_days": 2991 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 8, @@ -92,7 +92,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 20, @@ -102,7 +102,7 @@ "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 79, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, @@ -117,317 +117,317 @@ "https://github.com/6174/comflowy-nodes": { "stars": 12, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 20, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 9, "last_update": "2025-01-24 07:45:45", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 23, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/852wa/ComfyUI-AAP": { - "stars": 3, - "last_update": "2025-01-28 11:15:10", - "author_account_age_days": 581 + "stars": 4, + "last_update": "2025-01-29 13:21:59", + "author_account_age_days": 582 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 3, - "last_update": "2025-01-28 12:43:00", - "author_account_age_days": 581 + "stars": 4, + "last_update": "2025-01-29 12:51:31", + "author_account_age_days": 582 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, "last_update": "2024-12-21 23:43:44", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 7, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 6, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 24, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 11, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 23, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 75, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 30, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 209, + "stars": 210, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 293, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 32, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 5, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 106, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 356, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 19, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 17, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 88, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 36, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 38, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 48, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 212, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 35, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 8, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 28, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 37, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 10, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 31, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 42, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 25, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 195, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 41, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 5, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 7, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 13, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1969, + "stars": 1973, "last_update": "2024-12-19 11:43:49", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 302, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 35, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 342, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 77, @@ -435,9 +435,9 @@ "author_account_age_days": 101 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 197, + "stars": 198, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 913, @@ -447,57 +447,57 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1678 + "author_account_age_days": 1679 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 6, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "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": 1744 + "author_account_age_days": 1745 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 262, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 6, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 799, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 393, + "stars": 394, "last_update": "2025-01-26 23:18:51", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 4, @@ -507,12 +507,12 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, "last_update": "2024-12-17 05:40:40", - "author_account_age_days": 3596 + "author_account_age_days": 3597 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 9, "last_update": "2025-01-25 18:33:17", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -522,47 +522,47 @@ "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-12-09 16:08:07", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 4, "last_update": "2024-12-22 12:42:36", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 996, + "stars": 997, "last_update": "2025-01-24 15:32:57", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 3919 + "author_account_age_days": 3920 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 8, "last_update": "2025-01-09 04:18:55", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-01-11 22:33:13", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 4, "last_update": "2025-01-08 22:43:43", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 302, + "stars": 304, "last_update": "2025-01-12 21:18:53", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3594 + "author_account_age_days": 3595 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, @@ -576,18 +576,18 @@ }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, - "last_update": "2025-01-28 16:59:52", - "author_account_age_days": 96 + "last_update": "2025-01-28 18:54:52", + "author_account_age_days": 97 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 34, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3607 + "author_account_age_days": 3608 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, @@ -597,77 +597,77 @@ "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 78, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/ArtHommage/HommageTools": { "stars": 2, "last_update": "2025-01-23 23:52:48", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 716, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 18, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4804 + "author_account_age_days": 4805 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 432, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 3, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 5, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2661 + "author_account_age_days": 2662 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, @@ -677,32 +677,32 @@ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 387, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 7, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1193, + "stars": 1194, "last_update": "2025-01-23 05:44:35", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, @@ -732,12 +732,12 @@ "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 23, "last_update": "2025-01-23 08:28:56", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 62, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, @@ -747,12 +747,12 @@ "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 3, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, @@ -762,22 +762,22 @@ "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 14, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 345, @@ -812,112 +812,112 @@ "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 54, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 9, - "last_update": "2025-01-28 15:57:17", - "author_account_age_days": 1695 + "last_update": "2025-01-29 14:07:42", + "author_account_age_days": 1696 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 31, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 9 + "author_account_age_days": 10 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 16, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 50, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 121, + "stars": 180, "last_update": "2025-01-28 02:42:35", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 21, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 3, "last_update": "2025-01-27 14:57:39", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 107, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 50, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 180, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 73, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 31, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 29, "last_update": "2024-12-22 12:10:13", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/Charlweed/image_transceiver": { "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5315 + "author_account_age_days": 5316 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 10, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2119 + "author_account_age_days": 2120 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 12, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 73, - "last_update": "2025-01-28 16:55:28", - "author_account_age_days": 247 + "last_update": "2025-01-29 01:15:29", + "author_account_age_days": 248 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 75, @@ -932,62 +932,62 @@ "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 2, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 1, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/Conor-Collins/coco_tools": { "stars": 1, "last_update": "2025-01-26 21:46:13", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 115, "last_update": "2025-01-07 15:03:52", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1221 + "author_account_age_days": 1222 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 4, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, "last_update": "2025-01-23 06:47:34", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 6, "last_update": "2025-01-23 06:44:49", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5376 + "author_account_age_days": 5377 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 3, "last_update": "2025-01-25 07:36:21", - "author_account_age_days": 6 + "author_account_age_days": 7 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 33, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, @@ -997,22 +997,22 @@ "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 4, "last_update": "2024-12-22 14:37:21", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/DataCTE/prompt_injection": { "stars": 87, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4433 + "author_account_age_days": 4434 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, @@ -1027,142 +1027,142 @@ "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 13, "last_update": "2025-01-15 09:02:21", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 25, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 12, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1678 + "author_account_age_days": 1679 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 21, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 9, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 3, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 2, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5212 + "author_account_age_days": 5213 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 6, "last_update": "2025-01-14 09:33:55", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 1, - "last_update": "2025-01-28 00:21:47", + "last_update": "2025-01-29 02:06:06", "author_account_age_days": 1592 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 67, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4935 + "author_account_age_days": 4936 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1361 + "author_account_age_days": 1362 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 25, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 203, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 4, "last_update": "2025-01-28 16:30:52", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 2, "last_update": "2025-01-27 19:19:57", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 307, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 43, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 285, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 381, @@ -1215,39 +1215,39 @@ "author_account_age_days": 3368 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 563, + "stars": 564, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 99, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 183, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 197, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2561, + "stars": 2563, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 2, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, @@ -1257,72 +1257,72 @@ "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2965 + "author_account_age_days": 2966 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 4, "last_update": "2025-01-28 10:30:03", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 417, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 74, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 221, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1462 + "author_account_age_days": 1463 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 84, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 6, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 62, @@ -1332,362 +1332,362 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1515 + "author_account_age_days": 1516 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2025-01-27 15:06:46", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4786 + "author_account_age_days": 4787 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 40, "last_update": "2024-12-06 15:42:18", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, "last_update": "2024-12-01 00:43:54", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/GoingAI1998/Comfyui_imgcanvas": { "stars": 4, "last_update": "2025-01-21 05:32:24", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 8, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5150 + "author_account_age_days": 5151 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 187, + "stars": 191, "last_update": "2025-01-22 10:38:34", "author_account_age_days": 1338 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { - "stars": 43, + "stars": 44, "last_update": "2025-01-26 08:06:57", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 58, "last_update": "2024-12-16 10:18:14", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 1, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 164, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 5, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3064 + "author_account_age_days": 3065 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 14, "last_update": "2025-01-15 13:49:53", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 112, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 9, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 48, "last_update": "2025-01-23 16:54:55", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 40, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 20, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 90, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 30, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 30, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 44, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-01-19 14:06:16", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 320, + "stars": 321, "last_update": "2025-01-16 06:00:39", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3302 + "author_account_age_days": 3303 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 5, "last_update": "2025-01-27 21:15:53", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 3, "last_update": "2025-01-08 01:15:33", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 34, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5699 + "author_account_age_days": 5700 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5699 + "author_account_age_days": 5700 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 6, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5699 + "author_account_age_days": 5700 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 460, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2024-12-08 23:56:49", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2448 + "author_account_age_days": 2449 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 4040 + "author_account_age_days": 4041 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, "last_update": "2025-01-15 10:45:12", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4127 + "author_account_age_days": 4128 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 23, "last_update": "2024-12-21 19:28:35", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 16, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 9, "last_update": "2024-12-15 11:00:51", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 102, + "stars": 103, "last_update": "2025-01-28 12:52:56", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 31, "last_update": "2025-01-05 23:34:37", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 10, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 77, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 3, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2785 + "author_account_age_days": 2786 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 59, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 1, - "last_update": "2025-01-26 23:29:22", - "author_account_age_days": 4217 + "last_update": "2025-01-29 00:16:41", + "author_account_age_days": 4218 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 25, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 1, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 87, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 52, @@ -1702,12 +1702,12 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 158, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5104 + "author_account_age_days": 5105 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, @@ -1717,22 +1717,22 @@ "https://github.com/JettHu/ComfyUI-TCD": { "stars": 120, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2576 + "author_account_age_days": 2577 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 90, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2576 + "author_account_age_days": 2577 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1241 + "author_account_age_days": 1242 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 2, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 2 + "author_account_age_days": 3 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 522, @@ -1742,52 +1742,52 @@ "https://github.com/Jordach/comfy-plasma": { "stars": 72, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4731 + "author_account_age_days": 4732 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 10, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3388 + "author_account_age_days": 3389 }, "https://github.com/Julian-adv/WildDivide": { "stars": 16, "last_update": "2024-12-22 02:05:36", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 2989 + "author_account_age_days": 2990 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 2, "last_update": "2025-01-27 15:14:58", - "author_account_age_days": 67 + "author_account_age_days": 68 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1132 + "author_account_age_days": 1133 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 2, "last_update": "2025-01-26 06:06:55", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4765 + "author_account_age_days": 4766 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 7, @@ -1797,25 +1797,25 @@ "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 57, "last_update": "2024-11-23 15:44:26", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 43, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 37, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 307, "last_update": "2025-01-22 02:39:21", - "author_account_age_days": 1846 + "author_account_age_days": 1847 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 183, + "stars": 184, "last_update": "2024-09-01 03:57:22", "author_account_age_days": 1704 }, @@ -1827,112 +1827,112 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 54, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 687, + "stars": 688, "last_update": "2025-01-28 06:17:44", - "author_account_age_days": 3934 + "author_account_age_days": 3935 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2913, - "last_update": "2025-01-28 06:17:25", - "author_account_age_days": 3934 + "stars": 2916, + "last_update": "2025-01-29 12:29:01", + "author_account_age_days": 3935 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 735, - "last_update": "2025-01-28 06:33:29", - "author_account_age_days": 3934 + "last_update": "2025-01-28 20:24:03", + "author_account_age_days": 3935 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1338 + "author_account_age_days": 1339 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5786 + "author_account_age_days": 5787 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 76, + "stars": 77, "last_update": "2025-01-21 03:23:00", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 69, "last_update": "2025-01-09 09:07:22", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 170, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 416, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 11, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 108, + "stars": 109, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/Lerc/canvas_tab": { "stars": 169, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5585 + "author_account_age_days": 5586 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 3, "last_update": "2024-12-08 23:10:10", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 2, "last_update": "2024-12-22 15:06:38", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, @@ -1947,27 +1947,27 @@ "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 673, + "stars": 676, "last_update": "2024-12-22 14:57:35", "author_account_age_days": 4409 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 150, "last_update": "2025-01-09 05:30:43", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 9, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, @@ -1977,27 +1977,27 @@ "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 45, "last_update": "2025-01-25 13:15:11", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { - "stars": 21, + "stars": 22, "last_update": "2024-12-26 17:25:45", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 79, + "stars": 80, "last_update": "2025-01-25 13:16:20", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, @@ -2007,162 +2007,162 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3075 + "author_account_age_days": 3076 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3075 + "author_account_age_days": 3076 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 36, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 29, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 38, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 56, "last_update": "2025-01-19 18:46:30", - "author_account_age_days": 1823 + "author_account_age_days": 1824 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2000 + "author_account_age_days": 2001 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2025-01-08 12:25:10", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 3, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 6, "last_update": "2024-12-11 05:56:23", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 23, + "stars": 24, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 131, "last_update": "2025-01-17 14:30:04", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1640 + "author_account_age_days": 1641 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2449 + "author_account_age_days": 2450 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 1851 + "author_account_age_days": 1852 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1851 + "author_account_age_days": 1852 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3423 + "author_account_age_days": 3424 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 1, "last_update": "2025-01-28 05:02:11", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5550 + "author_account_age_days": 5551 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, @@ -2202,77 +2202,77 @@ "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4186 + "author_account_age_days": 4187 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 36, "last_update": "2025-01-27 05:27:17", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2025-01-07 19:10:27", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, "last_update": "2025-01-25 10:38:15", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 204, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 39, + "stars": 40, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 19, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2676, + "stars": 2682, "last_update": "2025-01-24 18:41:37", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 521, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 16, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 26, + "stars": 27, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3263 + "author_account_age_days": 3264 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 30, "last_update": "2025-01-26 18:05:36", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 45, @@ -2282,42 +2282,42 @@ "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2025-01-28 14:25:29", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 59, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 796 + "author_account_age_days": 797 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 28, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 8, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1542 + "author_account_age_days": 1543 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 35, @@ -2347,7 +2347,7 @@ "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 5, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, @@ -2357,72 +2357,72 @@ "https://github.com/NimaNzrii/comfyui-photoshop": { "stars": 821, "last_update": "2025-01-15 17:26:18", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, - "last_update": "2024-12-17 20:52:30", - "author_account_age_days": 3038 + "last_update": "2025-01-28 23:38:21", + "author_account_age_days": 3039 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 240, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3064 + "author_account_age_days": 3065 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 531, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { "stars": 1, "last_update": "2025-01-12 09:34:07", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 3, "last_update": "2025-01-19 01:59:11", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 14, "last_update": "2025-01-22 14:05:19", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 29, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 85, @@ -2437,22 +2437,22 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 15, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, @@ -2462,22 +2462,22 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3861 + "author_account_age_days": 3862 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, "last_update": "2024-12-11 17:41:42", - "author_account_age_days": 2061 + "author_account_age_days": 2062 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5443 + "author_account_age_days": 5444 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, @@ -2487,112 +2487,112 @@ "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 8 + "author_account_age_days": 9 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 2, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2769 + "author_account_age_days": 2770 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 2, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2123, + "stars": 2124, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 2, "last_update": "2024-12-21 12:05:13", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 1, - "last_update": "2025-01-28 00:51:41", - "author_account_age_days": 3660 + "last_update": "2025-01-29 03:06:29", + "author_account_age_days": 3661 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 3, "last_update": "2024-12-25 16:01:52", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1468 + "author_account_age_days": 1469 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4150 + "author_account_age_days": 4151 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 6, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { - "stars": 0, - "last_update": "2025-01-28 12:22:17", - "author_account_age_days": 1596 + "stars": 1, + "last_update": "2025-01-29 06:42:48", + "author_account_age_days": 1597 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 2, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 54, "last_update": "2025-01-25 15:15:01", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-25 09:51:35", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, @@ -2602,12 +2602,12 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 25, "last_update": "2025-01-13 17:00:35", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, @@ -2622,22 +2622,22 @@ "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 37, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 127, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 18, @@ -2657,192 +2657,192 @@ "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 350, + "stars": 351, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1328 + "author_account_age_days": 1329 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 11, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 129, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 72, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 21, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 71, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 818, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 83, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3615 + "author_account_age_days": 3616 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 253, "last_update": "2024-12-31 06:28:12", - "author_account_age_days": 67 + "author_account_age_days": 68 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 4, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1515 + "author_account_age_days": 1516 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 14, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "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": 604 + "author_account_age_days": 605 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 6, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 18, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 5, + "stars": 7, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 7, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 59, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 31, "last_update": "2024-12-23 10:41:30", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 13, "last_update": "2025-01-09 18:22:56", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 40, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 36, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 350, "last_update": "2025-01-25 11:56:04", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { - "stars": 32, + "stars": 33, "last_update": "2025-01-22 15:26:47", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 27, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 4, "last_update": "2025-01-08 10:59:35", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 14, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 124, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, @@ -2857,7 +2857,7 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, @@ -2875,19 +2875,19 @@ "author_account_age_days": 1416 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { - "stars": 48, + "stars": 49, "last_update": "2024-12-21 22:36:22", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 148, "last_update": "2024-12-08 10:35:19", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 10, @@ -2917,52 +2917,52 @@ "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, "last_update": "2025-01-18 10:28:11", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 21, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-23 22:56:20", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2024-12-30 01:26:43", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-01-01 01:36:41", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 71, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 1, "last_update": "2025-01-24 08:48:52", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 53, @@ -2977,82 +2977,82 @@ "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 19, "last_update": "2025-01-20 18:40:38", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 3, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3764 + "author_account_age_days": 3765 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 13, - "last_update": "2025-01-26 07:29:03", - "author_account_age_days": 220 + "last_update": "2025-01-29 08:29:49", + "author_account_age_days": 221 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 119, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 204, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 9, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { - "stars": 19, + "stars": 20, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 15, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 47, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 70, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 18, "last_update": "2025-01-14 18:15:36", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 0, - "last_update": "2025-01-28 17:14:47", - "author_account_age_days": 85 + "last_update": "2025-01-28 21:40:18", + "author_account_age_days": 86 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 148, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 757, @@ -3062,12 +3062,12 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 35, "last_update": "2025-01-28 06:57:07", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 2, - "last_update": "2025-01-28 13:29:03", - "author_account_age_days": 614 + "last_update": "2025-01-29 09:39:45", + "author_account_age_days": 615 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, @@ -3077,72 +3077,72 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 126, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 182, + "stars": 183, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 145, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 387, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 26, - "last_update": "2025-01-27 12:08:08", - "author_account_age_days": 657 + "last_update": "2025-01-29 07:41:01", + "author_account_age_days": 658 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 23, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 163, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 628, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 28, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 488, "last_update": "2025-01-12 04:28:09", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 2, "last_update": "2025-01-17 13:52:42", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, @@ -3152,30 +3152,30 @@ "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2025-01-22 15:44:37", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3435 + "author_account_age_days": 3436 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 15, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1894 + "author_account_age_days": 1895 }, "https://github.com/TemryL/ComfyS3": { - "stars": 41, + "stars": 42, "last_update": "2024-11-05 14:56:04", "author_account_age_days": 1087 }, @@ -3187,47 +3187,47 @@ "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 361, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 99, "last_update": "2024-12-28 10:58:56", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2930 + "author_account_age_days": 2931 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 4, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 424, + "stars": 425, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 456, + "stars": 457, "last_update": "2024-12-18 17:23:08", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, @@ -3237,27 +3237,27 @@ "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 45, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 40, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, "last_update": "2025-01-22 10:23:43", - "author_account_age_days": 3598 + "author_account_age_days": 3599 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 227, @@ -3267,17 +3267,17 @@ "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1503 + "author_account_age_days": 1504 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 218, + "stars": 219, "last_update": "2025-01-27 11:19:48", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, @@ -3287,12 +3287,12 @@ "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 18, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, @@ -3302,62 +3302,62 @@ "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2025-01-22 13:02:13", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 95, "last_update": "2025-01-25 19:15:02", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 100, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 116, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 72, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 32, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1328, + "stars": 1329, "last_update": "2024-12-20 16:46:02", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, @@ -3367,52 +3367,52 @@ "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 30, "last_update": "2025-01-25 08:36:38", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3178 + "author_account_age_days": 3179 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 1, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3970 + "author_account_age_days": 3971 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 12, "last_update": "2025-01-28 09:02:09", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 3862 + "author_account_age_days": 3863 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 37, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1300, + "stars": 1301, "last_update": "2024-10-30 12:51:21", "author_account_age_days": 176 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 2, "last_update": "2025-01-24 14:35:29", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/XieChengYuan/comfyui_kj": { "stars": 1, @@ -3422,162 +3422,162 @@ "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 171, "last_update": "2024-12-05 21:10:04", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2913 + "author_account_age_days": 2914 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2913 + "author_account_age_days": 2914 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3973 + "author_account_age_days": 3974 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 126, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 1032 + "author_account_age_days": 1033 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, "last_update": "2025-01-21 21:31:26", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 2, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 356, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 20, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 467, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 748, + "stars": 749, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 73, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 692, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1374, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 200, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 798, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 48, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 96, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 198, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 103, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 145, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 658, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1658, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1491 + "author_account_age_days": 1492 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 28, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5758 + "author_account_age_days": 5759 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1412 + "author_account_age_days": 1413 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, @@ -3602,22 +3602,22 @@ "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 3, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 3, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 1, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5020 + "author_account_age_days": 5021 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 9, @@ -3627,17 +3627,17 @@ "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/abyz22/image_control": { "stars": 15, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 28, @@ -3647,142 +3647,142 @@ "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 272, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5235 + "author_account_age_days": 5236 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 5, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2440 + "author_account_age_days": 2441 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 48, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 1, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4214 + "author_account_age_days": 4215 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 7, "last_update": "2024-12-19 08:13:44", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 2, "last_update": "2025-01-25 05:52:31", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 95, "last_update": "2024-12-31 10:12:40", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1785, + "stars": 1787, "last_update": "2025-01-23 07:52:48", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 52, "last_update": "2025-01-10 09:53:04", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 24, + "stars": 25, "last_update": "2025-01-19 07:40:04", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 198, + "stars": 197, "last_update": "2024-12-13 01:44:03", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 239, + "stars": 240, "last_update": "2024-12-26 22:37:39", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 79, "last_update": "2024-12-13 01:44:29", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 2, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 5, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 31, "last_update": "2024-11-28 12:32:25", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, @@ -3807,12 +3807,12 @@ "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 6, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5232 + "author_account_age_days": 5233 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-01-04 10:38:45", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 60, @@ -3822,47 +3822,47 @@ "https://github.com/ali1234/comfyui-job-iterator": { "stars": 102, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5078 + "author_account_age_days": 5079 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 61, "last_update": "2025-01-19 12:05:48", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1491 + "author_account_age_days": 1492 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 91, "last_update": "2025-01-23 17:30:20", - "author_account_age_days": 1491 + "author_account_age_days": 1492 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2212 + "author_account_age_days": 2213 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 94, "last_update": "2025-01-17 21:00:45", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3171 + "author_account_age_days": 3172 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, @@ -3872,12 +3872,12 @@ "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2046 + "author_account_age_days": 2047 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1968 + "author_account_age_days": 1969 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, @@ -3887,87 +3887,87 @@ "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, "last_update": "2025-01-15 10:50:51", - "author_account_age_days": 5966 + "author_account_age_days": 5967 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 31, "last_update": "2025-01-15 18:27:44", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2024-12-29 01:08:36", - "author_account_age_days": 3752 + "author_account_age_days": 3753 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 45, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 241, "last_update": "2025-01-12 13:58:43", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 18, - "last_update": "2025-01-27 17:53:53", - "author_account_age_days": 5129 + "stars": 19, + "last_update": "2025-01-29 04:54:02", + "author_account_age_days": 5130 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 144, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 120, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 23, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4339 + "author_account_age_days": 4340 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 72, "last_update": "2025-01-05 19:27:21", - "author_account_age_days": 4339 + "author_account_age_days": 4340 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, "last_update": "2025-01-26 02:31:14", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, "last_update": "2024-12-09 10:33:40", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 66, @@ -3977,42 +3977,42 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 14, "last_update": "2025-01-15 10:26:57", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 5, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/banodoco/steerable-motion": { "stars": 868, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2517 + "author_account_age_days": 2518 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 7, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/bash-j/mikey_nodes": { "stars": 126, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3183 + "author_account_age_days": 3184 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 51, @@ -4022,77 +4022,77 @@ "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 21, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 21, + "stars": 22, "last_update": "2025-01-24 14:45:54", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/bentoml/comfy-pack": { "stars": 93, "last_update": "2025-01-24 01:40:08", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3725 + "author_account_age_days": 3726 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { "stars": 7, "last_update": "2025-01-25 15:50:01", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 2, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 54, "last_update": "2025-01-27 13:57:55", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 2, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 71, + "stars": 72, "last_update": "2025-01-19 08:07:27", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 40, "last_update": "2024-12-12 22:16:46", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 22, "last_update": "2025-01-13 09:38:01", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 121, "last_update": "2024-12-25 04:47:01", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 25, "last_update": "2024-12-07 21:16:44", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, @@ -4102,32 +4102,32 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, @@ -4137,57 +4137,57 @@ "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, "last_update": "2025-01-22 09:09:14", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 2, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 1, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4777 + "author_account_age_days": 4778 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 3821 + "author_account_age_days": 3822 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 11, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 1, "last_update": "2025-01-27 06:13:10", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 19, "last_update": "2025-01-04 00:25:23", - "author_account_age_days": 1812 + "author_account_age_days": 1813 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 287, @@ -4197,67 +4197,67 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5373 + "author_account_age_days": 5374 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { - "stars": 35, + "stars": 36, "last_update": "2025-01-16 10:58:50", - "author_account_age_days": 2584 + "author_account_age_days": 2585 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, - "last_update": "2025-01-28 17:02:27", - "author_account_age_days": 17 + "last_update": "2025-01-29 14:00:12", + "author_account_age_days": 18 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { - "stars": 2, + "stars": 4, "last_update": "2025-01-27 13:24:44", - "author_account_age_days": 4863 + "author_account_age_days": 4864 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 4, "last_update": "2024-12-28 21:19:19", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 1, "last_update": "2025-01-25 03:59:33", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/calcuis/gguf": { - "stars": 5, - "last_update": "2025-01-28 11:19:56", - "author_account_age_days": 865 + "stars": 6, + "last_update": "2025-01-29 03:15:20", + "author_account_age_days": 866 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, @@ -4277,77 +4277,77 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-12-06 04:47:31", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 402, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 7, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 2, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 32, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 2900 + "author_account_age_days": 2901 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 121, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1371 + "author_account_age_days": 1372 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1411 + "author_account_age_days": 1412 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, @@ -4492,7 +4492,7 @@ "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 79, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, @@ -4502,72 +4502,72 @@ "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 291, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 26, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { - "stars": 2, + "stars": 4, "last_update": "2025-01-28 06:30:10", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1829, + "stars": 1831, "last_update": "2025-01-26 08:56:06", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 131, + "stars": 132, "last_update": "2025-01-23 16:24:52", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 135, + "stars": 136, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 99, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 53, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3067 + "author_account_age_days": 3068 }, "https://github.com/choey/Comfy-Topaz": { "stars": 150, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5741 + "author_account_age_days": 5742 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4190 + "author_account_age_days": 4191 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, @@ -4577,32 +4577,32 @@ "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 73, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 57, "last_update": "2025-01-09 06:23:28", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/chrisgoringe/cg-image-picker": { "stars": 301, "last_update": "2024-11-29 02:05:30", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 578, + "stars": 577, "last_update": "2024-12-30 03:55:54", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, @@ -4612,112 +4612,112 @@ "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 182, "last_update": "2025-01-05 19:12:48", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 9, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 79, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 3, "last_update": "2024-12-28 15:32:34", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 1, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 2, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 37, "last_update": "2025-01-04 08:32:06", - "author_account_age_days": 5588 + "author_account_age_days": 5589 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1364, + "stars": 1367, "last_update": "2025-01-08 15:35:24", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 86, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 6, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 470, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 398, + "stars": 399, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 270, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 144, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 4, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 116, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -4727,152 +4727,152 @@ "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 3, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2024-12-17 04:00:58", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3016 + "author_account_age_days": 3017 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 3, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6067 + "author_account_age_days": 6068 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65036, - "last_update": "2025-01-28 14:42:25", - "author_account_age_days": 767 + "stars": 65126, + "last_update": "2025-01-29 13:08:32", + "author_account_age_days": 768 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 553, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 171, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2119 + "author_account_age_days": 2120 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4827 + "author_account_age_days": 4828 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 83, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 129, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 72, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-12-28 00:30:43", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 84, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 66, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/crystian/ComfyUI-Crystools": { "stars": 945, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 42, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 75, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 378, + "stars": 379, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { "stars": 4528, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1429, + "stars": 1430, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 20, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 688, + "stars": 689, "last_update": "2024-12-07 09:40:28", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 777, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 2, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4452 + "author_account_age_days": 4453 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 12, @@ -4902,37 +4902,37 @@ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1808 + "author_account_age_days": 1809 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 12, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 225, "last_update": "2024-12-20 22:53:53", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 269, + "stars": 270, "last_update": "2024-12-22 13:50:25", "author_account_age_days": 2623 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 50, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 24, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-12-14 15:01:39", - "author_account_age_days": 5542 + "author_account_age_days": 5543 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, @@ -4942,62 +4942,62 @@ "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, "last_update": "2025-01-24 09:42:47", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 102, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 79, "last_update": "2024-11-28 20:28:24", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 15, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-12-13 15:07:29", - "author_account_age_days": 4753 + "author_account_age_days": 4754 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 92, "last_update": "2025-01-06 11:51:33", - "author_account_age_days": 4753 + "author_account_age_days": 4754 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, @@ -5005,89 +5005,89 @@ "author_account_age_days": 3715 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 160, + "stars": 161, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 87, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6192 + "author_account_age_days": 6193 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6192 + "author_account_age_days": 6193 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 478, + "stars": 480, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4422 + "author_account_age_days": 4423 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 18, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4422 + "author_account_age_days": 4423 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4209 + "author_account_age_days": 4210 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 161, "last_update": "2024-12-25 00:41:33", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 243, + "stars": 244, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 72, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4989 + "author_account_age_days": 4990 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 8, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 120, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 304, "last_update": "2025-01-05 19:29:53", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/dmMaze/sketch2manga": { "stars": 40, @@ -5097,12 +5097,12 @@ "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 88, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -5112,17 +5112,17 @@ "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2025-01-07 16:45:44", - "author_account_age_days": 3995 + "author_account_age_days": 3996 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, @@ -5132,42 +5132,42 @@ "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 2, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5021 + "author_account_age_days": 5022 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 15, "last_update": "2025-01-18 01:01:11", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 73, "last_update": "2024-12-20 10:50:09", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 34, "last_update": "2024-12-20 10:46:20", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, @@ -5177,77 +5177,77 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 174, "last_update": "2024-12-10 19:10:11", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 360, "last_update": "2024-12-19 09:17:18", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/evanspearman/ComfyMath": { "stars": 101, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4456 + "author_account_age_days": 4457 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, "last_update": "2025-01-26 19:46:31", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 83, + "stars": 84, "last_update": "2025-01-09 18:16:21", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 67, + "stars": 68, "last_update": "2025-01-09 18:14:29", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2024-12-27 14:24:36", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 160, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 14, "last_update": "2024-12-29 12:20:04", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, @@ -5262,17 +5262,17 @@ "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 1, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3582 + "author_account_age_days": 3583 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3582 + "author_account_age_days": 3583 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/feixuetuba/Spleeter": { "stars": 1, @@ -5282,37 +5282,37 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 44, "last_update": "2024-12-31 13:07:59", - "author_account_age_days": 3694 + "author_account_age_days": 3695 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 152, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 335, - "last_update": "2025-01-27 07:17:58", - "author_account_age_days": 1954 + "last_update": "2025-01-29 10:56:03", + "author_account_age_days": 1955 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, @@ -5335,7 +5335,7 @@ "author_account_age_days": 412 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 971, + "stars": 972, "last_update": "2024-11-19 12:32:15", "author_account_age_days": 412 }, @@ -5350,29 +5350,29 @@ "author_account_age_days": 492 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 218, + "stars": 219, "last_update": "2024-06-14 09:04:51", "author_account_age_days": 492 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 468, + "stars": 469, "last_update": "2024-06-16 00:53:22", "author_account_age_days": 492 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5078 + "author_account_age_days": 5079 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3713 + "author_account_age_days": 3714 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3840 + "author_account_age_days": 3841 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, @@ -5392,7 +5392,7 @@ "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -5402,72 +5402,72 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 55, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 541, + "stars": 542, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 10, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2424 + "author_account_age_days": 2425 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 11, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 129, + "stars": 130, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 4, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 61, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-01-17 23:46:42", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 26, "last_update": "2024-11-27 16:23:47", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-12-29 09:24:04", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, @@ -5477,47 +5477,47 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 219, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4456 + "author_account_age_days": 4457 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5217 + "author_account_age_days": 5218 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 158, - "last_update": "2025-01-21 17:23:08", + "last_update": "2025-01-29 01:14:26", "author_account_age_days": 2716 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 50, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 13, @@ -5531,83 +5531,83 @@ }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, - "last_update": "2025-01-28 09:26:51", - "author_account_age_days": 2513 + "last_update": "2025-01-29 08:10:54", + "author_account_age_days": 2514 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 7, "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1947 + "author_account_age_days": 1948 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3331 + "author_account_age_days": 3332 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 59, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 78, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 45, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 455, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 20, "last_update": "2025-01-28 14:32:13", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 3, "last_update": "2025-01-10 11:12:14", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-01-10 11:08:58", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-01-10 11:13:34", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 2, "last_update": "2025-01-10 11:04:48", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 2, "last_update": "2025-01-10 11:10:59", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 152, @@ -5615,129 +5615,129 @@ "author_account_age_days": 739 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 78, + "stars": 79, "last_update": "2025-01-17 02:23:50", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1373 + "author_account_age_days": 1374 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 2, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 120 + "author_account_age_days": 121 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2069 + "author_account_age_days": 2070 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5055 + "author_account_age_days": 5056 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 11, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 9, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 14, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 13, "last_update": "2025-01-24 06:14:25", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 87, "last_update": "2025-01-27 09:30:46", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 7, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1258, + "stars": 1260, "last_update": "2025-01-24 11:59:27", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 9, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 49, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2020 + "author_account_age_days": 2021 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 176, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5330 + "author_account_age_days": 5331 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-01-19 15:39:11", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 2, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, @@ -5747,147 +5747,147 @@ "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4861 + "author_account_age_days": 4862 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4850 + "author_account_age_days": 4851 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4850 + "author_account_age_days": 4851 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 261, + "stars": 263, "last_update": "2025-01-17 06:30:57", - "author_account_age_days": 1456 + "author_account_age_days": 1457 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 573, "last_update": "2024-12-31 17:59:41", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1569, "last_update": "2025-01-05 19:53:01", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 68, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 62, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 124, "last_update": "2024-12-26 17:46:42", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 427, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 27, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5858 + "author_account_age_days": 5859 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 53 + "author_account_age_days": 54 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 18, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4131 + "author_account_age_days": 4132 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2025-01-18 19:19:06", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2424 + "author_account_age_days": 2425 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 162, "last_update": "2025-01-16 08:38:21", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5509 + "author_account_age_days": 5510 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, "last_update": "2024-12-29 11:09:57", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 42, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 591, "last_update": "2025-01-03 10:36:18", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 140, "last_update": "2024-12-18 22:34:21", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 356, "last_update": "2025-01-26 08:49:30", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 9, "last_update": "2025-01-20 08:21:04", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, @@ -5897,42 +5897,42 @@ "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 1, "last_update": "2025-01-26 22:04:51", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 6, "last_update": "2024-12-31 01:53:17", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 53, + "stars": 54, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4644 + "author_account_age_days": 4645 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-12-02 03:49:49", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 64, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 74, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1092, + "stars": 1093, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 52, @@ -5942,92 +5942,92 @@ "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 72, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, "last_update": "2025-01-19 12:20:01", - "author_account_age_days": 795 + "author_account_age_days": 796 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 795 + "author_account_age_days": 796 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 3, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4689 + "author_account_age_days": 4690 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 40, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3149 + "author_account_age_days": 3150 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4150 + "author_account_age_days": 4151 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 136, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 49, "last_update": "2025-01-14 19:47:48", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 2, "last_update": "2025-01-24 16:05:37", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { - "stars": 12, + "stars": 13, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, "last_update": "2024-12-13 03:03:41", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 2975 + "author_account_age_days": 2976 }, "https://github.com/jitcoder/lora-info": { "stars": 75, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3867 + "author_account_age_days": 3868 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, @@ -6037,167 +6037,167 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4815 + "author_account_age_days": 4816 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4202 + "author_account_age_days": 4203 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, "last_update": "2025-01-16 10:38:43", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 431, + "stars": 432, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 130, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 22, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5211 + "author_account_age_days": 5212 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4148 + "author_account_age_days": 4149 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 22, + "stars": 23, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4971 + "author_account_age_days": 4972 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 68, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4971 + "author_account_age_days": 4972 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 30, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4971 + "author_account_age_days": 4972 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 210, "last_update": "2025-01-09 09:23:46", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 129 + "author_account_age_days": 130 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 111, "last_update": "2025-01-25 18:45:47", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3693 + "author_account_age_days": 3694 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 22, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 53, "last_update": "2024-11-29 15:22:15", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 412, "last_update": "2024-11-24 20:25:04", - "author_account_age_days": 4899 + "author_account_age_days": 4900 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 16, "last_update": "2025-01-21 10:05:26", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 2, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2024-12-24 16:48:11", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 165, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5107 + "author_account_age_days": 5108 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 3, @@ -6207,252 +6207,252 @@ "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 172, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 136, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 201, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1326, - "last_update": "2025-01-28 14:39:40", - "author_account_age_days": 2401 + "stars": 1334, + "last_update": "2025-01-28 20:41:00", + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 170, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 131, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 237, + "stars": 238, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 64, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 646, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 908, + "stars": 911, "last_update": "2025-01-12 17:55:46", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 646, + "stars": 649, "last_update": "2025-01-19 15:57:36", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 199, + "stars": 200, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 105, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1664, + "stars": 1669, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 880, + "stars": 881, "last_update": "2025-01-23 16:59:43", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-KJNodes": { "stars": 806, "last_update": "2025-01-27 10:14:46", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 574, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 83, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 57, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { "stars": 1790, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 102, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 186, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 496, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 396, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 35, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 42, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 347, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1721, + "stars": 1722, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 161, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 70, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 99, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 739, + "stars": 741, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 74 + "author_account_age_days": 75 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 25, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 49, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-01-27 01:48:57", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 179, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/kraglik/prompt_collapse": { "stars": 6, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 23, @@ -6467,127 +6467,127 @@ "https://github.com/l-comm/WatermarkRemoval": { "stars": 2, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 29 + "author_account_age_days": 30 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 22, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 53, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 33, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 9, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2499 + "author_account_age_days": 2500 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 7, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2499 + "author_account_age_days": 2500 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2499 + "author_account_age_days": 2500 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 14, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 4, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 4, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3997 + "author_account_age_days": 3998 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 11, @@ -6597,12 +6597,12 @@ "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 35, "last_update": "2024-12-11 05:09:29", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 60, + "stars": 64, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, @@ -6612,122 +6612,122 @@ "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, "last_update": "2024-12-31 14:25:36", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 9, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 4, "last_update": "2024-12-24 05:33:45", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 3, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4010 + "author_account_age_days": 4011 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 9, "last_update": "2025-01-06 01:47:59", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 10, "last_update": "2025-01-23 15:56:23", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 1, "last_update": "2025-01-23 15:44:21", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 2, "last_update": "2025-01-12 15:25:56", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 3, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 68, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 69, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 10, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 119, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/ljleb/comfy-mecha": { "stars": 59, "last_update": "2025-01-25 07:20:53", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 234, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/lks-ai/anynode": { "stars": 514, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 126, "last_update": "2025-01-07 02:36:44", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 40, "last_update": "2025-01-22 09:32:34", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 123, + "stars": 124, "last_update": "2025-01-27 13:05:06", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 8, "last_update": "2024-11-29 11:37:27", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 46, "last_update": "2024-12-01 11:57:50", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 59, "last_update": "2024-12-21 02:44:42", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, @@ -6737,187 +6737,187 @@ "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 31, "last_update": "2025-01-22 18:50:02", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 30, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 10, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 107, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1044, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 175, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 425, + "stars": 426, "last_update": "2024-12-21 06:04:48", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 276, + "stars": 277, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 43, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 34, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 11, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-11-28 20:55:56", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 74, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 8, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 482, + "stars": 483, "last_update": "2024-11-30 07:01:55", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 32, "last_update": "2024-11-23 07:25:20", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 32, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 160, + "stars": 161, "last_update": "2024-12-25 07:12:24", - "author_account_age_days": 3881 + "author_account_age_days": 3882 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3881 + "author_account_age_days": 3882 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2089, + "stars": 2090, "last_update": "2025-01-28 03:21:43", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 110, + "stars": 111, "last_update": "2025-01-26 09:54:24", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 490, + "stars": 491, "last_update": "2025-01-28 02:53:18", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8171, - "last_update": "2025-01-27 23:06:33", - "author_account_age_days": 680 + "stars": 8193, + "last_update": "2025-01-29 14:17:20", + "author_account_age_days": 681 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 0, + "stars": 2, "last_update": "2025-01-28 17:20:47", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 37, + "stars": 38, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4025 + "author_account_age_days": 4026 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 49, @@ -6927,117 +6927,117 @@ "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 63, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 190, "last_update": "2025-01-27 22:39:31", - "author_account_age_days": 1329 + "author_account_age_days": 1330 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-01-26 18:02:13", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2024-12-07 17:27:17", - "author_account_age_days": 2576 + "author_account_age_days": 2577 }, "https://github.com/magic-quill/ComfyUI_MagicQuill": { "stars": 94, "last_update": "2024-12-16 04:15:45", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 172, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5972 + "author_account_age_days": 5973 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5402 + "author_account_age_days": 5403 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 75, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 79, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4993 + "author_account_age_days": 4994 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 12, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 61, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2958 + "author_account_age_days": 2959 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 7, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 244, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1168, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2320 + "author_account_age_days": 2321 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, @@ -7050,109 +7050,109 @@ "author_account_age_days": 873 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 57, + "stars": 58, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3421 + "author_account_age_days": 3422 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3421 + "author_account_age_days": 3422 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 73, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3421 + "author_account_age_days": 3422 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/melMass/comfy_mtb": { "stars": 495, "last_update": "2025-01-09 14:04:19", - "author_account_age_days": 3963 + "author_account_age_days": 3964 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 4, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 25, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5691 + "author_account_age_days": 5692 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, - "last_update": "2024-11-29 13:12:52", + "last_update": "2025-01-29 10:42:55", "author_account_age_days": 2536 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 23, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 327, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2226 + "author_account_age_days": 2227 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2782 + "author_account_age_days": 2783 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 53, + "stars": 54, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6134 + "author_account_age_days": 6135 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6134 + "author_account_age_days": 6135 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 249, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/mira-6/comfyui-sasolver": { - "stars": 3, + "stars": 4, "last_update": "2025-01-09 22:36:41", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 68, @@ -7162,37 +7162,37 @@ "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/modelscope/scepter": { "stars": 457, "last_update": "2024-12-07 16:31:54", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4822 + "author_account_age_days": 4823 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, @@ -7202,132 +7202,132 @@ "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 2, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4298 + "author_account_age_days": 4299 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2024-12-28 05:34:06", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 5, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-01-13 21:11:12", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4156 + "author_account_age_days": 4157 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 25, "last_update": "2025-01-04 02:48:08", - "author_account_age_days": 3179 + "author_account_age_days": 3180 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 8, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3164 + "author_account_age_days": 3165 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1598 + "author_account_age_days": 1599 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1598 + "author_account_age_days": 1599 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, "last_update": "2025-01-16 08:03:08", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 192, + "stars": 193, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 45, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 29, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 7, "last_update": "2024-12-25 18:40:01", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, "last_update": "2025-01-24 12:07:31", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 6, "last_update": "2024-12-12 06:33:15", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 109, - "last_update": "2025-01-26 08:05:39", - "author_account_age_days": 1237 + "stars": 110, + "last_update": "2025-01-29 10:29:45", + "author_account_age_days": 1238 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 10, "last_update": "2024-11-24 09:40:44", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, @@ -7342,77 +7342,77 @@ "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4247 + "author_account_age_days": 4248 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 173, + "stars": 174, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 84, "last_update": "2025-01-26 06:55:01", - "author_account_age_days": 4938 + "author_account_age_days": 4939 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 6, + "stars": 7, "last_update": "2025-01-25 13:22:48", - "author_account_age_days": 4938 + "author_account_age_days": 4939 }, "https://github.com/niknah/quick-connections": { - "stars": 172, + "stars": 173, "last_update": "2024-12-15 03:01:31", - "author_account_age_days": 4938 + "author_account_age_days": 4939 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, - "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 433 + "last_update": "2025-01-29 05:24:25", + "author_account_age_days": 434 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 55, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3721 + "author_account_age_days": 3722 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 3, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 25, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 51, "last_update": "2024-12-30 12:15:57", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 7, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 11, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, @@ -7422,52 +7422,52 @@ "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2961 + "author_account_age_days": 2962 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-01-26 07:38:19", - "author_account_age_days": 1430 + "author_account_age_days": 1431 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2340 + "author_account_age_days": 2341 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 209, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 23, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 726, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 103, @@ -7482,27 +7482,27 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2905 + "author_account_age_days": 2906 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 141, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 18, @@ -7517,72 +7517,72 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3001 + "author_account_age_days": 3002 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 0, "last_update": "2025-01-27 18:25:22", - "author_account_age_days": 4329 + "author_account_age_days": 4330 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 25, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5271 + "author_account_age_days": 5272 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5271 + "author_account_age_days": 5272 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 148, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 15, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 235, "last_update": "2024-11-30 06:34:59", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/pandaer119/ComfyUI_pandai": { "stars": 11, "last_update": "2025-01-07 13:01:42", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 192, "last_update": "2025-01-27 17:12:53", - "author_account_age_days": 5298 + "author_account_age_days": 5299 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2905 + "author_account_age_days": 2906 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 42, @@ -7592,12 +7592,12 @@ "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 2, "last_update": "2024-12-28 07:07:26", - "author_account_age_days": 5226 + "author_account_age_days": 5227 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 2, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 160, @@ -7612,110 +7612,110 @@ "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, "last_update": "2025-01-06 11:49:33", - "author_account_age_days": 1892 + "author_account_age_days": 1893 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 8, "last_update": "2025-01-12 02:31:01", - "author_account_age_days": 3271 + "author_account_age_days": 3272 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 17, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-01-28 01:08:05", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1280 + "author_account_age_days": 1281 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 32, - "last_update": "2025-01-28 12:56:26", + "stars": 37, + "last_update": "2025-01-29 11:16:55", "author_account_age_days": 3725 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 99, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 29, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 21, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5786 + "author_account_age_days": 5787 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 12, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5156 + "author_account_age_days": 5157 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 3, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5156 + "author_account_age_days": 5157 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1460, + "stars": 1463, "last_update": "2025-01-14 17:03:18", "author_account_age_days": 2915 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2058, + "stars": 2059, "last_update": "2025-01-14 22:51:00", "author_account_age_days": 716 }, @@ -7727,137 +7727,137 @@ "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 146, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 71, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 1, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 54, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3435 + "author_account_age_days": 3436 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 979 + "author_account_age_days": 980 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, "last_update": "2024-12-28 19:31:31", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-12-26 10:23:16", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 82, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4712 + "author_account_age_days": 4713 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 51, + "stars": 52, "last_update": "2024-12-05 08:42:13", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3642 + "author_account_age_days": 3643 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 27, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5839 + "author_account_age_days": 5840 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 314, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2811 + "author_account_age_days": 2812 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 43, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 9, "last_update": "2025-01-06 18:38:11", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 8, "last_update": "2024-12-01 20:36:54", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/replicate/comfyui-replicate": { "stars": 169, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-01-24 19:21:57", - "author_account_age_days": 4703 + "author_account_age_days": 4704 }, "https://github.com/rgthree/rgthree-comfy": { "stars": 1450, "last_update": "2024-12-31 04:01:59", - "author_account_age_days": 5192 + "author_account_age_days": 5193 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5855 + "author_account_age_days": 5856 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 3, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5855 + "author_account_age_days": 5856 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 1, "last_update": "2025-01-01 15:58:13", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2898 + "author_account_age_days": 2899 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 2, @@ -7867,12 +7867,12 @@ "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, "last_update": "2025-01-03 15:27:06", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 30, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, @@ -7882,12 +7882,12 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 126, "last_update": "2024-12-03 19:25:59", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, @@ -7897,17 +7897,17 @@ "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 104, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4373 + "author_account_age_days": 4374 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 3, @@ -7917,122 +7917,122 @@ "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 10, "last_update": "2024-12-31 16:13:21", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 18, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, "last_update": "2025-01-02 02:39:10", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 16, "last_update": "2025-01-12 14:21:56", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2024-12-05 08:27:40", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 36, "last_update": "2025-01-26 18:33:08", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": { "stars": 17, "last_update": "2025-01-28 14:43:14", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 401, - "last_update": "2025-01-27 15:18:58", - "author_account_age_days": 3907 + "last_update": "2025-01-28 19:21:48", + "author_account_age_days": 3908 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4975 + "author_account_age_days": 4976 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 4, "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1140 + "author_account_age_days": 1141 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5523 + "author_account_age_days": 5524 }, "https://github.com/seanlynch/srl-nodes": { "stars": 7, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5523 + "author_account_age_days": 5524 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 35, "last_update": "2025-01-15 08:00:45", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 117, "last_update": "2025-01-15 05:16:31", - "author_account_age_days": 2720 + "author_account_age_days": 2721 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 124, "last_update": "2025-01-18 09:49:32", - "author_account_age_days": 2720 + "author_account_age_days": 2721 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, @@ -8082,107 +8082,107 @@ "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 1, "last_update": "2024-12-27 17:55:11", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 1, "last_update": "2025-01-15 17:05:57", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 133, "last_update": "2025-01-25 15:32:03", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5311 + "author_account_age_days": 5312 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 260, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 361, "last_update": "2024-12-02 22:41:52", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 9, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 241, "last_update": "2024-12-29 10:24:12", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2441 + "author_account_age_days": 2442 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 31, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2441 + "author_account_age_days": 2442 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2025-01-25 10:07:03", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 3, "last_update": "2025-01-22 00:03:55", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 3, "last_update": "2025-01-22 00:00:58", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 4, "last_update": "2025-01-25 10:05:38", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-textarea-command": { "stars": 2, "last_update": "2024-12-25 05:36:46", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shinich39/comfyui-view-recommendations": { "stars": 3, "last_update": "2024-12-28 08:28:51", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, @@ -8192,42 +8192,42 @@ "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/siliconflow/BizyAir": { "stars": 500, "last_update": "2025-01-28 05:57:07", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { - "stars": 14, + "stars": 15, "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 201, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1325 + "author_account_age_days": 1326 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 161, "last_update": "2025-01-04 12:41:20", - "author_account_age_days": 2345 + "author_account_age_days": 2346 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, @@ -8237,252 +8237,252 @@ "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 21, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 9, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 53, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 15, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 37, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 7, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 30, "last_update": "2024-12-17 00:47:19", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 515, "last_update": "2025-01-16 00:38:15", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 13, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 54, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 68, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 53, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 25, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 211, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 52, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 6, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 31, "last_update": "2024-12-06 01:07:38", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2024-12-09 05:34:53", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 36, "last_update": "2024-12-25 06:26:03", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 61, "last_update": "2025-01-22 01:15:19", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 141, "last_update": "2024-12-05 12:00:37", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 19, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 82, "last_update": "2025-01-10 05:26:59", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 276, + "stars": 278, "last_update": "2025-01-19 04:15:14", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 134, "last_update": "2024-12-27 03:35:57", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, "last_update": "2025-01-27 14:44:06", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1785 + "author_account_age_days": 1786 }, "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, "last_update": "2024-12-24 09:27:31", - "author_account_age_days": 2290 + "author_account_age_days": 2291 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3478 + "author_account_age_days": 3479 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 2, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 26, "last_update": "2024-12-01 15:14:40", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 50, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 190, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 165, + "stars": 164, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 77, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 48, + "stars": 49, "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 184, "last_update": "2024-12-16 22:42:50", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 1, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 87, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 12, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, @@ -8497,62 +8497,62 @@ "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5449 + "author_account_age_days": 5450 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 965, "last_update": "2025-01-06 19:06:53", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 88, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 87, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 71, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 3, - "last_update": "2025-01-25 10:35:27", - "author_account_age_days": 4302 + "last_update": "2025-01-28 22:02:13", + "author_account_age_days": 4303 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 445, + "stars": 446, "last_update": "2025-01-10 09:00:17", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 26, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 21, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 8, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 24, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 821, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, @@ -8562,22 +8562,22 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2064 + "author_account_age_days": 2065 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 39, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2064 + "author_account_age_days": 2065 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6148 + "author_account_age_days": 6149 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, @@ -8592,77 +8592,77 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 667 + "author_account_age_days": 668 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 2, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 121, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2116 + "author_account_age_days": 2117 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1225 + "author_account_age_days": 1226 }, "https://github.com/taabata/ComfyCanvas": { "stars": 78, "last_update": "2024-12-15 00:59:25", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 258, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 6, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 46, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 9, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 24, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/talesofai/comfyui-browser": { "stars": 528, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 17, @@ -8672,112 +8672,112 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5316 + "author_account_age_days": 5317 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5316 + "author_account_age_days": 5317 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 2, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/theUpsider/ComfyUI-Logic": { - "stars": 164, + "stars": 165, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 46, "last_update": "2025-01-17 14:42:53", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 57, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 220, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 344, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-12-25 14:09:38", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 1, "last_update": "2025-01-24 18:07:15", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2024-12-25 13:10:30", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 101, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2558 + "author_account_age_days": 2559 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 111, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3168 + "author_account_age_days": 3169 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 24, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3543 + "author_account_age_days": 3544 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 1, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3411 + "author_account_age_days": 3412 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, - "last_update": "2025-01-28 03:34:25", - "author_account_age_days": 2189 + "last_update": "2025-01-29 03:31:09", + "author_account_age_days": 2190 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2025-01-10 22:43:50", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4593 + "author_account_age_days": 4594 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 7, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3121 + "author_account_age_days": 3122 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, @@ -8787,182 +8787,182 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4588 + "author_account_age_days": 4589 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 69, "last_update": "2024-12-25 02:02:16", - "author_account_age_days": 3868 + "author_account_age_days": 3869 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 541, + "stars": 543, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3868 + "author_account_age_days": 3869 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 4038 + "author_account_age_days": 4039 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 44, "last_update": "2024-12-11 09:08:22", - "author_account_age_days": 3359 + "author_account_age_days": 3360 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5607 + "author_account_age_days": 5608 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 27, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3178 + "author_account_age_days": 3179 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 16, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4975 + "author_account_age_days": 4976 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4975 + "author_account_age_days": 4976 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 3, "last_update": "2024-11-26 07:47:26", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2883 + "author_account_age_days": 2884 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 802, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4286 + "author_account_age_days": 4287 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 116, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 146, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4987 + "author_account_age_days": 4988 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1490 + "author_account_age_days": 1491 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 1, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 3972 + "author_account_age_days": 3973 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 16, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1534 + "author_account_age_days": 1535 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1534 + "author_account_age_days": 1535 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/valofey/Openrouter-Node": { "stars": 2, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1601 + "author_account_age_days": 1602 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2025-01-28 09:58:56", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-01-15 22:18:41", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3318 + "author_account_age_days": 3319 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3645 + "author_account_age_days": 3646 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 3, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 17, "last_update": "2025-01-21 05:16:52", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 158, @@ -8977,32 +8977,32 @@ "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5202 + "author_account_age_days": 5203 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 107, "last_update": "2024-12-22 06:45:45", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 106, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2438 + "author_account_age_days": 2439 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -9012,7 +9012,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 5, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -9022,27 +9022,27 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/weilin9999/WeiLin-ComfyUI-prompt-all-in-one": { - "stars": 151, + "stars": 152, "last_update": "2025-01-09 14:59:21", - "author_account_age_days": 2126 + "author_account_age_days": 2127 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 22, "last_update": "2025-01-23 13:12:22", - "author_account_age_days": 2126 + "author_account_age_days": 2127 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 347, + "stars": 348, "last_update": "2025-01-17 12:37:09", - "author_account_age_days": 1790 + "author_account_age_days": 1791 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, @@ -9052,42 +9052,42 @@ "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 10, "last_update": "2025-01-25 18:28:07", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 5, "last_update": "2025-01-25 05:53:53", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 6, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5705 + "author_account_age_days": 5706 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 37, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 9, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2856 + "author_account_age_days": 2857 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 10, - "last_update": "2025-01-27 11:34:03", - "author_account_age_days": 3576 + "stars": 15, + "last_update": "2025-01-29 12:44:59", + "author_account_age_days": 3577 }, "https://github.com/windfancy/zsq_prompt": { "stars": 1, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1755 + "author_account_age_days": 1756 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, @@ -9102,57 +9102,57 @@ "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2024-12-23 02:43:14", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 85, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5939 + "author_account_age_days": 5940 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5939 + "author_account_age_days": 5940 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 1, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3152 + "author_account_age_days": 3153 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 6, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2481 + "author_account_age_days": 2482 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5268 + "author_account_age_days": 5269 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 344, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1697 + "author_account_age_days": 1698 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 2, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, @@ -9162,57 +9162,57 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 7, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4717 + "author_account_age_days": 4718 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 19, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4717 + "author_account_age_days": 4718 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 11, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4717 + "author_account_age_days": 4718 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1491 + "author_account_age_days": 1492 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2024-12-02 09:30:53", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 20, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 3, "last_update": "2024-12-25 07:31:32", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 15, "last_update": "2024-11-30 08:19:45", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, @@ -9222,7 +9222,7 @@ "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 36, @@ -9235,12 +9235,12 @@ "author_account_age_days": 789 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { - "stars": 1, - "last_update": "2025-01-28 17:00:52", + "stars": 2, + "last_update": "2025-01-28 19:03:03", "author_account_age_days": 343 }, "https://github.com/yichengup/Comfyui-Deepseek": { - "stars": 8, + "stars": 9, "last_update": "2025-01-21 07:30:20", "author_account_age_days": 343 }, @@ -9256,18 +9256,18 @@ }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 55, - "last_update": "2025-01-24 10:07:48", + "last_update": "2025-01-28 19:05:10", "author_account_age_days": 343 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 35, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1253, @@ -9277,47 +9277,47 @@ "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 20, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 3, "last_update": "2024-12-25 18:42:17", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 5, @@ -9332,12 +9332,12 @@ "https://github.com/yuan199696/add_text_2_img": { "stars": 7, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2661 + "author_account_age_days": 2662 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 6, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2661 + "author_account_age_days": 2662 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 93, @@ -9395,39 +9395,39 @@ "author_account_age_days": 2371 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 16, + "stars": 18, "last_update": "2025-01-27 11:32:25", "author_account_age_days": 2371 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 341, "last_update": "2025-01-27 16:28:04", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 23, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -9437,22 +9437,22 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2661 + "author_account_age_days": 2662 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 22, "last_update": "2025-01-01 13:48:04", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 47, "last_update": "2025-01-17 11:40:12", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 7, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, @@ -9467,27 +9467,27 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3677 + "author_account_age_days": 3678 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 65, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4453 + "author_account_age_days": 4454 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1255, + "stars": 1257, "last_update": "2024-12-13 08:42:11", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 19, - "last_update": "2025-01-28 08:03:36", - "author_account_age_days": 3594 + "stars": 23, + "last_update": "2025-01-29 14:14:58", + "author_account_age_days": 3595 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 40, "last_update": "2025-01-22 13:33:05", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, @@ -9495,7 +9495,7 @@ "author_account_age_days": 2880 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 719, + "stars": 722, "last_update": "2025-01-16 04:50:15", "author_account_age_days": 4136 }, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 463682a8..4f9b3a9f 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "risunobushi", + "title": "ComfyUI_DisplacementMapTools", + "reference": "https://github.com/risunobushi/ComfyUI_DisplacementMapTools", + "files": [ + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools" + ], + "install_type": "git-clone", + "description": "NODES: Extract Displacement Map, Displace Logo" + }, { "author": "UD1sto", "title": "plugin-utils-nodes", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index a51c887d..d2cdbc16 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -3458,6 +3458,7 @@ "Hy3DDelightImage", "Hy3DDiffusersSchedulerConfig", "Hy3DExportMesh", + "Hy3DFastSimplifyMesh", "Hy3DGenerateMesh", "Hy3DGetMeshPBRTextures", "Hy3DIMRemesh", @@ -3957,7 +3958,6 @@ ], "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": [ [ - "Add zSNR Sigma max", "ConcatSigmas", "CosineScheduler", "GaussianScheduler", @@ -3965,7 +3965,8 @@ "LogNormal Scheduler", "OffsetSigmas", "PerpNegScheduledCFGGuider", - "ScheduledCFGGuider" + "ScheduledCFGGuider", + "SplitSigmasByValue" ], { "title_aux": "ComfyUI-ScheduledGuider-Ext" @@ -4406,6 +4407,15 @@ "title_aux": "ComfyUI-ODE" } ], + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": [ + [ + "DisplaceLogo", + "ExtractDisplacementMap" + ], + { + "title_aux": "ComfyUI_DisplacementMapTools" + } + ], "https://github.com/risunobushi/ComfyUI_FocusMask": [ [ "FocusMaskExtractor", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 2f274d0b..fcc18bb3 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": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, @@ -17,17 +17,17 @@ "https://github.com/7BEII/Comfyui_PDuse": { "stars": 2, "last_update": "2025-01-25 08:47:24", - "author_account_age_days": 31 + "author_account_age_days": 32 }, "https://github.com/807502278/ComfyUI_TensorRT_Merge": { "stars": 2, "last_update": "2025-01-24 10:48:42", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 2, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, @@ -37,112 +37,112 @@ "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-12-05 09:17:54", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 115, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 12, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1678 + "author_account_age_days": 1679 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-27 01:27:49", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 1, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 3919 + "author_account_age_days": 3920 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 6, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4172 + "author_account_age_days": 4173 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 4, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4172 + "author_account_age_days": 4173 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 2, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4234 + "author_account_age_days": 4235 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 54, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 1, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 32, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 1, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, @@ -152,7 +152,7 @@ "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, @@ -162,7 +162,7 @@ "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4369 + "author_account_age_days": 4370 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 1, @@ -172,12 +172,12 @@ "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 2, @@ -187,32 +187,32 @@ "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 15, "last_update": "2025-01-03 22:33:34", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 21, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 1, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2249 + "author_account_age_days": 2250 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 2, @@ -222,12 +222,12 @@ "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2806 + "author_account_age_days": 2807 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 1, @@ -237,12 +237,12 @@ "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, @@ -252,17 +252,17 @@ "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 1, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/FinetunersAI/finetuners": { "stars": 2, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, @@ -277,32 +277,32 @@ "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/Grey3016/Save2Icon": { "stars": 4, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit": { "stars": 2, "last_update": "2025-01-28 09:12:14", - "author_account_age_days": 282 + "author_account_age_days": 283 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 2, @@ -312,52 +312,52 @@ "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2796 + "author_account_age_days": 2797 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1241 + "author_account_age_days": 1242 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 1, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 68, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4731 + "author_account_age_days": 4732 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 1, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, @@ -367,22 +367,22 @@ "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 3, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, @@ -392,12 +392,12 @@ "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 1, @@ -407,52 +407,52 @@ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 34, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 1, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 4, "last_update": "2025-01-05 19:26:43", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2938 + "author_account_age_days": 2939 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 30, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2248 + "author_account_age_days": 2249 }, "https://github.com/Njbx/ComfyUI-blockswap": { "stars": 1, "last_update": "2025-01-13 02:42:23", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/PATATAJEC/Patatajec-Nodes": { "stars": 2, "last_update": "2025-01-27 21:18:45", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, @@ -462,37 +462,37 @@ "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5493 + "author_account_age_days": 5494 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 3 + "author_account_age_days": 4 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 1, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 3861 + "author_account_age_days": 3862 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 1, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, @@ -502,7 +502,7 @@ "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2025-01-06 08:42:32", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 1, @@ -512,12 +512,12 @@ "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 37, "last_update": "2024-12-26 15:28:54", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 59, "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 6, @@ -532,12 +532,12 @@ "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3174 + "author_account_age_days": 3175 }, "https://github.com/SpatialDeploy/ComfyUI-Voxels": { "stars": 4, @@ -547,47 +547,47 @@ "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 41, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 491, "last_update": "2025-01-20 09:54:31", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 93, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 189, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-01-11 00:44:21", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/T8star1984/comfyui-purgevram": { - "stars": 90, + "stars": 91, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3690 + "author_account_age_days": 3691 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3947 + "author_account_age_days": 3948 }, "https://github.com/UD1sto/plugin-utils-nodes": { "stars": 0, @@ -597,77 +597,77 @@ "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/WASasquatch/ASTERR": { "stars": 26, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 45, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 89, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 310, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 228, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 3, "last_update": "2025-01-28 04:59:22", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4472 + "author_account_age_days": 4473 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 1, "last_update": "2025-01-20 11:23:52", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, @@ -677,12 +677,12 @@ "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 1, @@ -692,7 +692,7 @@ "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2493 + "author_account_age_days": 2494 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, @@ -702,57 +702,57 @@ "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 98, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 18, "last_update": "2025-01-23 11:11:43", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-12-22 18:06:46", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4021 + "author_account_age_days": 4022 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 62, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4730 + "author_account_age_days": 4731 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4730 + "author_account_age_days": 4731 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, @@ -762,17 +762,17 @@ "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 1, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/celll1/cel_sampler": { "stars": 2, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, @@ -790,9 +790,9 @@ "author_account_age_days": 1953 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 664, + "stars": 666, "last_update": "2025-01-24 09:27:17", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, @@ -802,62 +802,62 @@ "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 47, "last_update": "2025-01-05 19:54:48", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 1, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65035, - "last_update": "2025-01-28 14:42:25", - "author_account_age_days": 767 + "stars": 65126, + "last_update": "2025-01-29 13:08:32", + "author_account_age_days": 768 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 364, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 0, - "last_update": "2025-01-28 12:10:12", + "last_update": "2025-01-28 21:28:11", "author_account_age_days": 109 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 241, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2205 + "author_account_age_days": 2206 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6192 + "author_account_age_days": 6193 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 2, @@ -867,42 +867,42 @@ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2541 + "author_account_age_days": 2542 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 2, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2465 + "author_account_age_days": 2466 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 81, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1143 + "author_account_age_days": 1144 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2990 + "author_account_age_days": 2991 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 1, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, @@ -912,22 +912,22 @@ "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 5, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 2, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 1, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, @@ -937,12 +937,12 @@ "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 2, @@ -952,67 +952,67 @@ "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2025-01-08 22:48:06", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 207, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-12-11 20:10:04", - "author_account_age_days": 3178 + "author_account_age_days": 3179 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/gitmylo/FlowNodes": { "stars": 9, "last_update": "2025-01-07 15:59:52", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 1, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 36 + "author_account_age_days": 37 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1602 + "author_account_age_days": 1603 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 1, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2358 + "author_account_age_days": 2359 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, @@ -1022,17 +1022,17 @@ "https://github.com/haomole/Comfyui-SadTalker": { "stars": 15, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 48, "last_update": "2024-12-31 08:39:13", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 6, "last_update": "2025-01-12 00:01:43", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, @@ -1042,192 +1042,192 @@ "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 1, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3738 + "author_account_age_days": 3739 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 1, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4202 + "author_account_age_days": 4203 }, "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": { "stars": 3, - "last_update": "2025-01-28 04:27:28", + "last_update": "2025-01-29 07:26:53", "author_account_age_days": 767 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 191, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 203, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4971 + "author_account_age_days": 4972 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 1, "last_update": "2025-01-21 02:24:21", - "author_account_age_days": 5691 + "author_account_age_days": 5692 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 1, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { - "stars": 34, + "stars": 36, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 59, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 82, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 48, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 201, - "last_update": "2025-01-27 21:39:29", - "author_account_age_days": 2401 + "stars": 215, + "last_update": "2025-01-29 13:25:00", + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1664, + "stars": 1669, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 236, + "stars": 237, "last_update": "2025-01-23 17:06:52", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 746, + "stars": 747, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 68, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { - "stars": 94, + "stars": 97, "last_update": "2025-01-27 21:37:31", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 74 + "author_account_age_days": 75 }, "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 2, "last_update": "2024-12-19 04:44:00", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 1, @@ -1237,12 +1237,12 @@ "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4765 + "author_account_age_days": 4766 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4765 + "author_account_age_days": 4766 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, @@ -1252,12 +1252,12 @@ "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, @@ -1267,27 +1267,27 @@ "https://github.com/leadbreak/comfyui-faceaging": { "stars": 75, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 12, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 105, @@ -1297,52 +1297,52 @@ "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1044, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 270, + "stars": 271, "last_update": "2025-01-28 02:42:23", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 62, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 229, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2025-01-08 13:42:28", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 4, @@ -1352,17 +1352,17 @@ "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2000 + "author_account_age_days": 2001 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 5, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2473 + "author_account_age_days": 2474 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, @@ -1377,32 +1377,32 @@ "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3963 + "author_account_age_days": 3964 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, - "last_update": "2024-11-29 13:12:52", + "last_update": "2025-01-29 10:42:55", "author_account_age_days": 2536 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 1, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1399 + "author_account_age_days": 1400 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 784 + "author_account_age_days": 785 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 1, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 1, @@ -1412,12 +1412,12 @@ "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 177 + "author_account_age_days": 178 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 177 + "author_account_age_days": 178 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 47, @@ -1427,27 +1427,27 @@ "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 1, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1516 + "author_account_age_days": 1517 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-01-28 05:29:24", - "author_account_age_days": 2908 + "author_account_age_days": 2909 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, @@ -1462,57 +1462,57 @@ "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 2, "last_update": "2025-01-12 01:49:28", - "author_account_age_days": 4556 + "author_account_age_days": 4557 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 10, @@ -1527,27 +1527,27 @@ "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 1, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4329 + "author_account_age_days": 4330 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 148, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 1, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, @@ -1557,17 +1557,17 @@ "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 2, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1455 + "author_account_age_days": 1456 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/prabinpebam/anyPython": { "stars": 12, @@ -1577,52 +1577,57 @@ "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 53, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 3, "last_update": "2025-01-20 23:55:46", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2276 + "author_account_age_days": 2277 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 49, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 357 + "author_account_age_days": 358 + }, + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { + "stars": 0, + "last_update": "2025-01-29 14:14:03", + "author_account_age_days": 866 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 5, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 0, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3394 + "author_account_age_days": 3395 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": { "stars": 0, @@ -1632,27 +1637,27 @@ "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5298 + "author_account_age_days": 5299 }, "https://github.com/scottmudge/ComfyUI_BiscuitNodes": { "stars": 1, "last_update": "2024-12-23 05:18:17", - "author_account_age_days": 3167 + "author_account_age_days": 3168 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4156 + "author_account_age_days": 4157 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, @@ -1682,62 +1687,62 @@ "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2025-01-22 00:04:16", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4180 + "author_account_age_days": 4181 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": { "stars": 2, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 7 + "author_account_age_days": 8 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/sofakid/dandy": { "stars": 46, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 2, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 1, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 10, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 7, "last_update": "2025-01-01 07:02:30", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 5, @@ -1747,17 +1752,17 @@ "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4343 + "author_account_age_days": 4344 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 1, @@ -1767,20 +1772,20 @@ "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3084 + "author_account_age_days": 3085 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 188, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/tracerstar/comfyui-p5js-node": { - "stars": 34, + "stars": 35, "last_update": "2024-07-05 23:47:57", "author_account_age_days": 5417 }, @@ -1792,47 +1797,47 @@ "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3156 + "author_account_age_days": 3157 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2041 + "author_account_age_days": 2042 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { "stars": 1, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 2, "last_update": "2025-01-20 14:58:59", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/warshanks/Shank-Tools": { "stars": 1, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 2, "last_update": "2025-01-05 03:22:22", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 1, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 1, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4009 + "author_account_age_days": 4010 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 16, @@ -1842,32 +1847,32 @@ "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3601 + "author_account_age_days": 3602 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4235 + "author_account_age_days": 4236 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, "last_update": "2025-01-16 18:28:53", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-01-26 07:17:32", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, @@ -1877,26 +1882,26 @@ "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 316, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3677 + "author_account_age_days": 3678 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/zmwv823/ComfyUI-VideoDiffusion": { "stars": 3, "last_update": "2025-01-22 15:37:22", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, "last_update": "2025-01-08 13:44:25", - "author_account_age_days": 3842 + "author_account_age_days": 3843 } } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4a17da76..845994f6 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5166,6 +5166,7 @@ "ADE_AdjustWeightIndivAttnAdd", "ADE_AdjustWeightIndivAttnMult", "ADE_AdjustWeightIndivMult", + "ADE_AncestralOptions", "ADE_AnimateDiffCombine", "ADE_AnimateDiffKeyframe", "ADE_AnimateDiffLoRALoader", @@ -8408,6 +8409,7 @@ "StarFiveWildcards", "StarImageSwitch", "StarTextFilter", + "StarTextInput", "Starupscale" ], { @@ -8949,6 +8951,7 @@ "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels", "tri3d_H_Stack_Images", + "tri3d_Image_extend", "tri3d_NSFWFilter", "tri3d_SaveImage_absolute", "tri3d_SaveText_absolute", @@ -11314,6 +11317,7 @@ [ "TryOffFluxFillModelNode", "TryOffModelNode", + "TryOffQuantizerNode", "TryOffRunNode" ], { @@ -12150,9 +12154,13 @@ "Input: Integer (lab)", "Input: Multiline (lab)", "Input: String (lab)", + "List: Checkpoints (lab)", "List: Limit (lab)", + "List: LoRAs (lab)", "List: Merge (lab)", "List: Random Seeds (lab)", + "List: Samplers (lab)", + "List: Schedulers (lab)", "List: from Elements (lab)", "List: from File (backend) (lab)", "List: from Multiline (lab)", @@ -15641,6 +15649,7 @@ "FL_GPT_Vision", "FL_Glitch", "FL_GoogleDriveDownloader", + "FL_GoogleDriveImageDownloader", "FL_GradGenerator", "FL_HFHubModelUploader", "FL_HF_Character", @@ -21709,7 +21718,6 @@ ], "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": [ [ - "Add zSNR Sigma max", "ConcatSigmas", "CosineScheduler", "GaussianScheduler", @@ -21717,7 +21725,8 @@ "LogNormal Scheduler", "OffsetSigmas", "PerpNegScheduledCFGGuider", - "ScheduledCFGGuider" + "ScheduledCFGGuider", + "SplitSigmasByValue" ], { "title_aux": "ComfyUI-ScheduledGuider-Ext" @@ -22411,6 +22420,7 @@ ], "https://github.com/nilor-corp/nilor-nodes": [ [ + "Nilor Categorize String", "Nilor Count Images In Directory", "Nilor Int To List Of Bools", "Nilor Interpolated Float List", From c8743c0ab7e3515f0be01d0655d615ae43bab09f Mon Sep 17 00:00:00 2001 From: Jay Swanson Date: Wed, 29 Jan 2025 20:00:17 -0500 Subject: [PATCH 15/73] Add checkbin custom nodes (#1498) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e1c74b72..3da5643c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20818,6 +20818,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "checkbins", + "title": "checkbin-comfy", + "id": "checkbin", + "reference": "https://github.com/checkbins/checkbin-comfy", + "files": [ + "https://github.com/checkbins/checkbin-comfy" + ], + "install_type": "git-clone", + "description": "These nodes allow you to make Checkbin comparisons." } ] } From f6feaeea85cca4dff15a8a3dc0fd427568b93f49 Mon Sep 17 00:00:00 2001 From: RyanOnTheInside Date: Wed, 29 Jan 2025 20:00:49 -0500 Subject: [PATCH 16/73] Update custom-node-list.json (#1497) --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 3da5643c..64207925 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14604,9 +14604,9 @@ "author": "RyanOnTheInside", "title": "Nodes for use with real-time applications of ComfyUI", "id": "realtimenodes", - "reference": "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes", + "reference": "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes", "files": [ - "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes" + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes" ], "install_type": "git-clone", "description": "These nodes are for real-time applications of ComfyUI." From 4fedd0307481a18efb3311a32f8e37eacbc6c176 Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Wed, 29 Jan 2025 18:01:15 -0700 Subject: [PATCH 17/73] Improve extension description (#1496) * Improve description * Update extension-node-map.json --- custom-node-list.json | 2 +- extension-node-map.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 64207925..77e3933f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20150,7 +20150,7 @@ "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" ], "install_type": "git-clone", - "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." + "description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano." }, { "author": "burnsbert", diff --git a/extension-node-map.json b/extension-node-map.json index 845994f6..42abfa16 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -7042,6 +7042,7 @@ ], { "title_aux": "PyTorch 360\u00b0 Image Conversion Toolkit for ComfyUI" + "description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano." } ], "https://github.com/Pseudotools/Pseudocomfy": [ @@ -28313,4 +28314,4 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file +} From 1e5f4b0267aa8e34f782f95f04548dc24ba12283 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 30 Jan 2025 10:01:47 +0900 Subject: [PATCH 18/73] update DB --- extension-node-map.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 42abfa16..845994f6 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -7042,7 +7042,6 @@ ], { "title_aux": "PyTorch 360\u00b0 Image Conversion Toolkit for ComfyUI" - "description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano." } ], "https://github.com/Pseudotools/Pseudocomfy": [ @@ -28314,4 +28313,4 @@ "title_aux": "SDXLResolutionPresets" } ] -} +} \ No newline at end of file From 9e1b2f8912fb85701050e8b6a85a2401ce52cb7c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 30 Jan 2025 10:09:09 +0900 Subject: [PATCH 19/73] update DB --- custom-node-list.json | 54 ++++++++++++++++----- extension-node-map.json | 66 ++++++++++++++++++++++++-- github-stats.json | 25 ++++++++++ node_db/dev/custom-node-list.json | 18 +++---- node_db/dev/extension-node-map.json | 20 ++++---- node_db/dev/github-stats.json | 13 +++-- node_db/new/custom-node-list.json | 73 ++++++++++++++++------------- node_db/new/extension-node-map.json | 66 ++++++++++++++++++++++++-- 8 files changed, 258 insertions(+), 77 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 77e3933f..4c9a62eb 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4488,6 +4488,16 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/UltraEdit](https://github.com/HaozheZhao/UltraEdit) (Diffusers) for ComfyUI" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-DeepSeek-JanusPro", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro" + ], + "install_type": "git-clone", + "description": "ComfyUI-DeepSeek-JanusPro" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -7532,6 +7542,16 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that integrates DeepSeek's powerful chat and instruction API, enabling seamless AI interactions within your ComfyUI workflows." }, + { + "author": "ShmuelRonen", + "title": "ComfyUI Janus Pro Vision", + "reference": "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node extension that integrates the Janus-Pro-7B vision-language model from DeepSeek AI on your's local computer, enabling powerful image understanding and multi-turn conversation capabilities." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -12300,6 +12320,16 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that calculates CLIP and LPIPS similarity scores between two images." }, + { + "author": "risunobushi", + "title": "ComfyUI_DisplacementMapTools", + "reference": "https://github.com/risunobushi/ComfyUI_DisplacementMapTools", + "files": [ + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools" + ], + "install_type": "git-clone", + "description": "NODES: Extract Displacement Map Node, Displace Logo" + }, { "author": "zohac", "title": "ComfyUI_ZC_DrawShape", @@ -14603,7 +14633,7 @@ { "author": "RyanOnTheInside", "title": "Nodes for use with real-time applications of ComfyUI", - "id": "realtimenodes", + "id": "comfyui_realtimenodes", "reference": "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes", "files": [ "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes" @@ -20293,6 +20323,17 @@ "install_type": "git-clone", "description": "A ComfyUI node that integrates DINO-X API for object detection and segmentation. This node allows you to detect and segment objects in images using text prompts." }, + { + "author": "checkbins", + "title": "checkbin-comfy", + "id": "checkbin", + "reference": "https://github.com/checkbins/checkbin-comfy", + "files": [ + "https://github.com/checkbins/checkbin-comfy" + ], + "install_type": "git-clone", + "description": "These nodes allow you to make Checkbin comparisons." + }, @@ -20818,17 +20859,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "checkbins", - "title": "checkbin-comfy", - "id": "checkbin", - "reference": "https://github.com/checkbins/checkbin-comfy", - "files": [ - "https://github.com/checkbins/checkbin-comfy" - ], - "install_type": "git-clone", - "description": "These nodes allow you to make Checkbin comparisons." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 845994f6..738df97c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4695,7 +4695,8 @@ "https://github.com/JTriggerFish/ComfyLatentTools": [ [ "LatentNormalizedLanczosResize", - "RescaledPAG" + "RescaledPAG", + "RescaledSEG" ], { "title_aux": "Comfy Latent Tools" @@ -6293,6 +6294,7 @@ "DJZDatamoshV2", "DatasetWordcloud", "DeadPixelEffect", + "DepthBasedPixelization", "DinskyPlus", "DinskyPlusV2", "DjzDatabendingV1", @@ -6341,11 +6343,13 @@ "RetroVideoText", "ScreensaverGenerator", "ScreensaverGeneratorV2", + "ScreensaverGeneratorV3", "SequentialNumberGenerator", "StringChaos", "StringWeights", "Technicolor3Strip_v1", "Technicolor3Strip_v2", + "ThinkSeeker", "ThreeToneStyler", "TrianglesPlus", "TrianglesPlusV2", @@ -6366,6 +6370,7 @@ "VideoMazeV1", "VideoMazeV2", "VideoNoiseFactory", + "VideoPyramidV1", "VideoRingPainter", "VideoTemperatureV1", "VideoTimecode", @@ -7949,6 +7954,15 @@ "title_aux": "ComfyUI-ImageMotionGuider" } ], + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": [ + [ + "UnifiedVisionAnalyzer", + "VisionModelLoader" + ], + { + "title_aux": "ComfyUI Janus Pro Vision" + } + ], "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": [ [ "D_LatentSyncNode", @@ -9465,6 +9479,7 @@ "VrchAudioGenresNode", "VrchAudioRecorderNode", "VrchAudioSaverNode", + "VrchAudioWebViewerNode", "VrchBooleanKeyControlNode", "VrchChannelOSCControlNode", "VrchChannelX4OSCControlNode", @@ -10180,6 +10195,16 @@ "title_aux": "ComfyUI-BRIA_AI-RMBG" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": [ + [ + "Janus_ImageGeneration", + "Janus_ModelLoader", + "Janus_MultimodalUnderstanding" + ], + { + "title_aux": "ComfyUI-DeepSeek-JanusPro" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": [ [ "DepthFM_Literative_Zho", @@ -12907,6 +12932,19 @@ "title_aux": "Chaosaiart-Nodes" } ], + "https://github.com/checkbins/checkbin-comfy": [ + [ + "Checkbin Get Image Bin", + "Checkbin Get String Bin", + "Checkbin Save Image Bin", + "Checkbin Save String Bin", + "Checkbin Start Run", + "Checkbin Submit Bin" + ], + { + "title_aux": "checkbin-comfy" + } + ], "https://github.com/chenbaiyujason/ComfyUI_StepFun": [ [ "CombineStrings", @@ -23159,7 +23197,8 @@ ], "https://github.com/pollockjj/ComfyUI-MultiGPU": [ [ - "DeviceSelectorMultiGPU" + "DeviceSelectorMultiGPU", + "HunyuanVideoEmbeddingsAdapter" ], { "title_aux": "ComfyUI-MultiGPU" @@ -23691,6 +23730,15 @@ "title_aux": "ComfyUI-Similarity-Score" } ], + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": [ + [ + "DisplaceLogo", + "ExtractDisplacementMap" + ], + { + "title_aux": "ComfyUI_DisplacementMapTools" + } + ], "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [ [ "FrequencyCombination", @@ -23951,7 +23999,7 @@ "title_aux": "ComfyUI_ProfilerX" } ], - "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": [ + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": [ [ "DTypeConverter", "DeltaControl", @@ -23963,13 +24011,17 @@ "IntSequence", "IntegerMotionController", "IntervalControl", + "LazyCondition", + "LoadImageFromPath_", "MotionController", + "MultilineText", "QuickShapeMask", "ROINode", + "SimilarityFilter", "StringControl", "StringSequence", - "TAESDVaeDecode", - "TAESDVaeEncode" + "TextRenderer", + "YOLOSimilarityCompare" ], { "title_aux": "Nodes for use with real-time applications of ComfyUI" @@ -25241,9 +25293,12 @@ [ "LoadEXR", "LoadEXRFrames", + "LoadImageAndPrompt", "LoadLatentEXR", "SaveEXR", "SaveEXRFrames", + "SaveImageAndPromptExact", + "SaveImageAndPromptIncremental", "SaveLatentEXR", "SaveTiff" ], @@ -27220,6 +27275,7 @@ [ "ImageAnalyzer", "JanusChatAnalyzer", + "JanusImageGenerator", "JanusProLoader" ], { diff --git a/github-stats.json b/github-stats.json index 925f66e3..05c55525 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2809,6 +2809,11 @@ "last_update": "2024-12-27 11:19:59", "author_account_age_days": 1424 }, + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { + "stars": 1, + "last_update": "2025-01-29 19:43:40", + "author_account_age_days": 1424 + }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 350, "last_update": "2025-01-25 11:56:04", @@ -3489,6 +3494,11 @@ "last_update": "2024-05-22 14:14:18", "author_account_age_days": 559 }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { + "stars": 10, + "last_update": "2025-01-29 19:03:09", + "author_account_age_days": 559 + }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 73, "last_update": "2024-05-22 14:14:03", @@ -4494,6 +4504,11 @@ "last_update": "2024-10-03 16:28:57", "author_account_age_days": 553 }, + "https://github.com/checkbins/checkbin-comfy": { + "stars": 0, + "last_update": "2025-01-29 22:34:14", + "author_account_age_days": 103 + }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", @@ -7869,6 +7884,11 @@ "last_update": "2025-01-03 15:27:06", "author_account_age_days": 866 }, + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { + "stars": 0, + "last_update": "2025-01-29 18:06:41", + "author_account_age_days": 866 + }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 30, "last_update": "2024-06-14 10:28:04", @@ -7979,6 +7999,11 @@ "last_update": "2025-01-28 14:43:14", "author_account_age_days": 3908 }, + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { + "stars": 17, + "last_update": "2025-01-29 22:07:22", + "author_account_age_days": 3909 + }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 401, "last_update": "2025-01-28 19:21:48", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 4f9b3a9f..b1b4e284 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -12,14 +12,14 @@ { - "author": "risunobushi", - "title": "ComfyUI_DisplacementMapTools", - "reference": "https://github.com/risunobushi/ComfyUI_DisplacementMapTools", + "author": "mikebilly", + "title": "transparent-background-comfyui", + "reference": "https://github.com/mikebilly/Transparent-background-comfyUI", "files": [ - "https://github.com/risunobushi/ComfyUI_DisplacementMapTools" - ], - "install_type": "git-clone", - "description": "NODES: Extract Displacement Map, Displace Logo" + "https://github.com/mikebilly/Transparent-background-comfyUI" + ], + "install_type": "git-clone", + "description": "NODES: Transparentbackground RemBg" }, { "author": "UD1sto", @@ -29,7 +29,7 @@ "https://github.com/UD1sto/plugin-utils-nodes" ], "install_type": "git-clone", - "description": "NODES:Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend." + "description": "NODES: Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend." }, { "author": "ryanontheinside", @@ -39,7 +39,7 @@ "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt" ], "install_type": "git-clone", - "description": "NODES:Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized." + "description": "NODES: Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized." }, { "author": "Kayarte", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index d2cdbc16..6d2becfc 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -923,7 +923,8 @@ [ "DeepSeekImageGeneration", "DeepSeekImageUnderstanding", - "DeepSeekModelLoader" + "DeepSeekModelLoader", + "OpenAICompatibleLoader" ], { "title_aux": "ComfyUI-DeepSeek_Toolkit [WIP]" @@ -3972,6 +3973,14 @@ "title_aux": "ComfyUI-ScheduledGuider-Ext" } ], + "https://github.com/mikebilly/Transparent-background-comfyUI": [ + [ + "Transparentbackground RemBg" + ], + { + "title_aux": "transparent-background-comfyui" + } + ], "https://github.com/mikeymcfish/FishTools": [ [ "AnaglyphCreator", @@ -4407,15 +4416,6 @@ "title_aux": "ComfyUI-ODE" } ], - "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": [ - [ - "DisplaceLogo", - "ExtractDisplacementMap" - ], - { - "title_aux": "ComfyUI_DisplacementMapTools" - } - ], "https://github.com/risunobushi/ComfyUI_FocusMask": [ [ "FocusMaskExtractor", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index fcc18bb3..dd71294d 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -362,7 +362,7 @@ "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, @@ -592,7 +592,7 @@ "https://github.com/UD1sto/plugin-utils-nodes": { "stars": 0, "last_update": "2025-01-28 18:53:09", - "author_account_age_days": 1503 + "author_account_age_days": 1504 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, @@ -1384,6 +1384,11 @@ "last_update": "2025-01-29 10:42:55", "author_account_age_days": 2536 }, + "https://github.com/mikebilly/Transparent-background-comfyUI": { + "stars": 1, + "last_update": "2025-01-29 16:29:23", + "author_account_age_days": 2783 + }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", @@ -1631,8 +1636,8 @@ }, "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": { "stars": 0, - "last_update": "2025-01-28 21:14:18", - "author_account_age_days": 3908 + "last_update": "2025-01-29 06:01:12", + "author_account_age_days": 3909 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8bc181b0..740b512a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,47 @@ }, - + { + "author": "checkbins", + "title": "checkbin-comfy", + "id": "checkbin", + "reference": "https://github.com/checkbins/checkbin-comfy", + "files": [ + "https://github.com/checkbins/checkbin-comfy" + ], + "install_type": "git-clone", + "description": "These nodes allow you to make Checkbin comparisons." + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI Janus Pro Vision", + "reference": "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node extension that integrates the Janus-Pro-7B vision-language model from DeepSeek AI on your's local computer, enabling powerful image understanding and multi-turn conversation capabilities." + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-DeepSeek-JanusPro", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro" + ], + "install_type": "git-clone", + "description": "ComfyUI-DeepSeek-JanusPro" + }, + { + "author": "risunobushi", + "title": "ComfyUI_DisplacementMapTools", + "reference": "https://github.com/risunobushi/ComfyUI_DisplacementMapTools", + "files": [ + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools" + ], + "install_type": "git-clone", + "description": "NODES: Extract Displacement Map Node, Displace Logo" + }, { "author": "Dr.Lt.Data", "title": "ComfyUI Connection Helper", @@ -659,37 +699,6 @@ ], "install_type": "git-clone", "description": "The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension" - }, - { - "author" : "strand1", - "title": "ComfyUI-Autogen", - "reference": "https://github.com/strand1/ComfyUI-Autogen", - "files": [ - "https://github.com/strand1/ComfyUI-Autogen" - ], - "install_type": "git-clone", - "description": "A collection of nodes for using Autogen with ComfyUI\n[a/AutoGen](https://github.com/microsoft/AutoGen): assistant agents, group chats, code executor, etc." - }, - { - "author": "BoyuanJiang", - "title": "FitDiT[official] - High-fidelity Virtual Try-on", - "id": "fitdit", - "reference": "https://github.com/BoyuanJiang/FitDiT/tree/FitDiT-ComfyUI", - "files": [ - "https://github.com/BoyuanJiang/FitDiT-ComfyUI" - ], - "install_type": "git-clone", - "description": "FitDiT is designed for high-fidelity virtual try-on using Diffusion Transformers (DiT)." - }, - { - "author": "ryanontheinside", - "title": "ComfyUI_ProfilerX", - "reference": "https://github.com/ryanontheinside/ComfyUI_ProfilerX", - "files": [ - "https://github.com/ryanontheinside/ComfyUI_ProfilerX" - ], - "install_type": "git-clone", - "description": "Node and workflow profiling. Find bottlenecks in your workflows. See trends over time." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 845994f6..738df97c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4695,7 +4695,8 @@ "https://github.com/JTriggerFish/ComfyLatentTools": [ [ "LatentNormalizedLanczosResize", - "RescaledPAG" + "RescaledPAG", + "RescaledSEG" ], { "title_aux": "Comfy Latent Tools" @@ -6293,6 +6294,7 @@ "DJZDatamoshV2", "DatasetWordcloud", "DeadPixelEffect", + "DepthBasedPixelization", "DinskyPlus", "DinskyPlusV2", "DjzDatabendingV1", @@ -6341,11 +6343,13 @@ "RetroVideoText", "ScreensaverGenerator", "ScreensaverGeneratorV2", + "ScreensaverGeneratorV3", "SequentialNumberGenerator", "StringChaos", "StringWeights", "Technicolor3Strip_v1", "Technicolor3Strip_v2", + "ThinkSeeker", "ThreeToneStyler", "TrianglesPlus", "TrianglesPlusV2", @@ -6366,6 +6370,7 @@ "VideoMazeV1", "VideoMazeV2", "VideoNoiseFactory", + "VideoPyramidV1", "VideoRingPainter", "VideoTemperatureV1", "VideoTimecode", @@ -7949,6 +7954,15 @@ "title_aux": "ComfyUI-ImageMotionGuider" } ], + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": [ + [ + "UnifiedVisionAnalyzer", + "VisionModelLoader" + ], + { + "title_aux": "ComfyUI Janus Pro Vision" + } + ], "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": [ [ "D_LatentSyncNode", @@ -9465,6 +9479,7 @@ "VrchAudioGenresNode", "VrchAudioRecorderNode", "VrchAudioSaverNode", + "VrchAudioWebViewerNode", "VrchBooleanKeyControlNode", "VrchChannelOSCControlNode", "VrchChannelX4OSCControlNode", @@ -10180,6 +10195,16 @@ "title_aux": "ComfyUI-BRIA_AI-RMBG" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": [ + [ + "Janus_ImageGeneration", + "Janus_ModelLoader", + "Janus_MultimodalUnderstanding" + ], + { + "title_aux": "ComfyUI-DeepSeek-JanusPro" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": [ [ "DepthFM_Literative_Zho", @@ -12907,6 +12932,19 @@ "title_aux": "Chaosaiart-Nodes" } ], + "https://github.com/checkbins/checkbin-comfy": [ + [ + "Checkbin Get Image Bin", + "Checkbin Get String Bin", + "Checkbin Save Image Bin", + "Checkbin Save String Bin", + "Checkbin Start Run", + "Checkbin Submit Bin" + ], + { + "title_aux": "checkbin-comfy" + } + ], "https://github.com/chenbaiyujason/ComfyUI_StepFun": [ [ "CombineStrings", @@ -23159,7 +23197,8 @@ ], "https://github.com/pollockjj/ComfyUI-MultiGPU": [ [ - "DeviceSelectorMultiGPU" + "DeviceSelectorMultiGPU", + "HunyuanVideoEmbeddingsAdapter" ], { "title_aux": "ComfyUI-MultiGPU" @@ -23691,6 +23730,15 @@ "title_aux": "ComfyUI-Similarity-Score" } ], + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": [ + [ + "DisplaceLogo", + "ExtractDisplacementMap" + ], + { + "title_aux": "ComfyUI_DisplacementMapTools" + } + ], "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [ [ "FrequencyCombination", @@ -23951,7 +23999,7 @@ "title_aux": "ComfyUI_ProfilerX" } ], - "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": [ + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": [ [ "DTypeConverter", "DeltaControl", @@ -23963,13 +24011,17 @@ "IntSequence", "IntegerMotionController", "IntervalControl", + "LazyCondition", + "LoadImageFromPath_", "MotionController", + "MultilineText", "QuickShapeMask", "ROINode", + "SimilarityFilter", "StringControl", "StringSequence", - "TAESDVaeDecode", - "TAESDVaeEncode" + "TextRenderer", + "YOLOSimilarityCompare" ], { "title_aux": "Nodes for use with real-time applications of ComfyUI" @@ -25241,9 +25293,12 @@ [ "LoadEXR", "LoadEXRFrames", + "LoadImageAndPrompt", "LoadLatentEXR", "SaveEXR", "SaveEXRFrames", + "SaveImageAndPromptExact", + "SaveImageAndPromptIncremental", "SaveLatentEXR", "SaveTiff" ], @@ -27220,6 +27275,7 @@ [ "ImageAnalyzer", "JanusChatAnalyzer", + "JanusImageGenerator", "JanusProLoader" ], { From b5e11f85d5659ecbedcdde313f377447a4d832a3 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 30 Jan 2025 18:17:08 +0900 Subject: [PATCH 20/73] update DB --- custom-node-list.json | 32 ++ node_db/dev/extension-node-map.json | 3 +- node_db/dev/github-stats.json | 620 ++++++++++++++-------------- node_db/new/custom-node-list.json | 72 ++-- 4 files changed, 374 insertions(+), 353 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4c9a62eb..08d3c415 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20303,6 +20303,16 @@ "install_type": "git-clone", "description": "ComfyUI-SendToDiscord is a custom node for ComfyUI that simplifies sending preview images to Discord via webhooks. It supports both single-image uploads and batch mode, making it an efficient tool for sharing your generated images directly with your Discord server." }, + { + "author": "gmorks", + "title": "ComfyUI Animagine prompt", + "reference": "https://github.com/gmorks/ComfyUI-Animagine-Prompt", + "files": [ + "https://github.com/gmorks/ComfyUI-Animagine-Prompt" + ], + "install_type": "git-clone", + "description": "Comfy UI node to prompt build for [a/https://huggingface.co/cagliostrolab/animagine-xl-4.0](https://huggingface.co/cagliostrolab/animagine-xl-4.0) model" + }, { "author": "jinanlongen", "title": "ComfyUI Prompt Expander Node", @@ -20334,6 +20344,17 @@ "install_type": "git-clone", "description": "These nodes allow you to make Checkbin comparisons." }, + { + "author": "GHOSTLXH", + "title": "ComfyUI-Counternodes", + "reference": "https://github.com/GHOSTLXH/ComfyUI-Counternodes", + "files": [ + "https://github.com/GHOSTLXH/ComfyUI-Counternodes" + ], + "install_type": "git-clone", + "description": "This node group contains a series of ComfyUI nodes with built-in counters and specific output results based on the counter's output, aimed at implementing folder traversal functionality in the ComfyUI frontend. For specific examples, please refer to the sample workflow. Of course, you can also use your imagination to create other interesting things." + }, + @@ -20811,6 +20832,17 @@ "install_type": "copy", "description": "NODES: OverrideLoadedDiffusionDevice.\nI happen to have two graphics cards, and I want to load models into another graphics card in Comfyui, so I designed this small node." }, + { + "author": "Kayarte", + "title": "GeoNodes", + "reference": "https://github.com/Kayarte/GeoNodes", + "files": [ + "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py" + ], + "install_type": "copy", + "description": "GIS Processing Nodes for ComfyUI" + }, + { diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 6d2becfc..a7564036 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1477,7 +1477,8 @@ "FreeMemoryCLIP", "FreeMemoryImage", "FreeMemoryLatent", - "FreeMemoryModel" + "FreeMemoryModel", + "FreeMemoryString" ], { "title_aux": "ComfyUI-FreeMemory" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index dd71294d..df75a980 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,17 +2,17 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 2, @@ -22,52 +22,52 @@ "https://github.com/807502278/ComfyUI_TensorRT_Merge": { "stars": 2, "last_update": "2025-01-24 10:48:42", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 2, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-12-05 09:17:54", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 115, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 12, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, @@ -82,27 +82,27 @@ "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-27 01:27:49", - "author_account_age_days": 2324 + "author_account_age_days": 2325 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 1, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 6, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 4, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 2, @@ -112,102 +112,102 @@ "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4235 + "author_account_age_days": 4236 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 54, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 1, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 32, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 1, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4370 + "author_account_age_days": 4371 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 1, "last_update": "2025-01-21 22:11:12", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 2, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 15, "last_update": "2025-01-03 22:33:34", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 21, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 116 + "author_account_age_days": 117 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 1, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2250 + "author_account_age_days": 2251 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, @@ -217,12 +217,12 @@ "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 2, "last_update": "2025-01-26 21:41:17", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, @@ -232,7 +232,7 @@ "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 1, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, @@ -242,12 +242,12 @@ "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, @@ -257,37 +257,37 @@ "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 1, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/FinetunersAI/finetuners": { "stars": 2, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1097 + "author_account_age_days": 1098 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/Grey3016/Save2Icon": { "stars": 4, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 547 + "author_account_age_days": 548 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, @@ -297,57 +297,57 @@ "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit": { "stars": 2, - "last_update": "2025-01-28 09:12:14", - "author_account_age_days": 283 + "last_update": "2025-01-29 16:52:35", + "author_account_age_days": 284 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 2, "last_update": "2025-01-24 09:54:28", - "author_account_age_days": 4803 + "author_account_age_days": 4804 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2797 + "author_account_age_days": 2798 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1110 + "author_account_age_days": 1111 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 1, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2437 + "author_account_age_days": 2438 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 68, @@ -357,7 +357,7 @@ "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 1, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, @@ -372,12 +372,12 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 3, @@ -387,7 +387,7 @@ "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, @@ -397,47 +397,47 @@ "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 1, "last_update": "2024-12-13 11:18:22", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 34, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 1, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 4, "last_update": "2025-01-05 19:26:43", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 30, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2249 + "author_account_age_days": 2250 }, "https://github.com/Njbx/ComfyUI-blockswap": { "stars": 1, "last_update": "2025-01-13 02:42:23", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/PATATAJEC/Patatajec-Nodes": { "stars": 2, @@ -447,17 +447,17 @@ "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-01-17 16:08:53", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, @@ -472,12 +472,12 @@ "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 1, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 3862 + "author_account_age_days": 3863 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 1, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, @@ -497,7 +497,7 @@ "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, @@ -507,32 +507,32 @@ "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 1, "last_update": "2025-01-17 08:27:28", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 37, "last_update": "2024-12-26 15:28:54", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 59, - "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1424 + "stars": 60, + "last_update": "2025-01-30 05:41:50", + "author_account_age_days": 1425 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 6, "last_update": "2024-12-10 01:28:56", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1359 + "author_account_age_days": 1360 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, @@ -542,37 +542,37 @@ "https://github.com/SpatialDeploy/ComfyUI-Voxels": { "stars": 4, "last_update": "2025-01-15 15:16:48", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 41, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 491, "last_update": "2025-01-20 09:54:31", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 93, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_leffa": { - "stars": 189, + "stars": 190, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-01-11 00:44:21", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/T8star1984/comfyui-purgevram": { "stars": 91, @@ -582,12 +582,12 @@ "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3691 + "author_account_age_days": 3692 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3948 + "author_account_age_days": 3949 }, "https://github.com/UD1sto/plugin-utils-nodes": { "stars": 0, @@ -597,22 +597,22 @@ "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/WASasquatch/ASTERR": { "stars": 26, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 45, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, @@ -642,17 +642,17 @@ "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 3, "last_update": "2025-01-28 04:59:22", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4473 + "author_account_age_days": 4474 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, @@ -662,52 +662,52 @@ "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 1, "last_update": "2025-01-20 11:23:52", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 64 + "author_account_age_days": 65 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 1, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4590 + "author_account_age_days": 4591 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2494 + "author_account_age_days": 2495 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4167 + "author_account_age_days": 4168 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 98, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3843 + "author_account_age_days": 3844 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 18, "last_update": "2025-01-23 11:11:43", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, @@ -717,47 +717,47 @@ "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-12-22 18:06:46", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 62, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4731 + "author_account_age_days": 4732 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4731 + "author_account_age_days": 4732 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3327 + "author_account_age_days": 3328 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, @@ -767,7 +767,7 @@ "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 1, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/celll1/cel_sampler": { "stars": 2, @@ -777,37 +777,37 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 666, + "stars": 667, "last_update": "2025-01-24 09:27:17", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3337 + "author_account_age_days": 3338 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 47, "last_update": "2025-01-05 19:54:48", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 1, @@ -815,99 +815,99 @@ "author_account_age_days": 4418 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65126, - "last_update": "2025-01-29 13:08:32", - "author_account_age_days": 768 + "stars": 65194, + "last_update": "2025-01-30 07:13:08", + "author_account_age_days": 769 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 364, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 0, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2034 + "author_account_age_days": 2035 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 241, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6193 + "author_account_age_days": 6194 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 2, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4515 + "author_account_age_days": 4516 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 2, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2466 + "author_account_age_days": 2467 }, "https://github.com/eigenpunk/ComfyUI-audio": { - "stars": 81, + "stars": 82, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2991 + "author_account_age_days": 2992 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 1, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2813 + "author_account_age_days": 2814 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 5, @@ -922,17 +922,17 @@ "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 1, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, @@ -942,67 +942,67 @@ "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 2, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 4946 + "author_account_age_days": 4947 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2025-01-08 22:48:06", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 207, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-12-11 20:10:04", - "author_account_age_days": 3179 + "author_account_age_days": 3180 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/gitmylo/FlowNodes": { "stars": 9, "last_update": "2025-01-07 15:59:52", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 1, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1603 + "author_account_age_days": 1604 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 1, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/hananbeer/node_dev": { "stars": 7, @@ -1017,27 +1017,27 @@ "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 15, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 48, "last_update": "2024-12-31 08:39:13", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 6, "last_update": "2025-01-12 00:01:43", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, @@ -1052,32 +1052,32 @@ "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3739 + "author_account_age_days": 3740 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 1, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, @@ -1092,7 +1092,7 @@ "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, @@ -1102,42 +1102,42 @@ "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4203 + "author_account_age_days": 4204 }, "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": { "stars": 3, "last_update": "2025-01-29 07:26:53", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2644 + "author_account_age_days": 2645 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 191, + "stars": 192, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 203, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4972 + "author_account_age_days": 4973 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 1, @@ -1160,7 +1160,7 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { - "stars": 36, + "stars": 37, "last_update": "2024-05-21 16:43:40", "author_account_age_days": 2402 }, @@ -1185,12 +1185,12 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 215, - "last_update": "2025-01-29 13:25:00", + "stars": 224, + "last_update": "2025-01-29 18:44:55", "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1669, + "stars": 1671, "last_update": "2025-01-25 18:22:01", "author_account_age_days": 2402 }, @@ -1200,7 +1200,7 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 747, + "stars": 748, "last_update": "2024-11-11 13:54:57", "author_account_age_days": 2402 }, @@ -1210,14 +1210,14 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { - "stars": 97, + "stars": 98, "last_update": "2025-01-27 21:37:31", "author_account_age_days": 2402 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 75 + "author_account_age_days": 76 }, "https://github.com/kk8bit/KayTool": { "stars": 10, @@ -1232,57 +1232,57 @@ "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 1, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1600 + "author_account_age_days": 1601 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 75, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 12, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, @@ -1292,22 +1292,22 @@ "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 105, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1044, + "stars": 1045, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 271, "last_update": "2025-01-28 02:42:23", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 62, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, @@ -1317,17 +1317,17 @@ "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 229, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, @@ -1337,22 +1337,22 @@ "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 4, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2001 + "author_account_age_days": 2002 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, @@ -1362,27 +1362,27 @@ "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 5, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3964 + "author_account_age_days": 3965 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2025-01-29 10:42:55", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, @@ -1392,7 +1392,7 @@ "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 1, @@ -1402,112 +1402,112 @@ "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 785 + "author_account_age_days": 786 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 1, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 1, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 47, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 1, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1517 + "author_account_age_days": 1518 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-01-28 05:29:24", - "author_account_age_days": 2909 + "author_account_age_days": 2910 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, @@ -1516,23 +1516,23 @@ }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 2, - "last_update": "2025-01-12 01:49:28", - "author_account_age_days": 4557 + "last_update": "2025-01-30 08:32:13", + "author_account_age_days": 4558 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 10, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 1, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, @@ -1542,97 +1542,97 @@ "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 148, + "stars": 149, "last_update": "2025-01-03 07:53:12", "author_account_age_days": 2350 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 1, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5342 + "author_account_age_days": 5343 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 2, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1456 + "author_account_age_days": 1457 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/prabinpebam/anyPython": { "stars": 12, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4461 + "author_account_age_days": 4462 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 53, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 3, "last_update": "2025-01-20 23:55:46", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2318 + "author_account_age_days": 2319 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2277 + "author_account_age_days": 2278 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 49, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 0, - "last_update": "2025-01-29 14:14:03", - "author_account_age_days": 866 + "last_update": "2025-01-29 18:06:41", + "author_account_age_days": 867 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 5, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 0, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": { "stars": 0, @@ -1642,7 +1642,7 @@ "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/sangeet/testui": { "stars": 2, @@ -1652,7 +1652,7 @@ "https://github.com/scottmudge/ComfyUI_BiscuitNodes": { "stars": 1, "last_update": "2024-12-23 05:18:17", - "author_account_age_days": 3168 + "author_account_age_days": 3169 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -1662,37 +1662,37 @@ "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2025-01-22 00:04:16", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, @@ -1712,22 +1712,22 @@ "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/sofakid/dandy": { "stars": 46, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 2, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 1, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, @@ -1742,7 +1742,7 @@ "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 7, "last_update": "2025-01-01 07:02:30", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, @@ -1752,7 +1752,7 @@ "https://github.com/sugarkwork/comfyui_psd": { "stars": 5, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, @@ -1772,12 +1772,12 @@ "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 1, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, @@ -1792,17 +1792,17 @@ "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 35, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5417 + "author_account_age_days": 5418 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3157 + "author_account_age_days": 3158 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, @@ -1812,12 +1812,12 @@ "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3117 + "author_account_age_days": 3118 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { "stars": 1, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 2, @@ -1827,7 +1827,7 @@ "https://github.com/warshanks/Shank-Tools": { "stars": 1, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 2, @@ -1847,17 +1847,17 @@ "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 16, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4810 + "author_account_age_days": 4811 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, @@ -1872,41 +1872,41 @@ "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, "last_update": "2025-01-16 18:28:53", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-01-26 07:17:32", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 316, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/zmwv823/ComfyUI-VideoDiffusion": { "stars": 3, "last_update": "2025-01-22 15:37:22", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, "last_update": "2025-01-08 13:44:25", - "author_account_age_days": 3843 + "author_account_age_days": 3844 } } \ 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 740b512a..effd52e5 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,36 @@ }, + { + "author": "GHOSTLXH", + "title": "ComfyUI-Counternodes", + "reference": "https://github.com/GHOSTLXH/ComfyUI-Counternodes", + "files": [ + "https://github.com/GHOSTLXH/ComfyUI-Counternodes" + ], + "install_type": "git-clone", + "description": "This node group contains a series of ComfyUI nodes with built-in counters and specific output results based on the counter's output, aimed at implementing folder traversal functionality in the ComfyUI frontend. For specific examples, please refer to the sample workflow. Of course, you can also use your imagination to create other interesting things." + }, + { + "author": "gmorks", + "title": "ComfyUI Animagine prompt", + "reference": "https://github.com/gmorks/ComfyUI-Animagine-Prompt", + "files": [ + "https://github.com/gmorks/ComfyUI-Animagine-Prompt" + ], + "install_type": "git-clone", + "description": "Comfy UI node to prompt build for [a/https://huggingface.co/cagliostrolab/animagine-xl-4.0](https://huggingface.co/cagliostrolab/animagine-xl-4.0) model" + }, + { + "author": "Kayarte", + "title": "GeoNodes", + "reference": "https://github.com/Kayarte/GeoNodes", + "files": [ + "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py" + ], + "install_type": "copy", + "description": "GIS Processing Nodes for ComfyUI" + }, { "author": "checkbins", "title": "checkbin-comfy", @@ -657,48 +687,6 @@ ], "install_type": "git-clone", "description": "Provides tools for applying and removing fisheye lens effects from images." - }, - { - "author": "feixuetuba", - "title": "Spleeter", - "reference": "https://github.com/feixuetuba/Spleeter", - "files": [ - "https://github.com/feixuetuba/Spleeter" - ], - "install_type": "git-clone", - "description": "This is a ComfyUI plugin based on [a/Spleeter](https://github.com/deezer/spleete). The model files are available on BaiduNetDisk. After downloading the model, place it in the checkpoints directory." - }, - { - "author": "aidec", - "title": "Comfyui_TextBatch_aidec", - "reference": "https://github.com/aidec/Comfyui_TextBatch_aidec", - "files": [ - "https://github.com/aidec/Comfyui_TextBatch_aidec" - ], - "install_type": "git-clone", - "description": "The Text Queue Processor can split text into groups line by line for batch processing (unfinished, with noticeable bugs still being fixed). Currently, on the first run, it may only process one item. Once that is completed, running it again usually works fine. After each run, the `start_index` needs to be manually reset. Occasionally, strange issues occur, such as multiple queues being added at once, while other times it works perfectly fine. The potential causes are still under investigation." - }, - - { - "author": "hellercommaa", - "title": "Hunyuan Video Resolutions", - "id": "hunyuanvideoresolutions", - "reference": "https://github.com/HellerCommaA/ComfyUI-VideoResolutions", - "files": [ - "https://github.com/HellerCommaA/ComfyUI-VideoResolutions" - ], - "install_type": "git-clone", - "description": "A super simple node that outputs common video resolutions as 2 integers for Hunyuan and others!" - }, - { - "author": "Gourieff", - "title": "comfyui-reactor-node", - "reference": "https://github.com/Gourieff/ComfyUI-ReActor", - "files": [ - "https://github.com/Gourieff/ComfyUI-ReActor" - ], - "install_type": "git-clone", - "description": "The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension" } ] } From da2b4be539180aafd3150b61c453661186c858d8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 30 Jan 2025 18:21:13 +0900 Subject: [PATCH 21/73] update DB --- extension-node-map.json | 33 +- github-stats.json | 3192 ++++++++++++++------------- node_db/new/extension-node-map.json | 33 +- 3 files changed, 1665 insertions(+), 1593 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 738df97c..4edf34c0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2986,6 +2986,7 @@ ], "https://github.com/DraconicDragon/ComfyUI-Venice-API": [ [ + "CharCountTextBox", "FluxPro11_TOGETHER", "FluxPro_TOGETHER", "GenerateImage_VENICE", @@ -3854,6 +3855,19 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], + "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ + [ + "AlternatingOutput", + "AlternatingOutputB", + "ImageCounter", + "IntervalCounter", + "IntervalCounterB", + "LoadPromptFromTXT" + ], + { + "title_aux": "ComfyUI-Counternodes" + } + ], "https://github.com/GMapeSplat/ComfyUI_ezXY": [ [ "ConcatenateString", @@ -5025,6 +5039,14 @@ "title_aux": "AudioDriven-Latent-Space-Tools-for-ComfyUI" } ], + "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py": [ + [ + "GISDetectionNode" + ], + { + "title_aux": "GeoNodes" + } + ], "https://github.com/Kesin11/ComfyUI-list-filter": [ [ "list_filter_FilterImageListByIndexList", @@ -7912,7 +7934,8 @@ "FreeMemoryCLIP", "FreeMemoryImage", "FreeMemoryLatent", - "FreeMemoryModel" + "FreeMemoryModel", + "FreeMemoryString" ], { "title_aux": "ComfyUI-FreeMemory" @@ -16306,6 +16329,14 @@ "title_aux": "String Converter" } ], + "https://github.com/gmorks/ComfyUI-Animagine-Prompt": [ + [ + "AnimaginePrompt" + ], + { + "title_aux": "ComfyUI Animagine prompt" + } + ], "https://github.com/gmorks/ComfyUI-SendToDiscord": [ [ "PreviewImageWithDiscord" diff --git a/github-stats.json b/github-stats.json index 05c55525..38fe0372 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,37 +2,37 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-01-01 16:03:57", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 12, "last_update": "2025-01-24 10:39:15", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 198, "last_update": "2025-01-23 00:57:27", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/1038lab/ComfyUI-RMBG": { "stars": 225, "last_update": "2025-01-22 09:24:19", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 15, "last_update": "2025-01-28 23:51:02", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 4, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1189, @@ -42,22 +42,22 @@ "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 73, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 63, "last_update": "2024-12-09 02:29:58", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 26, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, @@ -67,72 +67,72 @@ "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 5, "last_update": "2025-01-09 13:24:13", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 117, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 224, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2991 + "author_account_age_days": 2992 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 8, "last_update": "2024-12-19 10:21:03", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 20, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2521 + "author_account_age_days": 2522 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 79, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 4, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/6174/comflowy-nodes": { "stars": 12, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 20, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 9, "last_update": "2025-01-24 07:45:45", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 23, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, @@ -142,272 +142,272 @@ "https://github.com/852wa/ComfyUI-AAP": { "stars": 4, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 4, + "stars": 6, "last_update": "2025-01-29 12:51:31", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, "last_update": "2024-12-21 23:43:44", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 7, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 6, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 24, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 11, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 23, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 75, + "stars": 74, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 30, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 210, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 293, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 32, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 5, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 106, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 356, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 19, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 17, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 88, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 36, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 38, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 48, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 212, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { - "stars": 35, + "stars": 36, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 8, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 28, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 37, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 10, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 31, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 42, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 25, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 195, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 41, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 5, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 7, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 13, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "stars": 1973, @@ -432,7 +432,7 @@ "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 77, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 198, @@ -442,7 +442,7 @@ "https://github.com/AIrjen/OneButtonPrompt": { "stars": 913, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, @@ -462,47 +462,47 @@ "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "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": 1745 + "author_account_age_days": 1746 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 262, + "stars": 263, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 6, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 799, + "stars": 800, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 394, "last_update": "2025-01-26 23:18:51", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 4, "last_update": "2025-01-17 14:45:24", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, @@ -512,12 +512,12 @@ "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 9, "last_update": "2025-01-25 18:33:17", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, @@ -530,89 +530,89 @@ "author_account_age_days": 102 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 997, + "stars": 999, "last_update": "2025-01-24 15:32:57", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 8, - "last_update": "2025-01-09 04:18:55", - "author_account_age_days": 5431 + "last_update": "2025-01-30 04:55:22", + "author_account_age_days": 5432 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-01-11 22:33:13", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 4, "last_update": "2025-01-08 22:43:43", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 304, + "stars": 305, "last_update": "2025-01-12 21:18:53", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3595 + "author_account_age_days": 3596 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4310 + "author_account_age_days": 4311 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4310 + "author_account_age_days": 4311 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2025-01-28 18:54:52", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 34, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3608 + "author_account_age_days": 3609 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 78, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/ArtHommage/HommageTools": { "stars": 2, "last_update": "2025-01-23 23:52:48", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 716, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 18, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, @@ -627,197 +627,197 @@ "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2868 + "author_account_age_days": 2869 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 3, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 5, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2662 + "author_account_age_days": 2663 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3455 + "author_account_age_days": 3456 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 387, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 7, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3226 + "author_account_age_days": 3227 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1194, + "stars": 1195, "last_update": "2025-01-23 05:44:35", "author_account_age_days": 3215 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 23, "last_update": "2025-01-23 08:28:56", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 62, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 3, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 14, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 345, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 381, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 274, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 343, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2025-01-23 13:24:32", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 54, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3300 + "author_account_age_days": 3301 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 9, - "last_update": "2025-01-29 14:07:42", - "author_account_age_days": 1696 + "last_update": "2025-01-29 16:18:55", + "author_account_age_days": 1697 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 31, @@ -835,8 +835,8 @@ "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 180, - "last_update": "2025-01-28 02:42:35", + "stars": 209, + "last_update": "2025-01-30 08:08:20", "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { @@ -846,7 +846,7 @@ }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 3, - "last_update": "2025-01-27 14:57:39", + "last_update": "2025-01-29 22:12:41", "author_account_age_days": 417 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { @@ -867,102 +867,102 @@ "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 180, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 73, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 31, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 29, "last_update": "2024-12-22 12:10:13", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/Charlweed/image_transceiver": { "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5316 + "author_account_age_days": 5317 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 10, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2120 + "author_account_age_days": 2121 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 12, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 73, - "last_update": "2025-01-29 01:15:29", - "author_account_age_days": 248 + "last_update": "2025-01-29 17:55:25", + "author_account_age_days": 249 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 75, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 79, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 2, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 1, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/Conor-Collins/coco_tools": { "stars": 1, "last_update": "2025-01-26 21:46:13", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 115, "last_update": "2025-01-07 15:03:52", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1222 + "author_account_age_days": 1223 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 4, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1321 + "author_account_age_days": 1322 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, @@ -982,47 +982,47 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 3, "last_update": "2025-01-25 07:36:21", - "author_account_age_days": 7 + "author_account_age_days": 8 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 33, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4806 + "author_account_age_days": 4807 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 4, "last_update": "2024-12-22 14:37:21", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/DataCTE/prompt_injection": { "stars": 87, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4434 + "author_account_age_days": 4435 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 382, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 13, @@ -1032,7 +1032,7 @@ "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 25, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, @@ -1042,37 +1042,37 @@ "https://github.com/Dobidop/ComfyStereo": { "stars": 12, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1679 + "author_account_age_days": 1680 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 21, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 9, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 3, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 2, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5213 + "author_account_age_days": 5214 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 6, @@ -1086,23 +1086,23 @@ }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 1, - "last_update": "2025-01-29 02:06:06", - "author_account_age_days": 1592 + "last_update": "2025-01-30 09:00:27", + "author_account_age_days": 1593 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 67, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1362 + "author_account_age_days": 1363 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 25, @@ -1112,27 +1112,27 @@ "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 203, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 4, "last_update": "2025-01-28 16:30:52", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { - "stars": 2, + "stars": 3, "last_update": "2025-01-27 19:19:57", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 307, + "stars": 308, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3818 + "author_account_age_days": 3819 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 43, @@ -1147,17 +1147,17 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 285, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, @@ -1167,60 +1167,60 @@ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 381, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 7, "last_update": "2024-10-16 17:31:27", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 64, "last_update": "2024-11-23 12:05:02", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 165, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 41, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 44, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 113, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 33, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 39, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 74, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 564, + "stars": 565, "last_update": "2024-10-11 04:50:47", "author_account_age_days": 3351 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 99, + "stars": 100, "last_update": "2024-08-01 01:00:58", "author_account_age_days": 3351 }, @@ -1235,7 +1235,7 @@ "author_account_age_days": 3351 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2563, + "stars": 2564, "last_update": "2024-10-28 22:08:11", "author_account_age_days": 3351 }, @@ -1247,37 +1247,37 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2974 + "author_account_age_days": 2975 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2024-12-02 16:48:03", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2966 + "author_account_age_days": 2967 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 4, - "last_update": "2025-01-28 10:30:03", - "author_account_age_days": 240 + "last_update": "2025-01-30 08:30:13", + "author_account_age_days": 241 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 417, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 74, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 221, @@ -1287,17 +1287,17 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, @@ -1305,44 +1305,49 @@ "author_account_age_days": 2536 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 84, + "stars": 85, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 6, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 62, + "stars": 63, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1738 + "author_account_age_days": 1739 + }, + "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { + "stars": 0, + "last_update": "2025-01-30 08:18:26", + "author_account_age_days": 2389 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1516 + "author_account_age_days": 1517 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2775 + "author_account_age_days": 2776 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, @@ -1362,17 +1367,17 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, "last_update": "2024-12-01 00:43:54", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/GoingAI1998/Comfyui_imgcanvas": { "stars": 4, "last_update": "2025-01-21 05:32:24", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 8, @@ -1380,9 +1385,9 @@ "author_account_age_days": 5151 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 191, + "stars": 193, "last_update": "2025-01-22 10:38:34", - "author_account_age_days": 1338 + "author_account_age_days": 1339 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 44, @@ -1402,22 +1407,22 @@ "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 164, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 5, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, @@ -1427,7 +1432,7 @@ "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 14, @@ -1462,47 +1467,47 @@ "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 90, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 30, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 30, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 44, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, @@ -1532,22 +1537,22 @@ "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3303 + "author_account_age_days": 3304 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 5, "last_update": "2025-01-27 21:15:53", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 3, "last_update": "2025-01-08 01:15:33", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 34, @@ -1570,19 +1575,19 @@ "author_account_age_days": 3928 }, "https://github.com/IamCreateAI/Ruyi-Models": { - "stars": 460, + "stars": 461, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 51 + "author_account_age_days": 52 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2024-12-08 23:56:49", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, @@ -1590,29 +1595,29 @@ "author_account_age_days": 2449 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { - "stars": 10, + "stars": 11, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 4041 + "author_account_age_days": 4042 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, "last_update": "2025-01-15 10:45:12", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2849 + "author_account_age_days": 2850 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4128 + "author_account_age_days": 4129 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 23, @@ -1637,22 +1642,22 @@ "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 31, "last_update": "2025-01-05 23:34:37", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 10, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 77, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 3, @@ -1671,48 +1676,48 @@ }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 1, - "last_update": "2025-01-29 00:16:41", + "last_update": "2025-01-29 22:21:11", "author_account_age_days": 4218 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 25, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 1, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 87, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 52, "last_update": "2025-01-23 01:10:11", - "author_account_age_days": 3790 + "author_account_age_days": 3791 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 2, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 158, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5105 + "author_account_age_days": 5106 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 120, @@ -1727,17 +1732,17 @@ "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 2, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 3 + "author_account_age_days": 4 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 522, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/Jordach/comfy-plasma": { "stars": 72, @@ -1747,7 +1752,7 @@ "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3573 + "author_account_age_days": 3574 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 10, @@ -1757,7 +1762,7 @@ "https://github.com/Julian-adv/WildDivide": { "stars": 16, "last_update": "2024-12-22 02:05:36", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, @@ -1767,7 +1772,7 @@ "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 2, "last_update": "2025-01-27 15:14:58", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, @@ -1777,7 +1782,7 @@ "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 2, "last_update": "2025-01-26 06:06:55", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, @@ -1787,92 +1792,92 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 7, "last_update": "2025-01-27 17:05:42", - "author_account_age_days": 4820 + "author_account_age_days": 4821 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 57, "last_update": "2024-11-23 15:44:26", - "author_account_age_days": 5109 + "author_account_age_days": 5110 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 43, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5109 + "author_account_age_days": 5110 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 37, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5109 + "author_account_age_days": 5110 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 307, + "stars": 308, "last_update": "2025-01-22 02:39:21", - "author_account_age_days": 1847 + "author_account_age_days": 1848 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 184, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 54, + "stars": 55, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 688, - "last_update": "2025-01-28 06:17:44", - "author_account_age_days": 3935 + "stars": 689, + "last_update": "2025-01-29 15:19:42", + "author_account_age_days": 3936 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2916, - "last_update": "2025-01-29 12:29:01", - "author_account_age_days": 3935 + "stars": 2918, + "last_update": "2025-01-29 17:11:50", + "author_account_age_days": 3936 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 735, - "last_update": "2025-01-28 20:24:03", - "author_account_age_days": 3935 + "last_update": "2025-01-29 23:28:49", + "author_account_age_days": 3936 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5787 + "author_account_age_days": 5788 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 77, "last_update": "2025-01-21 03:23:00", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, @@ -1887,7 +1892,7 @@ "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 170, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, @@ -1902,32 +1907,32 @@ "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 963 + "author_account_age_days": 964 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 11, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 109, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/Lerc/canvas_tab": { "stars": 169, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5586 + "author_account_age_days": 5587 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 3, "last_update": "2024-12-08 23:10:10", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 2, @@ -1937,12 +1942,12 @@ "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, "last_update": "2024-12-25 07:08:32", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-23 01:54:11", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, @@ -1950,9 +1955,9 @@ "author_account_age_days": 203 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 676, + "stars": 678, "last_update": "2024-12-22 14:57:35", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -1972,17 +1977,17 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 45, @@ -2002,52 +2007,52 @@ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1251 + "author_account_age_days": 1252 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 36, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 29, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 38, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 56, @@ -2062,27 +2067,27 @@ "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2025-01-08 12:25:10", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 3, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 6, "last_update": "2024-12-11 05:56:23", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 24, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 131, @@ -2092,42 +2097,42 @@ "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { - "stars": 2, + "stars": 3, "last_update": "2024-12-30 15:36:09", "author_account_age_days": 2450 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3424 + "author_account_age_days": 3425 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 1, "last_update": "2025-01-28 05:02:11", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, @@ -2137,67 +2142,67 @@ "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3396 + "author_account_age_days": 3397 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 228, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 528, "last_update": "2025-01-27 13:41:40", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 113, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 48, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, @@ -2212,17 +2217,17 @@ "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 36, - "last_update": "2025-01-27 05:27:17", - "author_account_age_days": 1245 + "last_update": "2025-01-30 03:06:35", + "author_account_age_days": 1246 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2025-01-07 19:10:27", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, @@ -2235,7 +2240,7 @@ "author_account_age_days": 148 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 40, + "stars": 41, "last_update": "2024-11-13 03:38:07", "author_account_age_days": 148 }, @@ -2250,39 +2255,39 @@ "author_account_age_days": 206 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2682, + "stars": 2687, "last_update": "2025-01-24 18:41:37", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 521, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 16, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 27, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3264 + "author_account_age_days": 3265 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 30, - "last_update": "2025-01-26 18:05:36", - "author_account_age_days": 3940 + "last_update": "2025-01-29 22:27:14", + "author_account_age_days": 3941 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 45, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2025-01-28 14:25:29", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 59, @@ -2292,22 +2297,22 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 28, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3899 + "author_account_age_days": 3900 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 8, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -2317,32 +2322,32 @@ "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1543 + "author_account_age_days": 1544 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 35, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 5, @@ -2352,27 +2357,27 @@ "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5368 + "author_account_age_days": 5369 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 821, + "stars": 822, "last_update": "2025-01-15 17:26:18", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, @@ -2382,22 +2387,22 @@ "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 240, + "stars": 242, "last_update": "2024-05-22 18:11:17", "author_account_age_days": 3065 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 531, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { "stars": 1, @@ -2417,37 +2422,37 @@ "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 29, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 85, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2344 + "author_account_age_days": 2345 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 15, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, @@ -2457,7 +2462,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, @@ -2467,27 +2472,27 @@ "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, "last_update": "2024-12-11 17:41:42", - "author_account_age_days": 2062 + "author_account_age_days": 2063 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5444 + "author_account_age_days": 5445 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 9 + "author_account_age_days": 10 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, @@ -2497,12 +2502,12 @@ "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 2, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 2, @@ -2510,39 +2515,39 @@ "author_account_age_days": 3611 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2124, + "stars": 2125, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 2, "last_update": "2024-12-21 12:05:13", - "author_account_age_days": 44 + "author_account_age_days": 45 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 1, - "last_update": "2025-01-29 03:06:29", - "author_account_age_days": 3661 + "last_update": "2025-01-29 14:58:50", + "author_account_age_days": 3662 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 3, "last_update": "2024-12-25 16:01:52", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1469 + "author_account_age_days": 1470 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, @@ -2557,52 +2562,52 @@ "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-01-29 06:42:48", - "author_account_age_days": 1597 + "author_account_age_days": 1598 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 2, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 54, "last_update": "2025-01-25 15:15:01", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-25 09:51:35", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1600 + "author_account_age_days": 1601 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 25, @@ -2612,12 +2617,12 @@ "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, "last_update": "2024-11-28 15:10:43", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/Rvage0815/ComfyUI-RvTools_v2": { "stars": 5, "last_update": "2024-12-27 09:42:55", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 37, @@ -2637,32 +2642,32 @@ "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 18, + "stars": 19, "last_update": "2025-01-02 14:51:01", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 79, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 12, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, @@ -2672,22 +2677,22 @@ "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 351, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3415 + "author_account_age_days": 3416 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1329 + "author_account_age_days": 1330 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 11, @@ -2702,37 +2707,37 @@ "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 72, "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 21, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 71, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 818, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 83, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3616 + "author_account_age_days": 3617 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 253, "last_update": "2024-12-31 06:28:12", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 4, @@ -2742,72 +2747,72 @@ "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 14, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "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": 605 + "author_account_age_days": 606 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 6, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 18, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 7, + "stars": 8, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 7, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 59, - "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1424 + "stars": 60, + "last_update": "2025-01-30 05:41:50", + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 31, "last_update": "2024-12-23 10:41:30", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { - "stars": 13, + "stars": 14, "last_update": "2025-01-09 18:22:56", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 40, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 36, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 1, @@ -2815,69 +2820,69 @@ "author_account_age_days": 1424 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 350, + "stars": 354, "last_update": "2025-01-25 11:56:04", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { - "stars": 33, + "stars": 34, "last_update": "2025-01-22 15:26:47", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 27, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 4, "last_update": "2025-01-08 10:59:35", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 14, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 124, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 35, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, "last_update": "2025-01-22 09:37:35", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 1, "last_update": "2025-01-12 12:44:34", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 4, "last_update": "2024-12-21 02:21:41", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 49, @@ -2892,32 +2897,32 @@ "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 10, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 23, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 22, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, @@ -2927,172 +2932,172 @@ "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 21, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-23 22:56:20", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2024-12-30 01:26:43", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-01-01 01:36:41", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 71, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 1, "last_update": "2025-01-24 08:48:52", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 53, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 208, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 19, - "last_update": "2025-01-20 18:40:38", - "author_account_age_days": 177 + "last_update": "2025-01-30 06:14:18", + "author_account_age_days": 178 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 3, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3765 + "author_account_age_days": 3766 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 13, - "last_update": "2025-01-29 08:29:49", - "author_account_age_days": 221 + "last_update": "2025-01-30 08:09:39", + "author_account_age_days": 222 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 119, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 204, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 9, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 20, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 15, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 47, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 70, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 18, "last_update": "2025-01-14 18:15:36", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 0, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 148, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 757, + "stars": 759, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2368 + "author_account_age_days": 2369 }, "https://github.com/Sxela/ComfyWarp": { "stars": 35, "last_update": "2025-01-28 06:57:07", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 2, - "last_update": "2025-01-29 09:39:45", + "last_update": "2025-01-29 23:07:55", "author_account_age_days": 615 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 126, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 183, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 145, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, @@ -3102,7 +3107,7 @@ "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 387, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, @@ -3117,62 +3122,62 @@ "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 23, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 163, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 628, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 28, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 488, + "stars": 489, "last_update": "2025-01-12 04:28:09", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 2, "last_update": "2025-01-17 13:52:42", - "author_account_age_days": 3268 + "author_account_age_days": 3269 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2025-01-22 15:44:37", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3436 + "author_account_age_days": 3437 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 15, @@ -3182,12 +3187,12 @@ "https://github.com/TemryL/ComfyS3": { "stars": 42, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 452, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 361, @@ -3197,12 +3202,12 @@ "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 99, "last_update": "2024-12-28 10:58:56", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2931 + "author_account_age_days": 2932 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, @@ -3217,62 +3222,62 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 425, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1154 + "author_account_age_days": 1155 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 457, + "stars": 458, "last_update": "2024-12-18 17:23:08", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2024-12-14 12:33:13", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 45, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 40, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4072 + "author_account_age_days": 4073 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4072 + "author_account_age_days": 4073 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, "last_update": "2025-01-22 10:23:43", - "author_account_age_days": 3599 + "author_account_age_days": 3600 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 227, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, @@ -3282,12 +3287,12 @@ "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 219, "last_update": "2025-01-27 11:19:48", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, @@ -3302,7 +3307,7 @@ "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, @@ -3312,62 +3317,62 @@ "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2025-01-22 13:02:13", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 95, - "last_update": "2025-01-25 19:15:02", + "stars": 103, + "last_update": "2025-01-29 23:54:18", "author_account_age_days": 1139 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 100, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 116, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 72, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 32, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1329, + "stars": 1330, "last_update": "2024-12-20 16:46:02", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2025-01-14 02:01:05", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 30, @@ -3387,12 +3392,12 @@ "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3971 + "author_account_age_days": 3972 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 12, + "stars": 13, "last_update": "2025-01-28 09:02:09", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, @@ -3402,12 +3407,12 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 37, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1382 + "author_account_age_days": 1383 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1301, + "stars": 1303, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, @@ -3417,37 +3422,37 @@ "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 2, "last_update": "2025-01-24 14:35:29", - "author_account_age_days": 3607 + "author_account_age_days": 3608 }, "https://github.com/XieChengYuan/comfyui_kj": { "stars": 1, "last_update": "2025-01-22 15:55:59", - "author_account_age_days": 2648 + "author_account_age_days": 2649 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 171, + "stars": 172, "last_update": "2024-12-05 21:10:04", "author_account_age_days": 2825 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2914 + "author_account_age_days": 2915 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2914 + "author_account_age_days": 2915 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3974 + "author_account_age_days": 3975 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 126, @@ -3457,22 +3462,22 @@ "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, "last_update": "2025-01-21 21:31:26", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 2, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 356, @@ -3525,7 +3530,7 @@ "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { - "stars": 48, + "stars": 49, "last_update": "2024-05-22 13:40:58", "author_account_age_days": 559 }, @@ -3565,19 +3570,19 @@ "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 658, + "stars": 659, "last_update": "2024-05-22 13:01:07", "author_account_age_days": 559 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1658, + "stars": 1659, "last_update": "2024-06-14 09:00:04", "author_account_age_days": 559 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 28, @@ -3592,47 +3597,47 @@ "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, "last_update": "2025-01-14 18:28:43", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 117, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 35, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/a-und-b/ComfyUI_Delay": { - "stars": 3, + "stars": 4, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 3, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 1, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5021 + "author_account_age_days": 5022 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 9, "last_update": "2024-12-07 11:44:06", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, @@ -3647,17 +3652,17 @@ "https://github.com/abyz22/image_control": { "stars": 15, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 28, "last_update": "2024-11-23 13:08:46", - "author_account_age_days": 4046 + "author_account_age_days": 4047 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 272, @@ -3667,22 +3672,22 @@ "https://github.com/adigayung/ComfyUI-Translator": { "stars": 5, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2441 + "author_account_age_days": 2442 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 48, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 1, @@ -3702,7 +3707,7 @@ "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 7, "last_update": "2024-12-19 08:13:44", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -3712,17 +3717,17 @@ "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 2, "last_update": "2025-01-25 05:52:31", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 95, "last_update": "2024-12-31 10:12:40", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1787, + "stars": 1840, "last_update": "2025-01-23 07:52:48", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, @@ -3730,94 +3735,94 @@ "author_account_age_days": 2890 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 52, + "stars": 53, "last_update": "2025-01-10 09:53:04", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 25, "last_update": "2025-01-19 07:40:04", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 197, "last_update": "2024-12-13 01:44:03", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 240, "last_update": "2024-12-26 22:37:39", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 79, "last_update": "2024-12-13 01:44:29", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 2, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 5, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 31, "last_update": "2024-11-28 12:32:25", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 43, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 18, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 34, "last_update": "2025-01-27 23:30:12", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 6, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5233 + "author_account_age_days": 5234 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -3827,17 +3832,17 @@ "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 60, "last_update": "2024-12-08 20:23:34", - "author_account_age_days": 2898 + "author_account_age_days": 2899 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 102, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 61, "last_update": "2025-01-19 12:05:48", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, @@ -3852,47 +3857,47 @@ "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2213 + "author_account_age_days": 2214 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 94, "last_update": "2025-01-17 21:00:45", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3172 + "author_account_age_days": 3173 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6011 + "author_account_age_days": 6012 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, "last_update": "2025-01-22 03:46:03", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, @@ -3901,13 +3906,13 @@ }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 31, - "last_update": "2025-01-15 18:27:44", - "author_account_age_days": 2564 + "last_update": "2025-01-29 15:54:56", + "author_account_age_days": 2565 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2024-12-29 01:08:36", - "author_account_age_days": 3753 + "author_account_age_days": 3754 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 45, @@ -3937,17 +3942,17 @@ "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 19, "last_update": "2025-01-29 04:54:02", - "author_account_age_days": 5130 + "author_account_age_days": 5131 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 144, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 120, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 23, @@ -3962,27 +3967,27 @@ "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, "last_update": "2025-01-26 02:31:14", - "author_account_age_days": 3777 + "author_account_age_days": 3778 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, "last_update": "2024-12-09 10:33:40", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 66, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5581 + "author_account_age_days": 5582 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, @@ -3992,12 +3997,12 @@ "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 14, "last_update": "2025-01-15 10:26:57", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 5, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/banodoco/steerable-motion": { "stars": 868, @@ -4017,7 +4022,7 @@ "https://github.com/bash-j/mikey_nodes": { "stars": 126, "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4406 + "author_account_age_days": 4407 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, @@ -4025,9 +4030,9 @@ "author_account_age_days": 3184 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 51, + "stars": 52, "last_update": "2024-12-23 19:50:16", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 21, @@ -4040,37 +4045,37 @@ "author_account_age_days": 332 }, "https://github.com/bentoml/comfy-pack": { - "stars": 93, + "stars": 94, "last_update": "2025-01-24 01:40:08", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3726 + "author_account_age_days": 3727 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { "stars": 7, "last_update": "2025-01-25 15:50:01", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 10:23:29", "author_account_age_days": 276 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 54, "last_update": "2025-01-27 13:57:55", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 2, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3092 + "author_account_age_days": 3093 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 72, + "stars": 73, "last_update": "2025-01-19 08:07:27", "author_account_age_days": 373 }, @@ -4097,72 +4102,72 @@ "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4786 + "author_account_age_days": 4787 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, "last_update": "2025-01-22 09:09:14", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 2, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 1, @@ -4172,22 +4177,22 @@ "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 3822 + "author_account_age_days": 3823 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 11, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 1, "last_update": "2025-01-27 06:13:10", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, @@ -4202,12 +4207,12 @@ "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 287, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4458 + "author_account_age_days": 4459 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5374 + "author_account_age_days": 5375 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 36, @@ -4217,17 +4222,17 @@ "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, "last_update": "2025-01-29 14:00:12", - "author_account_age_days": 18 + "author_account_age_days": 19 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 4, "last_update": "2025-01-27 13:24:44", - "author_account_age_days": 4864 + "author_account_age_days": 4865 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, @@ -4266,38 +4271,38 @@ }, "https://github.com/calcuis/gguf": { "stars": 6, - "last_update": "2025-01-29 03:15:20", - "author_account_age_days": 866 + "last_update": "2025-01-30 06:56:58", + "author_account_age_days": 867 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3521 + "author_account_age_days": 3522 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3521 + "author_account_age_days": 3522 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-12-06 04:47:31", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 402, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 7, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, @@ -4322,7 +4327,7 @@ "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 2, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 32, @@ -4332,175 +4337,175 @@ "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 121, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1372 + "author_account_age_days": 1373 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1412 + "author_account_age_days": 1413 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 19, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 399, + "stars": 400, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 52, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 29, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 227, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 154, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 100, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 52, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 15, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 19, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 79, + "stars": 80, "last_update": "2024-10-03 16:28:57", "author_account_age_days": 553 }, @@ -4512,12 +4517,12 @@ "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, @@ -4530,99 +4535,99 @@ "author_account_age_days": 1749 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 291, + "stars": 292, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 26, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { - "stars": 4, + "stars": 5, "last_update": "2025-01-28 06:30:10", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1831, + "stars": 1834, "last_update": "2025-01-26 08:56:06", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { "stars": 132, "last_update": "2025-01-23 16:24:52", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 25, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 136, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 99, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 53, + "stars": 56, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3068 + "author_account_age_days": 3069 }, "https://github.com/choey/Comfy-Topaz": { "stars": 150, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5742 + "author_account_age_days": 5743 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 73, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 57, "last_update": "2025-01-09 06:23:28", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 301, + "stars": 302, "last_update": "2024-11-29 02:05:30", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 577, "last_update": "2024-12-30 03:55:54", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, @@ -4632,37 +4637,37 @@ "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 182, "last_update": "2025-01-05 19:12:48", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 9, + "stars": 10, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 79, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 3, @@ -4682,62 +4687,62 @@ "https://github.com/ciri/comfyui-model-downloader": { "stars": 37, "last_update": "2025-01-04 08:32:06", - "author_account_age_days": 5589 + "author_account_age_days": 5590 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1367, + "stars": 1368, "last_update": "2025-01-08 15:35:24", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 86, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 6, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 470, + "stars": 471, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 399, + "stars": 400, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 270, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 144, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 4, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 116, + "stars": 117, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 3, @@ -4747,137 +4752,137 @@ "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2024-12-17 04:00:58", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3017 + "author_account_age_days": 3018 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 3, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6068 + "author_account_age_days": 6069 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65126, - "last_update": "2025-01-29 13:08:32", - "author_account_age_days": 768 + "stars": 65194, + "last_update": "2025-01-30 07:13:08", + "author_account_age_days": 769 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 553, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 171, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2120 + "author_account_age_days": 2121 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4828 + "author_account_age_days": 4829 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 83, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 129, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 72, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-12-28 00:30:43", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 84, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 66, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/crystian/ComfyUI-Crystools": { "stars": 945, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 42, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 75, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 379, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4528, + "stars": 4535, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1430, + "stars": 1431, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 20, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 689, "last_update": "2024-12-07 09:40:28", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 777, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 2, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, @@ -4892,27 +4897,27 @@ "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 12, "last_update": "2024-12-31 12:13:46", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 22, "last_update": "2025-01-21 05:07:55", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, @@ -4932,7 +4937,7 @@ "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 270, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 50, @@ -4947,127 +4952,127 @@ "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-12-14 15:01:39", - "author_account_age_days": 5543 + "author_account_age_days": 5544 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4683 + "author_account_age_days": 4684 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 2849 + "author_account_age_days": 2850 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, "last_update": "2025-01-24 09:42:47", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 102, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 79, "last_update": "2024-11-28 20:28:24", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 15, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-12-13 15:07:29", - "author_account_age_days": 4754 + "author_account_age_days": 4755 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 92, "last_update": "2025-01-06 11:51:33", - "author_account_age_days": 4754 + "author_account_age_days": 4755 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 161, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5515 + "author_account_age_days": 5516 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 87, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5515 + "author_account_age_days": 5516 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6193 + "author_account_age_days": 6194 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6193 + "author_account_age_days": 6194 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 480, + "stars": 482, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4423 + "author_account_age_days": 4424 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 18, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4423 + "author_account_age_days": 4424 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4210 + "author_account_age_days": 4211 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 161, + "stars": 162, "last_update": "2024-12-25 00:41:33", "author_account_age_days": 4737 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 244, + "stars": 245, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, @@ -5082,7 +5087,7 @@ "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 8, @@ -5107,22 +5112,22 @@ "https://github.com/dmMaze/sketch2manga": { "stars": 40, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2068 + "author_account_age_days": 2069 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 88, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3988 + "author_account_age_days": 3989 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, @@ -5132,37 +5137,37 @@ "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2025-01-07 16:45:44", - "author_account_age_days": 3996 + "author_account_age_days": 3997 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 2, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5022 + "author_account_age_days": 5023 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, @@ -5172,32 +5177,32 @@ "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 15, "last_update": "2025-01-18 01:01:11", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 73, "last_update": "2024-12-20 10:50:09", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 34, "last_update": "2024-12-20 10:46:20", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 174, "last_update": "2024-12-10 19:10:11", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 360, @@ -5207,12 +5212,12 @@ "https://github.com/evanspearman/ComfyMath": { "stars": 101, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, "last_update": "2025-01-26 19:46:31", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, @@ -5232,57 +5237,57 @@ "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 84, "last_update": "2025-01-09 18:16:21", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 68, "last_update": "2025-01-09 18:14:29", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2024-12-27 14:24:36", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 160, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 14, "last_update": "2024-12-29 12:20:04", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2025-01-23 16:12:47", - "author_account_age_days": 1307 + "author_account_age_days": 1308 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 18, "last_update": "2024-12-23 14:07:26", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { - "stars": 1, + "stars": 2, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3583 + "author_account_age_days": 3584 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3583 + "author_account_age_days": 3584 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 20, @@ -5292,7 +5297,7 @@ "https://github.com/feixuetuba/Spleeter": { "stars": 1, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4181 + "author_account_age_days": 4182 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, @@ -5302,77 +5307,77 @@ "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5263 + "author_account_age_days": 5264 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5263 + "author_account_age_days": 5264 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5263 + "author_account_age_days": 5264 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 44, + "stars": 45, "last_update": "2024-12-31 13:07:59", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 152, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 335, "last_update": "2025-01-29 10:56:03", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 13, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 144, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 4, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 972, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 252, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 149, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 219, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 469, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, @@ -5382,7 +5387,7 @@ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3714 + "author_account_age_days": 3715 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, @@ -5392,17 +5397,17 @@ "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5326 + "author_account_age_days": 5327 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 63, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5326 + "author_account_age_days": 5327 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5326 + "author_account_age_days": 5327 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, @@ -5412,7 +5417,7 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2539 + "author_account_age_days": 2540 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 55, @@ -5432,7 +5437,7 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 10, @@ -5442,27 +5447,27 @@ "https://github.com/fssorc/ComfyUI_FFT": { "stars": 11, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4806 + "author_account_age_days": 4807 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 130, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4806 + "author_account_age_days": 4807 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { - "stars": 4, + "stars": 5, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 4806 + "author_account_age_days": 4807 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 61, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4806 + "author_account_age_days": 4807 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-01-17 23:46:42", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 26, @@ -5477,7 +5482,7 @@ "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5171 + "author_account_age_days": 5172 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, @@ -5487,67 +5492,72 @@ "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/giriss/comfy-image-saver": { "stars": 219, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5218 + "author_account_age_days": 5219 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 158, - "last_update": "2025-01-29 01:14:26", - "author_account_age_days": 2716 + "last_update": "2025-01-29 18:14:44", + "author_account_age_days": 2717 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 50, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 13, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3964 + "author_account_age_days": 3965 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3964 + "author_account_age_days": 3965 + }, + "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { + "stars": 0, + "last_update": "2025-01-30 03:05:48", + "author_account_age_days": 2515 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-01-29 08:10:54", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, @@ -5556,13 +5566,13 @@ }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 7, - "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1948 + "last_update": "2025-01-30 09:12:40", + "author_account_age_days": 1949 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3332 + "author_account_age_days": 3333 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 59, @@ -5587,7 +5597,7 @@ "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, @@ -5597,52 +5607,52 @@ "https://github.com/gorillaframeai/GF_nodes": { "stars": 20, "last_update": "2025-01-28 14:32:13", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 3, "last_update": "2025-01-10 11:12:14", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-01-10 11:08:58", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-01-10 11:13:34", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 2, "last_update": "2025-01-10 11:04:48", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 2, "last_update": "2025-01-10 11:10:59", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 152, "last_update": "2025-01-27 16:15:03", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 79, + "stars": 80, "last_update": "2025-01-17 02:23:50", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1374 + "author_account_age_days": 1375 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 2, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4412 + "author_account_age_days": 4413 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, @@ -5657,77 +5667,77 @@ "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5056 + "author_account_age_days": 5057 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 11, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 9, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 14, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 13, "last_update": "2025-01-24 06:14:25", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 87, - "last_update": "2025-01-27 09:30:46", - "author_account_age_days": 2156 + "stars": 88, + "last_update": "2025-01-30 02:05:09", + "author_account_age_days": 2157 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 7, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1260, + "stars": 1261, "last_update": "2025-01-24 11:59:27", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 9, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 49, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, @@ -5737,7 +5747,7 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2021 + "author_account_age_days": 2022 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 176, @@ -5747,37 +5757,37 @@ "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-01-19 15:39:11", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 2, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1810 + "author_account_age_days": 1811 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4851 + "author_account_age_days": 4852 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4851 + "author_account_age_days": 4852 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 263, "last_update": "2025-01-17 06:30:57", - "author_account_age_days": 1457 + "author_account_age_days": 1458 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 573, @@ -5812,17 +5822,17 @@ "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 27, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5859 + "author_account_age_days": 5860 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1585 + "author_account_age_days": 1586 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, @@ -5837,17 +5847,17 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 18, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2025-01-18 19:19:06", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, @@ -5867,57 +5877,57 @@ "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 162, "last_update": "2025-01-16 08:38:21", - "author_account_age_days": 3268 + "author_account_age_days": 3269 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, "last_update": "2024-12-29 11:09:57", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 42, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 591, "last_update": "2025-01-03 10:36:18", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { - "stars": 140, + "stars": 143, "last_update": "2024-12-18 22:34:21", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { - "stars": 356, + "stars": 357, "last_update": "2025-01-26 08:49:30", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 9, "last_update": "2025-01-20 08:21:04", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1107 + "author_account_age_days": 1108 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 1, "last_update": "2025-01-26 22:04:51", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 6, "last_update": "2024-12-31 01:53:17", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 54, @@ -5927,7 +5937,7 @@ "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4645 + "author_account_age_days": 4646 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 1, @@ -5945,14 +5955,14 @@ "author_account_age_days": 4090 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1093, + "stars": 1094, "last_update": "2024-08-26 04:49:54", "author_account_age_days": 4090 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 52, "last_update": "2025-01-12 08:47:21", - "author_account_age_days": 1790 + "author_account_age_days": 1791 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, @@ -5962,17 +5972,17 @@ "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 72, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, @@ -6007,87 +6017,87 @@ "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 49, "last_update": "2025-01-14 19:47:48", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 2, "last_update": "2025-01-24 16:05:37", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 13, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, "last_update": "2024-12-13 03:03:41", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/jitcoder/lora-info": { "stars": 75, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4259 + "author_account_age_days": 4260 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3868 + "author_account_age_days": 3869 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2025-01-20 20:47:49", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4816 + "author_account_age_days": 4817 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4203 + "author_account_age_days": 4204 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, "last_update": "2025-01-16 10:38:43", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 432, + "stars": 433, "last_update": "2024-07-31 13:54:32", "author_account_age_days": 427 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 130, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 5017 + "author_account_age_days": 5018 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 22, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5212 + "author_account_age_days": 5213 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, @@ -6097,32 +6107,32 @@ "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 23, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4972 + "author_account_age_days": 4973 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 68, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4972 + "author_account_age_days": 4973 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 30, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4972 + "author_account_age_days": 4973 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 210, "last_update": "2025-01-09 09:23:46", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 111, + "stars": 113, "last_update": "2025-01-25 18:45:47", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, @@ -6132,7 +6142,7 @@ "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, @@ -6142,37 +6152,37 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 22, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 53, "last_update": "2024-11-29 15:22:15", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 412, + "stars": 413, "last_update": "2024-11-24 20:25:04", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 16, "last_update": "2025-01-21 10:05:26", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 2, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, @@ -6182,12 +6192,12 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, @@ -6197,32 +6207,32 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 165, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 3, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1178 + "author_account_age_days": 1179 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 172, @@ -6245,7 +6255,7 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1334, + "stars": 1335, "last_update": "2025-01-28 20:41:00", "author_account_age_days": 2402 }, @@ -6280,12 +6290,12 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 911, + "stars": 913, "last_update": "2025-01-12 17:55:46", "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 649, + "stars": 651, "last_update": "2025-01-19 15:57:36", "author_account_age_days": 2402 }, @@ -6295,17 +6305,17 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 105, + "stars": 106, "last_update": "2024-12-16 19:33:54", "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1669, + "stars": 1671, "last_update": "2025-01-25 18:22:01", "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 881, + "stars": 882, "last_update": "2025-01-23 16:59:43", "author_account_age_days": 2402 }, @@ -6360,7 +6370,7 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 35, + "stars": 36, "last_update": "2024-11-03 21:28:03", "author_account_age_days": 2402 }, @@ -6395,34 +6405,34 @@ "author_account_age_days": 2402 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 741, + "stars": 742, "last_update": "2024-10-03 18:41:02", "author_account_age_days": 2402 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 12, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 75 + "author_account_age_days": 76 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 25, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 49, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/kk8bit/KayTool": { "stars": 10, @@ -6431,38 +6441,38 @@ }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-01-27 01:48:57", - "author_account_age_days": 644 + "last_update": "2025-01-30 02:38:25", + "author_account_age_days": 645 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 179, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3268 + "author_account_age_days": 3269 }, "https://github.com/kraglik/prompt_collapse": { "stars": 6, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, @@ -6472,57 +6482,57 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 23, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 2, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 22, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 53, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 33, @@ -6532,72 +6542,72 @@ "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 9, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2500 + "author_account_age_days": 2501 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 7, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2500 + "author_account_age_days": 2501 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2500 + "author_account_age_days": 2501 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 14, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 4, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 4, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, @@ -6607,37 +6617,37 @@ "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 11, "last_update": "2025-01-08 04:10:35", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 35, "last_update": "2024-12-11 05:09:29", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 64, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4277 + "author_account_age_days": 4278 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, "last_update": "2024-12-31 14:25:36", - "author_account_age_days": 1487 + "author_account_age_days": 1488 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 9, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1487 + "author_account_age_days": 1488 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 4, "last_update": "2024-12-24 05:33:45", - "author_account_age_days": 1487 + "author_account_age_days": 1488 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, @@ -6702,152 +6712,152 @@ "https://github.com/ljleb/comfy-mecha": { "stars": 59, "last_update": "2025-01-25 07:20:53", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 234, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/lks-ai/anynode": { - "stars": 514, + "stars": 515, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 126, "last_update": "2025-01-07 02:36:44", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 40, "last_update": "2025-01-22 09:32:34", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 124, "last_update": "2025-01-27 13:05:06", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 8, "last_update": "2024-11-29 11:37:27", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 46, "last_update": "2024-12-01 11:57:50", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 59, "last_update": "2024-12-21 02:44:42", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, "last_update": "2024-12-09 22:37:22", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 31, "last_update": "2025-01-22 18:50:02", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 30, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 10, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 107, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1044, + "stars": 1045, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 175, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 426, + "stars": 428, "last_update": "2024-12-21 06:04:48", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 277, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 43, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 34, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 11, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, @@ -6860,7 +6870,7 @@ "author_account_age_days": 4384 }, "https://github.com/longgui0318/comfyui-magic-clothing": { - "stars": 74, + "stars": 75, "last_update": "2024-08-08 14:42:04", "author_account_age_days": 4384 }, @@ -6872,15 +6882,15 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4986 + "author_account_age_days": 4987 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 8, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4986 + "author_account_age_days": 4987 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 483, + "stars": 484, "last_update": "2024-11-30 07:01:55", "author_account_age_days": 4270 }, @@ -6905,59 +6915,59 @@ "author_account_age_days": 3882 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2090, - "last_update": "2025-01-28 03:21:43", - "author_account_age_days": 681 + "stars": 2093, + "last_update": "2025-01-30 07:55:22", + "author_account_age_days": 682 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 111, "last_update": "2025-01-26 09:54:24", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "stars": 491, - "last_update": "2025-01-28 02:53:18", - "author_account_age_days": 681 + "last_update": "2025-01-30 07:56:50", + "author_account_age_days": 682 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8193, - "last_update": "2025-01-29 14:17:20", - "author_account_age_days": 681 + "stars": 8206, + "last_update": "2025-01-30 01:09:16", + "author_account_age_days": 682 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 2, "last_update": "2025-01-28 17:20:47", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 38, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4026 + "author_account_age_days": 4027 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 49, "last_update": "2024-12-10 18:46:04", - "author_account_age_days": 2253 + "author_account_age_days": 2254 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { - "stars": 63, + "stars": 64, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 190, "last_update": "2025-01-27 22:39:31", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-01-26 18:02:13", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, @@ -6967,22 +6977,22 @@ "https://github.com/magic-quill/ComfyUI_MagicQuill": { "stars": 94, "last_update": "2024-12-16 04:15:45", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3725 + "author_account_age_days": 3726 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 172, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5973 + "author_account_age_days": 5974 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, @@ -6992,7 +7002,7 @@ "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5403 + "author_account_age_days": 5404 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 75, @@ -7007,22 +7017,22 @@ "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 79, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4994 + "author_account_age_days": 4995 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 12, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3097 + "author_account_age_days": 3098 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 61, @@ -7032,12 +7042,12 @@ "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 7, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4769 + "author_account_age_days": 4770 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 244, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, @@ -7057,27 +7067,27 @@ "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/meanin2/comfyui-watermarking": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 58, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3422 + "author_account_age_days": 3423 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3422 + "author_account_age_days": 3423 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 73, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3422 + "author_account_age_days": 3423 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, @@ -7087,32 +7097,32 @@ "https://github.com/melMass/comfy_mtb": { "stars": 495, "last_update": "2025-01-09 14:04:19", - "author_account_age_days": 3964 + "author_account_age_days": 3965 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 4, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 25, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5692 + "author_account_age_days": 5693 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, @@ -7122,87 +7132,87 @@ "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2025-01-29 10:42:55", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { - "stars": 23, + "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 327, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2227 + "author_account_age_days": 2228 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, - "last_update": "2024-07-17 15:59:31", + "last_update": "2025-01-29 16:29:23", "author_account_age_days": 2783 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 54, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6135 + "author_account_age_days": 6136 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6135 + "author_account_age_days": 6136 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 249, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 4, "last_update": "2025-01-09 22:36:41", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 68, "last_update": "2025-01-16 15:33:06", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/modelscope/scepter": { "stars": 457, "last_update": "2024-12-07 16:31:54", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, @@ -7212,12 +7222,12 @@ "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, "last_update": "2024-12-07 11:19:40", - "author_account_age_days": 1542 + "author_account_age_days": 1543 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 2, @@ -7232,7 +7242,7 @@ "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4299 + "author_account_age_days": 4300 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, @@ -7242,12 +7252,12 @@ "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 5, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-01-13 21:11:12", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, @@ -7257,7 +7267,7 @@ "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 25, "last_update": "2025-01-04 02:48:08", - "author_account_age_days": 3180 + "author_account_age_days": 3181 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 8, @@ -7267,12 +7277,12 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1599 + "author_account_age_days": 1600 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1599 + "author_account_age_days": 1600 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, @@ -7282,32 +7292,32 @@ "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 193, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 45, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 29, @@ -7317,42 +7327,42 @@ "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 7, "last_update": "2024-12-25 18:40:01", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, "last_update": "2025-01-24 12:07:31", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 6, "last_update": "2024-12-12 06:33:15", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 110, "last_update": "2025-01-29 10:29:45", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 10, "last_update": "2024-11-24 09:40:44", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 5, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, @@ -7362,10 +7372,10 @@ "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 174, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 84, + "stars": 89, "last_update": "2025-01-26 06:55:01", "author_account_age_days": 4939 }, @@ -7382,7 +7392,7 @@ "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2025-01-29 05:24:25", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 55, @@ -7392,7 +7402,7 @@ "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, @@ -7432,7 +7442,7 @@ "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, @@ -7442,12 +7452,12 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-01-26 07:38:19", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2341 + "author_account_age_days": 2342 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 209, @@ -7457,7 +7467,7 @@ "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, @@ -7467,32 +7477,32 @@ "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 23, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 726, + "stars": 727, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 103, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 22, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, @@ -7502,42 +7512,42 @@ "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1095 + "author_account_age_days": 1096 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 141, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 18, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 28, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3002 + "author_account_age_days": 3003 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { - "stars": 0, + "stars": 1, "last_update": "2025-01-27 18:25:22", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, @@ -7547,20 +7557,20 @@ "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 25, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5272 + "author_account_age_days": 5273 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5272 + "author_account_age_days": 5273 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 148, + "stars": 149, "last_update": "2025-01-03 07:53:12", "author_account_age_days": 2350 }, @@ -7575,14 +7585,14 @@ "author_account_age_days": 2350 }, "https://github.com/pandaer119/ComfyUI_pandai": { - "stars": 11, + "stars": 12, "last_update": "2025-01-07 13:01:42", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 192, @@ -7597,32 +7607,32 @@ "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 42, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1133 + "author_account_age_days": 1134 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 2, "last_update": "2024-12-28 07:07:26", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 2, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 160, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 41, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, @@ -7632,12 +7642,12 @@ "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 8, "last_update": "2025-01-12 02:31:01", - "author_account_age_days": 3272 + "author_account_age_days": 3273 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 17, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, @@ -7647,97 +7657,97 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-01-28 01:08:05", - "author_account_age_days": 1719 + "author_account_age_days": 1720 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1281 + "author_account_age_days": 1282 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { "stars": 37, - "last_update": "2025-01-29 11:16:55", - "author_account_age_days": 3725 + "last_update": "2025-01-29 17:55:27", + "author_account_age_days": 3726 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 99, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 29, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 21, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5787 + "author_account_age_days": 5788 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 12, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5157 + "author_account_age_days": 5158 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 3, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5157 + "author_account_age_days": 5158 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1463, + "stars": 1464, "last_update": "2025-01-14 17:03:18", - "author_account_age_days": 2915 + "author_account_age_days": 2916 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2059, + "stars": 2060, "last_update": "2025-01-14 22:51:00", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 748, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 146, @@ -7745,19 +7755,19 @@ "author_account_age_days": 996 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 71, + "stars": 72, "last_update": "2024-08-30 08:37:48", "author_account_age_days": 996 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 1, @@ -7767,12 +7777,12 @@ "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 54, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3436 + "author_account_age_days": 3437 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -7782,7 +7792,7 @@ "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, "last_update": "2024-12-28 19:31:31", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, @@ -7792,27 +7802,27 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 82, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4713 + "author_account_age_days": 4714 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 52, + "stars": 53, "last_update": "2024-12-05 08:42:13", - "author_account_age_days": 2223 + "author_account_age_days": 2224 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3643 + "author_account_age_days": 3644 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 27, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5840 + "author_account_age_days": 5841 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 314, @@ -7822,12 +7832,12 @@ "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 43, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 9, @@ -7842,17 +7852,17 @@ "https://github.com/replicate/comfyui-replicate": { "stars": 169, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-01-24 19:21:57", - "author_account_age_days": 4704 + "author_account_age_days": 4705 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1450, + "stars": 1453, "last_update": "2024-12-31 04:01:59", - "author_account_age_days": 5193 + "author_account_age_days": 5194 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, @@ -7867,22 +7877,22 @@ "https://github.com/rhplus0831/ComfyMepi": { "stars": 1, "last_update": "2025-01-01 15:58:13", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2899 + "author_account_age_days": 2900 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 2, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, "last_update": "2025-01-03 15:27:06", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 0, @@ -7892,17 +7902,17 @@ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 30, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3765 + "author_account_age_days": 3766 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 126, "last_update": "2024-12-03 19:25:59", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, @@ -7912,17 +7922,17 @@ "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3372 + "author_account_age_days": 3373 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 104, @@ -7932,17 +7942,17 @@ "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 3, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 10, "last_update": "2024-12-31 16:13:21", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 18, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, @@ -7977,27 +7987,27 @@ "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 36, "last_update": "2025-01-26 18:33:08", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": { - "stars": 17, - "last_update": "2025-01-28 14:43:14", - "author_account_age_days": 3908 + "stars": 18, + "last_update": "2025-01-29 22:07:22", + "author_account_age_days": 3909 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 17, @@ -8005,24 +8015,24 @@ "author_account_age_days": 3909 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 401, + "stars": 402, "last_update": "2025-01-28 19:21:48", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4976 + "author_account_age_days": 4977 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 4, - "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 157 + "last_update": "2025-01-30 04:58:59", + "author_account_age_days": 158 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1141 + "author_account_age_days": 1142 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -8032,77 +8042,77 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/seanlynch/srl-nodes": { "stars": 7, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 35, "last_update": "2025-01-15 08:00:45", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 117, "last_update": "2025-01-15 05:16:31", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 124, "last_update": "2025-01-18 09:49:32", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 29, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 435, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 1422, "last_update": "2025-01-25 02:35:15", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 108, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 29, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 1, @@ -8117,7 +8127,7 @@ "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 133, "last_update": "2025-01-25 15:32:03", - "author_account_age_days": 2337 + "author_account_age_days": 2338 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, @@ -8127,97 +8137,97 @@ "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 260, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 361, "last_update": "2024-12-02 22:41:52", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 9, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 241, "last_update": "2024-12-29 10:24:12", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2442 + "author_account_age_days": 2443 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 31, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2442 + "author_account_age_days": 2443 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2025-01-25 10:07:03", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 3, "last_update": "2025-01-22 00:03:55", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 3, "last_update": "2025-01-22 00:00:58", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 4, "last_update": "2025-01-25 10:05:38", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-textarea-command": { "stars": 2, "last_update": "2024-12-25 05:36:46", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shinich39/comfyui-view-recommendations": { "stars": 3, "last_update": "2024-12-28 08:28:51", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/siliconflow/BizyAir": { "stars": 500, @@ -8232,217 +8242,217 @@ "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { "stars": 15, "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 201, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 161, "last_update": "2025-01-04 12:41:20", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 21, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 9, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 53, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 15, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 37, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 7, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 30, "last_update": "2024-12-17 00:47:19", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 515, + "stars": 516, "last_update": "2025-01-16 00:38:15", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 13, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 54, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 68, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 53, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 25, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 211, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 52, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 6, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 31, "last_update": "2024-12-06 01:07:38", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2024-12-09 05:34:53", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 36, "last_update": "2024-12-25 06:26:03", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 61, "last_update": "2025-01-22 01:15:19", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 141, "last_update": "2024-12-05 12:00:37", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 19, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 82, "last_update": "2025-01-10 05:26:59", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 278, "last_update": "2025-01-19 04:15:14", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 134, "last_update": "2024-12-27 03:35:57", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, "last_update": "2025-01-27 14:44:06", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, "last_update": "2024-12-24 09:27:31", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, @@ -8452,97 +8462,97 @@ "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 2, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 26, "last_update": "2024-12-01 15:14:40", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 50, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 190, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 164, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { - "stars": 77, + "stars": 78, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 49, - "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 513 + "last_update": "2025-01-30 00:12:58", + "author_account_age_days": 514 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 184, "last_update": "2024-12-16 22:42:50", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { - "stars": 1, + "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 87, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 12, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4959 + "author_account_age_days": 4960 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 176, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4959 + "author_account_age_days": 4960 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5450 + "author_account_age_days": 5451 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 965, + "stars": 966, "last_update": "2025-01-06 19:06:53", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 88, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 87, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 71, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 3, @@ -8557,17 +8567,17 @@ "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 26, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 21, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 8, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 24, @@ -8582,7 +8592,7 @@ "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4690 + "author_account_age_days": 4691 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, @@ -8602,17 +8612,17 @@ "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6149 + "author_account_age_days": 6150 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 35, "last_update": "2025-01-09 02:36:09", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -8622,17 +8632,17 @@ "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 2, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, @@ -8647,12 +8657,12 @@ "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2117 + "author_account_age_days": 2118 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1226 + "author_account_age_days": 1227 }, "https://github.com/taabata/ComfyCanvas": { "stars": 78, @@ -8672,17 +8682,17 @@ "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 46, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 9, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 24, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/talesofai/comfyui-browser": { "stars": 528, @@ -8692,82 +8702,82 @@ "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 17, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4190 + "author_account_age_days": 4191 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5317 + "author_account_age_days": 5318 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5317 + "author_account_age_days": 5318 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 2, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 165, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 46, "last_update": "2025-01-17 14:42:53", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 57, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 220, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 344, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-12-25 14:09:38", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 1, "last_update": "2025-01-24 18:07:15", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2024-12-25 13:10:30", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 101, + "stars": 102, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2559 + "author_account_age_days": 2560 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 111, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3169 + "author_account_age_days": 3170 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 24, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 1, @@ -8777,27 +8787,27 @@ "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-01-29 03:31:09", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2025-01-10 22:43:50", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4594 + "author_account_age_days": 4595 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 7, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, @@ -8807,12 +8817,12 @@ "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4589 + "author_account_age_days": 4590 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 69, @@ -8827,7 +8837,7 @@ "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 13, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 4039 + "author_account_age_days": 4040 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 44, @@ -8842,12 +8852,12 @@ "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5608 + "author_account_age_days": 5609 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 27, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3179 + "author_account_age_days": 3180 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 16, @@ -8857,42 +8867,42 @@ "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4976 + "author_account_age_days": 4977 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4976 + "author_account_age_days": 4977 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 3, "last_update": "2024-11-26 07:47:26", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2884 + "author_account_age_days": 2885 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 802, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4287 + "author_account_age_days": 4288 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 116, @@ -8902,17 +8912,17 @@ "https://github.com/tzwm/comfyui-profiler": { "stars": 146, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1491 + "author_account_age_days": 1492 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 1, @@ -8922,67 +8932,67 @@ "https://github.com/un-seen/comfyui-tensorops": { "stars": 16, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1535 + "author_account_age_days": 1536 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1535 + "author_account_age_days": 1536 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/valofey/Openrouter-Node": { "stars": 2, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1602 + "author_account_age_days": 1603 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3177 + "author_account_age_days": 3178 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2025-01-28 09:58:56", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-01-15 22:18:41", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3319 + "author_account_age_days": 3320 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3364 + "author_account_age_days": 3365 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3646 + "author_account_age_days": 3647 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 3, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 17, "last_update": "2025-01-21 05:16:52", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, @@ -8992,27 +9002,27 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 158, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 2057 + "author_account_age_days": 2058 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2057 + "author_account_age_days": 2058 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5203 + "author_account_age_days": 5204 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 107, "last_update": "2024-12-22 06:45:45", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, @@ -9027,12 +9037,12 @@ "https://github.com/wallish77/wlsh_nodes": { "stars": 106, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3602 + "author_account_age_days": 3603 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 5, @@ -9042,12 +9052,12 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1186 + "author_account_age_days": 1187 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/wei30172/comfygen": { "stars": 8, @@ -9055,7 +9065,7 @@ "author_account_age_days": 1832 }, "https://github.com/weilin9999/WeiLin-ComfyUI-prompt-all-in-one": { - "stars": 152, + "stars": 154, "last_update": "2025-01-09 14:59:21", "author_account_age_days": 2127 }, @@ -9065,34 +9075,34 @@ "author_account_age_days": 2127 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 348, + "stars": 351, "last_update": "2025-01-17 12:37:09", "author_account_age_days": 1791 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 10, "last_update": "2025-01-25 18:28:07", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 5, "last_update": "2025-01-25 05:53:53", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 6, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5706 + "author_account_age_days": 5707 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 37, @@ -9102,42 +9112,42 @@ "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 9, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 15, - "last_update": "2025-01-29 12:44:59", + "stars": 18, + "last_update": "2025-01-29 16:22:25", "author_account_age_days": 3577 }, "https://github.com/windfancy/zsq_prompt": { "stars": 1, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1756 + "author_account_age_days": 1757 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, "last_update": "2025-01-20 03:19:15", - "author_account_age_days": 2090 + "author_account_age_days": 2091 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2024-12-23 02:43:14", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 85, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5940 + "author_account_age_days": 5941 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5940 + "author_account_age_days": 5941 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, @@ -9152,7 +9162,7 @@ "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 6, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, @@ -9162,12 +9172,12 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5269 + "author_account_age_days": 5270 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 344, @@ -9177,37 +9187,37 @@ "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 2, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { - "stars": 7, + "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4718 + "author_account_age_days": 4719 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 19, "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4718 + "author_account_age_days": 4719 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 11, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4718 + "author_account_age_days": 4719 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, @@ -9217,32 +9227,32 @@ "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 20, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 3, "last_update": "2024-12-25 07:31:32", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 15, "last_update": "2024-11-30 08:19:45", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3643 + "author_account_age_days": 3644 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, @@ -9252,37 +9262,37 @@ "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 36, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 3, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 2, - "last_update": "2025-01-28 19:03:03", - "author_account_age_days": 343 + "last_update": "2025-01-29 22:26:38", + "author_account_age_days": 344 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 9, "last_update": "2025-01-21 07:30:20", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 61, "last_update": "2024-12-22 01:26:50", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 237, "last_update": "2024-12-12 08:22:38", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 55, "last_update": "2025-01-28 19:05:10", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, @@ -9296,63 +9306,63 @@ }, "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1253, - "last_update": "2025-01-26 17:51:05", - "author_account_age_days": 1559 + "last_update": "2025-01-30 06:08:03", + "author_account_age_days": 1560 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 20, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 3, "last_update": "2024-12-25 18:42:17", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 5, "last_update": "2024-12-26 14:25:21", - "author_account_age_days": 3608 + "author_account_age_days": 3609 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 7, @@ -9367,62 +9377,62 @@ "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 93, "last_update": "2024-12-02 18:15:56", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 21, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 16, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 10, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 77, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 3, "last_update": "2025-01-26 08:28:35", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 85, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 11, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 18, - "last_update": "2025-01-27 11:32:25", - "author_account_age_days": 2371 + "stars": 20, + "last_update": "2025-01-30 06:12:32", + "author_account_age_days": 2372 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 341, @@ -9432,37 +9442,37 @@ "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 23, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2662 + "author_account_age_days": 2663 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 22, @@ -9470,29 +9480,29 @@ "author_account_age_days": 5082 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 47, + "stars": 48, "last_update": "2025-01-17 11:40:12", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 7, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 65, @@ -9500,33 +9510,33 @@ "author_account_age_days": 4454 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1257, + "stars": 1258, "last_update": "2024-12-13 08:42:11", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 23, + "stars": 25, "last_update": "2025-01-29 14:14:58", - "author_account_age_days": 3595 + "author_account_age_days": 3596 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 40, "last_update": "2025-01-22 13:33:05", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/zombieyang/sd-ppp": { "stars": 722, - "last_update": "2025-01-16 04:50:15", - "author_account_age_days": 4136 + "last_update": "2025-01-30 02:59:55", + "author_account_age_days": 4137 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5180 + "author_account_age_days": 5181 } } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 738df97c..4edf34c0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2986,6 +2986,7 @@ ], "https://github.com/DraconicDragon/ComfyUI-Venice-API": [ [ + "CharCountTextBox", "FluxPro11_TOGETHER", "FluxPro_TOGETHER", "GenerateImage_VENICE", @@ -3854,6 +3855,19 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], + "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ + [ + "AlternatingOutput", + "AlternatingOutputB", + "ImageCounter", + "IntervalCounter", + "IntervalCounterB", + "LoadPromptFromTXT" + ], + { + "title_aux": "ComfyUI-Counternodes" + } + ], "https://github.com/GMapeSplat/ComfyUI_ezXY": [ [ "ConcatenateString", @@ -5025,6 +5039,14 @@ "title_aux": "AudioDriven-Latent-Space-Tools-for-ComfyUI" } ], + "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py": [ + [ + "GISDetectionNode" + ], + { + "title_aux": "GeoNodes" + } + ], "https://github.com/Kesin11/ComfyUI-list-filter": [ [ "list_filter_FilterImageListByIndexList", @@ -7912,7 +7934,8 @@ "FreeMemoryCLIP", "FreeMemoryImage", "FreeMemoryLatent", - "FreeMemoryModel" + "FreeMemoryModel", + "FreeMemoryString" ], { "title_aux": "ComfyUI-FreeMemory" @@ -16306,6 +16329,14 @@ "title_aux": "String Converter" } ], + "https://github.com/gmorks/ComfyUI-Animagine-Prompt": [ + [ + "AnimaginePrompt" + ], + { + "title_aux": "ComfyUI Animagine prompt" + } + ], "https://github.com/gmorks/ComfyUI-SendToDiscord": [ [ "PreviewImageWithDiscord" From c3d2bd8ed1b6d8c2581f308ee88edc8c5fc81819 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 30 Jan 2025 21:57:13 +0900 Subject: [PATCH 22/73] update DB --- extension-node-map.json | 32 +++++++++++++++++++++++------ node_db/new/extension-node-map.json | 32 +++++++++++++++++++++++------ 2 files changed, 52 insertions(+), 12 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 4edf34c0..af9cb18d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2164,7 +2164,11 @@ "BriaEraser", "BriaGenFill", "BriaTailoredGen", + "ImageExpansionNode", "ReimagineNode", + "RemoveForegroundNode", + "ReplaceBgNode", + "RmbgNode", "ShotByImageNode", "ShotByTextNode", "TailoredModelInfoNode", @@ -11683,6 +11687,7 @@ "Range Float", "Range Integer", "Ratio Advanced", + "RemoveTextBetween", "Resize Image for SDXL", "SD3TextConditioningWithOptionsOnePrompt", "SRFloatPromptInput", @@ -24251,12 +24256,27 @@ ], "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": [ [ - "FlipStreamLoader", - "FlipStreamOption", - "FlipStreamPrompt", - "FlipStreamSource", - "FlipStreamSwitchVFI", - "FlipStreamUpdate", + "FlipStreamBatchPrompt", + "FlipStreamFileSelect_AnimateDiffModel", + "FlipStreamFileSelect_Checkpoints", + "FlipStreamFileSelect_TensorRT", + "FlipStreamFileSelect_VAE", + "FlipStreamFileSelect_VideoSrc", + "FlipStreamFilmVfi", + "FlipStreamGetParam", + "FlipStreamImageSize", + "FlipStreamInputBox", + "FlipStreamPreviewBox", + "FlipStreamSegMask", + "FlipStreamSelectBox_Samplers", + "FlipStreamSelectBox_Scheduler", + "FlipStreamSetParam", + "FlipStreamSlider", + "FlipStreamSwitchImage", + "FlipStreamSwitchLatent", + "FlipStreamTextBox", + "FlipStreamTextReplace", + "FlipStreamVideoInput", "FlipStreamViewer" ], { diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4edf34c0..af9cb18d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2164,7 +2164,11 @@ "BriaEraser", "BriaGenFill", "BriaTailoredGen", + "ImageExpansionNode", "ReimagineNode", + "RemoveForegroundNode", + "ReplaceBgNode", + "RmbgNode", "ShotByImageNode", "ShotByTextNode", "TailoredModelInfoNode", @@ -11683,6 +11687,7 @@ "Range Float", "Range Integer", "Ratio Advanced", + "RemoveTextBetween", "Resize Image for SDXL", "SD3TextConditioningWithOptionsOnePrompt", "SRFloatPromptInput", @@ -24251,12 +24256,27 @@ ], "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": [ [ - "FlipStreamLoader", - "FlipStreamOption", - "FlipStreamPrompt", - "FlipStreamSource", - "FlipStreamSwitchVFI", - "FlipStreamUpdate", + "FlipStreamBatchPrompt", + "FlipStreamFileSelect_AnimateDiffModel", + "FlipStreamFileSelect_Checkpoints", + "FlipStreamFileSelect_TensorRT", + "FlipStreamFileSelect_VAE", + "FlipStreamFileSelect_VideoSrc", + "FlipStreamFilmVfi", + "FlipStreamGetParam", + "FlipStreamImageSize", + "FlipStreamInputBox", + "FlipStreamPreviewBox", + "FlipStreamSegMask", + "FlipStreamSelectBox_Samplers", + "FlipStreamSelectBox_Scheduler", + "FlipStreamSetParam", + "FlipStreamSlider", + "FlipStreamSwitchImage", + "FlipStreamSwitchLatent", + "FlipStreamTextBox", + "FlipStreamTextReplace", + "FlipStreamVideoInput", "FlipStreamViewer" ], { From 36ef1b2fd6929570d7b8fe164d65e4d3d2de1d50 Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Thu, 30 Jan 2025 16:32:14 -0700 Subject: [PATCH 23/73] Fix import collision (#1500) * Fix import collision * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- 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 08d3c415..b60b64e3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20174,7 +20174,7 @@ { "author": "ProGamerGov", "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", - "id": "pytorch360convert", + "id": "comfyui-pytorch360convert", "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", "files": [ "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" From e8dd21c0c3bd32476f02b67c9185a33177e63cc8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 31 Jan 2025 08:48:59 +0900 Subject: [PATCH 24/73] update DB --- custom-node-list.json | 12 +- extension-node-map.json | 18 +- github-stats.json | 2543 +++++++++++++------------- node_db/dev/custom-node-list.json | 20 +- node_db/dev/extension-node-map.json | 31 +- node_db/dev/github-stats.json | 502 ++--- node_db/legacy/custom-node-list.json | 10 + node_db/new/custom-node-list.json | 24 +- node_db/new/extension-node-map.json | 18 +- 9 files changed, 1623 insertions(+), 1555 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b60b64e3..f848eaa9 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3231,6 +3231,16 @@ "install_type": "git-clone", "description": "ComfyUI diffusers wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)" }, + { + "author": "kijai", + "title": "ComfyUI-StableXWrapper", + "reference": "https://github.com/kijai/ComfyUI-StableXWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-StableXWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for [a/StableX normal](https://github.com/Stable-X/StableNormal)/[a/delight](https://github.com/Stable-X/StableDelight) models" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -14887,7 +14897,7 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm" ], "install_type": "git-clone", - "description": "Auto prompt by LLM and LLM-Vision. (Trigger more details hiding in model)" + "description": "NODES: Auto-LLM-Text-Vision, Auto-LLM-Text, Auto-LLM-Vision" }, { "author": "xlinx", diff --git a/extension-node-map.json b/extension-node-map.json index af9cb18d..170d94fc 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -11356,8 +11356,10 @@ ], "https://github.com/asagi4/comfyui-utility-nodes": [ [ + "MUConditioningCutoff", "MUForceCacheClear", "MUJinjaRender", + "MURemoveControlNet", "MUReplaceModelWeights", "MUSimpleWildcard" ], @@ -15432,10 +15434,14 @@ "RecoursePolar", "RecourseStrings", "SelInClip", + "SelInFloat", "SelInGuider", + "SelInInt", "SelInLatent", "SelInModel", "SelInPolar", + "SelInSampler", + "SelInSigmas", "SelInVae", "SelOutCLIP", "SelOutModel", @@ -19553,6 +19559,16 @@ "title_aux": "ComfyUI-SUPIR" } ], + "https://github.com/kijai/ComfyUI-StableXWrapper": [ + [ + "DifferenceExtractorNode", + "DownloadAndLoadStableXModel", + "StableXProcessImage" + ], + { + "title_aux": "ComfyUI-StableXWrapper" + } + ], "https://github.com/kijai/ComfyUI-depth-fm": [ [ "Depth_fm" @@ -26783,7 +26799,7 @@ ], "https://github.com/willmiao/ComfyUI-Lora-Manager": [ [ - "LorasEndpoint" + "LoRAGateway" ], { "title_aux": "ComfyUI-Lora-Manager" diff --git a/github-stats.json b/github-stats.json index 38fe0372..f4822345 100644 --- a/github-stats.json +++ b/github-stats.json @@ -7,7 +7,7 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 12, @@ -20,7 +20,7 @@ "author_account_age_days": 672 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 225, + "stars": 226, "last_update": "2025-01-22 09:24:19", "author_account_age_days": 672 }, @@ -35,9 +35,9 @@ "author_account_age_days": 2103 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1189, + "stars": 1190, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, @@ -62,7 +62,7 @@ "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-12-08 03:42:25", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 5, @@ -70,7 +70,7 @@ "author_account_age_days": 679 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 117, + "stars": 118, "last_update": "2024-10-11 00:11:40", "author_account_age_days": 1139 }, @@ -87,7 +87,7 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 8, "last_update": "2024-12-19 10:21:03", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, @@ -97,22 +97,22 @@ "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 20, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2522 + "author_account_age_days": 2523 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 79, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 4, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/6174/comflowy-nodes": { "stars": 12, @@ -137,7 +137,7 @@ "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 4, @@ -145,19 +145,19 @@ "author_account_age_days": 583 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 6, + "stars": 7, "last_update": "2025-01-29 12:51:31", "author_account_age_days": 583 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, @@ -167,7 +167,7 @@ "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, "last_update": "2024-12-21 23:43:44", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, @@ -260,7 +260,7 @@ "author_account_age_days": 451 }, "https://github.com/AIFSH/ComfyUI-RVC": { - "stars": 17, + "stars": 18, "last_update": "2024-06-14 07:05:25", "author_account_age_days": 451 }, @@ -412,62 +412,62 @@ "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "stars": 1973, "last_update": "2024-12-19 11:43:49", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 302, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 35, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 342, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 77, + "stars": 78, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 198, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 913, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1679 + "author_account_age_days": 1680 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 6, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, @@ -477,7 +477,7 @@ "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 263, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, @@ -492,22 +492,22 @@ "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 800, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 394, "last_update": "2025-01-26 23:18:51", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 4, "last_update": "2025-01-17 14:45:24", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, "last_update": "2024-12-17 05:40:40", - "author_account_age_days": 3597 + "author_account_age_days": 3598 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 9, @@ -517,27 +517,27 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-12-09 16:08:07", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 4, "last_update": "2024-12-22 12:42:36", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 999, - "last_update": "2025-01-24 15:32:57", - "author_account_age_days": 2919 + "stars": 1002, + "last_update": "2025-01-30 13:32:00", + "author_account_age_days": 2920 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 8, @@ -562,17 +562,17 @@ "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3596 + "author_account_age_days": 3597 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4311 + "author_account_age_days": 4312 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4311 + "author_account_age_days": 4312 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, @@ -592,7 +592,7 @@ "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 78, @@ -617,12 +617,12 @@ "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 432, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, @@ -652,7 +652,7 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 3, @@ -672,7 +672,7 @@ "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3456 + "author_account_age_days": 3457 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 387, @@ -700,49 +700,49 @@ "author_account_age_days": 3292 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1195, + "stars": 1196, "last_update": "2025-01-23 05:44:35", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 23, "last_update": "2025-01-23 08:28:56", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 62, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, @@ -757,57 +757,57 @@ "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 14, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 345, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 381, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 274, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 343, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2025-01-23 13:24:32", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 54, @@ -816,58 +816,58 @@ }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 9, - "last_update": "2025-01-29 16:18:55", - "author_account_age_days": 1697 + "last_update": "2025-01-30 15:08:43", + "author_account_age_days": 1698 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 31, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 10 + "author_account_age_days": 11 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 16, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 50, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 209, + "stars": 219, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 21, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 3, - "last_update": "2025-01-29 22:12:41", - "author_account_age_days": 417 + "stars": 4, + "last_update": "2025-01-30 12:13:33", + "author_account_age_days": 418 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 107, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 50, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 180, @@ -892,7 +892,7 @@ "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 29, "last_update": "2024-12-22 12:10:13", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/Charlweed/image_transceiver": { "stars": 3, @@ -916,28 +916,28 @@ }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 73, - "last_update": "2025-01-29 17:55:25", - "author_account_age_days": 249 + "last_update": "2025-01-30 22:29:00", + "author_account_age_days": 250 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 75, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 79, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 2, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 1, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/Conor-Collins/coco_tools": { "stars": 1, @@ -946,13 +946,13 @@ }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 115, - "last_update": "2025-01-07 15:03:52", + "last_update": "2025-01-30 15:23:40", "author_account_age_days": 3875 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, @@ -967,32 +967,32 @@ "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, "last_update": "2025-01-23 06:47:34", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 6, "last_update": "2025-01-23 06:44:49", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5377 + "author_account_age_days": 5378 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 3, "last_update": "2025-01-25 07:36:21", - "author_account_age_days": 8 + "author_account_age_days": 9 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 33, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, @@ -1007,37 +1007,37 @@ "https://github.com/DataCTE/prompt_injection": { "stars": 87, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4435 + "author_account_age_days": 4436 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 382, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1994 + "author_account_age_days": 1995 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 13, "last_update": "2025-01-15 09:02:21", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 25, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 12, @@ -1047,47 +1047,47 @@ "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 21, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 9, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 3, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 2, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5214 + "author_account_age_days": 5215 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 6, "last_update": "2025-01-14 09:33:55", - "author_account_age_days": 1251 + "author_account_age_days": 1252 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1251 + "author_account_age_days": 1252 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 1, - "last_update": "2025-01-30 09:00:27", - "author_account_age_days": 1593 + "last_update": "2025-01-30 09:37:50", + "author_account_age_days": 1594 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, @@ -1107,7 +1107,7 @@ "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 25, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 203, @@ -1130,119 +1130,119 @@ "author_account_age_days": 189 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 308, + "stars": 309, "last_update": "2024-10-22 09:13:15", "author_account_age_days": 3819 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 43, + "stars": 44, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 285, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 381, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 7, "last_update": "2024-10-16 17:31:27", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 64, "last_update": "2024-11-23 12:05:02", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 165, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 41, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 44, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 113, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 33, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 39, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 74, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 565, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 100, + "stars": 101, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 183, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 197, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2564, + "stars": 2567, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 2, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1252,7 +1252,7 @@ "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2024-12-02 16:48:03", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, @@ -1267,22 +1267,22 @@ "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 417, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 74, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 221, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1463 + "author_account_age_days": 1464 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -1302,7 +1302,7 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 85, @@ -1325,9 +1325,9 @@ "author_account_age_days": 1901 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 63, + "stars": 64, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1382 + "author_account_age_days": 1383 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, @@ -1342,27 +1342,27 @@ "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1517 + "author_account_age_days": 1518 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2776 + "author_account_age_days": 2777 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2025-01-27 15:06:46", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4787 + "author_account_age_days": 4788 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 40, "last_update": "2024-12-06 15:42:18", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, @@ -1372,7 +1372,7 @@ "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, "last_update": "2024-12-01 00:43:54", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/GoingAI1998/Comfyui_imgcanvas": { "stars": 4, @@ -1382,32 +1382,32 @@ "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 8, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5151 + "author_account_age_days": 5152 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 193, + "stars": 197, "last_update": "2025-01-22 10:38:34", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 44, "last_update": "2025-01-26 08:06:57", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 58, "last_update": "2024-12-16 10:18:14", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 1, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 164, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 5, @@ -1417,7 +1417,7 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, @@ -1427,7 +1427,7 @@ "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, @@ -1437,32 +1437,32 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 14, "last_update": "2025-01-15 13:49:53", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 112, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 9, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 48, "last_update": "2025-01-23 16:54:55", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 40, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 20, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, @@ -1512,92 +1512,92 @@ "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-01-19 14:06:16", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 321, "last_update": "2025-01-16 06:00:39", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 5, "last_update": "2025-01-27 21:15:53", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 3, "last_update": "2025-01-08 01:15:33", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 34, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5700 + "author_account_age_days": 5701 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5700 + "author_account_age_days": 5701 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 6, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5700 + "author_account_age_days": 5701 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/IamCreateAI/Ruyi-Models": { - "stars": 461, + "stars": 462, "last_update": "2025-01-20 12:21:40", "author_account_age_days": 52 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2024-12-08 23:56:49", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2449 + "author_account_age_days": 2450 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 11, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 4042 + "author_account_age_days": 4043 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, @@ -1612,37 +1612,37 @@ "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 23, "last_update": "2024-12-21 19:28:35", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 16, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 9, "last_update": "2024-12-15 11:00:51", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 103, "last_update": "2025-01-28 12:52:56", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 31, "last_update": "2025-01-05 23:34:37", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, @@ -1662,22 +1662,22 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 3, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2786 + "author_account_age_days": 2787 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 59, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 1, "last_update": "2025-01-29 22:21:11", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 25, @@ -1697,12 +1697,12 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 52, "last_update": "2025-01-23 01:10:11", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 2, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, @@ -1717,22 +1717,22 @@ "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 120, + "stars": 121, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2577 + "author_account_age_days": 2578 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 90, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2577 + "author_account_age_days": 2578 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 2, @@ -1740,24 +1740,24 @@ "author_account_age_days": 4 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 522, + "stars": 523, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/Jordach/comfy-plasma": { "stars": 72, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3574 + "author_account_age_days": 3575 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 10, + "stars": 12, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3389 + "author_account_age_days": 3390 }, "https://github.com/Julian-adv/WildDivide": { "stars": 16, @@ -1767,27 +1767,27 @@ "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 2990 + "author_account_age_days": 2991 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 2, "last_update": "2025-01-27 15:14:58", - "author_account_age_days": 69 + "author_account_age_days": 70 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1133 + "author_account_age_days": 1134 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 2, "last_update": "2025-01-26 06:06:55", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, @@ -1795,39 +1795,39 @@ "author_account_age_days": 1907 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 7, + "stars": 8, "last_update": "2025-01-27 17:05:42", - "author_account_age_days": 4821 + "author_account_age_days": 4822 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 57, "last_update": "2024-11-23 15:44:26", - "author_account_age_days": 5110 + "author_account_age_days": 5111 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 43, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5110 + "author_account_age_days": 5111 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 37, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5110 + "author_account_age_days": 5111 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 308, + "stars": 311, "last_update": "2025-01-22 02:39:21", "author_account_age_days": 1848 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 184, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1705 + "author_account_age_days": 1706 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1705 + "author_account_age_days": 1706 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, @@ -1842,22 +1842,22 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 689, "last_update": "2025-01-29 15:19:42", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "stars": 2918, - "last_update": "2025-01-29 17:11:50", - "author_account_age_days": 3936 + "last_update": "2025-01-30 20:47:28", + "author_account_age_days": 3937 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 735, - "last_update": "2025-01-29 23:28:49", - "author_account_age_days": 3936 + "last_update": "2025-01-30 23:09:15", + "author_account_age_days": 3937 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, @@ -1877,32 +1877,32 @@ "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1999 + "author_account_age_days": 2000 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 69, "last_update": "2025-01-09 09:07:22", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 170, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 416, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, @@ -1922,12 +1922,12 @@ "https://github.com/Lerc/canvas_tab": { "stars": 169, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5587 + "author_account_age_days": 5588 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 3, "last_update": "2024-12-08 23:10:10", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -1935,79 +1935,79 @@ "author_account_age_days": 2822 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { - "stars": 2, + "stars": 3, "last_update": "2024-12-22 15:06:38", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, "last_update": "2024-12-25 07:08:32", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-23 01:54:11", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 678, + "stars": 679, "last_update": "2024-12-22 14:57:35", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 150, "last_update": "2025-01-09 05:30:43", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 9, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 45, "last_update": "2025-01-25 13:15:11", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 22, "last_update": "2024-12-26 17:25:45", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 80, "last_update": "2025-01-25 13:16:20", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1252 + "author_account_age_days": 1253 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, @@ -2040,7 +2040,7 @@ "author_account_age_days": 4478 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 38, + "stars": 39, "last_update": "2024-06-22 00:51:28", "author_account_age_days": 4478 }, @@ -2057,27 +2057,27 @@ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 56, "last_update": "2025-01-19 18:46:30", - "author_account_age_days": 1824 + "author_account_age_days": 1825 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2001 + "author_account_age_days": 2002 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2025-01-08 12:25:10", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 3, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 6, "last_update": "2024-12-11 05:56:23", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 24, @@ -2087,22 +2087,22 @@ "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 131, "last_update": "2025-01-17 14:30:04", - "author_account_age_days": 5189 + "author_account_age_days": 5190 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 3, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2450 + "author_account_age_days": 2451 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, @@ -2122,7 +2122,7 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 1, @@ -2137,7 +2137,7 @@ "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5551 + "author_account_age_days": 5552 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, @@ -2172,90 +2172,90 @@ "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 228, + "stars": 229, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 528, + "stars": 529, "last_update": "2025-01-27 13:41:40", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 113, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 48, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4187 + "author_account_age_days": 4188 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 36, "last_update": "2025-01-30 03:06:35", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2025-01-07 19:10:27", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, "last_update": "2025-01-25 10:38:15", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 204, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 41, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 19, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2687, + "stars": 2691, "last_update": "2025-01-24 18:41:37", "author_account_age_days": 1781 }, @@ -2277,32 +2277,32 @@ "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 30, "last_update": "2025-01-29 22:27:14", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 45, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2025-01-28 14:25:29", - "author_account_age_days": 1958 + "author_account_age_days": 1959 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 59, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 28, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3900 + "author_account_age_days": 3901 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, @@ -2317,57 +2317,57 @@ "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1544 + "author_account_age_days": 1545 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 35, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 5, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5369 + "author_account_age_days": 5370 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 822, + "stars": 823, "last_update": "2025-01-15 17:26:18", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, @@ -2382,42 +2382,42 @@ "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, "last_update": "2025-01-28 23:38:21", - "author_account_age_days": 3039 + "author_account_age_days": 3040 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2203 + "author_account_age_days": 2204 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 242, + "stars": 244, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4699 + "author_account_age_days": 4700 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 531, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4699 + "author_account_age_days": 4700 }, "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { "stars": 1, "last_update": "2025-01-12 09:34:07", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 3, "last_update": "2025-01-19 01:59:11", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 14, "last_update": "2025-01-22 14:05:19", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, @@ -2432,12 +2432,12 @@ "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 85, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2345 + "author_account_age_days": 2346 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, @@ -2457,37 +2457,37 @@ "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4989 + "author_account_age_days": 4990 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3862 + "author_account_age_days": 3863 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, "last_update": "2024-12-11 17:41:42", - "author_account_age_days": 2063 + "author_account_age_days": 2064 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5445 + "author_account_age_days": 5446 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, @@ -2497,12 +2497,12 @@ "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 2, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, @@ -2512,7 +2512,7 @@ "https://github.com/Positliver/comfyui-zegr": { "stars": 2, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3611 + "author_account_age_days": 3612 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { "stars": 2125, @@ -2526,7 +2526,7 @@ }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 1, - "last_update": "2025-01-29 14:58:50", + "last_update": "2025-01-30 21:42:09", "author_account_age_days": 3662 }, "https://github.com/Pseudotools/Pseudocomfy": { @@ -2547,17 +2547,17 @@ "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4151 + "author_account_age_days": 4152 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 6, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, @@ -2567,7 +2567,7 @@ "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, @@ -2602,7 +2602,7 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1601 + "author_account_age_days": 1602 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, @@ -2612,32 +2612,32 @@ "https://github.com/Runware/ComfyUI-Runware": { "stars": 25, "last_update": "2025-01-13 17:00:35", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, "last_update": "2024-11-28 15:10:43", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/Rvage0815/ComfyUI-RvTools_v2": { "stars": 5, "last_update": "2024-12-27 09:42:55", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 37, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 127, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, @@ -2647,32 +2647,32 @@ "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 19, "last_update": "2025-01-02 14:51:01", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 79, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 12, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 351, @@ -2682,7 +2682,7 @@ "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, @@ -2697,12 +2697,12 @@ "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 11, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 129, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 72, @@ -2717,12 +2717,12 @@ "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 71, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 818, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 83, @@ -2732,17 +2732,17 @@ "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 253, + "stars": 254, "last_update": "2024-12-31 06:28:12", "author_account_age_days": 69 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 4, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1516 + "author_account_age_days": 1517 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, @@ -2752,12 +2752,12 @@ "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 14, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "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": 606 + "author_account_age_days": 607 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, @@ -2780,7 +2780,7 @@ "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 8, + "stars": 9, "last_update": "2025-01-27 17:14:24", "author_account_age_days": 1425 }, @@ -2790,18 +2790,18 @@ "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 60, + "stars": 61, "last_update": "2025-01-30 05:41:50", "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 31, + "stars": 32, "last_update": "2024-12-23 10:41:30", "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 14, - "last_update": "2025-01-09 18:22:56", + "last_update": "2025-01-30 20:04:27", "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { @@ -2816,11 +2816,11 @@ }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 1, - "last_update": "2025-01-29 19:43:40", - "author_account_age_days": 1424 + "last_update": "2025-01-30 06:19:40", + "author_account_age_days": 1425 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 354, + "stars": 355, "last_update": "2025-01-25 11:56:04", "author_account_age_days": 1425 }, @@ -2857,12 +2857,12 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 35, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, @@ -2872,62 +2872,62 @@ "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, "last_update": "2025-01-22 09:37:35", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 1, "last_update": "2025-01-12 12:44:34", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 4, "last_update": "2024-12-21 02:21:41", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 49, "last_update": "2024-12-21 22:36:22", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 148, "last_update": "2024-12-08 10:35:19", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 10, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 23, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 22, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, "last_update": "2025-01-18 10:28:11", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 21, @@ -2937,12 +2937,12 @@ "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-23 22:56:20", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, @@ -2952,17 +2952,17 @@ "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2024-12-30 01:26:43", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-01-01 01:36:41", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 71, @@ -2977,12 +2977,12 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 53, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 208, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 19, @@ -2996,8 +2996,8 @@ }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 13, - "last_update": "2025-01-30 08:09:39", - "author_account_age_days": 222 + "last_update": "2025-01-30 20:40:55", + "author_account_age_days": 223 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 119, @@ -3030,7 +3030,7 @@ "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_Gemini2": { - "stars": 15, + "stars": 16, "last_update": "2024-12-12 09:42:42", "author_account_age_days": 3055 }, @@ -3052,10 +3052,10 @@ "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 0, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 148, + "stars": 149, "last_update": "2024-07-31 02:48:34", "author_account_age_days": 309 }, @@ -3067,7 +3067,7 @@ "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 759, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2369 + "author_account_age_days": 2370 }, "https://github.com/Sxela/ComfyWarp": { "stars": 35, @@ -3077,12 +3077,12 @@ "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 2, "last_update": "2025-01-29 23:07:55", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 126, @@ -3102,7 +3102,7 @@ "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 387, @@ -3112,12 +3112,12 @@ "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 26, "last_update": "2025-01-29 07:41:01", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 23, @@ -3130,7 +3130,7 @@ "author_account_age_days": 423 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 628, + "stars": 629, "last_update": "2024-11-20 16:51:57", "author_account_age_days": 423 }, @@ -3152,12 +3152,12 @@ "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 2, "last_update": "2025-01-17 13:52:42", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3786 + "author_account_age_days": 3787 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, @@ -3177,27 +3177,27 @@ "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3437 + "author_account_age_days": 3438 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 15, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/TemryL/ComfyS3": { "stars": 42, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 452, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 361, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 99, @@ -3207,17 +3207,17 @@ "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2932 + "author_account_age_days": 2933 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 4, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 425, @@ -3242,7 +3242,7 @@ "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2024-12-14 12:33:13", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, @@ -3252,17 +3252,17 @@ "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 45, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 40, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, @@ -3272,17 +3272,17 @@ "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 227, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 219, @@ -3292,37 +3292,37 @@ "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3200 + "author_account_age_days": 3201 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 18, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2025-01-22 13:02:13", - "author_account_age_days": 336 + "author_account_age_days": 337 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 103, + "stars": 110, "last_update": "2025-01-29 23:54:18", - "author_account_age_days": 1139 + "author_account_age_days": 1140 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 100, @@ -3332,32 +3332,32 @@ "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 116, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 72, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 32, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { "stars": 1330, "last_update": "2024-12-20 16:46:02", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -3372,22 +3372,22 @@ "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2025-01-14 02:01:05", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 30, "last_update": "2025-01-25 08:36:38", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3179 + "author_account_age_days": 3180 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 1, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, @@ -3395,14 +3395,14 @@ "author_account_age_days": 3972 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 13, + "stars": 16, "last_update": "2025-01-28 09:02:09", "author_account_age_days": 758 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 3863 + "author_account_age_days": 3864 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 37, @@ -3412,12 +3412,12 @@ "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1303, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 177 + "author_account_age_days": 178 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 2, @@ -3427,17 +3427,17 @@ "https://github.com/XieChengYuan/comfyui_kj": { "stars": 1, "last_update": "2025-01-22 15:55:59", - "author_account_age_days": 2649 + "author_account_age_days": 2650 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 172, "last_update": "2024-12-05 21:10:04", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, @@ -3452,17 +3452,17 @@ "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3975 + "author_account_age_days": 3976 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 126, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 1033 + "author_account_age_days": 1034 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, "last_update": "2025-01-21 21:31:26", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -3482,102 +3482,102 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 356, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 20, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 467, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 749, + "stars": 750, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { - "stars": 10, + "stars": 29, "last_update": "2025-01-29 19:03:09", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 73, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 692, + "stars": 693, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1374, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 200, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 798, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 96, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 198, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 103, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 145, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 659, + "stars": 660, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1659, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, @@ -3587,32 +3587,32 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 28, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5759 + "author_account_age_days": 5760 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1413 + "author_account_age_days": 1414 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, "last_update": "2025-01-14 18:28:43", - "author_account_age_days": 4840 + "author_account_age_days": 4841 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 117, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 35, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 4, @@ -3637,37 +3637,37 @@ "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 9, "last_update": "2024-12-07 11:44:06", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/abyz22/image_control": { "stars": 15, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 28, "last_update": "2024-11-23 13:08:46", - "author_account_age_days": 4047 + "author_account_age_days": 4048 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 272, + "stars": 273, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5236 + "author_account_age_days": 5237 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 5, @@ -3682,27 +3682,27 @@ "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 48, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 1, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4215 + "author_account_age_days": 4216 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 7, @@ -3712,7 +3712,7 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 2, @@ -3725,14 +3725,14 @@ "author_account_age_days": 4768 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1840, + "stars": 1854, "last_update": "2025-01-23 07:52:48", "author_account_age_days": 538 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 53, @@ -3767,32 +3767,32 @@ "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 2, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 5, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 31, + "stars": 32, "last_update": "2024-11-28 12:32:25", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, @@ -3802,57 +3802,57 @@ "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 43, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 18, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 34, + "stars": 36, "last_update": "2025-01-27 23:30:12", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 6, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5234 + "author_account_age_days": 5235 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-01-04 10:38:45", - "author_account_age_days": 3505 + "author_account_age_days": 3506 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 60, "last_update": "2024-12-08 20:23:34", - "author_account_age_days": 2899 + "author_account_age_days": 2900 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 102, + "stars": 103, "last_update": "2024-11-16 07:51:07", "author_account_age_days": 5080 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 61, "last_update": "2025-01-19 12:05:48", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 91, "last_update": "2025-01-23 17:30:20", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, @@ -3872,7 +3872,7 @@ "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, @@ -3882,12 +3882,12 @@ "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6012 + "author_account_age_days": 6013 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, @@ -3897,16 +3897,16 @@ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, "last_update": "2025-01-22 03:46:03", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, "last_update": "2025-01-15 10:50:51", - "author_account_age_days": 5967 + "author_account_age_days": 5968 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 31, - "last_update": "2025-01-29 15:54:56", + "last_update": "2025-01-30 12:35:30", "author_account_age_days": 2565 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { @@ -3917,32 +3917,32 @@ "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 45, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 241, "last_update": "2025-01-12 13:58:43", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, - "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 660 + "last_update": "2025-01-30 23:01:52", + "author_account_age_days": 661 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 19, "last_update": "2025-01-29 04:54:02", - "author_account_age_days": 5131 + "author_account_age_days": 5132 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 144, @@ -3952,17 +3952,17 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 120, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 23, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4340 + "author_account_age_days": 4341 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 72, "last_update": "2025-01-05 19:27:21", - "author_account_age_days": 4340 + "author_account_age_days": 4341 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, @@ -3972,7 +3972,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, "last_update": "2025-01-26 02:31:14", - "author_account_age_days": 3778 + "author_account_age_days": 3779 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, @@ -3982,17 +3982,17 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, "last_update": "2024-12-09 10:33:40", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 66, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5582 + "author_account_age_days": 5583 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 14, @@ -4007,42 +4007,42 @@ "https://github.com/banodoco/steerable-motion": { "stars": 868, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 7, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/bash-j/mikey_nodes": { "stars": 126, - "last_update": "2024-11-02 07:57:28", + "last_update": "2025-01-30 10:32:01", "author_account_age_days": 4407 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3184 + "author_account_age_days": 3185 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 52, "last_update": "2024-12-23 19:50:16", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 21, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 22, "last_update": "2025-01-24 14:45:54", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/bentoml/comfy-pack": { "stars": 94, @@ -4052,7 +4052,7 @@ "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { "stars": 7, @@ -4062,47 +4062,47 @@ "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 3, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 54, "last_update": "2025-01-27 13:57:55", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 2, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 73, "last_update": "2025-01-19 08:07:27", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 40, - "last_update": "2024-12-12 22:16:46", - "author_account_age_days": 373 + "last_update": "2025-01-30 13:41:38", + "author_account_age_days": 374 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 22, "last_update": "2025-01-13 09:38:01", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 121, "last_update": "2024-12-25 04:47:01", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 25, "last_update": "2024-12-07 21:16:44", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, @@ -4112,7 +4112,7 @@ "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, @@ -4122,32 +4122,32 @@ "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3756 + "author_account_age_days": 3757 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3756 + "author_account_age_days": 3757 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3756 + "author_account_age_days": 3757 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3756 + "author_account_age_days": 3757 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3756 + "author_account_age_days": 3757 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4964 + "author_account_age_days": 4965 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, @@ -4172,7 +4172,7 @@ "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 1, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4778 + "author_account_age_days": 4779 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, @@ -4197,17 +4197,17 @@ "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 19, "last_update": "2025-01-04 00:25:23", - "author_account_age_days": 1813 + "author_account_age_days": 1814 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 287, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, @@ -4217,7 +4217,7 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 36, "last_update": "2025-01-16 10:58:50", - "author_account_age_days": 2585 + "author_account_age_days": 2586 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, @@ -4226,8 +4226,8 @@ }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, - "last_update": "2025-01-29 14:00:12", - "author_account_age_days": 19 + "last_update": "2025-01-30 12:11:48", + "author_account_age_days": 20 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 4, @@ -4237,57 +4237,57 @@ "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 4, "last_update": "2024-12-28 21:19:19", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 1, "last_update": "2025-01-25 03:59:33", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/calcuis/gguf": { "stars": 6, - "last_update": "2025-01-30 06:56:58", - "author_account_age_days": 867 + "last_update": "2025-01-30 21:36:32", + "author_account_age_days": 868 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, @@ -4297,32 +4297,32 @@ "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 402, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 7, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3515 + "author_account_age_days": 3516 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 2, @@ -4332,12 +4332,12 @@ "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 32, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 2901 + "author_account_age_days": 2902 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 121, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1373 + "author_account_age_days": 1374 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, @@ -4367,157 +4367,157 @@ "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 19, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 400, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 52, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 29, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 227, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 154, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 100, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 52, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 15, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 19, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 80, "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-29 22:34:14", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, @@ -4527,12 +4527,12 @@ "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 292, @@ -4550,7 +4550,7 @@ "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1834, + "stars": 1833, "last_update": "2025-01-26 08:56:06", "author_account_age_days": 664 }, @@ -4560,7 +4560,7 @@ "author_account_age_days": 664 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { - "stars": 25, + "stars": 26, "last_update": "2024-05-25 02:39:56", "author_account_age_days": 664 }, @@ -4587,12 +4587,12 @@ "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2016 + "author_account_age_days": 2017 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 73, @@ -4601,7 +4601,7 @@ }, "https://github.com/chrisgoringe/cg-controller": { "stars": 57, - "last_update": "2025-01-09 06:23:28", + "last_update": "2025-01-30 22:51:14", "author_account_age_days": 4285 }, "https://github.com/chrisgoringe/cg-image-picker": { @@ -4627,102 +4627,102 @@ "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 182, "last_update": "2025-01-05 19:12:48", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 10, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 79, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 3, "last_update": "2024-12-28 15:32:34", - "author_account_age_days": 4418 + "author_account_age_days": 4419 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 1, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4418 + "author_account_age_days": 4419 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 2, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4418 + "author_account_age_days": 4419 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 37, "last_update": "2025-01-04 08:32:06", - "author_account_age_days": 5590 + "author_account_age_days": 5591 }, "https://github.com/city96/ComfyUI-GGUF": { "stars": 1368, "last_update": "2025-01-08 15:35:24", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 86, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 6, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 471, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 400, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 270, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 144, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, @@ -4737,22 +4737,22 @@ "https://github.com/civitai/civitai_comfy_nodes": { "stars": 117, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 3, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2024-12-17 04:00:58", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, @@ -4765,8 +4765,8 @@ "author_account_age_days": 6069 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65194, - "last_update": "2025-01-30 07:13:08", + "stars": 65264, + "last_update": "2025-01-30 11:49:59", "author_account_age_days": 769 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { @@ -4817,17 +4817,17 @@ "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 84, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 66, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, @@ -4835,7 +4835,7 @@ "author_account_age_days": 1345 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 945, + "stars": 948, "last_update": "2024-11-09 16:30:13", "author_account_age_days": 4337 }, @@ -4855,7 +4855,7 @@ "author_account_age_days": 5231 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4535, + "stars": 4537, "last_update": "2024-09-13 13:04:50", "author_account_age_days": 5231 }, @@ -4887,67 +4887,67 @@ "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4453 + "author_account_age_days": 4454 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 12, "last_update": "2024-12-31 12:13:46", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 22, "last_update": "2025-01-21 05:07:55", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1809 + "author_account_age_days": 1810 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 12, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 225, "last_update": "2024-12-20 22:53:53", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 270, + "stars": 271, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 50, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 24, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, @@ -4957,12 +4957,12 @@ "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4648 + "author_account_age_days": 4649 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4684 + "author_account_age_days": 4685 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, @@ -4972,7 +4972,7 @@ "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, @@ -5012,17 +5012,17 @@ "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-12-13 15:07:29", - "author_account_age_days": 4755 + "author_account_age_days": 4756 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 92, "last_update": "2025-01-06 11:51:33", - "author_account_age_days": 4755 + "author_account_age_days": 4756 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 161, @@ -5037,27 +5037,27 @@ "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 129 + "author_account_age_days": 130 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6194 + "author_account_age_days": 6195 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6194 + "author_account_age_days": 6195 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 482, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 18, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, @@ -5065,79 +5065,79 @@ "author_account_age_days": 4211 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 162, + "stars": 163, "last_update": "2024-12-25 00:41:33", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 245, + "stars": 246, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 72, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4990 + "author_account_age_days": 4991 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 8, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 120, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 304, "last_update": "2025-01-05 19:29:53", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/dmMaze/sketch2manga": { "stars": 40, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2069 + "author_account_age_days": 2070 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 88, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3989 + "author_account_age_days": 3990 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2025-01-07 16:45:44", - "author_account_age_days": 3997 + "author_account_age_days": 3998 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, @@ -5147,7 +5147,7 @@ "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, @@ -5162,7 +5162,7 @@ "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5023 + "author_account_age_days": 5024 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, @@ -5172,7 +5172,7 @@ "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2937 + "author_account_age_days": 2938 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 15, @@ -5182,17 +5182,17 @@ "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 73, "last_update": "2024-12-20 10:50:09", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 34, "last_update": "2024-12-20 10:46:20", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, @@ -5202,37 +5202,37 @@ "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 174, "last_update": "2024-12-10 19:10:11", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 360, "last_update": "2024-12-19 09:17:18", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/evanspearman/ComfyMath": { "stars": 101, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4458 + "author_account_age_days": 4459 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, - "last_update": "2025-01-26 19:46:31", - "author_account_age_days": 1215 + "last_update": "2025-01-30 17:35:26", + "author_account_age_days": 1216 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, @@ -5242,7 +5242,7 @@ "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 84, @@ -5272,37 +5272,37 @@ "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2025-01-23 16:12:47", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 18, "last_update": "2024-12-23 14:07:26", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 2, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3584 + "author_account_age_days": 3585 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3584 + "author_account_age_days": 3585 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/feixuetuba/Spleeter": { "stars": 1, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, @@ -5322,67 +5322,67 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 45, "last_update": "2024-12-31 13:07:59", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 152, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 335, "last_update": "2025-01-29 10:56:03", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 13, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 144, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 4, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 972, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 252, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 149, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 219, + "stars": 220, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 469, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, @@ -5392,47 +5392,47 @@ "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3841 + "author_account_age_days": 3842 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5327 + "author_account_age_days": 5328 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 63, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5327 + "author_account_age_days": 5328 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5327 + "author_account_age_days": 5328 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2540 + "author_account_age_days": 2541 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 55, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 542, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, @@ -5442,7 +5442,7 @@ "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 10, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 11, @@ -5467,17 +5467,17 @@ "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-01-17 23:46:42", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 26, "last_update": "2024-11-27 16:23:47", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, @@ -5487,12 +5487,12 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-12-29 09:24:04", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/giriss/comfy-image-saver": { "stars": 219, @@ -5532,26 +5532,26 @@ "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 158, "last_update": "2025-01-29 18:14:44", - "author_account_age_days": 2717 + "author_account_age_days": 2718 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 50, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 793 + "author_account_age_days": 794 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 13, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 0, - "last_update": "2025-01-30 03:05:48", + "last_update": "2025-01-30 16:15:34", "author_account_age_days": 2515 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { @@ -5562,12 +5562,12 @@ "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 7, - "last_update": "2025-01-30 09:12:40", - "author_account_age_days": 1949 + "last_update": "2025-01-30 09:21:09", + "author_account_age_days": 1950 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, @@ -5577,22 +5577,22 @@ "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 59, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 78, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 45, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 455, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, @@ -5602,12 +5602,12 @@ "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 20, "last_update": "2025-01-28 14:32:13", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 3, @@ -5635,19 +5635,19 @@ "author_account_age_days": 43 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 152, - "last_update": "2025-01-27 16:15:03", - "author_account_age_days": 740 + "stars": 153, + "last_update": "2025-01-30 23:24:06", + "author_account_age_days": 741 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 80, "last_update": "2025-01-17 02:23:50", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1375 + "author_account_age_days": 1376 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 2, @@ -5657,12 +5657,12 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2070 + "author_account_age_days": 2071 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, @@ -5672,7 +5672,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, @@ -5700,7 +5700,7 @@ "author_account_age_days": 4887 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 14, + "stars": 15, "last_update": "2024-07-02 08:16:20", "author_account_age_days": 4887 }, @@ -5710,23 +5710,23 @@ "author_account_age_days": 2157 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 88, - "last_update": "2025-01-30 02:05:09", + "stars": 89, + "last_update": "2025-01-30 13:06:31", "author_account_age_days": 2157 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 7, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1261, - "last_update": "2025-01-24 11:59:27", + "stars": 1263, + "last_update": "2025-01-30 19:11:30", "author_account_age_days": 3115 }, "https://github.com/heshengtao/comfyui_LLM_schools": { @@ -5742,7 +5742,7 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, @@ -5750,9 +5750,9 @@ "author_account_age_days": 2022 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 176, + "stars": 177, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5331 + "author_account_age_days": 5332 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, @@ -5767,7 +5767,7 @@ "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1811 + "author_account_age_days": 1812 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, @@ -5785,44 +5785,44 @@ "author_account_age_days": 4852 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 263, + "stars": 264, "last_update": "2025-01-17 06:30:57", "author_account_age_days": 1458 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 573, "last_update": "2024-12-31 17:59:41", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1569, "last_update": "2025-01-05 19:53:01", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 68, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 62, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 124, "last_update": "2024-12-26 17:46:42", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 427, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 27, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5860 + "author_account_age_days": 5861 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, @@ -5832,17 +5832,17 @@ "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, @@ -5857,32 +5857,32 @@ "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2025-01-18 19:19:06", - "author_account_age_days": 3330 + "author_account_age_days": 3331 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 162, + "stars": 163, "last_update": "2025-01-16 08:38:21", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, @@ -5895,7 +5895,7 @@ "author_account_age_days": 3082 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 591, + "stars": 592, "last_update": "2025-01-03 10:36:18", "author_account_age_days": 3082 }, @@ -5917,12 +5917,12 @@ "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1108 + "author_account_age_days": 1109 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 1, "last_update": "2025-01-26 22:04:51", - "author_account_age_days": 4000 + "author_account_age_days": 4001 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 6, @@ -5930,9 +5930,9 @@ "author_account_age_days": 2447 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 54, + "stars": 55, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, @@ -5942,32 +5942,32 @@ "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-12-02 03:49:49", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 64, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 74, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1094, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 52, "last_update": "2025-01-12 08:47:21", - "author_account_age_days": 1791 + "author_account_age_days": 1792 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, @@ -5987,32 +5987,32 @@ "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, "last_update": "2025-01-19 12:20:01", - "author_account_age_days": 796 + "author_account_age_days": 797 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 796 + "author_account_age_days": 797 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 3, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4690 + "author_account_age_days": 4691 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 40, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3150 + "author_account_age_days": 3151 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4151 + "author_account_age_days": 4152 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 136, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3871 + "author_account_age_days": 3872 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 49, @@ -6032,7 +6032,7 @@ "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, "last_update": "2024-12-13 03:03:41", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, @@ -6047,7 +6047,7 @@ "https://github.com/jitcoder/lora-info": { "stars": 75, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4260 + "author_account_age_days": 4261 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, @@ -6057,7 +6057,7 @@ "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2025-01-20 20:47:49", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, @@ -6072,12 +6072,12 @@ "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, "last_update": "2025-01-16 10:38:43", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 433, + "stars": 434, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 130, @@ -6087,7 +6087,7 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 22, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5213 + "author_account_age_days": 5214 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, @@ -6102,7 +6102,7 @@ "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4149 + "author_account_age_days": 4150 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 23, @@ -6127,17 +6127,17 @@ "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 113, + "stars": 117, "last_update": "2025-01-25 18:45:47", "author_account_age_days": 3009 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3694 + "author_account_age_days": 3695 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, @@ -6147,22 +6147,22 @@ "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 22, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 53, + "stars": 54, "last_update": "2024-11-29 15:22:15", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 413, "last_update": "2024-11-24 20:25:04", - "author_account_age_days": 4901 + "author_account_age_days": 4902 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -6187,22 +6187,22 @@ "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2024-12-24 16:48:11", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, @@ -6222,12 +6222,12 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5109 + "author_account_age_days": 5110 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 3, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/kft334/Knodes": { "stars": 3, @@ -6237,212 +6237,217 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 172, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 136, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 201, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1335, "last_update": "2025-01-28 20:41:00", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 170, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 131, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 238, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 64, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 646, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 913, + "stars": 916, "last_update": "2025-01-12 17:55:46", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 651, + "stars": 652, "last_update": "2025-01-19 15:57:36", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 200, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 106, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1671, + "stars": 1678, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-IC-Light": { "stars": 882, "last_update": "2025-01-23 16:59:43", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 806, + "stars": 807, "last_update": "2025-01-27 10:14:46", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 574, + "stars": 575, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 83, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 57, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1790, + "stars": 1791, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 102, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 186, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 496, + "stars": 497, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 396, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 36, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 42, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 347, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1722, + "stars": 1723, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 161, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2402 + "author_account_age_days": 2403 + }, + "https://github.com/kijai/ComfyUI-StableXWrapper": { + "stars": 2, + "last_update": "2025-01-30 23:14:29", + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 70, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 99, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 742, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 12, + "stars": 13, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 25, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 49, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-01-30 02:38:25", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -6467,27 +6472,27 @@ "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/kraglik/prompt_collapse": { "stars": 6, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 23, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 2, @@ -6537,27 +6542,27 @@ "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 33, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 9, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/lazniak/LiquidTime-Interpolation": { - "stars": 7, + "stars": 8, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, @@ -6612,12 +6617,12 @@ "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 11, "last_update": "2025-01-08 04:10:35", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 35, @@ -6632,7 +6637,7 @@ "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, @@ -6652,77 +6657,77 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 3, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 9, "last_update": "2025-01-06 01:47:59", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 10, "last_update": "2025-01-23 15:56:23", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 1, "last_update": "2025-01-23 15:44:21", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 2, "last_update": "2025-01-12 15:25:56", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 3, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 68, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 69, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 10, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 119, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/ljleb/comfy-mecha": { "stars": 59, "last_update": "2025-01-25 07:20:53", - "author_account_age_days": 2683 + "author_account_age_days": 2684 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 234, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/lks-ai/anynode": { "stars": 515, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 126, @@ -6735,7 +6740,7 @@ "author_account_age_days": 2313 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 124, + "stars": 126, "last_update": "2025-01-27 13:05:06", "author_account_age_days": 2313 }, @@ -6745,7 +6750,7 @@ "author_account_age_days": 2313 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 46, + "stars": 47, "last_update": "2024-12-01 11:57:50", "author_account_age_days": 2313 }, @@ -6757,12 +6762,12 @@ "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, "last_update": "2024-12-09 22:37:22", - "author_account_age_days": 4699 + "author_account_age_days": 4700 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 31, + "stars": 32, "last_update": "2025-01-22 18:50:02", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, @@ -6785,7 +6790,7 @@ "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1045, + "stars": 1046, "last_update": "2025-01-09 02:38:40", "author_account_age_days": 342 }, @@ -6815,7 +6820,7 @@ "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { - "stars": 14, + "stars": 13, "last_update": "2024-05-22 00:20:03", "author_account_age_days": 342 }, @@ -6862,22 +6867,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-11-28 20:55:56", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 75, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, @@ -6892,27 +6897,27 @@ "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 484, "last_update": "2024-11-30 07:01:55", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 32, "last_update": "2024-11-23 07:25:20", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 32, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 161, + "stars": 162, "last_update": "2024-12-25 07:12:24", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { "stars": 2093, @@ -6930,8 +6935,8 @@ "author_account_age_days": 682 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8206, - "last_update": "2025-01-30 01:09:16", + "stars": 8217, + "last_update": "2025-01-30 23:32:14", "author_account_age_days": 682 }, "https://github.com/ltdrdata/comfyui-connection-helper": { @@ -6942,12 +6947,12 @@ "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 38, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4027 + "author_account_age_days": 4028 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 49, "last_update": "2024-12-10 18:46:04", - "author_account_age_days": 2254 + "author_account_age_days": 2255 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 64, @@ -6962,7 +6967,7 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-01-26 18:02:13", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, @@ -6972,7 +6977,7 @@ "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2024-12-07 17:27:17", - "author_account_age_days": 2577 + "author_account_age_days": 2578 }, "https://github.com/magic-quill/ComfyUI_MagicQuill": { "stars": 94, @@ -6982,7 +6987,7 @@ "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3726 + "author_account_age_days": 3727 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, @@ -6992,12 +6997,12 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 172, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5974 + "author_account_age_days": 5975 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, @@ -7007,12 +7012,12 @@ "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 75, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 79, @@ -7027,7 +7032,7 @@ "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, @@ -7037,7 +7042,7 @@ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 61, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2959 + "author_account_age_days": 2960 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 7, @@ -7047,32 +7052,32 @@ "https://github.com/mav-rik/facerestore_cf": { "stars": 244, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1168, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/meanin2/comfyui-watermarking": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 58, @@ -7092,47 +7097,47 @@ "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/melMass/comfy_mtb": { "stars": 495, "last_update": "2025-01-09 14:04:19", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 4, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 25, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5693 + "author_account_age_days": 5694 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2025-01-29 10:42:55", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, @@ -7140,7 +7145,7 @@ "author_account_age_days": 222 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 327, + "stars": 329, "last_update": "2024-11-05 00:07:48", "author_account_age_days": 688 }, @@ -7152,22 +7157,22 @@ "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2783 + "author_account_age_days": 2784 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 54, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6136 + "author_account_age_days": 6137 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6136 + "author_account_age_days": 6137 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 249, @@ -7177,12 +7182,12 @@ "https://github.com/mira-6/comfyui-sasolver": { "stars": 4, "last_update": "2025-01-09 22:36:41", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 68, "last_update": "2025-01-16 15:33:06", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, @@ -7210,19 +7215,19 @@ "author_account_age_days": 920 }, "https://github.com/modelscope/scepter": { - "stars": 457, + "stars": 458, "last_update": "2024-12-07 16:31:54", "author_account_age_days": 920 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4823 + "author_account_age_days": 4824 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, "last_update": "2024-12-07 11:19:40", - "author_account_age_days": 1543 + "author_account_age_days": 1544 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, @@ -7232,12 +7237,12 @@ "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 2, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3690 + "author_account_age_days": 3691 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2520 + "author_account_age_days": 2521 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, @@ -7247,7 +7252,7 @@ "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2024-12-28 05:34:06", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 5, @@ -7262,7 +7267,7 @@ "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 25, @@ -7272,7 +7277,7 @@ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 8, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3165 + "author_account_age_days": 3166 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, @@ -7287,7 +7292,7 @@ "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, "last_update": "2025-01-16 08:03:08", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, @@ -7312,31 +7317,31 @@ "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 193, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 45, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 29, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 7, "last_update": "2024-12-25 18:40:01", - "author_account_age_days": 3871 + "author_account_age_days": 3872 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, - "last_update": "2025-01-24 12:07:31", + "last_update": "2025-01-30 16:24:57", "author_account_age_days": 1239 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { @@ -7357,37 +7362,37 @@ "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 5, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 174, + "stars": 175, "last_update": "2024-06-17 10:00:30", "author_account_age_days": 1451 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 89, - "last_update": "2025-01-26 06:55:01", - "author_account_age_days": 4939 + "stars": 91, + "last_update": "2025-01-30 21:23:03", + "author_account_age_days": 4940 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 7, "last_update": "2025-01-25 13:22:48", - "author_account_age_days": 4939 + "author_account_age_days": 4940 }, "https://github.com/niknah/quick-connections": { "stars": 173, "last_update": "2024-12-15 03:01:31", - "author_account_age_days": 4939 + "author_account_age_days": 4940 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, @@ -7397,62 +7402,62 @@ "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 55, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3722 + "author_account_age_days": 3723 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 3, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 25, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 51, "last_update": "2024-12-30 12:15:57", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 7, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 11, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2962 + "author_account_age_days": 2963 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-01-26 07:38:19", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, @@ -7462,22 +7467,22 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 209, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4124 + "author_account_age_days": 4125 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1937 + "author_account_age_days": 1938 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, @@ -7492,22 +7497,22 @@ "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 727, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1396 + "author_account_age_days": 1397 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 103, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 22, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2906 + "author_account_age_days": 2907 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, @@ -7520,24 +7525,24 @@ "author_account_age_days": 182 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 141, + "stars": 142, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4726 + "author_account_age_days": 4727 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 18, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 28, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -7547,17 +7552,17 @@ "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 1, "last_update": "2025-01-27 18:25:22", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 25, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, @@ -7572,17 +7577,17 @@ "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 149, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 15, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 235, "last_update": "2024-11-30 06:34:59", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/pandaer119/ComfyUI_pandai": { "stars": 12, @@ -7596,13 +7601,13 @@ }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 192, - "last_update": "2025-01-27 17:12:53", - "author_account_age_days": 5299 + "last_update": "2025-01-30 20:53:28", + "author_account_age_days": 5300 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2906 + "author_account_age_days": 2907 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, @@ -7612,32 +7617,32 @@ "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 42, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1134 + "author_account_age_days": 1135 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 2, "last_update": "2024-12-28 07:07:26", - "author_account_age_days": 5228 + "author_account_age_days": 5229 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 2, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 160, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 41, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, "last_update": "2025-01-06 11:49:33", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 8, @@ -7652,7 +7657,7 @@ "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, @@ -7677,7 +7682,7 @@ "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-01-28 01:08:05", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, @@ -7685,9 +7690,9 @@ "author_account_age_days": 1282 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 37, + "stars": 38, "last_update": "2025-01-29 17:55:27", - "author_account_age_days": 3726 + "author_account_age_days": 3727 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 99, @@ -7722,7 +7727,7 @@ "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 12, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, @@ -7737,27 +7742,27 @@ "https://github.com/pydn/ComfyUI-to-Python-Extension": { "stars": 1464, "last_update": "2025-01-14 17:03:18", - "author_account_age_days": 2916 + "author_account_age_days": 2917 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { "stars": 2060, "last_update": "2025-01-14 22:51:00", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 748, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 146, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 72, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -7767,12 +7772,12 @@ "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 1, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, @@ -7787,7 +7792,7 @@ "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 980 + "author_account_age_days": 981 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, @@ -7797,7 +7802,7 @@ "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-12-26 10:23:16", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 82, @@ -7807,12 +7812,12 @@ "https://github.com/raysers/Mflux-ComfyUI": { "stars": 53, "last_update": "2024-12-05 08:42:13", - "author_account_age_days": 2224 + "author_account_age_days": 2225 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3644 + "author_account_age_days": 3645 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, @@ -7825,14 +7830,14 @@ "author_account_age_days": 5841 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 314, + "stars": 315, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2812 + "author_account_age_days": 2813 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 43, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, @@ -7842,17 +7847,17 @@ "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 9, "last_update": "2025-01-06 18:38:11", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 8, "last_update": "2024-12-01 20:36:54", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/replicate/comfyui-replicate": { "stars": 169, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, @@ -7862,17 +7867,17 @@ "https://github.com/rgthree/rgthree-comfy": { "stars": 1453, "last_update": "2024-12-31 04:01:59", - "author_account_age_days": 5194 + "author_account_age_days": 5195 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5856 + "author_account_age_days": 5857 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 3, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5856 + "author_account_age_days": 5857 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 1, @@ -7882,12 +7887,12 @@ "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2900 + "author_account_age_days": 2901 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 2, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, @@ -7897,7 +7902,7 @@ "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 0, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 30, @@ -7907,7 +7912,7 @@ "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3766 + "author_account_age_days": 3767 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 126, @@ -7917,17 +7922,17 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, @@ -7937,97 +7942,97 @@ "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 104, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4374 + "author_account_age_days": 4375 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 3, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 10, "last_update": "2024-12-31 16:13:21", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 18, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, "last_update": "2025-01-02 02:39:10", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 16, "last_update": "2025-01-12 14:21:56", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2024-12-05 08:27:40", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 36, "last_update": "2025-01-26 18:33:08", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": { "stars": 18, - "last_update": "2025-01-29 22:07:22", - "author_account_age_days": 3909 + "last_update": "2025-01-30 12:57:11", + "author_account_age_days": 3910 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { - "stars": 17, - "last_update": "2025-01-29 22:07:22", - "author_account_age_days": 3909 + "stars": 18, + "last_update": "2025-01-30 12:57:11", + "author_account_age_days": 3910 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 402, "last_update": "2025-01-28 19:21:48", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4977 + "author_account_age_days": 4978 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 4, - "last_update": "2025-01-30 04:58:59", - "author_account_age_days": 158 + "last_update": "2025-01-30 16:54:42", + "author_account_age_days": 159 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, @@ -8037,7 +8042,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -8057,7 +8062,7 @@ "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 117, @@ -8072,57 +8077,57 @@ "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 29, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 435, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 1422, "last_update": "2025-01-25 02:35:15", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 108, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 29, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 1, "last_update": "2024-12-27 17:55:11", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 1, "last_update": "2025-01-15 17:05:57", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 133, @@ -8132,7 +8137,7 @@ "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5312 + "author_account_age_days": 5313 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 260, @@ -8167,62 +8172,62 @@ "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2025-01-25 10:07:03", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 3, "last_update": "2025-01-22 00:03:55", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 3, "last_update": "2025-01-22 00:00:58", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 4, "last_update": "2025-01-25 10:05:38", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-textarea-command": { "stars": 2, "last_update": "2024-12-25 05:36:46", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shinich39/comfyui-view-recommendations": { "stars": 3, "last_update": "2024-12-28 08:28:51", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, @@ -8230,14 +8235,14 @@ "author_account_age_days": 1846 }, "https://github.com/siliconflow/BizyAir": { - "stars": 500, + "stars": 501, "last_update": "2025-01-28 05:57:07", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { "stars": 15, @@ -8262,22 +8267,22 @@ "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 21, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 9, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 53, @@ -8315,7 +8320,7 @@ "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 516, + "stars": 517, "last_update": "2025-01-16 00:38:15", "author_account_age_days": 574 }, @@ -8425,7 +8430,7 @@ "author_account_age_days": 574 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 278, + "stars": 279, "last_update": "2025-01-19 04:15:14", "author_account_age_days": 574 }, @@ -8442,12 +8447,12 @@ "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, "last_update": "2025-01-27 14:44:06", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1787 + "author_account_age_days": 1788 }, "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, @@ -8457,7 +8462,7 @@ "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3479 + "author_account_age_days": 3480 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 2, @@ -8472,67 +8477,67 @@ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 50, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 190, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 164, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 78, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 49, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 184, + "stars": 186, "last_update": "2024-12-16 22:42:50", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 87, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 12, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4960 + "author_account_age_days": 4961 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 176, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4960 + "author_account_age_days": 4961 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5451 + "author_account_age_days": 5452 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 966, @@ -8557,12 +8562,12 @@ "https://github.com/stavsap/comfyui-kokoro": { "stars": 3, "last_update": "2025-01-28 22:02:13", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 446, + "stars": 448, "last_update": "2025-01-10 09:00:17", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 26, @@ -8582,52 +8587,52 @@ "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 24, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 821, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4691 + "author_account_age_days": 4692 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2065 + "author_account_age_days": 2066 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 39, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2065 + "author_account_age_days": 2066 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6150 + "author_account_age_days": 6151 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1095 + "author_account_age_days": 1096 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 35, "last_update": "2025-01-09 02:36:09", - "author_account_age_days": 1095 + "author_account_age_days": 1096 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 668 + "author_account_age_days": 669 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, @@ -8647,12 +8652,12 @@ "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 121, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, @@ -8667,17 +8672,17 @@ "https://github.com/taabata/ComfyCanvas": { "stars": 78, "last_update": "2024-12-15 00:59:25", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 258, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 6, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 46, @@ -8695,14 +8700,14 @@ "author_account_age_days": 605 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 528, + "stars": 529, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 17, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, @@ -8722,27 +8727,27 @@ "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 165, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 46, "last_update": "2025-01-17 14:42:53", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 57, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 220, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 344, + "stars": 345, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, @@ -8762,7 +8767,7 @@ "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 102, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, @@ -8782,12 +8787,12 @@ "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 1, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-01-29 03:31:09", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, @@ -8802,22 +8807,22 @@ "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 7, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, @@ -8827,27 +8832,27 @@ "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 69, "last_update": "2024-12-25 02:02:16", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 543, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { - "stars": 13, + "stars": 14, "last_update": "2024-11-03 00:10:00", "author_account_age_days": 4040 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 44, "last_update": "2024-12-11 09:08:22", - "author_account_age_days": 3360 + "author_account_age_days": 3361 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, @@ -8862,17 +8867,17 @@ "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 16, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4977 + "author_account_age_days": 4978 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4977 + "author_account_age_days": 4978 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, @@ -8902,12 +8907,12 @@ "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 116, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 146, @@ -8927,7 +8932,7 @@ "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 1, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 3973 + "author_account_age_days": 3974 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 16, @@ -8942,12 +8947,12 @@ "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/valofey/Openrouter-Node": { "stars": 2, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1603 + "author_account_age_days": 1604 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, @@ -8967,7 +8972,7 @@ "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, @@ -8977,7 +8982,7 @@ "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3365 + "author_account_age_days": 3366 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, @@ -8997,17 +9002,17 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2252 + "author_account_age_days": 2253 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 158, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 2058 + "author_account_age_days": 2059 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2058 + "author_account_age_days": 2059 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, @@ -9020,19 +9025,19 @@ "author_account_age_days": 5204 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 107, + "stars": 110, "last_update": "2024-12-22 06:45:45", "author_account_age_days": 792 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 106, @@ -9042,17 +9047,17 @@ "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3603 + "author_account_age_days": 3604 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 5, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2331 + "author_account_age_days": 2332 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1187 + "author_account_age_days": 1188 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, @@ -9062,42 +9067,42 @@ "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/weilin9999/WeiLin-ComfyUI-prompt-all-in-one": { "stars": 154, "last_update": "2025-01-09 14:59:21", - "author_account_age_days": 2127 + "author_account_age_days": 2128 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 22, + "stars": 23, "last_update": "2025-01-23 13:12:22", - "author_account_age_days": 2127 + "author_account_age_days": 2128 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 351, + "stars": 353, "last_update": "2025-01-17 12:37:09", - "author_account_age_days": 1791 + "author_account_age_days": 1792 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1999 + "author_account_age_days": 2000 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 10, "last_update": "2025-01-25 18:28:07", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 5, "last_update": "2025-01-25 05:53:53", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 6, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, @@ -9107,7 +9112,7 @@ "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 37, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 9, @@ -9116,8 +9121,8 @@ }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { "stars": 18, - "last_update": "2025-01-29 16:22:25", - "author_account_age_days": 3577 + "last_update": "2025-01-30 14:21:14", + "author_account_age_days": 3578 }, "https://github.com/windfancy/zsq_prompt": { "stars": 1, @@ -9127,12 +9132,12 @@ "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, "last_update": "2025-01-20 03:19:15", - "author_account_age_days": 2091 + "author_account_age_days": 2092 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, @@ -9152,12 +9157,12 @@ "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1787 + "author_account_age_days": 1788 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 1, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3153 + "author_account_age_days": 3154 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 6, @@ -9167,7 +9172,7 @@ "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, @@ -9182,7 +9187,7 @@ "https://github.com/xXAdonesXx/NodeGPT": { "stars": 344, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 2, @@ -9192,7 +9197,7 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, @@ -9201,7 +9206,7 @@ }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 19, - "last_update": "2024-08-30 17:39:03", + "last_update": "2025-01-30 16:02:00", "author_account_age_days": 4719 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { @@ -9212,17 +9217,17 @@ "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2024-12-02 09:30:53", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, @@ -9252,192 +9257,192 @@ "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3644 + "author_account_age_days": 3645 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 36, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 3, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 2, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 9, "last_update": "2025-01-21 07:30:20", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 61, "last_update": "2024-12-22 01:26:50", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 237, "last_update": "2024-12-12 08:22:38", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 55, "last_update": "2025-01-28 19:05:10", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 35, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1253, + "stars": 1254, "last_update": "2025-01-30 06:08:03", - "author_account_age_days": 1560 + "author_account_age_days": 1561 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 20, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 3, "last_update": "2024-12-25 18:42:17", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 5, "last_update": "2024-12-26 14:25:21", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 7, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2662 + "author_account_age_days": 2663 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 6, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2662 + "author_account_age_days": 2663 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 93, "last_update": "2024-12-02 18:15:56", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 21, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 16, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 10, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 77, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 3, "last_update": "2025-01-26 08:28:35", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 85, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 11, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 20, + "stars": 25, "last_update": "2025-01-30 06:12:32", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 341, "last_update": "2025-01-27 16:28:04", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, @@ -9467,7 +9472,7 @@ "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 336 + "author_account_age_days": 337 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, @@ -9477,7 +9482,7 @@ "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 22, "last_update": "2025-01-01 13:48:04", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 48, @@ -9492,12 +9497,12 @@ "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, @@ -9507,7 +9512,7 @@ "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 65, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4454 + "author_account_age_days": 4455 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1258, @@ -9527,16 +9532,16 @@ "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 722, + "stars": 723, "last_update": "2025-01-30 02:59:55", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5181 + "author_account_age_days": 5182 } } \ 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 b1b4e284..3ccff580 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "Krish-701", + "title": "RK_Comfyui", + "reference": "https://github.com/Krish-701/RK_Comfyui", + "files": [ + "https://github.com/Krish-701/RK_Comfyui" + ], + "install_type": "git-clone", + "description": "NODES: RK Excel File State Looper, RK Accumulate Text, RK Advanced Script Finder, RK CSV File State Looper, RK Read Excel Row, RK Sequential Image Viewer, RK Concatenate Text, RK Write Text, RK Save Image, RK Seed Loop" + }, { "author": "mikebilly", "title": "transparent-background-comfyui", @@ -31,16 +41,6 @@ "install_type": "git-clone", "description": "NODES: Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend." }, - { - "author": "ryanontheinside", - "title": "ComfyUI_ScavengerHunt", - "reference": "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt", - "files": [ - "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt" - ], - "install_type": "git-clone", - "description": "NODES: Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized." - }, { "author": "Kayarte", "title": "Time Series Nodes for ComfyUI [Experimental]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index a7564036..4909d0b2 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1092,6 +1092,26 @@ "title_aux": "ComfyUI Production Nodes Pack [WIP]" } ], + "https://github.com/Krish-701/RK_Comfyui": [ + [ + "RK_Accumulate_Text_Multiline", + "RK_Accumulate_Text_Multiline_Numbered", + "RK_Advanced_Script_Finder", + "RK_CSV_File_State_Looper_v01", + "RK_Calc", + "RK_Concatenate_Text", + "RK_Excel_File_State_Looper", + "RK_ImageViewer", + "RK_Read_Excel_Row", + "RK_Write_Text", + "RK_seed", + "rk_save_image", + "rk_save_image_v01" + ], + { + "title_aux": "RK_Comfyui" + } + ], "https://github.com/LZpenguin/ComfyUI-Text": [ [ "Add_text_by_mask" @@ -3469,6 +3489,7 @@ "Hy3DMeshUVWrap", "Hy3DMeshVerticeInpaintTexture", "Hy3DModelLoader", + "Hy3DNvdiffrastRenderer", "Hy3DPostprocessMesh", "Hy3DRenderMultiView", "Hy3DRenderMultiViewDepth", @@ -4451,16 +4472,6 @@ "title_aux": "ComfyUI RukaLib [WIP]" } ], - "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": [ - [ - "CLIPSimilarityCompare", - "ImageSimilarityCompare", - "SemanticSimilarityCompare" - ], - { - "title_aux": "ComfyUI_ScavengerHunt" - } - ], "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": [ [ "YoloNasDetectionTensorrt" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index df75a980..424f1bc7 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,22 +2,22 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 2, "last_update": "2025-01-25 08:47:24", - "author_account_age_days": 32 + "author_account_age_days": 33 }, "https://github.com/807502278/ComfyUI_TensorRT_Merge": { "stars": 2, @@ -27,12 +27,12 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 2, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, @@ -72,17 +72,17 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1679 + "author_account_age_days": 1680 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, @@ -92,7 +92,7 @@ "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 1, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 6, @@ -107,7 +107,7 @@ "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 2, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, @@ -132,7 +132,7 @@ "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 1, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 58 + "author_account_age_days": 59 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 32, @@ -142,32 +142,32 @@ "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 1, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4371 + "author_account_age_days": 4372 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 1, "last_update": "2025-01-21 22:11:12", - "author_account_age_days": 4327 + "author_account_age_days": 4328 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, @@ -182,7 +182,7 @@ "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 2, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 15, @@ -197,7 +197,7 @@ "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 1, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, @@ -207,17 +207,17 @@ "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1251 + "author_account_age_days": 1252 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 2, "last_update": "2025-01-26 21:41:17", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, @@ -227,32 +227,32 @@ "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2807 + "author_account_age_days": 2808 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 1, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 2865 + "author_account_age_days": 2866 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 1, @@ -267,12 +267,12 @@ "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, @@ -282,17 +282,17 @@ "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/Grey3016/Save2Icon": { "stars": 4, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, @@ -307,12 +307,12 @@ "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 2, "last_update": "2025-01-24 09:54:28", - "author_account_age_days": 4804 + "author_account_age_days": 4805 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, @@ -322,7 +322,7 @@ "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2798 + "author_account_age_days": 2799 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, @@ -337,12 +337,12 @@ "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1111 + "author_account_age_days": 1112 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 1, @@ -352,7 +352,7 @@ "https://github.com/Jordach/comfy-consistency-vae": { "stars": 68, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 1, @@ -362,18 +362,23 @@ "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", "author_account_age_days": 3410 }, + "https://github.com/Krish-701/RK_Comfyui": { + "stars": 1, + "last_update": "2025-01-30 17:15:09", + "author_account_age_days": 76 + }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", @@ -382,17 +387,17 @@ "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 3, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, @@ -402,12 +407,12 @@ "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 1, "last_update": "2024-12-13 11:18:22", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 34, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 1, @@ -417,7 +422,7 @@ "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 4, "last_update": "2025-01-05 19:26:43", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, @@ -432,17 +437,17 @@ "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2250 + "author_account_age_days": 2251 }, "https://github.com/Njbx/ComfyUI-blockswap": { "stars": 1, "last_update": "2025-01-13 02:42:23", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/PATATAJEC/Patatajec-Nodes": { "stars": 2, "last_update": "2025-01-27 21:18:45", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, @@ -457,17 +462,17 @@ "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-01-17 16:08:53", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5494 + "author_account_age_days": 5495 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 4 + "author_account_age_days": 5 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 1, @@ -477,57 +482,57 @@ "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 1, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4259 + "author_account_age_days": 4260 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2025-01-06 08:42:32", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 1, "last_update": "2025-01-17 08:27:28", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 37, "last_update": "2024-12-26 15:28:54", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 60, + "stars": 61, "last_update": "2025-01-30 05:41:50", "author_account_age_days": 1425 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 6, "last_update": "2024-12-10 01:28:56", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, @@ -537,12 +542,12 @@ "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3175 + "author_account_age_days": 3176 }, "https://github.com/SpatialDeploy/ComfyUI-Voxels": { "stars": 4, "last_update": "2025-01-15 15:16:48", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, @@ -555,7 +560,7 @@ "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 491, + "stars": 492, "last_update": "2025-01-20 09:54:31", "author_account_age_days": 3055 }, @@ -565,19 +570,19 @@ "author_account_age_days": 3055 }, "https://github.com/StartHua/Comfyui_leffa": { - "stars": 190, + "stars": 191, "last_update": "2024-12-18 03:04:54", "author_account_age_days": 3055 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-01-11 00:44:21", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/T8star1984/comfyui-purgevram": { "stars": 91, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, @@ -587,12 +592,12 @@ "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/UD1sto/plugin-utils-nodes": { "stars": 0, "last_update": "2025-01-28 18:53:09", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, @@ -607,37 +612,37 @@ "https://github.com/WASasquatch/ASTERR": { "stars": 26, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 45, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 89, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 310, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { - "stars": 228, + "stars": 229, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 3, @@ -647,7 +652,7 @@ "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, @@ -657,7 +662,7 @@ "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3505 + "author_account_age_days": 3506 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, @@ -672,7 +677,7 @@ "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, @@ -687,17 +692,17 @@ "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 1, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2495 + "author_account_age_days": 2496 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4168 + "author_account_age_days": 4169 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 98, @@ -712,7 +717,7 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, @@ -722,27 +727,27 @@ "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 62, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3756 + "author_account_age_days": 3757 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, @@ -757,12 +762,12 @@ "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 1, @@ -772,51 +777,51 @@ "https://github.com/celll1/cel_sampler": { "stars": 2, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 667, + "stars": 668, "last_update": "2025-01-24 09:27:17", "author_account_age_days": 2997 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3338 + "author_account_age_days": 3339 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 47, "last_update": "2025-01-05 19:54:48", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 1, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4418 + "author_account_age_days": 4419 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65194, - "last_update": "2025-01-30 07:13:08", + "stars": 65264, + "last_update": "2025-01-30 11:49:59", "author_account_age_days": 769 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { @@ -830,14 +835,14 @@ "author_account_age_days": 243 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2035 + "author_account_age_days": 2036 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 241, @@ -847,22 +852,22 @@ "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2207 + "author_account_age_days": 2208 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6194 + "author_account_age_days": 6195 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 2, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4516 + "author_account_age_days": 4517 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, @@ -897,62 +902,62 @@ "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 5, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 2, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 1, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 2, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 4947 + "author_account_age_days": 4948 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, @@ -977,7 +982,7 @@ "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-12-11 20:10:04", - "author_account_age_days": 3180 + "author_account_age_days": 3181 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, @@ -987,7 +992,7 @@ "https://github.com/gitmylo/FlowNodes": { "stars": 9, "last_update": "2025-01-07 15:59:52", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 1, @@ -1007,17 +1012,17 @@ "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2359 + "author_account_age_days": 2360 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 15, @@ -1032,22 +1037,22 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 6, "last_update": "2025-01-12 00:01:43", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5263 + "author_account_age_days": 5264 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 1, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, @@ -1077,17 +1082,17 @@ "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, @@ -1097,17 +1102,17 @@ "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, @@ -1117,15 +1122,15 @@ "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": { "stars": 3, "last_update": "2025-01-29 07:26:53", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 192, + "stars": 193, "last_update": "2024-05-21 05:28:34", "author_account_age_days": 722 }, @@ -1137,102 +1142,102 @@ "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 1, "last_update": "2025-01-21 02:24:21", - "author_account_age_days": 5692 + "author_account_age_days": 5693 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 1, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 37, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 59, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 82, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 48, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 224, - "last_update": "2025-01-29 18:44:55", - "author_account_age_days": 2402 + "stars": 230, + "last_update": "2025-01-30 22:44:44", + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1671, + "stars": 1678, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 237, "last_update": "2025-01-23 17:06:52", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 748, + "stars": 749, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 68, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 98, "last_update": "2025-01-27 21:37:31", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 12, + "stars": 13, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 2, "last_update": "2024-12-19 04:44:00", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 1, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1601 + "author_account_age_days": 1602 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, @@ -1247,7 +1252,7 @@ "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, @@ -1262,7 +1267,7 @@ "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 75, @@ -1287,21 +1292,21 @@ "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 105, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1045, + "stars": 1046, "last_update": "2025-01-09 02:38:40", "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 271, - "last_update": "2025-01-28 02:42:23", + "stars": 272, + "last_update": "2025-01-30 19:56:48", "author_account_age_days": 342 }, "https://github.com/logtd/ComfyUI-Veevee": { @@ -1312,7 +1317,7 @@ "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, @@ -1332,7 +1337,7 @@ "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2025-01-08 13:42:28", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, @@ -1342,52 +1347,52 @@ "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 4, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2002 + "author_account_age_days": 2003 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 5, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2025-01-29 10:42:55", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2783 + "author_account_age_days": 2784 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, @@ -1397,7 +1402,7 @@ "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 1, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1400 + "author_account_age_days": 1401 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, @@ -1412,22 +1417,22 @@ "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 1, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 47, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 1, @@ -1437,7 +1442,7 @@ "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-01-28 05:29:24", - "author_account_age_days": 2910 + "author_account_age_days": 2911 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, @@ -1457,12 +1462,12 @@ "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, @@ -1512,42 +1517,42 @@ "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 2, "last_update": "2025-01-30 08:32:13", - "author_account_age_days": 4558 + "author_account_age_days": 4559 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 10, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 1, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 149, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 1, @@ -1557,12 +1562,12 @@ "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5343 + "author_account_age_days": 5344 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 2, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, @@ -1577,7 +1582,7 @@ "https://github.com/prabinpebam/anyPython": { "stars": 12, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4462 + "author_account_age_days": 4463 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 53, @@ -1587,7 +1592,7 @@ "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 3, "last_update": "2025-01-20 23:55:46", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, @@ -1597,7 +1602,7 @@ "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 49, @@ -1622,7 +1627,7 @@ "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, @@ -1634,20 +1639,15 @@ "last_update": "2024-10-03 23:59:55", "author_account_age_days": 125 }, - "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": { - "stars": 0, - "last_update": "2025-01-29 06:01:12", - "author_account_age_days": 3909 - }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5299 + "author_account_age_days": 5300 }, "https://github.com/scottmudge/ComfyUI_BiscuitNodes": { "stars": 1, @@ -1657,7 +1657,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, @@ -1667,47 +1667,47 @@ "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2025-01-22 00:04:16", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4181 + "author_account_age_days": 4182 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": { "stars": 2, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 8 + "author_account_age_days": 9 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, @@ -1732,12 +1732,12 @@ "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 10, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 7, @@ -1747,57 +1747,57 @@ "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 4057 + "author_account_age_days": 4058 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 5, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1095 + "author_account_age_days": 1096 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 637 + "author_account_age_days": 638 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 1, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3086 + "author_account_age_days": 3087 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 188, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 2999 + "author_account_age_days": 3000 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 35, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5418 + "author_account_age_days": 5419 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, @@ -1807,7 +1807,7 @@ "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, @@ -1822,32 +1822,32 @@ "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 2, "last_update": "2025-01-20 14:58:59", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/warshanks/Shank-Tools": { "stars": 1, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 2, "last_update": "2025-01-05 03:22:22", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 1, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 1, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4010 + "author_account_age_days": 4011 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 16, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4811 + "author_account_age_days": 4812 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, @@ -1857,17 +1857,17 @@ "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3602 + "author_account_age_days": 3603 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, @@ -1882,12 +1882,12 @@ "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 316, diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 3ec2e2a8..dec27ccf 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "ryanontheinside", + "title": "ComfyUI_ScavengerHunt [REMOVED]", + "reference": "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt", + "files": [ + "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt" + ], + "install_type": "git-clone", + "description": "NODES: Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized." + }, { "author": "vpakarinen", "title": "ComfyUI-GenerationTimer [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index effd52e5..c41484b9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,16 @@ }, + { + "author": "kijai", + "title": "ComfyUI-StableXWrapper", + "reference": "https://github.com/kijai/ComfyUI-StableXWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-StableXWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for [a/StableX normal](https://github.com/Stable-X/StableNormal)/[a/delight](https://github.com/Stable-X/StableDelight) models" + }, { "author": "GHOSTLXH", "title": "ComfyUI-Counternodes", @@ -218,13 +228,13 @@ { "author": "ProGamerGov", "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", - "id": "pytorch360convert", + "id": "comfyui-pytorch360convert", "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", "files": [ "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" ], "install_type": "git-clone", - "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." + "description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano." }, { "author": "Conor-Collins", @@ -677,16 +687,6 @@ ], "install_type": "git-clone", "description": "This collection provides four additional nodes for loading and managing Hunyuan Video LoRAs in ComfyUI" - }, - { - "author": "Kidev", - "title": "ComfyUI Fisheye Effects Nodes", - "reference": "https://github.com/Kidev/ComfyUI-Fisheye-effects", - "files": [ - "https://github.com/Kidev/ComfyUI-Fisheye-effects" - ], - "install_type": "git-clone", - "description": "Provides tools for applying and removing fisheye lens effects from images." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index af9cb18d..170d94fc 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -11356,8 +11356,10 @@ ], "https://github.com/asagi4/comfyui-utility-nodes": [ [ + "MUConditioningCutoff", "MUForceCacheClear", "MUJinjaRender", + "MURemoveControlNet", "MUReplaceModelWeights", "MUSimpleWildcard" ], @@ -15432,10 +15434,14 @@ "RecoursePolar", "RecourseStrings", "SelInClip", + "SelInFloat", "SelInGuider", + "SelInInt", "SelInLatent", "SelInModel", "SelInPolar", + "SelInSampler", + "SelInSigmas", "SelInVae", "SelOutCLIP", "SelOutModel", @@ -19553,6 +19559,16 @@ "title_aux": "ComfyUI-SUPIR" } ], + "https://github.com/kijai/ComfyUI-StableXWrapper": [ + [ + "DifferenceExtractorNode", + "DownloadAndLoadStableXModel", + "StableXProcessImage" + ], + { + "title_aux": "ComfyUI-StableXWrapper" + } + ], "https://github.com/kijai/ComfyUI-depth-fm": [ [ "Depth_fm" @@ -26783,7 +26799,7 @@ ], "https://github.com/willmiao/ComfyUI-Lora-Manager": [ [ - "LorasEndpoint" + "LoRAGateway" ], { "title_aux": "ComfyUI-Lora-Manager" From 44942308545ec4d20318412739929af92c21c2b2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 31 Jan 2025 09:05:31 +0900 Subject: [PATCH 25/73] improved: PIPFixer - support pytorch 2.6.0 --- glob/manager_core.py | 2 +- glob/manager_util.py | 35 ++++++++++++++++++----------------- pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index e8f8ef23..1d3ea356 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 11] +version_code = [3, 11, 1] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/glob/manager_util.py b/glob/manager_util.py index 48a2007f..e388e935 100644 --- a/glob/manager_util.py +++ b/glob/manager_util.py @@ -232,21 +232,22 @@ def clear_pip_cache(): 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', +torch_torchvision_torchaudio_version_map = { + '2.6.0': ('0.21.0', '2.6.0'), + '2.5.1': ('0.20.0', '2.5.0'), + '2.5.0': ('0.20.0', '2.5.0'), + '2.4.1': ('0.19.1', '2.4.1'), + '2.4.0': ('0.19.0', '2.4.0'), + '2.3.1': ('0.18.1', '2.3.1'), + '2.3.0': ('0.18.0', '2.3.0'), + '2.2.2': ('0.17.2', '2.2.2'), + '2.2.1': ('0.17.1', '2.2.1'), + '2.2.0': ('0.17.0', '2.2.0'), + '2.1.2': ('0.16.2', '2.1.2'), + '2.1.1': ('0.16.1', '2.1.1'), + '2.1.0': ('0.16.0', '2.1.0'), + '2.0.1': ('0.15.2', '2.0.1'), + '2.0.0': ('0.15.1', '2.0.0'), } @@ -266,7 +267,7 @@ class PIPFixer: 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) + torchvision_ver, torchaudio_ver = torch_torchvision_torchaudio_version_map.get(torch_ver) if torchvision_ver is None: cmd = [sys.executable, '-m', 'pip', 'install', '--pre', @@ -275,7 +276,7 @@ class PIPFixer: logging.info("[ComfyUI-Manager] restore PyTorch to nightly version") else: cmd = [sys.executable, '-m', 'pip', 'install', - f'torch=={torch_ver}', f'torchvision=={torchvision_ver}', f"torchaudio=={torch_ver}", + f'torch=={torch_ver}', f'torchvision=={torchvision_ver}', f"torchaudio=={torchaudio_ver}", '--index-url', f"https://download.pytorch.org/whl/{platform}"] logging.info(f"[ComfyUI-Manager] restore PyTorch to {torch_ver}+{platform}") diff --git a/pyproject.toml b/pyproject.toml index a1c63076..cb818fb1 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 = "3.11" +version = "3.11.1" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From e07952455f7be7a8101bf021b1f3d9000835c3b0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 31 Jan 2025 09:10:51 +0900 Subject: [PATCH 26/73] fixed: PIPFixer - crash if dev was installed. --- glob/manager_util.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glob/manager_util.py b/glob/manager_util.py index e388e935..c7be467f 100644 --- a/glob/manager_util.py +++ b/glob/manager_util.py @@ -267,14 +267,15 @@ class PIPFixer: torch_ver = StrictVersion(spec[0]) torch_ver = f"{torch_ver.major}.{torch_ver.minor}.{torch_ver.patch}" - torchvision_ver, torchaudio_ver = torch_torchvision_torchaudio_version_map.get(torch_ver) + torch_torchvision_torchaudio_ver = torch_torchvision_torchaudio_version_map.get(torch_ver) - if torchvision_ver is None: + if torch_torchvision_torchaudio_ver is None: cmd = [sys.executable, '-m', 'pip', 'install', '--pre', 'torch', 'torchvision', 'torchaudio', '--index-url', f"https://download.pytorch.org/whl/nightly/{platform}"] logging.info("[ComfyUI-Manager] restore PyTorch to nightly version") else: + torchvision_ver, torchaudio_ver = torch_torchvision_torchaudio_ver cmd = [sys.executable, '-m', 'pip', 'install', f'torch=={torch_ver}', f'torchvision=={torchvision_ver}', f"torchaudio=={torchaudio_ver}", '--index-url', f"https://download.pytorch.org/whl/{platform}"] From 12969eda07e5d829b21b9268507069d96dc923ea Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 31 Jan 2025 09:12:05 +0900 Subject: [PATCH 27/73] version marker --- glob/manager_core.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 1d3ea356..2c4b8e5b 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 11, 1] +version_code = [3, 11, 2] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/pyproject.toml b/pyproject.toml index cb818fb1..a5869294 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 = "3.11.1" +version = "3.11.2" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From adc86c7945180fbe062d7abbff1208a19ef717e0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 31 Jan 2025 21:36:24 +0900 Subject: [PATCH 28/73] update DB --- custom-node-list.json | 2 +- extension-node-map.json | 11 +- github-stats.json | 2468 +++++++++++++-------------- node_db/dev/custom-node-list.json | 10 + node_db/dev/extension-node-map.json | 10 + node_db/dev/github-stats.json | 449 ++--- node_db/new/extension-node-map.json | 11 +- 7 files changed, 1500 insertions(+), 1461 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f848eaa9..b5126e4c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15468,7 +15468,7 @@ "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision" ], "install_type": "git-clone", - "description": "For loading and running Pixtral, Llama 3.2 Vision, and Molmo models. Put models in the models/LLM folder.\n[w/Renamed from ComfyUI-PixtralLlamaVision. Please reinstall.]" + "description": "For loading and running Pixtral, Llama 3.2 Vision, and Molmo models. Put models in the models/LLM folder." }, { "author": "ExterminanzHS", diff --git a/extension-node-map.json b/extension-node-map.json index 170d94fc..076fbbde 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2379,7 +2379,9 @@ "ClownsharKSamplerAutomation", "ClownsharKSamplerAutomation_Beta", "ClownsharKSamplerGuide", + "ClownsharKSamplerGuide_Beta", "ClownsharKSamplerGuides", + "ClownsharKSamplerGuides_Beta", "ClownsharKSamplerOptions", "ClownsharKSamplerOptions_SDE_Noise", "ClownsharkSamplerOptions_FrameWeights", @@ -5988,7 +5990,8 @@ ], "https://github.com/Mattabyte/ComfyUI-SecureApiCall": [ [ - "SecureAPI-SecureAPI" + "SecureAPI-SecureAPI", + "SecureAPI-SecureAPI-AWS" ], { "title_aux": "ComfyUI Secure API Call" @@ -10720,6 +10723,7 @@ ], "https://github.com/aidec/Comfyui_TextBatch_aidec": [ [ + "ImageQueueProcessor", "TextBatch", "TextQueueProcessor", "TextSplitCounter" @@ -12939,6 +12943,7 @@ "chaosaiart_controlnet_weidgth", "chaosaiart_convert", "chaosaiart_convert_Prompt", + "chaosaiart_deepseek_fix", "chaosaiart_forPreview", "chaosaiart_image_loop", "chaosaiart_img2gif", @@ -15705,6 +15710,7 @@ [ "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", + "FL_AnimeLineExtractor", "FL_ApplyMask", "FL_Ascii", "FL_BatchAlign", @@ -22676,7 +22682,8 @@ "LayeredInfiniteZoom", "Replicate flux 1.1 pro ultra", "ReplicateAPI_flux_1_1_pro_ultra", - "ReplicateAPI_flux_fill_pro" + "ReplicateAPI_flux_fill_pro", + "WebViewer" ], { "title_aux": "Node_Fun_ComfyUI" diff --git a/github-stats.json b/github-stats.json index f4822345..4ffe247b 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7 +2,7 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-01-01 16:03:57", - "author_account_age_days": 3429 + "author_account_age_days": 3430 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, @@ -12,27 +12,27 @@ "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 12, "last_update": "2025-01-24 10:39:15", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 198, "last_update": "2025-01-23 00:57:27", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/1038lab/ComfyUI-RMBG": { "stars": 226, "last_update": "2025-01-22 09:24:19", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 15, "last_update": "2025-01-28 23:51:02", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 4, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1190, @@ -42,47 +42,47 @@ "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 73, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 63, "last_update": "2024-12-09 02:29:58", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 26, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-12-08 03:42:25", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 5, "last_update": "2025-01-09 13:24:13", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 118, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1139 + "author_account_age_days": 1140 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 224, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1139 + "author_account_age_days": 1140 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 1, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 8, @@ -92,7 +92,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 20, @@ -117,22 +117,22 @@ "https://github.com/6174/comflowy-nodes": { "stars": 12, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4339 + "author_account_age_days": 4340 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 20, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2233 + "author_account_age_days": 2234 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 9, "last_update": "2025-01-24 07:45:45", - "author_account_age_days": 2233 + "author_account_age_days": 2234 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 23, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2233 + "author_account_age_days": 2234 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, @@ -142,12 +142,12 @@ "https://github.com/852wa/ComfyUI-AAP": { "stars": 4, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 7, - "last_update": "2025-01-29 12:51:31", - "author_account_age_days": 583 + "stars": 8, + "last_update": "2025-01-31 05:49:00", + "author_account_age_days": 584 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -162,7 +162,7 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, @@ -172,262 +172,262 @@ "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 7, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 6, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 24, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 11, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 23, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 74, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 30, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 210, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 293, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 32, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 5, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 106, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 356, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 19, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 18, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 88, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 36, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 38, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 48, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 212, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 36, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 8, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 28, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 37, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 10, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 31, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 42, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 25, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 195, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 41, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 5, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 7, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 13, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1973, + "stars": 1975, "last_update": "2024-12-19 11:43:49", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 302, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 35, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 342, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 78, @@ -437,7 +437,7 @@ "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 198, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 913, @@ -452,12 +452,12 @@ "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 6, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, @@ -472,30 +472,30 @@ "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": 1746 + "author_account_age_days": 1747 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 263, + "stars": 264, "last_update": "2024-06-14 07:04:37", "author_account_age_days": 3888 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 6, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 800, + "stars": 801, "last_update": "2024-11-20 08:54:22", "author_account_age_days": 4025 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 394, + "stars": 395, "last_update": "2025-01-26 23:18:51", "author_account_age_days": 4025 }, @@ -507,12 +507,12 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, "last_update": "2024-12-17 05:40:40", - "author_account_age_days": 3598 + "author_account_age_days": 3599 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 9, "last_update": "2025-01-25 18:33:17", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -522,7 +522,7 @@ "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-12-09 16:08:07", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 4, @@ -530,8 +530,8 @@ "author_account_age_days": 103 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1002, - "last_update": "2025-01-30 13:32:00", + "stars": 1004, + "last_update": "2025-01-31 10:09:49", "author_account_age_days": 2920 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { @@ -541,23 +541,23 @@ }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 8, - "last_update": "2025-01-30 04:55:22", - "author_account_age_days": 5432 + "last_update": "2025-01-31 07:08:06", + "author_account_age_days": 5433 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-01-11 22:33:13", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 4, "last_update": "2025-01-08 22:43:43", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/Amorano/Jovimetrix": { "stars": 305, - "last_update": "2025-01-12 21:18:53", - "author_account_age_days": 5432 + "last_update": "2025-01-31 02:33:00", + "author_account_age_days": 5433 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, @@ -577,17 +577,17 @@ "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, "last_update": "2025-01-28 18:54:52", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 34, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, @@ -597,22 +597,22 @@ "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 78, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/ArtHommage/HommageTools": { "stars": 2, "last_update": "2025-01-23 23:52:48", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 716, + "stars": 717, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 18, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4806 + "author_account_age_days": 4807 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, @@ -627,27 +627,27 @@ "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, @@ -657,17 +657,17 @@ "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 3, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 5, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2663 + "author_account_age_days": 2664 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, @@ -677,32 +677,32 @@ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 387, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 7, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1196, "last_update": "2025-01-23 05:44:35", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, @@ -747,12 +747,12 @@ "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 3, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, @@ -800,7 +800,7 @@ "author_account_age_days": 698 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 343, + "stars": 344, "last_update": "2024-05-22 14:56:49", "author_account_age_days": 698 }, @@ -810,9 +810,9 @@ "author_account_age_days": 943 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 54, + "stars": 55, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3301 + "author_account_age_days": 3302 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 9, @@ -822,12 +822,12 @@ "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 31, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 11 + "author_account_age_days": 12 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 16, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 50, @@ -835,7 +835,7 @@ "author_account_age_days": 418 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 219, + "stars": 231, "last_update": "2025-01-30 08:08:20", "author_account_age_days": 418 }, @@ -872,22 +872,22 @@ "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 180, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 73, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 31, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 29, @@ -897,26 +897,26 @@ "https://github.com/Charlweed/image_transceiver": { "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5317 + "author_account_age_days": 5318 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 10, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2121 + "author_account_age_days": 2122 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 12, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 73, - "last_update": "2025-01-30 22:29:00", + "last_update": "2025-01-31 05:18:52", "author_account_age_days": 250 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { @@ -942,12 +942,12 @@ "https://github.com/Conor-Collins/coco_tools": { "stars": 1, "last_update": "2025-01-26 21:46:13", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 115, "last_update": "2025-01-30 15:23:40", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, @@ -957,12 +957,12 @@ "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1223 + "author_account_age_days": 1224 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 4, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1322 + "author_account_age_days": 1323 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, @@ -977,7 +977,7 @@ "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5378 + "author_account_age_days": 5379 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 3, @@ -997,12 +997,12 @@ "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4807 + "author_account_age_days": 4808 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 4, "last_update": "2024-12-22 14:37:21", - "author_account_age_days": 3697 + "author_account_age_days": 3698 }, "https://github.com/DataCTE/prompt_injection": { "stars": 87, @@ -1020,7 +1020,7 @@ "author_account_age_days": 3211 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 382, + "stars": 383, "last_update": "2024-06-22 02:12:19", "author_account_age_days": 1995 }, @@ -1037,12 +1037,12 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 12, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 21, @@ -1085,64 +1085,64 @@ "author_account_age_days": 1252 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { - "stars": 1, + "stars": 2, "last_update": "2025-01-30 09:37:50", "author_account_age_days": 1594 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2847 + "author_account_age_days": 2848 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 67, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4937 + "author_account_age_days": 4938 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1363 + "author_account_age_days": 1364 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 25, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 203, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 4, "last_update": "2025-01-28 16:30:52", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 3, "last_update": "2025-01-27 19:19:57", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 309, + "stars": 310, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 44, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, @@ -1180,7 +1180,7 @@ "author_account_age_days": 3370 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 165, + "stars": 166, "last_update": "2024-10-25 20:59:10", "author_account_age_days": 3370 }, @@ -1235,7 +1235,7 @@ "author_account_age_days": 3352 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2567, + "stars": 2569, "last_update": "2024-10-28 22:08:11", "author_account_age_days": 3352 }, @@ -1247,7 +1247,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2975 + "author_account_age_days": 2976 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, @@ -1257,12 +1257,12 @@ "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 4, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, @@ -1287,42 +1287,42 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 85, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 6, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 64, @@ -1332,12 +1332,12 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { - "stars": 0, - "last_update": "2025-01-30 08:18:26", - "author_account_age_days": 2389 + "stars": 2, + "last_update": "2025-01-31 07:59:04", + "author_account_age_days": 2390 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, @@ -1352,7 +1352,7 @@ "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, "last_update": "2025-01-27 15:06:46", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, @@ -1367,7 +1367,7 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, @@ -1377,12 +1377,12 @@ "https://github.com/GoingAI1998/Comfyui_imgcanvas": { "stars": 4, "last_update": "2025-01-21 05:32:24", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 8, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5152 + "author_account_age_days": 5153 }, "https://github.com/Gourieff/ComfyUI-ReActor": { "stars": 197, @@ -1392,27 +1392,27 @@ "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 44, "last_update": "2025-01-26 08:06:57", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 58, "last_update": "2024-12-16 10:18:14", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 1, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 164, + "stars": 165, "last_update": "2024-09-04 10:58:03", "author_account_age_days": 1418 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 5, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, @@ -1422,7 +1422,7 @@ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, @@ -1432,7 +1432,7 @@ "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3200 + "author_account_age_days": 3201 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 14, @@ -1452,87 +1452,87 @@ "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 48, "last_update": "2025-01-23 16:54:55", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 40, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 20, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 90, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 30, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 30, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 44, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2544 + "author_account_age_days": 2545 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-01-19 14:06:16", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 321, "last_update": "2025-01-16 06:00:39", - "author_account_age_days": 133 + "author_account_age_days": 134 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, @@ -1557,17 +1557,17 @@ "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 34, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5701 + "author_account_age_days": 5702 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5701 + "author_account_age_days": 5702 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 6, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5701 + "author_account_age_days": 5702 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, @@ -1577,7 +1577,7 @@ "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 462, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 52 + "author_account_age_days": 53 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -1602,12 +1602,12 @@ "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, "last_update": "2025-01-15 10:45:12", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, @@ -1622,22 +1622,22 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 23, "last_update": "2024-12-21 19:28:35", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 16, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 9, "last_update": "2024-12-15 11:00:51", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 103, + "stars": 104, "last_update": "2025-01-28 12:52:56", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 31, @@ -1647,22 +1647,22 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 10, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 77, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 3, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2787 + "author_account_age_days": 2788 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 59, @@ -1676,23 +1676,23 @@ }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 1, - "last_update": "2025-01-29 22:21:11", - "author_account_age_days": 4219 + "last_update": "2025-01-31 01:06:18", + "author_account_age_days": 4220 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 25, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 1, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 87, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 52, @@ -1707,12 +1707,12 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 158, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5106 + "author_account_age_days": 5107 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, @@ -1737,10 +1737,10 @@ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 2, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 4 + "author_account_age_days": 5 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 523, + "stars": 526, "last_update": "2024-11-04 17:57:27", "author_account_age_days": 2400 }, @@ -1757,12 +1757,12 @@ "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 12, "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3390 + "author_account_age_days": 3391 }, "https://github.com/Julian-adv/WildDivide": { "stars": 16, "last_update": "2024-12-22 02:05:36", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, @@ -1792,7 +1792,7 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 8, @@ -1815,9 +1815,9 @@ "author_account_age_days": 5111 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 311, + "stars": 312, "last_update": "2025-01-22 02:39:21", - "author_account_age_days": 1848 + "author_account_age_days": 1849 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 184, @@ -1832,26 +1832,26 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 55, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 689, - "last_update": "2025-01-29 15:19:42", + "stars": 690, + "last_update": "2025-01-31 10:01:07", "author_account_age_days": 3937 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2918, - "last_update": "2025-01-30 20:47:28", + "stars": 2922, + "last_update": "2025-01-31 09:59:51", "author_account_age_days": 3937 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 735, - "last_update": "2025-01-30 23:09:15", + "stars": 736, + "last_update": "2025-01-31 04:07:27", "author_account_age_days": 3937 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { @@ -1862,17 +1862,17 @@ "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5788 + "author_account_age_days": 5789 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 77, "last_update": "2025-01-21 03:23:00", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, @@ -1882,12 +1882,12 @@ "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 69, "last_update": "2025-01-09 09:07:22", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 170, @@ -1897,27 +1897,27 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 416, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 11, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 109, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/Lerc/canvas_tab": { "stars": 169, @@ -1932,12 +1932,12 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 3, "last_update": "2024-12-22 15:06:38", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, @@ -1952,7 +1952,7 @@ "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { "stars": 679, @@ -1962,17 +1962,17 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 150, "last_update": "2025-01-09 05:30:43", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 9, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, @@ -1992,17 +1992,17 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 45, "last_update": "2025-01-25 13:15:11", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 22, "last_update": "2024-12-26 17:25:45", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 80, "last_update": "2025-01-25 13:16:20", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, @@ -2012,57 +2012,57 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 36, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 29, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 39, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 56, "last_update": "2025-01-19 18:46:30", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2002 + "author_account_age_days": 2003 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, @@ -2082,7 +2082,7 @@ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 24, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, @@ -2107,17 +2107,17 @@ "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, @@ -2126,48 +2126,48 @@ }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 1, - "last_update": "2025-01-28 05:02:11", - "author_account_age_days": 1827 + "last_update": "2025-01-31 10:15:04", + "author_account_age_days": 1828 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5552 + "author_account_age_days": 5553 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 280 + "author_account_age_days": 281 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, @@ -2180,7 +2180,7 @@ "author_account_age_days": 286 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 229, + "stars": 230, "last_update": "2024-08-16 18:57:07", "author_account_age_days": 286 }, @@ -2207,12 +2207,12 @@ "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4188 + "author_account_age_days": 4189 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, @@ -2232,47 +2232,47 @@ "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, "last_update": "2025-01-25 10:38:15", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 204, + "stars": 205, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 41, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 19, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2691, + "stars": 2693, "last_update": "2025-01-24 18:41:37", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 521, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 16, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3811 + "author_account_age_days": 3812 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 27, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 30, @@ -2292,7 +2292,7 @@ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 59, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, @@ -2307,12 +2307,12 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 8, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -2372,17 +2372,17 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4051 + "author_account_age_days": 4052 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, "last_update": "2025-01-28 23:38:21", - "author_account_age_days": 3040 + "author_account_age_days": 3041 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, @@ -2392,7 +2392,7 @@ "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 244, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, @@ -2407,27 +2407,27 @@ "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { "stars": 1, "last_update": "2025-01-12 09:34:07", - "author_account_age_days": 2337 + "author_account_age_days": 2338 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 3, "last_update": "2025-01-19 01:59:11", - "author_account_age_days": 2337 + "author_account_age_days": 2338 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 14, "last_update": "2025-01-22 14:05:19", - "author_account_age_days": 2337 + "author_account_age_days": 2338 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 29, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 85, @@ -2442,22 +2442,22 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 15, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, @@ -2467,7 +2467,7 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3863 + "author_account_age_days": 3864 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, @@ -2492,7 +2492,7 @@ "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 10 + "author_account_age_days": 11 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, @@ -2507,42 +2507,42 @@ "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 2, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3612 + "author_account_age_days": 3613 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { "stars": 2125, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 2, "last_update": "2024-12-21 12:05:13", - "author_account_age_days": 45 + "author_account_age_days": 46 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 1, "last_update": "2025-01-30 21:42:09", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 3, "last_update": "2024-12-25 16:01:52", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, @@ -2552,17 +2552,17 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4152 + "author_account_age_days": 4153 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 6, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2295 + "author_account_age_days": 2296 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-01-29 06:42:48", - "author_account_age_days": 1598 + "author_account_age_days": 1599 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, @@ -2572,32 +2572,32 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 2, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { - "stars": 54, - "last_update": "2025-01-25 15:15:01", - "author_account_age_days": 124 + "stars": 55, + "last_update": "2025-01-31 11:04:55", + "author_account_age_days": 125 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-25 09:51:35", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, @@ -2607,12 +2607,12 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 25, + "stars": 26, "last_update": "2025-01-13 17:00:35", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, @@ -2642,7 +2642,7 @@ "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 19, @@ -2672,12 +2672,12 @@ "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 351, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, @@ -2687,32 +2687,32 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3416 + "author_account_age_days": 3417 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 14, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 11, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4726 + "author_account_age_days": 4727 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 129, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 72, - "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1740 + "last_update": "2025-01-31 09:01:23", + "author_account_age_days": 1741 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 21, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 71, @@ -2720,14 +2720,14 @@ "author_account_age_days": 4392 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 818, + "stars": 819, "last_update": "2024-05-22 00:28:26", "author_account_age_days": 4392 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 83, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, @@ -2737,17 +2737,17 @@ "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 254, "last_update": "2024-12-31 06:28:12", - "author_account_age_days": 69 + "author_account_age_days": 70 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 4, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1517 + "author_account_age_days": 1518 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 14, @@ -2762,97 +2762,97 @@ "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 6, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 18, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 9, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 7, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 61, "last_update": "2025-01-30 05:41:50", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 32, "last_update": "2024-12-23 10:41:30", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { - "stars": 14, + "stars": 15, "last_update": "2025-01-30 20:04:27", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 40, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 36, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 1, "last_update": "2025-01-30 06:19:40", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 355, "last_update": "2025-01-25 11:56:04", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 34, "last_update": "2025-01-22 15:26:47", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 27, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 4, "last_update": "2025-01-08 10:59:35", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 14, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 124, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, @@ -2867,7 +2867,7 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, @@ -2890,7 +2890,7 @@ "author_account_age_days": 3782 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 148, + "stars": 149, "last_update": "2024-12-08 10:35:19", "author_account_age_days": 1732 }, @@ -2927,12 +2927,12 @@ "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, "last_update": "2025-01-18 10:28:11", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 21, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -2947,7 +2947,7 @@ "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, @@ -2967,12 +2967,12 @@ "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 71, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 1, "last_update": "2025-01-24 08:48:52", - "author_account_age_days": 2162 + "author_account_age_days": 2163 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 53, @@ -2987,67 +2987,67 @@ "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 19, "last_update": "2025-01-30 06:14:18", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 3, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3766 + "author_account_age_days": 3767 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 13, + "stars": 14, "last_update": "2025-01-30 20:40:55", "author_account_age_days": 223 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 119, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 204, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 9, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 20, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 47, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 70, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 18, "last_update": "2025-01-14 18:15:36", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 0, @@ -3057,12 +3057,12 @@ "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 149, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 759, @@ -3072,7 +3072,7 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 35, "last_update": "2025-01-28 06:57:07", - "author_account_age_days": 3592 + "author_account_age_days": 3593 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 2, @@ -3087,17 +3087,17 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 126, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3911 + "author_account_age_days": 3912 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 183, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3911 + "author_account_age_days": 3912 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 145, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, @@ -3107,47 +3107,47 @@ "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 387, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 26, "last_update": "2025-01-29 07:41:01", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 23, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 163, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 629, + "stars": 630, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 28, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 489, + "stars": 491, "last_update": "2025-01-12 04:28:09", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 2, @@ -3162,17 +3162,17 @@ "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2435 + "author_account_age_days": 2436 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2435 + "author_account_age_days": 2436 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2025-01-22 15:44:37", - "author_account_age_days": 2435 + "author_account_age_days": 2436 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, @@ -3197,12 +3197,12 @@ "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 361, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 99, "last_update": "2024-12-28 10:58:56", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, @@ -3212,32 +3212,32 @@ "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 4, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 425, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1155 + "author_account_age_days": 1156 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 458, "last_update": "2024-12-18 17:23:08", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, @@ -3247,7 +3247,7 @@ "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 45, @@ -3267,7 +3267,7 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, "last_update": "2025-01-22 10:23:43", - "author_account_age_days": 3600 + "author_account_age_days": 3601 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 227, @@ -3282,12 +3282,12 @@ "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 219, "last_update": "2025-01-27 11:19:48", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, @@ -3297,12 +3297,12 @@ "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 18, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, @@ -3312,7 +3312,7 @@ "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, @@ -3320,14 +3320,14 @@ "author_account_age_days": 337 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 110, + "stars": 113, "last_update": "2025-01-29 23:54:18", "author_account_age_days": 1140 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 100, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2130 + "author_account_age_days": 2131 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, @@ -3345,29 +3345,29 @@ "author_account_age_days": 4846 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 72, + "stars": 71, "last_update": "2024-07-31 13:48:33", "author_account_age_days": 4846 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 32, + "stars": 33, "last_update": "2024-06-17 04:08:37", "author_account_age_days": 4846 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1330, + "stars": 1332, "last_update": "2024-12-20 16:46:02", "author_account_age_days": 4846 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, @@ -3377,7 +3377,7 @@ "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 30, "last_update": "2025-01-25 08:36:38", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, @@ -3387,42 +3387,42 @@ "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 1, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 547 + "author_account_age_days": 548 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3972 + "author_account_age_days": 3973 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 16, - "last_update": "2025-01-28 09:02:09", - "author_account_age_days": 758 + "last_update": "2025-01-31 04:28:34", + "author_account_age_days": 759 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 3864 + "author_account_age_days": 3865 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 37, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1303, + "stars": 1305, "last_update": "2024-10-30 12:51:21", "author_account_age_days": 178 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 2, "last_update": "2025-01-24 14:35:29", - "author_account_age_days": 3608 + "author_account_age_days": 3609 }, "https://github.com/XieChengYuan/comfyui_kj": { "stars": 1, @@ -3442,12 +3442,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": 2915 + "author_account_age_days": 2916 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 17, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2915 + "author_account_age_days": 2916 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, @@ -3457,7 +3457,7 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 126, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 1034 + "author_account_age_days": 1035 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, @@ -3467,17 +3467,17 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 2, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 356, @@ -3495,12 +3495,12 @@ "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 750, + "stars": 751, "last_update": "2024-05-22 14:14:18", "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { - "stars": 29, + "stars": 33, "last_update": "2025-01-29 19:03:09", "author_account_age_days": 560 }, @@ -3515,7 +3515,7 @@ "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1374, + "stars": 1375, "last_update": "2024-05-22 13:57:55", "author_account_age_days": 560 }, @@ -3525,7 +3525,7 @@ "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 798, + "stars": 799, "last_update": "2024-05-22 14:13:49", "author_account_age_days": 560 }, @@ -3575,24 +3575,24 @@ "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1659, + "stars": 1661, "last_update": "2024-06-14 09:00:04", "author_account_age_days": 560 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 28, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5760 + "author_account_age_days": 5761 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, @@ -3617,22 +3617,22 @@ "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 4, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 3, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 1, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5022 + "author_account_age_days": 5023 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 9, @@ -3672,12 +3672,12 @@ "https://github.com/adigayung/ComfyUI-Translator": { "stars": 5, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2442 + "author_account_age_days": 2443 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, @@ -3690,24 +3690,24 @@ "author_account_age_days": 804 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { - "stars": 1, + "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 7, "last_update": "2024-12-19 08:13:44", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -3716,18 +3716,18 @@ }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 2, - "last_update": "2025-01-25 05:52:31", - "author_account_age_days": 4123 + "last_update": "2025-01-31 09:15:47", + "author_account_age_days": 4124 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 95, "last_update": "2024-12-31 10:12:40", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1854, + "stars": 1860, "last_update": "2025-01-23 07:52:48", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, @@ -3737,32 +3737,32 @@ "https://github.com/ainewsto/comfyui-labs-google": { "stars": 53, "last_update": "2025-01-10 09:53:04", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 25, "last_update": "2025-01-19 07:40:04", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 197, "last_update": "2024-12-13 01:44:03", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 240, + "stars": 242, "last_update": "2024-12-26 22:37:39", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 79, "last_update": "2024-12-13 01:44:29", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, @@ -3797,7 +3797,7 @@ "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3710 + "author_account_age_days": 3711 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, @@ -3815,7 +3815,7 @@ "author_account_age_days": 1417 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 36, + "stars": 37, "last_update": "2025-01-27 23:30:12", "author_account_age_days": 3807 }, @@ -3837,7 +3837,7 @@ "https://github.com/ali1234/comfyui-job-iterator": { "stars": 103, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 61, @@ -3847,27 +3847,27 @@ "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 91, "last_update": "2025-01-23 17:30:20", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 94, "last_update": "2025-01-17 21:00:45", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, @@ -3877,7 +3877,7 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3173 + "author_account_age_days": 3174 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, @@ -3892,7 +3892,7 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, @@ -3902,42 +3902,42 @@ "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, "last_update": "2025-01-15 10:50:51", - "author_account_age_days": 5968 + "author_account_age_days": 5969 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 31, "last_update": "2025-01-30 12:35:30", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2024-12-29 01:08:36", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 45, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 241, "last_update": "2025-01-12 13:58:43", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 19, @@ -3947,7 +3947,7 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 144, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 120, @@ -3967,7 +3967,7 @@ "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, @@ -3977,7 +3977,7 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, @@ -3992,27 +3992,27 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 14, "last_update": "2025-01-15 10:26:57", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 5, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/banodoco/steerable-motion": { "stars": 868, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 7, @@ -4021,13 +4021,13 @@ }, "https://github.com/bash-j/mikey_nodes": { "stars": 126, - "last_update": "2025-01-30 10:32:01", - "author_account_age_days": 4407 + "last_update": "2025-01-30 23:49:50", + "author_account_age_days": 4408 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3185 + "author_account_age_days": 3186 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 52, @@ -4035,7 +4035,7 @@ "author_account_age_days": 583 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { - "stars": 21, + "stars": 22, "last_update": "2025-01-14 10:42:44", "author_account_age_days": 333 }, @@ -4045,9 +4045,9 @@ "author_account_age_days": 333 }, "https://github.com/bentoml/comfy-pack": { - "stars": 94, + "stars": 95, "last_update": "2025-01-24 01:40:08", - "author_account_age_days": 2130 + "author_account_age_days": 2131 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -4057,15 +4057,15 @@ "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { "stars": 7, "last_update": "2025-01-25 15:50:01", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 3, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 54, + "stars": 55, "last_update": "2025-01-27 13:57:55", "author_account_age_days": 317 }, @@ -4075,29 +4075,29 @@ "author_account_age_days": 3094 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 73, + "stars": 74, "last_update": "2025-01-19 08:07:27", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 40, "last_update": "2025-01-30 13:41:38", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 22, "last_update": "2025-01-13 09:38:01", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 121, "last_update": "2024-12-25 04:47:01", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 25, "last_update": "2024-12-07 21:16:44", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, @@ -4107,7 +4107,7 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, @@ -4117,7 +4117,7 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4787 + "author_account_age_days": 4788 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, @@ -4152,52 +4152,52 @@ "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, "last_update": "2025-01-22 09:09:14", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 2, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 1, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 3823 + "author_account_age_days": 3824 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 11, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3876 + "author_account_age_days": 3877 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 1, "last_update": "2025-01-27 06:13:10", - "author_account_age_days": 3876 + "author_account_age_days": 3877 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 19, @@ -4212,7 +4212,7 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5375 + "author_account_age_days": 5376 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 36, @@ -4222,7 +4222,7 @@ "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, @@ -4232,37 +4232,37 @@ "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 4, "last_update": "2025-01-27 13:24:44", - "author_account_age_days": 4865 + "author_account_age_days": 4866 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 11, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 4, "last_update": "2024-12-28 21:19:19", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 1, @@ -4271,7 +4271,7 @@ }, "https://github.com/calcuis/gguf": { "stars": 6, - "last_update": "2025-01-30 21:36:32", + "last_update": "2025-01-31 11:57:05", "author_account_age_days": 868 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { @@ -4292,7 +4292,7 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-12-06 04:47:31", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 402, @@ -4312,27 +4312,27 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5232 + "author_account_age_days": 5233 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 2, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 32, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 2902 + "author_account_age_days": 2903 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 121, @@ -4342,27 +4342,27 @@ "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1413 + "author_account_age_days": 1414 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, @@ -4506,8 +4506,8 @@ }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 80, - "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 554 + "last_update": "2025-01-31 12:24:25", + "author_account_age_days": 555 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, @@ -4522,7 +4522,7 @@ "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, @@ -4532,57 +4532,57 @@ "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 292, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 26, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 5, "last_update": "2025-01-28 06:30:10", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1833, + "stars": 1835, "last_update": "2025-01-26 08:56:06", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 132, + "stars": 133, "last_update": "2025-01-23 16:24:52", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 26, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 136, + "stars": 137, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 99, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 56, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3069 + "author_account_age_days": 3070 }, "https://github.com/choey/Comfy-Topaz": { "stars": 150, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5743 + "author_account_age_days": 5744 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, @@ -4595,34 +4595,34 @@ "author_account_age_days": 2017 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 73, + "stars": 74, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 57, "last_update": "2025-01-30 22:51:14", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 302, + "stars": 303, "last_update": "2024-11-29 02:05:30", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 9, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 577, + "stars": 578, "last_update": "2024-12-30 03:55:54", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, @@ -4632,7 +4632,7 @@ "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 182, @@ -4672,17 +4672,17 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 3, "last_update": "2024-12-28 15:32:34", - "author_account_age_days": 4419 + "author_account_age_days": 4420 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 1, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4419 + "author_account_age_days": 4420 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 2, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4419 + "author_account_age_days": 4420 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 37, @@ -4690,7 +4690,7 @@ "author_account_age_days": 5591 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1368, + "stars": 1372, "last_update": "2025-01-08 15:35:24", "author_account_age_days": 718 }, @@ -4715,7 +4715,7 @@ "author_account_age_days": 718 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 270, + "stars": 271, "last_update": "2024-08-06 22:01:47", "author_account_age_days": 718 }, @@ -4727,12 +4727,12 @@ "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 4, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 117, @@ -4757,62 +4757,62 @@ "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3018 + "author_account_age_days": 3019 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 3, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6069 + "author_account_age_days": 6070 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65264, + "stars": 65306, "last_update": "2025-01-30 11:49:59", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 553, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 171, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2121 + "author_account_age_days": 2122 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 83, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 129, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 72, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-12-28 00:30:43", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, @@ -4832,67 +4832,67 @@ "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 948, + "stars": 949, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 42, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 75, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 379, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4537, + "stars": 4538, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1431, + "stars": 1434, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 20, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 689, + "stars": 691, "last_update": "2024-12-07 09:40:28", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 777, + "stars": 779, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 2, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3472 + "author_account_age_days": 3473 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4454 + "author_account_age_days": 4455 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 12, @@ -4922,12 +4922,12 @@ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1810 + "author_account_age_days": 1811 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 12, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 225, @@ -4952,7 +4952,7 @@ "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-12-14 15:01:39", - "author_account_age_days": 5544 + "author_account_age_days": 5545 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, @@ -4967,7 +4967,7 @@ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, @@ -4977,37 +4977,37 @@ "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, "last_update": "2025-01-24 09:42:47", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 102, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 79, "last_update": "2024-11-28 20:28:24", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 15, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, @@ -5027,12 +5027,12 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 161, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5516 + "author_account_age_days": 5517 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 87, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5516 + "author_account_age_days": 5517 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, @@ -5062,12 +5062,12 @@ "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 163, "last_update": "2024-12-25 00:41:33", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 246, @@ -5077,7 +5077,7 @@ "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 72, @@ -5092,22 +5092,22 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 8, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 120, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 304, "last_update": "2025-01-05 19:29:53", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/dmMaze/sketch2manga": { "stars": 40, @@ -5132,7 +5132,7 @@ "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, @@ -5142,7 +5142,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, @@ -5152,12 +5152,12 @@ "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 2, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, @@ -5167,17 +5167,17 @@ "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2683 + "author_account_age_days": 2684 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2938 + "author_account_age_days": 2939 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 15, "last_update": "2025-01-18 01:01:11", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 73, @@ -5197,10 +5197,10 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { - "stars": 174, + "stars": 175, "last_update": "2024-12-10 19:10:11", "author_account_age_days": 176 }, @@ -5222,22 +5222,22 @@ "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, @@ -5247,27 +5247,27 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 84, "last_update": "2025-01-09 18:16:21", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 68, + "stars": 69, "last_update": "2025-01-09 18:14:29", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2024-12-27 14:24:36", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 160, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 14, "last_update": "2024-12-29 12:20:04", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, @@ -5302,22 +5302,22 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5264 + "author_account_age_days": 5265 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5264 + "author_account_age_days": 5265 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5264 + "author_account_age_days": 5265 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 45, @@ -5331,7 +5331,7 @@ }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 335, - "last_update": "2025-01-29 10:56:03", + "last_update": "2025-01-31 03:39:33", "author_account_age_days": 1957 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { @@ -5382,12 +5382,12 @@ "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, @@ -5412,7 +5412,7 @@ "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -5437,32 +5437,32 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 10, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 11, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4807 + "author_account_age_days": 4808 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 130, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4807 + "author_account_age_days": 4808 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 5, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 4807 + "author_account_age_days": 4808 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 61, + "stars": 62, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4807 + "author_account_age_days": 4808 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, @@ -5472,17 +5472,17 @@ "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 26, "last_update": "2024-11-27 16:23:47", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, @@ -5497,37 +5497,37 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 219, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4458 + "author_account_age_days": 4459 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5219 + "author_account_age_days": 5220 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 158, @@ -5552,12 +5552,12 @@ "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 0, "last_update": "2025-01-30 16:15:34", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-01-29 08:10:54", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, @@ -5572,7 +5572,7 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 59, @@ -5597,7 +5597,7 @@ "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, @@ -5612,31 +5612,31 @@ "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 3, "last_update": "2025-01-10 11:12:14", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-01-10 11:08:58", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-01-10 11:13:34", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 2, "last_update": "2025-01-10 11:04:48", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 2, "last_update": "2025-01-10 11:10:59", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 153, - "last_update": "2025-01-30 23:24:06", + "last_update": "2025-01-31 04:06:39", "author_account_age_days": 741 }, "https://github.com/gseth/ControlAltAI-Nodes": { @@ -5652,7 +5652,7 @@ "https://github.com/guill/abracadabra-comfyui": { "stars": 2, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4413 + "author_account_age_days": 4414 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, @@ -5662,12 +5662,12 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2071 + "author_account_age_days": 2072 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5057 + "author_account_age_days": 5058 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -5677,42 +5677,42 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 11, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 9, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 15, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 13, - "last_update": "2025-01-24 06:14:25", - "author_account_age_days": 2157 + "last_update": "2025-01-31 04:12:28", + "author_account_age_days": 2158 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 89, - "last_update": "2025-01-30 13:06:31", - "author_account_age_days": 2157 + "last_update": "2025-01-31 03:53:06", + "author_account_age_days": 2158 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, @@ -5725,19 +5725,19 @@ "author_account_age_days": 568 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1263, + "stars": 1266, "last_update": "2025-01-30 19:11:30", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 9, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 49, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, @@ -5747,22 +5747,22 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 177, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5332 + "author_account_age_days": 5333 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-01-19 15:39:11", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 2, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, @@ -5772,22 +5772,22 @@ "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4863 + "author_account_age_days": 4864 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4852 + "author_account_age_days": 4853 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4852 + "author_account_age_days": 4853 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 264, "last_update": "2025-01-17 06:30:57", - "author_account_age_days": 1458 + "author_account_age_days": 1459 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 573, @@ -5795,7 +5795,7 @@ "author_account_age_days": 3096 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1569, + "stars": 1570, "last_update": "2025-01-05 19:53:01", "author_account_age_days": 3096 }, @@ -5827,7 +5827,7 @@ "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/humgate/simplecomfy": { "stars": 0, @@ -5847,12 +5847,12 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 18, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, @@ -5862,12 +5862,12 @@ "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, @@ -5887,32 +5887,32 @@ "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, "last_update": "2024-12-29 11:09:57", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 42, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 592, "last_update": "2025-01-03 10:36:18", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 143, "last_update": "2024-12-18 22:34:21", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 357, "last_update": "2025-01-26 08:49:30", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 9, "last_update": "2025-01-20 08:21:04", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, @@ -5927,37 +5927,37 @@ "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 6, "last_update": "2024-12-31 01:53:17", - "author_account_age_days": 2447 + "author_account_age_days": 2448 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 55, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-12-02 03:49:49", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 64, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4091 + "author_account_age_days": 4092 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 74, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4091 + "author_account_age_days": 4092 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1094, + "stars": 1096, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4091 + "author_account_age_days": 4092 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 52, @@ -5972,17 +5972,17 @@ "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 72, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, @@ -5997,37 +5997,37 @@ "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 3, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4691 + "author_account_age_days": 4692 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 40, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3151 + "author_account_age_days": 3152 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4152 + "author_account_age_days": 4153 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 136, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3872 + "author_account_age_days": 3873 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 49, "last_update": "2025-01-14 19:47:48", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 2, "last_update": "2025-01-24 16:05:37", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 13, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3257 + "author_account_age_days": 3258 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, @@ -6037,12 +6037,12 @@ "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/jitcoder/lora-info": { "stars": 75, @@ -6052,7 +6052,7 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3869 + "author_account_age_days": 3870 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, @@ -6062,12 +6062,12 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4204 + "author_account_age_days": 4205 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, @@ -6077,12 +6077,12 @@ "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 434, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 130, + "stars": 131, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 5018 + "author_account_age_days": 5019 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 22, @@ -6092,12 +6092,12 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, @@ -6105,24 +6105,24 @@ "author_account_age_days": 4150 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 23, + "stars": 24, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 68, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 30, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 210, "last_update": "2025-01-09 09:23:46", - "author_account_age_days": 1332 + "author_account_age_days": 1333 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -6132,7 +6132,7 @@ "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 117, "last_update": "2025-01-25 18:45:47", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, @@ -6142,7 +6142,7 @@ "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, @@ -6160,34 +6160,34 @@ "author_account_age_days": 2550 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 413, + "stars": 414, "last_update": "2024-11-24 20:25:04", "author_account_age_days": 4902 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 16, "last_update": "2025-01-21 10:05:26", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 2, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1832 + "author_account_age_days": 1833 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, @@ -6207,17 +6207,17 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 165, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, @@ -6232,187 +6232,187 @@ "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1179 + "author_account_age_days": 1180 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 172, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 62, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 136, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 201, + "stars": 202, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1335, + "stars": 1336, "last_update": "2025-01-28 20:41:00", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 170, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 131, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 238, + "stars": 239, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 64, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 646, + "stars": 647, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 916, + "stars": 918, "last_update": "2025-01-12 17:55:46", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { "stars": 652, "last_update": "2025-01-19 15:57:36", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 200, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 106, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1678, + "stars": 1681, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 882, + "stars": 884, "last_update": "2025-01-23 16:59:43", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 807, - "last_update": "2025-01-27 10:14:46", - "author_account_age_days": 2403 + "stars": 811, + "last_update": "2025-01-31 10:59:03", + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 575, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 83, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 57, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1791, + "stars": 1792, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 102, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 186, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 497, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 396, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 36, "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 42, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 347, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 1723, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 161, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { - "stars": 2, - "last_update": "2025-01-30 23:14:29", - "author_account_age_days": 2403 + "stars": 5, + "last_update": "2025-01-31 11:59:01", + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 70, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 99, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 742, + "stars": 743, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 13, @@ -6442,7 +6442,7 @@ "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, @@ -6452,22 +6452,22 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 179, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, @@ -6482,7 +6482,7 @@ "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 23, @@ -6497,52 +6497,52 @@ "https://github.com/l-comm/WatermarkRemoval": { "stars": 2, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 31 + "author_account_age_days": 32 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 22, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 53, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 33, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, @@ -6555,7 +6555,7 @@ "author_account_age_days": 2502 }, "https://github.com/lazniak/LiquidTime-Interpolation": { - "stars": 8, + "stars": 9, "last_update": "2024-11-14 18:11:23", "author_account_age_days": 2502 }, @@ -6567,52 +6567,52 @@ "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 14, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 4, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 4, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, @@ -6627,12 +6627,12 @@ "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 35, "last_update": "2024-12-11 05:09:29", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 64, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, @@ -6642,17 +6642,17 @@ "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, "last_update": "2024-12-31 14:25:36", - "author_account_age_days": 1488 + "author_account_age_days": 1489 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 9, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1488 + "author_account_age_days": 1489 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 4, "last_update": "2024-12-24 05:33:45", - "author_account_age_days": 1488 + "author_account_age_days": 1489 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, @@ -6662,27 +6662,27 @@ "https://github.com/linshier/comfyui-remote-tools": { "stars": 3, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4012 + "author_account_age_days": 4013 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 9, "last_update": "2025-01-06 01:47:59", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 10, "last_update": "2025-01-23 15:56:23", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 1, "last_update": "2025-01-23 15:44:21", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 2, "last_update": "2025-01-12 15:25:56", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 3, @@ -6695,7 +6695,7 @@ "author_account_age_days": 3428 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 69, + "stars": 70, "last_update": "2024-06-18 03:17:46", "author_account_age_days": 3428 }, @@ -6732,32 +6732,32 @@ "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 126, "last_update": "2025-01-07 02:36:44", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 40, + "stars": 41, "last_update": "2025-01-22 09:32:34", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 126, + "stars": 128, "last_update": "2025-01-27 13:05:06", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 8, "last_update": "2024-11-29 11:37:27", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 47, "last_update": "2024-12-01 11:57:50", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 59, "last_update": "2024-12-21 02:44:42", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, @@ -6772,97 +6772,97 @@ "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 30, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 10, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 107, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1046, + "stars": 1047, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 175, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 11, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 428, + "stars": 429, "last_update": "2024-12-21 06:04:48", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 277, + "stars": 278, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 43, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 34, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 11, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, @@ -6887,15 +6887,15 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4987 + "author_account_age_days": 4988 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 8, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4987 + "author_account_age_days": 4988 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 484, + "stars": 485, "last_update": "2024-11-30 07:01:55", "author_account_age_days": 4271 }, @@ -6912,37 +6912,37 @@ "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 162, "last_update": "2024-12-25 07:12:24", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2093, - "last_update": "2025-01-30 07:55:22", - "author_account_age_days": 682 + "stars": 2096, + "last_update": "2025-01-31 12:01:44", + "author_account_age_days": 683 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 111, + "stars": 112, "last_update": "2025-01-26 09:54:24", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 491, - "last_update": "2025-01-30 07:56:50", - "author_account_age_days": 682 + "stars": 493, + "last_update": "2025-01-31 12:04:41", + "author_account_age_days": 683 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8217, - "last_update": "2025-01-30 23:32:14", - "author_account_age_days": 682 + "stars": 8230, + "last_update": "2025-01-31 00:12:38", + "author_account_age_days": 683 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 2, "last_update": "2025-01-28 17:20:47", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 38, @@ -6950,19 +6950,19 @@ "author_account_age_days": 4028 }, "https://github.com/lucafoscili/comfyui-lf": { - "stars": 49, + "stars": 50, "last_update": "2024-12-10 18:46:04", "author_account_age_days": 2255 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 64, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 190, "last_update": "2025-01-27 22:39:31", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -6972,17 +6972,17 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2024-12-07 17:27:17", - "author_account_age_days": 2578 + "author_account_age_days": 2579 }, "https://github.com/magic-quill/ComfyUI_MagicQuill": { "stars": 94, "last_update": "2024-12-16 04:15:45", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, @@ -6992,7 +6992,7 @@ "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 172, @@ -7007,27 +7007,27 @@ "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5404 + "author_account_age_days": 5405 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 75, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 79, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4995 + "author_account_age_days": 4996 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 12, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3098 + "author_account_age_days": 3099 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, @@ -7037,20 +7037,20 @@ "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 61, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2960 + "author_account_age_days": 2961 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 7, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 244, + "stars": 245, "last_update": "2024-05-22 20:53:23", "author_account_age_days": 3141 }, @@ -7082,17 +7082,17 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 58, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3423 + "author_account_age_days": 3424 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3423 + "author_account_age_days": 3424 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 73, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3423 + "author_account_age_days": 3424 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, @@ -7132,7 +7132,7 @@ "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, @@ -7142,17 +7142,17 @@ "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 329, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2228 + "author_account_age_days": 2229 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, @@ -7162,7 +7162,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2784 + "author_account_age_days": 2785 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 54, @@ -7177,7 +7177,7 @@ "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 249, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 4, @@ -7192,37 +7192,37 @@ "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 3, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/modelscope/scepter": { "stars": 458, "last_update": "2024-12-07 16:31:54", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4824 + "author_account_age_days": 4825 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, @@ -7232,47 +7232,47 @@ "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 2, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3691 + "author_account_age_days": 3692 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2521 + "author_account_age_days": 2522 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4300 + "author_account_age_days": 4301 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2024-12-28 05:34:06", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 5, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-01-13 21:11:12", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 25, "last_update": "2025-01-04 02:48:08", - "author_account_age_days": 3181 + "author_account_age_days": 3182 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 8, @@ -7282,12 +7282,12 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1600 + "author_account_age_days": 1601 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1600 + "author_account_age_days": 1601 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, @@ -7297,22 +7297,22 @@ "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 193, @@ -7342,22 +7342,22 @@ "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, "last_update": "2025-01-30 16:24:57", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 6, "last_update": "2024-12-12 06:33:15", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 110, "last_update": "2025-01-29 10:29:45", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 10, "last_update": "2024-11-24 09:40:44", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, @@ -7372,20 +7372,20 @@ "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 175, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 91, - "last_update": "2025-01-30 21:23:03", + "stars": 92, + "last_update": "2025-01-31 00:58:39", "author_account_age_days": 4940 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 7, + "stars": 8, "last_update": "2025-01-25 13:22:48", "author_account_age_days": 4940 }, @@ -7397,7 +7397,7 @@ "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, "last_update": "2025-01-29 05:24:25", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 55, @@ -7412,12 +7412,12 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3723 + "author_account_age_days": 3724 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 3, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 25, @@ -7456,13 +7456,13 @@ }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, - "last_update": "2025-01-26 07:38:19", + "last_update": "2025-01-31 07:08:10", "author_account_age_days": 1433 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2342 + "author_account_age_days": 2343 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 209, @@ -7477,7 +7477,7 @@ "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, @@ -7487,15 +7487,15 @@ "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 23, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 727, + "stars": 728, "last_update": "2024-11-11 16:15:51", "author_account_age_days": 1397 }, @@ -7512,20 +7512,20 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2907 + "author_account_age_days": 2908 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 142, + "stars": 143, "last_update": "2024-09-10 14:16:30", "author_account_age_days": 4727 }, @@ -7547,7 +7547,7 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3003 + "author_account_age_days": 3004 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 1, @@ -7567,52 +7567,52 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 77, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5273 + "author_account_age_days": 5274 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5273 + "author_account_age_days": 5274 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 149, + "stars": 150, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 15, "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 235, "last_update": "2024-11-30 06:34:59", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/pandaer119/ComfyUI_pandai": { "stars": 12, "last_update": "2025-01-07 13:01:42", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 192, + "stars": 193, "last_update": "2025-01-30 20:53:28", "author_account_age_days": 5300 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2907 + "author_account_age_days": 2908 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 42, @@ -7642,17 +7642,17 @@ "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, "last_update": "2025-01-06 11:49:33", - "author_account_age_days": 1894 + "author_account_age_days": 1895 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 8, "last_update": "2025-01-12 02:31:01", - "author_account_age_days": 3273 + "author_account_age_days": 3274 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 17, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, @@ -7662,67 +7662,67 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1723 + "author_account_age_days": 1724 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1723 + "author_account_age_days": 1724 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1723 + "author_account_age_days": 1724 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1723 + "author_account_age_days": 1724 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, - "last_update": "2025-01-28 01:08:05", + "last_update": "2025-01-31 00:50:13", "author_account_age_days": 1721 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1282 + "author_account_age_days": 1283 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 38, + "stars": 39, "last_update": "2025-01-29 17:55:27", "author_account_age_days": 3727 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 99, + "stars": 100, "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 29, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 21, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5788 + "author_account_age_days": 5789 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 12, @@ -7732,25 +7732,25 @@ "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 3, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1464, + "stars": 1466, "last_update": "2025-01-14 17:03:18", "author_account_age_days": 2917 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2060, + "stars": 2062, "last_update": "2025-01-14 22:51:00", "author_account_age_days": 718 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 748, + "stars": 750, "last_update": "2024-10-23 19:52:57", "author_account_age_days": 718 }, @@ -7767,7 +7767,7 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -7782,12 +7782,12 @@ "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1542 + "author_account_age_days": 1543 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 54, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3437 + "author_account_age_days": 3438 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -7797,7 +7797,7 @@ "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, "last_update": "2024-12-28 19:31:31", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, @@ -7807,7 +7807,7 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 82, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 53, @@ -7822,12 +7822,12 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 27, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5841 + "author_account_age_days": 5842 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 315, @@ -7842,7 +7842,7 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 9, @@ -7855,34 +7855,34 @@ "author_account_age_days": 4847 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 169, + "stars": 170, "last_update": "2024-11-05 15:26:20", "author_account_age_days": 1829 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-01-24 19:21:57", - "author_account_age_days": 4705 + "author_account_age_days": 4706 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1453, + "stars": 1456, "last_update": "2024-12-31 04:01:59", "author_account_age_days": 5195 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5857 + "author_account_age_days": 5858 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 3, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5857 + "author_account_age_days": 5858 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 1, "last_update": "2025-01-01 15:58:13", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -7897,17 +7897,17 @@ "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, "last_update": "2025-01-03 15:27:06", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 0, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 30, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, @@ -7917,12 +7917,12 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 126, "last_update": "2024-12-03 19:25:59", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, @@ -7937,12 +7937,12 @@ "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 104, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4375 + "author_account_age_days": 4376 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 3, @@ -7962,22 +7962,22 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, "last_update": "2025-01-02 02:39:10", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 16, "last_update": "2025-01-12 14:21:56", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2024-12-05 08:27:40", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, @@ -8020,7 +8020,7 @@ "author_account_age_days": 3910 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 402, + "stars": 403, "last_update": "2025-01-28 19:21:48", "author_account_age_days": 3910 }, @@ -8037,7 +8037,7 @@ "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1142 + "author_account_age_days": 1143 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -8047,17 +8047,17 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/seanlynch/srl-nodes": { "stars": 7, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 35, "last_update": "2025-01-15 08:00:45", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, @@ -8065,14 +8065,14 @@ "author_account_age_days": 3553 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { - "stars": 117, + "stars": 118, "last_update": "2025-01-15 05:16:31", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 124, "last_update": "2025-01-18 09:49:32", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, @@ -8122,52 +8122,52 @@ "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 1, "last_update": "2024-12-27 17:55:11", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 1, "last_update": "2025-01-15 17:05:57", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 133, "last_update": "2025-01-25 15:32:03", - "author_account_age_days": 2338 + "author_account_age_days": 2339 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5313 + "author_account_age_days": 5314 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 260, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 361, + "stars": 362, "last_update": "2024-12-02 22:41:52", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 9, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 241, "last_update": "2024-12-29 10:24:12", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 31, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, @@ -8232,10 +8232,10 @@ "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1846 + "author_account_age_days": 1847 }, "https://github.com/siliconflow/BizyAir": { - "stars": 501, + "stars": 503, "last_update": "2025-01-28 05:57:07", "author_account_age_days": 526 }, @@ -8247,22 +8247,22 @@ "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { "stars": 15, "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 201, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1327 + "author_account_age_days": 1328 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 161, "last_update": "2025-01-04 12:41:20", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, @@ -8287,162 +8287,162 @@ "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 53, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 15, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 37, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 7, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 30, "last_update": "2024-12-17 00:47:19", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 517, "last_update": "2025-01-16 00:38:15", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 13, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 54, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 68, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 53, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 25, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 211, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 52, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 6, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 31, "last_update": "2024-12-06 01:07:38", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2024-12-09 05:34:53", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 36, "last_update": "2024-12-25 06:26:03", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 61, "last_update": "2025-01-22 01:15:19", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 141, "last_update": "2024-12-05 12:00:37", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 19, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 82, "last_update": "2025-01-10 05:26:59", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 279, "last_update": "2025-01-19 04:15:14", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 134, "last_update": "2024-12-27 03:35:57", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, @@ -8457,22 +8457,22 @@ "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, "last_update": "2024-12-24 09:27:31", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3480 + "author_account_age_days": 3481 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 2, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 26, "last_update": "2024-12-01 15:14:40", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 50, @@ -8540,59 +8540,59 @@ "author_account_age_days": 5452 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 966, + "stars": 968, "last_update": "2025-01-06 19:06:53", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 88, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 87, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 71, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 3, "last_update": "2025-01-28 22:02:13", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 448, + "stars": 449, "last_update": "2025-01-10 09:00:17", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 26, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 21, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 8, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 24, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 821, + "stars": 822, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, @@ -8602,17 +8602,17 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2847 + "author_account_age_days": 2848 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2066 + "author_account_age_days": 2067 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 39, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2066 + "author_account_age_days": 2067 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, @@ -8637,17 +8637,17 @@ "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 2, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, @@ -8657,47 +8657,47 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 121, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2118 + "author_account_age_days": 2119 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1227 + "author_account_age_days": 1228 }, "https://github.com/taabata/ComfyCanvas": { "stars": 78, "last_update": "2024-12-15 00:59:25", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 258, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 6, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 46, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 9, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 24, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/talesofai/comfyui-browser": { "stars": 529, @@ -8712,17 +8712,17 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5318 + "author_account_age_days": 5319 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5318 + "author_account_age_days": 5319 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 2, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 165, @@ -8752,17 +8752,17 @@ "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-12-25 14:09:38", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 1, "last_update": "2025-01-24 18:07:15", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2024-12-25 13:10:30", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 102, @@ -8772,22 +8772,22 @@ "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 111, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3170 + "author_account_age_days": 3171 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 24, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 1, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, @@ -8797,12 +8797,12 @@ "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2025-01-10 22:43:50", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4595 + "author_account_age_days": 4596 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, @@ -8810,14 +8810,14 @@ "author_account_age_days": 4080 }, "https://github.com/tocubed/ComfyUI-EvTexture": { - "stars": 7, + "stars": 8, "last_update": "2025-01-05 23:21:23", "author_account_age_days": 4080 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, @@ -8827,7 +8827,7 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4590 + "author_account_age_days": 4591 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 69, @@ -8835,14 +8835,14 @@ "author_account_age_days": 3870 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 543, + "stars": 544, "last_update": "2024-11-15 19:13:08", "author_account_age_days": 3870 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 4040 + "author_account_age_days": 4041 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 44, @@ -8857,12 +8857,12 @@ "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5609 + "author_account_age_days": 5610 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 27, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3180 + "author_account_age_days": 3181 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 16, @@ -8882,27 +8882,27 @@ "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 3, "last_update": "2024-11-26 07:47:26", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2969 + "author_account_age_days": 2970 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 802, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4288 + "author_account_age_days": 4289 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -8910,39 +8910,39 @@ "author_account_age_days": 305 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 116, + "stars": 117, "last_update": "2024-10-03 23:26:45", "author_account_age_days": 3923 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 146, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4989 + "author_account_age_days": 4990 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 1, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 3974 + "author_account_age_days": 3975 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 16, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, @@ -8957,17 +8957,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3178 + "author_account_age_days": 3179 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2025-01-28 09:58:56", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-01-15 22:18:41", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -8977,7 +8977,7 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3320 + "author_account_age_days": 3321 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, @@ -8987,22 +8987,22 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3647 + "author_account_age_days": 3648 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 3, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 17, "last_update": "2025-01-21 05:16:52", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2253 + "author_account_age_days": 2254 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 158, @@ -9017,32 +9017,32 @@ "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5204 + "author_account_age_days": 5205 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 110, + "stars": 111, "last_update": "2024-12-22 06:45:45", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 106, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2440 + "author_account_age_days": 2441 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -9052,7 +9052,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 5, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2332 + "author_account_age_days": 2333 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -9062,27 +9062,27 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/weilin9999/WeiLin-ComfyUI-prompt-all-in-one": { - "stars": 154, + "stars": 155, "last_update": "2025-01-09 14:59:21", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 23, "last_update": "2025-01-23 13:12:22", - "author_account_age_days": 2128 + "author_account_age_days": 2129 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { "stars": 353, "last_update": "2025-01-17 12:37:09", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, @@ -9107,27 +9107,27 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5707 + "author_account_age_days": 5708 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 37, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 9, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2858 + "author_account_age_days": 2859 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 18, - "last_update": "2025-01-30 14:21:14", - "author_account_age_days": 3578 + "stars": 19, + "last_update": "2025-01-31 08:52:24", + "author_account_age_days": 3579 }, "https://github.com/windfancy/zsq_prompt": { "stars": 1, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1757 + "author_account_age_days": 1758 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, @@ -9142,32 +9142,32 @@ "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2024-12-23 02:43:14", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 85, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5941 + "author_account_age_days": 5942 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5941 + "author_account_age_days": 5942 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1788 + "author_account_age_days": 1789 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 1, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3154 + "author_account_age_days": 3155 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 6, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, @@ -9177,22 +9177,22 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5270 + "author_account_age_days": 5271 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 344, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 2, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, @@ -9202,17 +9202,17 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 19, "last_update": "2025-01-30 16:02:00", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 11, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, @@ -9227,32 +9227,32 @@ "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2024-12-02 09:30:53", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 20, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 3, "last_update": "2024-12-25 07:31:32", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 15, "last_update": "2024-11-30 08:19:45", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2337 + "author_account_age_days": 2338 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, @@ -9302,16 +9302,16 @@ "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 35, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1254, - "last_update": "2025-01-30 06:08:03", + "stars": 1255, + "last_update": "2025-01-31 03:15:14", "author_account_age_days": 1561 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { @@ -9372,15 +9372,15 @@ "https://github.com/yuan199696/add_text_2_img": { "stars": 7, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2663 + "author_account_age_days": 2664 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 6, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2663 + "author_account_age_days": 2664 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 93, + "stars": 94, "last_update": "2024-12-02 18:15:56", "author_account_age_days": 2373 }, @@ -9435,7 +9435,7 @@ "author_account_age_days": 2373 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 25, + "stars": 32, "last_update": "2025-01-30 06:12:32", "author_account_age_days": 2373 }, @@ -9447,27 +9447,27 @@ "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 23, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -9477,22 +9477,22 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2663 + "author_account_age_days": 2664 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 22, "last_update": "2025-01-01 13:48:04", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 48, "last_update": "2025-01-17 11:40:12", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 7, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, @@ -9507,27 +9507,27 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3679 + "author_account_age_days": 3680 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 65, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1258, "last_update": "2024-12-13 08:42:11", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 25, - "last_update": "2025-01-29 14:14:58", - "author_account_age_days": 3596 + "last_update": "2025-01-31 04:15:25", + "author_account_age_days": 3597 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 40, "last_update": "2025-01-22 13:33:05", - "author_account_age_days": 3489 + "author_account_age_days": 3490 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, @@ -9535,7 +9535,7 @@ "author_account_age_days": 2882 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 723, + "stars": 726, "last_update": "2025-01-30 02:59:55", "author_account_age_days": 4138 }, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 3ccff580..4a15117c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "neverbiasu", + "title": "ComfyUI-DeepSeek", + "reference": "https://github.com/neverbiasu/ComfyUI-DeepSeek", + "files": [ + "https://github.com/neverbiasu/ComfyUI-DeepSeek" + ], + "install_type": "git-clone", + "description": "NODES: DeepSeek Caller" + }, { "author": "Krish-701", "title": "RK_Comfyui", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 4909d0b2..c7434cb9 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -3317,6 +3317,8 @@ [ "ForceMinimumBatchSize", "ImageCompositeChained", + "MangaPanelSegmentationNode", + "Mask_Fill_Region", "MatchImageCountToMaskCount", "ParallaxGPUTest", "ParallaxTest", @@ -4169,6 +4171,14 @@ "title_aux": "ComfyUI-ControlNeXt [WIP]" } ], + "https://github.com/neverbiasu/ComfyUI-DeepSeek": [ + [ + "DeepSeekCaller" + ], + { + "title_aux": "ComfyUI-DeepSeek" + } + ], "https://github.com/neverbiasu/ComfyUI-StereoCrafter": [ [ "DepthSplattingModelLoader", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 424f1bc7..4855f545 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -17,12 +17,12 @@ "https://github.com/7BEII/Comfyui_PDuse": { "stars": 2, "last_update": "2025-01-25 08:47:24", - "author_account_age_days": 33 + "author_account_age_days": 34 }, "https://github.com/807502278/ComfyUI_TensorRT_Merge": { "stars": 2, "last_update": "2025-01-24 10:48:42", - "author_account_age_days": 2233 + "author_account_age_days": 2234 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 2, @@ -37,37 +37,37 @@ "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, "last_update": "2024-12-05 09:17:54", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 115, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 12, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, @@ -77,7 +77,7 @@ "https://github.com/APZmedia/comfyui-textools": { "stars": 4, "last_update": "2024-09-02 09:17:36", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, @@ -87,7 +87,7 @@ "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, "last_update": "2024-11-27 01:27:49", - "author_account_age_days": 2325 + "author_account_age_days": 2326 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 1, @@ -97,37 +97,37 @@ "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 6, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4174 + "author_account_age_days": 4175 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 4, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4174 + "author_account_age_days": 4175 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 2, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2212 + "author_account_age_days": 2213 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 54, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 1, @@ -137,7 +137,7 @@ "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 32, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 1, @@ -172,12 +172,12 @@ "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 2, @@ -187,12 +187,12 @@ "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 15, "last_update": "2025-01-03 22:33:34", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { "stars": 21, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 117 + "author_account_age_days": 118 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 1, @@ -202,7 +202,7 @@ "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, @@ -222,12 +222,12 @@ "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2847 + "author_account_age_days": 2848 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2808 + "author_account_age_days": 2809 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 1, @@ -237,7 +237,7 @@ "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, @@ -257,12 +257,12 @@ "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 1, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/FinetunersAI/finetuners": { "stars": 2, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, @@ -277,7 +277,7 @@ "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, @@ -292,17 +292,17 @@ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 1, "last_update": "2024-10-09 21:45:33", - "author_account_age_days": 2134 + "author_account_age_days": 2135 }, "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit": { "stars": 2, - "last_update": "2025-01-29 16:52:35", - "author_account_age_days": 284 + "last_update": "2025-01-31 08:36:14", + "author_account_age_days": 285 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 2, @@ -317,7 +317,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, @@ -327,12 +327,12 @@ "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4847 + "author_account_age_days": 4848 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, @@ -347,7 +347,7 @@ "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 1, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2438 + "author_account_age_days": 2439 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 68, @@ -357,7 +357,7 @@ "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 1, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, @@ -367,27 +367,27 @@ "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 4, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 1, "last_update": "2025-01-30 17:15:09", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 3, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, @@ -402,7 +402,7 @@ "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 1, @@ -417,7 +417,7 @@ "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 1, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 4, @@ -427,12 +427,12 @@ "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 30, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, @@ -447,17 +447,17 @@ "https://github.com/PATATAJEC/Patatajec-Nodes": { "stars": 2, "last_update": "2025-01-27 21:18:45", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, @@ -467,17 +467,17 @@ "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5495 + "author_account_age_days": 5496 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 5 + "author_account_age_days": 6 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 1, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 3863 + "author_account_age_days": 3864 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 1, @@ -487,7 +487,7 @@ "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, @@ -497,7 +497,7 @@ "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, @@ -522,7 +522,7 @@ "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 61, "last_update": "2025-01-30 05:41:50", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 6, @@ -537,7 +537,7 @@ "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1360 + "author_account_age_days": 1361 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, @@ -552,27 +552,27 @@ "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 41, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 492, "last_update": "2025-01-20 09:54:31", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 93, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 191, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, @@ -587,7 +587,7 @@ "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3692 + "author_account_age_days": 3693 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, @@ -597,17 +597,17 @@ "https://github.com/UD1sto/plugin-utils-nodes": { "stars": 0, "last_update": "2025-01-28 18:53:09", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/WASasquatch/ASTERR": { "stars": 26, @@ -630,7 +630,7 @@ "author_account_age_days": 560 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 310, + "stars": 311, "last_update": "2024-07-30 23:24:24", "author_account_age_days": 560 }, @@ -647,7 +647,7 @@ "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 3, "last_update": "2025-01-28 04:59:22", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, @@ -657,7 +657,7 @@ "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, @@ -667,12 +667,12 @@ "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 1, "last_update": "2025-01-20 11:23:52", - "author_account_age_days": 1162 + "author_account_age_days": 1163 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, @@ -682,12 +682,12 @@ "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2024-11-02 07:27:30", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 1, @@ -707,22 +707,22 @@ "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 98, "last_update": "2024-11-02 22:17:36", - "author_account_age_days": 3844 + "author_account_age_days": 3845 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 18, "last_update": "2025-01-23 11:11:43", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2024-12-22 18:06:46", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, @@ -752,12 +752,12 @@ "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, @@ -767,12 +767,12 @@ "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 1, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/celll1/cel_sampler": { "stars": 2, @@ -795,9 +795,9 @@ "author_account_age_days": 1955 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 668, + "stars": 669, "last_update": "2025-01-24 09:27:17", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, @@ -817,22 +817,22 @@ "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 1, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4419 + "author_account_age_days": 4420 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65264, + "stars": 65306, "last_update": "2025-01-30 11:49:59", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 364, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 1, @@ -847,7 +847,7 @@ "https://github.com/cubiq/Comfy_Dungeon": { "stars": 241, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5231 + "author_account_age_days": 5232 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 1, @@ -872,32 +872,32 @@ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 2, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 2, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2467 + "author_account_age_days": 2468 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 82, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 1, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, @@ -917,12 +917,12 @@ "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 5, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 2, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 1, @@ -962,22 +962,22 @@ "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, "last_update": "2025-01-08 22:48:06", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 207, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, @@ -987,7 +987,7 @@ "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/gitmylo/FlowNodes": { "stars": 9, @@ -997,17 +997,17 @@ "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 1, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1604 + "author_account_age_days": 1605 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 1, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/hananbeer/node_dev": { "stars": 7, @@ -1027,12 +1027,12 @@ "https://github.com/haomole/Comfyui-SadTalker": { "stars": 15, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 48, "last_update": "2024-12-31 08:39:13", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 6, @@ -1052,32 +1052,32 @@ "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 1, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3740 + "author_account_age_days": 3741 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 1, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, @@ -1087,7 +1087,7 @@ "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, @@ -1097,12 +1097,12 @@ "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-01-27 13:28:53", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, @@ -1117,11 +1117,11 @@ "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4204 + "author_account_age_days": 4205 }, "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": { "stars": 3, - "last_update": "2025-01-29 07:26:53", + "last_update": "2025-01-31 03:24:31", "author_account_age_days": 769 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { @@ -1132,12 +1132,12 @@ "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 193, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 203, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, @@ -1147,12 +1147,12 @@ "https://github.com/kandy/ComfyUI-KAndy": { "stars": 1, "last_update": "2025-01-21 02:24:21", - "author_account_age_days": 5693 + "author_account_age_days": 5694 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 1, @@ -1162,62 +1162,62 @@ "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 37, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 59, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 82, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 48, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 230, - "last_update": "2025-01-30 22:44:44", - "author_account_age_days": 2403 + "stars": 232, + "last_update": "2025-01-31 11:32:07", + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1678, + "stars": 1681, "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 237, "last_update": "2025-01-23 17:06:52", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 749, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 68, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 98, "last_update": "2025-01-27 21:37:31", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 13, @@ -1227,12 +1227,12 @@ "https://github.com/kk8bit/KayTool": { "stars": 10, "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 2, "last_update": "2024-12-19 04:44:00", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 1, @@ -1242,12 +1242,12 @@ "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 2, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, @@ -1257,12 +1257,12 @@ "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, @@ -1272,27 +1272,27 @@ "https://github.com/leadbreak/comfyui-faceaging": { "stars": 75, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 12, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 2, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 1, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 105, @@ -1300,19 +1300,19 @@ "author_account_age_days": 898 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1046, + "stars": 1047, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 272, "last_update": "2025-01-30 19:56:48", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 62, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, @@ -1322,17 +1322,17 @@ "https://github.com/lordwedggie/xcpNodes": { "stars": 1, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 229, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, @@ -1342,7 +1342,7 @@ "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 2883 + "author_account_age_days": 2884 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, @@ -1362,7 +1362,7 @@ "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 5, @@ -1392,27 +1392,27 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2784 + "author_account_age_days": 2785 }, "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 1, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1401 + "author_account_age_days": 1402 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 2, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 786 + "author_account_age_days": 787 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 1, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 1, @@ -1437,7 +1437,7 @@ "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 1, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, @@ -1447,17 +1447,17 @@ "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, @@ -1472,47 +1472,52 @@ "https://github.com/neo0801/my-comfy-node": { "stars": 1, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4000 + "author_account_age_days": 4001 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 2, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 2, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 1, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1239 + "author_account_age_days": 1240 + }, + "https://github.com/neverbiasu/ComfyUI-DeepSeek": { + "stars": 1, + "last_update": "2025-01-31 02:53:35", + "author_account_age_days": 1240 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 1, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4769 + "author_account_age_days": 4770 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, @@ -1550,14 +1555,14 @@ "author_account_age_days": 1062 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 149, + "stars": 150, "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 1, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, @@ -1572,12 +1577,12 @@ "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1457 + "author_account_age_days": 1458 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/prabinpebam/anyPython": { "stars": 12, @@ -1587,7 +1592,7 @@ "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 53, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 3, @@ -1597,7 +1602,7 @@ "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, @@ -1607,22 +1612,22 @@ "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 49, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 0, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 5, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 0, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, @@ -1632,12 +1637,12 @@ "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3396 + "author_account_age_days": 3397 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, @@ -1647,12 +1652,12 @@ "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5300 + "author_account_age_days": 5301 }, "https://github.com/scottmudge/ComfyUI_BiscuitNodes": { "stars": 1, "last_update": "2024-12-23 05:18:17", - "author_account_age_days": 3169 + "author_account_age_days": 3170 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -1662,7 +1667,7 @@ "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, @@ -1697,7 +1702,7 @@ "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, @@ -1707,47 +1712,47 @@ "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": { "stars": 2, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 9 + "author_account_age_days": 10 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/sofakid/dandy": { "stars": 46, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 2, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 1, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 10, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 7, "last_update": "2025-01-01 07:02:30", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 5, @@ -1757,7 +1762,7 @@ "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, "last_update": "2024-11-12 03:30:38", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, @@ -1782,12 +1787,12 @@ "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/tom-doerr/dspy_nodes": { - "stars": 188, + "stars": 187, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3000 + "author_account_age_days": 3001 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 35, @@ -1802,27 +1807,27 @@ "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3158 + "author_account_age_days": 3159 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3118 + "author_account_age_days": 3119 }, "https://github.com/vahidzxc/ComfyUI-My-Handy-Nodes": { "stars": 1, "last_update": "2024-11-22 06:44:57", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 2, "last_update": "2025-01-20 14:58:59", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/warshanks/Shank-Tools": { "stars": 1, @@ -1832,12 +1837,12 @@ "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 2, "last_update": "2025-01-05 03:22:22", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 1, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 1, @@ -1852,7 +1857,7 @@ "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, @@ -1862,7 +1867,7 @@ "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3603 + "author_account_age_days": 3604 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, @@ -1872,12 +1877,12 @@ "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, "last_update": "2025-01-16 18:28:53", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-01-26 07:17:32", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, @@ -1890,23 +1895,23 @@ "author_account_age_days": 171 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 316, + "stars": 317, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3679 + "author_account_age_days": 3680 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2203 + "author_account_age_days": 2204 }, "https://github.com/zmwv823/ComfyUI-VideoDiffusion": { "stars": 3, "last_update": "2025-01-22 15:37:22", - "author_account_age_days": 3489 + "author_account_age_days": 3490 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, "last_update": "2025-01-08 13:44:25", - "author_account_age_days": 3844 + "author_account_age_days": 3845 } } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 170d94fc..076fbbde 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2379,7 +2379,9 @@ "ClownsharKSamplerAutomation", "ClownsharKSamplerAutomation_Beta", "ClownsharKSamplerGuide", + "ClownsharKSamplerGuide_Beta", "ClownsharKSamplerGuides", + "ClownsharKSamplerGuides_Beta", "ClownsharKSamplerOptions", "ClownsharKSamplerOptions_SDE_Noise", "ClownsharkSamplerOptions_FrameWeights", @@ -5988,7 +5990,8 @@ ], "https://github.com/Mattabyte/ComfyUI-SecureApiCall": [ [ - "SecureAPI-SecureAPI" + "SecureAPI-SecureAPI", + "SecureAPI-SecureAPI-AWS" ], { "title_aux": "ComfyUI Secure API Call" @@ -10720,6 +10723,7 @@ ], "https://github.com/aidec/Comfyui_TextBatch_aidec": [ [ + "ImageQueueProcessor", "TextBatch", "TextQueueProcessor", "TextSplitCounter" @@ -12939,6 +12943,7 @@ "chaosaiart_controlnet_weidgth", "chaosaiart_convert", "chaosaiart_convert_Prompt", + "chaosaiart_deepseek_fix", "chaosaiart_forPreview", "chaosaiart_image_loop", "chaosaiart_img2gif", @@ -15705,6 +15710,7 @@ [ "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", + "FL_AnimeLineExtractor", "FL_ApplyMask", "FL_Ascii", "FL_BatchAlign", @@ -22676,7 +22682,8 @@ "LayeredInfiniteZoom", "Replicate flux 1.1 pro ultra", "ReplicateAPI_flux_1_1_pro_ultra", - "ReplicateAPI_flux_fill_pro" + "ReplicateAPI_flux_fill_pro", + "WebViewer" ], { "title_aux": "Node_Fun_ComfyUI" From 0f7b9d02a0f1542f8bdaa700eb1002164e3e3080 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 31 Jan 2025 21:42:26 +0900 Subject: [PATCH 29/73] improved: more friendly log messages. --- glob/manager_core.py | 2 +- glob/manager_server.py | 4 ++++ pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 2c4b8e5b..e6070537 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 11, 2] +version_code = [3, 11, 3] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/glob/manager_server.py b/glob/manager_server.py index 0d9daf68..b276ef6d 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -1057,8 +1057,10 @@ async def update_comfyui(request): logging.error("ComfyUI update fail: The installed ComfyUI does not have a Git repository.") return web.Response(status=400) elif res == "updated": + logging.info("ComfyUI is updated.") return web.Response(status=201) else: # skipped + logging.info("ComfyUI is up-to-date.") return web.Response(status=200) except Exception as e: logging.error(f"ComfyUI update fail: {e}", file=sys.stderr) @@ -1434,6 +1436,8 @@ async def default_cache_update(): await core.unified_manager.reload('remote', dont_wait=False) await core.unified_manager.get_custom_nodes('default', 'remote') + logging.info("[ComfyUI-Manager] All startup tasks have been completed.") + # NOTE: hide migration button temporarily. # if not core.get_config()['skip_migration_check']: # await core.check_need_to_migrate() diff --git a/pyproject.toml b/pyproject.toml index a5869294..92584a22 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 = "3.11.2" +version = "3.11.3" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From 4760deaf9c1e694865d5c0d42c9f8e052b5c1d65 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Feb 2025 11:22:01 +0900 Subject: [PATCH 30/73] feat: custom-nodes-manager - background tasks(install/update/fix/disable/enable) --- glob/manager_core.py | 2 +- glob/manager_server.py | 301 +++++++++++++++++++++++++++---------- js/comfyui-manager.js | 1 - js/common.js | 14 ++ js/custom-nodes-manager.js | 96 +++++++++--- js/node_fixer.js | 66 -------- pyproject.toml | 2 +- 7 files changed, 312 insertions(+), 170 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index e6070537..79e8e8e0 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 11, 3] +version_code = [3, 12] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/glob/manager_server.py b/glob/manager_server.py index b276ef6d..5a8c19bd 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -18,6 +18,8 @@ import manager_core as core import manager_util import cm_global import logging +import asyncio +import queue logging.info(f"### Loading: ComfyUI-Manager ({core.version_str})") @@ -31,7 +33,6 @@ SECURITY_MESSAGE_GENERAL = "ERROR: This installation is not allowed in this secu routes = PromptServer.instance.routes - def handle_stream(stream, prefix): stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace') for msg in stream: @@ -368,6 +369,147 @@ def nickname_filter(json_obj): return json_obj +install_queue = queue.Queue() +install_result = {} + +async def install_worker(): + global install_result + global install_queue + + async def do_install(item): + ui_id, node_spec_str, channel, mode, skip_post_install = item + + try: + node_spec = core.unified_manager.resolve_node_spec(node_spec_str) + + if node_spec is None: + logging.error(f"Cannot resolve install target: '{node_spec_str}'") + install_result[ui_id] = f"Cannot resolve install target: '{node_spec_str}'" + return + + node_name, version_spec, is_specified = node_spec + res = await core.unified_manager.install_by_id(node_name, version_spec, channel, mode, return_postinstall=skip_post_install) + # discard post install if skip_post_install mode + + if res.action not in ['skip', 'enable', 'install-git', 'install-cnr', 'switch-cnr']: + logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") + install_result[ui_id] = res.msg + return + + elif not res.result: + logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") + install_result[ui_id] = res.msg + return + + install_result[ui_id] = 'success' + except Exception: + traceback.print_exc() + install_result[ui_id] = f"Installation failed:\n{node_spec_str}" + + async def do_update(item): + ui_id, node_name, node_ver = item + + try: + res = core.unified_manager.unified_update(node_name, node_ver) + + manager_util.clear_pip_cache() + + if res.result: + install_result[ui_id] = 'success' + return + + logging.error(f"\nERROR: An error occurred while updating '{node_name}'.") + install_result[ui_id] = f"An error occurred while updating '{node_name}'." + except Exception: + traceback.print_exc() + install_result[ui_id] = f"An error occurred while updating '{node_name}'." + + async def do_fix(item): + ui_id, node_name, node_ver = item + + try: + res = core.unified_manager.unified_fix(node_name, node_ver) + + if res.result: + install_result[ui_id] = 'success' + return + else: + logging.error(res.msg) + + logging.error(f"\nERROR: An error occurred while fixing '{node_name}@{node_ver}'.") + install_result[ui_id] = f"An error occurred while fixing '{node_name}@{node_ver}'." + except Exception: + traceback.print_exc() + install_result[ui_id] = f"An error occurred while fixing '{node_name}@{node_ver}'." + + async def do_uninstall(item): + ui_id, node_name, is_unknown = item + + try: + res = core.unified_manager.unified_uninstall(node_name, is_unknown) + + if res.result: + install_result[ui_id] = 'success' + return + + logging.error(f"\nERROR: An error occurred while uninstalling '{node_name}'.") + install_result[ui_id] = f"An error occurred while uninstalling '{node_name}'." + except Exception: + traceback.print_exc() + install_result[ui_id] = f"An error occurred while uninstalling '{node_name}'." + + async def do_disable(item): + ui_id, node_name, is_unknown = item + + try: + res = core.unified_manager.unified_disable(node_name, is_unknown) + + if res: + install_result[ui_id] = 'success' + return + + install_result[ui_id] = f"Failed to disable: '{node_name}'" + except Exception: + traceback.print_exc() + install_result[ui_id] = f"Failed to disable: '{node_name}'" + + stats = {} + + while True: + done_count = len(install_result) + total_count = done_count + install_queue.qsize() + + if install_queue.empty(): + logging.info(f"\n[ComfyUI-Manager] Queued works are completed.\n{stats}") + + logging.info("\nAfter restarting ComfyUI, please refresh the browser.") + PromptServer.instance.send_sync("cm-install-status", + {'status': 'done', 'result': install_result, + 'total_count': total_count, 'done_count': done_count}) + install_result = {} + install_queue = queue.Queue() + return + + kind, item = install_queue.get() + + if kind == 'install': + await do_install(item) + elif kind == 'update': + await do_update(item) + elif kind == 'fix': + await do_fix(item) + elif kind == 'uninstall': + await do_uninstall(item) + elif kind == 'disable': + await do_disable(item) + + stats[kind] = stats.get(kind, 0) + 1 + + PromptServer.instance.send_sync("cm-install-status", + {'status': 'in_progress', 'target': item[0], + 'total_count': total_count, 'done_count': done_count}) + + @routes.get("/customnode/getmappings") async def fetch_customnode_mappings(request): """ @@ -870,7 +1012,24 @@ async def reinstall_custom_node(request): await install_custom_node(request) -@routes.post("/customnode/install") +@routes.get("/customnode/queue/reset") +async def reset_queue(request): + global install_queue + install_queue = queue.Queue() + return web.Response(status=200) + + +@routes.get("/customnode/queue/count") +async def reset_queue(request): + global install_queue + + done_count = len(install_result) + total_count = done_count + install_queue.qsize() + + return web.json_response({'total_count': total_count, 'done_count': done_count}) + + +@routes.post("/customnode/queue/install") async def install_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -913,26 +1072,23 @@ async def install_custom_node(request): logging.error(SECURITY_MESSAGE_GENERAL) return web.Response(status=404, text="A security error has occurred. Please check the terminal logs") - node_spec = core.unified_manager.resolve_node_spec(node_spec_str) + install_item = json_data.get('ui_id'), node_spec_str, json_data['channel'], json_data['mode'], skip_post_install + install_queue.put(("install", install_item)) - if node_spec is None: - return web.Response(status=400, text=f"Cannot resolve install target: '{node_spec_str}'") - - node_name, version_spec, is_specified = node_spec - res = await core.unified_manager.install_by_id(node_name, version_spec, json_data['channel'], json_data['mode'], return_postinstall=skip_post_install) - # discard post install if skip_post_install mode - - if res.action not in ['skip', 'enable', 'install-git', 'install-cnr', 'switch-cnr']: - logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") - return web.Response(status=400, text=res.msg) - elif not res.result: - logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") - return web.Response(status=400, text=res.msg) - - return web.Response(status=200, text="Installation success.") + return web.Response(status=200) -@routes.post("/customnode/fix") +@routes.get("/customnode/queue/start") +async def queue_start(request): + global install_result + install_result = {} + + threading.Thread(target=lambda: asyncio.run(install_worker())).start() + + return web.Response(status=200) + + +@routes.post("/customnode/queue/fix") async def fix_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_GENERAL) @@ -948,16 +1104,10 @@ async def fix_custom_node(request): # unknown node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_fix(node_name, node_ver) + update_item = json_data.get('ui_id'), node_name, json_data['version'] + install_queue.put(("fix", update_item)) - if res.result: - logging.info("\nAfter restarting ComfyUI, please refresh the browser.") - return web.json_response({}, content_type='application/json') - else: - logging.error(res.msg) - - logging.error(f"\nERROR: An error occurred while fixing '{node_name}@{node_ver}'.") - return web.Response(status=400, text=f"An error occurred while fixing '{node_name}@{node_ver}'.") + return web.Response(status=200) @routes.post("/customnode/install/git_url") @@ -992,7 +1142,7 @@ async def install_custom_node_pip(request): return web.Response(status=200) -@routes.post("/customnode/uninstall") +@routes.post("/customnode/queue/uninstall") async def uninstall_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -1009,17 +1159,13 @@ async def uninstall_custom_node(request): is_unknown = True node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_uninstall(node_name, is_unknown) + uninstall_item = json_data.get('ui_id'), node_name, is_unknown + install_queue.put(("uninstall", uninstall_item)) - if res.result: - logging.info("\nAfter restarting ComfyUI, please refresh the browser.") - return web.json_response({}, content_type='application/json') - - logging.error(f"\nERROR: An error occurred while uninstalling '{node_name}'.") - return web.Response(status=400, text=f"An error occurred while uninstalling '{node_name}'.") + return web.Response(status=200) -@routes.post("/customnode/update") +@routes.post("/customnode/queue/update") async def update_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -1034,16 +1180,10 @@ async def update_custom_node(request): # unknown node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_update(node_name, json_data['version']) + update_item = json_data.get('ui_id'), node_name, json_data['version'] + install_queue.put(("update", update_item)) - manager_util.clear_pip_cache() - - if res.result: - logging.info("\nAfter restarting ComfyUI, please refresh the browser.") - return web.json_response({}, content_type='application/json') - - logging.error(f"\nERROR: An error occurred while updating '{node_name}'.") - return web.Response(status=400, text=f"An error occurred while updating '{node_name}'.") + return web.Response(status=200) @routes.get("/comfyui_manager/update_comfyui") @@ -1092,7 +1232,7 @@ async def comfyui_switch_version(request): return web.Response(status=400) -@routes.post("/customnode/disable") +@routes.post("/customnode/queue/disable") async def disable_node(request): json_data = await request.json() @@ -1105,12 +1245,10 @@ async def disable_node(request): is_unknown = True node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_disable(node_name, is_unknown) + update_item = json_data.get('ui_id'), node_name, is_unknown + install_queue.put(("disable", update_item)) - if res: - return web.json_response({}, content_type='application/json') - - return web.Response(status=400, text="Failed to disable") + return web.Response(status=200) @routes.get("/manager/migrate_unmanaged_nodes") @@ -1149,37 +1287,44 @@ async def install_model(request): logging.error(SECURITY_MESSAGE_NORMAL_MINUS) return web.Response(status=403) - res = False + def do_install(): + res = False - try: - if model_path is not None: + try: + if model_path is not None: - model_url = json_data['url'] - logging.info(f"Install model '{json_data['name']}' from '{model_url}' into '{model_path}'") - if not core.get_config()['model_download_by_agent'] and ( - model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): - model_dir = get_model_dir(json_data, True) - download_url(model_url, model_dir, filename=json_data['filename']) - if model_path.endswith('.zip'): - res = core.unzip(model_path) + model_url = json_data['url'] + logging.info(f"Install model '{json_data['name']}' from '{model_url}' into '{model_path}'") + if not core.get_config()['model_download_by_agent'] and ( + model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): + model_dir = get_model_dir(json_data, True) + download_url(model_url, model_dir, filename=json_data['filename']) + if model_path.endswith('.zip'): + res = core.unzip(model_path) + else: + res = True + + if res: + return web.json_response({}, content_type='application/json') else: - res = True - - if res: - return web.json_response({}, content_type='application/json') + res = download_url_with_agent(model_url, model_path) + if res and model_path.endswith('.zip'): + res = core.unzip(model_path) else: - res = download_url_with_agent(model_url, model_path) - if res and model_path.endswith('.zip'): - res = core.unzip(model_path) - else: - logging.error(f"Model installation error: invalid model type - {json_data['type']}") + logging.error(f"Model installation error: invalid model type - {json_data['type']}") - if res: - return web.json_response({}, content_type='application/json') - except Exception as e: - logging.error(f"[ERROR] {e}", file=sys.stderr) + if res: + return web.json_response({}, content_type='application/json') + except Exception as e: + logging.error(f"[ERROR] {e}", file=sys.stderr) + return web.Response(status=400) - return web.Response(status=400) + # Run the installation in a thread pool + with concurrent.futures.ThreadPoolExecutor() as executor: + + asyncio.get_event_loop().run_in_executor(executor, do_install) + + return web.Response(status=200) @routes.get("/manager/preview_method") @@ -1408,8 +1553,6 @@ def confirm_try_install(sender, custom_node_url, msg): cm_global.register_api('cm.try-install-custom-node', confirm_try_install) -import asyncio - async def default_cache_update(): async def get_cache(filename): diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 4e5fe988..36845167 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -17,7 +17,6 @@ import { import { ComponentBuilderDialog, getPureName, load_components, set_component_policy } from "./components-manager.js"; import { CustomNodesManager } from "./custom-nodes-manager.js"; import { ModelManager } from "./model-manager.js"; -import { set_double_click_policy } from "./node_fixer.js"; import { SnapshotManager } from "./snapshot.js"; var docStyle = document.createElement('style'); diff --git a/js/common.js b/js/common.js index 2597ea66..f2e09a92 100644 --- a/js/common.js +++ b/js/common.js @@ -130,6 +130,20 @@ export function customAlert(message) { } } +export function infoToast(summary, message) { + try { + app.extensionManager.toast.add({ + severity: 'info', + summary: summary, + detail: message, + life: 3000 + }) + } + catch { + // do nothing + } +} + export async function customPrompt(title, message) { try { diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index 2996be1c..f562878d 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -4,7 +4,7 @@ import { api } from "../../scripts/api.js"; import { manager_instance, rebootAPI, install_via_git_url, - fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt, sanitizeHTML + fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt, sanitizeHTML, infoToast } from "./common.js"; // https://cenfun.github.io/turbogrid/api.html @@ -391,6 +391,8 @@ export class CustomNodesManager { this.restartMap = {}; this.init(); + + api.addEventListener("cm-install-status", this.onInstallStatus); } init() { @@ -1204,7 +1206,7 @@ export class CustomNodesManager { } focusInstall(item, mode) { - const cellNode = this.grid.getCellNode(item, "installed"); + const cellNode = this.grid.getCellNode(item, "action"); if (cellNode) { const cellBtn = cellNode.querySelector(`button[mode="${mode}"]`); if (cellBtn) { @@ -1269,6 +1271,13 @@ export class CustomNodesManager { } async installNodes(list, btn, title, selected_version) { + let stats = await api.fetchApi('/customnode/queue/count'); + stats = await stats.json(); + if(stats.total_count > 0) { + customAlert(`[ComfyUI-Manager] There are already tasks in progress. Please try again after it is completed. (${stats.done_count}/${stats.total_count})`); + return; + } + const { target, label, mode} = btn; if(mode === "uninstall") { @@ -1294,8 +1303,13 @@ export class CustomNodesManager { let needRestart = false; let errorMsg = ""; + + await api.fetchApi('/customnode/queue/reset'); + this.install_context = btn; + for (const hash of list) { const item = this.grid.getRowItemBy("hash", hash); + if (!item) { errorMsg = `Not found custom node: ${hash}`; break; @@ -1315,6 +1329,7 @@ export class CustomNodesManager { data.selected_version = selected_version; data.channel = this.channel; data.mode = this.mode; + data.ui_id = hash; let install_mode = mode; if(mode == 'switch') { @@ -1332,14 +1347,14 @@ export class CustomNodesManager { api_mode = 'reinstall'; } - const res = await api.fetchApi(`/customnode/${api_mode}`, { + const res = await api.fetchApi(`/customnode/queue/${api_mode}`, { method: 'POST', body: JSON.stringify(data) }); if (res.status != 200) { - errorMsg = `${item.title} ${mode} failed: `; + if(res.status == 403) { errorMsg += `This action is not allowed with this security level configuration.`; } else if(res.status == 404) { @@ -1350,32 +1365,69 @@ export class CustomNodesManager { break; } - - needRestart = true; - - this.grid.setRowSelected(item, false); - item.restart = true; - this.restartMap[item.hash] = true; - this.grid.updateCell(item, "action"); - - //console.log(res.data); - } - target.classList.remove("cn-btn-loading"); - - if (errorMsg) { + if(errorMsg) { this.showError(errorMsg); show_message("Installation Error:\n"+errorMsg); + } + else { + await api.fetchApi('/customnode/queue/start'); + } + } + + async onInstallStatus(event) { + let self = CustomNodesManager.instance; + if(event.detail.status == 'in_progress') { + const hash = event.detail.target; + + const item = self.grid.getRowItemBy("hash", hash); + + item.restart = true; + self.restartMap[item.hash] = true; + self.grid.updateCell(item, "action"); + } + else if(event.detail.status == 'done') { + self.onInstallCompleted(event.detail); + } + } + + async onInstallCompleted(info) { + let result = info.result; + + let self = CustomNodesManager.instance; + + if(!self.install_context) { + return; + } + + const { target, label, mode } = self.install_context; + target.classList.remove("cn-btn-loading"); + + let errorMsg = ""; + + for(let hash in result){ + let v = result[hash]; + + const item = self.grid.getRowItemBy("hash", hash); + self.grid.setRowSelected(item, false); + + if(v != 'success') + errorMsg += v; + } + + if (errorMsg) { + self.showError(errorMsg); + show_message("Installation Error:\n"+errorMsg); } else { - this.showStatus(`${label} ${list.length} custom node(s) successfully`); + self.showStatus(`${label} ${result.length} custom node(s) successfully`); } - if (needRestart) { - this.showRestart(); - this.showMessage(`To apply the installed/updated/disabled/enabled custom node, please restart ComfyUI. And refresh browser.`, "red") - } + self.showRestart(); + self.showMessage(`To apply the installed/updated/disabled/enabled custom node, please restart ComfyUI. And refresh browser.`, "red"); + infoToast(`[ComfyUI-Manager] All tasks in the queue have been completed.\n${info.done_count}/${info.total_count}`); + self.install_context = undefined; } // =========================================================================================== diff --git a/js/node_fixer.js b/js/node_fixer.js index 9cb0dac6..feec1cad 100644 --- a/js/node_fixer.js +++ b/js/node_fixer.js @@ -1,16 +1,6 @@ import { app } from "../../scripts/app.js"; import { api } from "../../scripts/api.js"; -let double_click_policy = "copy-all"; - -api.fetchApi('/manager/dbl_click/policy') - .then(response => response.text()) - .then(data => set_double_click_policy(data)); - -export function set_double_click_policy(mode) { - double_click_policy = mode; -} - function addMenuHandler(nodeType, cb) { const getOpts = nodeType.prototype.getExtraMenuOptions; nodeType.prototype.getExtraMenuOptions = function () { @@ -153,62 +143,6 @@ function node_info_copy(src, dest, connect_both, copy_shape) { app.registerExtension({ name: "Comfy.Manager.NodeFixer", - - async nodeCreated(node, app) { - let orig_dblClick = node.onDblClick; - node.onDblClick = function (e, pos, self) { - orig_dblClick?.apply?.(this, arguments); - - if((!node.inputs && !node.outputs) || pos[1] > 0) - return; - - switch(double_click_policy) { - case "copy-all": - case "copy-full": - case "copy-input": - { - if(node.inputs?.some(x => x.link != null) || node.outputs?.some(x => x.links != null && x.links.length > 0) ) - return; - - let src_node = lookup_nearest_nodes(node); - if(src_node) - { - let both_connection = double_click_policy != "copy-input"; - let copy_shape = double_click_policy == "copy-full"; - node_info_copy(src_node, node, both_connection, copy_shape); - } - } - break; - case "possible-input": - { - let nearest_inputs = lookup_nearest_inputs(node); - if(nearest_inputs) - connect_inputs(nearest_inputs, node); - } - break; - case "dual": - { - if(pos[0] < node.size[0]/2) { - // left: possible-input - let nearest_inputs = lookup_nearest_inputs(node); - if(nearest_inputs) - connect_inputs(nearest_inputs, node); - } - else { - // right: copy-all - if(node.inputs?.some(x => x.link != null) || node.outputs?.some(x => x.links != null && x.links.length > 0) ) - return; - - let src_node = lookup_nearest_nodes(node); - if(src_node) - node_info_copy(src_node, node, true); - } - } - break; - } - } - }, - beforeRegisterNodeDef(nodeType, nodeData, app) { addMenuHandler(nodeType, function (_, options) { options.push({ diff --git a/pyproject.toml b/pyproject.toml index 92584a22..989564ef 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 = "3.11.3" +version = "3.12" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From 1a7edf7f0e88c256fba7ddb3ed048aecff1626e2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Feb 2025 11:37:53 +0900 Subject: [PATCH 31/73] fixed: datetime.datetime crash - use `hasattr` instead of exception handling https://github.com/ltdrdata/ComfyUI-Manager/issues/1503 --- glob/manager_core.py | 2 +- prestartup_script.py | 10 +++++----- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 79e8e8e0..68bd7f4d 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 12] +version_code = [3, 12, 1] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/prestartup_script.py b/prestartup_script.py index 217f69c4..c2cce7bb 100644 --- a/prestartup_script.py +++ b/prestartup_script.py @@ -20,13 +20,13 @@ import cm_global import manager_downloader import folder_paths -try: - from datetime import datetime +import datetime +if hasattr(datetime, 'datetime'): def current_timestamp(): - return datetime.now().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3] -except: + return datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3] +else: + # NOTE: Occurs in some Mac environments. import time - import datetime logging.error(f"[ComfyUI-Manager] fallback timestamp mode\n datetime module is invalid: '{datetime.__file__}'") def current_timestamp(): return str(time.time()).split('.')[0] diff --git a/pyproject.toml b/pyproject.toml index 989564ef..0ffa1b49 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 = "3.12" +version = "3.12.1" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From 42c8082eddb843fac08036395fb1c2bc7f2b4d37 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Feb 2025 11:39:48 +0900 Subject: [PATCH 32/73] fixed: duplicate endpoint function name --- glob/manager_core.py | 2 +- glob/manager_server.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 68bd7f4d..b99b9b7b 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 12, 1] +version_code = [3, 12, 2] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/glob/manager_server.py b/glob/manager_server.py index 5a8c19bd..fbce5cbe 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -1020,7 +1020,7 @@ async def reset_queue(request): @routes.get("/customnode/queue/count") -async def reset_queue(request): +async def queue_count(request): global install_queue done_count = len(install_result) diff --git a/pyproject.toml b/pyproject.toml index 0ffa1b49..ff61359d 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 = "3.12.1" +version = "3.12.2" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] From a3d6fcccb72c7b012698fa30172082313f2ca9c7 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Feb 2025 14:01:18 +0900 Subject: [PATCH 33/73] update DB --- extension-node-map.json | 47 +- github-stats.json | 2506 +++++++++++++-------------- node_db/dev/extension-node-map.json | 9 +- node_db/dev/github-stats.json | 474 ++--- node_db/new/extension-node-map.json | 47 +- 5 files changed, 1552 insertions(+), 1531 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 076fbbde..8092d739 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2818,11 +2818,17 @@ ], "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": [ [ - "DP 10 String Switch", + "DP 10 Images Switch Or Batch", + "DP 10 String Switch Or Connect", "DP 2 String Switch", + "DP 3 Images Switch Or Batch", + "DP 3 String Switch Or Connect", "DP 5 Find And Replace", - "DP 5 String Switch", + "DP 5 Images Switch Or Batch", + "DP 5 String Switch Or Connect", + "DP Add Background To Png", "DP Add Weight To String Sdxl", + "DP Advanced Sampler", "DP Advanced Weight String Sdxl", "DP Animation Calculator 10 Inputs", "DP Animation Calculator 5 Inputs", @@ -2832,8 +2838,7 @@ "DP Broken Token", "DP Clean Prompt", "DP Clean Prompt Travel", - "DP Combo Controller", - "DP Condition Mixer", + "DP Condition Switch", "DP ControlNet Apply Advanced", "DP Crazy Prompt Mixer", "DP Create Json File", @@ -2845,6 +2850,7 @@ "DP Fast Slow Motion", "DP Five Lora", "DP Five Lora Random", + "DP Float Stepper", "DP Image And String Pairs Switch", "DP Image Color Analyzer", "DP Image Color Analyzer Small", @@ -2855,12 +2861,10 @@ "DP Image Empty Latent Switch SDXL", "DP Image Slide Show", "DP Image Strip", - "DP Image Switch 10", - "DP Image Switch 3", - "DP Image Switch 5", "DP Int 0-1000", "DP Int 0-1000 4 Step", "DP Int 0-1000 8 Step", + "DP Latent Split", "DP Line Cycler", "DP Load Checkpoint With Info", "DP Load Controlnet Model With Name", @@ -2870,13 +2874,10 @@ "DP Load Image Minimal", "DP Load UNET With Info", "DP Logo Animator", - "DP Logo Animator Advanced", "DP Lora Random Strength Controller", "DP Lora Strength Controller", - "DP Lora Strength Stepper", "DP Mask Settings", "DP Prompt Inverter", - "DP Prompt Manager", "DP Prompt Manager Small", "DP Prompt Mode Controller", "DP Prompt Styler", @@ -2894,9 +2895,7 @@ "DP Save Preview Image", "DP Set New Model Folder Link", "DP String Text", - "DP String Text With Weight", - "DP String With Switch", - "DP Strings Connector", + "DP String Text With Sdxl Weight", "DP Strip Edge Masks", "DP Switch Controller", "DP Text Preview", @@ -2907,10 +2906,8 @@ "DP Video Looper", "DP Video Transition", "DP_Crazy_Prompt_Mixer", - "DP_Logo_Animator_Advanced", - "DP_Lora_Strength_Stepper", - "DP_Prompt_Inverter", - "DP_Strings_Connector" + "DP_Float_Stepper", + "DP_Prompt_Inverter" ], { "title_aux": "ComfyUI-Desert-Pixel-Nodes" @@ -4714,6 +4711,8 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ + "DownsampledAttentionGuidance", + "DownsampledLatentGuidance", "LatentNormalizedLanczosResize", "RescaledPAG", "RescaledSEG" @@ -7351,6 +7350,7 @@ "AspectRatioAdvanced", "DisplayEverything", "ImageComparer", + "LensFlare", "MultiFloat", "MultiTextNode", "SKB_AnySwitch", @@ -8450,6 +8450,7 @@ "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", + "Star Face Loader", "StarFiveWildcards", "StarImageSwitch", "StarTextFilter", @@ -11881,18 +11882,22 @@ "SamplerSonarEuler", "SamplerSonarEulerA", "SonarAdvanced1fNoise", + "SonarAdvancedDistroNoise", "SonarAdvancedPowerLawNoise", "SonarAdvancedPyramidNoise", "SonarBlendedNoise", "SonarChannelNoise", "SonarCompositeNoise", "SonarCustomNoise", + "SonarCustomNoiseAdv", "SonarGuidanceConfig", "SonarGuidedNoise", "SonarModulatedNoise", "SonarRandomNoise", "SonarRepeatedNoise", - "SonarScheduledNoise" + "SonarResizedNoise", + "SonarScheduledNoise", + "SonarWaveletFilteredNoise" ], { "title_aux": "ComfyUI-sonar" @@ -13897,6 +13902,7 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", + "Preview3DAnimation", "PreviewAudio", "PreviewImage", "RandomNoise", @@ -16638,8 +16644,10 @@ "Griptape Replace: Rulesets on Agent", "Griptape Replace: Tools on Agent", "Griptape Rerank Driver: Cohere", + "Griptape Retrieve: Cloud Ruleset", "Griptape Run: Agent", "Griptape Run: Audio Transcription", + "Griptape Run: Cloud Assistant", "Griptape Run: Image Description", "Griptape Run: Parallel Image Description", "Griptape Run: Prompt Task", @@ -22682,8 +22690,7 @@ "LayeredInfiniteZoom", "Replicate flux 1.1 pro ultra", "ReplicateAPI_flux_1_1_pro_ultra", - "ReplicateAPI_flux_fill_pro", - "WebViewer" + "ReplicateAPI_flux_fill_pro" ], { "title_aux": "Node_Fun_ComfyUI" diff --git a/github-stats.json b/github-stats.json index 4ffe247b..7e40a12b 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,15 +2,15 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-01-01 16:03:57", - "author_account_age_days": 3430 + "author_account_age_days": 3431 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 12, + "stars": 13, "last_update": "2025-01-24 10:39:15", "author_account_age_days": 673 }, @@ -37,27 +37,27 @@ "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1190, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 73, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 63, "last_update": "2024-12-09 02:29:58", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 26, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, @@ -70,7 +70,7 @@ "author_account_age_days": 680 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 118, + "stars": 119, "last_update": "2024-10-11 00:11:40", "author_account_age_days": 1140 }, @@ -87,7 +87,7 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 8, "last_update": "2024-12-19 10:21:03", - "author_account_age_days": 3919 + "author_account_age_days": 3920 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, @@ -97,22 +97,22 @@ "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 20, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2523 + "author_account_age_days": 2524 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 79, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 4, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/6174/comflowy-nodes": { "stars": 12, @@ -137,7 +137,7 @@ "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 4, @@ -145,19 +145,19 @@ "author_account_age_days": 584 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 8, - "last_update": "2025-01-31 05:49:00", + "stars": 10, + "last_update": "2025-01-31 18:24:23", "author_account_age_days": 584 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, @@ -167,7 +167,7 @@ "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, "last_update": "2024-12-21 23:43:44", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, @@ -192,217 +192,217 @@ "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 11, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 23, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 74, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 30, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 210, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 293, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 32, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 5, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 27, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 106, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 356, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 19, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 18, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 88, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 36, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 38, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 48, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 212, + "stars": 213, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { - "stars": 36, + "stars": 37, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 8, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 28, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 37, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 10, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 31, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 42, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 25, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 195, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 41, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 5, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 7, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 13, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, @@ -432,7 +432,7 @@ "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 78, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 198, @@ -442,12 +442,12 @@ "https://github.com/AIrjen/OneButtonPrompt": { "stars": 913, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 2, @@ -462,12 +462,12 @@ "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, @@ -477,32 +477,32 @@ "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 264, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 6, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 801, + "stars": 802, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 4025 + "author_account_age_days": 4026 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 395, - "last_update": "2025-01-26 23:18:51", - "author_account_age_days": 4025 + "last_update": "2025-01-31 23:10:01", + "author_account_age_days": 4026 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 4, "last_update": "2025-01-17 14:45:24", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, @@ -517,7 +517,7 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, @@ -527,17 +527,17 @@ "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 4, "last_update": "2024-12-22 12:42:36", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1004, "last_update": "2025-01-31 10:09:49", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 8, @@ -562,17 +562,17 @@ "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3597 + "author_account_age_days": 3598 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, @@ -587,17 +587,17 @@ "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 34, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 78, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/ArtHommage/HommageTools": { "stars": 2, @@ -612,37 +612,37 @@ "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 18, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4807 + "author_account_age_days": 4808 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 432, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, @@ -652,17 +652,17 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 3, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1453 + "author_account_age_days": 1454 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 5, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1453 + "author_account_age_days": 1454 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, @@ -672,12 +672,12 @@ "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 2, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3457 + "author_account_age_days": 3458 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 387, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, @@ -692,12 +692,12 @@ "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1196, @@ -707,42 +707,42 @@ "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 23, "last_update": "2025-01-23 08:28:56", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 62, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, @@ -757,67 +757,67 @@ "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 14, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 345, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 381, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 274, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 344, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2025-01-23 13:24:32", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 55, + "stars": 56, "last_update": "2025-01-21 12:09:05", "author_account_age_days": 3302 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 9, "last_update": "2025-01-30 15:08:43", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 31, @@ -832,42 +832,42 @@ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 50, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 231, + "stars": 240, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 21, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 4, + "stars": 5, "last_update": "2025-01-30 12:13:33", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 107, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 50, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 180, @@ -892,52 +892,52 @@ "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 29, "last_update": "2024-12-22 12:10:13", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/Charlweed/image_transceiver": { "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5318 + "author_account_age_days": 5319 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 10, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2122 + "author_account_age_days": 2123 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 12, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 73, "last_update": "2025-01-31 05:18:52", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 75, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 79, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 2, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 1, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/Conor-Collins/coco_tools": { "stars": 1, @@ -952,7 +952,7 @@ "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, @@ -967,12 +967,12 @@ "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, "last_update": "2025-01-23 06:47:34", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 6, "last_update": "2025-01-23 06:44:49", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, @@ -982,57 +982,57 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 3, "last_update": "2025-01-25 07:36:21", - "author_account_age_days": 9 + "author_account_age_days": 10 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 33, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4808 + "author_account_age_days": 4809 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 4, "last_update": "2024-12-22 14:37:21", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/DataCTE/prompt_injection": { "stars": 87, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4436 + "author_account_age_days": 4437 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 383, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1995 + "author_account_age_days": 1996 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 13, - "last_update": "2025-01-15 09:02:21", - "author_account_age_days": 366 + "last_update": "2025-01-31 22:38:59", + "author_account_age_days": 367 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 25, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4259 + "author_account_age_days": 4260 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, @@ -1047,47 +1047,47 @@ "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 21, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 9, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 3, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 2, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5215 + "author_account_age_days": 5216 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 6, "last_update": "2025-01-14 09:33:55", - "author_account_age_days": 1252 + "author_account_age_days": 1253 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1252 + "author_account_age_days": 1253 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 2, "last_update": "2025-01-30 09:37:50", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, @@ -1112,22 +1112,22 @@ "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 203, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 2999 + "author_account_age_days": 3000 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 4, "last_update": "2025-01-28 16:30:52", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 3, "last_update": "2025-01-27 19:19:57", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 310, @@ -1140,109 +1140,109 @@ "author_account_age_days": 228 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { - "stars": 15, + "stars": 16, "last_update": "2024-07-30 10:27:07", "author_account_age_days": 228 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 285, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 381, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 7, "last_update": "2024-10-16 17:31:27", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 64, "last_update": "2024-11-23 12:05:02", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 166, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 41, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 44, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 113, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 33, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 39, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 74, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 565, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 101, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 183, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 197, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2569, + "stars": 2571, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 2, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1252,12 +1252,12 @@ "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2024-12-02 16:48:03", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 4, @@ -1267,22 +1267,22 @@ "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 417, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 74, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 221, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -1307,47 +1307,47 @@ "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 85, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 6, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 64, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { - "stars": 2, + "stars": 3, "last_update": "2025-01-31 07:59:04", "author_account_age_days": 2390 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, @@ -1357,22 +1357,22 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4788 + "author_account_age_days": 4789 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 40, "last_update": "2024-12-06 15:42:18", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, "last_update": "2024-12-01 00:43:54", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/GoingAI1998/Comfyui_imgcanvas": { "stars": 4, @@ -1387,7 +1387,7 @@ "https://github.com/Gourieff/ComfyUI-ReActor": { "stars": 197, "last_update": "2025-01-22 10:38:34", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 44, @@ -1407,7 +1407,7 @@ "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 165, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 5, @@ -1417,7 +1417,7 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, @@ -1427,27 +1427,27 @@ "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 14, "last_update": "2025-01-15 13:49:53", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 112, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 9, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1220 + "author_account_age_days": 1221 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 48, @@ -1537,22 +1537,22 @@ "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3305 + "author_account_age_days": 3306 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 5, "last_update": "2025-01-27 21:15:53", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 3, "last_update": "2025-01-08 01:15:33", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 34, @@ -1572,7 +1572,7 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3929 + "author_account_age_days": 3930 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 462, @@ -1582,22 +1582,22 @@ "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2024-12-08 23:56:49", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2450 + "author_account_age_days": 2451 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 11, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 4043 + "author_account_age_days": 4044 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, @@ -1612,12 +1612,12 @@ "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 23, @@ -1642,7 +1642,7 @@ "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 31, "last_update": "2025-01-05 23:34:37", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, @@ -1667,16 +1667,16 @@ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 59, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 1, - "last_update": "2025-01-31 01:06:18", + "last_update": "2025-01-31 23:53:52", "author_account_age_days": 4220 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { @@ -1692,17 +1692,17 @@ "https://github.com/Jannchie/ComfyUI-J": { "stars": 87, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 52, - "last_update": "2025-01-23 01:10:11", - "author_account_age_days": 3792 + "last_update": "2025-02-01 00:31:54", + "author_account_age_days": 3793 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { - "stars": 2, + "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, @@ -1712,27 +1712,27 @@ "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 158, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5107 + "author_account_age_days": 5108 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 4, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 121, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2578 + "author_account_age_days": 2579 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 90, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2578 + "author_account_age_days": 2579 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 2, @@ -1740,19 +1740,19 @@ "author_account_age_days": 5 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 526, + "stars": 527, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/Jordach/comfy-plasma": { "stars": 72, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3575 + "author_account_age_days": 3576 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 12, @@ -1762,32 +1762,32 @@ "https://github.com/Julian-adv/WildDivide": { "stars": 16, "last_update": "2024-12-22 02:05:36", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 2991 + "author_account_age_days": 2992 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 2, "last_update": "2025-01-27 15:14:58", - "author_account_age_days": 70 + "author_account_age_days": 71 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1134 + "author_account_age_days": 1135 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 2, "last_update": "2025-01-26 06:06:55", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, @@ -1797,22 +1797,22 @@ "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 8, "last_update": "2025-01-27 17:05:42", - "author_account_age_days": 4822 + "author_account_age_days": 4823 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 57, "last_update": "2024-11-23 15:44:26", - "author_account_age_days": 5111 + "author_account_age_days": 5112 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 43, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5111 + "author_account_age_days": 5112 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 37, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5111 + "author_account_age_days": 5112 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 312, @@ -1822,15 +1822,15 @@ "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 184, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1706 + "author_account_age_days": 1707 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1706 + "author_account_age_days": 1707 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 4, + "stars": 5, "last_update": "2024-11-24 15:55:30", "author_account_age_days": 3411 }, @@ -1842,22 +1842,22 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 690, "last_update": "2025-01-31 10:01:07", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2922, + "stars": 2923, "last_update": "2025-01-31 09:59:51", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 736, - "last_update": "2025-01-31 04:07:27", - "author_account_age_days": 3937 + "stars": 737, + "last_update": "2025-01-31 21:17:40", + "author_account_age_days": 3938 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, @@ -1867,17 +1867,17 @@ "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 77, "last_update": "2025-01-21 03:23:00", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2000 + "author_account_age_days": 2001 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, @@ -1892,7 +1892,7 @@ "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 170, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, @@ -1900,19 +1900,19 @@ "author_account_age_days": 385 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 416, + "stars": 418, "last_update": "2024-08-05 11:32:30", "author_account_age_days": 385 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 11, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 109, @@ -1922,17 +1922,17 @@ "https://github.com/Lerc/canvas_tab": { "stars": 169, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5588 + "author_account_age_days": 5589 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 3, "last_update": "2024-12-08 23:10:10", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 3, @@ -1942,12 +1942,12 @@ "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, "last_update": "2024-12-25 07:08:32", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-23 01:54:11", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, @@ -1955,9 +1955,9 @@ "author_account_age_days": 205 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 679, + "stars": 683, "last_update": "2024-12-22 14:57:35", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -1965,7 +1965,7 @@ "author_account_age_days": 1496 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 150, + "stars": 151, "last_update": "2025-01-09 05:30:43", "author_account_age_days": 1496 }, @@ -1977,17 +1977,17 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 45, @@ -2007,7 +2007,7 @@ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1253 + "author_account_age_days": 1254 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, @@ -2067,17 +2067,17 @@ "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2025-01-08 12:25:10", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 3, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 6, "last_update": "2024-12-11 05:56:23", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 24, @@ -2087,32 +2087,32 @@ "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 131, "last_update": "2025-01-17 14:30:04", - "author_account_age_days": 5190 + "author_account_age_days": 5191 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 3, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 6, @@ -2122,12 +2122,12 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 1, - "last_update": "2025-01-31 10:15:04", - "author_account_age_days": 1828 + "last_update": "2025-01-31 17:59:29", + "author_account_age_days": 1829 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, @@ -2147,17 +2147,17 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, @@ -2167,42 +2167,42 @@ "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 230, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 529, "last_update": "2025-01-27 13:41:40", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 113, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 48, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, @@ -2217,17 +2217,17 @@ "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 36, "last_update": "2025-01-30 03:06:35", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2025-01-07 19:10:27", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, @@ -2255,7 +2255,7 @@ "author_account_age_days": 208 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2693, + "stars": 2691, "last_update": "2025-01-24 18:41:37", "author_account_age_days": 1782 }, @@ -2277,17 +2277,17 @@ "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 30, "last_update": "2025-01-29 22:27:14", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 45, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, "last_update": "2025-01-28 14:25:29", - "author_account_age_days": 1959 + "author_account_age_days": 1960 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 59, @@ -2297,77 +2297,77 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 28, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3901 + "author_account_age_days": 3902 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 8, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1545 + "author_account_age_days": 1546 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 35, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 5, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5370 + "author_account_age_days": 5371 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 823, + "stars": 825, "last_update": "2025-01-15 17:26:18", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, @@ -2377,7 +2377,7 @@ "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 13, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4052 + "author_account_age_days": 4053 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, @@ -2387,7 +2387,7 @@ "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 244, @@ -2397,12 +2397,12 @@ "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 531, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { "stars": 1, @@ -2432,12 +2432,12 @@ "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 85, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, @@ -2462,7 +2462,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4990 + "author_account_age_days": 4991 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, @@ -2472,37 +2472,37 @@ "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, "last_update": "2024-12-11 17:41:42", - "author_account_age_days": 2064 + "author_account_age_days": 2065 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5446 + "author_account_age_days": 5447 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 11 + "author_account_age_days": 12 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 2, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, @@ -2517,7 +2517,7 @@ "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { "stars": 2125, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 2, @@ -2532,7 +2532,7 @@ "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, @@ -2547,7 +2547,7 @@ "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, @@ -2567,22 +2567,22 @@ "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 2, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 55, @@ -2602,7 +2602,7 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1602 + "author_account_age_days": 1603 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, @@ -2617,57 +2617,57 @@ "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, "last_update": "2024-11-28 15:10:43", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/Rvage0815/ComfyUI-RvTools_v2": { "stars": 5, "last_update": "2024-12-27 09:42:55", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 37, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 127, + "stars": 128, "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 19, - "last_update": "2025-01-02 14:51:01", - "author_account_age_days": 1776 + "last_update": "2025-01-31 18:33:29", + "author_account_age_days": 1777 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 79, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 12, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, @@ -2675,14 +2675,14 @@ "author_account_age_days": 521 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 351, + "stars": 352, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, @@ -2707,32 +2707,32 @@ "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 72, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 21, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 71, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 819, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/Seedsa/Fooocus_Nodes": { - "stars": 83, + "stars": 84, "last_update": "2025-01-08 07:57:28", "author_account_age_days": 2829 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 254, @@ -2752,12 +2752,12 @@ "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 14, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "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": 607 + "author_account_age_days": 608 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, @@ -2820,8 +2820,8 @@ "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 355, - "last_update": "2025-01-25 11:56:04", + "stars": 356, + "last_update": "2025-01-31 23:31:08", "author_account_age_days": 1426 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { @@ -2857,12 +2857,12 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 35, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 673 + "author_account_age_days": 674 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, @@ -2872,57 +2872,57 @@ "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, "last_update": "2025-01-22 09:37:35", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 1, "last_update": "2025-01-12 12:44:34", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 4, "last_update": "2024-12-21 02:21:41", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 49, "last_update": "2024-12-21 22:36:22", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 149, "last_update": "2024-12-08 10:35:19", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 10, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 23, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 22, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, @@ -2932,37 +2932,37 @@ "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 21, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-23 22:56:20", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2024-12-30 01:26:43", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-01-01 01:36:41", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 71, @@ -2977,12 +2977,12 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 53, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 208, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 19, @@ -2996,68 +2996,68 @@ }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 14, - "last_update": "2025-01-30 20:40:55", - "author_account_age_days": 223 + "last_update": "2025-01-31 12:53:13", + "author_account_age_days": 224 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 119, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 204, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 9, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 20, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 47, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 70, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 18, "last_update": "2025-01-14 18:15:36", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 0, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 149, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, @@ -3067,7 +3067,7 @@ "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 759, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/Sxela/ComfyWarp": { "stars": 35, @@ -3075,14 +3075,14 @@ "author_account_age_days": 3593 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { - "stars": 2, - "last_update": "2025-01-29 23:07:55", - "author_account_age_days": 616 + "stars": 3, + "last_update": "2025-01-31 22:21:13", + "author_account_age_days": 617 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 126, @@ -3102,7 +3102,7 @@ "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 387, @@ -3120,7 +3120,7 @@ "author_account_age_days": 660 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 23, + "stars": 24, "last_update": "2024-11-10 16:59:42", "author_account_age_days": 424 }, @@ -3140,7 +3140,7 @@ "author_account_age_days": 424 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 491, + "stars": 492, "last_update": "2025-01-12 04:28:09", "author_account_age_days": 424 }, @@ -3152,47 +3152,47 @@ "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 2, "last_update": "2025-01-17 13:52:42", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3787 + "author_account_age_days": 3788 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2025-01-22 15:44:37", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3438 + "author_account_age_days": 3439 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 15, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/TemryL/ComfyS3": { "stars": 42, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 452, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 361, @@ -3207,7 +3207,7 @@ "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, @@ -3242,7 +3242,7 @@ "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2024-12-14 12:33:13", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, @@ -3252,17 +3252,17 @@ "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 45, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { - "stars": 40, + "stars": 41, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, @@ -3272,12 +3272,12 @@ "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 227, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5142 + "author_account_age_days": 5143 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, @@ -3286,13 +3286,13 @@ }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 219, - "last_update": "2025-01-27 11:19:48", + "last_update": "2025-02-01 02:28:19", "author_account_age_days": 463 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, @@ -3307,7 +3307,7 @@ "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, @@ -3317,47 +3317,47 @@ "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2025-01-22 13:02:13", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 113, - "last_update": "2025-01-29 23:54:18", - "author_account_age_days": 1140 + "stars": 114, + "last_update": "2025-01-31 18:13:37", + "author_account_age_days": 1141 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 100, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2131 + "author_account_age_days": 2132 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 116, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 71, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 33, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { "stars": 1332, "last_update": "2024-12-20 16:46:02", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -3372,7 +3372,7 @@ "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2025-01-14 02:01:05", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 30, @@ -3382,7 +3382,7 @@ "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3180 + "author_account_age_days": 3181 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 1, @@ -3392,12 +3392,12 @@ "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3973 + "author_account_age_days": 3974 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 16, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, @@ -3407,12 +3407,12 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 37, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1305, + "stars": 1306, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, @@ -3427,17 +3427,17 @@ "https://github.com/XieChengYuan/comfyui_kj": { "stars": 1, "last_update": "2025-01-22 15:55:59", - "author_account_age_days": 2650 + "author_account_age_days": 2651 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 172, "last_update": "2024-12-05 21:10:04", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, @@ -3452,7 +3452,7 @@ "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 126, @@ -3462,7 +3462,7 @@ "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, "last_update": "2025-01-21 21:31:26", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -3482,102 +3482,102 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 356, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 20, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 467, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 751, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { - "stars": 33, + "stars": 38, "last_update": "2025-01-29 19:03:09", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 73, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 693, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1375, + "stars": 1374, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 200, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 799, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 96, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 198, + "stars": 199, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 103, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 145, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 660, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1661, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, @@ -3597,22 +3597,22 @@ "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, "last_update": "2025-01-14 18:28:43", - "author_account_age_days": 4841 + "author_account_age_days": 4842 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 117, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 35, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 4, @@ -3637,42 +3637,42 @@ "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 9, "last_update": "2024-12-07 11:44:06", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/abyz22/image_control": { "stars": 15, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 28, "last_update": "2024-11-23 13:08:46", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 273, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5237 + "author_account_age_days": 5238 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 5, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -3682,12 +3682,12 @@ "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 48, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, @@ -3712,7 +3712,7 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 2, @@ -3725,14 +3725,14 @@ "author_account_age_days": 4769 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1860, + "stars": 1864, "last_update": "2025-01-23 07:52:48", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 53, @@ -3742,57 +3742,57 @@ "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 25, "last_update": "2025-01-19 07:40:04", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 197, "last_update": "2024-12-13 01:44:03", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 242, "last_update": "2024-12-26 22:37:39", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 79, "last_update": "2024-12-13 01:44:29", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2555 + "author_account_age_days": 2556 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2555 + "author_account_age_days": 2556 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 2, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 5, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 32, "last_update": "2024-11-28 12:32:25", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, @@ -3802,47 +3802,47 @@ "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 43, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 18, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 37, "last_update": "2025-01-27 23:30:12", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 6, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5235 + "author_account_age_days": 5236 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-01-04 10:38:45", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 60, "last_update": "2024-12-08 20:23:34", - "author_account_age_days": 2900 + "author_account_age_days": 2901 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 103, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 61, "last_update": "2025-01-19 12:05:48", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, @@ -3872,7 +3872,7 @@ "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, @@ -3882,12 +3882,12 @@ "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6013 + "author_account_age_days": 6014 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2049 + "author_account_age_days": 2050 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, @@ -3897,7 +3897,7 @@ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, "last_update": "2025-01-22 03:46:03", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, @@ -3912,7 +3912,7 @@ "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2024-12-29 01:08:36", - "author_account_age_days": 3755 + "author_account_age_days": 3756 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 45, @@ -3942,7 +3942,7 @@ "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 19, "last_update": "2025-01-29 04:54:02", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 144, @@ -3952,17 +3952,17 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 120, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 23, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4341 + "author_account_age_days": 4342 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 72, "last_update": "2025-01-05 19:27:21", - "author_account_age_days": 4341 + "author_account_age_days": 4342 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, @@ -3972,7 +3972,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, "last_update": "2025-01-26 02:31:14", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, @@ -3982,12 +3982,12 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, "last_update": "2024-12-09 10:33:40", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 66, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5583 + "author_account_age_days": 5584 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, @@ -4017,12 +4017,12 @@ "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 7, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/bash-j/mikey_nodes": { "stars": 126, "last_update": "2025-01-30 23:49:50", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, @@ -4032,27 +4032,27 @@ "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 52, "last_update": "2024-12-23 19:50:16", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 22, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 22, "last_update": "2025-01-24 14:45:54", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/bentoml/comfy-pack": { "stars": 95, "last_update": "2025-01-24 01:40:08", - "author_account_age_days": 2131 + "author_account_age_days": 2132 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { "stars": 7, @@ -4067,12 +4067,12 @@ "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 55, "last_update": "2025-01-27 13:57:55", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 2, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 74, @@ -4081,7 +4081,7 @@ }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 40, - "last_update": "2025-01-30 13:41:38", + "last_update": "2025-02-01 00:33:04", "author_account_age_days": 375 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { @@ -4102,7 +4102,7 @@ "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, @@ -4112,7 +4112,7 @@ "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, @@ -4122,32 +4122,32 @@ "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3757 + "author_account_age_days": 3758 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3757 + "author_account_age_days": 3758 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3757 + "author_account_age_days": 3758 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3757 + "author_account_age_days": 3758 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3757 + "author_account_age_days": 3758 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4965 + "author_account_age_days": 4966 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, @@ -4177,7 +4177,7 @@ "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 3824 + "author_account_age_days": 3825 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, @@ -4202,12 +4202,12 @@ "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 19, "last_update": "2025-01-04 00:25:23", - "author_account_age_days": 1814 + "author_account_age_days": 1815 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 287, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4460 + "author_account_age_days": 4461 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, @@ -4217,7 +4217,7 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 36, "last_update": "2025-01-16 10:58:50", - "author_account_age_days": 2586 + "author_account_age_days": 2587 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, @@ -4227,12 +4227,12 @@ "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, "last_update": "2025-01-30 12:11:48", - "author_account_age_days": 20 + "author_account_age_days": 21 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 4, "last_update": "2025-01-27 13:24:44", - "author_account_age_days": 4866 + "author_account_age_days": 4867 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, @@ -4267,47 +4267,47 @@ "https://github.com/cake-ml/tiny-sana-preview": { "stars": 1, "last_update": "2025-01-25 03:59:33", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/calcuis/gguf": { "stars": 6, "last_update": "2025-01-31 11:57:05", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 41, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, "last_update": "2024-12-06 04:47:31", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 402, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 7, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3516 + "author_account_age_days": 3517 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -4337,7 +4337,7 @@ "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 121, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1374 + "author_account_age_days": 1375 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, @@ -4362,162 +4362,162 @@ "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 19, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 400, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 52, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 29, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 83, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 227, + "stars": 228, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 154, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 100, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 52, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 15, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 19, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 80, - "last_update": "2025-01-31 12:24:25", + "last_update": "2025-01-31 12:25:13", "author_account_age_days": 555 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, - "last_update": "2025-01-29 22:34:14", - "author_account_age_days": 104 + "last_update": "2025-01-31 18:05:33", + "author_account_age_days": 105 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, @@ -4527,7 +4527,7 @@ "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, @@ -4537,42 +4537,42 @@ "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 292, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 26, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 5, "last_update": "2025-01-28 06:30:10", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { "stars": 1835, "last_update": "2025-01-26 08:56:06", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { "stars": 133, "last_update": "2025-01-23 16:24:52", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 26, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 137, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 99, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 56, @@ -4587,17 +4587,17 @@ "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4193 + "author_account_age_days": 4194 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 74, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 57, @@ -4606,7 +4606,7 @@ }, "https://github.com/chrisgoringe/cg-image-picker": { "stars": 303, - "last_update": "2024-11-29 02:05:30", + "last_update": "2025-02-01 01:02:12", "author_account_age_days": 4286 }, "https://github.com/chrisgoringe/cg-noisetools": { @@ -4620,14 +4620,14 @@ "author_account_age_days": 4286 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 578, + "stars": 580, "last_update": "2024-12-30 03:55:54", "author_account_age_days": 4286 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, @@ -4637,37 +4637,37 @@ "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 182, "last_update": "2025-01-05 19:12:48", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 10, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 10, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 79, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 3, @@ -4687,42 +4687,42 @@ "https://github.com/ciri/comfyui-model-downloader": { "stars": 37, "last_update": "2025-01-04 08:32:06", - "author_account_age_days": 5591 + "author_account_age_days": 5592 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1372, + "stars": 1373, "last_update": "2025-01-08 15:35:24", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 86, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 6, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 471, + "stars": 472, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 400, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 271, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 144, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, @@ -4737,27 +4737,27 @@ "https://github.com/civitai/civitai_comfy_nodes": { "stars": 117, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2921 + "author_account_age_days": 2922 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 3, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2024-12-17 04:00:58", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 3, @@ -4765,8 +4765,8 @@ "author_account_age_days": 6070 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65306, - "last_update": "2025-01-30 11:49:59", + "stars": 65354, + "last_update": "2025-01-31 18:13:17", "author_account_age_days": 770 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { @@ -4787,7 +4787,7 @@ "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4830 + "author_account_age_days": 4831 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 83, @@ -4817,35 +4817,35 @@ "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 84, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 66, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/crystian/ComfyUI-Crystools": { "stars": 949, "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 42, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 75, + "stars": 76, "last_update": "2024-09-22 09:49:06", "author_account_age_days": 5232 }, @@ -4855,12 +4855,12 @@ "author_account_age_days": 5232 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4538, + "stars": 4540, "last_update": "2024-09-13 13:04:50", "author_account_age_days": 5232 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1434, + "stars": 1435, "last_update": "2024-09-30 08:54:05", "author_account_age_days": 5232 }, @@ -4882,7 +4882,7 @@ "https://github.com/cuongloveit/comfy_http_request": { "stars": 2, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3473 + "author_account_age_days": 3474 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, @@ -4897,27 +4897,27 @@ "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 12, "last_update": "2024-12-31 12:13:46", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 22, "last_update": "2025-01-21 05:07:55", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, @@ -4932,22 +4932,22 @@ "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 225, "last_update": "2024-12-20 22:53:53", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 271, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 50, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 24, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, @@ -4957,12 +4957,12 @@ "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4685 + "author_account_age_days": 4686 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, @@ -4972,7 +4972,7 @@ "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 2851 + "author_account_age_days": 2852 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, @@ -4980,7 +4980,7 @@ "author_account_age_days": 316 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 102, + "stars": 103, "last_update": "2024-10-30 18:01:05", "author_account_age_days": 316 }, @@ -5012,17 +5012,17 @@ "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-12-13 15:07:29", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 92, "last_update": "2025-01-06 11:51:33", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3717 + "author_account_age_days": 3718 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 161, @@ -5037,27 +5037,27 @@ "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6195 + "author_account_age_days": 6196 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6195 + "author_account_age_days": 6196 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 482, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4425 + "author_account_age_days": 4426 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 18, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4425 + "author_account_age_days": 4426 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, @@ -5072,7 +5072,7 @@ "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 246, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, @@ -5082,12 +5082,12 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 72, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4991 + "author_account_age_days": 4992 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 8, @@ -5112,22 +5112,22 @@ "https://github.com/dmMaze/sketch2manga": { "stars": 40, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2070 + "author_account_age_days": 2071 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 88, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3990 + "author_account_age_days": 3991 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, @@ -5137,7 +5137,7 @@ "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 3, "last_update": "2025-01-07 16:45:44", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, @@ -5147,25 +5147,25 @@ "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 2, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 793 + "author_account_age_days": 794 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5024 + "author_account_age_days": 5025 }, "https://github.com/ealkanat/comfyui-easy-padding": { - "stars": 17, + "stars": 18, "last_update": "2024-12-31 02:38:22", "author_account_age_days": 2684 }, @@ -5182,17 +5182,17 @@ "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 73, "last_update": "2024-12-20 10:50:09", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 34, "last_update": "2024-12-20 10:46:20", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, @@ -5200,24 +5200,24 @@ "author_account_age_days": 2744 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { - "stars": 175, + "stars": 176, "last_update": "2024-12-10 19:10:11", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 360, "last_update": "2024-12-19 09:17:18", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/evanspearman/ComfyMath": { "stars": 101, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, "last_update": "2025-01-30 17:35:26", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, @@ -5237,67 +5237,67 @@ "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 84, + "stars": 85, "last_update": "2025-01-09 18:16:21", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 69, + "stars": 70, "last_update": "2025-01-09 18:14:29", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/fairy-root/ComfyUI-GLHF": { - "stars": 4, + "stars": 5, "last_update": "2024-12-27 14:24:36", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 160, + "stars": 162, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/fairy-root/comfyui-ollama-llms": { - "stars": 14, + "stars": 15, "last_update": "2024-12-29 12:20:04", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, "last_update": "2025-01-23 16:12:47", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 18, "last_update": "2024-12-23 14:07:26", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 2, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3585 + "author_account_age_days": 3586 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3585 + "author_account_age_days": 3586 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/feixuetuba/Spleeter": { "stars": 1, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4183 + "author_account_age_days": 4184 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, @@ -5322,62 +5322,62 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 45, "last_update": "2024-12-31 13:07:59", - "author_account_age_days": 3697 + "author_account_age_days": 3698 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 152, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 335, + "stars": 336, "last_update": "2025-01-31 03:39:33", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 13, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 144, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 4, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 972, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 252, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 149, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 220, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 469, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, @@ -5387,27 +5387,27 @@ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5328 + "author_account_age_days": 5329 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 63, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5328 + "author_account_age_days": 5329 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5328 + "author_account_age_days": 5329 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, @@ -5417,22 +5417,22 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2541 + "author_account_age_days": 2542 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 55, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 542, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, @@ -5467,7 +5467,7 @@ "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-01-17 23:46:42", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 26, @@ -5487,12 +5487,12 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 3, "last_update": "2024-12-29 09:24:04", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/giriss/comfy-image-saver": { "stars": 219, @@ -5531,23 +5531,23 @@ }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 158, - "last_update": "2025-01-29 18:14:44", - "author_account_age_days": 2718 + "last_update": "2025-01-31 22:03:28", + "author_account_age_days": 2719 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 50, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 13, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3966 + "author_account_age_days": 3967 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3966 + "author_account_age_days": 3967 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 0, @@ -5562,52 +5562,52 @@ "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 7, "last_update": "2025-01-30 09:21:09", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3334 + "author_account_age_days": 3335 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 59, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 78, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 45, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 455, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 24, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 20, "last_update": "2025-01-28 14:32:13", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 3, @@ -5637,17 +5637,17 @@ "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 153, "last_update": "2025-01-31 04:06:39", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 80, + "stars": 81, "last_update": "2025-01-17 02:23:50", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 2, @@ -5657,10 +5657,10 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { - "stars": 15, + "stars": 16, "last_update": "2024-07-31 15:02:56", "author_account_age_days": 2072 }, @@ -5672,7 +5672,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, @@ -5705,24 +5705,24 @@ "author_account_age_days": 4888 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { - "stars": 13, - "last_update": "2025-01-31 04:12:28", - "author_account_age_days": 2158 + "stars": 14, + "last_update": "2025-02-01 01:34:40", + "author_account_age_days": 2159 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 89, + "stars": 91, "last_update": "2025-01-31 03:53:06", - "author_account_age_days": 2158 + "author_account_age_days": 2159 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 7, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 1266, @@ -5742,12 +5742,12 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 177, @@ -5762,12 +5762,12 @@ "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 2, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1812 + "author_account_age_days": 1813 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, @@ -5790,59 +5790,59 @@ "author_account_age_days": 1459 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 573, + "stars": 574, "last_update": "2024-12-31 17:59:41", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1570, "last_update": "2025-01-05 19:53:01", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 68, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 62, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 124, "last_update": "2024-12-26 17:46:42", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 427, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 27, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5861 + "author_account_age_days": 5862 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, @@ -5857,7 +5857,7 @@ "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2025-01-18 19:19:06", - "author_account_age_days": 3331 + "author_account_age_days": 3332 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, @@ -5872,42 +5872,42 @@ "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 163, "last_update": "2025-01-16 08:38:21", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, "last_update": "2024-12-29 11:09:57", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 42, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 592, "last_update": "2025-01-03 10:36:18", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 143, "last_update": "2024-12-18 22:34:21", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 357, "last_update": "2025-01-26 08:49:30", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 9, @@ -5917,17 +5917,17 @@ "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 1, "last_update": "2025-01-26 22:04:51", - "author_account_age_days": 4001 + "author_account_age_days": 4002 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 6, "last_update": "2024-12-31 01:53:17", - "author_account_age_days": 2448 + "author_account_age_days": 2449 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 55, @@ -5955,19 +5955,19 @@ "author_account_age_days": 4092 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1096, + "stars": 1097, "last_update": "2024-08-26 04:49:54", "author_account_age_days": 4092 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 52, "last_update": "2025-01-12 08:47:21", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, @@ -5975,7 +5975,7 @@ "author_account_age_days": 2748 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 72, + "stars": 73, "last_update": "2024-09-19 04:58:35", "author_account_age_days": 2748 }, @@ -5987,12 +5987,12 @@ "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, "last_update": "2025-01-19 12:20:01", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 3, @@ -6032,7 +6032,7 @@ "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, "last_update": "2024-12-13 03:03:41", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, @@ -6047,7 +6047,7 @@ "https://github.com/jitcoder/lora-info": { "stars": 75, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4261 + "author_account_age_days": 4262 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, @@ -6057,7 +6057,7 @@ "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2025-01-20 20:47:49", - "author_account_age_days": 4432 + "author_account_age_days": 4433 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, @@ -6067,12 +6067,12 @@ "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, "last_update": "2025-01-16 10:38:43", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 434, @@ -6087,12 +6087,12 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 22, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5214 + "author_account_age_days": 5215 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, @@ -6102,7 +6102,7 @@ "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4150 + "author_account_age_days": 4151 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 24, @@ -6127,7 +6127,7 @@ "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 117, @@ -6137,7 +6137,7 @@ "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, @@ -6147,22 +6147,22 @@ "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1487 + "author_account_age_days": 1488 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 22, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 54, "last_update": "2024-11-29 15:22:15", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 414, "last_update": "2024-11-24 20:25:04", - "author_account_age_days": 4902 + "author_account_age_days": 4903 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -6171,7 +6171,7 @@ }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 16, - "last_update": "2025-01-21 10:05:26", + "last_update": "2025-02-01 02:52:43", "author_account_age_days": 1833 }, "https://github.com/kale4eat/ComfyUI-string-util": { @@ -6192,17 +6192,17 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2024-12-24 16:48:11", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, @@ -6222,12 +6222,12 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5110 + "author_account_age_days": 5111 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 3, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/kft334/Knodes": { "stars": 3, @@ -6270,7 +6270,7 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 239, + "stars": 240, "last_update": "2024-10-21 11:43:57", "author_account_age_days": 2404 }, @@ -6290,13 +6290,13 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 918, + "stars": 919, "last_update": "2025-01-12 17:55:46", "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 652, - "last_update": "2025-01-19 15:57:36", + "stars": 653, + "last_update": "2025-01-31 19:52:03", "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { @@ -6310,8 +6310,8 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1681, - "last_update": "2025-01-25 18:22:01", + "stars": 1684, + "last_update": "2025-01-31 21:50:27", "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-IC-Light": { @@ -6345,7 +6345,7 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1792, + "stars": 1793, "last_update": "2024-08-05 21:39:49", "author_account_age_days": 2404 }, @@ -6370,8 +6370,8 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 36, - "last_update": "2024-11-03 21:28:03", + "stars": 37, + "last_update": "2025-01-31 16:26:16", "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { @@ -6395,7 +6395,7 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { - "stars": 5, + "stars": 8, "last_update": "2025-01-31 11:59:01", "author_account_age_days": 2404 }, @@ -6417,27 +6417,27 @@ "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 13, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 25, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 49, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/kk8bit/KayTool": { "stars": 10, @@ -6447,7 +6447,7 @@ "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-01-30 02:38:25", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -6472,12 +6472,12 @@ "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/kraglik/prompt_collapse": { "stars": 6, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, @@ -6487,12 +6487,12 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 23, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 2, @@ -6547,82 +6547,82 @@ "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 9, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 9, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 14, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 4, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 4, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 11, "last_update": "2025-01-08 04:10:35", - "author_account_age_days": 3717 + "author_account_age_days": 3718 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 35, @@ -6637,7 +6637,7 @@ "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, @@ -6645,7 +6645,7 @@ "author_account_age_days": 1489 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { - "stars": 9, + "stars": 10, "last_update": "2024-10-23 10:13:08", "author_account_age_days": 1489 }, @@ -6657,7 +6657,7 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 3, @@ -6687,60 +6687,60 @@ "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 3, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 68, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 70, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 10, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 119, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/ljleb/comfy-mecha": { "stars": 59, "last_update": "2025-01-25 07:20:53", - "author_account_age_days": 2684 + "author_account_age_days": 2685 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 234, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/lks-ai/anynode": { "stars": 515, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 126, + "stars": 127, "last_update": "2025-01-07 02:36:44", "author_account_age_days": 2314 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 41, + "stars": 43, "last_update": "2025-01-22 09:32:34", "author_account_age_days": 2314 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 128, + "stars": 130, "last_update": "2025-01-27 13:05:06", "author_account_age_days": 2314 }, @@ -6762,12 +6762,12 @@ "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, "last_update": "2024-12-09 22:37:22", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 32, "last_update": "2025-01-22 18:50:02", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, @@ -6805,7 +6805,7 @@ "author_account_age_days": 343 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 429, + "stars": 430, "last_update": "2024-12-21 06:04:48", "author_account_age_days": 343 }, @@ -6867,47 +6867,47 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, "last_update": "2024-11-28 20:55:56", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 75, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 8, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 485, + "stars": 486, "last_update": "2024-11-30 07:01:55", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 32, "last_update": "2024-11-23 07:25:20", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 32, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 162, @@ -6920,44 +6920,44 @@ "author_account_age_days": 3884 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2096, + "stars": 2097, "last_update": "2025-01-31 12:01:44", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 112, "last_update": "2025-01-26 09:54:24", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 493, + "stars": 494, "last_update": "2025-01-31 12:04:41", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8230, - "last_update": "2025-01-31 00:12:38", - "author_account_age_days": 683 + "stars": 8238, + "last_update": "2025-02-01 02:40:06", + "author_account_age_days": 684 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 2, "last_update": "2025-01-28 17:20:47", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 38, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4028 + "author_account_age_days": 4029 }, "https://github.com/lucafoscili/comfyui-lf": { "stars": 50, "last_update": "2024-12-10 18:46:04", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 64, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 190, @@ -6965,9 +6965,9 @@ "author_account_age_days": 1332 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { - "stars": 2, + "stars": 3, "last_update": "2025-01-26 18:02:13", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, @@ -6987,7 +6987,7 @@ "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, @@ -6997,12 +6997,12 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 172, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5975 + "author_account_age_days": 5976 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, @@ -7027,12 +7027,12 @@ "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 12, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 9, @@ -7052,32 +7052,32 @@ "https://github.com/mav-rik/facerestore_cf": { "stars": 245, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1168, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/meanin2/comfyui-watermarking": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 58, @@ -7097,37 +7097,37 @@ "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/melMass/comfy_mtb": { "stars": 495, "last_update": "2025-01-09 14:04:19", - "author_account_age_days": 3966 + "author_account_age_days": 3967 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 4, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 25, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5694 + "author_account_age_days": 5695 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, @@ -7137,7 +7137,7 @@ "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2025-01-29 10:42:55", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, @@ -7157,7 +7157,7 @@ "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, @@ -7167,12 +7167,12 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 54, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6137 + "author_account_age_days": 6138 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6137 + "author_account_age_days": 6138 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 249, @@ -7182,12 +7182,12 @@ "https://github.com/mira-6/comfyui-sasolver": { "stars": 4, "last_update": "2025-01-09 22:36:41", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 68, + "stars": 69, "last_update": "2025-01-16 15:33:06", - "author_account_age_days": 1441 + "author_account_age_days": 1442 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, @@ -7227,7 +7227,7 @@ "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, "last_update": "2024-12-07 11:19:40", - "author_account_age_days": 1544 + "author_account_age_days": 1545 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, @@ -7277,7 +7277,7 @@ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 8, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3166 + "author_account_age_days": 3167 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, @@ -7292,7 +7292,7 @@ "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, "last_update": "2025-01-16 08:03:08", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, @@ -7307,37 +7307,37 @@ "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 193, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 45, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 29, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 8, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 7, "last_update": "2024-12-25 18:40:01", - "author_account_age_days": 3872 + "author_account_age_days": 3873 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, @@ -7362,12 +7362,12 @@ "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 5, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, @@ -7377,22 +7377,22 @@ "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 175, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 92, + "stars": 100, "last_update": "2025-01-31 00:58:39", - "author_account_age_days": 4940 + "author_account_age_days": 4941 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 8, + "stars": 9, "last_update": "2025-01-25 13:22:48", - "author_account_age_days": 4940 + "author_account_age_days": 4941 }, "https://github.com/niknah/quick-connections": { "stars": 173, "last_update": "2024-12-15 03:01:31", - "author_account_age_days": 4940 + "author_account_age_days": 4941 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, @@ -7402,12 +7402,12 @@ "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 55, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, @@ -7422,42 +7422,42 @@ "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 25, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 51, "last_update": "2024-12-30 12:15:57", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 7, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 11, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2963 + "author_account_age_days": 2964 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, - "last_update": "2025-01-31 07:08:10", - "author_account_age_days": 1433 + "last_update": "2025-01-31 20:42:49", + "author_account_age_days": 1434 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, @@ -7467,12 +7467,12 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 209, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4125 + "author_account_age_days": 4126 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, @@ -7482,7 +7482,7 @@ "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1938 + "author_account_age_days": 1939 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, @@ -7497,17 +7497,17 @@ "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 728, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 103, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 22, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, @@ -7527,22 +7527,22 @@ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 143, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4727 + "author_account_age_days": 4728 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { - "stars": 18, + "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 28, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -7552,17 +7552,17 @@ "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 1, "last_update": "2025-01-27 18:25:22", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 25, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/palant/image-resize-comfyui": { "stars": 77, @@ -7601,8 +7601,8 @@ }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 193, - "last_update": "2025-01-30 20:53:28", - "author_account_age_days": 5300 + "last_update": "2025-01-31 22:21:32", + "author_account_age_days": 5301 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -7617,27 +7617,27 @@ "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 42, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1135 + "author_account_age_days": 1136 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 2, "last_update": "2024-12-28 07:07:26", - "author_account_age_days": 5229 + "author_account_age_days": 5230 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 2, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 160, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 41, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, @@ -7657,7 +7657,7 @@ "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, @@ -7682,17 +7682,17 @@ "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-01-31 00:50:13", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1283 + "author_account_age_days": 1284 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 39, - "last_update": "2025-01-29 17:55:27", - "author_account_age_days": 3727 + "stars": 40, + "last_update": "2025-01-31 17:42:57", + "author_account_age_days": 3728 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 100, @@ -7725,44 +7725,44 @@ "author_account_age_days": 5789 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 12, + "stars": 13, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 3, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1466, + "stars": 1468, "last_update": "2025-01-14 17:03:18", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { "stars": 2062, "last_update": "2025-01-14 22:51:00", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 750, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 146, + "stars": 147, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 72, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -7772,12 +7772,12 @@ "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 1, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, @@ -7792,17 +7792,17 @@ "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, "last_update": "2024-12-28 19:31:31", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { "stars": 1, "last_update": "2024-12-26 10:23:16", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 82, @@ -7810,14 +7810,14 @@ "author_account_age_days": 4715 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 53, + "stars": 54, "last_update": "2024-12-05 08:42:13", - "author_account_age_days": 2225 + "author_account_age_days": 2226 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3645 + "author_account_age_days": 3646 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, @@ -7832,32 +7832,32 @@ "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 315, "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2813 + "author_account_age_days": 2814 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 43, "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 9, "last_update": "2025-01-06 18:38:11", - "author_account_age_days": 4847 + "author_account_age_days": 4848 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 8, "last_update": "2024-12-01 20:36:54", - "author_account_age_days": 4847 + "author_account_age_days": 4848 }, "https://github.com/replicate/comfyui-replicate": { "stars": 170, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, @@ -7865,9 +7865,9 @@ "author_account_age_days": 4706 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1456, + "stars": 1457, "last_update": "2024-12-31 04:01:59", - "author_account_age_days": 5195 + "author_account_age_days": 5196 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, @@ -7887,12 +7887,12 @@ "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2901 + "author_account_age_days": 2902 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 2, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, @@ -7912,10 +7912,10 @@ "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3767 + "author_account_age_days": 3768 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 126, + "stars": 125, "last_update": "2024-12-03 19:25:59", "author_account_age_days": 4326 }, @@ -7927,12 +7927,12 @@ "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, @@ -7947,17 +7947,17 @@ "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 3, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 10, "last_update": "2024-12-31 16:13:21", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 18, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, @@ -7982,57 +7982,57 @@ "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 40, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 36, "last_update": "2025-01-26 18:33:08", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": { "stars": 18, "last_update": "2025-01-30 12:57:11", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 18, "last_update": "2025-01-30 12:57:11", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 403, "last_update": "2025-01-28 19:21:48", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { - "stars": 4, + "stars": 5, "last_update": "2025-01-30 16:54:42", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, @@ -8042,27 +8042,27 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5526 + "author_account_age_days": 5527 }, "https://github.com/seanlynch/srl-nodes": { "stars": 7, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5526 + "author_account_age_days": 5527 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 35, "last_update": "2025-01-15 08:00:45", - "author_account_age_days": 1008 + "author_account_age_days": 1009 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 118, @@ -8077,47 +8077,47 @@ "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 29, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 435, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 1422, "last_update": "2025-01-25 02:35:15", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 108, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 29, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 1, @@ -8125,14 +8125,14 @@ "author_account_age_days": 414 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { - "stars": 1, + "stars": 5, "last_update": "2025-01-15 17:05:57", "author_account_age_days": 414 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 133, "last_update": "2025-01-25 15:32:03", - "author_account_age_days": 2339 + "author_account_age_days": 2340 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, @@ -8145,7 +8145,7 @@ "author_account_age_days": 1986 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 362, + "stars": 363, "last_update": "2024-12-02 22:41:52", "author_account_age_days": 1986 }, @@ -8155,99 +8155,99 @@ "author_account_age_days": 1986 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 241, + "stars": 243, "last_update": "2024-12-29 10:24:12", "author_account_age_days": 1986 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 31, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2025-01-25 10:07:03", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 3, "last_update": "2025-01-22 00:03:55", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 3, "last_update": "2025-01-22 00:00:58", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-ramdom-node": { - "stars": 4, + "stars": 5, "last_update": "2025-01-25 10:05:38", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-textarea-command": { "stars": 2, "last_update": "2024-12-25 05:36:46", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shinich39/comfyui-view-recommendations": { "stars": 3, "last_update": "2024-12-28 08:28:51", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1847 + "author_account_age_days": 1848 }, "https://github.com/siliconflow/BizyAir": { "stars": 503, "last_update": "2025-01-28 05:57:07", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 19, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { "stars": 15, "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 201, @@ -8262,197 +8262,197 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2303 + "author_account_age_days": 2304 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 21, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 9, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 53, "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 15, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 37, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 7, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 30, "last_update": "2024-12-17 00:47:19", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 517, + "stars": 518, "last_update": "2025-01-16 00:38:15", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 13, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 54, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 68, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 53, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 25, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 211, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 52, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 6, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 31, "last_update": "2024-12-06 01:07:38", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2024-12-09 05:34:53", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 36, "last_update": "2024-12-25 06:26:03", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 61, "last_update": "2025-01-22 01:15:19", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 141, "last_update": "2024-12-05 12:00:37", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 19, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 82, "last_update": "2025-01-10 05:26:59", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 279, "last_update": "2025-01-19 04:15:14", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 134, "last_update": "2024-12-27 03:35:57", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, "last_update": "2025-01-27 14:44:06", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1788 + "author_account_age_days": 1789 }, "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, @@ -8477,91 +8477,91 @@ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 50, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 190, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 164, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { "stars": 78, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 49, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 186, "last_update": "2024-12-16 22:42:50", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 87, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { - "stars": 12, + "stars": 13, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 176, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5452 + "author_account_age_days": 5453 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 968, + "stars": 969, "last_update": "2025-01-06 19:06:53", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 88, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 87, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 71, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 3, - "last_update": "2025-01-28 22:02:13", + "stars": 4, + "last_update": "2025-01-31 14:49:32", "author_account_age_days": 4305 }, "https://github.com/stavsap/comfyui-ollama": { @@ -8597,7 +8597,7 @@ "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4692 + "author_account_age_days": 4693 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, @@ -8617,22 +8617,22 @@ "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6151 + "author_account_age_days": 6152 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 35, "last_update": "2025-01-09 02:36:09", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, @@ -8652,7 +8652,7 @@ "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 121, @@ -8662,12 +8662,12 @@ "https://github.com/sylym/comfy_vid2vid": { "stars": 69, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2119 + "author_account_age_days": 2120 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1228 + "author_account_age_days": 1229 }, "https://github.com/taabata/ComfyCanvas": { "stars": 78, @@ -8702,52 +8702,52 @@ "https://github.com/talesofai/comfyui-browser": { "stars": 529, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 17, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5319 + "author_account_age_days": 5320 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5319 + "author_account_age_days": 5320 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 2, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1577 + "author_account_age_days": 1578 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 165, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 46, "last_update": "2025-01-17 14:42:53", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 57, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 220, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 345, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, @@ -8767,7 +8767,7 @@ "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 102, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, @@ -8777,7 +8777,7 @@ "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 111, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3171 + "author_account_age_days": 3172 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 24, @@ -8792,7 +8792,7 @@ "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-01-29 03:31:09", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, @@ -8802,17 +8802,17 @@ "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4596 + "author_account_age_days": 4597 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 8, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, @@ -8822,37 +8822,37 @@ "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 69, "last_update": "2024-12-25 02:02:16", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 544, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 4041 + "author_account_age_days": 4042 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 44, "last_update": "2024-12-11 09:08:22", - "author_account_age_days": 3361 + "author_account_age_days": 3362 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, @@ -8862,22 +8862,22 @@ "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 27, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3181 + "author_account_age_days": 3182 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 16, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, @@ -8897,7 +8897,7 @@ "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 802, @@ -8907,12 +8907,12 @@ "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 117, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3923 + "author_account_age_days": 3924 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 146, @@ -8947,12 +8947,12 @@ "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/valofey/Openrouter-Node": { "stars": 2, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1604 + "author_account_age_days": 1605 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, @@ -8967,32 +8967,32 @@ "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-01-15 22:18:41", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3321 + "author_account_age_days": 3322 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3366 + "author_account_age_days": 3367 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3648 + "author_account_age_days": 3649 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 3, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 17, @@ -9007,12 +9007,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 158, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 2059 + "author_account_age_days": 2060 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2059 + "author_account_age_days": 2060 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, @@ -9022,7 +9022,7 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5205 + "author_account_age_days": 5206 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 111, @@ -9042,12 +9042,12 @@ "https://github.com/wallish77/wlsh_nodes": { "stars": 106, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2441 + "author_account_age_days": 2442 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3604 + "author_account_age_days": 3605 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 5, @@ -9057,7 +9057,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1188 + "author_account_age_days": 1189 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, @@ -9076,7 +9076,7 @@ }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 23, - "last_update": "2025-01-23 13:12:22", + "last_update": "2025-01-31 13:24:29", "author_account_age_days": 2129 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { @@ -9087,22 +9087,22 @@ "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2000 + "author_account_age_days": 2001 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 10, + "stars": 11, "last_update": "2025-01-25 18:28:07", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 5, "last_update": "2025-01-25 05:53:53", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 6, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, @@ -9121,7 +9121,7 @@ }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { "stars": 19, - "last_update": "2025-01-31 08:52:24", + "last_update": "2025-01-31 13:02:34", "author_account_age_days": 3579 }, "https://github.com/windfancy/zsq_prompt": { @@ -9132,27 +9132,27 @@ "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, "last_update": "2025-01-20 03:19:15", - "author_account_age_days": 2092 + "author_account_age_days": 2093 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2024-12-23 02:43:14", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 85, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5942 + "author_account_age_days": 5943 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5942 + "author_account_age_days": 5943 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, @@ -9172,7 +9172,7 @@ "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2483 + "author_account_age_days": 2484 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, @@ -9197,7 +9197,7 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, @@ -9217,12 +9217,12 @@ "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, @@ -9245,9 +9245,9 @@ "author_account_age_days": 4327 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 15, + "stars": 16, "last_update": "2024-11-30 08:19:45", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, @@ -9257,47 +9257,47 @@ "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3645 + "author_account_age_days": 3646 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 36, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 3, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 2, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 9, "last_update": "2025-01-21 07:30:20", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 61, "last_update": "2024-12-22 01:26:50", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 237, "last_update": "2024-12-12 08:22:38", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 55, "last_update": "2025-01-28 19:05:10", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, @@ -9312,62 +9312,62 @@ "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1255, "last_update": "2025-01-31 03:15:14", - "author_account_age_days": 1561 + "author_account_age_days": 1562 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 10, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 20, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4096 + "author_account_age_days": 4097 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 3, "last_update": "2024-12-25 18:42:17", - "author_account_age_days": 4096 + "author_account_age_days": 4097 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 5, "last_update": "2024-12-26 14:25:21", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 7, @@ -9380,69 +9380,69 @@ "author_account_age_days": 2664 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 94, + "stars": 95, "last_update": "2024-12-02 18:15:56", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 21, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 16, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 30, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 10, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 77, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 3, "last_update": "2025-01-26 08:28:35", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 85, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 11, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 32, - "last_update": "2025-01-30 06:12:32", - "author_account_age_days": 2373 + "stars": 35, + "last_update": "2025-01-31 13:12:11", + "author_account_age_days": 2374 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 341, "last_update": "2025-01-27 16:28:04", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, @@ -9452,27 +9452,27 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4636 + "author_account_age_days": 4637 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 23, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4636 + "author_account_age_days": 4637 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4636 + "author_account_age_days": 4637 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, @@ -9497,12 +9497,12 @@ "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, @@ -9520,8 +9520,8 @@ "author_account_age_days": 260 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 25, - "last_update": "2025-01-31 04:15:25", + "stars": 26, + "last_update": "2025-02-01 00:09:33", "author_account_age_days": 3597 }, "https://github.com/zmwv823/ComfyUI_Anytext": { @@ -9532,16 +9532,16 @@ "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 726, + "stars": 730, "last_update": "2025-01-30 02:59:55", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5182 + "author_account_age_days": 5183 } } \ 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 c7434cb9..71bf875a 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -924,6 +924,7 @@ "DeepSeekImageGeneration", "DeepSeekImageUnderstanding", "DeepSeekModelLoader", + "LLM_Loader", "OpenAICompatibleLoader" ], { @@ -1628,6 +1629,8 @@ "FrameBlend", "ImageReferenceUpdate", "ImageSelector", + "KeypointsInputNode", + "KeypointsToPoseNode", "SimHashCompare", "TemporalConsistency" ], @@ -2438,6 +2441,7 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", + "Preview3DAnimation", "PreviewAudio", "PreviewImage", "RandomNoise", @@ -3317,6 +3321,7 @@ [ "ForceMinimumBatchSize", "ImageCompositeChained", + "LineDetection", "MangaPanelSegmentationNode", "Mask_Fill_Region", "MatchImageCountToMaskCount", @@ -3325,6 +3330,7 @@ "RandomCharacterPrompts", "TargetLocationCrop", "TargetLocationPaste", + "Yolov8Detection", "easy_parallax", "string_list_to_prompt_schedule" ], @@ -4247,7 +4253,8 @@ ], "https://github.com/nomcycle/ComfyUI_Cluster": [ [ - "FenceClusteredWorkflow" + "ClusterFanInTensorsToBatch", + "ClusterInstanceIndex" ], { "title_aux": "ComfyUI_Cluster [WIP]" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 4855f545..6164d73c 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,17 +2,17 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2024-08-27 11:02:59", - "author_account_age_days": 4986 + "author_account_age_days": 4987 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 2, @@ -27,12 +27,12 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 2, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 2, @@ -42,37 +42,37 @@ "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 108, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 115, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 12, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 4, @@ -82,7 +82,7 @@ "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 2, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 4, @@ -92,17 +92,17 @@ "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 1, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 6, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4175 + "author_account_age_days": 4176 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 4, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4175 + "author_account_age_days": 4176 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 2, @@ -117,22 +117,22 @@ "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 54, "last_update": "2024-10-20 05:32:01", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 1, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 32, @@ -142,37 +142,37 @@ "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 1, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4372 + "author_account_age_days": 4373 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 1, "last_update": "2025-01-21 22:11:12", - "author_account_age_days": 4328 + "author_account_age_days": 4329 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2024-09-02 02:30:05", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 2, @@ -182,7 +182,7 @@ "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 2, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 15, @@ -190,14 +190,14 @@ "author_account_age_days": 296 }, "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { - "stars": 21, + "stars": 22, "last_update": "2024-10-07 08:25:18", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 1, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, @@ -207,17 +207,17 @@ "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 1, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1252 + "author_account_age_days": 1253 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 2, "last_update": "2025-01-26 21:41:17", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 22, @@ -232,7 +232,7 @@ "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 1, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, @@ -242,17 +242,17 @@ "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 1, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 1, @@ -267,27 +267,27 @@ "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1099 + "author_account_age_days": 1100 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/Grey3016/Save2Icon": { "stars": 4, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, @@ -301,18 +301,18 @@ }, "https://github.com/HuangYuChuh/ComfyUI-DeepSeek_Toolkit": { "stars": 2, - "last_update": "2025-01-31 08:36:14", + "last_update": "2025-01-31 16:41:53", "author_account_age_days": 285 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 2, "last_update": "2025-01-24 09:54:28", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 1, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 161, @@ -322,47 +322,47 @@ "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2799 + "author_account_age_days": 2800 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4848 + "author_account_age_days": 4849 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 9, "last_update": "2024-10-19 04:52:23", - "author_account_age_days": 3489 + "author_account_age_days": 3490 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1112 + "author_account_age_days": 1113 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 1, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 68, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 1, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 1, @@ -370,7 +370,7 @@ "author_account_age_days": 1783 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 4, + "stars": 5, "last_update": "2024-11-24 15:55:30", "author_account_age_days": 3411 }, @@ -392,12 +392,12 @@ "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/Lilien86/Comfyui_Lilien": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, @@ -407,22 +407,22 @@ "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 1, "last_update": "2024-12-13 11:18:22", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 34, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 1, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 4, "last_update": "2025-01-05 19:26:43", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, @@ -432,17 +432,17 @@ "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 30, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/Njbx/ComfyUI-blockswap": { "stars": 1, "last_update": "2025-01-13 02:42:23", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/PATATAJEC/Patatajec-Nodes": { "stars": 2, @@ -462,7 +462,7 @@ "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-01-17 16:08:53", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, @@ -477,12 +477,12 @@ "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 1, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 3864 + "author_account_age_days": 3865 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 1, "last_update": "2024-11-19 07:44:26", - "author_account_age_days": 4837 + "author_account_age_days": 4838 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, @@ -492,7 +492,7 @@ "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 22, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4260 + "author_account_age_days": 4261 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, @@ -502,22 +502,22 @@ "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 1, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 2, "last_update": "2025-01-06 08:42:32", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 1, "last_update": "2025-01-17 08:27:28", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 37, "last_update": "2024-12-26 15:28:54", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 61, @@ -527,12 +527,12 @@ "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 6, "last_update": "2024-12-10 01:28:56", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 1, @@ -542,61 +542,61 @@ "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/SpatialDeploy/ComfyUI-Voxels": { "stars": 4, "last_update": "2025-01-15 15:16:48", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 41, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 492, "last_update": "2025-01-20 09:54:31", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 93, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 191, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-01-11 00:44:21", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/T8star1984/comfyui-purgevram": { "stars": 91, "last_update": "2024-11-01 06:31:44", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3693 + "author_account_age_days": 3694 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/UD1sto/plugin-utils-nodes": { "stars": 0, - "last_update": "2025-01-28 18:53:09", + "last_update": "2025-01-31 21:37:42", "author_account_age_days": 1506 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { @@ -612,37 +612,37 @@ "https://github.com/WASasquatch/ASTERR": { "stars": 26, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 45, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 89, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 311, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 229, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 3, @@ -652,7 +652,7 @@ "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 1, @@ -662,7 +662,7 @@ "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 25, "last_update": "2024-10-12 14:14:59", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, @@ -677,7 +677,7 @@ "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, @@ -692,17 +692,17 @@ "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 1, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4592 + "author_account_age_days": 4593 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 1, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4169 + "author_account_age_days": 4170 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 98, @@ -727,42 +727,42 @@ "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 62, "last_update": "2024-09-02 19:42:07", - "author_account_age_days": 3757 + "author_account_age_days": 3758 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, @@ -772,47 +772,47 @@ "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 1, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/celll1/cel_sampler": { "stars": 2, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 129, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 669, + "stars": 672, "last_update": "2025-01-24 09:27:17", "author_account_age_days": 2998 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3339 + "author_account_age_days": 3340 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 47, "last_update": "2025-01-05 19:54:48", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 1, @@ -820,8 +820,8 @@ "author_account_age_days": 4420 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 65306, - "last_update": "2025-01-30 11:49:59", + "stars": 65354, + "last_update": "2025-01-31 18:13:17", "author_account_age_days": 770 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { @@ -837,12 +837,12 @@ "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 1, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2036 + "author_account_age_days": 2037 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 241, @@ -852,22 +852,22 @@ "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 1, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6195 + "author_account_age_days": 6196 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 2, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, @@ -885,9 +885,9 @@ "author_account_age_days": 2468 }, "https://github.com/eigenpunk/ComfyUI-audio": { - "stars": 82, + "stars": 83, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 1146 + "author_account_age_days": 1147 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, @@ -902,17 +902,17 @@ "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2815 + "author_account_age_days": 2816 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 5, @@ -927,37 +927,37 @@ "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 1, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2233 + "author_account_age_days": 2234 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4259 + "author_account_age_days": 4260 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 2, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 4948 + "author_account_age_days": 4949 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 1, @@ -982,7 +982,7 @@ "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 1, "last_update": "2024-12-11 20:10:04", - "author_account_age_days": 3181 + "author_account_age_days": 3182 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, @@ -992,7 +992,7 @@ "https://github.com/gitmylo/FlowNodes": { "stars": 9, "last_update": "2025-01-07 15:59:52", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 1, @@ -1007,22 +1007,22 @@ "https://github.com/grimli333/ComfyUI_Grim": { "stars": 1, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/hananbeer/node_dev": { "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 2, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 7, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 15, @@ -1037,17 +1037,17 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 6, "last_update": "2025-01-12 00:01:43", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 1, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5264 + "author_account_age_days": 5265 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 1, @@ -1082,7 +1082,7 @@ "https://github.com/ilovejohnwhite/Tracer": { "stars": 1, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, @@ -1092,7 +1092,7 @@ "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, @@ -1107,27 +1107,27 @@ "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 224, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": { "stars": 3, - "last_update": "2025-01-31 03:24:31", - "author_account_age_days": 769 + "last_update": "2025-02-01 02:48:52", + "author_account_age_days": 770 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 1, "last_update": "2024-09-29 00:53:48", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 193, @@ -1142,7 +1142,7 @@ "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 1, @@ -1157,7 +1157,7 @@ "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 1, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 10, @@ -1165,7 +1165,7 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { - "stars": 37, + "stars": 38, "last_update": "2024-05-21 16:43:40", "author_account_age_days": 2404 }, @@ -1190,13 +1190,13 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 232, - "last_update": "2025-01-31 11:32:07", + "stars": 233, + "last_update": "2025-01-31 15:24:35", "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1681, - "last_update": "2025-01-25 18:22:01", + "stars": 1684, + "last_update": "2025-01-31 21:50:27", "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-MMAudio": { @@ -1215,14 +1215,14 @@ "author_account_age_days": 2404 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { - "stars": 98, + "stars": 99, "last_update": "2025-01-27 21:37:31", "author_account_age_days": 2404 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 13, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/kk8bit/KayTool": { "stars": 10, @@ -1237,7 +1237,7 @@ "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 1, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1602 + "author_account_age_days": 1603 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 1, @@ -1252,12 +1252,12 @@ "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 1, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, @@ -1267,7 +1267,7 @@ "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 75, @@ -1277,7 +1277,7 @@ "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 4, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 12, @@ -1297,7 +1297,7 @@ "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 105, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1047, @@ -1317,7 +1317,7 @@ "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 1, @@ -1327,17 +1327,17 @@ "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 229, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/lu64k/SK-Nodes": { "stars": 1, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 1, "last_update": "2025-01-08 13:42:28", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, @@ -1347,17 +1347,17 @@ "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 4, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2003 + "author_account_age_days": 2004 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, @@ -1367,27 +1367,27 @@ "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 5, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3756 + "author_account_age_days": 3757 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3966 + "author_account_age_days": 3967 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, "last_update": "2025-01-29 10:42:55", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, @@ -1397,7 +1397,7 @@ "https://github.com/mikeymcfish/FishTools": { "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 1, @@ -1417,57 +1417,57 @@ "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 1, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/monate0615/ComfyUI-Affine-Transform": { "stars": 2, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { "stars": 1, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 47, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 1, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1519 + "author_account_age_days": 1520 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-01-28 05:29:24", - "author_account_age_days": 2911 + "author_account_age_days": 2912 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 1, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/neo0801/my-comfy-node": { "stars": 1, @@ -1522,37 +1522,37 @@ "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 2, - "last_update": "2025-01-30 08:32:13", - "author_account_age_days": 4559 + "last_update": "2025-02-01 00:35:47", + "author_account_age_days": 4560 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 10, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2024-11-16 20:04:56", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 1, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 18, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 150, @@ -1567,12 +1567,12 @@ "https://github.com/paulhoux/Smart-Prompting": { "stars": 1, "last_update": "2024-09-20 08:43:53", - "author_account_age_days": 5344 + "author_account_age_days": 5345 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 2, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, @@ -1587,7 +1587,7 @@ "https://github.com/prabinpebam/anyPython": { "stars": 12, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 53, @@ -1595,9 +1595,9 @@ "author_account_age_days": 1251 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { - "stars": 3, + "stars": 4, "last_update": "2025-01-20 23:55:46", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, @@ -1607,12 +1607,12 @@ "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 49, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 0, @@ -1632,12 +1632,12 @@ "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 1, "last_update": "2024-10-12 08:04:58", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 1, @@ -1647,7 +1647,7 @@ "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/sangeet/testui": { "stars": 2, @@ -1657,12 +1657,12 @@ "https://github.com/scottmudge/ComfyUI_BiscuitNodes": { "stars": 1, "last_update": "2024-12-23 05:18:17", - "author_account_age_days": 3170 + "author_account_age_days": 3171 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 1, @@ -1672,32 +1672,32 @@ "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 15, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/shinich39/comfyui-event-handler": { "stars": 1, "last_update": "2025-01-22 00:04:16", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, @@ -1707,7 +1707,7 @@ "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 1, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": { "stars": 2, @@ -1717,12 +1717,12 @@ "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 32, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/sofakid/dandy": { "stars": 46, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 2, @@ -1757,7 +1757,7 @@ "https://github.com/sugarkwork/comfyui_psd": { "stars": 5, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 1, @@ -1767,22 +1767,22 @@ "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 1, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3087 + "author_account_age_days": 3088 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, @@ -1797,17 +1797,17 @@ "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 35, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5419 + "author_account_age_days": 5420 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3159 + "author_account_age_days": 3160 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, @@ -1832,7 +1832,7 @@ "https://github.com/warshanks/Shank-Tools": { "stars": 1, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 2, @@ -1847,12 +1847,12 @@ "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 1, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 16, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4812 + "author_account_age_days": 4813 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 3, @@ -1862,7 +1862,7 @@ "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, @@ -1872,7 +1872,7 @@ "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 1, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4237 + "author_account_age_days": 4238 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, @@ -1887,12 +1887,12 @@ "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 1, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 317, diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 076fbbde..8092d739 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2818,11 +2818,17 @@ ], "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": [ [ - "DP 10 String Switch", + "DP 10 Images Switch Or Batch", + "DP 10 String Switch Or Connect", "DP 2 String Switch", + "DP 3 Images Switch Or Batch", + "DP 3 String Switch Or Connect", "DP 5 Find And Replace", - "DP 5 String Switch", + "DP 5 Images Switch Or Batch", + "DP 5 String Switch Or Connect", + "DP Add Background To Png", "DP Add Weight To String Sdxl", + "DP Advanced Sampler", "DP Advanced Weight String Sdxl", "DP Animation Calculator 10 Inputs", "DP Animation Calculator 5 Inputs", @@ -2832,8 +2838,7 @@ "DP Broken Token", "DP Clean Prompt", "DP Clean Prompt Travel", - "DP Combo Controller", - "DP Condition Mixer", + "DP Condition Switch", "DP ControlNet Apply Advanced", "DP Crazy Prompt Mixer", "DP Create Json File", @@ -2845,6 +2850,7 @@ "DP Fast Slow Motion", "DP Five Lora", "DP Five Lora Random", + "DP Float Stepper", "DP Image And String Pairs Switch", "DP Image Color Analyzer", "DP Image Color Analyzer Small", @@ -2855,12 +2861,10 @@ "DP Image Empty Latent Switch SDXL", "DP Image Slide Show", "DP Image Strip", - "DP Image Switch 10", - "DP Image Switch 3", - "DP Image Switch 5", "DP Int 0-1000", "DP Int 0-1000 4 Step", "DP Int 0-1000 8 Step", + "DP Latent Split", "DP Line Cycler", "DP Load Checkpoint With Info", "DP Load Controlnet Model With Name", @@ -2870,13 +2874,10 @@ "DP Load Image Minimal", "DP Load UNET With Info", "DP Logo Animator", - "DP Logo Animator Advanced", "DP Lora Random Strength Controller", "DP Lora Strength Controller", - "DP Lora Strength Stepper", "DP Mask Settings", "DP Prompt Inverter", - "DP Prompt Manager", "DP Prompt Manager Small", "DP Prompt Mode Controller", "DP Prompt Styler", @@ -2894,9 +2895,7 @@ "DP Save Preview Image", "DP Set New Model Folder Link", "DP String Text", - "DP String Text With Weight", - "DP String With Switch", - "DP Strings Connector", + "DP String Text With Sdxl Weight", "DP Strip Edge Masks", "DP Switch Controller", "DP Text Preview", @@ -2907,10 +2906,8 @@ "DP Video Looper", "DP Video Transition", "DP_Crazy_Prompt_Mixer", - "DP_Logo_Animator_Advanced", - "DP_Lora_Strength_Stepper", - "DP_Prompt_Inverter", - "DP_Strings_Connector" + "DP_Float_Stepper", + "DP_Prompt_Inverter" ], { "title_aux": "ComfyUI-Desert-Pixel-Nodes" @@ -4714,6 +4711,8 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ + "DownsampledAttentionGuidance", + "DownsampledLatentGuidance", "LatentNormalizedLanczosResize", "RescaledPAG", "RescaledSEG" @@ -7351,6 +7350,7 @@ "AspectRatioAdvanced", "DisplayEverything", "ImageComparer", + "LensFlare", "MultiFloat", "MultiTextNode", "SKB_AnySwitch", @@ -8450,6 +8450,7 @@ "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", + "Star Face Loader", "StarFiveWildcards", "StarImageSwitch", "StarTextFilter", @@ -11881,18 +11882,22 @@ "SamplerSonarEuler", "SamplerSonarEulerA", "SonarAdvanced1fNoise", + "SonarAdvancedDistroNoise", "SonarAdvancedPowerLawNoise", "SonarAdvancedPyramidNoise", "SonarBlendedNoise", "SonarChannelNoise", "SonarCompositeNoise", "SonarCustomNoise", + "SonarCustomNoiseAdv", "SonarGuidanceConfig", "SonarGuidedNoise", "SonarModulatedNoise", "SonarRandomNoise", "SonarRepeatedNoise", - "SonarScheduledNoise" + "SonarResizedNoise", + "SonarScheduledNoise", + "SonarWaveletFilteredNoise" ], { "title_aux": "ComfyUI-sonar" @@ -13897,6 +13902,7 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", + "Preview3DAnimation", "PreviewAudio", "PreviewImage", "RandomNoise", @@ -16638,8 +16644,10 @@ "Griptape Replace: Rulesets on Agent", "Griptape Replace: Tools on Agent", "Griptape Rerank Driver: Cohere", + "Griptape Retrieve: Cloud Ruleset", "Griptape Run: Agent", "Griptape Run: Audio Transcription", + "Griptape Run: Cloud Assistant", "Griptape Run: Image Description", "Griptape Run: Parallel Image Description", "Griptape Run: Prompt Task", @@ -22682,8 +22690,7 @@ "LayeredInfiniteZoom", "Replicate flux 1.1 pro ultra", "ReplicateAPI_flux_1_1_pro_ultra", - "ReplicateAPI_flux_fill_pro", - "WebViewer" + "ReplicateAPI_flux_fill_pro" ], { "title_aux": "Node_Fun_ComfyUI" From 510c3646078a508197bb1ce8907512580e1d5aa8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Feb 2025 16:35:56 +0900 Subject: [PATCH 34/73] feat: stop feature feat: model-manager - support background tasking --- glob/manager_core.py | 2 +- glob/manager_server.py | 233 ++++++++++++++++++++----------------- js/custom-nodes-manager.js | 96 +++++++++++---- js/model-manager.js | 170 ++++++++++++++++++++++----- pyproject.toml | 2 +- 5 files changed, 345 insertions(+), 158 deletions(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index b99b9b7b..263bf06d 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -41,7 +41,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 12, 2] +version_code = [3, 13] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') diff --git a/glob/manager_server.py b/glob/manager_server.py index fbce5cbe..f0d78ec2 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -369,12 +369,14 @@ def nickname_filter(json_obj): return json_obj -install_queue = queue.Queue() -install_result = {} +task_queue = queue.Queue() +nodepack_result = {} +model_result = {} -async def install_worker(): - global install_result - global install_queue +async def task_worker(): + global task_queue + global nodepack_result + global model_result async def do_install(item): ui_id, node_spec_str, channel, mode, skip_post_install = item @@ -384,7 +386,7 @@ async def install_worker(): if node_spec is None: logging.error(f"Cannot resolve install target: '{node_spec_str}'") - install_result[ui_id] = f"Cannot resolve install target: '{node_spec_str}'" + nodepack_result[ui_id] = f"Cannot resolve install target: '{node_spec_str}'" return node_name, version_spec, is_specified = node_spec @@ -393,18 +395,18 @@ async def install_worker(): if res.action not in ['skip', 'enable', 'install-git', 'install-cnr', 'switch-cnr']: logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") - install_result[ui_id] = res.msg + nodepack_result[ui_id] = res.msg return elif not res.result: logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") - install_result[ui_id] = res.msg + nodepack_result[ui_id] = res.msg return - install_result[ui_id] = 'success' + nodepack_result[ui_id] = 'success' except Exception: traceback.print_exc() - install_result[ui_id] = f"Installation failed:\n{node_spec_str}" + nodepack_result[ui_id] = f"Installation failed:\n{node_spec_str}" async def do_update(item): ui_id, node_name, node_ver = item @@ -415,14 +417,14 @@ async def install_worker(): manager_util.clear_pip_cache() if res.result: - install_result[ui_id] = 'success' + nodepack_result[ui_id] = 'success' return logging.error(f"\nERROR: An error occurred while updating '{node_name}'.") - install_result[ui_id] = f"An error occurred while updating '{node_name}'." + nodepack_result[ui_id] = f"An error occurred while updating '{node_name}'." except Exception: traceback.print_exc() - install_result[ui_id] = f"An error occurred while updating '{node_name}'." + nodepack_result[ui_id] = f"An error occurred while updating '{node_name}'." async def do_fix(item): ui_id, node_name, node_ver = item @@ -431,16 +433,16 @@ async def install_worker(): res = core.unified_manager.unified_fix(node_name, node_ver) if res.result: - install_result[ui_id] = 'success' + nodepack_result[ui_id] = 'success' return else: logging.error(res.msg) logging.error(f"\nERROR: An error occurred while fixing '{node_name}@{node_ver}'.") - install_result[ui_id] = f"An error occurred while fixing '{node_name}@{node_ver}'." + nodepack_result[ui_id] = f"An error occurred while fixing '{node_name}@{node_ver}'." except Exception: traceback.print_exc() - install_result[ui_id] = f"An error occurred while fixing '{node_name}@{node_ver}'." + nodepack_result[ui_id] = f"An error occurred while fixing '{node_name}@{node_ver}'." async def do_uninstall(item): ui_id, node_name, is_unknown = item @@ -449,14 +451,14 @@ async def install_worker(): res = core.unified_manager.unified_uninstall(node_name, is_unknown) if res.result: - install_result[ui_id] = 'success' + nodepack_result[ui_id] = 'success' return logging.error(f"\nERROR: An error occurred while uninstalling '{node_name}'.") - install_result[ui_id] = f"An error occurred while uninstalling '{node_name}'." + nodepack_result[ui_id] = f"An error occurred while uninstalling '{node_name}'." except Exception: traceback.print_exc() - install_result[ui_id] = f"An error occurred while uninstalling '{node_name}'." + nodepack_result[ui_id] = f"An error occurred while uninstalling '{node_name}'." async def do_disable(item): ui_id, node_name, is_unknown = item @@ -465,48 +467,96 @@ async def install_worker(): res = core.unified_manager.unified_disable(node_name, is_unknown) if res: - install_result[ui_id] = 'success' + nodepack_result[ui_id] = 'success' return - install_result[ui_id] = f"Failed to disable: '{node_name}'" + nodepack_result[ui_id] = f"Failed to disable: '{node_name}'" except Exception: traceback.print_exc() - install_result[ui_id] = f"Failed to disable: '{node_name}'" + nodepack_result[ui_id] = f"Failed to disable: '{node_name}'" + + async def do_install_model(item): + ui_id, json_data = item + + model_path = get_model_path(json_data) + model_url = json_data['url'] + + try: + if model_path is not None: + logging.info(f"Install model '{json_data['name']}' from '{model_url}' into '{model_path}'") + if not core.get_config()['model_download_by_agent'] and ( + model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): + model_dir = get_model_dir(json_data, True) + download_url(model_url, model_dir, filename=json_data['filename']) + if model_path.endswith('.zip'): + res = core.unzip(model_path) + else: + res = True + + if res: + model_result[ui_id] = 'success' + return + else: + res = download_url_with_agent(model_url, model_path) + if res and model_path.endswith('.zip'): + res = core.unzip(model_path) + else: + logging.error(f"Model installation error: invalid model type - {json_data['type']}") + return + + if res: + model_result[ui_id] = 'success' + return + + except Exception as e: + logging.error(f"[ERROR] {e}", file=sys.stderr) + + model_result[ui_id] = f"Model installation error: {model_url}" stats = {} while True: - done_count = len(install_result) - total_count = done_count + install_queue.qsize() + done_count = len(nodepack_result) + len(model_result) + total_count = done_count + task_queue.qsize() - if install_queue.empty(): + if task_queue.empty(): logging.info(f"\n[ComfyUI-Manager] Queued works are completed.\n{stats}") logging.info("\nAfter restarting ComfyUI, please refresh the browser.") - PromptServer.instance.send_sync("cm-install-status", - {'status': 'done', 'result': install_result, + PromptServer.instance.send_sync("cm-queue-status", + {'status': 'done', + 'nodepack_result': nodepack_result, 'model_result': model_result, 'total_count': total_count, 'done_count': done_count}) - install_result = {} - install_queue = queue.Queue() + nodepack_result = {} + task_queue = queue.Queue() return - kind, item = install_queue.get() + kind, item = task_queue.get() - if kind == 'install': - await do_install(item) - elif kind == 'update': - await do_update(item) - elif kind == 'fix': - await do_fix(item) - elif kind == 'uninstall': - await do_uninstall(item) - elif kind == 'disable': - await do_disable(item) + try: + if kind == 'install': + await do_install(item) + if kind == 'install-model': + await do_install_model(item) + elif kind == 'update': + await do_update(item) + elif kind == 'fix': + await do_fix(item) + elif kind == 'uninstall': + await do_uninstall(item) + elif kind == 'disable': + await do_disable(item) + except Exception: + traceback.print_exc() stats[kind] = stats.get(kind, 0) + 1 - PromptServer.instance.send_sync("cm-install-status", - {'status': 'in_progress', 'target': item[0], + ui_target = "model_manager" if kind == 'install-model' else 'nodepack_manager' + + print(f"kind: {kind} / ui_target: {ui_target}") + + PromptServer.instance.send_sync("cm-queue-status", + {'status': 'in_progress', 'target': item[0], 'ui_target': ui_target, 'total_count': total_count, 'done_count': done_count}) @@ -1006,30 +1056,31 @@ async def import_fail_info(request): return web.Response(status=400) -@routes.post("/customnode/reinstall") +@routes.post("/manager/queue/reinstall") async def reinstall_custom_node(request): await uninstall_custom_node(request) await install_custom_node(request) -@routes.get("/customnode/queue/reset") +@routes.get("/manager/queue/reset") async def reset_queue(request): - global install_queue - install_queue = queue.Queue() + global task_queue + task_queue = queue.Queue() return web.Response(status=200) -@routes.get("/customnode/queue/count") +@routes.get("/manager/queue/status") async def queue_count(request): - global install_queue + global task_queue - done_count = len(install_result) - total_count = done_count + install_queue.qsize() + done_count = len(nodepack_result) + len(model_result) + total_count = done_count + task_queue.qsize() + in_progress = task_worker_thread is not None and task_worker_thread.is_alive() - return web.json_response({'total_count': total_count, 'done_count': done_count}) + return web.json_response({'total_count': total_count, 'done_count': done_count, 'in_progress': in_progress}) -@routes.post("/customnode/queue/install") +@routes.post("/manager/queue/install") async def install_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -1073,22 +1124,32 @@ async def install_custom_node(request): return web.Response(status=404, text="A security error has occurred. Please check the terminal logs") install_item = json_data.get('ui_id'), node_spec_str, json_data['channel'], json_data['mode'], skip_post_install - install_queue.put(("install", install_item)) + task_queue.put(("install", install_item)) return web.Response(status=200) -@routes.get("/customnode/queue/start") +task_worker_thread = None + +@routes.get("/manager/queue/start") async def queue_start(request): - global install_result - install_result = {} + global nodepack_result + global model_result + global task_worker_thread - threading.Thread(target=lambda: asyncio.run(install_worker())).start() + if task_worker_thread is not None and task_worker_thread.is_alive(): + return web.Response(status=201) # already in-progress + + nodepack_result = {} + model_result = {} + + task_worker_thread = threading.Thread(target=lambda: asyncio.run(task_worker())) + task_worker_thread.start() return web.Response(status=200) -@routes.post("/customnode/queue/fix") +@routes.post("/manager/queue/fix") async def fix_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_GENERAL) @@ -1105,7 +1166,7 @@ async def fix_custom_node(request): node_name = os.path.basename(json_data['files'][0]) update_item = json_data.get('ui_id'), node_name, json_data['version'] - install_queue.put(("fix", update_item)) + task_queue.put(("fix", update_item)) return web.Response(status=200) @@ -1142,7 +1203,7 @@ async def install_custom_node_pip(request): return web.Response(status=200) -@routes.post("/customnode/queue/uninstall") +@routes.post("/manager/queue/uninstall") async def uninstall_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -1160,12 +1221,12 @@ async def uninstall_custom_node(request): node_name = os.path.basename(json_data['files'][0]) uninstall_item = json_data.get('ui_id'), node_name, is_unknown - install_queue.put(("uninstall", uninstall_item)) + task_queue.put(("uninstall", uninstall_item)) return web.Response(status=200) -@routes.post("/customnode/queue/update") +@routes.post("/manager/queue/update") async def update_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -1181,7 +1242,7 @@ async def update_custom_node(request): node_name = os.path.basename(json_data['files'][0]) update_item = json_data.get('ui_id'), node_name, json_data['version'] - install_queue.put(("update", update_item)) + task_queue.put(("update", update_item)) return web.Response(status=200) @@ -1232,7 +1293,7 @@ async def comfyui_switch_version(request): return web.Response(status=400) -@routes.post("/customnode/queue/disable") +@routes.post("/manager/queue/disable") async def disable_node(request): json_data = await request.json() @@ -1246,7 +1307,7 @@ async def disable_node(request): node_name = os.path.basename(json_data['files'][0]) update_item = json_data.get('ui_id'), node_name, is_unknown - install_queue.put(("disable", update_item)) + task_queue.put(("disable", update_item)) return web.Response(status=200) @@ -1264,12 +1325,10 @@ async def need_to_migrate(request): return web.Response(text=str(core.need_to_migrate), status=200) -@routes.post("/model/install") +@routes.post("/manager/queue/install_model") async def install_model(request): json_data = await request.json() - model_path = get_model_path(json_data) - if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) return web.Response(status=403) @@ -1287,42 +1346,8 @@ async def install_model(request): logging.error(SECURITY_MESSAGE_NORMAL_MINUS) return web.Response(status=403) - def do_install(): - res = False - - try: - if model_path is not None: - - model_url = json_data['url'] - logging.info(f"Install model '{json_data['name']}' from '{model_url}' into '{model_path}'") - if not core.get_config()['model_download_by_agent'] and ( - model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): - model_dir = get_model_dir(json_data, True) - download_url(model_url, model_dir, filename=json_data['filename']) - if model_path.endswith('.zip'): - res = core.unzip(model_path) - else: - res = True - - if res: - return web.json_response({}, content_type='application/json') - else: - res = download_url_with_agent(model_url, model_path) - if res and model_path.endswith('.zip'): - res = core.unzip(model_path) - else: - logging.error(f"Model installation error: invalid model type - {json_data['type']}") - - if res: - return web.json_response({}, content_type='application/json') - except Exception as e: - logging.error(f"[ERROR] {e}", file=sys.stderr) - return web.Response(status=400) - - # Run the installation in a thread pool - with concurrent.futures.ThreadPoolExecutor() as executor: - - asyncio.get_event_loop().run_in_executor(executor, do_install) + install_item = json_data.get('ui_id'), json_data + task_queue.put(("install-model", install_item)) return web.Response(status=200) diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index f562878d..fdece3be 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -55,6 +55,12 @@ const pageCss = ` color: white; } +.cn-manager .cn-manager-stop { + display: none; + background-color: #500000; + color: white; +} + .cn-manager .cn-manager-back { align-items: center; justify-content: center; @@ -344,13 +350,14 @@ const pageHtml = `