diff --git a/README.md b/README.md index 65e986f2..ea4919a7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/refs/heads/Main/ComfyUI-Manager/images/dialog.jpg) ## NOTICE +* V3.38: **Security patch** - Manager data migrated to protected path. See [Migration Guide](docs/en/v3.38-userdata-security-migration.md). * V3.16: Support for `uv` has been added. Set `use_uv` in `config.ini`. * V3.10: `double-click feature` is removed * This feature has been moved to https://github.com/ltdrdata/comfyui-connection-helper @@ -140,20 +141,27 @@ This repository provides Colab notebooks that allow you to install and use Comfy ## Paths -In `ComfyUI-Manager` V3.0 and later, configuration files and dynamically generated files are located under `/default/ComfyUI-Manager/`. +Starting from V3.38, Manager uses a protected system path for enhanced security. -* - * If executed without any options, the path defaults to ComfyUI/user. - * It can be set using --user-directory . +* + * If executed without any options, the path defaults to ComfyUI/user. + * It can be set using --user-directory . -* Basic config files: `/default/ComfyUI-Manager/config.ini` -* Configurable channel lists: `/default/ComfyUI-Manager/channels.ini` -* Configurable pip overrides: `/default/ComfyUI-Manager/pip_overrides.json` -* Configurable pip blacklist: `/default/ComfyUI-Manager/pip_blacklist.list` -* Configurable pip auto fix: `/default/ComfyUI-Manager/pip_auto_fix.list` -* Saved snapshot files: `/default/ComfyUI-Manager/snapshots` -* Startup script files: `/default/ComfyUI-Manager/startup-scripts` -* Component files: `/default/ComfyUI-Manager/components` +| ComfyUI Version | Manager Path | +|-----------------|--------------| +| v0.3.76+ (with System User API) | `/__manager/` | +| Older versions | `/default/ComfyUI-Manager/` | + +* Basic config files: `config.ini` +* Configurable channel lists: `channels.list` +* Configurable pip overrides: `pip_overrides.json` +* Configurable pip blacklist: `pip_blacklist.list` +* Configurable pip auto fix: `pip_auto_fix.list` +* Saved snapshot files: `snapshots/` +* Startup script files: `startup-scripts/` +* Component files: `components/` + +> **Note**: See [Migration Guide](docs/en/v3.38-userdata-security-migration.md) for upgrade details. ## `extra_model_paths.yaml` Configuration diff --git a/custom-node-list.json b/custom-node-list.json index 56a6c2b6..e7c7aa36 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -430,6 +430,16 @@ "install_type": "git-clone", "description": "Apply AFFINE noise transforms to latent space to improve image quality, especially with light loras." }, + { + "author": "was", + "title": "WAS LMStudio Easy-Query", + "reference": "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery", + "files": [ + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery" + ], + "install_type": "git-clone", + "description": "LM Studio calls with image support and easy task directions." + }, { "author": "omar92", "title": "Quality of life Suit:V2", @@ -954,7 +964,7 @@ ], "install_type": "git-clone", "description": "This node allows downloading models directly within ComfyUI for easier use and integration." - }, + }, { "author": "Suzie1", "title": "Comfyroll Studio", @@ -1843,7 +1853,7 @@ ], "install_type": "git-clone", "description": "A small node suite for ComfyUI" - }, + }, { "author": "Extraltodeus", "title": "noise latent perlinpinpin", @@ -2250,10 +2260,10 @@ { "author": "bradsec", "title": "ResolutionSelector for ComfyUI", - "id": "resolution-selector", - "reference": "https://github.com/bradsec/ComfyUI_ResolutionSelector", + "id": "comfyui_resolutionselectorplus", + "reference": "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus", "files": [ - "https://github.com/bradsec/ComfyUI_ResolutionSelector" + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus" ], "install_type": "git-clone", "description": "A custom node for Stable Diffusion ComfyUI to enable easy selection of image resolutions for SDXL SD15 SD21" @@ -3315,6 +3325,16 @@ "install_type": "git-clone", "description": "Mel-Band RoFormer for Music Source Separation" }, + { + "author": "kijai", + "title": "ComfyUI-SCAIL-Pose", + "reference": "https://github.com/kijai/ComfyUI-SCAIL-Pose", + "files": [ + "https://github.com/kijai/ComfyUI-SCAIL-Pose" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for SCAIL input processing" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -4894,6 +4914,16 @@ "install_type": "git-clone", "description": "This extension helps generate images through NAI." }, + { + "author": "bedovyy", + "title": "ComfyUI-LLM-Helper", + "reference": "https://github.com/bedovyy/ComfyUI-LLM-Helper", + "files": [ + "https://github.com/bedovyy/ComfyUI-LLM-Helper" + ], + "install_type": "git-clone", + "description": "A collection of helper nodes for working with LLM APIs in ComfyUI, intended to complement other LLM custom nodes." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", @@ -5081,6 +5111,16 @@ "install_type": "git-clone", "description": "A standalone ComfyUI custom node for creating animated shapes that follow user-drawn paths." }, + { + "author": "filliptm", + "title": "ComfyUI_FL-CosyVoice3", + "reference": "https://github.com/filliptm/ComfyUI_FL-CosyVoice3", + "files": [ + "https://github.com/filliptm/ComfyUI_FL-CosyVoice3" + ], + "install_type": "git-clone", + "description": "FL CosyVoice3 - Advanced Text-to-Speech nodes for ComfyUI. Features zero-shot voice cloning, cross-lingual synthesis, instruction-based control, and voice conversion using the CosyVoice3 model family. Supports 9 languages and 18+ Chinese dialects with automatic model downloading and caching." + }, { "author": "zfkun", "title": "ComfyUI_zfkun", @@ -5181,6 +5221,16 @@ "install_type": "git-clone", "description": "Logical Utils (compare, string, boolean operations) for ComfyUI" }, + { + "author": "aria1th", + "title": "ComfyUI-Wildcards-rework", + "reference": "https://github.com/aria1th/ComfyUI-Wildcards-rework", + "files": [ + "https://github.com/aria1th/ComfyUI-Wildcards-rework" + ], + "install_type": "git-clone", + "description": "Powerful ComfyUI custom node for dynamic prompt generation using wildcards and bracket expressions, enabling infinite variations with weighted selection, multi-picks, and nested expansion support." + }, { "author": "MitoshiroPJ", "title": "ComfyUI Nearsighted Attention", @@ -5697,6 +5747,16 @@ "install_type": "git-clone", "description": "Progressive upscaling node for flow-matching models that incrementally doubles resolution with flow-consistent re-noising, denoising, and skip residual blending to preserve composition." }, + { + "author": "ttulttul", + "title": "Skoogeer-Noise", + "reference": "https://github.com/ttulttul/Skoogeer-Noise", + "files": [ + "https://github.com/ttulttul/Skoogeer-Noise" + ], + "install_type": "git-clone", + "description": "Noise, conditioning, and perturbation utility nodes for ComfyUI (procedural noise, mesh drag, latent channel stats preview)." + }, { "author": "jitcoder", "title": "LoraInfo", @@ -8264,6 +8324,36 @@ "install_type": "git-clone", "description": "A clean, efficient ComfyUI custom node for VoxCPMTTS (Text-to-Speech) functionality. This implementation provides high-quality speech generation and voice cloning capabilities using the VoxCPM model." }, + { + "author": "ailab", + "title": "ComfyUI-FlashVSR", + "reference": "https://github.com/1038lab/ComfyUI-FlashVSR", + "files": [ + "https://github.com/1038lab/ComfyUI-FlashVSR" + ], + "install_type": "git-clone", + "description": "Powerful ComfyUI custom node built on the FlashVSR model, facilitating real-time diffusion-based video super-resolution for streaming applications." + }, + { + "author": "1038lab", + "title": "ComfyUI-QwenVL", + "reference": "https://github.com/1038lab/ComfyUI-QwenVL", + "files": [ + "https://github.com/1038lab/ComfyUI-QwenVL" + ], + "install_type": "git-clone", + "description": "ComfyUI-QwenVL custom node: Integrates the Qwen-VL series, including Qwen2.5-VL and the latest Qwen3-VL, to enable advanced multimodal AI for text generation, image understanding, and video analysis." + }, + { + "author": "1038lab", + "title": "ComfyUI-NodeAlign", + "reference": "https://github.com/1038lab/ComfyUI-NodeAlign", + "files": [ + "https://github.com/1038lab/ComfyUI-NodeAlign" + ], + "install_type": "git-clone", + "description": "Lightweight alignment toolbar for ComfyUI graphs. Provides quick align, equal size, and distribution actions with optional keyboard shortcuts." + }, { "author": "Klinter", "title": "Klinter_nodes", @@ -8542,16 +8632,6 @@ "install_type": "git-clone", "description": "Nodes:FaceCompare" }, - { - "author": "TheBill2001", - "title": "comfyui-upscale-by-model", - "reference": "https://github.com/TheBill2001/comfyui-upscale-by-model", - "files": [ - "https://github.com/TheBill2001/comfyui-upscale-by-model" - ], - "install_type": "git-clone", - "description": "This custom node allow upscaling an image by a factor using a model." - }, { "author": "leoleelxh", "title": "ComfyUI-LLMs", @@ -8780,6 +8860,16 @@ "install_type": "git-clone", "description": "ComfyUI implementation of [a/Omost](https://github.com/lllyasviel/Omost), and everything about regional prompt.\nNOTE: You need to install ComfyUI_densediffusion to use this node." }, + { + "author": "huchenlei", + "title": "ComfyUI-execution-glow", + "reference": "https://github.com/huchenlei/ComfyUI-execution-glow", + "files": [ + "https://github.com/huchenlei/ComfyUI-execution-glow" + ], + "install_type": "git-clone", + "description": "ComfyUI extension that adds a glowing visual effect to nodes during execution for enhanced visual feedback." + }, { "author": "nathannlu", "title": "ComfyUI Pets", @@ -9318,7 +9408,7 @@ ], "install_type": "git-clone", "description": "ComfyUI extension for video-based prompting and processing with support for various models and video processing capabilities" - }, + }, { "author": "impactframes", "title": "IF_LLM", @@ -9755,26 +9845,6 @@ "install_type": "git-clone", "description": "Shuffle nodes after queue execution." }, - { - "author": "shinich39", - "title": "comfyui-innnnnpaint", - "reference": "https://github.com/shinich39/comfyui-innnnnpaint", - "files": [ - "https://github.com/shinich39/comfyui-innnnnpaint" - ], - "install_type": "git-clone", - "description": "Load new workflow after mask editing." - }, - { - "author": "shinich39", - "title": "comfyui-no-one-above-me", - "reference": "https://github.com/shinich39/comfyui-no-one-above-me", - "files": [ - "https://github.com/shinich39/comfyui-no-one-above-me" - ], - "install_type": "git-clone", - "description": "Fix node to top." - }, { "author": "shinich39", "title": "comfyui-break-workflow", @@ -11359,6 +11429,36 @@ "install_type": "git-clone", "description": "Step_Audio_EditX:the first open-source LLM-based audio model excelling at expressive and iterative audio editing—encompassing emotion, speaking style, and paralinguistics—alongside robust zero-shot text-to-speech (TTS) capabilities,try it in comfyUI" }, + { + "author": "smthemex", + "title": "ComfyUI_DyPE", + "reference": "https://github.com/smthemex/ComfyUI_DyPE", + "files": [ + "https://github.com/smthemex/ComfyUI_DyPE" + ], + "install_type": "git-clone", + "description": "DyPE: Dynamic Position Extrapolation for Ultra High Resolution Diffusion ,you can use a wrapper node it in comfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_GRAG_Image_Editing", + "reference": "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing", + "files": [ + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing" + ], + "install_type": "git-clone", + "description": "GRAG-Image-Editing : Group-Relative Attention Guidance for Image Editing,you can try it in comfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_UltraFlux", + "reference": "https://github.com/smthemex/ComfyUI_UltraFlux", + "files": [ + "https://github.com/smthemex/ComfyUI_UltraFlux" + ], + "install_type": "git-clone", + "description": "UltraFlux:Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios,try it in comfyUI" + }, { "author": "choey", "title": "Comfy-Topaz", @@ -12704,6 +12804,16 @@ "install_type": "git-clone", "description": "A Countries Border distance mapper" }, + { + "author": "GraftingRayman", + "title": "ComfyUI Visual Dimension Selector", + "reference": "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector", + "files": [ + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector" + ], + "install_type": "git-clone", + "description": "A visual ComfyUI latent canvas dimensions selector" + }, { "author": "royceschultz", "title": "ComfyUI-Notifications", @@ -13585,6 +13695,16 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows." }, + { + "author": "marduk191", + "title": "comfyui_qwen_runninghub", + "reference": "https://github.com/marduk191/comfyui_qwen_runninghub", + "files": [ + "https://github.com/marduk191/comfyui_qwen_runninghub" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for integrating RunningHub's AI image and video generation services into workflows. (Description by CC)" + }, { "author": "haohaocreates", "title": "ComfyUI-HH-Image-Selector", @@ -13628,6 +13748,16 @@ "install_type": "git-clone", "description": "You'll get a new node called SD3 Latent Select Resolution, you can pick the x and y sizes from a list." }, + { + "author": "GavChap", + "title": "ComfyUI_ExtractLora", + "reference": "https://github.com/GavChap/ComfyUI_ExtractLora", + "files": [ + "https://github.com/GavChap/ComfyUI_ExtractLora" + ], + "install_type": "git-clone", + "description": "Creates lora from two checkpoints by extracting the difference." + }, { "author": "BenNarum", "title": "SigmaWaveFormNodes", @@ -14798,6 +14928,16 @@ "install_type": "git-clone", "description": "A collection of utility nodes for lora operations in ComfyUI." }, + { + "author": "lrzjason", + "title": "Comfyui-LatentUtils", + "reference": "https://github.com/lrzjason/Comfyui-LatentUtils", + "files": [ + "https://github.com/lrzjason/Comfyui-LatentUtils" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node performing selective latent denoising and detail enhancement using Fourier Transform (FFT) to separate and enhance image frequencies while suppressing noise. (Description by CC)" + }, { "author": "cozy_comm", "title": "Cozy Communication", @@ -16774,6 +16914,26 @@ "install_type": "git-clone", "description": "pass up to 8 images and visually place, rotate and scale them to build the perfect composition. group move and group rescale. remember their position and scaling value across generations to easy swap images. use the buffer zone to to park an asset you don't want to use or easily reach transformations controls" }, + { + "author": "erosDiffusion", + "title": "ComfyUI-ZImageDit", + "reference": "https://github.com/erosDiffusion/ComfyUI-ZImageDit", + "files": [ + "https://github.com/erosDiffusion/ComfyUI-ZImageDit" + ], + "install_type": "git-clone", + "description": "Unofficial diffusers integration of the official SDNQ pipeline to run in ComfyUI. (Description by CC)" + }, + { + "author": "erosDiffusion", + "title": "ComfyUI-EulerDiscreteScheduler", + "reference": "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler", + "files": [ + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler" + ], + "install_type": "git-clone", + "description": "Noise Free images with Euler Discrete Scheduler in ComfyUI with Z-Image or other models" + }, { "author": "Steudio", "title": "ComfyUI Steudio", @@ -17895,6 +18055,26 @@ "install_type": "git-clone", "description": "ComfyUI nodes for outpainting images with diffusers, based on [a/diffusers-image-outpaint](https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint/tree/main) by fffiloni." }, + { + "author": "GiusTex", + "title": "ComfyUI-Wan-TimeToMove", + "reference": "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove", + "files": [ + "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove" + ], + "install_type": "git-clone", + "description": "Native ComfyUI port of kijai's WanVideo-Wrapper TimeToMove for video generation, currently supporting LCM sampler with frame generation capabilities. (Description by CC)" + }, + { + "author": "GiusTex", + "title": "ComfyUI-MoreEfficientSamplers", + "reference": "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers", + "files": [ + "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers" + ], + "install_type": "git-clone", + "description": "Advanced sampler nodes for ComfyUI based on efficiency-nodes, including live preview rendering and support for custom samplers with schedulers like flowmatch scheduler." + }, { "author": "CY-CHENYUE", "title": "ComfyUI-MiniCPM-Plus", @@ -18501,6 +18681,16 @@ "install_type": "git-clone", "description": "This is a toolset designed for ComfyUI by LAOGOU-666, providing a series of practical image processing and operation nodes, making our operation more intuitive and convenient" }, + { + "author": "LAOGOU-666", + "title": "ComfyUI-LG_SamplingUtils", + "reference": "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils", + "files": [ + "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils" + ], + "install_type": "git-clone", + "description": "This is a toolset designed for ComfyUI by LAOGOU-666, providing a series of practical sampling nodes, making our operation more intuitive and convenient" + }, { "author": "VertexStudio", "title": "roblox-comfyui-nodes", @@ -18718,6 +18908,16 @@ "install_type": "git-clone", "description": "This repository contains a user-defined node for ComfyUI, currently there are nodes for capturing captions. But will be expanded in the future." }, + { + "author": "BlackVortexAI", + "title": "BV Node Pack", + "reference": "https://github.com/BlackVortexAI/bv_nodepack", + "files": [ + "https://github.com/BlackVortexAI/bv_nodepack" + ], + "install_type": "git-clone", + "description": "A ComfyUI node pack with utility and workflow nodes: a flexible config-driven Pipe system plus Subgraph-friendly UI nodes (Heading, Spacer, Divider) with dynamic JavaScript rendering." + }, { "author": "JosephThomasParker", "title": "ComfyUI-DrawThingsWrapper", @@ -19082,16 +19282,6 @@ "install_type": "git-clone", "description": "A custom ComfyUI node using Together AI's Vision models for free image descriptions, image generation, and image-to-image transformation. Features include customizable prompts, advanced parameters, and robust error handling." }, - { - "author": "jeffrey2212", - "title": "Pony Character Prompt Picker for ComfyUI", - "reference": "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt", - "files": [ - "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt" - ], - "install_type": "git-clone", - "description": "The Pony Character Prompt Picker node reads an Excel file specified by the user, allows manual selection of a tab, and randomly picks a cell value from a specified column, starting from row 3 to the end. The selected value is output as a string to the next node in the ComfyUI workflow." - }, { "author": "theshubzworld", "title": "ComfyUI-FaceCalloutNode", @@ -19102,6 +19292,36 @@ "install_type": "git-clone", "description": "A collection of custom nodes for ComfyUI that provide advanced face callout, annotation, and compositing effects using OpenCV and PIL. These nodes are designed for image processing workflows that require face detection, annotation, and creative compositing." }, + { + "author": "theshubzworld", + "title": "ComfyUI-NvidiaCaptioner", + "reference": "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner", + "files": [ + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for generating rich, detailed captions for images using NVIDIA's vision models. Supports batch processing, multiple captioning styles, and includes built-in caching for efficient workflows." + }, + { + "author": "theshubzworld", + "title": "ComfyUI-Universal-Latent", + "reference": "https://github.com/theshubzworld/ComfyUI-Universal-Latent", + "files": [ + "https://github.com/theshubzworld/ComfyUI-Universal-Latent" + ], + "install_type": "git-clone", + "description": "Enhanced empty latent node with extended aspect ratio support for ComfyUI" + }, + { + "author": "jeffrey2212", + "title": "Pony Character Prompt Picker for ComfyUI", + "reference": "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt", + "files": [ + "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt" + ], + "install_type": "git-clone", + "description": "The Pony Character Prompt Picker node reads an Excel file specified by the user, allows manual selection of a tab, and randomly picks a cell value from a specified column, starting from row 3 to the end. The selected value is output as a string to the next node in the ComfyUI workflow." + }, { "author": "Jonseed", "title": "ComfyUI-Detail-Daemon", @@ -19338,17 +19558,6 @@ "description": "ComfyUI custom_node that publish output image to rabbit_mq", "install_type": "git-clone" }, - { - "author": "Blonicx", - "title": "ComfyUI-Rework-X", - "id": "rework-x", - "reference": "https://github.com/Blonicx/ComfyUI-X-Rework", - "files": [ - "https://github.com/Blonicx/ComfyUI-X-Rework" - ], - "install_type": "git-clone", - "description": "This is a plugin for ComfyUI that adds new Util Nodes and Nodes for easier image creation and sharing." - }, { "author": "1zhangyy1", "title": "ComfyUI VIDU", @@ -19971,6 +20180,16 @@ "install_type": "git-clone", "description": "A video transition effects plugin implemented using a Chromium headless browser and Python." }, + { + "author": "yichengup", + "title": "ComfyUI-YCNodes_Toolkit", + "reference": "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit", + "files": [ + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit" + ], + "install_type": "git-clone", + "description": "ComfyUI toolkit with custom nodes for BBox canvas visualization, image brush mask drawing, and coordinate annotation for debugging and external data bridging. (Description by CC)" + }, { "author": "Horizon Team", "title": "ComfyUI_FluxMod", @@ -20090,10 +20309,9 @@ { "author": "Black-Lioness", "title": "ComfyUI-PromptUtils", - "reference": "https://github.com/Black-Lioness/ComfyUI-PromptUtils", - "reference2": "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils", + "reference": "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils", "files": [ - "https://github.com/Black-Lioness/ComfyUI-PromptUtils" + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils" ], "install_type": "git-clone", "description": "A set of ComfyUI nodes designed to enhance your workflow with realistic filename generation and keyword generation." @@ -20168,6 +20386,36 @@ "install_type": "git-clone", "description": "A node for ComfyUI that provides a convenient way of resizing or cropping an image for diffusion tasks." }, + { + "author": "SparknightLLC", + "title": "ComfyUI-LatentOrientation", + "reference": "https://github.com/SparknightLLC/ComfyUI-LatentOrientation", + "files": [ + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation" + ], + "install_type": "git-clone", + "description": "A simple node for ComfyUI that rotates or resizes the input latent to common orientations." + }, + { + "author": "SparknightLLC", + "title": "ComfyUI-ModelSamplingSD3Advanced", + "reference": "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced", + "files": [ + "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced" + ], + "install_type": "git-clone", + "description": "Adds windowed, curved shift control for Flow Matching samplers (SD3-style / flow schedules). It is a drop-in replacement for Comfy's included ModelSamplingSD3 node." + }, + { + "author": "SparknightLLC", + "title": "ComfyUI-SpectralVAEDetailer", + "reference": "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer", + "files": [ + "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer" + ], + "install_type": "git-clone", + "description": "Adjusts a latent image before the VAE decoding step in order to improve your image quality." + }, { "author": "lightricks", "title": "ComfyUI-LTXVideo", @@ -21164,16 +21412,6 @@ "install_type": "git-clone", "description": "This is a ComfyUI custom node implementation for image editing using the Step-1 model architecture, specifically adapted for reference-based image editing guided by text prompts." }, - { - "author": "HM-RunningHub", - "title": "ComfyUI Qwen-Image Node", - "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image", - "files": [ - "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that integrates Alibaba's Qwen-Image model for high-quality image generation with exceptional text rendering capabilities." - }, { "author": "sebord", "title": "ComfyUI-LMCQ", @@ -21274,6 +21512,16 @@ "install_type": "git-clone", "description": "ComfyUI wrapper nodes for Ruyi, an image-to-video model by CreateAI." }, + { + "author": "IamCreateAI", + "title": "ComfyUI-Animon", + "reference": "https://github.com/IamCreateAI/ComfyUI-Animon", + "files": [ + "https://github.com/IamCreateAI/ComfyUI-Animon" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for [Animon Platform](https://platform.animon.ai/), a comprehensive API service offering a variety of image and video generation models." + }, { "author": "pollockjj", "title": "ComfyUI-MultiGPU", @@ -21681,6 +21929,26 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that integrates Video-As-Prompt for motion-guided video generation from image inputs." }, + { + "author": "HM-RunningHub", + "title": "ComfyUI_RH_QwenImageI2L", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that generates Image-to-LoRA (I2L) LoRA from training images using DiffSynth-Studio Qwen-Image i2L pipelines." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI_RH_LLM_API", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API" + ], + "install_type": "git-clone", + "description": "An easy-to-use ComfyUI plugin for LLM integration supporting DeepSeek, OpenAI API-compatible models, with video reverse-prompt (captioning) capabilities. (Description by CC)" + }, { "author": "wqjuser", "title": "ComfyUI-Chat-Image", @@ -21839,6 +22107,26 @@ "install_type": "git-clone", "description": "Nodes: MultiText, TextBox, TitlePlus, SeamlessTexture, AspectRatioPlus, DisplayEverything, ComparerPlus, AnySwitch, Node Design Tools..." }, + { + "author": "SKBv0", + "title": "ComfyUI_SpideyReroute", + "reference": "https://github.com/SKBv0/ComfyUI_SpideyReroute", + "files": [ + "https://github.com/SKBv0/ComfyUI_SpideyReroute" + ], + "install_type": "git-clone", + "description": "Just a reroute node with a tiny twist." + }, + { + "author": "SKBv0", + "title": "ComfyUI_LinkFX", + "reference": "https://github.com/SKBv0/ComfyUI_LinkFX", + "files": [ + "https://github.com/SKBv0/ComfyUI_LinkFX" + ], + "install_type": "git-clone", + "description": "Visual effects for ComfyUI links (wires) with various animation styles (Neon, Matrix, Fire) and gravity physics rope simulation. (Description by CC)" + }, { "author": "civen-cn", "title": "ComfyUI Whisper Translator", @@ -22453,6 +22741,16 @@ "install_type": "git-clone", "description": "Fixed implementation of the export workflow image utility from [a/pythongosssss/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). All nodes should display and all node links should be visible and render 1:1 to their actual states in ComfyUI." }, + { + "author": "fuselayer", + "title": "comfyui-lite-tracker", + "reference": "https://github.com/fuselayer/comfyui-lite-tracker", + "files": [ + "https://github.com/fuselayer/comfyui-lite-tracker" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for LiteTracker, a fast and efficient point tracking model for videos with load model, track, and grid editor nodes." + }, { "author": "jerrylongyan", "title": "ComfyUI-My-Mask", @@ -22614,6 +22912,16 @@ "install_type": "git-clone", "description": "Calculates the percentage of a mask area compared to the total image size and outputs a boolean based on a defined threshold." }, + { + "author": "a-und-b", + "title": "ComfyUI_AB_Wildcard", + "reference": "https://github.com/a-und-b/ComfyUI_AB_Wildcard", + "files": [ + "https://github.com/a-und-b/ComfyUI_AB_Wildcard" + ], + "install_type": "git-clone", + "description": "Simple node for advanced wildcard text processing. Supports variables, conditionals, tag aggregation, weighted selection, and deep nesting. Lightweight, fast, zero external dependencies." + }, { "author": "r3dial", "title": "Redial Discomphy - Discord Integration for ComfyUI", @@ -22707,6 +23015,16 @@ "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": "benjiyaya", + "title": "ComfyUI-QwenImageLayeredToLength", + "reference": "https://github.com/benjiyaya/ComfyUI-QwenImageLayeredToLength", + "files": [ + "https://github.com/benjiyaya/ComfyUI-QwenImageLayeredToLength" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for using Qwen-Image-Layered as a conversion tool to transform layer numbers into latent space length parameters. (Description by CC)" + }, { "author": "Zeks", "title": "comfyui-rapidfire", @@ -22880,6 +23198,16 @@ "install_type": "git-clone", "description": "A super simple node that outputs common video resolutions as 2 integers for Hunyuan and others!" }, + { + "author": "HellerCommaA", + "title": "ComfyUI-ZImageLatent", + "reference": "https://github.com/HellerCommaA/ComfyUI-ZImageLatent", + "files": [ + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent" + ], + "install_type": "git-clone", + "description": "A super simple node that outputs official zimage resolutions as a latent" + }, { "author": "benjiyaya", "title": "ComfyUI-KokoroTTS", @@ -23065,6 +23393,16 @@ "install_type": "git-clone", "description": "Frontend extension that adds a sidebar for easy viewing of PNG file metadata." }, + { + "author": "KLL535", + "title": "ComfyUI_Simple_Qwen3-VL-gguf", + "reference": "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf", + "files": [ + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf" + ], + "install_type": "git-clone", + "description": "Simple Qwen3-VL gguf LLM model loader" + }, { "author": "mango125", "title": "ComfyUI-Mango-Random", @@ -23513,7 +23851,7 @@ "files": [ "https://github.com/aiartvn/A2V_Multi_Image_Composite" ], - "description": "Node for compositing multiple images with interactive preview and layer management", + "description": "Node for compositing multiple images with interactive preview and layer management", "install_type": "git-clone", "tags": ["image", "composite", "layer", "blend", "transform"] }, @@ -23524,7 +23862,7 @@ "files": [ "https://github.com/zentrocdot/ComfyUI_Circle_Detection" ], - "description": "Next to AI mathematical methods can be used for the detection of objects like a circle.", + "description": "Next to AI mathematical methods can be used for the detection of objects like a circle.", "install_type": "git-clone" }, { @@ -23534,7 +23872,7 @@ "files": [ "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler" ], - "description": "This node uses the RealESRGAN model from [a/xinntao](https://github.com/xinntao/Real-ESRGAN).", + "description": "This node uses the RealESRGAN model from [a/xinntao](https://github.com/xinntao/Real-ESRGAN).", "install_type": "git-clone" }, { @@ -23544,7 +23882,7 @@ "files": [ "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt" ], - "description": "ComfyUI simple Image To Prompt node.", + "description": "ComfyUI simple Image To Prompt node.", "install_type": "git-clone" }, { @@ -24411,6 +24749,16 @@ "install_type": "git-clone", "description": "A simple ComfyUI node for generating right eye disparity for VR videos" }, + { + "author": "KAVVATARE", + "title": "ComfyUI_SimpleGoogleTranslate", + "reference": "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate", + "files": [ + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate" + ], + "install_type": "git-clone", + "description": "Minimal and easy-to-use Google Translate text node for ComfyUI using the googletrans library with automatic language detection and full language support. (Description by CC)" + }, { "author": "fat-tire", "title": "ComfyUI Unified Media Suite", @@ -24716,6 +25064,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that provides dynamic text substitution using wildcards and CSV files. Perfect for creating varied prompts with consistent relationships between terms." }, + { + "author": "illuminatianon", + "title": "comfyui-lumi-tools", + "reference": "https://github.com/illuminatianon/comfyui-lumi-tools", + "files": [ + "https://github.com/illuminatianon/comfyui-lumi-tools" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node pack by Lumi." + }, { "author": "finegrain", "title": "comfyui-finegrain", @@ -24758,13 +25116,13 @@ }, { "author": "penposs", - "title": "ComfyUI-Banana-Node", - "reference": "https://github.com/penposs/ComfyUI-Banana-Node", + "title": "Comfyui-banana2", + "reference": "https://github.com/penposs/Comfyui-banana2", "files": [ - "https://github.com/penposs/ComfyUI-Banana-Node" + "https://github.com/penposs/Comfyui-banana2" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that generates images using Google’s Gemini 2.5 Flash Image Preview API." + "description": "Custom node for ComfyUI using Google's Gemini 2.5 Flash Image and Gemini 3 Pro Image Preview APIs to generate images with resolution scaling for 1K, 2K, 4K, 8K. (Description by CC)" }, { "author": "cardenluo", @@ -25007,6 +25365,16 @@ "install_type": "git-clone", "description": "Custom node for ComfyUI that fixes an existing node [a/comfyui-dynamicprompts](https://github.com/adieyal/comfyui-dynamicprompts)." }, + { + "author": "thezveroboy", + "title": "ComfyUI-ClipReshaper", + "reference": "https://github.com/thezveroboy/ComfyUI-ClipReshaper", + "files": [ + "https://github.com/thezveroboy/ComfyUI-ClipReshaper" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes to reshape/project Conditioning tensors and ensure SDXL conditioning metadata." + }, { "author": "tatookan", "title": "comfyui_ssl_gemini_EXP", @@ -25522,16 +25890,6 @@ "install_type": "git-clone", "description": "Comfyui-raw-image provides the ability to load raw image files for ComfyUI" }, - { - "author": "DiffusionWave", - "title": "PickResolution_DiffusionWave", - "reference": "https://github.com/DiffusionWave/PickResolution_DiffusionWave", - "files": [ - "https://github.com/DiffusionWave/PickResolution_DiffusionWave" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that allows selecting a base resolution, applying a custom scaling value based on FLOAT (up to 10 decimal places), and adding an extra integer value. Outputs include both INT and FLOAT resolutions, making it perfect for you to play around with." - }, { "author": "Zar4X", "title": "ComfyUI-Batch-Process", @@ -25894,6 +26252,16 @@ "install_type": "git-clone", "description": "volcengine comfyui api" }, + { + "author": "synthetai", + "title": "ComfyUI-JM-Gemini-API", + "reference": "https://github.com/synthetai/ComfyUI-JM-Gemini-API", + "files": [ + "https://github.com/synthetai/ComfyUI-JM-Gemini-API" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that generates images using Google's Gemini API, supporting both text-to-image and image-to-image generation." + }, { "author": "chou18194766xx", "title": "comfyui-EncryptSave", @@ -25968,7 +26336,7 @@ ], "install_type": "git-clone", "description": "Fixed version of the original [a/MagicQuill](https://github.com/magic-quill/ComfyUI_MagicQuill) node. Required nodes: ComfyUI-Brushnet and ComfyUI Controlnet AUX" - }, + }, { "author": "oshtz", "title": "oshtz Nodes", @@ -26335,14 +26703,14 @@ "description": "ComfyUI nodes for generating and editing speech from SRT subtitle files using VoxCPM text-to-speech model, supporting multi-speaker dialogue and audio replacement workflows." }, { - "author": "AngelCookies", - "title": "ComfyUI-Seed-Tracker", - "reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker", + "author": "judian17", + "title": "ComfyUI-multiple-inputs", + "reference": "https://github.com/judian17/ComfyUI-multiple-inputs", "files": [ - "https://github.com/AngelCookies/ComfyUI-Seed-Tracker" + "https://github.com/judian17/ComfyUI-multiple-inputs" ], "install_type": "git-clone", - "description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows" + "description": "A collection of utility nodes for ComfyUI, focusing on batch processing, stitching, and visualization." }, { "author": "TiamaTiramisu", @@ -26784,6 +27152,16 @@ "install_type": "git-clone", "description": "wrapper for the TLB-VFI: Temporal-Aware Latent Brownian Bridge Diffusion for Video Frame Interpolation project" }, + { + "author": "BobRandomNumber", + "title": "ComfyUI-BasicOllama", + "reference": "https://github.com/BobRandomNumber/ComfyUI-BasicOllama", + "files": [ + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama" + ], + "install_type": "git-clone", + "description": "A simplified node that provides access to Ollama. It allows you to send prompts, system prompts, and images to your Ollama instance and receive text-based responses." + }, { "author": "santiagosamuel3455", "title": "ComfyUI-GeminiImageToPrompt", @@ -26826,13 +27204,15 @@ }, { "author": "ArtsticH", - "title": "ComfyUI_EasyKitHT_NodeAlignPro", + "title": "EasyKitHT NodeAlignPro", + "id": "comfyui_easykitht_nodealignpro", "reference": "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro", "files": [ "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro" ], "install_type": "git-clone", - "description": "ComfyUI_EasyKitHT_NodeAlignPro is a lightweight ComfyUI node alignment and node coloring tool for refactoring and rewriting the UI based on the open-source projects Comfyui-Align and Comfyui-Nodealigner." + "description": "Professional alignment & real-time node color picker. A must-have plugin for managing node layout and color schemes in ComfyUI. Features a real-time color picker, alignment, 7 preset colors, grayscale/custom modes, and one-click reverse alignment.", + "tags": ["alignment", "color-picker", "node-utility", "ui", "organizer", "node2.0", "frontend"] }, { "author": "matorzhin", @@ -27017,6 +27397,26 @@ "install_type": "git-clone", "description": "A more advanced version of the original ImageScaleToTotalPixels node" }, + { + "author": "BigStationW", + "title": "ComfyUi-ConditioningNoiseInjection", + "reference": "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection", + "files": [ + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that injects controlled noise into conditioning embeddings (like prompts) for a portion of the diffusion process." + }, + { + "author": "BigStationW", + "title": "ComfyUi-ConditioningTimestepSwitch", + "reference": "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch", + "files": [ + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows temporal switching between prompts." + }, { "author": "matoo", "title": "Compare Videos", @@ -27234,6 +27634,16 @@ "install_type": "git-clone", "description": "A custom ComfyUI node for integrating with the Fal Kontext API for advanced image editing and generation." }, + { + "author": "SanDiegoDude", + "title": "SCG_LocalVLM", + "reference": "https://github.com/SanDiegoDude/SCG_LocalVLM", + "files": [ + "https://github.com/SanDiegoDude/SCG_LocalVLM" + ], + "install_type": "git-clone", + "description": "This is an implementation of [Qwen3-VL](https://github.com/QwenLM/Qwen3-VL) for [ComfyUI](https://github.com/comfyanonymous/ComfyUI), which supports for text-based and single-image queries." + }, { "author": "tavyra", "title": "ComfyUI_Curves", @@ -27577,7 +27987,7 @@ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester" ], "install_type": "git-clone", - "description": "This custom node for ComfyUI allows you to test combinations of samplers and schedulers. It generates a batch of generated images(latents), as well as RGB images, each one annotated with the specific combination used, performance timing, and several image quality metrics (Laplacian Variance, Gradient Mean, FFT-based sharpness) for our internal usage, but kept as they could may be useful for others to." + "description": "This custom node for ComfyUI allows you to test combinations of samplers and schedulers. It generates a batch of generated images(latents), as well as RGB images, each one annotated with the specific combination used, performance timing, and several image quality metrics (Laplacian Variance, Gradient Mean, FFT-based sharpness) for our internal usage, but kept as they could may be useful for others to." }, { "author": "2frames.app", @@ -27751,7 +28161,7 @@ "description": "A robust custom depth estimation node for ComfyUI using Depth-Anything models. It integrates depth estimation with configurable post-processing options including blur, median filtering, contrast enhancement, and gamma correction." }, { - "author": "Limbicnation", + "author": "Limbicnation", "title": "ComfyUI Face Detection Node", "id": "comfyui-face-detection-node", "reference": "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode", @@ -27782,6 +28192,17 @@ "install_type": "git-clone", "description": "Advanced seed generator for ComfyUI with multiple modes, state persistence, and cross-library synchronization" }, + { + "author": "Limbicnation", + "title": "ComfyUI-PromptGenerator", + "id": "comfyui-prompt-generator", + "reference": "https://github.com/Limbicnation/ComfyUI-PromptGenerator", + "files": [ + "https://github.com/Limbicnation/ComfyUI-PromptGenerator" + ], + "install_type": "git-clone", + "description": "Generate Stable Diffusion prompts using Qwen3-8B via Ollama with 7 style presets (cinematic, anime, photorealistic, fantasy, abstract, cyberpunk, sci-fi)" + }, { "author": "hao-ai-lab", "title": "FastVideo", @@ -28129,9 +28550,9 @@ { "author": "GACLove", "title": "ComfyUI-Lightx2vWrapper", - "reference": "https://github.com/GACLove/ComfyUI-Lightx2vWrapper", + "reference": "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper", "files": [ - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper" + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper" ], "install_type": "git-clone", "description": "ComfyUI-Lightx2vWrapper is an inference wrapper for Lightx2v designed for use with ComfyUI." @@ -28444,9 +28865,9 @@ "author": "violet0927", "title": "Hugging Face LoRA Uploader", "reference": "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader", - "id": "comfyui_huggingfacelorauploader", + "id": "comfyui_huggingfacelorauploader", "files": [ - "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader" + "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader" ], "install_type": "git-clone", "description": "A ComfyUI custom node to upload LoRA models to Hugging Face Hub." @@ -28456,7 +28877,7 @@ "title": "ComfyUI OmniConsistency Nodes", "reference": "https://github.com/lc03lc/Comfyui_OmniConsistency", "files": [ - "https://github.com/lc03lc/Comfyui_OmniConsistency" + "https://github.com/lc03lc/Comfyui_OmniConsistency" ], "install_type": "git-clone", "description": "ComfyUI OmniConsistency Nodes is a collection of nodes for ComfyUI that allows you to load and use OmniConsistency models." @@ -28466,7 +28887,7 @@ "title": "ComfyUI_WhisperSRT", "reference": "https://github.com/bikiam/ComfyUI_WhisperSRT", "files": [ - "https://github.com/bikiam/ComfyUI_WhisperSRT" + "https://github.com/bikiam/ComfyUI_WhisperSRT" ], "install_type": "git-clone", "description": "This is custom node for audio transcribe with SRT." @@ -28476,7 +28897,7 @@ "title": "ComfyUI Blend Image Nodes", "reference": "https://github.com/thalismind/ComfyUI-Blend-Nodes", "files": [ - "https://github.com/thalismind/ComfyUI-Blend-Nodes" + "https://github.com/thalismind/ComfyUI-Blend-Nodes" ], "install_type": "git-clone", "description": "This repository contains a ComfyUI node for blending images using various blending modes. Can be used to watermark images, create overlays, or apply effects to images in a ComfyUI workflow." @@ -28486,7 +28907,7 @@ "title": "ComfyUI LoadImageWithFilename", "reference": "https://github.com/thalismind/ComfyUI-LoadImageWithFilename", "files": [ - "https://github.com/thalismind/ComfyUI-LoadImageWithFilename" + "https://github.com/thalismind/ComfyUI-LoadImageWithFilename" ], "install_type": "git-clone", "description": "This custom node extends ComfyUI's image loading functionality with filename output and folder loading capabilities." @@ -28496,7 +28917,7 @@ "title": "ComfyUI-Bori-JsonSetGetConverter", "reference": "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter", "files": [ - "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter" + "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter" ], "install_type": "git-clone", "description": "This is a custom node for ComfyUI that takes in a file path full of json's and finds the mape variable nodes in them and converts them to the kjnode set and get nodes." @@ -28506,7 +28927,7 @@ "title": "ComfyUI-Bori-QwenImageResolutions", "reference": "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions", "files": [ - "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions" + "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions" ], "install_type": "git-clone", "description": "This is a custom node for ComfyUI that provides the user with a dropdown which contains the recommended resolutions for the Qwen Image Model." @@ -28516,7 +28937,7 @@ "title": "ComfyUI-load-image-prompt-lora", "reference": "https://github.com/avocadori/ComfyUI-load-image-prompt-lora", "files": [ - "https://github.com/avocadori/ComfyUI-load-image-prompt-lora" + "https://github.com/avocadori/ComfyUI-load-image-prompt-lora" ], "install_type": "git-clone", "description": "NODES: YAML Image Cycler (Full), YAML Image Cycler (Simple), YAML LoRA Extractor, YAML LoRA Loader, YAML LoRA Selector" @@ -28526,7 +28947,7 @@ "title": "painting-by-colors-generator", "reference": "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator", "files": [ - "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator" + "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator" ], "install_type": "git-clone", "description": "Create a painting by colors image from an image" @@ -28536,7 +28957,7 @@ "title": "comfyui-too-xmp-metadata", "reference": "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata", "files": [ - "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata" + "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata" ], "install_type": "git-clone", "description": "Custom nodes for ComfyUI that allow you to read and write XMP metadata to images" @@ -29024,36 +29445,6 @@ "install_type": "git-clone", "description": "This is keit's utility nodes." }, - { - "author": "fredconex", - "title": "ComfyUI-SoundFlow", - "reference": "https://github.com/fredconex/ComfyUI-SoundFlow", - "files": [ - "https://github.com/fredconex/ComfyUI-SoundFlow" - ], - "install_type": "git-clone", - "description": "This is a bunch of nodes for ComfyUI to help with sound work." - }, - { - "author": "fredconex", - "title": "Sync Edit", - "reference": "https://github.com/fredconex/ComfyUI-SyncEdit", - "files": [ - "https://github.com/fredconex/ComfyUI-SyncEdit" - ], - "install_type": "git-clone", - "description": "This node allow to intercept changes on the input string and choose between use the current one or sync with incoming new one." - }, - { - "author": "fredconex", - "title": "SongBloom", - "reference": "https://github.com/fredconex/ComfyUI-SongBloom", - "files": [ - "https://github.com/fredconex/ComfyUI-SongBloom" - ], - "install_type": "git-clone", - "description": "ComfyUI Nodes for SongBloom" - }, { "author": "A043-studios", "title": "Pixel3DMM ComfyUI Nodes", @@ -29176,16 +29567,6 @@ "install_type": "git-clone", "description": "Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates." }, - { - "author": "LargeModGames", - "title": "ComfyUI LoRA Auto Downloader", - "reference": "https://github.com/LargeModGames/comfyui-smart-lora-downloader", - "files": [ - "https://github.com/LargeModGames/comfyui-smart-lora-downloader" - ], - "install_type": "git-clone", - "description": "Automatically download missing LoRAs from CivitAI and detect missing LoRAs in workflows. Features smart directory detection and easy installation." - }, { "author": "benjamin-bertram", "title": "ComfyUI OIDN Denoiser", @@ -29277,6 +29658,16 @@ "install_type": "git-clone", "description": "The ListHelper collection is a comprehensive set of custom nodes for ComfyUI that provides powerful list manipulation capabilities. This collection includes audio processing, text splitting, and number generation tools for enhanced workflow automation." }, + { + "author": "dseditor", + "title": "Comfy-MCP", + "reference": "https://github.com/dseditor/Comfy-MCP", + "files": [ + "https://github.com/dseditor/Comfy-MCP" + ], + "install_type": "git-clone", + "description": "Simple MCP Server for ComfyUI text to image Workflow - ComfyUI Node Integration , Based on lalanikarim/comfy-mcp-server work" + }, { "author": "Leon", "title": "Leon's Utility and API Integration Nodes", @@ -29371,17 +29762,6 @@ "install_type": "git-clone", "description": "Professional AI Image Description Generator\nBased on Zhipu AI GLM-4V multimodal model, batch generate accurate and detailed descriptions for images in Chinese and English" }, - { - "author": "jkhayiying", - "title": "ImageLoadFromLocalOrUrl Node for ComfyUI", - "id": "JkhaImageLoaderPathOrUrl", - "reference": "https://gitee.com/yyh915/jkha-load-img", - "files": [ - "https://gitee.com/yyh915/jkha-load-img" - ], - "install_type": "git-clone", - "description": "This is a node to load an image from local path or url." - }, { "author": "jinchanz", "title": "ComfyUI-ADIC", @@ -29403,6 +29783,17 @@ "install_type": "git-clone", "description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more." }, + { + "author": "Lord Lethris", + "title": "Dia2 TTS & Captions Generators for ComfyUI", + "id": "dia2_tts_captions", + "reference": "https://github.com/lord-lethris/ComfyUI-lethris-dia2", + "files": [ + "https://github.com/lord-lethris/ComfyUI-lethris-dia2" + ], + "install_type": "Git-Clone", + "description": "This package provides two ComfyUI nodes: 🗣️ Dia2 TTS Generator for text-to-speech using Dia2-2B, and 💬 Dia2 Captions Generator to convert TTS timestamps into SRT/SSA/VTT subtitles. Includes example workflow and voice samples. GPU users require CUDA 12.8+." + }, { "author": "ialhabbal", "title": "OcclusionMask", @@ -29785,7 +30176,7 @@ "files": [ "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes" ], - "install_type": "git-clone", + "install_type": "git-clone", "description": "Ambrosinus ToolKit - Streamlined workflow export with transparent backgrounds, professional themes, and smart scaling. Perfect for creating clean, high-resolution workflow documentation and sharing.", "category": "Utils" }, @@ -29949,6 +30340,16 @@ "install_type": "git-clone", "description": "A simple node for detecting vrediction, outputs a boolean value, used for logical switching (for example, automatically adding rescalecfg when vrediction model is detected), recommended to be used with if else and other nodes." }, + { + "author": "Windecay", + "title": "ComfyUI_Dynamic-RAMCache", + "reference": "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache", + "files": [ + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that dynamically manages RAM usage by intelligently controlling cache purging based on available system memory." + }, { "author": "kaaskoek232", "title": "ComfyUI-MemoryManagement", @@ -30154,6 +30555,16 @@ "install_type": "git-clone", "description": "ComfyUI-FastVLM-7B Apple A custom node for Apple’s FastVLM-7B vision-language model. This node lets you pass an image + instruction and returns a generated text response." }, + { + "author": "Ltamann", + "title": "ComfyUI-TBG-SAM3", + "reference": "https://github.com/Ltamann/ComfyUI-TBG-SAM3", + "files": [ + "https://github.com/Ltamann/ComfyUI-TBG-SAM3" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node extension integrating Meta's Segment Anything Model 3 (SAM 3) for advanced image and video segmentation with text-prompt, point-based, and mask-driven capabilities. Provides production-ready nodes compatible with ComfyUI's Impact Pack SEGS format, depth map generation, and support for Python 3.13+ with CUDA and CPU support." + }, { "author": "DavidPiazza", "title": "Network Bending for ComfyUI", @@ -30307,6 +30718,16 @@ "install_type": "git-clone", "description": "An advanced image stitching node for ComfyUI." }, + { + "author": "RamonGuthrie", + "title": "ComfyUI-RBG-SmartSeedVariance", + "reference": "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance", + "files": [ + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance" + ], + "install_type": "git-clone", + "description": "Advanced seed diversity enhancement for ComfyUI with intelligent noise injection and directional biasing." + }, { "author": "vrgamegirl19", "title": "VRGameDevGirl Video Enhancement Nodes", @@ -30348,6 +30769,16 @@ "install_type": "git-clone", "description": "ComfyUI node for Flux Kontext Pro and Max models from Replicate" }, + { + "author": "Aryan185", + "title": "ComfyUI-VertexAPI", + "reference": "https://github.com/Aryan185/ComfyUI-VertexAPI", + "files": [ + "https://github.com/Aryan185/ComfyUI-VertexAPI" + ], + "install_type": "git-clone", + "description": "A collection of powerful custom nodes for ComfyUI that connect your local workflows to closed-source AI models via their APIs, supporting Google Gemini, Imagen, Veo, OpenAI's GPT-Image-1, and FLUX models." + }, { "author": "iacoposk8", "title": "ComfyUI Fooocus Inpaint Wrapper", @@ -30585,10 +31016,10 @@ "id": "comfyui-exloadout", "reference": "https://github.com/IsItDanOrAi/ComfyUI-exLoadout", "files": [ - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout" + "https://github.com/IsItDanOrAi/ComfyUI-exLoadout" ], - "install_type": "git-clone", - "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." + "install_type": "git-clone", + "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." }, { "author": "claptrap0", @@ -30887,6 +31318,17 @@ "install_type": "git-clone", "description": "This custom node allows users to selectively choose what to add to the generated image's metadata." }, + { + "author": "brucew4yn3rp", + "title": "Vintage Effect", + "id": "VintageEffect", + "reference": "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect", + "files": [ + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect" + ], + "install_type": "git-clone", + "description": "ComfyUI node that applies vintage/retro effects through JPG compression, color grading, film grain, vignette, and more to emulate more realistic photo aesthetics." + }, { "author": "cedarconnor", "title": "ComfyUI LatLong - Equirectangular Image Processing Nodes", @@ -30919,23 +31361,13 @@ }, { "author": "cedarconnor", - "title": "ComfyUI-DiT360", - "reference": "https://github.com/cedarconnor/ComfyUI-DiT360", + "title": "ComfyUI-DreamCube", + "reference": "https://github.com/cedarconnor/ComfyUI-DreamCube", "files": [ - "https://github.com/cedarconnor/ComfyUI-DiT360" + "https://github.com/cedarconnor/ComfyUI-DreamCube" ], "install_type": "git-clone", - "description": "Generate high-fidelity 360-degree panoramic images using the DiT360 diffusion transformer model in ComfyUI." - }, - { - "author": "cedarconnor", - "title": "ComfyUI-OmniX", - "reference": "https://github.com/cedarconnor/ComfyUI-OmniX", - "files": [ - "https://github.com/cedarconnor/ComfyUI-OmniX" - ], - "install_type": "git-clone", - "description": "Extract comprehensive scene properties from 360-degree equirectangular panoramas, including depth, normals, and PBR materials, using OmniX adapters with Flux." + "description": "360° panoramic depth estimation with multi-plane synchronization for ComfyUI, featuring equirectangular-cubemap transformations, cross-face consistency, and boundary blending for seamless depth maps." }, { "author": "vaishnav-vn", @@ -31033,7 +31465,7 @@ "tags": [ "LLM", "translation", - "multilingual", + "multilingual", "pose-analysis", "controlnet", "text-generation", @@ -31724,13 +32156,14 @@ }, { "author": "Rzgar Espo", - "title": "ComfyUI-Qwen-Image-Size-Picker", + "title": "ComfyUI Qwen Image Size Picker", + "id": "QwenImg-latent", "reference": "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker", "files": [ "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker" ], "install_type": "git-clone", - "description": "A universal node for generating empty latent tensors with support for Qwen Image, SDXL and Flux models. Features extended aspect ratio support, batch processing, and flexible dimension overrides." + "description": "An empty latent size picker with support for Qwen Image, SDXL, and Flux models." }, { "author": "luke-mino-altherr", @@ -31772,6 +32205,16 @@ "install_type": "git-clone", "description": "A versatile and highly customizable node for ComfyUI to add camera-style watermarks and frames to your images. Whether you want to emulate the classic Leica look, add EXIF data, or create professional-looking framed images, this plugin has you covered." }, + { + "author": "karas17", + "title": "comfyui_GLM_TTS", + "reference": "https://github.com/karas17/comfyui_GLM_TTS", + "files": [ + "https://github.com/karas17/comfyui_GLM_TTS" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for GLM-TTS, a high-quality text-to-speech system supporting zero-shot voice cloning." + }, { "author": "shinyakidoguchi301", "title": "shinyakidoguchi301/LoRA Tag Loader for ComfyUI", @@ -31852,6 +32295,16 @@ "install_type": "git-clone", "description": "A universal neural network latent upscaler that supports SD1.5, SDXL, Flux, and Wan2.2 models. Uses trained neural networks instead of simple interpolation for higher quality latent upscaling.\nBuilt upon the excellent foundation of [a/Ttl's ComfyUi_NNLatentUpscale](https://github.com/Ttl/ComfyUi_NNLatentUpscale) - this project extends the original work with universal model support and improved architectures." }, + { + "author": "DenRakEiw", + "title": "ComfyUI-nearest-qwen-resolution", + "reference": "https://github.com/DenRakEiw/ComfyUI-nearest-qwen-resolution", + "files": [ + "https://github.com/DenRakEiw/ComfyUI-nearest-qwen-resolution" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that converts input image dimensions to the nearest recommended Qwen-Image resolution preset, matching orientation and aspect ratio while optimizing for the target model." + }, { "author": "RainyN0077", "title": "ComfyUI-PromptSE", @@ -31965,6 +32418,16 @@ "install_type": "git-clone", "description": "Modular ComfyUI nodes to run the vision-language model MiniCPM‑V‑4 in GGUF format, powered by llama‑cpp‑python." }, + { + "author": "mamorett", + "title": "ComfyUI-Flux2proReplicate", + "reference": "https://github.com/mamorett/ComfyUI-Flux2proReplicate", + "files": [ + "https://github.com/mamorett/ComfyUI-Flux2proReplicate" + ], + "install_type": "git-clone", + "description": "Set of custom nodes for ComfyUI that generates images using the Flux 2 Pro model via Replicate API with flexible aspect ratios and secure API key management. (Description by CC)" + }, { "author": "Verolelb", "title": "ComfyUI-Qwen-Aspect-Ratio", @@ -31975,6 +32438,16 @@ "install_type": "git-clone", "description": "A node to provide recommended aspect ratios for the Qwen model series." }, + { + "author": "Verolelb", + "title": "ComfyUI-Video-Workbench", + "reference": "https://github.com/Verolelb/ComfyUI-Video-Workbench", + "files": [ + "https://github.com/Verolelb/ComfyUI-Video-Workbench" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that acts as a mini video editing studio, automatically assembling multiple video clips from a folder with intelligent resolution resizing, aspect ratio handling, and frame rate management." + }, { "author": "jupo-ai", "title": "comfy-linear-move", @@ -32322,6 +32795,16 @@ "install_type": "git-clone", "description": "A powerful node for browsing and importing media from Pixabay directly within ComfyUI." }, + { + "author": "Firetheft", + "title": "ComfyUI_Simple_Web_Browser", + "reference": "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser", + "files": [ + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI that embeds a simple web browser directly into the interface. It allows you to browse websites, find inspiration, and load images directly, which can help streamline your workflow." + }, { "author": "RegulusAlpha", "title": "ComfyUI Dynamic Prompting Simplified", @@ -32387,6 +32870,7 @@ "author": "RUiNtheExtinct", "title": "comfyui-save-file-extended", "reference": "https://github.com/RUiNtheExtinct/comfyui-save-file-extended", + "reference2": "https://github.com/bytes2pro/comfyui-save-file-extended", "files": [ "https://github.com/RUiNtheExtinct/comfyui-save-file-extended" ], @@ -32433,6 +32917,17 @@ "install_type": "git-clone", "description": "High-utility nodes for ComfyUI with a focus on Flux 1 Dev workflows and Ultimate SD Upscale enhancement loops." }, + { + "author": "krakenunbound", + "title": "Kraken Discord Bot", + "id": "kraken-discord-bot", + "reference": "https://github.com/krakenunbound/kraken-discord-bot", + "files": [ + "https://github.com/krakenunbound/kraken-discord-bot" + ], + "install_type": "git-clone", + "description": "All-in-one Discord bot node for AI image generation. Simple setup - just add token, select model, and queue. Includes style presets, rate limiting, and queue management." + }, { "author": "joanna910225", "title": "HouseKeeper", @@ -32443,16 +32938,6 @@ "install_type": "git-clone", "description": "A tool that organizes workflow nodes into clean, user-friendly layouts" }, - { - "author": "rslosch", - "title": "ComfyUI-EZ_Prompts", - "reference": "https://github.com/rslosch/ComfyUI-EZ_Prompts", - "files": [ - "https://github.com/rslosch/ComfyUI-EZ_Prompts" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node extension that provides easy-to-use prompt templates and wildcards for AI image generation." - }, { "author": "rslosch", "title": "ComfyUI Batch BBox Detector", @@ -32786,6 +33271,26 @@ "install_type": "git-clone", "description": "This project provides a collection of custom nodes designed for enhanced audio effects in ComfyUI. With an intuitive pedalboard interface, users can easily integrate and manipulate various audio effects within their workflows." }, + { + "author": "MushroomFleet", + "title": "ComfyUI-FLUX2-JSON", + "reference": "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON" + ], + "install_type": "git-clone", + "description": "A comprehensive suite of custom nodes for building structured JSON prompts for FLUX.2 image generation with precision and control." + }, + { + "author": "MushroomFleet", + "title": "ComfyUI-Variationator", + "reference": "https://github.com/MushroomFleet/ComfyUI-Variationator", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-Variationator" + ], + "install_type": "git-clone", + "description": "Advanced multi-dimensional prompt variation system for ComfyUI with 240 pre-defined modifiers and 19 custom nodes. (Description by CC)" + }, { "author": "Urabewe", "title": "ComfyUI Video Extend Counter", @@ -33121,7 +33626,7 @@ "category": "Image Processing", "tags": [ "image", - "resize", + "resize", "scaling", "aspect-ratio", "lanczos", @@ -33411,6 +33916,16 @@ "install_type": "git-clone", "description": "Custom ComfyUI nodes for integrating WaveSpeed AI API for image and video generation." }, + { + "author": "razvanmatei-sf", + "title": "comfyui-stillfront", + "reference": "https://github.com/razvanmatei-sf/comfyui-stillfront", + "files": [ + "https://github.com/razvanmatei-sf/comfyui-stillfront" + ], + "install_type": "git-clone", + "description": "Consolidated collection of custom ComfyUI nodes with LLM integration (Claude, Gemini), WaveSpeed API support, and utility nodes for resolution presets and dynamic prompts. (Description by CC)" + }, { "author": "blurgyy", "title": "CoMPaSS-ComfyUI", @@ -33472,14 +33987,14 @@ "description": "A set of ComfyUI nodes for calling the Nano-Banana API , while also supporting the Google API and frankAI API." }, { - "author": "Tr1dae", - "title": "LoRA Matcher Nodes for ComfyUI", - "reference": "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher", + "author": "fr0nky0ng", + "title": "ComfyUI-JSON-Prompt", + "reference": "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt", "files": [ - "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher" + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt" ], "install_type": "git-clone", - "description": "This custom node provides two different approaches to automatically match text prompts with LoRA models using their descriptions." + "description": "Custom node for ComfyUI that generates JSON prompts from natural language descriptions to improve text-to-image generation quality. Supports local LLM integration via Ollama or Google Gemini API." }, { "author": "nakagawadev", @@ -33511,6 +34026,26 @@ "install_type": "git-clone", "description": "A ComfyUI custom node based on the Volcano Engine Doubao large model Seedream API, designed for high-quality image generation." }, + { + "author": "dzy1128", + "title": "ComfyUI-VertexAI", + "reference": "https://github.com/dzy1128/ComfyUI-VertexAI", + "files": [ + "https://github.com/dzy1128/ComfyUI-VertexAI" + ], + "install_type": "git-clone", + "description": "Google Gemini image generation node for ComfyUI supporting up to 6 input images with customizable prompts and parameters. (Description by CC)" + }, + { + "author": "dzy1128", + "title": "ComfyUI-Vector-Engine", + "reference": "https://github.com/dzy1128/ComfyUI-Vector-Engine", + "files": [ + "https://github.com/dzy1128/ComfyUI-Vector-Engine" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for high-level image generation and editing with Vector Engine Gemini API integration. (Description by CC)" + }, { "author": "swfxliyiyu", "title": "ComfyUI-FastVideo", @@ -33644,13 +34179,23 @@ }, { "author": "comrender", - "title": "ComfyUI-gpt5_image_text", - "reference": "https://github.com/comrender/ComfyUI-gpt5_image_text", + "title": "ComfyUI-Topaz-Upscaler", + "reference": "https://github.com/comrender/ComfyUI-Topaz-Upscaler", "files": [ - "https://github.com/comrender/ComfyUI-gpt5_image_text" + "https://github.com/comrender/ComfyUI-Topaz-Upscaler" ], "install_type": "git-clone", - "description": "A ComfyUI custom node for vision + text analysis using GPT-5 and GPT-4o with direct API key input, system prompt, temperature, max tokens, and multi-image support." + "description": "A custom node for ComfyUI that integrates the Topaz Labs API for AI-powered image upscaling and enhancement." + }, + { + "author": "comrender", + "title": "ComfyUI-NanoB-Edit-Gemini", + "reference": "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini", + "files": [ + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini" + ], + "install_type": "git-clone", + "description": "This custom node facilitates direct interaction with the Google Gemini API for advanced image editing tasks within ComfyUI with parallel request handling." }, { "author": "DecartAI", @@ -33705,6 +34250,26 @@ "install_type": "git-clone", "description": "Custom TTS node that clones voice from a reference audio and speaks entered text." }, + { + "author": "sbcode", + "title": "Remove Background", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Remove-Background", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background" + ], + "install_type": "git-clone", + "description": "Remove background scenery from an image of a person. The output image is saved as an RGBA PNG. The alpha channel is included." + }, + { + "author": "Sean-Bradley", + "title": "ComfyUI-Get-Line", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Get-Line", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Get-Line" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node used to get one line of string from a multi line string. Search in the manager for `get line`, or `getline` or `get-line`." + }, { "author": "LukeCoulson1", "title": "ComfyUI LoRA Combine Node", @@ -33765,16 +34330,6 @@ "install_type": "git-clone", "description": "This is a custom node for ComfyUI that provides a dynamic 'Switch' for routing purposes. It allows you to define a list of named labels and select one, outputting the corresponding index and label name. This is useful for controlling the flow of your workflow based on a selection." }, - { - "author": "mcrataobrabo", - "title": "comfyui-smart-lora-downloader - Automatically Fetch Missing LoRAs", - "reference": "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader", - "files": [ - "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader" - ], - "install_type": "git-clone", - "description": "Automatically detect and download missing LoRAs for ComfyUI workflows" - }, { "author": "3dgopnik", "title": "ComfyUI Arena Suite", @@ -33814,7 +34369,7 @@ ], "install_type": "git-clone", "description": "Custom nodes to process multi exposure images and stack them to produce 32bit exr file with dynamic range data" - }, + }, { "author": "perckle", "title": "ComfyUI-DPIR", @@ -34184,7 +34739,7 @@ }, { "author": "9nate-drake", - "title": "Comfyui-SecNodes", + "title": "Comfyui-SecNodes", "reference": "https://github.com/9nate-drake/Comfyui-SecNodes", "files": [ "https://github.com/9nate-drake/Comfyui-SecNodes" @@ -34192,6 +34747,16 @@ "install_type": "git-clone", "description": "Nodes for SeC (Segment Concept) - SOTA video object segmentation. Uses SeC-4B model by OpenIXCLab. Also includes coordinate plotter for visualization" }, + { + "author": "9nate-drake", + "title": "ComfyUI-PanoTools", + "reference": "https://github.com/9nate-drake/ComfyUI-PanoTools", + "files": [ + "https://github.com/9nate-drake/ComfyUI-PanoTools" + ], + "install_type": "git-clone", + "description": "Professional panorama generation tools for ComfyUI converting perspective images/video to equirectangular 360° panoramas with automatic camera calibration via AI, horizon detection, or vertical line detection." + }, { "author": "Kishor900", "title": "ComfyUI WANv2v Video Stitcher", @@ -34303,6 +34868,16 @@ "install_type": "git-clone", "description": "A custom ComfyUI node for managing image generation prompts using Pinecone vector database with OpenAI embeddings. Features interactive approval with image preview for quality control." }, + { + "author": "Hearmeman24", + "title": "ComfyUI-LoRAPlotNode", + "reference": "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode", + "files": [ + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for testing multiple LoRA models across different strength values. Automatically generates model/clip pairs for each LoRA-strength combination and includes an image saver node with text overlay for easy identification." + }, { "author": "piscesbody", "title": "ComfyUI-Upscale-CUDAspeed", @@ -34383,6 +34958,36 @@ "install_type": "git-clone", "description": "View general image properties of image: Dimension, Resolution, Aspect Ratio, Tensor Size (including batch)" }, + { + "author": "shammi-g", + "title": "ComfyUI-Simple_Readable_Metadata-SG", + "reference": "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG", + "files": [ + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG" + ], + "install_type": "git-clone", + "description": "View Image Metadata of ComfyUI as well as of ForgeUI or Automatic 1111 generated images in Easily Readable Format" + }, + { + "author": "ShammiG", + "title": "ComfyUI-Show_Any_Text_in_CMD_Console-SG", + "reference": "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG", + "files": [ + "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG" + ], + "install_type": "git-clone", + "description": "Simple node to show ANY output text in the CMD console with color options" + }, + { + "author": "ShammiG", + "title": "ComfyUI_Text_Tools_SG", + "reference": "https://github.com/ShammiG/ComfyUI_Text_Tools_SG", + "files": [ + "https://github.com/ShammiG/ComfyUI_Text_Tools_SG" + ], + "install_type": "git-clone", + "description": "Text Editor node with Markdown editing plus quick shortcuts, Text Viewer node, with extra features plus Text Merge, Text Save and Load Text from anywhere nodes." + }, { "author": "bgreene2", "title": "ComfyUI-Hunyuan-Image-3", @@ -34633,6 +35238,16 @@ "install_type": "git-clone", "description": "Load & save ComfyUI workflows embedded in image metadata — with optional zlib+base64 compression for JPEG/WEBP — and batch convert folders. PNG drops still work natively; JPEG/WEBP with compressed workflows are handled by this extension." }, + { + "author": "jonstreeter", + "title": "comfyui-Lora-Tag-Power-Loader", + "reference": "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader", + "files": [ + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node that combines text-based LoRA tag detection with advanced dual noise weight support, perfect for WanVideo/Hunyuan Video workflows." + }, { "author": "PatrickBorkowicz", "title": "ComfyUI-ImmichUploader", @@ -34765,6 +35380,116 @@ "install_type": "git-clone", "description": "A custom node that crops images to specified dimensions from a center point with optional offset" }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-Grounding", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-Grounding", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-Grounding" + ], + "install_type": "git-clone", + "description": "Grounding for dummies, simplest workflow" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI libigl", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack" + ], + "install_type": "git-clone", + "description": "libigl geometry processing wrapper for ComfyUI - mesh manipulation and analysis nodes" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-HunyuanX", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX" + ], + "install_type": "git-clone", + "description": "Hunyuan 3D 2.1 image-to-3D generation nodes for ComfyUI with PBR texturing and model caching. Granular control for research." + }, + { + "author": "pznodes", + "title": "ComfyUI-DepthAnythingV3", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use Depth Anything V3 - the latest depth estimation model from ByteDance. For now monocular depth, camera pose estimation and 3D point clouds/gaussians are supported. Models autodownload from HuggingFace (depth-anything org). This is a first draft, let me know if you have any feedback! :)" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-SAM3", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SAM3", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-SAM3" + ], + "install_type": "git-clone", + "description": "ComfyUI integration for Meta's SAM3 model enabling open-vocabulary image segmentation using natural language text prompts, with automatic model download, geometric refinement, and flexible confidence thresholds." + }, + { + "author": "pznodes", + "title": "ComfyUI-SAM3DBody", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody" + ], + "install_type": "git-clone", + "description": "SAM 3D Body integration for ComfyUI - Robust full-body human mesh recovery from single images. Reconstruct 3D human meshes with pose, shape, and hand details. First draft, please open a github issue if you have any problems or feature requests :)" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-Sharp", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-Sharp", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-Sharp" + ], + "install_type": "git-clone", + "description": "SHARP integration for ComfyUI - Monocular 3D Gaussian Splatting in under 1 second. Generate 3D Gaussians from a single image using Apple's SHARP model." + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-BGPSeg", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg" + ], + "install_type": "git-clone", + "description": "BGPSeg: Boundary-Guided Primitive Segmentation - Originally from ComfyUI-CADabra" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-SECADNET", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SECADNET", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET" + ], + "install_type": "git-clone", + "description": "SECAD-Net: Sketch-Extrude CAD Reconstruction - Originally from ComfyUI-CADabra" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-Cadrille", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-Cadrille", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-Cadrille" + ], + "install_type": "git-clone", + "description": "Cadrille: Multi-modal CAD Reconstruction - Originally from ComfyUI-CADabra" + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-NeurCADRecon", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon" + ], + "install_type": "git-clone", + "description": "NeurCADRecon: Neural Implicit CAD Reconstruction - Originally from ComfyUI-CADabra" + }, { "author": "rookiestar28", "title": "Danbooru Tags Upsampler for ComfyUI", @@ -34776,6 +35501,17 @@ "install_type": "git-clone", "description": "Makes the prompts for generating anime images more detailed by upsampling Danbooru tags." }, + { + "author": "rookiestar28", + "title": "ComfyUI Text Processor", + "id": "ComfyUI_Text_Processor", + "reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor", + "files": [ + "https://github.com/rookiestar28/ComfyUI_Text_Processor" + ], + "install_type": "git-clone", + "description": "An advanced text processing node for ComfyUI." + }, { "author": "MoonMoon82", "title": "ClipVision_Tools", @@ -34856,6 +35592,122 @@ "install_type": "git-clone", "description": "A comprehensive suite of AI-powered prompt enhancement nodes for ComfyUI using local LLMs (LM Studio or Ollama). Transform simple prompts into detailed, platform-optimized descriptions for video and image generation." }, + { + "author": "EricRollei", + "title": "Comfy_HunyuanImage3", + "reference": "https://github.com/EricRollei/Comfy_HunyuanImage3", + "files": [ + "https://github.com/EricRollei/Comfy_HunyuanImage3" + ], + "install_type": "git-clone", + "description": "Professional ComfyUI custom nodes for Tencent's HunyuanImage-3.0 80B multimodal model, with multiple loading modes, smart memory management, large image generation with CPU offload, and optional prompt enhancement via LLM APIs." + }, + { + "author": "EricRollei", + "title": "Eric_Image_Processing_Nodes", + "reference": "https://github.com/EricRollei/Eric_Image_Processing_Nodes", + "files": [ + "https://github.com/EricRollei/Eric_Image_Processing_Nodes" + ], + "install_type": "git-clone", + "description": "A comprehensive collection of advanced image processing nodes for ComfyUI, featuring state-of-the-art denoising, enhancement, and restoration techniques with GPU acceleration and specialized film grain processing." + }, + { + "title": "Download Tools for ComfyUI", + "reference": "https://github.com/EricRollei/Download_Tools", + "files": [ + "https://github.com/EricRollei/Download_Tools" + ], + "install_type": "git-clone", + "description": "Comprehensive media downloading and web scraping nodes for ComfyUI. Download from 1000+ websites including Instagram, Reddit, Twitter, YouTube, TikTok using gallery-dl, yt-dlp, and advanced web scraping. Features: Gallery-dl downloader (100+ sites), Yt-dlp downloader (1000+ platforms), Web Image Scraper with 15+ site-specific handlers, browser cookie authentication, MCP integration for Claude Desktop.", + "author": "Eric Hiss (EricRollei)", + "nodename_pattern": "(Gallery-dl|Yt-dlp|Web.*Scraper)", + "tags": [ + "download", + "scraper", + "web", + "gallery-dl", + "yt-dlp", + "instagram", + "youtube", + "twitter", + "reddit", + "media", + "video", + "image", + "tiktok", + "deviantart", + "pixiv" + ] + }, + { + "author": "EricRollei", + "title": "PDF Tools - Advanced PDF Processing & OCR", + "id": "pdf-tools", + "reference": "https://github.com/EricRollei/PDF-Tools", + "files": [ + "https://github.com/EricRollei/PDF-Tools" + ], + "install_type": "git-clone", + "description": "Advanced PDF processing, OCR, Image and text parsing, smart image crop nodes for ComfyUI. Features include multi-language OCR (Surya, PaddleOCR VL), AI vision analysis (Florence-2, LayoutLMv3), advanced PDF extraction with quality assessment, spread detection for scanned books, and comprehensive layout analysis. Supports 90+ languages with multiple output formats.", + "tags": [ + "PDF", + "OCR", + "document", + "vision", + "Florence-2", + "Surya", + "PaddleOCR", + "LayoutLMv3", + "multilingual", + "layout-analysis" + ], + "category": "Document Processing" + }, + { + "author": "EricRollei", + "title": "AAA Metadata System", + "id": "aaa-metadata-system", + "reference": "https://github.com/EricRollei/AAA_Metadata_System", + "files": [ + "https://github.com/EricRollei/AAA_Metadata_System" + ], + "install_type": "git-clone", + "description": "Advanced metadata management and multi-format image save system for ComfyUI. Save/load with metadata for PNG, JPEG, TIFF, PSD (with layers), SVG, and WebP. Features XMP/TXT/JSON sidecar files, embedded EXIF/XMP, MWG-RS regions for face metadata, workflow tracking, LoRA/embedding detection, runtime execution hooks, and Automatic1111 compatibility. Preserve layers, alpha channels, and complete provenance across all formats.", + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)" + }, + { + "author": "EricRollei", + "title": "HYPIR Image Restoration for ComfyUI", + "reference": "https://github.com/EricRollei/HYPIR-ComfyUI", + "files": [ + "https://github.com/EricRollei/HYPIR-ComfyUI" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for HYPIR image restoration using Stable Diffusion 2.1. Restores and upscales scanned or generated images with optional LM Studio prompt enhancement and tiled VAE processing for large resolutions.", + "nodename_pattern": "HYPIR" + }, + { + "author": "EricRollei", + "title": "Emu35-Comfyui-Nodes", + "reference": "https://github.com/EricRollei/Emu35-Comfyui-Nodes", + "files": [ + "https://github.com/EricRollei/Emu35-Comfyui-Nodes" + ], + "install_type": "git-clone", + "description": "ComfyUI integration for BAAI's Emu3.5 multimodal models for text-to-image generation and multimodal understanding. (Description by CC)" + }, + { + "author": "EricRollei", + "title": "Qwen Layers Diffuser Pipeline", + "id": "qwen-layers-diffuser-pipeline", + "reference": "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui", + "files": [ + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui" + ], + "install_type": "git-clone", + "description": "Decompose images into semantic RGBA layers using Qwen-Image-Layered model. Features AI-powered layer naming, PSD/TIFF export with proper layer structure, original resolution support, and VRAM management. Includes 18 nodes for layer decomposition, manipulation, and saving." + }, { "author": "nomadoor", "title": "ComfyUI Temporal Mask Tools", @@ -35017,6 +35869,16 @@ "install_type": "git-clone", "description": "This custom ComfyUI node, Find Perfect Resolution, calculates an optimal output resolution for an input image while preserving its aspect ratio and ensuring dimensions are divisible by a specified value. It is designed to work seamlessly in ComfyUI workflows, particularly for resizing images with nodes like 'Resize Image v2'." }, + { + "author": "ashtar1984", + "title": "ComfyUI-SwitchPathLazy", + "reference": "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy", + "files": [ + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy" + ], + "install_type": "git-clone", + "description": "Efficient lazy path switch for ComfyUI. Skips execution of the inactive branch entirely using native lazy evaluation. Includes live status display." + }, { "author": "cybernaut4", "title": "Arkl1te's Toolkit", @@ -35087,16 +35949,6 @@ "install_type": "git-clone", "description": "Standalone ComfyUI custom node for Nunchaku QwenImage LoRA loading functionality." }, - { - "author": "geltz", - "title": "ComfyUI-geltz", - "reference": "https://github.com/geltz/ComfyUI-geltz", - "files": [ - "https://github.com/geltz/ComfyUI-geltz" - ], - "install_type": "git-clone", - "description": "Various custom nodes; guidance, latents, sampling, tokenization, etc." - }, { "author": "cmeka", "title": "ComfyUI-WanMoEScheduler", @@ -35107,16 +35959,6 @@ "install_type": "git-clone", "description": "A ComfyUI scheduler that finds the shift value required to align high/low sampling steps with a target sigma boundary." }, - { - "author": "hvppycoding", - "title": "hvppyflow", - "reference": "https://github.com/hvppycoding/hvppyflow", - "files": [ - "https://github.com/hvppycoding/hvppyflow" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes for Automated Workflow" - }, { "author": "l33chking", "title": "ComfyUI Channel Ops", @@ -35198,16 +36040,6 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that cycles through an infinite number of prompts" }, - { - "author": "PozzettiAndrea", - "title": "ComfyUI-Grounding", - "reference": "https://github.com/PozzettiAndrea/ComfyUI-Grounding", - "files": [ - "https://github.com/PozzettiAndrea/ComfyUI-Grounding" - ], - "install_type": "git-clone", - "description": "Grounding for dummies, simplest workflow" - }, { "author": "Antique3e", "title": "ComfyUI Credit Tracker", @@ -35218,16 +36050,6 @@ "install_type": "git-clone", "description": "Simple UI extension to track Modal GPU credits in real-time." }, - { - "author": "spiralmountain", - "title": "ComfyUI_HDNodes", - "reference": "https://github.com/spiralmountain/ComfyUI_HDNodes", - "files": [ - "https://github.com/spiralmountain/ComfyUI_HDNodes" - ], - "install_type": "git-clone", - "description": "Custom nodes for ComfyUI that enable video generation using ByteDance's Seedance model via [a/Fal.ai](https://fal.ai/)." - }, { "author": "apenguin24", "title": "ComfyUI-WanKeyframing", @@ -35308,6 +36130,16 @@ "install_type": "git-clone", "description": "Multi-frame reference conditioning nodes for Wan2.2 A14B I2V models." }, + { + "author": "wallen0322", + "title": "ComfyUI-AE-Animation", + "reference": "https://github.com/wallen0322/ComfyUI-AE-Animation", + "files": [ + "https://github.com/wallen0322/ComfyUI-AE-Animation" + ], + "install_type": "git-clone", + "description": "After Effects-style animation nodes for ComfyUI with timeline-based keyframe control, layer management, and real-time preview rendering. (Description by CC)" + }, { "author": "KursatAs", "title": "Comfyui Krs Nodes", @@ -35318,16 +36150,6 @@ "install_type": "git-clone", "description": "NODES: TextEncodeQwenImageEditKrsSimple, TextEncodeQwenImageEditKrsAdvanced, QwenImageEditLatentKrs, ..." }, - { - "author": "yemanou", - "title": "NABA Image (Gemini REST) Node", - "reference": "https://github.com/yemanou/ComfyUI-NABA", - "files": [ - "https://github.com/yemanou/ComfyUI-NABA" - ], - "install_type": "git-clone", - "description": "Simplified Gemini 2.5 Flash Image Preview node for ComfyUI. REST-only for stability, two optional reference images, padded aspect ratio resizing (no stretching), and basic sampling controls. All extra debug layers, SDK path, multi-seed, and legacy compatibility code removed to avoid crashes." - }, { "author": "Blacksnowskill", "title": "BSS WD14 Batch Tagger", @@ -35376,6 +36198,16 @@ "install_type": "git-clone", "description": "ComfyUI-Fossiel-QoL-Nodes is (what will hopefully become) a suite of custom nodes for ComfyUI to improve quality of life. These nodes have been developed for personal use but maybe you’ll find them useful as well." }, + { + "author": "Fossiel", + "title": "ComfyUI-Fossiel-WAN-Additional-Tilers", + "reference": "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers", + "files": [ + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers" + ], + "install_type": "git-clone", + "description": "Suite of nodes providing VAE tiling functionality for WAN conditioners to reduce VRAM usage while maintaining generation quality. (Description by CC)" + }, { "author": "rsxdalv", "title": "TTS WebUI API nodes for ComfyUI", @@ -35417,6 +36249,16 @@ "install_type": "git-clone", "description": "A comprehensive ComfyUI node collection that integrates with the HiTem3D API to generate high-quality 3D models from images, featuring advanced HTML preview capabilities and dynamic content generation." }, + { + "author": "GeekatplayStudio", + "title": "ComfyUI-Text2Speech", + "reference": "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech", + "files": [ + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for text-to-speech integration with a local TTS server." + }, { "author": "wouterverweirder", "title": "ComfyUI PenPlotter", @@ -35427,6 +36269,26 @@ "install_type": "git-clone", "description": "Custom nodes to convert images to pen plotter files" }, + { + "author": "wouterverweirder", + "title": "ComfyUI SAM3", + "reference": "https://github.com/wouterverweirder/comfyui_sam3", + "files": [ + "https://github.com/wouterverweirder/comfyui_sam3" + ], + "install_type": "git-clone", + "description": "Custom Nodes to work with SAM3" + }, + { + "author": "wouterverweirder", + "title": "comfyui_live_input_stream", + "reference": "https://github.com/wouterverweirder/comfyui_live_input_stream", + "files": [ + "https://github.com/wouterverweirder/comfyui_live_input_stream" + ], + "install_type": "git-clone", + "description": "Webcam & Screen Share Input Nodes with Cropping and Live Preview of the Cropped Stream" + }, { "author": "Aishor", "title": "Meta-Sampler Guiado (Seed-WAN)", @@ -35617,6 +36479,26 @@ "install_type": "git-clone", "description": "This repository is a ComfyUI port of the WithAnyone model introduced in the paper.\n[a/WithAnyone: Towards Controllable and ID-Consistent Image Generation (2025)](https://arxiv.org/abs/2510.14975)\nOriginal implementation: [a/Doby-Xu/WithAnyone](https://github.com/Doby-Xu/WithAnyone)." }, + { + "author": "okdalto", + "title": "ComfyUI-PersonaLive", + "reference": "https://github.com/okdalto/ComfyUI-PersonaLive", + "files": [ + "https://github.com/okdalto/ComfyUI-PersonaLive" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node implementation of PersonaLive: Expressive Portrait Image Animation for Live Streaming, enabling portrait animation driven by reference images. (Description by CC)" + }, + { + "author": "okdalto", + "title": "ComfyUI-FlashPortrait", + "reference": "https://github.com/okdalto/ComfyUI-FlashPortrait", + "files": [ + "https://github.com/okdalto/ComfyUI-FlashPortrait" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for FlashPortrait that enable infinite-length portrait animation generation driven by video with automatic model downloading and flexible input options." + }, { "author": "hw5511", "title": "Woohee HF Upscaler Loader", @@ -35737,6 +36619,26 @@ "install_type": "git-clone", "description": "Image labeler for ComyUI" }, + { + "author": "Seb-Lis", + "title": "ComfyUI_Node_Pack", + "reference": "https://github.com/Seb-Lis/ComfyUI_Node_Pack", + "files": [ + "https://github.com/Seb-Lis/ComfyUI_Node_Pack" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for image processing, workflow management, and generation metadata tracking." + }, + { + "author": "Seb-Lis", + "title": "ComfyUI_Gemini_3_Pro_API_node", + "reference": "https://github.com/Seb-Lis/ComfyUI_Gemini_3_Pro_API_node", + "files": [ + "https://github.com/Seb-Lis/ComfyUI_Gemini_3_Pro_API_node" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI that generates images using Google's Gemini API directly within ComfyUI, supporting resolutions up to 4K." + }, { "author": "gitcapoom", "title": "ComfyUI FOV Estimator", @@ -35928,6 +36830,16 @@ "install_type": "git-clone", "description": "Prompt history input node and sidebar gallery for ComfyUI." }, + { + "author": "x0x0b", + "title": "ComfyUI-spritefusion-pixel-snapper", + "reference": "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper", + "files": [ + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node port of Sprite Fusion Pixel Snapper that snaps pixel art to a clean grid and quantized palette." + }, { "author": "EnragedAntelope", "title": "comfy-modelopt", @@ -35938,6 +36850,26 @@ "install_type": "git-clone", "description": "NVIDIA ModelOpt integration for ComfyUI - Quantize and optimize diffusion models with INT8/FP8/INT4" }, + { + "author": "EnragedAntelope", + "title": "ComfyUI_EasyRegion", + "reference": "https://github.com/EnragedAntelope/ComfyUI_EasyRegion", + "files": [ + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion" + ], + "install_type": "git-clone", + "description": "Control different parts of your image with separate prompts using visual box drawing." + }, + { + "author": "EnragedAntelope", + "title": "comfyui-sdnq", + "reference": "https://github.com/EnragedAntelope/comfyui-sdnq", + "files": [ + "https://github.com/EnragedAntelope/comfyui-sdnq" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node pack for loading SDNQ quantized models" + }, { "author": "tester4488", "title": "mc_qwen", @@ -35949,35 +36881,15 @@ "description": "comfyui node TextEconder for qwen image edit with internal lanczos rescale instead of area rescale." }, { - "author": "Creditas", - "title": "Adforge", - "reference": "https://github.com/Creditas-labs/ComfyUI-Adforge", + "author": "Creditas-labs", + "title": "ComfyUI_Adforge", + "reference": "https://github.com/Creditas-labs/ComfyUI_Adforge", "files": [ - "https://github.com/Creditas-labs/ComfyUI-Adforge" + "https://github.com/Creditas-labs/ComfyUI_Adforge" ], "install_type": "git-clone", "description": "Creditas' Ad Creation Toolkit for ComfyUI" }, - { - "author": "PozzettiAndrea", - "title": "ComfyUI libigl", - "reference": "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack", - "files": [ - "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack" - ], - "install_type": "git-clone", - "description": "libigl geometry processing wrapper for ComfyUI - mesh manipulation and analysis nodes" - }, - { - "author": "PozzettiAndrea", - "title": "ComfyUI-HunyuanX", - "reference": "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX", - "files": [ - "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX" - ], - "install_type": "git-clone", - "description": "Hunyuan 3D 2.1 image-to-3D generation nodes for ComfyUI with PBR texturing and model caching. Granular control for research." - }, { "author": "shiba2shiba", "title": "ComfyUI_FreeU_V2_advanced", @@ -36038,6 +36950,16 @@ "install_type": "git-clone", "description": "Simple implementation of [a/ByteDance Sa2VA](https://github.com/bytedance/Sa2VA) nodes for ComfyUI." }, + { + "author": "alexjx", + "title": "ComfyUI-XJNodes", + "reference": "https://github.com/alexjx/ComfyUI-XJNodes", + "files": [ + "https://github.com/alexjx/ComfyUI-XJNodes" + ], + "install_type": "git-clone", + "description": "A modular collection of custom nodes for ComfyUI, organized by data type for easy navigation and maintenance." + }, { "author": "bowtiedbluefin", "title": "ComfyUI-AI-CustomURL", @@ -36109,6 +37031,16 @@ "install_type": "git-clone", "description": "Intelligent video frame selection node powered by Qwen3-VL-235B vision model. Automatically analyzes and selects the best quality frames from videos for further creative work." }, + { + "author": "eddyhhlure1Eddy", + "title": "ComfyUI-LLM-GGUF", + "reference": "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF", + "files": [ + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for GGUF LLM model inference with chat support, conversation history, session management, and GPU layer offloading." + }, { "author": "princepainter", "title": "ComfyUI-PainterI2V", @@ -36150,6 +37082,58 @@ "install_type": "git-clone", "description": "Enhanced image-to-video node for Wan2.2 optimized for 4-step LoRAs that fixes slow-motion issues by increasing motion amplitude by 15-50%, with camera movement enhancement. (Description by CC)" }, + { + "author": "princepainter", + "title": "Comfyui-PainterSampler", + "reference": "https://github.com/princepainter/Comfyui-PainterSampler", + "files": [ + "https://github.com/princepainter/Comfyui-PainterSampler" + ], + "install_type": "git-clone", + "description": "A dual-model image-to-video sampler for ComfyUI that combines high-noise and low-noise models in a single node, replacing two KSamplerAdvanced nodes with zero overhead and bit-identical frame generation. (Description by CC)" + }, + { + "author": "princepainter", + "title": "Comfyui-PainterVRAM", + "reference": "https://github.com/princepainter/Comfyui-PainterVRAM", + "files": [ + "https://github.com/princepainter/Comfyui-PainterVRAM" + ], + "install_type": "git-clone", + "description": "ComfyUI node that reserves GPU VRAM before workflow execution to prevent OOM crashes with manual or auto mode options." + }, + { + "author": "princepainter", + "title": "PainterFLF2V - First/Last Frame Video Enhancer", + "id": "painterflf2v", + "reference": "https://github.com/princepainter/Comfyui-PainterFLF2V", + "files": [ + "https://github.com/princepainter/Comfyui-PainterFLF2V" + ], + "install_type": "git-clone", + "description": "Enhance first and last frames for smooth video loop generation in ComfyUI. Based on WAN Video workflow.", + "tags": ["video", "frame", "loop", "workflow"] + }, + { + "author": "princepainter", + "title": "Comfyui-PainterAudioLength", + "reference": "https://github.com/princepainter/Comfyui-PainterAudioLength", + "files": [ + "https://github.com/princepainter/Comfyui-PainterAudioLength" + ], + "install_type": "git-clone", + "description": "A tool for calculating audio duration that takes audio input and outputs the audio length as a floating-point number. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterVideoCombine", + "reference": "https://github.com/princepainter/ComfyUI-PainterVideoCombine", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterVideoCombine" + ], + "install_type": "git-clone", + "description": "ComfyUI node: extract fps/frames/duration/width/height from video" + }, { "author": "rafacost", "title": "rafacostComfy", @@ -36303,16 +37287,6 @@ "install_type": "git-clone", "description": "A LLM node with some models. (Description by CC)" }, - { - "author": "sean-hungerford", - "title": "seedVR2_cudafull", - "reference": "https://github.com/sean-hungerford/seedVR2_cudafull", - "files": [ - "https://github.com/sean-hungerford/seedVR2_cudafull" - ], - "install_type": "git-clone", - "description": "Application for upscaling videos and images with multi-GPU support, offering a user-friendly interface and high-quality results with minimal effort." - }, { "author": "tiheaven", "title": "Ps-Comfy-TiHeaveN-CustomNodes", @@ -36343,6 +37317,16 @@ "install_type": "git-clone", "description": "Unofficial Implementation of Diff2Flow Method for ComfyUI." }, + { + "author": "Koratahiu", + "title": "ComfyUI-OFTv2", + "reference": "https://github.com/Koratahiu/ComfyUI-OFTv2", + "files": [ + "https://github.com/Koratahiu/ComfyUI-OFTv2" + ], + "install_type": "git-clone", + "description": "A custom node to support and load OFTv2 adapters" + }, { "author": "orpheus-gaze", "title": "comfyui-s2-guidance-test", @@ -36376,55 +37360,2202 @@ { "author": "deng-wei", "title": "ComfyUI-MiVolo-V2", + "id": "ComfyUI-MiVolo-V2", "reference": "https://github.com/deng-wei/ComfyUI-MiVolo-V2", "files": [ "https://github.com/deng-wei/ComfyUI-MiVolo-V2" ], "install_type": "git-clone", - "description": "ComfyUI nodes for MiVolo V2 Age & Gender Prediction (based on iitolstykh/mivolo_v2)" + "description": "ComfyUI nodes for [MiVolo V2 Age & Gender Prediction](https://huggingface.co/iitolstykh/mivolo_v2)" + }, + { + "author": "alankent", + "title": "OA 360 Clip", + "reference": "https://github.com/alankent/ComfyUI-OA-360-Clip", + "files": [ + "https://github.com/alankent/ComfyUI-OA-360-Clip" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for extracting perspective views from 360 degree equirectangular images with an interactive drag-and-drop crop interface." + }, + { + "author": "mister_link", + "title": "Link Comfy Nodes", + "reference": "https://github.com/Mister-Link/link-comfy-nodes", + "files": [ + "https://github.com/Mister-Link/link-comfy-nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom ComfyUI nodes by Mister-Link, including color parsing, frame calculation, and utility nodes for enhanced workflow capabilities." + }, + { + "author": "jonstreeter", + "title": "Reference-Based Video Colorization", + "reference": "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization", + "files": [ + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization" + ], + "install_type": "git-clone", + "description": "Dual implementation of reference-based video colorization featuring ColorMNet (2024) with DINOv2 and Deep Exemplar (2019). Includes 4 nodes (2 video, 2 image), multiple feature encoders (VGG19, DINOv2, CLIP), advanced post-processing (color-matcher, WLS, guided, bilateral), and auto-installer for dependencies." + }, + { + "author": "liming123332", + "title": "ComfyUI-Ranbooru", + "reference": "https://github.com/liming123332/ComfyUI-Ranbooru", + "files": [ + "https://github.com/liming123332/ComfyUI-Ranbooru" + ], + "install_type": "git-clone", + "description": "Custom node that migrates WebUI Forge's Ranbooru plugin to ComfyUI, enabling searches across Booru sites to generate positive/negative prompts with tag cleaning, rating sorting, and caching support. (Description by CC)" + }, + { + "author": "SilentZhang", + "title": "comfyui-encrypt", + "reference": "https://github.com/SilentZhang/comfyui-encrypt", + "files": [ + "https://github.com/SilentZhang/comfyui-encrypt" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for RSA image encryption using asymmetric cryptography with key generation, encryption, and decryption functions via the cryptography library. (Description by CC)" + }, + { + "author": "hum-ma", + "title": "ComfyUI-TiledVaeLite", + "reference": "https://github.com/hum-ma/ComfyUI-TiledVaeLite", + "files": [ + "https://github.com/hum-ma/ComfyUI-TiledVaeLite" + ], + "install_type": "git-clone", + "description": "A faster tiled VAE decode node for ComfyUI based on LTXV, optimized for low VRAM scenarios with configurable tiling, progress bars, and improved logging for decoding large images and videos." + }, + { + "author": "tristanvdb", + "title": "ComfyUI-toolset", + "reference": "https://github.com/tristanvdb/ComfyUI-toolset", + "files": [ + "https://github.com/tristanvdb/ComfyUI-toolset" + ], + "install_type": "git-clone", + "description": "Human-in-the-loop image selection tool for ComfyUI workflows using a Flask web server, enabling users to pause workflows and interactively select images via a web browser interface." + }, + { + "author": "Devin Garner", + "title": "ComfyUI_Make-It-Animatable", + "reference": "https://github.com/speige/ComfyUI_Make-It-Animatable", + "files": [ + "https://github.com/speige/ComfyUI_Make-It-Animatable" + ], + "install_type": "git-clone", + "description": "Auto-Rigging humanoid 3D meshes for Mixamo animations" + }, + { + "author": "hua1995116", + "title": "comfyui_goenhance_ffmpeg_wm", + "reference": "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm", + "files": [ + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for adding watermarks to videos using FFmpeg, with configurable position, opacity, scale, and hardware acceleration support." + }, + { + "author": "wzyfromhust", + "title": "ComfyUI_SAM2UltraV2", + "reference": "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2", + "files": [ + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2" + ], + "install_type": "git-clone", + "description": "A fully modular and high-performance implementation of SAM2 (Segment Anything Model 2) for ComfyUI with dual-prompt support, negative point sampling, and upper body segmentation." + }, + { + "author": "slahiri", + "title": "ComfyUI-AI-Photography-Toolkit", + "reference": "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit", + "files": [ + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit" + ], + "install_type": "git-clone", + "description": "A collection of AI-powered photography and image generation tools for ComfyUI, featuring the SID_AIPromptGenerator node that uses Anthropic's Claude API to analyze images and generate optimized prompts for various image generation models." + }, + { + "author": "neonr0", + "title": "ComfyUI-PixelConstrainedScaler", + "reference": "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler", + "files": [ + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler" + ], + "install_type": "git-clone", + "description": "Smart upscaling with pixel-budget awareness while preserving native aspect ratios. Ideal for Image to Image (I2I) and Image to Video (I2V) workflows!" + }, + { + "author": "swan7-py", + "title": "ComfyUI-ImageAlphaCrop", + "reference": "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop", + "files": [ + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop" + ], + "install_type": "git-clone", + "description": "ComfyUI plugin for automatically cropping transparent alpha channel borders from images - ideal for processing logos and icons. Supports batch processing with adjustable padding and alpha threshold. (Description by CC)" + }, + { + "author": "huyl3-cpu", + "title": "comfyui-huyl2-nodes", + "reference": "https://github.com/huyl3-cpu/comfyui-sortlist", + "files": [ + "https://github.com/huyl3-cpu/comfyui-sortlist" + ], + "install_type": "git-clone", + "description": "Custom utility nodes for ComfyUI by huyl2 (sort list v2, etc.)" + }, + { + "author": "7BEII", + "title": "comfyui-PD_comfy-api-node", + "reference": "https://github.com/7BEII/comfyui-PD_comfy-api-node", + "files": [ + "https://github.com/7BEII/comfyui-PD_comfy-api-node" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node suite integrating multiple AI image generation APIs (Gemini, Flux.1 Kontext Pro) with unified authentication via ComfyUI API Key and real-time cost tracking. (Description by CC)" + }, + { + "author": "StarIICraft", + "title": "ComfyUI-Simple-Selector", + "reference": "https://github.com/StarIICraft/ComfyUI-Simple-Selector", + "files": [ + "https://github.com/StarIICraft/ComfyUI-Simple-Selector" + ], + "install_type": "git-clone", + "description": "Logic control node with 5 universal input ports that checks connections in reverse priority order and outputs the index of the first valid active input, with support for muted nodes and any data type." + }, + { + "author": "wwzhifeng", + "title": "comfyui-jsonprompt", + "reference": "https://github.com/wwzhifeng/comfyui-jsonprompt", + "files": [ + "https://github.com/wwzhifeng/comfyui-jsonprompt" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node that expands structured JSON text into standard prompts for use with models like Gemini, Flux, OpenAI, and Sora. (Description by CC)" + }, + { + "author": "hobinrude", + "title": "ComfyUI_DWposeDeluxe", + "reference": "https://github.com/hobinrude/ComfyUI_DWposeDeluxe", + "files": [ + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node integrating DW-Pose (Denoising Whole-Body Pose Estimation) for high-quality pose detection with CPU (ONNX) and GPU (TensorRT) support. Features 20x faster performance with TensorRT acceleration, automatic model downloading, customizable pose visualization, keypoint conversion, and video workflow integration." + }, + { + "author": "Writili", + "title": "WtlNodes", + "id": "wtlnodes", + "reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes", + "files": [ + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes" + ], + "install_type": "git-clone", + "description": "This node adds improvement over some already existing nodes as well as some custom nodes." + }, + { + "author": "yuanyuan-spec", + "title": "HunyuanVideo-1.5 nodes", + "reference": "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin", + "files": [ + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin" + ], + "install_type": "git-clone", + "description": "A ComfyUI plugin based on HunyuanVideo-1.5, offering both simplified and complete node sets for quick usage or deep workflow customization." + }, + { + "author": "Madiator2011", + "title": "ComfyUI RunpodDirect", + "id": "runpoddirect", + "reference": "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect", + "files": [ + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect" + ], + "install_type": "git-clone", + "description": "Direct model downloads to your Runod pod with blazing-fast multi-connection support. No more downloading models to your local machine and re-uploading!" + }, + { + "author": "kjqwer", + "title": "SmartSaveImage", + "reference": "https://github.com/kjqwer/SmartSaveImage", + "files": [ + "https://github.com/kjqwer/SmartSaveImage" + ], + "install_type": "git-clone", + "description": "Smart Image Saving Nodes - Offers intelligent folder management and image saving capabilities, supporting flexible folder hierarchy control, multiple metadata sources, various image formats, and metadata embedding. It includes two nodes: SmartFolderManager and SmartImageSaver.", + "pip": ["Pillow", "piexif"], + "nodename_pattern": "Smart" + }, + { + "author": "danielpflorian", + "title": "ComfyUI-WorkflowGenerator", + "reference": "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator", + "files": [ + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator" + ], + "install_type": "git-clone", + "description": "ComfyUI-WorkflowGenerator custom nodes for generating ComfyUI workflows from natural language" + }, + { + "author": "Icekiub", + "title": "ComfyUI-IcyHider", + "id": "text_processor", + "reference": "https://github.com/icekiub-ai/ComfyUI-IcyHider", + "files": [ + "https://github.com/icekiub-ai/ComfyUI-IcyHider" + ], + "install_type": "git-clone", + "description": "A custom node extension that hides image previews until you hover over the node." + }, + { + "author": "turisc", + "title": "Text Line Selector", + "reference": "https://github.com/TuriSc/comfyui-text-line-selector", + "files": [ + "https://github.com/TuriSc/comfyui-text-line-selector" + ], + "install_type": "git-clone", + "description": "Extracts a single line from multiline string. Useful for batch processing" + }, + { + "author": "FuryNocturnTV", + "title": "ComfyUI-Studio-Fury", + "reference": "https://github.com/FuryNocturn/ComfyUI-Studio-Fury", + "files": [ + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury" + ], + "install_type": "git-clone", + "description": "Nodos custom, al estilo fury, nodos que añaden versatilidad. con el tiempo ira creciendo los nodos." + }, + { + "author": "FuryNocturn", + "title": "ComfyUI-Dummy_Node_Pack", + "reference": "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack", + "files": [ + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack" + ], + "install_type": "git-clone", + "description": "Custom node pack creating fake/dummy nodes to replace missing, obsolete, or cloud-specific nodes, allowing legacy workflows to load visually without errors while preserving connections. (Description by CC)" + }, + { + "author": "granddyser", + "title": "Wan-video-extender", + "reference": "https://github.com/Granddyser/wan-video-extender", + "files": [ + "https://github.com/Granddyser/wan-video-extender" + ], + "install_type": "git-clone", + "description": "Wan Video Extender extends a short video or a single image into a longer, temporally consistent clip using a VACE based control latent. It runs in multiple extension loops. Each loop can have its own prompt and optional LoRA, so you can evolve the scene step by step without rebuilding the graph." + }, + { + "author": "akawana", + "title": "AK XZ Axis (XY for any KSampler)", + "reference": "https://github.com/akawana/ComfyUI-AK-XZ-Axis", + "files": [ + "https://github.com/akawana/ComfyUI-AK-XZ-Axis" + ], + "install_type": "git-clone", + "description": "Nodes for XY-style testing of parameters such as seed, steps, cfg, denoise, prompts, and LoRAs. Does not require a custom KSampler and works with any KSampler, including the default ComfyUI one.", + "tags": ["xy_plot", "xy", "xz", "testing", "ksampler"] + }, + { + "author": "akawana", + "title": "Folded prompts", + "reference": "https://github.com/akawana/ComfyUI-Folded-Prompts", + "files": [ + "https://github.com/akawana/ComfyUI-Folded-Prompts" + ], + "install_type": "git-clone", + "description": "Builds a folder-based tree from prompt lines. Lets you organize prompts into folders. Also adds several configurable keybindings for text editing (line commenting, regional prompting areas). Splits the prompt into regions for Regional Prompting.", + "tags": ["frontend", "shortcut", "regional", "folders", "bookmarks"] + }, + { + "author": "akawana", + "title": "AK Pack", + "reference": "https://github.com/akawana/ComfyUI-AK-Pack", + "files": [ + "https://github.com/akawana/ComfyUI-AK-Pack" + ], + "install_type": "git-clone", + "description": "Utility tools: IndexMultiple, IsOneOfGroupsActive, RepeatGroupState group enable/disable like rg but without connection, Pipe, Getter, Setter highly optimized.", + "tags": ["utility", "list", "batch", "get", "set", "pipe"] + }, + { + "author": "akawana", + "title": "RGBYP Mask Editor (RGB + YP)", + "reference": "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor", + "files": [ + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor" + ], + "install_type": "git-clone", + "description": "A JS editor for five-color masks (RGB + Yellow + Pink) that works with any nodes, with three helper nodes — RGBYPLoadImage, RGBYPMaskBridge, and RGBYPMaskToRegularMasks—for convenient RGBYP mask handling.", + "tags": ["utility", "mask", "rgb", "bridge"] + }, + { + "author": "lovisdotio", + "title": "ComfyUI-Replace-First-Frame-Last-Frame", + "reference": "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame", + "files": [ + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame" + ], + "install_type": "git-clone", + "description": "Replace the first and last frames of an image sequence in ComfyUI. Auto-resizes frames to match video dimensions, handles batches, and adjusts parameters if needed." + }, + { + "author": "yukascomfy", + "title": "ATI_AudioReactive", + "reference": "https://github.com/yukascomfy/ATI_AudioReactive", + "files": [ + "https://github.com/yukascomfy/ATI_AudioReactive" + ], + "install_type": "git-clone", + "description": "ComfyUI audio-reactive animation node combining RyanOnTheInside's reactive features with Fillip's path animation for creating audio-driven visual animations. (Description by CC)" + }, + { + "author": "techzuhaib", + "title": "FaceCLIP-ComfyUI", + "reference": "https://github.com/techzuhaib/FaceCLIP-ComfyUI", + "files": [ + "https://github.com/techzuhaib/FaceCLIP-ComfyUI" + ], + "install_type": "git-clone", + "description": "FaceCLIP nodes for ComfyUI providing joint embeddings from aligned face images plus text prompts, and identity-preserving image synthesis using fine-tuned SDXL UNet. (Description by CC)" + }, + { + "author": "tuki0918", + "title": "comfyui-image-expand-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-expand-nodes", + "files": [ + "https://github.com/tuki0918/comfyui-image-expand-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI to expand images with noise for outpainting or inpainting purposes. This allows for seamless image extension in any direction." + }, + { + "author": "tuki0918", + "title": "comfyui-image-tiled-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-tiled-nodes", + "files": [ + "https://github.com/tuki0918/comfyui-image-tiled-nodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes that split large images into overlapping tiles for processing and merge them back seamlessly with feathering blending. (Description by CC)" + }, + { + "author": "tuki0918", + "title": "ComfyUI_Cooldown_Node", + "reference": "https://github.com/tuki0918/ComfyUI_Cooldown_Node", + "files": [ + "https://github.com/tuki0918/ComfyUI_Cooldown_Node" + ], + "install_type": "git-clone", + "description": "Provides custom nodes with a cooldown feature for ComfyUI. (Description by CC)" + }, + { + "author": "NeoDroleDeGueule", + "title": "NDDG_Great_Nodes", + "reference": "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes", + "files": [ + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes" + ], + "install_type": "git-clone", + "description": "NDDG Great Nodes - ComfyUI custom nodes featuring Great Conditioning Modifier with advanced semantic drift, token dropout, gradient amplification and other conceptual manipulation tools. (Description by CC)" + }, + { + "author": "aining2022", + "title": "ComfyUI_Swwan", + "reference": "https://github.com/aining2022/ComfyUI_Swwan", + "files": [ + "https://github.com/aining2022/ComfyUI_Swwan" + ], + "install_type": "git-clone", + "description": "Collection of image processing utility nodes for ComfyUI including intelligent cropping, aspect ratio scaling, and crop box restoration capabilities. (Description by CC)" + }, + { + "author": "chchchadzilla", + "title": "ComfyUI-ChomfyNodes", + "reference": "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes", + "files": [ + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes" + ], + "install_type": "git-clone", + "description": "A professional suite of utility nodes for ComfyUI, featuring forensic logging, massive wildcard control, universal noise injection, and persistent counters." + }, + { + "author": "nitingrg", + "title": "comfyui-ntools", + "reference": "https://github.com/nitingrg/comfyui-ntools", + "files": [ + "https://github.com/nitingrg/comfyui-ntools" + ], + "install_type": "git-clone", + "description": "Essential little utilities that should have been in ComfyUI from day one. (Description by CC)" + }, + { + "author": "jav12z", + "title": "ComfyUI-ToyShaders", + "reference": "https://github.com/jav12z/ComfyUI-ToyShaders", + "files": [ + "https://github.com/jav12z/ComfyUI-ToyShaders" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to render GLSL shaders (Shadertoy-style) directly inside your workflows. (Description by CC)" + }, + { + "author": "Nynxz", + "title": "ComfyUI-NynxzNodes", + "reference": "https://github.com/Nynxz/ComfyUI-NynxzNodes", + "files": [ + "https://github.com/Nynxz/ComfyUI-NynxzNodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes providing video comparison utilities, including wipe and fade compare video generation in multiple directions. (Description by CC)" + }, + { + "author": "huygiatrng", + "title": "Facefusion_comfyui", + "reference": "https://github.com/huygiatrng/Facefusion_comfyui", + "files": [ + "https://github.com/huygiatrng/Facefusion_comfyui" + ], + "install_type": "git-clone", + "description": "Advanced face swapping for ComfyUI with local ONNX inference - no API required!" + }, + { + "author": "Ada123-a", + "title": "ComfyUI-Kandinsky", + "reference": "https://github.com/Ada123-a/ComfyUI-Kandinsky", + "files": [ + "https://github.com/Ada123-a/ComfyUI-Kandinsky" + ], + "install_type": "git-clone", + "description": "Kandinsky 2/20B ComfyUI support with FP8/GGUF/blockswap support." + }, + { + "author": "obvirm", + "title": "ComfyUI-WhisperXX", + "reference": "https://github.com/obvirm/ComfyUI-WhisperXX", + "files": [ + "https://github.com/obvirm/ComfyUI-WhisperXX" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that provides advanced transcription, alignment, and diarization capabilities using the WhisperX library." + }, + { + "author": "geroldmeisinger", + "title": "ComfyUI-outputlists-combiner", + "reference": "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner", + "files": [ + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes to create output lists with strings and numbers, make combinations of them, and help with XYZ-Gridplots" + }, + { + "author": "agavesunset", + "title": "AgaveLogicCounter", + "reference": "https://github.com/agavesunset/AgaveLogicCounter", + "files": [ + "https://github.com/agavesunset/AgaveLogicCounter" + ], + "install_type": "git-clone", + "description": "Solves the complex 'For-Loop' logic in ComfyUI. Perfect for controlling multi-subject vs. multi-scene batch workflows." + }, + { + "author": "idvdii", + "title": "ComfyUI-DvD-LoraTriggerwordsManager", + "reference": "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager", + "files": [ + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager" + ], + "install_type": "git-clone", + "description": "Professional ComfyUI custom nodes for managing LoRA trigger words, with auto-read, smart lookup via Civitai, editing, and WebUI-compatible JSON format support. (Description by CC)" + }, + { + "author": "zhanglongxiao111", + "title": "Comfyui-geminiapi", + "reference": "https://github.com/zhanglongxiao111/Comfyui-geminiapi", + "files": [ + "https://github.com/zhanglongxiao111/Comfyui-geminiapi" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for integrating multiple external APIs including Gemini, OpenAI, Replicate, and ElevenLabs directly into local workflows. (Description by CC)" }, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + { + "author": "keghoang", + "title": "ComfyUI-Charon", + "reference": "https://github.com/keghoang/ComfyUI-Charon", + "files": [ + "https://github.com/keghoang/ComfyUI-Charon" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for CHARON auto-alignment and DA3 camera export." + }, + { + "author": "mobcat40", + "title": "ComfyUI-PromptChain", + "reference": "https://github.com/mobcat40/ComfyUI-PromptChain", + "files": [ + "https://github.com/mobcat40/ComfyUI-PromptChain" + ], + "install_type": "git-clone", + "description": "A visual tool for prompt randomization and advanced combinations inside of your ComfyUI workflows." + }, + { + "author": "tpc2233", + "title": "ComfyUI-Z-Image-Turbo", + "reference": "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo", + "files": [ + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo" + ], + "install_type": "git-clone", + "description": "Comfy UI nodes for Z-Image-Turbo to run native weights with automatic model downloading and support for 2048x2048 resolution. (Description by CC)" + }, + { + "author": "Rathius-Saranoth", + "title": "Rathius_ComfyNodes", + "reference": "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes", + "files": [ + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes" + ], + "install_type": "git-clone", + "description": "Collection of quality-of-life ComfyUI nodes including a text file loader for parsing descriptions and managing prompts without manual copy-paste. (Description by CC)" + }, + { + "author": "jrabek", + "title": "BokehDiffusionComfyUI", + "reference": "https://github.com/jrabek/BokehDiffusionComfyUI", + "files": [ + "https://github.com/jrabek/BokehDiffusionComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Bokeh Diffusion - Defocus Blur Control in Text-to-Image Diffusion Models." + }, + { + "author": "HAL-XP", + "title": "HALXP-Comfy", + "reference": "https://github.com/HAL-XP/halxp-comfy", + "files": [ + "https://github.com/HAL-XP/halxp-comfy" + ], + "install_type": "git-clone", + "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." + }, + { + "author": "BuddyBytes", + "title": "Smart Resolution Toolkit", + "reference": "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit", + "files": [ + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit" + ], + "install_type": "git-clone", + "description": "Resolution picker and latent generator for ComfyUI. Select presets like HD, FullHD, 2K, 4K, 8K with aspect ratios (1:1, 9:16, 4:5, 21:9 etc.) via dropdowns. Automatically snaps width/height to latent-safe multiples of 64. Ideal for EmptyLatentImage, AnimateDiff, ControlNet, video formats, and KSampler workflows. Outputs clean INT values or ready-to-use LATENT tensor." + }, + { + "author": "Bharanidharan", + "title": "iSeeBetter Node for ComfyUI", + "reference": "https://github.com/llikethat/ComfyUI-iseebetter", + "files": [ + "https://github.com/llikethat/ComfyUI-iseebetter" + ], + "install_type": "git-clone", + "description": "Custom Node to implement iSeeBetter upscaling method." + }, + { + "author": "Bharanidharan", + "title": "faceExtractor for ComfyUI", + "reference": "https://github.com/llikethat/ComfyUI-faceExtractor", + "files": [ + "https://github.com/llikethat/ComfyUI-faceExtractor" + ], + "install_type": "git-clone", + "description": "Custom Node to detect face matching the input reference image." + }, + { + "author": "Pondowner857", + "title": "ComfyUI Remote Workflow Executor", + "id": "comfy_Pond_Nodes_V2", + "reference": "https://github.com/Pondowner857/comfy_Pond_Nodes_V2", + "files": [ + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2" + ], + "install_type": "git-clone", + "description": "Remote workflow executor node - Execute workflows on remote ComfyUI servers. Supports image/text/audio/video input and output." + }, + { + "author": "luxdelux7", + "title": "Forbidden Vision", + "reference": "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision", + "files": [ + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision" + ], + "install_type": "git-clone", + "description": "Custom face detection and segmentation for ComfyUI with automatic face fixing, intelligent color grading, and iterative refinement. Custom-trained models optimized for realistic, anime, and NSFW content.", + "nodename_pattern": "ForbiddenVision" + }, + { + "author": "ah-kun", + "title": "ComfyUI-FailSafe-Translate-Node", + "reference": "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node", + "files": [ + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node" + ], + "install_type": "git-clone", + "description": "Fail-safe Google Translate prompt node for ComfyUI (retry + caching)." + }, + { + "author": "Kazama-Suichiku", + "title": "ComfyUI-Meshy", + "id": "comfyui-meshy", + "reference": "https://github.com/Kazama-Suichiku/ComfyUI-Meshy", + "files": [ + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy" + ], + "install_type": "git-clone", + "description": "ComfyUI-Meshy is a 3D generation extension based on Meshy AI API. It provides Text-to-3D and Image-to-3D capabilities within ComfyUI, allowing you to generate 3D models directly from text prompts or images. Supports multiple AI models (Meshy-4, Meshy-5, Meshy-6) with customizable topology, polygon count, and PBR settings." + }, + { + "author": "Carasibana", + "title": "ComfyUI-PolyMask", + "reference": "https://github.com/Carasibana/ComfyUI-PolyMask", + "files": [ + "https://github.com/Carasibana/ComfyUI-PolyMask" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for loading images and drawing polygon masks interactively on them" + }, + { + "author": "supElement", + "title": "ComfyUI_Element_easy", + "reference": "https://github.com/supElement/ComfyUI_Element_easy", + "files": [ + "https://github.com/supElement/ComfyUI_Element_easy" + ], + "install_type": "git-clone", + "description": "Three custom ComfyUI nodes: Empty Image RGB, Text Line Break, and Random Chars (Append) for convenient utilities. (Description by CC)" + }, + { + "author": "Zeknes", + "title": "Comfyui-Nanobanana-API", + "reference": "https://github.com/Zeknes/Comfyui-Nanobanana-API", + "files": [ + "https://github.com/Zeknes/Comfyui-Nanobanana-API" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for Gemini image generation via OpenRouter API, supporting text prompts and multiple image inputs (up to 4 images) with automatic saving to output directory. (Description by CC)" + }, + { + "author": "Zeknes", + "title": "Comfyui-LLM-Chat", + "reference": "https://github.com/Zeknes/Comfyui-LLM-Chat", + "files": [ + "https://github.com/Zeknes/Comfyui-LLM-Chat" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node providing unified access to multiple Large Language Models including OpenAI-compatible APIs and local Ollama instances with image support." + }, + { + "author": "xiaoshengyvlin", + "title": "ComfyUI-MetaData-ZaKo", + "reference": "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo", + "files": [ + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo" + ], + "install_type": "git-clone", + "description": "ComfyUI extension for image metadata swapping and preservation in workflows. (Description by CC)" + }, + { + "author": "UndefinedUo", + "title": "DuoUmiWildcards", + "reference": "https://github.com/UndefinedUo/DuoUmiWildcards", + "files": [ + "https://github.com/UndefinedUo/DuoUmiWildcards" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node supporting wildcard text processing from files with YAML tags, randomization, latent ratio selection and preset aspect ratios." + }, + { + "author": "bpmpnaito", + "title": "comfyui-imageviewer", + "reference": "https://github.com/bpmpnaito/comfyui-imageviewer", + "files": [ + "https://github.com/bpmpnaito/comfyui-imageviewer" + ], + "install_type": "git-clone", + "description": "Image viewer node that displays preview of images directly in the node." + }, + { + "author": "ChangeTheConstants", + "title": "SeedVarianceEnhancer", + "reference": "https://github.com/ChangeTheConstants/SeedVarianceEnhancer", + "files": [ + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that adds diversity to Z-Image Turbo outputs by adding random noise to text prompt embeddings to compensate for low seed variance. (Description by CC)" + }, + { + "author": "SaTaNoob", + "title": "ComfyUI-Z-Image-Turbo-Resolutions", + "reference": "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions", + "files": [ + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that provides quick access to all image resolutions for the Z Image Turbo model, sourced from its official Hugging Face Space." + }, + { + "author": "CraftBlack", + "title": "ComfyUI-Resolution-Divider", + "reference": "https://github.com/CraftBlack/ComfyUI-Resolution-Divider", + "files": [ + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider" + ], + "install_type": "git-clone", + "description": "Utility node for ComfyUI that calculates downscaled resolutions while maintaining original aspect ratio, ideal for image-to-video workflows to prevent OOM errors. (Description by CC)" + }, + { + "author": "Randy420Marsh", + "title": "Civitai URL Resolver for ComfyUI", + "reference": "https://github.com/Randy420Marsh/civitai-api-url-resolver", + "files": [ + "https://github.com/Randy420Marsh/civitai-api-url-resolver" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that converts Civitai share/model page URLs into direct download URLs, making it easier to integrate Civitai models into your workflows." + }, + { + "author": "zn123", + "title": "ComfyUI-image-processor-zn123", + "reference": "https://github.com/zn123/ComfyUI-image-processor-zn123", + "files": [ + "https://github.com/zn123/ComfyUI-image-processor-zn123" + ], + "install_type": "git-clone", + "description": "Comprehensive image processing plugin for ComfyUI" + }, + { + "author": "Koko-boya", + "title": "Comfyui-Z-Image-Utilities", + "reference": "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities", + "files": [ + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities" + ], + "install_type": "git-clone", + "description": "Collection of utility nodes for ComfyUI designed specifically for the Z-Image model with vision model support and LLM-powered prompt enhancement." + }, + { + "author": "fredlef", + "title": "ComfyUI FSL Nodes", + "reference": "https://github.com/fredlef/Comfyui_FSL_Nodes", + "files": [ + "https://github.com/fredlef/Comfyui_FSL_Nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes: FSLGeminiChat, FSLGeminiGenerateImage, Transparent Background helpers, and more." , + "tags": ["image", "chat", "gemini", "fsl"] + }, + { + "author": "exedesign", + "title": "ComfyUI-Hunyuan3D-v3", + "id": "hunyuan3d-v3", + "reference": "https://github.com/exedesign/Hunyuan-3D-v3", + "files": [ + "https://github.com/exedesign/Hunyuan-3D-v3" + ], + "install_type": "git-clone", + "description": "Text-to-3D and Image-to-3D generation using Tencent Cloud Hunyuan 3D Global API. Supports PBR materials, face count control (40K-1.5M faces), and multiple generation types (Normal/LowPoly/Geometry/Sketch). Outputs industry-standard GLB format. Requires Tencent Cloud account with API access.", + "nodename_pattern": "Hunyuan", + "tags": ["3D", "generation", "text-to-3d", "image-to-3d", "hunyuan", "tencent"] + }, + { + "author": "btitkin", + "title": "Random Prompt Builder", + "id": "random-prompt-builder", + "reference": "https://github.com/btitkin/ComfyUI-RandomPromptBuilder", + "files": [ + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder" + ], + "install_type": "git-clone", + "description": "Advanced AI-powered prompt generation using local GGUF models. Generate detailed, structured prompts with character controls, style presets, and model-specific formatting for Pony, SDXL, Flux, and more. Supports GPU acceleration and runs completely offline." + }, + { + "author": "rjgoif", + "title": "Img Label Tools", + "id": "Img-Label-Tools", + "reference": "https://github.com/rjgoif/ComfyUI-Img-Label-Tools", + "files": [ + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools" + ], + "install_type": "git-clone", + "description": "Tools to help annotate images for sharing on Reddit, Discord, etc." + }, + { + "author": "mrf", + "title": "ComfyPoe", + "reference": "https://github.com/mrf/ComfyPoe", + "files": [ + "https://github.com/mrf/ComfyPoe" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for image generation via Poe API" + }, + { + "author": "sirouk", + "title": "chutes-comfyui-node", + "reference": "https://github.com/sirouk/chutes-comfyui-node", + "files": [ + "https://github.com/sirouk/chutes-comfyui-node" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Chutes.ai video generation API" + }, + { + "author": "Tinuva88", + "title": "Comfy-UmiAI", + "reference": "https://github.com/Tinuva88/Comfy-UmiAI", + "files": [ + "https://github.com/Tinuva88/Comfy-UmiAI" + ], + "install_type": "git-clone", + "description": "A logic engine for ComfyUI prompts that transforms static prompts into dynamic, context-aware workflows with persistent variables, conditional logic, native LoRA loading, and external data fetching. (Description by CC)" + }, + { + "author": "Transhumai", + "title": "ComfyUI-LegionPower", + "reference": "https://github.com/Transhumai/ComfyUI-LegionPower", + "files": [ + "https://github.com/Transhumai/ComfyUI-LegionPower" + ], + "install_type": "git-clone", + "description": "Nodes to run ComfyUI workflows in isolated workers for optimal GPU and memory use." + }, + { + "author": "jeankassio", + "title": "ComfyUI_MusicTools", + "id": "ComfyUI_MusicTools", + "reference": "https://github.com/jeankassio/ComfyUI_MusicTools", + "files": [ + "https://github.com/jeankassio/ComfyUI_MusicTools" + ], + "install_type": "git-clone", + "description": "Professional audio processing and mastering suite for ComfyUI." + }, + { + "author": "jeankassio", + "title": "JK AceStep Nodes", + "id": "JK-AceStep-Nodes", + "reference": "https://github.com/jeankassio/JK-AceStep-Nodes", + "files": [ + "https://github.com/jeankassio/JK-AceStep-Nodes" + ], + "install_type": "git-clone", + "description": "Advanced nodes optimized for ACE-Step audio generation in ComfyUI." + }, + { + "author": "ameyukisora", + "title": "ComfyUI Empty Latent Advanced", + "reference": "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced", + "files": [ + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced" + ], + "install_type": "git-clone", + "description": "An advanced Empty Latent selector with visual presets and foldable UI." + }, + { + "author": "Bomborant", + "title": "ShakaNodes", + "id": "shakanodes", + "reference": "https://github.com/bomborant/ComfyUI-ShakaNodes", + "files": [ + "https://github.com/bomborant/ComfyUI-ShakaNodes" + ], + "install_type": "git-clone", + "description": "ShakaNodes: Utility tools for ComfyUI" + }, + { + "author": "Matthew-X", + "title": "Workflow Importer", + "id": "comfyui-workflow_importer", + "reference": "https://github.com/Matthew-X/comfyui-workflow_importer", + "files": [ + "https://github.com/Matthew-X/comfyui-workflow_importer" + ], + "install_type": "git-clone", + "js_path": "workflow_importer", + "description": "Import ComfyUI workflows from images with embedded metadata. Adds a toolbar Import button, drag-and-drop dialog and Ctrl+Shift+I shortcut. Supports legacy and new UIs, common image formats, opens each image in a new workflow tab." + }, + { + "author": "Dashuai", + "title": "ComfyUI DashuaiTools", + "id": "comfyui-dashuai-tools", + "reference": "https://github.com/Hasasasa/ComfyUI_DashuaiTools", + "files": [ + "https://github.com/Hasasasa/ComfyUI_DashuaiTools" + ], + "install_type": "git-clone", + "description": "A practical and lightweight collection of custom nodes for ComfyUI, providing utility tools and convenient workflow functions." + }, + { + "author": "ShootTheSound", + "title": "Realtime LoRA Trainer", + "id": "comfyui-realtime-lora", + "reference": "https://github.com/ShootTheSound/comfyUI-Realtime-Lora", + "files": [ + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora" + ], + "install_type": "git-clone", + "description": "Train LoRAs directly inside ComfyUI. Supports SDXL (via sd-scripts), FLUX, Z-Image Turbo, and Wan 2.2 (via AI-Toolkit)." + }, + { + "author": "HackAfterDark", + "title": "AfterDark Film AR Selector", + "id": "ComfyUI-HackAfterDark-Nodes", + "reference": "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes", + "files": [ + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI, including resolution presets for film and photography aspect ratios.", + "tags": ["utility", "presets", "aspect ratio", "film"] + }, + { + "author": "jomakaze", + "title": "ComfyUI_JomaNodes", + "reference": "https://github.com/jomakaze/ComfyUI_JomaNodes", + "files": [ + "https://github.com/jomakaze/ComfyUI_JomaNodes" + ], + "install_type": "git-clone", + "description": "A collection of quality-of-life and convenience nodes." + }, + { + "author": "UmeAiRT", + "title": "ComfyUI-UmeAiRT-Sync", + "reference": "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync", + "files": [ + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync" + ], + "install_type": "git-clone", + "description": "Automatic workflow synchronizer/loader for UmeAiRT Workflows (Flux, SDXL, WAN, etc.)." + }, + { + "author": "DayMan84", + "title": "ComfyUI-Ugromana", + "id": "comfyui-usgromana", + "reference": "https://github.com/DayMan84/ComfyUI-Usgromana", + "files": [ + "https://github.com/DayMan84/ComfyUI-Usgromana" + ], + "install_type": "git-clone", + "description": "The next-generation security, governance, permissions, and multi‑user control system for ComfyUI." + }, + { + "author": "DayMan84", + "title": "ComfyUI-Usgromana-Gallery", + "reference": "https://github.com/DayMan84/ComfyUI-Usgromana-Gallery", + "files": [ + "https://github.com/DayMan84/ComfyUI-Usgromana-Gallery" + ], + "install_type": "git-clone", + "description": "A comprehensive image gallery extension for ComfyUI that provides advanced image management, metadata editing, NSFW content filtering, real-time file monitoring, and a full-featured file explorer." + }, + { + "author": "DemonNCoding", + "title": "PromptGenerator 12-Columns", + "id": "promptgenerator12columns", + "reference": "https://github.com/DemonNCoding/PromptGenerator12Columns", + "files": [ + "https://github.com/DemonNCoding/PromptGenerator12Columns" + ], + "install_type": "git-clone", + "description": "A fast and flexible random prompt generator with 12 columns (Empty / Pre-filled SFW / Pre-filled NSFW). Pre filled with text so that you can get started right away. Supports comma or newline output and always adds quality tags." + }, + { + "author": "Kebolder", + "title": "ComfyUI-Jax-Nodes", + "reference": "https://github.com/Kebolder/ComfyUI-Jax-Nodes", + "files": [ + "https://github.com/Kebolder/ComfyUI-Jax-Nodes" + ], + "install_type": "git-clone", + "description": "Some custom nodes for weird niche needs when working with Krita" + }, + { + "author": "Ysthara", + "title": "ComfyUI-Resolution-AR-Node", + "reference": "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node", + "files": [ + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI utility node that calculates image width and height from a target longest-side value and an aspect ratio." + }, + { + "author": "TuonoMindCode", + "title": "ComfyUI-MultiClip-Text-Script", + "reference": "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script", + "files": [ + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script" + ], + "install_type": "git-clone", + "description": "Two simple nodes that help you author sequence-friendly prompts from a single script that contains multiple clips. (Description by CC)" + }, + { + "author": "TuonoMindCode", + "title": "ComfyUI-Resolution-Suggest-Downscale", + "reference": "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale", + "files": [ + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale" + ], + "install_type": "git-clone", + "description": "Resolution suggestion and downscale helper node for ComfyUI." + }, + { + "author": "sooxt98", + "title": "comfyui_longcat_image", + "reference": "https://github.com/sooxt98/comfyui_longcat_image", + "files": [ + "https://github.com/sooxt98/comfyui_longcat_image" + ], + "install_type": "git-clone", + "description": "ComfyUI integration of the LongCat-Image pipeline for text-to-image generation and image editing with excellent Chinese text rendering capabilities. (Description by CC)" + }, + { + "author": "t22m003", + "title": "ComfyUI_LoopNode", + "reference": "https://github.com/t22m003/ComfyUI_LoopNode", + "files": [ + "https://github.com/t22m003/ComfyUI_LoopNode" + ], + "install_type": "git-clone", + "description": "Custom node that provides loop (for-loop) functionality in ComfyUI." + }, + { + "author": "thatname", + "title": "Comfyui_CharaConsist", + "reference": "https://github.com/thatname/Comfyui_CharaConsist", + "files": [ + "https://github.com/thatname/Comfyui_CharaConsist" + ], + "install_type": "git-clone", + "description": "Training-free CharaConsist algorithm implementation for ComfyUI - Generate consistent subjects across multiple generations with enhanced mask generation and multi-model support." + }, + { + "author": "thrakotool", + "title": "ComfyUI-KiraLoraEQ", + "reference": "https://github.com/thrakotool/ComfyUI-KiraLoraEQ", + "files": [ + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ" + ], + "install_type": "git-clone", + "description": "20-band LoRA equalizer for ComfyUI that surgically adjusts LoRA influence across frequency-like bands, cross-attention, and MLP layers. (Description by CC)" + }, + { + "author": "ckinpdx", + "title": "ComfyUI-WanKeyframeBuilder", + "reference": "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder", + "files": [ + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder" + ], + "install_type": "git-clone", + "description": "Custom node for building keyframe timelines in Wan video generation with adjustable influence strength, supporting 1-8 keyframes. (Description by CC)" + }, + { + "author": "ckinpdx", + "title": "comfyui-humo-audio-motion", + "reference": "https://github.com/ckinpdx/comfyui-humo-audio-motion", + "files": [ + "https://github.com/ckinpdx/comfyui-humo-audio-motion" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for granular Q/K/V/O attention boosting in HuMo models. Provides 12 independent controls for fine-tuning audio-driven motion response." + }, + { + "author": "ckinpdx", + "title": "ComfyUI-SCAIL-AudioReactive", + "reference": "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive", + "files": [ + "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive" + ], + "install_type": "git-clone", + "description": "Generate audio-reactive SCAIL pose sequences for character animation without requiring input video tracking. Now supports Multi-Character Choreography. (Description by CC)" + }, + { + "author": "jessesep", + "title": "SimpleVariables", + "reference": "https://github.com/jessesep/SimpleVariables", + "files": [ + "https://github.com/jessesep/SimpleVariables" + ], + "install_type": "git-clone", + "description": "Lightweight ComfyUI node pack for storing and retrieving any data by name across workflows. (Description by CC)" + }, + { + "author": "siray-ai", + "title": "siray-comfyui", + "reference": "https://github.com/siray-ai/siray-comfyui", + "files": [ + "https://github.com/siray-ai/siray-comfyui" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for Siray image/video models with dynamic schema-based inputs, authentication, and video streaming. (Description by CC)" + }, + { + "author": "mayunejie", + "title": "ComfyUI-Allen-Yinpin", + "reference": "https://github.com/mayunejie/ComfyUI-Allen-Yinpin", + "files": [ + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin" + ], + "install_type": "git-clone", + "description": "Enhanced audio loading node for ComfyUI supporting .wav, .mp3, .flac, .ogg, .m4a formats with filename text output. (Description by CC)" + }, + { + "author": "reeoi", + "title": "ComfyUI-WebROI", + "reference": "https://github.com/reeoi/ComfyUI-WebROI", + "files": [ + "https://github.com/reeoi/ComfyUI-WebROI" + ], + "install_type": "git-clone", + "description": "Browser-based screen capture node enabling real-time region of interest selection and cropping for ComfyUI deployments. (Description by CC)" + }, + { + "author": "ritik-devsecops", + "title": "ComfyUI-Floyo-Flux2-API-node", + "reference": "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node", + "files": [ + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node" + ], + "install_type": "git-clone", + "description": "ComfyUI node integrating Black Forest Labs FLUX.2 [pro] API via Floyo for text-to-image and image editing. (Description by CC)" + }, + { + "author": "purzbeats", + "title": "ComfyUI-Purz", + "reference": "https://github.com/purzbeats/ComfyUI-Purz", + "files": [ + "https://github.com/purzbeats/ComfyUI-Purz" + ], + "install_type": "git-clone", + "description": "A comprehensive node pack for ComfyUI that provides powerful image effects, pattern generation, and animated pattern creation capabilities." + }, + { + "author": "TheArtOfficial", + "title": "ComfyUI-MaskMorph", + "reference": "https://github.com/TheArtOfficial/ComfyUI-MaskMorph", + "files": [ + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph" + ], + "install_type": "git-clone", + "description": "Directional mask expansion node that extends masks along specified directions with pixel-precise control, plus separate pinch/widen morphology operations." + }, + { + "author": "brahianrosswill", + "title": "ComfyUi-RandomNoiseCustom", + "reference": "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom", + "files": [ + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom" + ], + "install_type": "git-clone", + "description": "Provides custom noise generation capabilities for ComfyUI workflows with configurable parameters. (Description by CC)" + }, + { + "author": "amtarr", + "title": "ComfyUI-TextureAlchemy", + "reference": "https://github.com/amtarr/ComfyUI-TextureAlchemy", + "files": [ + "https://github.com/amtarr/ComfyUI-TextureAlchemy" + ], + "install_type": "git-clone", + "description": "Complete workflow suite for ComfyUI that transforms images into PBR material sets ready for game engines and 3D software." + }, + { + "author": "beyondprompting", + "title": "ComfyUI-Beyond_nodes", + "reference": "https://github.com/beyondprompting/ComfyUI-Beyond_nodes", + "files": [ + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes" + ], + "install_type": "git-clone", + "description": "Create complex compositions the FAST and EASY way." + }, + { + "author": "Zone-Roam", + "title": "ComfyUI-Live-Search", + "reference": "https://github.com/Zone-Roam/ComfyUI-Live-Search", + "files": [ + "https://github.com/Zone-Roam/ComfyUI-Live-Search" + ], + "install_type": "git-clone", + "description": "🌐 Live Search: Real-time web search and AI summarization. Internet search, web scraping, fact checking, weather, news, GPS coordinate conversion. DuckDuckGo search with GPT-5.1, DeepSeek-V3, Gemini 3 Pro, Claude 4.5, Qwen3, Doubao, SiliconFlow (69+ models), Llama 4, Ollama. Modular architecture with API loader. Toggle web search on/off for pure LLM mode." + }, + { + "author": "AJbeckliy", + "title": "SynVow-Comfyui-Nanoapi", + "reference": "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi", + "files": [ + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for AI image generation using SynVow API supporting T2I (Text-to-Image) and I2I (Image-to-Image) with multiple API sources and batch generation. (Description by CC)" + }, + { + "author": "Daohoi123", + "title": "ComfyUI-Gemini3", + "reference": "https://github.com/Daohoi123/ComfyUI-Gemini3", + "files": [ + "https://github.com/Daohoi123/ComfyUI-Gemini3" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node integrating Google's Gemini 3 Pro model for native image generation and processing, featuring multi-API key load balancing and auto-retry mechanisms. (Description by CC)" + }, + { + "author": "FeiMao-326", + "title": "Comfyui-General-API-Node", + "reference": "https://github.com/FeiMao-326/Comfyui-General-API-Node", + "files": [ + "https://github.com/FeiMao-326/Comfyui-General-API-Node" + ], + "install_type": "git-clone", + "description": "A suite of powerful and versatile utility nodes for ComfyUI, designed to streamline complex workflows involving Large Language Models and text manipulation." + }, + { + "author": "systemaiofinterest-wq", + "title": "ComfyUI-MetaAI", + "reference": "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI", + "files": [ + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI" + ], + "install_type": "git-clone", + "description": "Unofficial ComfyUI environment using web scraping methods to enable Meta AI integration for text-to-image and image-to-video generation. (Description by CC)" + }, + { + "author": "phaserblast", + "title": "ComfyUI-DGXSparkSafetensorsLoader", + "reference": "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader", + "files": [ + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader" + ], + "install_type": "git-clone", + "description": "A ComfyUI model loader that uses the fastsafetensors library to perform very fast, zero-copy loading from storage to VRAM." + }, + { + "author": "Merserk", + "title": "ComfyUI-Flow-Assistor", + "reference": "https://github.com/Merserk/ComfyUI-Flow-Assistor", + "files": [ + "https://github.com/Merserk/ComfyUI-Flow-Assistor" + ], + "install_type": "git-clone", + "description": "Essential utility nodes for ComfyUI including prompt queue, batch processing, camera angle control, and resolution selector. (Description by CC)" + }, + { + "author": "dandancow874", + "title": "ComfyUI-LMStudio-Controller", + "reference": "https://github.com/dandancow874/ComfyUI-LMStudio-Controller", + "files": [ + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller" + ], + "install_type": "git-clone", + "description": "Integrates LM Studio's CLI to perform Vision Language Model inference locally in ComfyUI with advanced memory management and anti-OOM protection." + }, + { + "author": "xiangyuT", + "title": "ComfyUI-PromptEnhance", + "reference": "https://github.com/xiangyuT/ComfyUI-PromptEnhance", + "files": [ + "https://github.com/xiangyuT/ComfyUI-PromptEnhance" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for enhancing prompts using OpenAI-compatible APIs (like DeepSeek, OpenAI, etc.)." + }, + { + "author": "anilstream", + "title": "ComfyUI-Ideogram-Character", + "reference": "https://github.com/anilstream/ComfyUI-Ideogram-Character", + "files": [ + "https://github.com/anilstream/ComfyUI-Ideogram-Character" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for generating consistent character images using Ideogram API v3's character reference feature. (Description by CC)" + }, + { + "author": "Moeblack", + "title": "ComfyUI-SimpleChat", + "reference": "https://github.com/Moeblack/ComfyUI-SimpleChat", + "files": [ + "https://github.com/Moeblack/ComfyUI-SimpleChat" + ], + "install_type": "git-clone", + "description": "Simple, no-nonsense LLM chat nodes for ComfyUI. Support OpenAI, Claude, Gemini and NoASS Roleplay.", + "tags": [ + "LLM", + "chat", + "openai", + "claude", + "gemini", + "roleplay", + "noass" + ] + }, + { + "author": "Braeden90000", + "title": "ComfyUI Load Image URL", + "id": "load-image-url", + "reference": "https://github.com/Braeden90000/comfyui-load-image-url", + "files": [ + "https://github.com/Braeden90000/comfyui-load-image-url" + ], + "pip": ["requests"], + "install_type": "git-clone", + "description": "Load images from files or URLs with live preview and source switching." + }, + { + "author": "lovelybbq", + "title": "ComfyUI Custom Node Color", + "reference": "https://github.com/lovelybbq/comfyui-custom-node-color", + "files": [ + "https://github.com/lovelybbq/comfyui-custom-node-color" + ], + "install_type": "git-clone", + "description": "A modern GUI-based color picker for ComfyUI nodes. Features visual spectrum, HEX/RGB inputs, eyedropper tool, and favorite colors support." + }, + { + "author": "huihuihuiz", + "title": "LoRA Downloader for ComfyUI", + "id": "lora_downloader", + "reference": "https://github.com/huihuihuiz/lora_downloader", + "files": [ + "https://github.com/huihuihuiz/lora_downloader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI." + }, + { + "author": "huihuihuiz", + "title": "UNet Downloader for ComfyUI", + "id": "unet_downloader", + "reference": "https://github.com/huihuihuiz/unet_downloader", + "files": [ + "https://github.com/huihuihuiz/unet_downloader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for downloading and managing UNet/Diffusion models (FLUX, SD3, etc.) directly within the UI." + }, + { + "author": "huihuihuiz", + "title": "Plugin Downloader for ComfyUI", + "id": "plugin_downloader", + "reference": "https://github.com/huihuihuiz/plugin_downloader", + "files": [ + "https://github.com/huihuihuiz/plugin_downloader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for downloading and backing up all custom nodes/plugins as ZIP files." + }, + { + "author": "huihuihuiz", + "title": "Upscaler Downloader for ComfyUI", + "id": "upscaler_downloader", + "reference": "https://github.com/huihuihuiz/upscaler_downloader", + "files": [ + "https://github.com/huihuihuiz/upscaler_downloader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for downloading and managing upscaler/super-resolution models directly within the UI." + }, + { + "author": "aTanguay", + "title": "ComfyUI_Detonate", + "reference": "https://github.com/aTanguay/ComfyUI_Detonate", + "files": [ + "https://github.com/aTanguay/ComfyUI_Detonate" + ], + "install_type": "git-clone", + "description": "Professional compositing nodes for ComfyUI - bringing Nuke and Fusion workflows to AI-powered image generation" + }, + { + "author": "akaugun", + "title": "comfyui-lora-hook-trigger", + "reference": "https://github.com/akaugun/comfyui-lora-hook-trigger", + "files": [ + "https://github.com/akaugun/comfyui-lora-hook-trigger" + ], + "install_type": "git-clone", + "description": "A clean and simple ComfyUI custom node that creates a LoRA Hook and automatically finds and loads trigger TXT files placed in a folder named after the LoRA file." + }, + { + "author": "tumbowungus", + "title": "MultiMaskCouple", + "reference": "https://github.com/tumbowungus/MultiMaskCouple", + "files": [ + "https://github.com/tumbowungus/MultiMaskCouple" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI which simplifies the process of masking multiple prompts, making it easier to manage scenes with multiple distinct characters." + }, + { + "author": "fudosanit", + "title": "ComfyUI-Random-Resolution", + "reference": "https://github.com/fudosanit/ComfyUI-Random-Resolution", + "files": [ + "https://github.com/fudosanit/ComfyUI-Random-Resolution" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI. Based on the specified resolution, it randomly selects and outputs one of three patterns: original orientation, swapped width/height, or a square format. (Description by CC)" + }, + { + "author": "SuLU-K", + "title": "comfyui-easy-sam3-tools", + "reference": "https://github.com/SuLU-K/comfyui-easy-sam3-tools", + "files": [ + "https://github.com/SuLU-K/comfyui-easy-sam3-tools" + ], + "install_type": "git-clone", + "description": "Custom nodes for building SAM3-centric editing pipelines inside ComfyUI, featuring mask merging, bounding box rendering, and DOM-based interactive editing. (Description by CC)" + }, + { + "author": "EMkrtchyan", + "title": "ComfyUI-NormalsToDepth", + "reference": "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth", + "files": [ + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth" + ], + "install_type": "git-clone", + "description": "Converts normal maps to depth maps for use in ComfyUI. (Description by CC)" + }, + { + "author": "SKFRMSEHF", + "title": "SK-ComfyUI-FolderingLoader", + "id": "skloader", + "reference": "https://github.com/SKFRMSEHF/comfyui_SK_Loader", + "files": [ + "https://github.com/SKFRMSEHF/comfyui_SK_Loader" + ], + "install_type": "git-clone", + "description": "Unified loader nodes with folder organization support for checkpoints, LoRA, VAE, and diffusion models" + }, + { + "author": "dcyd-lun", + "title": "ComfyUI_text_diff", + "reference": "https://github.com/dcyd-lun/ComfyUI_text_diff", + "files": [ + "https://github.com/dcyd-lun/ComfyUI_text_diff" + ], + "install_type": "git-clone", + "description": "Compare two texts with GitHub/GitLab-style diff highlighting in ComfyUI" + }, + { + "author": "darrell-goh", + "title": "ComfyUI-NanoBanana_node", + "reference": "https://github.com/darrell-goh/ComfyUI-NanoBanana_node", + "files": [ + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to interact with Nano Banana's Vertex API proxy, providing access to Gemini models with dynamic image inputs." + }, + { + "author": "This-is-Uncut", + "title": "Custom-Node-ComfyUI-NBP-Uncut", + "reference": "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut", + "files": [ + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut" + ], + "install_type": "git-clone", + "description": "Node to use NBP with custom API key to improve data privacy control." + }, + { + "author": "drawthingsai", + "title": "draw-things-comfyui", + "reference": "https://github.com/drawthingsai/draw-things-comfyui", + "files": [ + "https://github.com/drawthingsai/draw-things-comfyui" + ], + "install_type": "git-clone", + "description": "The official Draw Things extension for ComfyUI. Sends image-generation requests to Draw Things over gRPC. Supports Bridge Mode for DT+ cloud and local model execution." + }, + { + "author": "g7b2", + "title": "ComfyUI-Artist-Tester", + "reference": "https://github.com/g7b2/ComfyUI-Artist-Tester", + "files": [ + "https://github.com/g7b2/ComfyUI-Artist-Tester" + ], + "install_type": "git-clone", + "description": "A dedicated suite of custom nodes for batch testing artists, styles, and prompts in ComfyUI, solving the caching problem with anti-cache logic and dynamic filename generation." + }, + { + "author": "ubisoft", + "title": "ComfyUI-Chord", + "reference": "https://github.com/ubisoft/ComfyUI-Chord", + "files": [ + "https://github.com/ubisoft/ComfyUI-Chord" + ], + "install_type": "git-clone", + "description": "Custom nodes for the paper: Chord: Chain of Rendering Decomposition for PBR Material Estimation from Generated Texture Images" + }, + { + "author": "Deathspike", + "title": "ComfyUI-MyOriginalWaifu", + "reference": "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu", + "files": [ + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu" + ], + "install_type": "git-clone", + "description": "My Original Waifu is a tag-based prompt-transformation engine for ComfyUI designed for creators who want their original characters to feel consistent, expressive, and faithfully rendered across every scene. Instead of manually adjusting tags each time you generate an image, you define the essence of your waifu, her look, her outfits, the way she appears in different contexts, and the engine transforms your prompt to match those intentions. It stays out of the way and simply follows your rules with clarity and consistency. Your Waifu. Your Rules. Your Perfect Prompt." + }, + { + "author": "LeonQ8", + "title": "ComfyUI-Dynamic-Lora-Scheduler", + "reference": "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler", + "files": [ + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler" + ], + "install_type": "git-clone", + "description": "Dynamically balance weights of multiple LoRAs over generation steps for ComfyUI." + }, + { + "author": "sebagallo", + "title": "comfyui-sg-llama-cpp", + "reference": "https://github.com/sebagallo/comfyui-sg-llama-cpp", + "files": [ + "https://github.com/sebagallo/comfyui-sg-llama-cpp" + ], + "install_type": "git-clone", + "description": "llama-cpp-python wrapper, with support for vision models. It allows the user to generate text responses from prompts using llama.cpp." + }, + { + "author": "hubo502", + "title": "ComfyUI-Env-Loader", + "reference": "https://github.com/hubo502/ComfyUI-Env-Loader", + "files": [ + "https://github.com/hubo502/ComfyUI-Env-Loader" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node set that reads .env files at startup and provides dropdown selection or dynamic multi-port output for environment variable access in workflows. (Description by CC)" + }, + { + "author": "fabbarix", + "title": "comfyui-promptstore", + "reference": "https://github.com/fabbarix/comfyui-promptstore", + "files": [ + "https://github.com/fabbarix/comfyui-promptstore" + ], + "install_type": "git-clone", + "description": "Custom node system for ComfyUI enabling efficient prompt management with YAML-based datastore, categories, selection interface, and dynamic text interpolation for creating complex prompts." + }, + { + "author": "ARM64-EC", + "title": "ComfyUI-LongCatPlugin", + "reference": "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin", + "files": [ + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes wrapping LongCat image generation and editing pipelines with text-to-image and multi-image edit flows using diffusers framework. (Description by CC)" + }, + { + "author": "NOLABEL-VFX", + "title": "ComfyUI-NL_Nodes", + "reference": "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes", + "files": [ + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes by NOLABEL for studio workflows, featuring Shot Path Builder that generates standardized, sanitized file and folder names with versioning for renders." + }, + { + "author": "pantaleone-ai", + "title": "Comfy-Firefly", + "reference": "https://github.com/pantaleone-ai/Comfy-Firefly", + "files": [ + "https://github.com/pantaleone-ai/Comfy-Firefly" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for generating images using Adobe Firefly Services API v3 with automatic authentication and standard tensor output." + }, + { + "author": "febogallo", + "title": "ComfyUI-Freepik", + "reference": "https://github.com/febogallo/ComfyUI-Freepik", + "files": [ + "https://github.com/febogallo/ComfyUI-Freepik" + ], + "install_type": "git-clone", + "description": "Integrates Freepik's AI capabilities into ComfyUI workflows with features for photorealistic generation, upscaling, and background removal, plus smart caching and cost management. (Description by CC)" + }, + { + "author": "XYMikky12138", + "title": "ComfyUI-MIKKY-Mask-Editor", + "reference": "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor", + "files": [ + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor" + ], + "install_type": "git-clone", + "description": "A powerful frame-by-frame video mask editor for ComfyUI with painting, auto BBox, hole filling, blur/feathering, and video slicing features." + }, + { + "author": "SiegeKeebsOffical", + "title": "comfyui-lmstudio", + "reference": "https://github.com/SiegeKeebsOffical/comfyui-lmstudio", + "files": [ + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes designed to interface with a separate LM Studio instance for language model operations." + }, + { + "author": "bombdefuser-124", + "title": "Newbie-Teacache-ComfyUI", + "reference": "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI", + "files": [ + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI" + ], + "install_type": "git-clone", + "description": "TeaCache optimization nodes for ComfyUI's NewBie implementation, featuring patched loader and coefficient calculator for faster inference with configurable quality. (Description by CC)" + }, + { + "author": "maxczc", + "title": "comfyui-sora-node", + "reference": "https://github.com/maxczc/comfyui-sora-node", + "files": [ + "https://github.com/maxczc/comfyui-sora-node" + ], + "install_type": "git-clone", + "description": "Comprehensive set of ComfyUI custom nodes for interacting with a Sora-compatible REST API, supporting text-to-video, image-to-video, and video-to-video generation." + }, + { + "author": "logicalor", + "title": "comfyui_multi_replace", + "reference": "https://github.com/logicalor/comfyui_multi_replace", + "files": [ + "https://github.com/logicalor/comfyui_multi_replace" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for creating and applying multiple find/replace pairs to text" + }, + { + "author": "logicalor", + "title": "comfyui_text_to_pose", + "reference": "https://github.com/logicalor/comfyui_text_to_pose", + "files": [ + "https://github.com/logicalor/comfyui_text_to_pose" + ], + "install_type": "git-clone", + "description": "Generate human poses from text descriptions using T2P Transformer for ControlNet/T2I-Adapter workflows" + }, + { + "author": "logicalor", + "title": "comfyui_friendly_pipe", + "reference": "https://github.com/logicalor/comfyui_friendly_pipe", + "files": [ + "https://github.com/logicalor/comfyui_friendly_pipe" + ], + "install_type": "git-clone", + "description": "Flexible pipe nodes for bundling and unbundling multiple connections of any type in ComfyUI" + }, + { + "author": "ssspace1", + "title": "SSpack_ComfyUI", + "reference": "https://github.com/ssspace1/SSpack_ComfyUI", + "files": [ + "https://github.com/ssspace1/SSpack_ComfyUI" + ], + "install_type": "git-clone", + "description": "Compact, UI-friendly nodes for ComfyUI with LoRA/checkpoint selectors with thumbnails, text utilities, image helpers, and a lightweight cache cleaner script." + }, + { + "author": "SofianeAlla", + "title": "ComfyUI-BespokeAI-3D", + "reference": "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D", + "files": [ + "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for BespokeAI image-to-3D generation\nNOTE: The files in the repo are not organized." + }, + { + "author": "laboratoiresonore", + "title": "ComfyUI_PerformanceLab", + "reference": "https://github.com/laboratoiresonore/ComfyUI_PerformanceLab", + "files": [ + "https://github.com/laboratoiresonore/ComfyUI_PerformanceLab" + ], + "install_type": "git-clone", + "description": "Make any ComfyUI workflow faster, use less VRAM, or produce better quality - with AI assistance" + }, + { + "author": "tppp2806", + "title": "ComfyUI-YoloTrack", + "reference": "https://github.com/tppp2806/ComfyUI-YoloTrack", + "files": [ + "https://github.com/tppp2806/ComfyUI-YoloTrack" + ], + "install_type": "git-clone", + "description": "Based on a YOLO model, it performs object detection, capture, and smooth tracking-based cropping on images." + }, + { + "author": "revisiontony", + "title": "ComfyUI Lora Manager Web Frame", + "reference": "https://github.com/revisiontony/LoraMangerWebFrame", + "files": [ + "https://github.com/revisiontony/LoraMangerWebFrame" + ], + "install_type": "git-clone", + "description": "Embeds the ComfyUI-Lora-Manager web interface directly into your ComfyUI workflow graph, eliminating the need for a separate browser tab." + }, + { + "author": "Maenvaeru", + "title": "comfyui-vram-overlay", + "reference": "https://github.com/Maenvaeru/comfyui-vram-overlay", + "files": [ + "https://github.com/Maenvaeru/comfyui-vram-overlay" + ], + "install_type": "git-clone", + "description": "Professional VRAM monitoring overlay for ComfyUI that displays real-time GPU memory usage as an independent, non-intrusive window. (Description by CC)" + }, + { + "author": "PROJECTMAD", + "title": "PROJECT-MAD-NODES", + "reference": "https://github.com/PROJECTMAD/PROJECT-MAD-NODES", + "files": [ + "https://github.com/PROJECTMAD/PROJECT-MAD-NODES" + ], + "install_type": "git-clone", + "description": "Collection of custom ComfyUI nodes for LoRA scheduling and prompt management, featuring visual curve editor and visual prompt gallery with EXIF metadata extraction." + }, + { + "author": "flowers6421", + "title": "ComfyUI-SimpleTunerFlux2", + "reference": "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2", + "files": [ + "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for using SimpleTuner-trained Flux 2 LoRA models. SimpleTuner's Flux 2 architecture uses fused layers, making its LoRAs incompatible with standard ComfyUI Flux nodes. (Description by CC)" + }, + { + "author": "revisionhiep-create", + "title": "comfyui-standard-trigger-words", + "reference": "https://github.com/revisionhiep-create/comfyui-standard-trigger-words", + "files": [ + "https://github.com/revisionhiep-create/comfyui-standard-trigger-words" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for managing trigger words with 50+ editable presets optimized for SDXL Illustrious" + }, + { + "author": "revisionhiep-create", + "title": "Comfyui-Prompt-Sorter", + "reference": "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter", + "files": [ + "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter" + ], + "install_type": "git-clone", + "description": "Interactive button-based trigger word manager with precision weighting and portable collections." + }, + { + "author": "revisionhiep-create", + "title": "comfyui-universal-trigger-toggle", + "reference": "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle", + "files": [ + "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle" + ], + "install_type": "git-clone", + "description": "A standalone custom node for ComfyUI that provides an interactive tag-based interface to enable/disable trigger words from any LoRA loader or gallery node." + }, + { + "author": "Faildes", + "title": "ComfyUI-NegativeFold", + "reference": "https://github.com/Faildes/ComfyUI-NegativeFold", + "files": [ + "https://github.com/Faildes/ComfyUI-NegativeFold" + ], + "install_type": "git-clone", + "description": "Fold negative prompts into positive prompts for use with Turbo models. (Description by CC)" + }, + { + "author": "Faildes", + "title": "ComfyUI-TC_ADV_ZPrompt", + "reference": "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt", + "files": [ + "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt" + ], + "install_type": "git-clone", + "description": "Extension that allows to use emphasize and AND on Z-Image." + }, + { + "author": "isekai-sh", + "title": "isekai-comfy-node", + "reference": "https://github.com/isekai-sh/isekai-comfy-node", + "files": [ + "https://github.com/isekai-sh/isekai-comfy-node" + ], + "install_type": "git-clone", + "description": "Upload and compress AI-generated images and enhance your ComfyUI workflows with powerful string utilities and AI integration." + }, + { + "author": "QL-boy", + "title": "ComfyUI-Advanced-Tile-Processing", + "reference": "https://github.com/QL-boy/ComfyUI-Advanced-Tile-Processing", + "files": [ + "https://github.com/QL-boy/ComfyUI-Advanced-Tile-Processing" + ], + "install_type": "git-clone", + "description": "Advanced tiling plugin for ComfyUI solving VRAM limitations in 4K/8K+ image generation using intelligent tiling and seamless weighted fusion with multiple blending modes." + }, + { + "author": "gateway", + "title": "ComfyUI-Kie-API", + "reference": "https://github.com/gateway/ComfyUI-Kie-API", + "files": [ + "https://github.com/gateway/ComfyUI-Kie-API" + ], + "install_type": "git-clone", + "description": "Integration framework for KIE Nano Banana Pro API into ComfyUI custom nodes with API key setup and placeholder for upcoming node implementations. (Description by CC)" + }, + { + "author": "lazyq666", + "title": "gemini-3-simply-comfyui", + "reference": "https://github.com/lazyq666/gemini-3-simply-comfyui", + "files": [ + "https://github.com/lazyq666/gemini-3-simply-comfyui" + ], + "install_type": "git-clone", + "description": "Two lightweight ComfyUI nodes for Gemini 3 preview models: Gemini 3 Pro (Text) and Gemini 3 Pro Image. (Description by CC)" + }, + { + "author": "aslanxie", + "title": "comfyui_qwen_image_edit", + "reference": "https://github.com/aslanxie/comfyui_qwen_image_edit", + "files": [ + "https://github.com/aslanxie/comfyui_qwen_image_edit" + ], + "install_type": "git-clone", + "description": "ComfyUI Qwen-Image-Edit-2509 node integration for image editing using OpenAI Image API. (Description by CC)" + }, + { + "author": "Arctenox", + "title": "Arctenoxs-Essentials_ComfyUI", + "reference": "https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI", + "files": [ + "https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI" + ], + "install_type": "git-clone", + "description": "A collection of efficient workflow nodes for ComfyUI with advanced sampling, seed management, temporal prompt processing, and workflow optimization tools" + }, + { + "author": "by-ae", + "title": "ae-in-workflow", + "reference": "https://github.com/by-ae/ae-in-workflow", + "files": [ + "https://github.com/by-ae/ae-in-workflow" + ], + "install_type": "git-clone", + "description": "In-workflow Nodes for ComfyUI - Heavy interaction and streaming capabilities" + }, + { + "author": "OhSeongHyeon", + "title": "comfyui-watdafox-nodes", + "reference": "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes", + "files": [ + "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes" + ], + "install_type": "git-clone", + "description": "A node pack for ComfyUI" + }, + { + "author": "pixelpainter", + "title": "mute-bypass by node ID", + "reference": "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID", + "files": [ + "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID" + ], + "install_type": "git-clone", + "description": "2 nodes for muting or bypassing a node by node ID. They are widget linkable and promotable to a Subgraph node as a switch to mute or bypass a node in it's own Subgraph, or any other Subgraph, or it can be used as a stand alone node anywhere" + }, + { + "author": "Austat", + "title": "ComfyUI-RemacriScale", + "reference": "https://github.com/Austat/ComfyUI-RemacriScale", + "files": [ + "https://github.com/Austat/ComfyUI-RemacriScale" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for upscaling videos using the Remacri upscaler and then downscaling them. (Description by CC)" + }, + { + "author": "Austat", + "title": "ComfyUI-DownsampleFPS", + "reference": "https://github.com/Austat/ComfyUI-DownsampleFPS", + "files": [ + "https://github.com/Austat/ComfyUI-DownsampleFPS" + ], + "install_type": "git-clone", + "description": "A node for ComfyUI to downsample framerate ie. from 48 to 24." + }, + { + "author": "Lysthan", + "title": "ComfyUI-LYSTHAN-PPS", + "reference": "https://github.com/Lysthan/ComfyUI-LYSTHAN-PPS", + "files": [ + "https://github.com/Lysthan/ComfyUI-LYSTHAN-PPS" + ], + "install_type": "git-clone", + "description": "Privacy-Protected Saver node for ComfyUI that encrypts and archives output images into password-protected ZIP files or videos for secure storage and privacy protection." + }, + { + "author": "mirabarukaso", + "title": "ComfyUI_MiraSubPack", + "reference": "https://github.com/mirabarukaso/ComfyUI_MiraSubPack", + "files": [ + "https://github.com/mirabarukaso/ComfyUI_MiraSubPack" + ], + "install_type": "git-clone", + "description": "More test nodes for ComfyUI_Mira extension. (Description by CC)" + }, + { + "author": "BennyDaBall930", + "title": "ComfyUI-Z-Engineer", + "reference": "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer", + "files": [ + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI that integrates a local LLM via OpenAI-compatible API to engineer optimal prompts for Z-Image Turbo workflows. (Description by CC)" + }, + { + "author": "chameleon-ai", + "title": "comfyui_momo", + "reference": "https://github.com/chameleon-ai/comfyui_momo", + "files": [ + "https://github.com/chameleon-ai/comfyui_momo" + ], + "install_type": "git-clone", + "description": "Implementation of MoMo interpolation for ComfyUI" + }, + { + "author": "styletransfer", + "title": "ComfyUI-TRELLIS2_Motion", + "reference": "https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion", + "files": [ + "https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI node package that uses Microsoft's TRELLIS2 to transform video footage into 3D mesh reconstructions with advanced rendering effects." + }, + { + "author": "SuzumiyaAkizuki", + "title": "ComfyUI-LLM_Prompt_XML_Formatter", + "reference": "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter", + "files": [ + "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for automatically generating XML-style prompts compatible with NewBie models using LLM APIs, with style customization and preset management capabilities. (Description by CC)" + }, + { + "author": "AugustusLXIII", + "title": "Custom Resolution I2V", + "id": "custom-resolution-i2v-augustus", + "reference": "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V", + "files": [ + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V" + ], + "install_type": "git-clone", + "description": "A resolution utility for WanVideo I2V with 20 presets, manual override and automatic rounding." + }, + { + "author": "RyukoMatoiFan", + "title": "ComfyUI-Switti", + "reference": "https://github.com/RyukoMatoiFan/ComfyUI-Switti", + "files": [ + "https://github.com/RyukoMatoiFan/ComfyUI-Switti" + ], + "install_type": "git-clone", + "description": "Custom nodes for running the Switti text-to-image model inside ComfyUI with support for checkpoint loading, VAE, CLIP encoders, and pipeline building." + }, + { + "author": "Bzbaozi", + "title": "ComfyUI-YK-Banana2-Batch", + "reference": "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch", + "files": [ + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch" + ], + "install_type": "git-clone", + "description": "A powerful batch image generation node for ComfyUI using the YK-Banana2 Pro API to generate multiple images in parallel with reference image support. (Description by CC)" + }, + { + "author": "rethink-studios", + "title": "comfyui-model-linker-desktop", + "reference": "https://github.com/rethink-studios/comfyui-model-linker-desktop", + "files": [ + "https://github.com/rethink-studios/comfyui-model-linker-desktop" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension that helps users relink missing models in workflows" + }, + { + "author": "xuheyao", + "title": "comfyui-dinov3-point-prompt", + "reference": "https://github.com/xuheyao/comfyui-dinov3-point-prompt", + "files": [ + "https://github.com/xuheyao/comfyui-dinov3-point-prompt" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for DINOv3 point prompt functionality with integration of Facebook's DINOv3 research model. (Description by CC)" + }, + { + "author": "Asidert", + "title": "Base64 Images input and output nodes for ComfyUI", + "reference": "https://github.com/Asidert/ComfyUI_Base64Images", + "files": [ + "https://github.com/Asidert/ComfyUI_Base64Images" + ], + "install_type": "git-clone", + "description": "A set of base64 input and output nodes for a custom API using ComfyUI" + }, + { + "author": "ddontsov93", + "title": "ComfyUI-AudioSeparator", + "reference": "https://github.com/ddontsov93/ComfyUI-AudioSeparator", + "files": [ + "https://github.com/ddontsov93/ComfyUI-AudioSeparator" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI integrating audio-separator library that separates audio stems (vocals vs instrumental), removes noise, and fixes audio artifacts using GPU acceleration. (Description by CC)" + }, + { + "author": "TobiasGlaubach", + "title": "ComfyUI-TG_pydocmaker", + "reference": "https://github.com/TobiasGlaubach/ComfyUI-TG_pydocmaker", + "files": [ + "https://github.com/TobiasGlaubach/ComfyUI-TG_pydocmaker" + ], + "install_type": "git-clone", + "description": "A minimal node set in comfyui to render pydocmaker reports" + }, + { + "author": "cyberlightdev", + "title": "ComfyUI-CyberUtils", + "reference": "https://github.com/cyberlightdev/ComfyUI-CyberUtils", + "files": [ + "https://github.com/cyberlightdev/ComfyUI-CyberUtils" + ], + "install_type": "git-clone", + "description": "A minimal template for creating React/TypeScript frontend extensions for ComfyUI, with complete boilerplate setup including internationalization and unit testing." + }, + { + "author": "rakkarage", + "title": "ComfyRage", + "id": "comfyrage", + "reference": "https://github.com/rakkarage/ComfyRage", + "files": [ + "https://github.com/rakkarage/ComfyRage" + ], + "install_type": "git-clone", + "description": "ComfyUI text nodes. Pre (preprocess comments, random, and de-emphasis), Show (show and persist text), and Debug (show and persist weights)." + }, + { + "author": "naxci1", + "title": "ComfyUI-FlashVSR_Stable", + "reference": "https://github.com/naxci1/ComfyUI-FlashVSR_Stable", + "files": [ + "https://github.com/naxci1/ComfyUI-FlashVSR_Stable" + ], + "install_type": "git-clone", + "description": "High-performance Video Super Resolution for ComfyUI with VRAM optimization." + }, + { + "author": "Shadowwalker0P", + "title": "CryptoNoise-Ksampler", + "reference": "https://github.com/Shadowwalker0P/CryptoNoise-Ksampler", + "files": [ + "https://github.com/Shadowwalker0P/CryptoNoise-Ksampler" + ], + "install_type": "git-clone", + "description": "Drop-in replacement for ComfyUI's standard KSampler that embeds cryptographic proof of authorship directly into generated images through deterministic noise injection into the latent representation." + }, + { + "author": "vjumpkung", + "title": "ComfyUI-STARWrapper", + "reference": "https://github.com/vjumpkung/ComfyUI-STARWrapper", + "files": [ + "https://github.com/vjumpkung/ComfyUI-STARWrapper" + ], + "install_type": "git-clone", + "description": "An experimental STAR Video Upscale Wrapper." + }, + { + "author": "Paddel87", + "title": "ComfyUI_fal_image", + "reference": "https://github.com/Paddel87/ComfyUI_fal_image", + "files": [ + "https://github.com/Paddel87/ComfyUI_fal_image" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node pack for fal.ai image generation supporting FLUX models with queue polling, safety controls, and native image I/O conversion." + }, + { + "author": "ConstantlyGrowup", + "title": "ComfyUI_Qwen_chat_models", + "reference": "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models", + "files": [ + "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Qwen text and vision-language models. Supports Qwen2.5/Qwen3, 4-/8-bit quantization, deterministic seeding, auto model download, and shared caching to improve workflow performance." + }, + { + "author": "Wakapedia", + "title": "WanVideo Wakawave - Advanced LoRA & Prompt Tools", + "reference": "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave", + "files": [ + "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave" + ], + "install_type": "git-clone", + "description": "Advanced LoRA management and prompt building tools for WanVideo. Features: Wakawave LoRA Loader (unlimited LoRAs, save/load presets, drag-to-reorder, per-LoRA strength control), Wakawave Prompt Builder (dual positive/negative prompts, weight control, segment mode, visual preset browser with import/export)." + }, + { + "author": "nawka12", + "title": "ComfyUI-Adept-Sampler", + "reference": "https://github.com/nawka12/ComfyUI-Adept-Sampler", + "files": [ + "https://github.com/nawka12/ComfyUI-Adept-Sampler" + ], + "install_type": "git-clone", + "description": "Advanced custom samplers and schedulers for ComfyUI, ported from the Stable Diffusion WebUI reForge extension." + }, + { + "author": "zhuyanan", + "title": "Comfy-FilmSimulator", + "reference": "https://github.com/zhuyanan/Comfy-FilmSimulator", + "files": [ + "https://github.com/zhuyanan/Comfy-FilmSimulator" + ], + "install_type": "git-clone", + "description": "ComfyUI node: realistic, adaptive film simulation for photographic and cinematic looks." + }, + { + "author": "id7238", + "title": "ComfyUI-PackedPipes", + "reference": "https://github.com/id7238/ComfyUI-PackedPipes", + "files": [ + "https://github.com/id7238/ComfyUI-PackedPipes" + ], + "install_type": "git-clone", + "description": "Custom nodes that organize ComfyUI workflow connections by combining multiple links into single pipeline links. (Description by CC)" + }, diff --git a/docs/en/v3.38-userdata-security-migration.md b/docs/en/v3.38-userdata-security-migration.md new file mode 100644 index 00000000..324321d7 --- /dev/null +++ b/docs/en/v3.38-userdata-security-migration.md @@ -0,0 +1,230 @@ +# ComfyUI-Manager V3.38: Userdata Security Migration Guide + +## Introduction + +ComfyUI-Manager V3.38 introduces a **security patch** that migrates Manager's configuration and data to a protected system path. This change leverages ComfyUI's new System User Protection API (PR #10966) to provide enhanced security isolation. + +This guide explains what happens during the migration and how to handle various situations. + +--- + +## What Changed + +### Finding Your Paths + +When ComfyUI starts, it displays the full paths in the terminal: + +``` +** User directory: /path/to/ComfyUI/user +** ComfyUI-Manager config path: /path/to/ComfyUI/user/__manager/config.ini +``` + +Look for these lines in your startup log to find the exact location on your system. In this guide, paths are shown relative to the `user` directory. + +### Path Migration + +| Data | Legacy Path | New Path | +|------|-------------|----------| +| Configuration | `user/default/ComfyUI-Manager/` | `user/__manager/` | +| Snapshots | `user/default/ComfyUI-Manager/snapshots/` | `user/__manager/snapshots/` | + +### Why This Change + +In older ComfyUI versions, the `default/` directory was **unprotected** and accessible via web APIs. If you ran ComfyUI with `--listen 0.0.0.0` or similar options to allow external connections, this data **may have been tampered with** by malicious actors. + +**Note:** If you only used ComfyUI locally (without `--listen` or with `--listen 127.0.0.1`), your data was not exposed to this vulnerability. + +The new `__manager` path uses ComfyUI's protected system directory, which: +- **Cannot be accessed** from outside (protected by ComfyUI) +- Isolates system settings from user data +- Enables stricter security for remote access + +**This is why only `config.ini` is automatically migrated** - other files (snapshots) may have been compromised and should be manually verified before copying. + +--- + +## Automatic Migration + +When you start ComfyUI with the new System User Protection API, Manager automatically handles the migration: + +### Step 1: Configuration Migration + +Only `config.ini` is migrated automatically. + +**Important**: Snapshots are **NOT** automatically migrated. You must copy them manually if needed. + +### Step 2: Security Level Check + +During migration, if your security level is below `normal` (i.e., `weak` or `normal-`), it will be automatically raised to `normal`. This is a safety measure because the security level setting itself may have been tampered with in the old version. + +``` +====================================================================== +[ComfyUI-Manager] WARNING: Security level adjusted + - Previous: 'weak' → New: 'normal' + - Raised to prevent unauthorized remote access. +====================================================================== +``` + +If you need a lower security level, you can manually edit the config after migration. + +### Step 3: Legacy Backup + +Your entire legacy directory is moved to a backup location: +``` +user/__manager/.legacy-manager-backup/ +``` + +This backup is preserved until you manually delete it. + +--- + +## Persistent Backup Notification + +As long as the backup exists, Manager will remind you on **every startup**: + +``` +---------------------------------------------------------------------- +[ComfyUI-Manager] NOTICE: Legacy backup exists + - Your old Manager data was backed up to: + /path/to/ComfyUI/user/__manager/.legacy-manager-backup + - Please verify and remove it when no longer needed. +---------------------------------------------------------------------- +``` + +**To stop this notification**: Delete the `.legacy-manager-backup` folder inside `user/__manager/` after confirming you don't need any data from it. + +--- + +## Recovering Old Data + +### Snapshots + +If you need your old snapshots, copy the contents of `.legacy-manager-backup/snapshots/` to `user/__manager/snapshots/`. + +--- + +## Outdated ComfyUI Warning + +If you're running an older version of ComfyUI without the System User Protection API, Manager will: + +1. **Force security level to `strong`** - All installations are blocked +2. **Display warning message**: + +``` +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +[ComfyUI-Manager] ERROR: ComfyUI version is outdated! + - Most operations are blocked for security. + - ComfyUI update is still allowed. + - Please update ComfyUI to use Manager normally. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +``` + +**Solution**: Update ComfyUI to v0.3.76 or later. + +--- + +## Security Levels + +| Level | What's Allowed | +|-------|----------------| +| `strong` | ComfyUI update only. All other installations blocked. | +| `normal` | Install/update/remove registered custom nodes and models. | +| `normal-` | Above + Install via Git URL or pip (localhost only). | +| `weak` | All operations allowed, including from remote connections. | + +**Notes:** +- `strong` is forced on outdated ComfyUI versions. +- `normal` is the default and recommended for most users. +- `normal-` is for developers who need to install unregistered nodes locally. +- `weak` should only be used in isolated development environments. + +### Changing Security Level + +Edit `user/__manager/config.ini`: +```ini +[default] +security_level = normal +``` + +--- + +## Error Messages + +### "comfyui_outdated" (HTTP 403) + +This error appears when: +- Your ComfyUI doesn't have the System User Protection API +- All installations are blocked until you update ComfyUI + +**Solution**: Update ComfyUI to the latest version. + +### "security_level" (HTTP 403) + +This error appears when: +- Your security level blocks the requested operation +- For example, `strong` level blocks all installations + +**Solution**: Lower your security level in config.ini if appropriate for your use case. + +--- + +## Security Warning: Suspicious Path + +If you see this error on an **older** ComfyUI: + +``` +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +[ComfyUI-Manager] ERROR: Suspicious path detected! + - '__manager' exists with low security level: 'weak' + - Please verify manually: + /path/to/ComfyUI/user/__manager/config.ini +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +``` + +On older ComfyUI versions, the `__manager` directory is not normally created. If this directory exists, it may have been created externally. For safety, manually verify the contents of this directory before updating ComfyUI. + +--- + +## Troubleshooting + +### All my installations are blocked + +**Check 1**: Is your ComfyUI updated? +- Old ComfyUI forces `security_level = strong` +- Update ComfyUI to resolve + +**Check 2**: What's your security level? +- Check `user/__manager/config.ini` +- `security_level = strong` blocks all installations + +### My snapshots are missing + +Snapshots are not automatically migrated. You need to manually copy the `snapshots` folder from inside `.legacy-manager-backup` to the `user/__manager/` directory. + +### I keep seeing the backup notification + +Delete the `.legacy-manager-backup` folder inside `user/__manager/` after confirming you don't need any data from it. + +### Snapshot restore is blocked + +On old ComfyUI (without System User API), snapshot restore is blocked because security is forced to `strong`. Update ComfyUI to enable snapshot restore. + +--- + +## File Structure Reference + +``` +user/ +└── __manager/ + ├── config.ini # Manager configuration + ├── channels.list # Custom node channels + ├── snapshots/ # Environment snapshots + └── .legacy-manager-backup/ # Backup of old Manager data (temporary) +``` + +--- + +## Requirements + +- **ComfyUI**: v0.3.76 or later (with System User Protection API) +- **ComfyUI-Manager**: V3.38 or later diff --git a/extension-node-map.json b/extension-node-map.json index 04833593..3cb03a2f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -18,14 +18,6 @@ "title_aux": "mmaker/Color Enhance" } ], - "https://gitee.com/yyh915/jkha-load-img": [ - [ - "JkhaLoadImage" - ], - { - "title_aux": "ImageLoadFromLocalOrUrl Node for ComfyUI" - } - ], "https://github.com/0x-jerry/comfyui-rembg": [ [ "Load Rembg Model", @@ -84,6 +76,15 @@ "title_aux": "ComfyUI-FireRedTTS" } ], + "https://github.com/1038lab/ComfyUI-FlashVSR": [ + [ + "AILab_FlashVSR", + "AILab_FlashVSR_Advanced" + ], + { + "title_aux": "ComfyUI-FlashVSR" + } + ], "https://github.com/1038lab/ComfyUI-JoyCaption": [ [ "CaptionSaver", @@ -157,6 +158,19 @@ "title_aux": "ComfyUI-OmniGen" } ], + "https://github.com/1038lab/ComfyUI-QwenVL": [ + [ + "AILab_QwenVL", + "AILab_QwenVL_Advanced", + "AILab_QwenVL_GGUF", + "AILab_QwenVL_GGUF_Advanced", + "AILab_QwenVL_GGUF_PromptEnhancer", + "AILab_QwenVL_PromptEnhancer" + ], + { + "title_aux": "ComfyUI-QwenVL" + } + ], "https://github.com/1038lab/ComfyUI-RMBG": [ [ "AILab_ColorInput", @@ -189,6 +203,7 @@ "FashionSegmentClothing", "RMBG", "SAM2Segment", + "SAM3Segment", "Segment", "SegmentV2" ], @@ -219,7 +234,8 @@ ], "https://github.com/1038lab/ComfyUI-VoxCPMTTS": [ [ - "AILab_VoxCPMTTS" + "AILab_VoxCPMTTS", + "AILab_VoxCPMTTS_Advanced" ], { "title_aux": "ComfyUI-VoxCPMTTS" @@ -372,12 +388,15 @@ "1hew_AnyEmptyInt", "1hew_AnySwitchBool", "1hew_AnySwitchInt", + "1hew_AudioDuration", "1hew_DetectGuideLine", "1hew_DetectYolo", + "1hew_GetFileCount", "1hew_ImageAddLabel", "1hew_ImageBBoxOverlayByMask", "1hew_ImageBatchExtract", "1hew_ImageBatchGroup", + "1hew_ImageBatchRange", "1hew_ImageBatchSplit", "1hew_ImageBatchToList", "1hew_ImageBlendModeByAlpha", @@ -386,36 +405,40 @@ "1hew_ImageCropWithBBoxMask", "1hew_ImageEdgeCropPad", "1hew_ImageEditStitch", - "1hew_ImageGetSize", "1hew_ImageGridSplit", "1hew_ImageHLFreqCombine", "1hew_ImageHLFreqSeparate", "1hew_ImageHLFreqTransform", "1hew_ImageListAppend", "1hew_ImageListToBatch", + "1hew_ImageMainStitch", "1hew_ImageMaskBlend", "1hew_ImageMaskCrop", "1hew_ImagePasteByBBoxMask", + "1hew_ImagePingPong", "1hew_ImagePlot", "1hew_ImageResizeFluxKontext", + "1hew_ImageResizeJimeng", "1hew_ImageResizeQwenImage", "1hew_ImageResizeUniversal", "1hew_ImageRotateWithMask", "1hew_ImageSolid", - "1hew_ImageSolidFluxKontext", - "1hew_ImageSolidQwenImage", "1hew_ImageStrokeByMask", - "1hew_ImageThreeStitch", "1hew_ImageTileMerge", "1hew_ImageTileSplit", - "1hew_ImageTileSplitPreset", + "1hew_IntImageSideLength", + "1hew_IntImageSize", + "1hew_IntMaskSideLength", "1hew_IntSplit", "1hew_IntWan", "1hew_ListCustomFloat", "1hew_ListCustomInt", "1hew_ListCustomSeed", "1hew_ListCustomString", + "1hew_LoadImageFromFolder", + "1hew_LoadVideoFromFolder", "1hew_MaskBatchMathOps", + "1hew_MaskBatchRange", "1hew_MaskBatchSplit", "1hew_MaskBatchToList", "1hew_MaskCropByBBoxMask", @@ -423,18 +446,22 @@ "1hew_MaskListToBatch", "1hew_MaskMathOps", "1hew_MaskPasteByBBoxMask", + "1hew_MaskRepeat", + "1hew_MatchBrightnessContrast", "1hew_MultiImageBatch", "1hew_MultiImageStitch", "1hew_MultiMaskBatch", "1hew_MultiStringJoin", "1hew_RangeMapping", + "1hew_SaveVideo", + "1hew_SaveVideoRGBA", "1hew_StringCoordinateToBBoxMask", "1hew_StringCoordinateToBBoxes", + "1hew_StringFilter", + "1hew_StringJoinMulti", "1hew_TextCustomExtract", "1hew_TextEncodeQwenImageEditKeepSize", - "1hew_TextFilter", - "1hew_TextJoinByTextList", - "1hew_TextJoinMulti", + "1hew_TextListToString", "1hew_TextPrefixSuffix", "1hew_URLToVideo", "1hew_VideoCutGroup", @@ -448,6 +475,8 @@ [ "Gelbooru (ID)", "Gelbooru (Random)", + "GelbooruID", + "GelbooruRandom", "UrlsToImage" ], { @@ -485,6 +514,8 @@ "AQ_Random", "AQ_SaveImageWebpReturnBase64", "AQ_SendImageToAPI", + "AQ_TextEncodeQwenImageEdit", + "AQ_TextEncodeQwenImageEditPlus", "AQ_multiface_ApplyPulidFlux" ], { @@ -551,6 +582,7 @@ [ "ColorPalette", "ColorTransferReinhard", + "ExtractPalette", "PaletteOptimalTransportTransfer", "PaletteRbfTransfer", "PaletteTransfer", @@ -650,6 +682,16 @@ "title_aux": "Comflowy's Custom Nodes" } ], + "https://github.com/7BEII/comfyui-PD_comfy-api-node": [ + [ + "PDFluxKontextProOfficial", + "PDGeminiImageGenComfyKey", + "PDOpenAIGPTImageKey" + ], + { + "title_aux": "comfyui-PD_comfy-api-node" + } + ], "https://github.com/807502278/ComfyUI-3D-MeshTool": [ [ "Auto_Normal", @@ -665,7 +707,6 @@ "RT-to-camposes", "Tensor_to_List", "UV_options", - "UnwrapUV_Auto_xatlas", "UnwrapUV_xatlas", "array-append", "array-attribute", @@ -679,22 +720,17 @@ "array-step-increment", "array-t", "array-to-camposes", - "cam-pos-bus", "get-tensor-shape", "img-bath-rotationZ", "img-to-tensor", "json-to-campos", - "mesh_data_bus", - "mesh_remap_cubvh", "ply_load", "ply_normalize", "ply_save", - "show_any", "string-to-array", "tensor-new", "tensor-shape", - "tensor-to-img", - "vc_to_texture" + "tensor-to-img" ], { "author": "807502278", @@ -715,7 +751,6 @@ "Audio_MergeBatch_To_Channel", "Batch_Average", "Bilateral_Filter", - "ColorData_HSV_Capture", "Color_Data_Break", "Color_check_Name", "ComfyUI_Path_Out", @@ -739,11 +774,9 @@ "Load_Image_Adv", "Load_Image_From_Path", "Mask_Detection", - "PrimitiveNode", "QwenImage_ratio", "Random_Select_Prompt", "Robust_Imager_Merge", - "Run_BEN_v2", "Run_torchvision_model", "Sam2AutoSegmentation_data", "SaveMP4", @@ -768,10 +801,10 @@ "bbox_restore_mask", "color_segmentation", "color_segmentation_v2", - "coords_select_mask", "crop_by_bboxs", "crop_data_CoordinateSmooth", "crop_data_edit", + "del_file", "filter_DensePose_color", "get_image_data", "get_image_ratio", @@ -781,11 +814,9 @@ "image_scale_pixel_v2", "image_url_download", "invert_channel_adv", - "load_BEN_model", "load_ColorName_config", "load_EasyOCR_model", "load_color_config", - "load_model_value", "load_torchvision_model", "maskCompositeMask_Adv", "mask_and_mask_math", @@ -796,8 +827,7 @@ "mask_select_mask", "ratio_selector", "run_yolo_bboxs", - "run_yolo_bboxs_v2", - "sort_images_batch" + "run_yolo_bboxs_v2" ], { "title_aux": "ComfyUI-WJNodes" @@ -870,6 +900,15 @@ "title_aux": "ComfyUI Mask to Center Point Nodes" } ], + "https://github.com/9nate-drake/ComfyUI-PanoTools": [ + [ + "CameraCalibration", + "Perspective2Panorama" + ], + { + "title_aux": "ComfyUI-PanoTools" + } + ], "https://github.com/9nate-drake/Comfyui-SecNodes": [ [ "CoordinatePlotter", @@ -1015,11 +1054,15 @@ "VNCCSSamplerSchedulerPicker", "VNCCSSheetExtractor", "VNCCSSheetManager", + "VNCCS_ColorFix", "VNCCS_Float", "VNCCS_Integer", + "VNCCS_MaskExtractor", "VNCCS_MultilineText", "VNCCS_Pipe", "VNCCS_PromptConcat", + "VNCCS_RMBG2", + "VNCCS_Resize", "VNCCS_String" ], { @@ -1038,6 +1081,15 @@ "title_aux": "ComfyUI_AITECCAFE_Toolkit" } ], + "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": [ + [ + "FreeChat", + "PaidChat" + ], + { + "title_aux": "comfyUI-siliconflow-api-2lab" + } + ], "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": [ [ "ALIMAMAFUNCONTROLWANModelsAutoDownload", @@ -1144,6 +1196,7 @@ "https://github.com/AIFSH/ComfyUI-Hallo": [ [ "HalloNode", + "LoadAudio", "LoadAudioPath", "LoadImagePath", "PreViewVideo" @@ -1564,7 +1617,6 @@ "SaveAudioBL", "SaveModel", "\u5b58\u50a8", - "\u5bfc\u5165", "\u622a\u56fe", "\u6750\u8d28\u56fe", "\u8f93\u5165\u56fe\u50cf", @@ -1627,11 +1679,8 @@ "CropAndRestore_Warper", "DWPoseScalerNode_Warper", "FacialPartMaskFromPose_Warper", - "FlowConfig_Warper", - "FlowGetFlow_Warper", "FlowVisualizerNode_Warper", "GetBatchByIndex_Warper", - "GetRaftFlow_Warper", "LoadPromptsFromDirectory_Warper", "LoadSinglePromptByIndex_Warper", "MouthMaskFromPose_Warper", @@ -1676,14 +1725,21 @@ "https://github.com/AJO-reading/ComfyUI-AjoNodes": [ [ "AJO_AudioCollectAndConcat", - "AJO_PreviewAudio", - "AJO_SaveAudio", "AJO_VfiSkipListCalculator" ], { "title_aux": "ComfyUI-AjoNodes" } ], + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi": [ + [ + "SynVowNano2_I2I", + "SynVowNano2_T2I" + ], + { + "title_aux": "SynVow-Comfyui-Nanoapi" + } + ], "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": [ [ "SaveToTelegram", @@ -1843,8 +1899,25 @@ "title_aux": "NormalMapLightEstimator" } ], + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin": [ + [ + "LoadLongCatModel", + "LongCatCLIPLoader", + "LongCatImageResizer", + "LongCatSampler", + "LongCatSizePicker", + "LongCatVAELoader", + "TextEncodeLongCatImage", + "TextEncodeLongCatImageEdit" + ], + { + "title_aux": "ComfyUI-LongCatPlugin" + } + ], "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": [ [ + "CachingCLIPTextEncode", + "CachingCLIPTextEncodeFlux", "CachingCLIPTextEncodeFlux|ARZUMATA", "CachingCLIPTextEncode|ARZUMATA", "ImageCacher", @@ -1885,7 +1958,6 @@ "GroupMuteManager", "ImageCacheGet", "MultiCharacterEditorNode", - "PixelKSampleUpscalerSharpening", "PromptCleaningMaid", "PromptSelector", "ResolutionMasterSimplify", @@ -1988,6 +2060,9 @@ ], "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ [ + "AcademiaSD_BatchLoader", + "AcademiaSD_Gemini_Node", + "AcademiaSD_SaveCaption", "IntegerBypasser", "LoopCounterToFile", "PaddedFileName", @@ -2014,6 +2089,40 @@ "title_aux": "ComfyUI Inpaint Nodes" } ], + "https://github.com/Acly/comfyui-tooling-nodes": [ + [ + "ETN_ApplyMaskToImage", + "ETN_ApplyReferenceImages", + "ETN_AttentionMask", + "ETN_BackgroundRegion", + "ETN_DefineRegion", + "ETN_ExtractImageTile", + "ETN_ExtractMaskTile", + "ETN_GenerateTileMask", + "ETN_KritaCanvas", + "ETN_KritaImageLayer", + "ETN_KritaMaskLayer", + "ETN_KritaOutput", + "ETN_KritaSelection", + "ETN_KritaSendText", + "ETN_KritaStyle", + "ETN_ListRegionMasks", + "ETN_LoadImageBase64", + "ETN_LoadImageCache", + "ETN_LoadMaskBase64", + "ETN_MergeImageTile", + "ETN_NSFWFilter", + "ETN_Parameter", + "ETN_ReferenceImage", + "ETN_SaveImageCache", + "ETN_SendImageWebSocket", + "ETN_TileLayout", + "ETN_Translate" + ], + { + "title_aux": "ComfyUI Nodes for External Tooling" + } + ], "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [ [ "Advanced_Color_Correction", @@ -2041,6 +2150,22 @@ "title_aux": "ComfyUI GOAT Nodes" } ], + "https://github.com/Ada123-a/ComfyUI-Kandinsky": [ + [ + "EmptyKandinskyV5_Latent", + "KandinskyV5_ImageToVideoLatent", + "KandinskyV5_Loader", + "KandinskyV5_PruneFrames", + "KandinskyV5_QwenLoader", + "KandinskyV5_Sampler", + "KandinskyV5_TextEncode", + "KandinskyV5_VAEDecode", + "KandinskyV5_VAELoader" + ], + { + "title_aux": "ComfyUI-Kandinsky" + } + ], "https://github.com/AdamShuo/ComfyUI_Switch": [ [ "SwitchAny" @@ -2074,6 +2199,18 @@ "title_aux": "ComfyUI-Seed-Nodes" } ], + "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": [ + [ + "CannyEdgePreprocessorWrapper", + "DWPreprocessorWrapper", + "DepthAnythingV2Wrapper", + "MidasDepthMapWrapper", + "OpenposePreprocessorWrapper" + ], + { + "title_aux": "ComfyUI-GPU-Preprocessor-Wrapper" + } + ], "https://github.com/AgencyMind/ComfyUI-Satori": [ [ "TemporalInvestigator", @@ -2103,6 +2240,7 @@ "Input_Text", "Text_Concat", "billbum_modified_stream_response_llm_api", + "hyprlab_image_api_node", "load_video_from_url", "load_video_from_url_comfy_core", "reg_tuzi_chat_response", @@ -2115,6 +2253,13 @@ ], "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [ [ + "ForceDetectPixelateScale", + "ImageScaleDownByFactor", + "ImageUpscaleByInt", + "ImagesToRGB", + "NearestImageScaleDown", + "PixelUpscale2Target", + "RemoveBackgroundPixel", "Unfake_PixelateTools" ], { @@ -2259,10 +2404,15 @@ "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": [ [ "Add Layer Overlay JNK", + "AddLayerOverlay_JNK", + "AlphaImageNode_JNK", "Ask Google Gemini JNK", + "AskGoogleGemini_JNK", "Bridge All JNK", + "BridgeAll_JNK", "Create Folder JNK", "Create RGBA Image JNK", + "CreateFolder_JNK", "Get All Alpha Layers JNK", "Get Gemini Keys JNK", "Get Gemini Models JNK", @@ -2271,26 +2421,55 @@ "Get Substring JNK", "Get Text From List by Index JNK", "Get Timestamp JNK", + "GetAllAlphaLayers_JNK", + "GetAlphaLayers_JNK", + "GetGeminiKeys_JNK", + "GetGeminiModels_JNK", + "GetModels_JNK", + "GetSubstring_JNK", + "GetTextFromList_JNK", + "GetTimestamp_JNK", "Image Filter Loader JNK", + "ImageFilterLoader_JNK", "Join Strings JNK", + "JoinStrings_JNK", "Load Checkpoint Model with Name JNK", "Load Image if Exist JNK", "Load LoRA with Name JNK", "Load UNet Model with Name JNK", + "LoadImageWithCheck_JNK", + "LoadLoRAName_JNK", + "LoadModelName_Chpt_JNK", + "LoadModelName_Diff_JNK", + "LoadModelName_Unet_JNK", + "Model2Key_JNK", "Prepare Image for AI JNK", + "PrepareImageForAI_JNK", "Queue Stop JNK", + "QueueStop_JNK", "Save Frame JNK", "Save Static Image JNK", "Save Video Images JNK", + "SaveFrame_JNK", + "SaveStaticImage_JNK", + "SaveVideoImages_JNK", "Split String JNK", + "SplitString_JNK", "Stroke RGBA Image JNK", + "StrokeImage_JNK", "Switch Index JNK", "Switch Integer JNK", + "SwitchIdx_JNK", + "SwitchInt_JNK", "Text Saver JNK", "Text to Key JNK", "Text to MD5 JNK", + "Text2MD5_JNK", + "TextSaver_JNK", "ToonOut Remove BG JNK", - "Topaz Photo Upscaler (Autopilot) JNK" + "ToonOutRemoveBG_JNK", + "Topaz Photo Upscaler (Autopilot) JNK", + "TopazPhotoAI_JNK" ], { "title_aux": "ComfyUI-JNK-Tiny-Nodes" @@ -2466,16 +2645,6 @@ "title_aux": "ComfyUI-Ovis2" } ], - "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": [ - [ - "GlobalSeedTracker", - "SeedExporter", - "SeedTracker" - ], - { - "title_aux": "ComfyUI-Seed-Tracker" - } - ], "https://github.com/Anibaaal/ComfyUI-UX-Nodes": [ [ "AdvancedCompositeImageMasked", @@ -2556,6 +2725,27 @@ "title_aux": "Diffusion360_ComfyUI" } ], + "https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI": [ + [ + "ArctenoxBox", + "ArctenoxCheckpointPassthrough", + "ArctenoxLoadCheckpoint", + "ArtifactRiskPredictor", + "CLIPTextEncodeWithString", + "EfficientLatentImage", + "ExecutionCostEstimator", + "KSamplerWithLatent", + "LoadLoRAWithString", + "PromptPhaseSplitter", + "PromptStyler", + "PromptStylerAdvanced", + "SaveImageWithMetadata", + "SeedTopologyMapper" + ], + { + "title_aux": "Arctenoxs-Essentials_ComfyUI" + } + ], "https://github.com/ArdeniusAI/ComfyUI-Ardenius": [ [ "ARD 4crop Latent", @@ -2597,11 +2787,21 @@ ], "https://github.com/Art-xmaster/comfyui-AGSoft": [ [ + "AGSoft Loop Lora Strengths", + "AGSoft Show Text", + "AGSoft Text Input Switch X2", + "AGSoft Text Input Switch X4", + "AGSoft Text Input Switch X8", + "AGSoft Text Multiline", + "AGSoft Text Operation", "AGSoft Text Overlay", + "AGSoft Text Replace", + "AGSoftLoadVideo", "AGSoftTextConcatenateX2", "AGSoftTextConcatenateX4", "AGSoftTextConcatenateX8", "AGSoftTextSplit", + "AGSoftVideoFrameExtractor", "AGSoft_Draw_Mask_On_Image", "AGSoft_Empty_Latent", "AGSoft_Empty_Latent_QwenImage", @@ -2612,8 +2812,8 @@ "AGSoft_Image_Mask_Resize_Adv", "AGSoft_Image_Rotate", "AGSoft_Image_Stitch", - "AGSoft_Img_Pad_for_Outpainting", - "AGSoft_Img_Pad_for_Outpainting_Adv", + "AGSoft_Img_Pad", + "AGSoft_Img_Pad_Adv", "AGSoft_Img_Res", "AGSoft_Img_Res_MP", "AGSoft_Inpaint_Crop", @@ -2628,7 +2828,8 @@ "AGSoft_Mask_Blur", "AGSoft_Mask_Composite", "AGSoft_Mask_Fix", - "AGSoft_Mask_From_Color" + "AGSoft_Mask_From_Color", + "AGSoft_Styles_CSV_Loader" ], { "title_aux": "comfyui-AGSoft" @@ -2680,6 +2881,7 @@ "HTNodeStateController", "HTNodeUnmuteAll", "HTNullNode", + "HTOIDNNode", "HTParameterExtractorNode", "HTPhotoshopBlurNode", "HTRegexNode", @@ -2731,22 +2933,38 @@ [ "ClearDirectoryNode", "ElevenLabsTTSNode", - "FluxKontextMaxNode", - "FluxKontextProNode", + "Flux2Replicate", + "FluxKontextReplicate", "GPTImageEditNode", "GeminiChatNode", + "GeminiDiarisationAPI", "GeminiSegmentationNode", "GeminiTTSNode", "GoogleImagenEditNode", "GoogleImagenNode", "NanoBananaNode", - "Veo3VideoGenerator", - "VeoGeminiVideoGenerator" + "VeoGeminiVideoGenerator", + "VeoVertexVideoGenerator" ], { "title_aux": "ComfyUI-ExternalAPI-Helpers" } ], + "https://github.com/Aryan185/ComfyUI-VertexAPI": [ + [ + "GeminiChatVertexNode", + "GeminiDiarisationNode", + "GeminiSegmentationVertexNode", + "GeminiTTSVertexNode", + "GoogleImagenEditVertex", + "GoogleImagenGenerateVertex", + "GoogleVeoVertexVideoGenerator", + "NanoBananaVertexNode" + ], + { + "title_aux": "ComfyUI-VertexAPI" + } + ], "https://github.com/AshMartian/ComfyUI-DirGir": [ [ "Dir_Gir_Looper", @@ -2757,21 +2975,41 @@ "title_aux": "Dir Gir" } ], + "https://github.com/Asidert/ComfyUI_Base64Images": [ + [ + "ConvertImageToBase64", + "LoadImageFromBase64" + ], + { + "title_aux": "Base64 Images input and output nodes for ComfyUI" + } + ], "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": [ [ "AdvancedCLIPMerge", "ModelEnhancerTensorPrism", "SDXL Block Merge (Tensor Prism)", "SDXLAdvancedBlockMergeTensorPrism", - "TensorPrism_CheckpointReroute_Notes", + "TensorPrismVAEMerge", + "TensorPrism_AdvancedFineTuner", + "TensorPrism_AnalyzeModelWeights", + "TensorPrism_ApplyMergeRecipe", + "TensorPrism_CompetitiveModelSelector", + "TensorPrism_DatasetPath", "TensorPrism_EpsilonVPredConverter", + "TensorPrism_IntelligentTensorSelector", "TensorPrism_LayeredBlend", "TensorPrism_MainMerge", + "TensorPrism_ModelAnalyzer", + "TensorPrism_ModelComparator", "TensorPrism_ModelKeyFilter", "TensorPrism_ModelMaskBlender", "TensorPrism_ModelMaskGenerator", + "TensorPrism_ModelWeightModifier", "TensorPrism_Prism", - "TensorPrism_WeightedMaskMerge" + "TensorPrism_SimplifiedFineTuner", + "TensorPrism_WeightedMaskMerge", + "TensorPrism_WeightedTensorMerge" ], { "title_aux": "ComfyUI-Tensor-Prism-Node-Pack" @@ -2787,6 +3025,14 @@ "title_aux": "ComfyUI AstroCorp Nodes" } ], + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": [ + [ + "CustomResolutionI2V" + ], + { + "title_aux": "Custom Resolution I2V" + } + ], "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": [ [ "AnimateAnyone" @@ -2795,6 +3041,32 @@ "title_aux": "ComfyUI-AnimateAnyone-reproduction" } ], + "https://github.com/AuroBit/ComfyUI-OOTDiffusion": [ + [ + "LoadOOTDPipeline", + "LoadOOTDPipelineHub", + "OOTDGenerate" + ], + { + "title_aux": "ComfyUI OOTDiffusion" + } + ], + "https://github.com/Austat/ComfyUI-DownsampleFPS": [ + [ + "DownsampleFPSNode" + ], + { + "title_aux": "ComfyUI-DownsampleFPS" + } + ], + "https://github.com/Austat/ComfyUI-RemacriScale": [ + [ + "RemacriOnnxUpscaleNode" + ], + { + "title_aux": "ComfyUI-RemacriScale" + } + ], "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": [ [ "DynamicSampler", @@ -2851,6 +3123,8 @@ "BitwiseRS", "BitwiseXOR", "BooleanOutputter", + "Caesar", + "CaesarProg", "CaesarProgressive", "ChaCha20Poly1305", "ChaCha20Poly1305Keygen", @@ -2861,6 +3135,10 @@ "ConcatKDFHash_Derive", "ConcatKDFHash_Verify", "ConstantTimeCompare", + "EdDSAPrivateKeyFormat", + "EdDSAPublicKeyFormat", + "EdDSASignature", + "EdDSAVerify", "FernetKeygenSimple", "FernetSimple", "Foursquare", @@ -2904,6 +3182,7 @@ "String2Base64", "String2Binary", "String2Hex", + "StringLooper", "SymmetricEncryptDecrypt", "SystemRandom", "ThreeSquare", @@ -3217,6 +3496,14 @@ "title_aux": "SigmaWaveFormNodes" } ], + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer": [ + [ + "ZEngineer" + ], + { + "title_aux": "ComfyUI-Z-Engineer" + } + ], "https://github.com/BennyKok/comfyui-deploy": [ [ "ComfyDeployOutputEXR", @@ -3353,6 +3640,22 @@ "title_aux": "LLM Node for ComfyUI" } ], + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": [ + [ + "ConditioningNoiseInjection" + ], + { + "title_aux": "ComfyUi-ConditioningNoiseInjection" + } + ], + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": [ + [ + "ConditioningTimestepSwitch" + ], + { + "title_aux": "ComfyUi-ConditioningTimestepSwitch" + } + ], "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": [ [ "LoadImageX", @@ -3426,15 +3729,6 @@ "title_aux": "ComfyUI Prompt Iterator Extension" } ], - "https://github.com/Black-Lioness/ComfyUI-PromptUtils": [ - [ - "FilenameGenerator", - "KeywordGenerator" - ], - { - "title_aux": "ComfyUI-PromptUtils" - } - ], "https://github.com/BlackSnowSkill/wd14_batch_tagger": [ [ "BSS_LoadImagesFolder", @@ -3478,6 +3772,18 @@ "title_aux": "BV Nodes" } ], + "https://github.com/BlackVortexAI/bv_nodepack": [ + [ + "BV Pipe", + "BV Pipe Config", + "BV Subgraph Divider", + "BV Subgraph Heading", + "BV Subgraph Spacer" + ], + { + "title_aux": "BV Node Pack" + } + ], "https://github.com/BlakeOne/ComfyUI-CustomScheduler": [ [ "CustomScheduler" @@ -3518,7 +3824,6 @@ ], "https://github.com/BlenderNeko/ComfyUI_Noise": [ [ - "BNK_DuplicateBatchIndex", "BNK_GetSigma", "BNK_InjectNoise", "BNK_NoisyLatentImage", @@ -3547,19 +3852,6 @@ "title_aux": "Tiled sampling for ComfyUI" } ], - "https://github.com/Blonicx/ComfyUI-X-Rework": [ - [ - "ClearNode", - "LoadImageURL", - "StopNode", - "UploadImage", - "XSampler", - "XSave" - ], - { - "title_aux": "ComfyUI-Rework-X" - } - ], "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": [ [ "Multi Float", @@ -3573,6 +3865,14 @@ "title_aux": "The AI Doctors Clinical Tools" } ], + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": [ + [ + "BasicOllama" + ], + { + "title_aux": "ComfyUI-BasicOllama" + } + ], "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": [ [ "DiaGenerate", @@ -3617,6 +3917,8 @@ ], "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": [ [ + "Bobs-Advanced-Latent-Optimizer", + "Bobs-Latent-Optimizer", "BobsLatentNode", "BobsLatentNodeAdvanced" ], @@ -3634,10 +3936,19 @@ "title_aux": "FitDiT[official] - High-fidelity Virtual Try-on" } ], + "https://github.com/Braeden90000/comfyui-load-image-url": [ + [ + "LoadImageFileOrURL" + ], + { + "title_aux": "ComfyUI Load Image URL" + } + ], "https://github.com/Brekel/ComfyUI-Brekel": [ [ "BrekelAutoPromptGenerator", "BrekelEnhancePrompt", + "BrekelLoadImage", "BrekelPromptChooser", "BrekelResolutionSelector" ], @@ -3651,11 +3962,19 @@ "BriaEraser", "BriaGenFill", "BriaTailoredGen", + "GenerateImageLiteNodeV2", "GenerateImageNodeV2", + "GenerateStructuredPromptLiteNodeV2", + "GenerateStructuredPromptNodeV2", + "ImageEnhanceNode", "ImageExpansionNode", + "LoadVideoFramesNode", + "PreviewVideoURLNode", + "RefineImageLiteNodeV2", "RefineImageNodeV2", "ReimagineNode", "RemoveForegroundNode", + "RemoveVideoBackgroundNode", "ReplaceBgNode", "RmbgNode", "ShotByImageAutomatic", @@ -3674,7 +3993,12 @@ "TailoredPortraitNode", "Text2ImageBaseNode", "Text2ImageFastNode", - "Text2ImageHDNode" + "Text2ImageHDNode", + "VideoEraseElementsNode", + "VideoIncreaseResolutionNode", + "VideoMaskByKeyPointsNode", + "VideoMaskByPromptNode", + "VideoSolidColorBackgroundNode" ], { "title_aux": "BRIA AI API nodes" @@ -3750,6 +4074,14 @@ "title_aux": "ComfyUI-BS_Kokoro-onnx" } ], + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": [ + [ + "YKNanoBananaProNode" + ], + { + "title_aux": "ComfyUI-YK-Banana2-Batch" + } + ], "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [ [ "APIRequestNode", @@ -3775,7 +4107,12 @@ [ "FaceAlignDouble", "FaceAlignSingle", - "FaceAutoFitSingle" + "FaceAutoFitDouble", + "FaceAutoFitSingle", + "GenderRecognitionNode", + "ImageRotateCHAOS", + "PromptSelectorDoubleCHAOS", + "PromptSelectorSingleCHAOS" ], { "title_aux": "ComfyUI_FaceAlignPaste" @@ -3932,6 +4269,15 @@ "title_aux": "ComfyUI_OmniAvatar" } ], + "https://github.com/Carasibana/ComfyUI-PolyMask": [ + [ + "PolyMaskNode", + "PolyMaskNodeMulti" + ], + { + "title_aux": "ComfyUI-PolyMask" + } + ], "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ [ "Easy2DDeforum" @@ -3957,6 +4303,14 @@ "title_aux": "ComfyUI-Prompt-Preview" } ], + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": [ + [ + "SeedVarianceEnhancer" + ], + { + "title_aux": "SeedVarianceEnhancer" + } + ], "https://github.com/ChaosHL/Marvelous-Box-Comfyui": [ [ "MarvelousBox", @@ -4094,6 +4448,7 @@ "NumbersOverlayAdvancedNode", "NumbersOverlayNode", "PaintByNumbersNode", + "PaintByNumbersPaletteNode", "PaintByNumbersTemplateNode" ], { @@ -4104,16 +4459,73 @@ [ "AdvancedNoise", "Base64ToConditioning", + "BongSampler", "CLIPTextEncodeFluxUnguided", + "ClownGuide_AdaIN_MMDiT_Beta", + "ClownGuide_AttnInj_MMDiT_Beta", + "ClownGuide_Beta", + "ClownGuide_FrequencySeparation", + "ClownGuide_Mean_Beta", + "ClownGuide_StyleNorm_Advanced_HiDream", + "ClownGuide_Style_Beta", + "ClownGuide_Style_EdgeWidth", + "ClownGuide_Style_TileSize", + "ClownGuidesAB_Beta", + "ClownGuides_Beta", + "ClownGuides_Sync", + "ClownGuides_Sync_Advanced", + "ClownInpaint", + "ClownInpaintSimple", "ClownModelLoader", + "ClownOptions_Automation_Beta", + "ClownOptions_Combine", + "ClownOptions_Cycles_Beta", + "ClownOptions_DetailBoost_Beta", + "ClownOptions_ExtraOptions_Beta", + "ClownOptions_FlowGuide", + "ClownOptions_FrameWeights", + "ClownOptions_Frameweights", + "ClownOptions_ImplicitSteps_Beta", + "ClownOptions_Momentum_Beta", + "ClownOptions_SDE_Beta", + "ClownOptions_SDE_Mask_Beta", + "ClownOptions_SDE_Noise", + "ClownOptions_SigmaScaling_Beta", + "ClownOptions_StepSize_Beta", + "ClownOptions_SwapSampler_Beta", + "ClownOptions_Tile_Advanced_Beta", + "ClownOptions_Tile_Beta", "ClownRegionalConditioning", "ClownRegionalConditioning2", "ClownRegionalConditioning3", "ClownRegionalConditioning_AB", "ClownRegionalConditioning_ABC", "ClownRegionalConditionings", + "ClownSampler", + "ClownSamplerAdvanced", + "ClownSamplerAdvanced_Beta", + "ClownSamplerSelector_Beta", + "ClownSampler_Beta", "ClownScheduler", + "ClownStyle_Attn_MMDiT", + "ClownStyle_Attn_UNet", + "ClownStyle_Block_MMDiT", + "ClownStyle_Block_UNet", + "ClownStyle_Boost", + "ClownStyle_MMDiT", + "ClownStyle_ResBlock_UNet", + "ClownStyle_SpatialBlock_UNet", + "ClownStyle_TransformerBlock_UNet", + "ClownStyle_UNet", "ClownpileModelWanVideo", + "ClownsharKSampler", + "ClownsharKSamplerAutomation", + "ClownsharKSamplerAutomation_Advanced", + "ClownsharKSamplerGuide", + "ClownsharKSamplerGuides", + "ClownsharKSamplerOptions", + "ClownsharKSampler_Beta", + "ClownsharkChainsampler_Beta", "Conditioning Recast FP64", "ConditioningAdd", "ConditioningAverageScheduler", @@ -4184,11 +4596,14 @@ "LatentPhaseMagnitudePower", "LatentUpscaleWithVAE", "LayerPatcher", + "Legacy_ClownSampler", + "Legacy_ClownsharKSampler", + "Legacy_ClownsharKSamplerGuides", + "Legacy_SharkSampler", "Linear Quadratic Advanced", "Mask Bounding Box Aspect Ratio", "Mask Sketch", "MaskEdge", - "MaskEdgeRatio", "MaskFloatToBoolean", "MaskToggle", "Masks From Color Swatches", @@ -4217,12 +4632,24 @@ "ReWanPatcher", "ReWanPatcherAdvanced", "SD35Loader", + "SamplerOptions_GarbageCollection", + "SamplerOptions_TimestepScaling", "SeedGenerator", "Set Precision", "Set Precision Advanced", "Set Precision Universal", "SetImageSize", "SetImageSizeWithScale", + "SharkChainsampler_Beta", + "SharkOptions_Beta", + "SharkOptions_GuideCond_Beta", + "SharkOptions_GuideConds_Beta", + "SharkOptions_GuiderInput", + "SharkOptions_StartStep_Beta", + "SharkOptions_UltraCascade_Latent_Beta", + "SharkSampler", + "SharkSamplerAdvanced_Beta", + "SharkSampler_Beta", "Sigmas Abs", "Sigmas AdaptiveNoiseFloor", "Sigmas AdaptiveStep", @@ -4322,6 +4749,8 @@ "TorchCompileModelSD35", "TorchCompileModels", "UNetSave", + "UltraSharkSampler", + "UltraSharkSampler Tiled", "VAEEncodeAdvanced", "VAEStyleTransferLatent" ], @@ -4414,6 +4843,15 @@ "title_aux": "ComfyUI-FuncAsTexture-CoiiNode" } ], + "https://github.com/CoiiChan/comfyui-every-person-seg-coii": [ + [ + "EveryPersonSegDetail", + "EveryPersonSegSimple" + ], + { + "title_aux": "comfyui-every-person-seg-coii" + } + ], "https://github.com/Comfy-Org/NIMnodes": [ [ "Get_HFToken", @@ -4453,6 +4891,7 @@ "KikoModelDownloader", "KikoPurgeVRAM", "KikoSaveImage", + "KikoWorkflowTimer", "LoRAFolderBatch", "PlotParameters+", "ResolutionCalculator", @@ -4464,7 +4903,8 @@ "SeedHistory", "TextEncodeSamplerParams", "TextInput", - "WidthHeightSelector" + "WidthHeightSelector", + "WidthHeightToVec2" ], { "title_aux": "ComfyUI-KikoTools" @@ -4473,7 +4913,8 @@ "https://github.com/ComfyAssets/ComfyUI_PromptManager": [ [ "PromptManager", - "PromptManagerText" + "PromptManagerText", + "PromptSearchList" ], { "title_aux": "ComfyUI_PromptManager" @@ -4503,6 +4944,98 @@ "title_aux": "JH Misc. Nodes" } ], + "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": [ + [ + "JHFormatMetadataNode", + "JHGetWidgetValueFloatNode", + "JHGetWidgetValueIntNode", + "JHGetWidgetValueStringNode", + "JHLoadImageWithXMPMetadataNode", + "JHPathToStemNode", + "JHSaveImageWithXMPMetadata" + ], + { + "title_aux": "JH XMP Metadata Nodes" + } + ], + "https://github.com/ComfyUI-WanVideoWrapper/QQ.copied": [ + [ + "ImageBlend_GPU", + "ImageRadialZoomBlur_GPU", + "LoraExtractKJv2", + "PowerLoraLoaderV2", + "VideoMergeABC", + "WanScaleAB", + "WanVideoCacheSamples", + "WanVideoCacheVideos", + "WanVideoEmptyEmbeds_v2", + "WanVideoFlowmapDistortion", + "WanVideoImageToVideoEncode_v2", + "WanVideoMotionToFlowmap", + "WanVideoPowerLoraLoader" + ], + {} + ], + "https://github.com/ComfyUI/Base64_IO": [ + [ + "AnyToBase64", + "Base64ToAny", + "Base64ToConditioning", + "Base64ToLatent" + ], + {} + ], + "https://github.com/ComfyUI/Eagleshadow": [ + [ + "Batch 12 Images", + "Batch12Images", + "Detect Transparency", + "DetectTransparency", + "Fix Checkpoint Name", + "FixCheckpointName", + "ImageLinearGammaCompositeMasked", + "KSampler Same Noise", + "MaskGlow", + "OffsetImage", + "Round Float to String", + "RoundFloat2String", + "SaveImageToFolder", + "Select ControlNet", + "Select Model 20", + "SelectControlNet", + "SelectModel20", + "Simple Load Image Batch", + "SimpleLoadImageBatch" + ], + {} + ], + "https://github.com/ComfyUI/RH_Qwen-Image": [ + [ + "QwenImageModelLoader", + "RH_QwenImageGenerator", + "RH_QwenImagePromptEnhancer" + ], + {} + ], + "https://github.com/ComfyUI/ResolutionSelector": [ + [ + "ResolutionSelector" + ], + {} + ], + "https://github.com/ComfyUI/SequentialGroupController": [ + [ + "SequentialGroupController", + "SequentialGroupControllerV2" + ], + {} + ], + "https://github.com/ComfyUI/subjectselector": [ + [ + "ComfyUI_subjectselector" + ], + {} + ], "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": [ [ "Simple_Frame_Interpolation" @@ -4526,6 +5059,15 @@ "title_aux": "ComfyUI-CoCoTools_IO" } ], + "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models": [ + [ + "qwen_VL_model", + "qwen_chat_model" + ], + { + "title_aux": "ComfyUI_Qwen_chat_models" + } + ], "https://github.com/CoreyCorza/ComfyUI-CRZnodes": [ [ "CRZBooleanToggle", @@ -4635,26 +5177,44 @@ "CFE Lora Params", "CFE Scheduler", "CFE Sigma Sampler", - "CFE Sigma Sampler Strings" + "CFE Sigma Sampler Strings", + "CFE_Aspect_Ratio", + "CFE_FLUX_Pipe_Sampler", + "CFE_FLUX_Sampler", + "CFE_Flux_Guidance", + "CFE_Flux_In_Pipe", + "CFE_Flux_Out_Pipe", + "CFE_Lora_Params", + "CFE_Scheduler", + "CFE_Sigma_Sampler_Strings", + "CFE_Sigma_Scheduler" ], { "title_aux": "CFE_comfyui" } ], - "https://github.com/Creditas-labs/ComfyUI-Adforge": [ + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider": [ + [ + "ResolutionDividerNode" + ], + { + "title_aux": "ComfyUI-Resolution-Divider" + } + ], + "https://github.com/Creditas-labs/ComfyUI_Adforge": [ [ "LoadVideoGCS", - "PreviewVideo", "VertexVeoExtendVideoNode", "VertexVeoFirstLastFrameToVideoNode", "VertexVeoImageToVideoNode", "VertexVeoInsertContentNode", "VertexVeoRemoveContentNode", "VertexVeoTextToVideoNode", + "VertexVeoVideoToVideoNode", "VertexVeoVideoWithReferenceNode" ], { - "title_aux": "Adforge" + "title_aux": "ComfyUI_Adforge" } ], "https://github.com/Creeper-MZ/comfyui_nai_api": [ @@ -4723,6 +5283,7 @@ "SummaryWriter", "SystemPromp", "Textswitch", + "TriggerNextWorkflow", "VAESwitch", "WanPrompter", "WorldWeaverPrompt" @@ -4806,7 +5367,6 @@ ], "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": [ [ - ", and the value is the function name in the right of the", "Black and white", "Image Judgment", "Image Resize MM", @@ -4818,8 +5378,7 @@ "Number", "PhotoShop Transfer", "SomethingShow", - "TensorShow", - "a fake Nod" + "TensorShow" ], { "title_aux": "ComfyUI-Yuan" @@ -4996,6 +5555,18 @@ "title_aux": "ComfyUI-Voxels" } ], + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": [ + [ + "NodeValidator", + "WG_Pipeline", + "WG_UpdateNodeCatalog", + "WorkflowBuilder", + "WorkflowGenerator" + ], + { + "title_aux": "ComfyUI-WorkflowGenerator" + } + ], "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": [ [ "PromptTemplateGetManyRandomTemplates", @@ -5007,6 +5578,14 @@ "title_aux": "ComfyUI Prompt Template" } ], + "https://github.com/Daohoi123/ComfyUI-Gemini3": [ + [ + "Gemini3ProImageNode" + ], + { + "title_aux": "ComfyUI-Gemini3" + } + ], "https://github.com/DareFail/ComfyUI-Roboflow": [ [ "CustomWorkflow_1image", @@ -5114,6 +5693,7 @@ "JDC_Greyscale", "JDC_ImageLoader", "JDC_ImageLoaderMeta", + "JDC_OmniNoise", "JDC_PinkNoise", "JDC_Plasma", "JDC_PlasmaSampler", @@ -5155,6 +5735,15 @@ "title_aux": "Pipeline Parallel ComfyUI" } ], + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu": [ + [ + "MyOriginalWaifu", + "MyOriginalWaifuCLIP" + ], + { + "title_aux": "ComfyUI-MyOriginalWaifu" + } + ], "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": [ [ "DebugPadawan_ConditionalString", @@ -5235,6 +5824,24 @@ "title_aux": "RangeToString" } ], + "https://github.com/DemonNCoding/PromptGenerator12Columns": [ + [ + "PromptGenerator12Columns_Empty", + "PromptGenerator12Columns_Prefilled", + "PromptGenerator12Columns_PrefilledNSFW" + ], + { + "title_aux": "PromptGenerator 12-Columns" + } + ], + "https://github.com/DenRakEiw/ComfyUI-nearest-qwen-resolution": [ + [ + "NearestQwenResolution" + ], + { + "title_aux": "ComfyUI-nearest-qwen-resolution" + } + ], "https://github.com/DenRakEiw/Latent_Nodes": [ [ "LatentColorMatch", @@ -5441,6 +6048,10 @@ "https://github.com/Dobidop/ComfyStereo": [ [ "DeoVRViewNode", + "NativeStereoImageViewer", + "NativeStereoVideoViewer", + "NativeVRStatus", + "StereoDiffusion", "StereoImageNode" ], { @@ -5532,6 +6143,7 @@ ], "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": [ [ + "ColorDetection", "LABColorDetection", "RGBColorDetection" ], @@ -5541,6 +6153,14 @@ ], "https://github.com/DrStone71/ComfyUI-Prompt-Translator": [ [ + "AT_CLIPTextTranslate", + "AT_CLIPTextTranslateAdvanced", + "AT_CombineConditioning", + "AT_ConditionalTranslate", + "AT_LanguagePackageManager", + "AT_PromptTextTranslate", + "AT_TextTranslate", + "AT_UniversalTextTranslate", "CLIP Text Encode (Translate)", "CLIP Text Translate Advanced", "Combine Conditioning", @@ -5598,7 +6218,15 @@ "Draekz Flux Resolutions", "Draekz JoyCaption", "Draekz Resolution Multiply", - "Draekz Resolutions By Ratio" + "Draekz Resolutions By Ratio", + "DraekzJsonGetValue", + "DraekzLLMOptions", + "DraekzLLMPrompt", + "DraekzLoraLoader", + "DraekzResolutionMultiply", + "DraekzResolutions", + "DraekzResolutionsByRatio", + "DraekzSeed" ], { "title_aux": "comfyui-draekz-nodez" @@ -5614,23 +6242,45 @@ ], "https://github.com/DragonDiffusionbyBoyo/Boyonodes": [ [ + "BoyoApplyIPAdapterZImage", + "BoyoAssetGrabberAdvanced", + "BoyoAssetGrabberSimple", + "BoyoAudioDurationAnalyzer", "BoyoAudioEval", + "BoyoAudioPadder", "BoyoChainBastardLoops", + "BoyoChatterboxTurboGenerate", + "BoyoChatterboxTurboLoader", + "BoyoCompare", + "BoyoExecutionBarrier", + "BoyoForLoopEnd", + "BoyoForLoopStart", "BoyoFramePackLoRA", + "BoyoIPAdapterZImageLoader", + "BoyoImageCrop", "BoyoImageGrab", "BoyoIncontextSaver", + "BoyoLatentPassthrough", "BoyoLoRAConfigInspector", + "BoyoLoRAConfigProcessor", "BoyoLoRAJSONBuilder", "BoyoLoRAPairedLoader", + "BoyoLoRAPathForwarder", "BoyoLoadImageList", "BoyoLoopCollector", + "BoyoLoopCounter", "BoyoLoopImageSaver", + "BoyoLoopReset", + "BoyoMathInt", "BoyoPairedImageSaver", "BoyoPairedSaver", "BoyoPromptInjector", "BoyoPromptLoop", "BoyoQwenVLGrounding", + "BoyoResolutionCalc", "BoyoSaver", + "BoyoStoryboardOutput", + "BoyoStoryboardPrompt", "BoyoTiledVAEDecode", "BoyoVACEInjector", "BoyoVACEViewer", @@ -5638,6 +6288,8 @@ "BoyoVideoPairedSaver", "BoyoVideoSaver", "BoyoVision", + "BoyoWhileLoopEnd", + "BoyoWhileLoopStart", "Boyolatent", "MandelbrotVideo" ], @@ -5755,6 +6407,16 @@ "title_aux": "Duanyll Nodepack" } ], + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth": [ + [ + "DepthMathCombiner", + "FrankotChellappa", + "PoissonReconstruction" + ], + { + "title_aux": "ComfyUI-NormalsToDepth" + } + ], "https://github.com/Eagle-CN/ComfyUI-Addoor": [ [ "AD_AnyFileList", @@ -5904,9 +6566,12 @@ "EmAySee_IntegerStringSelectorNode", "EmAySee_IntegerStringSelectorNodeDynamic", "EmAySee_LatentSwitch", + "EmAySee_LoRA Metadata Extractor TagDrop", + "EmAySee_LoRAMetadataExtractor", "EmAySee_LoRAMetadataExtractorTagDrop", "EmAySee_LoraFilePicker", "EmAySee_MathExpression", + "EmAySee_MetadataFormatter", "EmAySee_MultiplierNode", "EmAySee_PadImageForOutpainting", "EmAySee_ProbabilityStringSelectorNode", @@ -5941,23 +6606,30 @@ "https://github.com/Enashka/ComfyUI-nhknodes": [ [ "AddHeadroom", + "ConditionalRouter", + "ConditionalRouterDual", + "ConditionalSplitter", + "ConditionalStop", "CyclingSwitch", "DoubleSwitch", "DoubleSwitchOut", "EditWithKrita", "ExecutionCounter", + "ImageEvaluator", "ImageGridBatch", "ImageGridComposite", "ImageLoaderWithPreviews", "IntervalGate", "LLMChat", + "Load2x2GridSeries", + "Load3x3GridSeries", "LoadImageSeries", "OllamaChat", "PlaySound", - "SaveVideoShort", + "PreviewImagePassthrough", + "SaveImagePassthrough", "SimpleTextInput", "SizePicker", - "SoraVideoGen", "TextCombiner", "TextDisplay", "TextTemplate", @@ -5969,16 +6641,29 @@ ], "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ [ + "LoadTextFromFileNode", "VibeVoice Free Memory", "VibeVoice LoRA", "VibeVoice Load Text From File", "VibeVoice Multiple Speakers", - "VibeVoice Single Speaker" + "VibeVoice Single Speaker", + "VibeVoiceFreeMemoryNode", + "VibeVoiceLoRANode", + "VibeVoiceMultipleSpeakersNode", + "VibeVoiceSingleSpeakerNode" ], { "title_aux": "VibeVoice ComfyUI" } ], + "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": [ + [ + "ConstrainResolution" + ], + { + "title_aux": "ComfyUI-ConstrainResolution" + } + ], "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": [ [ "GroqNode", @@ -5989,6 +6674,15 @@ "title_aux": "ComfyUI-EACloudNodes" } ], + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": [ + [ + "EasyRegionMask", + "EasyRegionSimple" + ], + { + "title_aux": "ComfyUI_EasyRegion" + } + ], "https://github.com/EnragedAntelope/comfy-modelopt": [ [ "ModelOptCalibrationHelper", @@ -6000,6 +6694,23 @@ "title_aux": "comfy-modelopt" } ], + "https://github.com/EnragedAntelope/comfyui-relight": [ + [ + "ReLight" + ], + { + "title_aux": "ComfyUI-ReLight" + } + ], + "https://github.com/EnragedAntelope/comfyui-sdnq": [ + [ + "SDNQModelQuantizer", + "SDNQSampler" + ], + { + "title_aux": "comfyui-sdnq" + } + ], "https://github.com/Erehr/ComfyUI-EreNodes": [ [ "ErePromptCloud", @@ -6015,8 +6726,197 @@ "title_aux": "ComfyUI-EreNodes" } ], + "https://github.com/EricRollei/AAA_Metadata_System": [ + [ + "AspectRatio2StepLatent", + "CheckpointBatchInfoSetter_v074", + "CheckpointInfoSetter_v074", + "CheckpointInfoViewer_v074", + "CheckpointParamsLoader_v074", + "CheckpointTester_v074", + "ColorNameToRGB_v01", + "ColorSelector", + "CulturalColorPaletteGenerator_v01", + "EnhancedMetadataFilterNode_V2", + "EricCivitaiPromptExtractor", + "EricCivitaiPromptExtractorAutoLoader", + "EricLoadImageExtended", + "EricLoadImageWithLayers", + "EricSaveTrueSVGImage", + "Eric_Color_Palette_Analyzer_v3", + "Eric_Duplicate_Image_Finder_v04", + "Eric_Metadata_Debugger_V2", + "Eric_Metadata_Entry_V2", + "Eric_Metadata_Filter_V2", + "Eric_Metadata_Query_V3", + "Eric_Workflow_Toolkit_v2", + "EricsWordCloudNode", + "FileOrganizer", + "FlattenNestedFiles_v2", + "LoRABatchInfoSetter_v03", + "LoRABulkOperations_v03", + "LoRADatabaseMaintenance_v03", + "LoRADatabaseStats_v03", + "LoRAGalleryDisplay_v03", + "LoRAGalleryWithEdit_v03", + "LoRAInfoSetter_v03", + "LoRAInfoViewer_v03", + "LoRAParamsLoader_v03", + "LoRAQuickFeedback_v03", + "LoRATester_v03", + "MetadataAwareSaveImage_Simple", + "MetadataAwareSaveImage_v099d", + "MetadataConsolidatorNode_V2", + "Multi-LoRA Loader Flux", + "Multi-LoRA Loader Model-Only", + "Multi-LoRA Loader Qwen", + "Multi-LoRA Loader Wan-i2v", + "Multi-LoRA Loader Wan-t2v", + "Multi-LoRA Loader Z-Image", + "Multi-LoRA Loader [PLATFORM_NAME]", + "Multi-LoRA Loader v02", + "MyCustomNode", + "PngInfoDiagnosticV3", + "PngMetadataExtractorV3", + "SmartImageCropper", + "SplitWorkflowExtractorNode_V2", + "TextOverlayNode_v04", + "TriggerWordManager_v03", + "Wan22AspectRatioHelper", + "Wan22_Size_Preset" + ], + { + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)", + "title_aux": "AAA Metadata System" + } + ], + "https://github.com/EricRollei/Comfy_HunyuanImage3": [ + [ + "HunyuanImage3ClearDownstream", + "HunyuanImage3ForceUnload", + "HunyuanImage3FullGPULoader", + "HunyuanImage3FullLoader", + "HunyuanImage3Generate", + "HunyuanImage3GenerateLarge", + "HunyuanImage3GenerateLargeBudget", + "HunyuanImage3GenerateLowVRAM", + "HunyuanImage3GenerateLowVRAMBudget", + "HunyuanImage3GenerateTelemetry", + "HunyuanImage3Int8Loader", + "HunyuanImage3Int8LoaderBudget", + "HunyuanImage3NF4LoaderLowVRAMBudget", + "HunyuanImage3QuantizedLoader", + "HunyuanImage3SoftUnload", + "HunyuanImage3Unload", + "HunyuanPromptRewriter" + ], + { + "title_aux": "Comfy_HunyuanImage3" + } + ], + "https://github.com/EricRollei/Download_Tools": [ + [ + "EricWebFileScraper_v082", + "GalleryDLDownloader", + "YtDlpDownloader" + ], + { + "nodename_pattern": "(Gallery-dl|Yt-dlp|Web.*Scraper)", + "title_aux": "Download Tools for ComfyUI" + } + ], + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": [ + [ + "Emu35ClearCache", + "Emu35EmergencyReset", + "Emu35InterleavedGenerator", + "Emu35Loader", + "Emu35LoaderV2", + "Emu35MemoryManager", + "Emu35OfficialT2I", + "Emu35Sampler", + "Emu35T2ISamplerV2", + "Emu35VQA", + "Emu35VRAMCleanup", + "Emu35X2ISampler" + ], + { + "title_aux": "Emu35-Comfyui-Nodes" + } + ], + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": [ + [ + "AdaptiveFrequencyFilter", + "AdaptiveImageEnhancement", + "AdvancedFilmGrainNode", + "AutoDenoiseComparisonNode", + "AutoDenoiseNode", + "BM3D Film Grain Denoising", + "BM3DComparisonNode", + "BM3DDeblurNode", + "BM3DDenoiseNode", + "BatchImageProcessing", + "ComprehensiveComparison", + "DeepImagePriorNode", + "DiffBIRRestorationNode", + "DnCNNDenoiseNode", + "FGANNFilmGrainDenoiseNode", + "FilmGrainAnalysis", + "FilmGrainAnalysisNode", + "FilmGrainProcessing", + "FrequencyEnhancementPresets", + "GPUWaveletDenoiseNode", + "HomomorphicFilter", + "ImageQualityAssessment", + "LB-CLAHE", + "LightweightCNNDenoiseNode", + "MemoryOptimization", + "Multi-Scale Retinex", + "MultiscaleFFTEnhancement", + "NAFNetDenoiseNode", + "Noise2VoidNode", + "NoiseDABatchNode", + "NoiseDANode", + "NonLocalMeans", + "NonLocalMeansSimple", + "PhasePreservingEnhancement", + "ProfessionalRestorationPipeline", + "RealBM3DDeblurNode", + "RealBM3DNode", + "RestormerRestorationNode", + "RichardsonLucy", + "RichardsonLucyGPU", + "RichardsonLucySimple", + "SCUNetBatchRestoration", + "SCUNetRestoration", + "Smart Sharpening", + "SmartWorkflowNode", + "StationaryWaveletDenoise", + "SwinIRBatch", + "SwinIRRestoration", + "SwinIRSharpnessBoostNode", + "WaveletDenoise", + "WienerFilter", + "WienerFilterCompare", + "WienerFilterSNR" + ], + { + "title_aux": "Eric_Image_Processing_Nodes" + } + ], + "https://github.com/EricRollei/HYPIR-ComfyUI": [ + [ + "HyperComfyUIHYPIRRestore" + ], + { + "nodename_pattern": "HYPIR", + "title_aux": "HYPIR Image Restoration for ComfyUI" + } + ], "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": [ [ + "DeepSeekChat", + "DeepSeekPromptRewriter", "EricImageToImagePromptExpander", "EricImageToVideoPromptExpander", "EricTextToImagePromptEnhancer", @@ -6027,6 +6927,64 @@ "title_aux": "Eric's Prompt Enhancers for ComfyUI" } ], + "https://github.com/EricRollei/PDF-Tools": [ + [ + "EnhancedLayoutParser", + "EnhancedLayoutParser_v02", + "EnhancedLayoutParser_v03", + "EnhancedLayoutParser_v04", + "EnhancedLayoutParser_v05", + "EnhancedLayoutParser_v06_Streamlined", + "EnhancedPDFExtractor_v08", + "EnhancedPDFExtractor_v09", + "Eric_PDF_Extractor_Enhanced_V04", + "Eric_PDF_Extractor_Enhanced_V06", + "Eric_PDF_Extractor_Enhanced_V07", + "Eric_PDF_Extractor_Enhanced_v05", + "Florence2ImageCropper", + "Florence2ModelInfo", + "Florence2RectangleDetector", + "Florence2RegionVisualizer", + "GalleryDLDownloader", + "LayoutLMv3DocumentAnalysisNode", + "LayoutLMv3QuestionAnsweringNode", + "PaddleOCRVLRemoteNode", + "SafeLayoutLMv3Node", + "SimplePDFImageExtractor", + "SuryaLayoutOCRHybrid", + "SuryaOCR", + "SuryaOCRLayout", + "SuryaOCR_v02" + ], + { + "title_aux": "PDF Tools - Advanced PDF Processing & OCR" + } + ], + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": [ + [ + "EricQwenAddAlpha", + "EricQwenBatchToVideo", + "EricQwenDecompose", + "EricQwenEncode", + "EricQwenLatentCutToBatch", + "EricQwenLayerComposite", + "EricQwenLayerDescribe", + "EricQwenLayerExtract", + "EricQwenLayerInfo", + "EricQwenLayerLoad", + "EricQwenLayerPrompts", + "EricQwenLayerReorder", + "EricQwenLayerSave", + "EricQwenLayerSelector", + "EricQwenMultiLatent", + "EricQwenRGBAVAELoader", + "EricQwenStringJoin", + "EricQwenUnloadModel" + ], + { + "title_aux": "Qwen Layers Diffuser Pipeline" + } + ], "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": [ [ "ResembleEnhance" @@ -6139,13 +7097,7 @@ "Automatic CFG - Post rescale only", "Automatic CFG - Preset Loader", "Automatic CFG - Unpatch function", - "Automatic CFG - Warp Drive", - "SAG delayed activation", - "Temperature separate settings CLIP SDXL", - "Temperature settings CLIP", - "Temperature settings SD 1.5", - "Temperature settings SDXL", - "Zero Uncond CFG - standalone patch (incompatible with the others)" + "Automatic CFG - Warp Drive" ], { "title_aux": "ComfyUI-AutomaticCFG" @@ -6266,6 +7218,22 @@ "title_aux": "MultiModel" } ], + "https://github.com/Faildes/ComfyUI-NegativeFold": [ + [ + "FoldNegativeIntoPositiveConditioning" + ], + { + "title_aux": "ComfyUI-NegativeFold" + } + ], + "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt": [ + [ + "TC_ADV_ZPrompt" + ], + { + "title_aux": "ComfyUI-TC_ADV_ZPrompt" + } + ], "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [ [ "AMT VFI", @@ -6469,7 +7437,6 @@ "MeshGraphormer-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor", "Metric3D-NormalMapPreprocessor", - "Metric_DepthAnythingV2Preprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", "OneFormer-ADE20K-SemSegPreprocessor", @@ -6488,6 +7455,7 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TEED_Preprocessor", "TTPlanet_TileGF_Preprocessor", "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", @@ -6582,6 +7550,21 @@ "title_aux": "ComfyUI MaskAIFingerprint" } ], + "https://github.com/FeiMao-326/Comfyui-General-API-Node": [ + [ + "FeiMao_326_GeneralAPINode", + "FeiMao_326_GetListElement", + "FeiMao_326_JsonParser", + "FeiMao_326_TextBatchReplace", + "FeiMao_326_TextIterator", + "FeiMao_326_TextSplitByDelimiter", + "ShowTextNode", + "SimpleTextNode" + ], + { + "title_aux": "Comfyui-General-API-Node" + } + ], "https://github.com/Feidorian/feidorian-ComfyNodes": [ [], { @@ -6615,10 +7598,14 @@ "Add Margin With Color", "Any to Int/Float/String", "Audio Duration", + "Clamp Images To Megapixels", "Essential Params", + "Essential Params Expand", + "FV Get Image Half Size", "Get Last Output Video Path", "If Image Valid", "Image Params", + "Image Params Expand", "Is Image Valid ?", "Math Operation", "None if same Image", @@ -6626,6 +7613,7 @@ "Resize Images To Megapixels", "Resize To Megapixels", "Video Params", + "Video Params Expand", "WaveformDevice" ], { @@ -6681,10 +7669,17 @@ "title_aux": "ComfyUI_Pixabay_Gallery" } ], + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser": [ + [ + "WebViewerNode" + ], + { + "title_aux": "ComfyUI_Simple_Web_Browser" + } + ], "https://github.com/FizzleDorf/ComfyUI-AIT": [ [ - "AIT_Unet_Loader", - "AIT_VAE_Encode_Loader" + "AIT_Unet_Loader" ], { "title_aux": "ComfyUI-AIT" @@ -6694,11 +7689,9 @@ [ "AbsCosWave", "AbsSinWave", - "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleLatentInput", - "BatchPromptScheduleNodeFlowEnd", "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", @@ -6708,6 +7701,7 @@ "CosWave", "FizzFrame", "FizzFrameConcatenate", + "ImageBatchFromValueSchedule", "ImagesFromBatchSchedule", "Init FizzFrame", "InvCosWave", @@ -6718,6 +7712,7 @@ "PromptScheduleNodeFlow", "PromptScheduleNodeFlowEnd", "SawtoothWave", + "SelectFrameNumber", "SinWave", "SquareWave", "StringConcatenate", @@ -6796,22 +7791,22 @@ "DecryptWatermark", "EncryptWatermark", "GetResolutionForVR", + "GradeVariant", "ImageVRConverter", - "IncrementDirectoryImageLoader", + "JoinVariantProperties", "LinearFade", "LoadImageAdvanced", - "LoadSingleImageByFilename", - "LoopWhileNotFinished", "RegexSubstitute", "SaveAudioSimple", "SaveStrippedUTF8File", "ScaleByFactor", "ScaleToResolution", - "StartLoopTrigger", + "SpecVariants", "StripXML", "VRwearePause", "VRwearePauseLatent", "VRweareResume", + "VariantPromptBuilder", "strftime" ], { @@ -6822,7 +7817,10 @@ [ "FossielCentralControlLite", "FossielCentralControl_v2", + "FossielLevelMatchmaker", + "FossielSequenceWrangler", "FossielWebPWrangler", + "Fossiel_Qwen_Size_Stabilizer", "Fossiel_Sensor_KSampler_Switch", "Fossiel_Sensor_Switch_Clip", "Fossiel_Sensor_Switch_Conditioning", @@ -6836,6 +7834,21 @@ "title_aux": "ComfyUI-Fossiel-QoL-Nodes" } ], + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers": [ + [ + "Wan22AnimateToVideoTiled", + "Wan22FirstMiddleLastFrameToVideoTiled", + "Wan22FunControlToVideoTiled", + "Wan22PainterFLF2VTiled", + "Wan22PainterI2VTiled", + "Wan22PainterLongVideoTiled", + "Wan22SoundImageToVideoExtendTiled", + "Wan22SoundImageToVideoTiled" + ], + { + "title_aux": "ComfyUI-Fossiel-WAN-Additional-Tilers" + } + ], "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": [ [ "HFFlux" @@ -6862,6 +7875,8 @@ ], "https://github.com/FranckyB/ComfyUI-Prompt-Manager": [ [ + "PromptGenOptions", + "PromptGenerator", "PromptManager" ], { @@ -6975,6 +7990,7 @@ "StabStitch", "StabStitch_Crop_Resize", "StabStitch_Stabilize", + "VFI_MAMBA", "WFEN" ], { @@ -6985,6 +8001,26 @@ "title_aux": "FM_nodes" } ], + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [ + [ + "ACN_AdvancedControlNetApply_v2", + "ACN_ControlNetLoaderAdvanced", + "ECHOCheckpointLoaderSimple", + "KSampler_A1111" + ], + { + "title_aux": "ComfyUI-Dummy_Node_Pack" + } + ], + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": [ + [ + "StudioFury_AdvancedPrompt", + "StudioFury_EmbeddingsSelector" + ], + { + "title_aux": "ComfyUI-Studio-Fury" + } + ], "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": [ [ "VisualAreaPrompt", @@ -7010,26 +8046,6 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": [ - [ - "LightX2VConfigCombiner", - "LightX2VConfigCombinerV2", - "LightX2VInferenceConfig", - "LightX2VLoRALoader", - "LightX2VMemoryOptimization", - "LightX2VModularInference", - "LightX2VModularInferenceV2", - "LightX2VQuantization", - "LightX2VTalkObjectInput", - "LightX2VTalkObjectsCombiner", - "LightX2VTalkObjectsFromFiles", - "LightX2VTalkObjectsFromJSON", - "LightX2VTeaCache" - ], - { - "title_aux": "ComfyUI-Lightx2vWrapper" - } - ], "https://github.com/GACLove/ComfyUI-VFI": [ [ "CalculateLoadedFPS", @@ -7082,6 +8098,14 @@ "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": [ + [ + "LoadLoraQwenImage" + ], + { + "title_aux": "Comfyui-QwenLoraLoaderSelective" + } + ], "https://github.com/GadzoinksOfficial/comfyui_gprompts": [ [ "GPrompts" @@ -7139,12 +8163,30 @@ "title_aux": "ComfyUI-SD3LatentSelectRes" } ], + "https://github.com/GavChap/ComfyUI_ExtractLora": [ + [ + "ExtractLoRA" + ], + { + "title_aux": "ComfyUI_ExtractLora" + } + ], + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [ + [ + "HttpTTSToAudio", + "TTSServerStatus" + ], + { + "title_aux": "ComfyUI-Text2Speech" + } + ], "https://github.com/GeekatplayStudio/comfyui-hitem3d": [ [ "DynamicValueGenerator", "HTMLPreviewer", "HiTem3DConfigNode", "HiTem3DDownloaderNode", + "HiTem3DHistoryNode", "HiTem3DNode", "HiTem3DPreviewNode", "TextTemplate" @@ -7256,6 +8298,26 @@ "title_aux": "ComfyUI-DiffusersImageOutpaint" } ], + "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers": [ + [ + "SamplerCustomAdvanced_Efficient", + "SamplerCustomUltraAdvancedEfficient" + ], + { + "title_aux": "ComfyUI-MoreEfficientSamplers" + } + ], + "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove": [ + [ + "AddTTMLatent", + "TTMKSamplerSelect", + "WanVideoEncode", + "WanVideoSamplerCustomUltraAdvancedEfficient" + ], + { + "title_aux": "ComfyUI-Wan-TimeToMove" + } + ], "https://github.com/GizmoR13/PG-Nodes": [ [ "PgCheckpointSelect", @@ -7365,6 +8427,14 @@ "title_aux": "Border Distance Mapper" } ], + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": [ + [ + "DimensionSelector" + ], + { + "title_aux": "ComfyUI Visual Dimension Selector" + } + ], "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": [ [ "GRApplyPulidFlux", @@ -7383,12 +8453,14 @@ "GR Background Remover REMBG", "GR Checkered Board", "GR Counter", + "GR Filename", "GR Flip Tile Random Inverted", "GR Flip Tile Random Red Ring", "GR Florence 2 Caption Generator", "GR INT Incremetor", "GR Image Details Displayer", "GR Image Details Saver", + "GR Image Multiplication", "GR Image Multiplier", "GR Image Paste", "GR Image Paste With Mask", @@ -7449,6 +8521,15 @@ "title_aux": "Image Saving and Base64 Encoding Script" } ], + "https://github.com/Granddyser/wan-video-extender": [ + [ + "WanVideoExtenderLowHigh", + "WanVideoExtenderNative" + ], + { + "title_aux": "Wan-video-extender" + } + ], "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": [ [ "AuraSR.AuraSRUpscaler" @@ -7459,7 +8540,8 @@ ], "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [ [ - "SILVER_FL_BooruBrowser" + "SILVER_FL_BooruBrowser", + "SILVER_Online_Video_Frame_Extractor" ], { "title_aux": "ComfyUI-BooruBrowser" @@ -7645,6 +8727,14 @@ "title_aux": "ComfyUI IC-Custom Node" } ], + "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API": [ + [ + "RH_LLMAPI_NODE" + ], + { + "title_aux": "ComfyUI_RH_LLM_API" + } + ], "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": [ [ "RunningHub_Omini_Fill", @@ -7675,14 +8765,14 @@ "title_aux": "ComfyUI Ovi Node" } ], - "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L": [ [ - "QwenImageModelLoader", - "RH_QwenImageGenerator", - "RH_QwenImagePromptEnhancer" + "RunningHub_ImageQwenI2L_Loader(CFB)", + "RunningHub_ImageQwenI2L_Loader(Style)", + "RunningHub_ImageQwenI2L_LoraGenerator" ], { - "title_aux": "ComfyUI Qwen-Image Node" + "title_aux": "ComfyUI_RH_QwenImageI2L" } ], "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": [ @@ -7783,6 +8873,25 @@ "title_aux": "ComfyUI-Qwen-Camera-Selector" } ], + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": [ + [ + "Get Workflow Data", + "Image Clipboard Copy", + "Image Clipboard Paster", + "Image Scale Bounding Box", + "Make Inpaint Model", + "Save Image w/o Metadata", + "Sympy Math Interpreter", + "Text Encode Wildcards" + ], + { + "author": "AlexL", + "description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.", + "nickname": "Hangover-Image_Scale_Bouning_Box", + "title": "ComfyUI-Hangover-Image_Scale_Bouning_Box", + "title_aux": "ComfyUI_Hangover-Utils" + } + ], "https://github.com/HannibalP/comfyui-HannibalPack": [ [ "HannibalLoraLoader" @@ -7793,9 +8902,8 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Normalization", - "Recenter", - "Recenter XL" + "Diffusion CG", + "Disable CG" ], { "title_aux": "Diffusion CG" @@ -7811,7 +8919,7 @@ ], "https://github.com/Haoming02/comfyui-resharpen": [ [ - "Resharpen" + "ReSharpen" ], { "title_aux": "ComfyUI ReSharpen" @@ -7833,6 +8941,23 @@ "title_aux": "ComfyUI-AmazonBedrock" } ], + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": [ + [ + "API_PromptHelper", + "API_caption", + "Batch_API_caption", + "ImageComparisonGIF", + "LoadImageList", + "LoadTextList", + "MinimumFilter", + "SaveImageWithName", + "XY_Image", + "ZImageLoraModelOnly" + ], + { + "title_aux": "ComfyUI DashuaiTools" + } + ], "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": [ [ "Clip Switch", @@ -7898,6 +9023,15 @@ "title_aux": "ComfyUI-HeadshotPro" } ], + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": [ + [ + "LoRAPlotImageSaver", + "LoRAPlotNode" + ], + { + "title_aux": "ComfyUI-LoRAPlotNode" + } + ], "https://github.com/Hearmeman24/ComfyUI-Pinecone": [ [ "PineconePromptUpserter" @@ -7922,6 +9056,14 @@ "title_aux": "Hunyuan Video Resolutions" } ], + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent": [ + [ + "ZImageLatent" + ], + { + "title_aux": "ComfyUI-ZImageLatent" + } + ], "https://github.com/Hellfiredragon/comfyui-image-manipulation": [ [ "AlphaApplyMaskToImage", @@ -8018,8 +9160,11 @@ "AgentMemoryProvider", "AgentNode", "BasicRecursionFilterNode", + "Completion Enhancement Filter", + "Document Chunk Processor", "DocumentChunkRecursionFilterNode", "DocumentProcessor", + "Iterative Completion Agent", "LinuxMemoryDirectory", "QueryNode" ], @@ -8030,6 +9175,418 @@ "title_aux": "ComfyUI_LiteLLM" } ], + "https://github.com/HowToSD/ComfyUI-Data-Analysis": [ + [ + "CDAFloatCreate", + "CDAIntCreate", + "CDAJSONCreate", + "CDAShowFloat", + "CDAShowInt", + "CDAStringCreate", + "CDATextCreate", + "MPLBar", + "MPLLine", + "MPLPieChart", + "MPLScatter", + "NumpyFloatCreate", + "NumpyIntCreate", + "NumpyShow", + "NumpySqueeze", + "PandasAdd", + "PandasAddScalarFloat", + "PandasAddScalarInt", + "PandasAddSeries", + "PandasAsFloat", + "PandasAsInt", + "PandasAsString", + "PandasAtDatetime", + "PandasAtFloat", + "PandasAtInt", + "PandasAtSetDatetime", + "PandasAtSetFloat", + "PandasAtSetInt", + "PandasAtSetString", + "PandasAtString", + "PandasBooleanIndex", + "PandasColumns", + "PandasCorr", + "PandasCos", + "PandasCount", + "PandasCov", + "PandasCreate", + "PandasCreateFromDict", + "PandasCreateFromDictIndexList", + "PandasCreateFromMultipleDict", + "PandasCreateFromNumpy", + "PandasCreateFromTensor", + "PandasCreateSeriesFromDict", + "PandasCreateSeriesFromList", + "PandasCreateSeriesFromListIndexList", + "PandasCreateWithIndex", + "PandasCrosstab", + "PandasCummax", + "PandasCummin", + "PandasCumprod", + "PandasCumsum", + "PandasDiv", + "PandasDivScalarFloat", + "PandasDivScalarInt", + "PandasDivSeries", + "PandasDropDuplicates", + "PandasDropNA", + "PandasEq", + "PandasEqScalarFloat", + "PandasEqScalarInt", + "PandasExcelFileSheetNames", + "PandasExp", + "PandasFeatureSplitToNumpy", + "PandasFeatureSplitToPt", + "PandasFillNAScalarFloat", + "PandasFillNAScalarInt", + "PandasGe", + "PandasGeScalarFloat", + "PandasGeScalarInt", + "PandasGroupBy", + "PandasGt", + "PandasGtScalarFloat", + "PandasGtScalarInt", + "PandasHead", + "PandasHorizontalConcat", + "PandasHorizontalSplit", + "PandasIatDatetime", + "PandasIatFloat", + "PandasIatInt", + "PandasIatSetDatetime", + "PandasIatSetFloat", + "PandasIatSetInt", + "PandasIatSetString", + "PandasIatString", + "PandasIlocRowSeries", + "PandasIlocRowsDataFrame", + "PandasIlocRowsSliceDataFrame", + "PandasIndex", + "PandasIndexToString", + "PandasIsNA", + "PandasJoin", + "PandasKurtosis", + "PandasLe", + "PandasLeScalarFloat", + "PandasLeScalarInt", + "PandasLoadCSV", + "PandasLoadCSVWithEncoding", + "PandasLoadCSVWithIndex", + "PandasLoadExcel", + "PandasLoadHTML", + "PandasLoadJSON", + "PandasLocCellString", + "PandasLocRowMultiIndexDataFrame", + "PandasLocRowSeries", + "PandasLog", + "PandasLt", + "PandasLtScalarFloat", + "PandasLtScalarInt", + "PandasMax", + "PandasMean", + "PandasMedian", + "PandasMelt", + "PandasMin", + "PandasMode", + "PandasMul", + "PandasMulScalarFloat", + "PandasMulScalarInt", + "PandasMulSeries", + "PandasNe", + "PandasNeScalarFloat", + "PandasNeScalarInt", + "PandasPivot", + "PandasPow", + "PandasPowScalarFloat", + "PandasPowScalarInt", + "PandasPowSeries", + "PandasRename", + "PandasRenameAdvanced", + "PandasReplace", + "PandasReplaceAdvanced", + "PandasSaveCSV", + "PandasSaveJSON", + "PandasSelectColumnAsSeries", + "PandasSelectColumns", + "PandasSelectRows", + "PandasSeriesToDataFrame", + "PandasSeriesToString", + "PandasSetIndex", + "PandasShowDataFrame", + "PandasShowIndex", + "PandasShowSeries", + "PandasShowText", + "PandasSin", + "PandasSkew", + "PandasSort", + "PandasStd", + "PandasStrftime", + "PandasSub", + "PandasSubScalarFloat", + "PandasSubScalarInt", + "PandasSubSeries", + "PandasSum", + "PandasSummary", + "PandasTan", + "PandasToDatetime", + "PandasToNumpy", + "PandasToString", + "PandasTranspose", + "PandasValueCounts", + "PandasVar", + "PandasVerticalConcat", + "PandasVerticalSplit", + "PandasXs", + "PyDatetimeToString", + "PyFloatToString", + "PyIntToString", + "PyKvFloatCreate", + "PyKvIntCreate", + "PyKvStringCreate", + "PyListToString", + "PyStringToDatetime", + "PyStringToDict", + "PyStringToFloat", + "PyStringToInt", + "PyStringToList", + "SNSBar", + "SNSBarPt", + "SNSBoxplot", + "SNSHeatmap", + "SNSHistogram", + "SNSHistogramPt", + "SNSLine", + "SNSLinePt", + "SNSPairplot", + "SNSScatter", + "SNSScatterPt" + ], + { + "title_aux": "ComfyUI-Data-Analysis" + } + ], + "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": [ + [ + "HfTokenizerEncode", + "PtAbs", + "PtAcos", + "PtAdd", + "PtApplyFunction", + "PtArange", + "PtArgmax", + "PtArgmin", + "PtAsin", + "PtAtan", + "PtBitwiseAnd", + "PtBitwiseLeftShift", + "PtBitwiseNot", + "PtBitwiseOr", + "PtBitwiseRightShift", + "PtBitwiseXor", + "PtBmm", + "PtBoolCreate", + "PtComputeLoss", + "PtConcat", + "PtCos", + "PtCosh", + "PtCrop", + "PtDataLoader", + "PtDataLoaderFromTensors", + "PtDiv", + "PtEinsum", + "PtEq", + "PtEvaluateClassificationModel", + "PtExp", + "PtFlatten", + "PtFloatCreate", + "PtFloorDiv", + "PtFromImage", + "PtFromImageTranspose", + "PtFromLatent", + "PtFromNumpy", + "PtFull", + "PtGather", + "PtGe", + "PtGt", + "PtIndexSelect", + "PtIntCreate", + "PtInterpolateByScaleFactor", + "PtInterpolateToSize", + "PtLe", + "PtLinspace", + "PtLoadModel", + "PtLog", + "PtLogicalAnd", + "PtLogicalNot", + "PtLogicalOr", + "PtLogicalXor", + "PtLt", + "PtMaskedSelect", + "PtMatMul", + "PtMax", + "PtMean", + "PtMedian", + "PtMin", + "PtMm", + "PtMul", + "PtNe", + "PtNeg", + "PtOnes", + "PtPad", + "PtPermute", + "PtPow", + "PtPredictClassificationModel", + "PtPredictRegressionModel", + "PtProd", + "PtRand", + "PtRandInt", + "PtRandn", + "PtRemainder", + "PtReshape", + "PtSaveModel", + "PtScatter", + "PtShowSize", + "PtShowText", + "PtSin", + "PtSinh", + "PtSize", + "PtSizeCreate", + "PtSizeToNumpy", + "PtSizeToString", + "PtSqrt", + "PtSqueeze", + "PtStack", + "PtStd", + "PtSub", + "PtSum", + "PtTan", + "PtTanh", + "PtToBfloat16", + "PtToFloat16", + "PtToFloat32", + "PtToFloat64", + "PtToImage", + "PtToImageTranspose", + "PtToInt16", + "PtToInt32", + "PtToInt64", + "PtToInt8", + "PtToLatent", + "PtToNumpy", + "PtToRgbTensors", + "PtToUint8", + "PtTokenizer", + "PtTrainClassificationModel", + "PtTrainClassificationModelLr", + "PtTrainClassificationTransformerModel", + "PtTrainFineTuneClassificationTransformerModel", + "PtTrainModel", + "PtTrainRNNModel", + "PtTrainRegressionModel", + "PtUnsqueeze", + "PtVar", + "PtView", + "PtWhere", + "PtZeros", + "PtdBernoulli", + "PtdBeta", + "PtdBinomial", + "PtdCategorical", + "PtdChi2", + "PtdExponential", + "PtdGamma", + "PtdNormal", + "PtdPoisson", + "PtdStudentT", + "PtdUniform", + "PtdmCdf", + "PtdmCdfTensor", + "PtdmIcdf", + "PtdmIcdfTensor", + "PtdmLogProb", + "PtdmLogProbTensor", + "PtdmPdf", + "PtdmPdfTensor", + "PtdmPmf", + "PtdmPmfTensor", + "PtdmSample", + "PtfGELU", + "PtfLeakyReLU", + "PtfLogSoftmax", + "PtfReLU", + "PtfSiLU", + "PtfSigmoid", + "PtfSoftmax", + "PtfSoftplus", + "PtfTanh", + "PtnAvgPool2d", + "PtnBCELoss", + "PtnBCEWithLogitsLoss", + "PtnBatchNorm2d", + "PtnChainedModel", + "PtnChainedModelWithAttentionMask", + "PtnConv2d", + "PtnConvModel", + "PtnCrossEntropyLoss", + "PtnEmbedding", + "PtnEmbeddingRNNLinear", + "PtnEmbeddingTransformerLinear", + "PtnGRU", + "PtnGRULinear", + "PtnHfFineTunedClassificationModel", + "PtnHfLoraClassificationModel", + "PtnHuberLoss", + "PtnInstanceNorm2d", + "PtnKLDivLoss", + "PtnL1Loss", + "PtnLSTM", + "PtnLSTMLinear", + "PtnLayerNorm", + "PtnLinear", + "PtnLinearModel", + "PtnMSELoss", + "PtnMaskedMeanPooling", + "PtnMaxPool2d", + "PtnModelWithClosure", + "PtnMultiheadAttention", + "PtnMultiheadAttentionCustom", + "PtnNLLLoss", + "PtnPreAddChannelAxis", + "PtnPreFlatten", + "PtnRNN", + "PtnRNNLinear", + "PtnResidualConnectionModel", + "PtnResidualConnectionModelWithAttentionMask", + "PtnResnetModel", + "PtnSmoothL1Loss", + "PtoAdam", + "PtoAdamW", + "PtoLrSchedulerCosineAnnealing", + "PtoLrSchedulerReduceOnPlateau", + "PtoLrSchedulerStep", + "PtoSGD", + "PtoSimple", + "PtvDataset", + "PtvDatasetLen", + "PtvDatasetLoader", + "PtvHfDatasetWithTokenEncode", + "PtvHfGloveDataset", + "PtvHfLocalDataset", + "PtvImageFolderDataset", + "PtvSequentialTensorDataset", + "PtvTransformsDataAugment", + "PtvTransformsResize", + "PtvTransformsToTensor", + "SpEncode", + "SpLoadModel" + ], + { + "title_aux": "ComfyUI-Pt-Wrapper" + } + ], "https://github.com/Hullabalo/ComfyUI-Loop": [ [ "ImageCropLoop", @@ -8044,7 +9601,9 @@ "https://github.com/IAMCCS/IAMCCS-nodes": [ [ "IAMCCS_ModelWithLoRA", - "IAMCCS_WanLoRAStack" + "IAMCCS_WanLoRAStack", + "IAMCCS_WanLoRAStackModelIO", + "IAMCCS_qwenloraloader" ], { "title_aux": "IAMCCS-nodes" @@ -8168,6 +9727,22 @@ "title_aux": "ComfyUI-VideoDescription" } ], + "https://github.com/IamCreateAI/ComfyUI-Animon": [ + [ + "AnimonImageToVideoNode", + "AnimonKeyNode", + "AnimonStartEndToVideoNode", + "AnimonUploadImageFromFileNode", + "AnimonUploadImageFromTensorNode", + "AnimonUploadVideoFromBytesNode", + "AnimonUploadVideoFromFileNode", + "AnimonUploadVideoFromTensorNode", + "AnimonUpscaleVideoNode" + ], + { + "title_aux": "ComfyUI-Animon" + } + ], "https://github.com/IamCreateAI/Ruyi-Models": [ [ "Ruyi_EnhanceAVideo", @@ -8421,8 +9996,10 @@ ], "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": [ [ + "ControlledCLIPTextEncode", "ControlledControlNetLoader", "ControlledModelPatchLoader", + "ControlledUNETLoader", "ControlledUnetLoaderGGUF", "ControlledVAELoader", "DeleteModelPassthrough", @@ -8437,6 +10014,7 @@ [ "CustomTextNode", "CustomTextNode \u2328\ufe0f", + "CustomTextNode.py", "DisplayImageFromURL", "IsuCollage_Node", "Isulion Civitai Image Display", @@ -8465,6 +10043,7 @@ "IsulionNegativePromptGenerator", "IsulionProfessionGenerator", "IsulionPromptEnhancer", + "IsulionPromptGenerator", "IsulionSceneComposition", "IsulionSpacecraftGenerator", "IsulionStyleMixer", @@ -8472,6 +10051,7 @@ "IsulionTimeOfDayGenerator", "IsulionVideoPromptGenerator", "IsulionWeatherGenerator", + "MegaPromptV3", "\u29c9 IsulionOverlay", "\ud83d\udca4 IsulionShutdown", "\ud83e\udde9 IsulionQRCode" @@ -8640,6 +10220,9 @@ [ "PAGE", "PST", + "PhyCV_PST", + "PhyCV_Page", + "PhyCV_Vevid", "VEVID" ], { @@ -8648,7 +10231,6 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ - "DownsampledAttentionGuidance", "DownsampledLatentGuidance", "GenericAttentionGuidance", "LatentNormalizedLanczosResize" @@ -8746,22 +10328,25 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": [ [ "JNodes_AddOrSetMetaDataKey", + "JNodes_AddOrSetPngInfoKey", "JNodes_AnyToString", "JNodes_AppendReversedFrames", "JNodes_AudioInputOptions", "JNodes_BooleanSelectorWithString", "JNodes_BreakMediaInfo", + "JNodes_CacheGlobalParameters", "JNodes_CheckpointSelectorWithString", "JNodes_ConditioningInOut", "JNodes_CreateStereoscopicImageFromDepth", "JNodes_DiffusionModelSelector", + "JNodes_EmptyCudaCache", "JNodes_FloatLiteral", "JNodes_GetCleanFilename", "JNodes_GetComfyDirectory", "JNodes_GetLeafDirectory", "JNodes_GetOutputDirectory", "JNodes_GetParameterFromList", - "JNodes_GetParameterGlobal", + "JNodes_GetParameterFromTable", "JNodes_GetTempDirectory", "JNodes_ImageFormatSelector", "JNodes_ImageSizeSelector", @@ -8772,11 +10357,11 @@ "JNodes_LoadVisualMediaFromPath_Batch", "JNodes_LoadVisualMediaFromPath_List", "JNodes_LoraExtractor", + "JNodes_MakeParameterTable", "JNodes_MediaInfoToString", "JNodes_ModelInOut", "JNodes_OutVideoInfo", "JNodes_ParseDynamicPrompts", - "JNodes_ParseParametersToGlobalList", "JNodes_ParseWildcards", "JNodes_PromptBuilderSingleSubject", "JNodes_RemoveCommentedText", @@ -8799,6 +10384,7 @@ "JNodes_StringLiteral", "JNodes_SubdirectorySelector", "JNodes_SyncedStringLiteral", + "JNodes_TextManager", "JNodes_TokenCounter", "JNodes_TrimAndStrip", "JNodes_UploadVideo", @@ -8817,6 +10403,20 @@ "title_aux": "FitDiT" } ], + "https://github.com/JayLyu/blender-in-comfyui": [ + [ + "BL_Camera_Creator", + "BL_Export_Model", + "BL_Model_Merger", + "BL_Model_Param", + "BL_Render", + "BL_Save_Mesh", + "BL_Scene_Composer" + ], + { + "title_aux": "blender-in-comfyui" + } + ], "https://github.com/JcandZero/ComfyUI_GLM4Node": [ [ "GLM3_turbo_CHAT", @@ -8875,6 +10475,7 @@ ], "https://github.com/JiSenHua/ComfyUI-TD": [ [ + "AudiotoTD", "Comfy3DPacktoTD", "Hy3DtoTD", "ImagetoTD", @@ -9077,7 +10678,8 @@ "JMBinaryNot", "JMIntegerToBooleans", "JMNumberList", - "JMSWitchablePrompt" + "JMSWitchablePrompt", + "JMSwitchablePrompt" ], { "title_aux": "ComfyUI JMNodes" @@ -9105,6 +10707,14 @@ "title_aux": "RightEyeDisparity" } ], + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate": [ + [ + "SimpleGoogleTranslateTextNode" + ], + { + "title_aux": "ComfyUI_SimpleGoogleTranslate" + } + ], "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": [ [ "Float_Animator" @@ -9138,6 +10748,7 @@ "Simple Extract Lora From Text", "Simple Image Saver (as Forge)", "Simple Load Image With Metadata", + "Simple Load Images From Dir", "Simple Load Images from Dir", "Simple Load Line From Text File", "Simple Lora Loader", @@ -9147,6 +10758,18 @@ "title_aux": "ComfyUI_SimpleButcher" } ], + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": [ + [ + "SimpleMasterPromptLoader", + "SimpleMasterPromptLoaderAdvanced", + "SimpleModelPresetLoaderAdvanced", + "SimpleQwenVLgguf", + "SimpleQwenVLggufV2" + ], + { + "title_aux": "ComfyUI_Simple_Qwen3-VL-gguf" + } + ], "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": [ [ "ApplyPulidFlux", @@ -9256,6 +10879,31 @@ "title_aux": "GeoNodes" } ], + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy": [ + [ + "MeshyAPIKey", + "MeshyImageTo3D", + "MeshyTextTo3DPreview", + "MeshyTextTo3DRefine" + ], + { + "title_aux": "ComfyUI-Meshy" + } + ], + "https://github.com/Kebolder/ComfyUI-Jax-Nodes": [ + [ + "JAX_ConditionalSelect", + "JAX_EasyPrompt", + "JAX_EasyPromptSimple", + "JAX_ImageSizeMultiplier", + "JAX_KritaPipeIn", + "JAX_KritaStrength", + "JAX_SamplerPipeOut" + ], + { + "title_aux": "ComfyUI-Jax-Nodes" + } + ], "https://github.com/Kesin11/ComfyUI-list-filter": [ [ "list_filter_FilterImageListByIndexList", @@ -9336,6 +10984,19 @@ "title_aux": "TIPO-extension" } ], + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": [ + [ + "Z_ImageAPIConfig", + "Z_ImageClearSessions", + "Z_ImageOptions", + "Z_ImagePromptEnhancer", + "Z_ImagePromptEnhancerWithCLIP", + "Z_ImageUnloadModels" + ], + { + "title_aux": "Comfyui-Z-Image-Utilities" + } + ], "https://github.com/Koratahiu/ComfyUI-Diff2Flow": [ [ "Diff2FlowODESampler" @@ -9371,6 +11032,9 @@ ], "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [ [ + "LoadScriptsFromDatabase", + "SaveScriptToDatabase", + "SetMainChannel", "\ud83d\udee1\ufe0f Load Scripts from Database", "\ud83d\udee1\ufe0f Save Script to Database (In progress)", "\ud83d\udee1\ufe0f Set Main Channel" @@ -9379,14 +11043,6 @@ "title_aux": "ComfyUI Universal Styler" } ], - "https://github.com/Koren-cy/FlowCV": [ - [ - "Example" - ], - { - "title_aux": "FlowCV" - } - ], "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", @@ -9397,7 +11053,6 @@ "ACN_ControlNet++LoaderAdvanced", "ACN_ControlNet++LoaderSingle", "ACN_ControlNetLoaderAdvanced", - "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_CtrLoRALoader", "ACN_CustomControlNetWeightsFlux", "ACN_CustomControlNetWeightsSD15", @@ -9440,6 +11095,8 @@ ], "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ [ + "ADBlockComboNode", + "ADBlockIndivNode", "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", @@ -9568,8 +11225,22 @@ "ADE_VisualizeContextOptionsK", "ADE_VisualizeContextOptionsKAdv", "ADE_VisualizeContextOptionsSCustom", + "AddValuesReplaceNode", "AnimateDiffLoaderV1", - "CheckpointLoaderSimpleWithNoiseSelect" + "CheckpointLoaderSimpleWithNoiseSelect", + "ConditionExtractionNode", + "FloatToFloatsNode", + "PerBlockHighLevelNode", + "PerBlock_SD15_FromFloatsNode", + "PerBlock_SD15_LowLevelNode", + "PerBlock_SD15_MidLevelNode", + "PerBlock_SDXL_FromFloatsNode", + "PerBlock_SDXL_LowLevelNode", + "PerBlock_SDXL_MidLevelNode", + "PromptSchedulingLatentsNode", + "PromptSchedulingNode", + "ValueSchedulingLatentsNode", + "ValueSchedulingNode" ], { "title_aux": "AnimateDiff Evolved" @@ -9632,6 +11303,8 @@ ], "https://github.com/KunmyonChoi/ComfyUI_S3_direct": [ [ + "CKM Direct Load Image From S3", + "CKM Direct Save Image To S3", "Direct Load Image From S3", "Direct Save Image To S3", "Save VHS Video to S3" @@ -9735,6 +11408,15 @@ "title_aux": "Danbooru FAISS Search Nodes" } ], + "https://github.com/L33chKing/ComfyUI_Channel_Ops": [ + [ + "ChannelOpsNode", + "LayerBlendingNode" + ], + { + "title_aux": "ComfyUI Channel Ops" + } + ], "https://github.com/L33chKing/comfyui-tag-frequency-weighter": [ [ "TagFrequencyWeighter" @@ -9751,6 +11433,18 @@ "title_aux": "ComfyUI-LG_HotReload" } ], + "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils": [ + [ + "LGNoiseInjection", + "LGNoiseInjectionLatent", + "ModelSamplingZImage", + "SigmasEditor", + "ZImageTimestepNoise" + ], + { + "title_aux": "ComfyUI-LG_SamplingUtils" + } + ], "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": [ [ "LG_FFTNode", @@ -9818,7 +11512,6 @@ "LG_InstallDependencies", "LG_LatentBatchToList", "LG_LoadImage", - "LG_LoadImage_V2", "LG_MaskBatchMerge", "LG_MaskHoleFiller", "LG_Noise", @@ -9880,6 +11573,7 @@ "https://github.com/Lakonik/ComfyUI-piFlow": [ [ "Load pi-Flow Model", + "Load pi-Flow Model (GGUF)", "ModelSamplingPiFlow", "pi-Flow Sampler" ], @@ -9905,6 +11599,7 @@ "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": [ [ "Inversed Switch", + "RunningHUB API", "Switch" ], { @@ -9936,6 +11631,7 @@ "Texturaizer_ApplyStyleToPrompt", "Texturaizer_CachedCNLoader", "Texturaizer_CachedCheckpointLoader", + "Texturaizer_CircularVAEDecode", "Texturaizer_ClipEncodeSwitchVersion", "Texturaizer_CombinedConditioningFromColors", "Texturaizer_ExtractCNData", @@ -9960,17 +11656,43 @@ "Texturaizer_KSamplerAdvanced", "Texturaizer_Placeholder", "Texturaizer_PowerLoraLoader", + "Texturaizer_SeamlessTilingPatch", "Texturaizer_SendImage", "Texturaizer_SetGlobalDir", "Texturaizer_SigmasSelector", "Texturaizer_SwitchAny", "Texturaizer_SwitchLazy", + "Texturaizer_SwitchSmart", "Texturaizer_UseSDXL" ], { "title_aux": "ComfyUI-Texturaizer" } ], + "https://github.com/Laurent2916/comfyui-piq": [ + [ + "ContentScore", + "DISTS", + "DSS", + "FSIM", + "GMSD", + "HaarPSI", + "IW-SSIM", + "LPIPS", + "MDSI", + "MS-SSIM", + "MSGMSD", + "PSNR", + "PieAPP", + "SRSIM", + "SSIM", + "StyleScore", + "VIFp" + ], + { + "title_aux": "comfyui-piq" + } + ], "https://github.com/Lavah000/ComfyUI-AdvGenPack": [ [ "AGP_Bloom_Glow_FX", @@ -10031,6 +11753,29 @@ "title_aux": "ComfyUI-VariationLab" } ], + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler": [ + [ + "AdaptiveLoraScheduler", + "LoadWanVideoClipTextEncoder", + "LoadWanVideoT5TextEncoder", + "WanVideoBlockSwap", + "WanVideoExtraModelSelect", + "WanVideoLoraBlockEdit", + "WanVideoLoraSelect", + "WanVideoLoraSelectByName", + "WanVideoLoraSelectMulti", + "WanVideoModelLoader", + "WanVideoSetLoRAs", + "WanVideoTinyVAELoader", + "WanVideoTorchCompileSettings", + "WanVideoVACEModelSelect", + "WanVideoVAELoader", + "WanVideoVRAMManagement" + ], + { + "title_aux": "ComfyUI-Dynamic-Lora-Scheduler" + } + ], "https://github.com/Lerc/canvas_tab": [ [ "Canvas_Tab", @@ -10252,6 +11997,36 @@ "title_aux": "ComfyUI Level Pixel Advanced" } ], + "https://github.com/Lex-DRL/ComfyUI-BestResolution": [ + [ + "BestResolutionFromArea", + "BestResolutionFromAreaUpscale", + "BestResolutionFromAspectRatio", + "BestResolutionPrimCropPadStrategy", + "BestResolutionPrimResPriority", + "BestResolutionScale", + "BestResolutionSimple", + "BestResolutionUpscaledCropPad", + "ImageUpscaleByWithModel" + ], + { + "title_aux": "Best Resolution" + } + ], + "https://github.com/Lex-DRL/ComfyUI-StringConstructor": [ + [ + "StringConstructorDictAddAny", + "StringConstructorDictAddString", + "StringConstructorDictExtractString", + "StringConstructorDictFromText", + "StringConstructorDictPreview", + "StringConstructorFormatter", + "StringConstructorValidateKeys" + ], + { + "title_aux": "String Constructor (Text-Formatting)" + } + ], "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": [ [ "FillImageForOutpainting" @@ -10294,7 +12069,10 @@ "ImageMetadataSaver", "LMMExtractPromptsNode", "LatentSettings", + "Loraloadertotext", "PipeHub", + "PreviewMask", + "UniversalLatentSettings", "cropImage" ], { @@ -10322,6 +12100,7 @@ [ "AddLatentGuide", "ImageToCPU", + "LTXAddImageGuide", "LTXAttentioOverride", "LTXAttentionBank", "LTXAttnOverride", @@ -10365,6 +12144,14 @@ "title_aux": "ComfyUI-LTXVideo" } ], + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": [ + [ + "PromptGenerator" + ], + { + "title_aux": "ComfyUI-PromptGenerator" + } + ], "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": [ [ "AdvancedSeedGenerator" @@ -10498,11 +12285,16 @@ "title_aux": "KittenTTS Node for Voice Generation" } ], + "https://github.com/Ltamann/ComfyUI-FastVLM-7B": [ + [ + "FastVLM7BNode" + ], + { + "title_aux": "FastVLM-7B ComfyUI Node" + } + ], "https://github.com/Ltamann/ComfyUI-TBG-ETUR": [ [ - "AddFluxFlow", - "ApplyFluxRaveAttention", - "ApplyRefFlux", "ApplyRegionalConds", "ConfigureModifiedFlux", "CreateRegionalCond", @@ -10515,13 +12307,23 @@ "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", + "FluxKontextResolution", "FluxNoiseMixer", "FluxReverseODESampler", + "ImageComplexityMap", "InFluxFlipSigmas", "InFluxModelSamplingPred", + "IncrementBatch", + "MaskConditionalPaint", + "MaskGrayValueScaler", + "MaskMultiplyAdvanced", + "MaskMultiplyZeroWins", + "MaskToDenoiseInterpolator", + "MaskUpdateInpaintFromConditioning", "OutFluxModelSamplingPred", "PAGAttention", "PrepareAttnBank", + "QwenEditResolution", "RFDoubleBlocksOverride", "RFSingleBlocksOverride", "RegionalStyleModelApply", @@ -10532,9 +12334,34 @@ "title_aux": "TBG_Enhanced Tiled Upscaler & Refiner FLUX PRO" } ], + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": [ + [ + "TBGLoadSAM3Model", + "TBGSAM3DepthMap", + "TBGSAM3ModelLoaderAdvanced", + "TBGSAM3PromptCollector", + "TBGSam3Segmentation", + "TBGSam3SegmentationBatch" + ], + { + "title_aux": "ComfyUI-TBG-SAM3" + } + ], "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": [ [ - "TBG_Preview_Sender_WebSocked" + "BasicSchedulerNormalized", + "FLUX2JSONPromptGenerator", + "HexConeDenoiseMask", + "LogSigmaSamplerNode", + "LogSigmaStepSamplerNode", + "ModelSamplingFluxGradual", + "PolyExponentialSigmaAdder", + "PromptBatchGenerator", + "TBGDualModelSampler", + "TBGKSamplerAdvancedSplitAware", + "TBG_FluxKontextStabilizer", + "TBG_Preview_Sender_WebSocked", + "VAEDecodeColorFix" ], { "title_aux": "TBG\u2019s ComfyUI Development Takeaways" @@ -10603,6 +12430,14 @@ "title_aux": "net tool node for comfyui" } ], + "https://github.com/Lysthan/ComfyUI-LYSTHAN-PPS": [ + [ + "LYSTHAN_PPS" + ], + { + "title_aux": "ComfyUI-LYSTHAN-PPS" + } + ], "https://github.com/M1kep/ComfyLiterals": [ [ "Checkpoint", @@ -10701,6 +12536,7 @@ "AdvancedAudioPreviewAndSave", "AdvancedMediaSave", "AdvancedTextNode", + "Aesthetic_Transformer_Node_MD", "AutoLayoutOptimizer", "EnhancedAnnotationNode", "EnhancedSeedSaver", @@ -10709,17 +12545,39 @@ "GPUTemperatureProtectionEnhanced", "HybridAdaptiveSigmas", "LLMVRAMManager", + "MD_ApplyTPG", "MD_AudioAutoEQ", "MD_AutoMasterNode", + "MD_CLIPTokenFinder", + "MD_CustomNoiseGenerator", + "MD_EmptyLatentRatioSelector", + "MD_GlobalUpdateManager", + "MD_InitNoiseOptimizer", + "MD_Mastering_Compressor", + "MD_Mastering_EQ", + "MD_Mastering_Gain", + "MD_Mastering_Limiter", + "MD_MultiNoiseBlender", + "MD_OptimizerSelector", + "MD_Qwen_Image_Edit_Object_Replacer_Node", + "MD_RepoMaintenance", + "MD_SamplerDebug", + "MD_SelfCrossGuider", + "MD_WorkflowContextBus", "MasteringChainNode", "NoiseDecayScheduler_Custom", "PingPongSamplerNodeFBG", "PingPongSampler_Custom_Lite", "SceneGeniusAutocreator", + "SigmaConcatenate", + "SigmaSmooth", "SmartColorPaletteManager", "SmartFilenameBuilder", "TextFileLoader", + "UniversalGuardian", "UniversalRoutingHubAdvanced", + "VLM_Confirmation_Gate_Node_MD", + "WildcardPromptBuilder", "WorkflowSectionOrganizer" ], { @@ -10730,19 +12588,21 @@ [ "AudioVisualizer", "ColorfulStartingImage", + "LoadImageAdvanced", "LoadImagesFromPath", "LoadRandomCheckpoint", "LoraTagLoader", + "PromptPropertyExtractor", "ResolutionSelector", "StringCleaning", "StringTextExtractor", "StringTextSplitter", "TiktokenTokenizer", "WildcardProcessor", + "\u2699\ufe0f Prompt Property Extractor", "\u26d4 Generate Negative Prompt", "\u2702\ufe0f String Text Extractor", "\u2702\ufe0f String Text Splitter", - "\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]", "\u2728\ud83d\udcac Groq LLM API", "\u2728\ud83d\udcdd Groq ALM API - Transcribe", "\u2728\ud83d\udcf7 Groq VLM API", @@ -10769,6 +12629,14 @@ "title_aux": "ComfyUI-mnemic-nodes" } ], + "https://github.com/Maenvaeru/comfyui-vram-overlay": [ + [ + "MVU_VramOverlay" + ], + { + "title_aux": "comfyui-vram-overlay" + } + ], "https://github.com/Makeezi/ComfyUI-promptLAB": [ [ "PromptLAB" @@ -10900,6 +12768,7 @@ "Badman_ColorTransferLab", "Badman_Concat_String", "Badman_HexGenerator", + "Badman_IO", "Badman_PalletteGenerator", "Badman_Print", "Badman_String" @@ -11025,6 +12894,7 @@ "Place Image By Mask", "PreviewVideoMXD", "Prompt With Guidance (Flux)", + "Save Image MXD", "SaveLatentMXD", "SaveLatent_I2V_MXD", "SaveVideoMXD", @@ -11034,6 +12904,7 @@ "Wan22FirstLastImageToVideoMXD", "Wan22ImageToVideoMXD", "Wan2_2EmptyLatentImageMXD", + "ZImageTurboEmptyLatentImage", "wan22EmptyHunyuanLatentVideoMXD" ], { @@ -11159,6 +13030,43 @@ "title_aux": "ComfyUI-OneForOne" } ], + "https://github.com/MergeBlockWeighted/fo_ComfyUI": [ + [ + "MergeBlockWeighted" + ], + {} + ], + "https://github.com/Merserk/ComfyUI-Flow-Assistor": [ + [ + "AddDelay", + "AnyPassthrough1to6", + "AnyPassthrough6to1", + "BypassControl", + "CLIPTextEncodePromptEnrichment", + "CameraAngleControl", + "DetailEnhanceSamplerNode", + "DetailEnhanceSigmasNode", + "DisplayText", + "ImageLatentResolutionExtractorNode", + "ImageResolutionExtractorNode", + "ImageResolutionFitNode", + "LoRAOnlineNode", + "MultiplicationNode", + "OutputAnyDebugDataNode", + "PromptQueue", + "PromptQueueFromFolder", + "ResolutionSelectNode", + "TileCompositor", + "TileManager", + "UltimateDetailSamplerNode", + "UltimateDetailSigmasNode", + "VRAMRAMCleanerNode", + "VisualMarqueeSelection" + ], + { + "title_aux": "ComfyUI-Flow-Assistor" + } + ], "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ [ "VideoReportData", @@ -11174,6 +13082,7 @@ "MLFrameRateResampler", "MLFrameRateResampler_GPU", "MLVideoRateConverter", + "RemovePoseHead", "SaveImageCleanMetadata", "SaveImageNoMetadata", "SaveVideoNoMetadata" @@ -11282,6 +13191,119 @@ "title_aux": "ComfyUI-KerasOCR" } ], + "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": [ + [ + "MZ_CogVideoXLoader" + ], + { + "title_aux": "ComfyUI-CogVideoX-MZ" + } + ], + "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": [ + [ + "MZ_Flux1QuantizeUNETLoader" + ], + { + "title_aux": "ComfyUI-Flux1Quantize-MZ" + } + ], + "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": [ + [ + "MZ_Flux1CheckpointLoaderNF4_cpuDynOffload", + "MZ_Flux1CheckpointLoader_cpuDynOffload", + "MZ_Flux1PartialLoad_Patch", + "MZ_Flux1UnetLoader_cpuDynOffload" + ], + { + "title_aux": "ComfyUI-FluxExt-MZ" + } + ], + "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": [ + [ + "MZ_ApplyCUDAGenerator", + "MZ_ApplySDXLSamplingSettings", + "MZ_ChatGLM3", + "MZ_ChatGLM3Embeds2Conditioning", + "MZ_ChatGLM3Loader", + "MZ_ChatGLM3_Advance_V2", + "MZ_ChatGLM3_V2", + "MZ_FakeCond", + "MZ_IPAdapterAdvancedKolors", + "MZ_IPAdapterFaceID", + "MZ_IPAdapterInsightFaceLoader", + "MZ_IPAdapterModelLoaderKolors", + "MZ_KolorsCLIPVisionLoader", + "MZ_KolorsCheckpointLoaderSimple", + "MZ_KolorsControlNetLoader", + "MZ_KolorsControlNetPatch", + "MZ_KolorsUNETLoader", + "MZ_KolorsUNETLoaderV2" + ], + { + "title_aux": "ComfyUI-Kolors-MZ" + } + ], + "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": [ + [ + "MZ_BaseLLamaCPPCLIPTextEncode", + "MZ_BaseLLavaImageInterrogator", + "MZ_CustomizeInstruct", + "MZ_Florence2CLIPTextEncode", + "MZ_Florence2Captioner", + "MZ_ImageCaptionerConfig", + "MZ_ImageInterrogatorCLIPTextEncode", + "MZ_ImageInterrogatorModelConfig_DownloaderSelect", + "MZ_ImageInterrogatorModelConfig_ManualSelect", + "MZ_LLama3CLIPTextEncode", + "MZ_LLamaCPPCLIPTextEncode", + "MZ_LLamaCPPModelConfig_DownloaderSelect", + "MZ_LLamaCPPModelConfig_ManualSelect", + "MZ_LLamaCPPOptions", + "MZ_LLavaImageInterrogator", + "MZ_OllamaModelConfig_ManualSelect", + "MZ_OpenAIApiCLIPTextEncode", + "MZ_PaliGemmaCLIPTextEncode", + "MZ_PaliGemmaCaptioner", + "MZ_Phi3CLIPTextEncode" + ], + { + "title_aux": "ComfyUI-Prompt-MZ" + } + ], + "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": [ + [ + "MZ_StylizePhotoControlNetApply", + "MZ_StylizePhotoKSamplerNode" + ], + { + "title_aux": "ComfyUI-StylizePhoto-MZ" + } + ], + "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": [ + [ + "MZ_HYDiTAdvConfig", + "MZ_HYDiTDatasetConfig", + "MZ_HYDiTInitWorkspace", + "MZ_HYDiTSimpleT2I", + "MZ_HYDiTTrain", + "MZ_ImagesCopyWorkspace", + "MZ_KohyaSSAdvConfig", + "MZ_KohyaSSControlnetTrain", + "MZ_KohyaSSDatasetConfig", + "MZ_KohyaSSInitWorkspace", + "MZ_KohyaSSLoraTrain", + "MZ_KohyaSSTrain", + "MZ_KohyaSSUseConfig", + "MZ_KohyaSS_KohakuBlueleaf_HYHiDInitWorkspace", + "MZ_KohyaSS_KohakuBlueleaf_HYHiDLoraTrain", + "MZ_KohyaSS_KohakuBlueleaf_HYHiDSimpleT2I", + "MZ_LoadImagesFromDirectoryPath", + "MZ_TrainToolsDebug" + ], + { + "title_aux": "ComfyUI-TrainTools-MZ" + } + ], "https://github.com/Miosp/ComfyUI-FBCNN": [ [ "JPEG artifacts removal FBCNN" @@ -11290,6 +13312,32 @@ "title_aux": "ComfyUI-FBCNN" } ], + "https://github.com/Mister-Link/link-comfy-nodes": [ + [ + "AdvancedStringConcat", + "BatchImageSave", + "Concat", + "ConvertToPixelArt", + "Crop to Content", + "Farthest Color", + "Hex or 24 Bit Color", + "Image Rotator", + "Pixelation Dimensions", + "Pose Image Setup", + "PreviewImageAlpha", + "ReplaceAlpha", + "Resize Image and Mask by Side", + "Save Folder as ZIP", + "Save To Zip", + "SaveFolderAsZip", + "Spritesheet Builder", + "VideoMaskEditor", + "WAN Frame Calculator" + ], + { + "title_aux": "Link Comfy Nodes" + } + ], "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [ [ "PreviewSdlImage", @@ -11331,17 +13379,56 @@ "title_aux": "ComfyUI-LightVAE" } ], + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": [ + [ + "LightX2VConfigCombiner", + "LightX2VConfigCombinerV2", + "LightX2VConfigCombinerV3", + "LightX2VInferenceConfig", + "LightX2VLoRALoader", + "LightX2VMemoryOptimization", + "LightX2VModularInference", + "LightX2VModularInferenceV2", + "LightX2VQuantization", + "LightX2VTalkObjectInput", + "LightX2VTalkObjectsCombiner", + "LightX2VTalkObjectsFromFiles", + "LightX2VTalkObjectsFromJSON", + "LightX2VTeaCache" + ], + { + "title_aux": "ComfyUI-Lightx2vWrapper" + } + ], + "https://github.com/Moeblack/ComfyUI-SimpleChat": [ + [ + "GeminiImageEdit", + "GeminiImageGen", + "SimpleChatConfig", + "SimpleChatImage", + "SimpleChatNoASS", + "SimpleChatText" + ], + { + "title_aux": "ComfyUI-SimpleChat" + } + ], "https://github.com/MohammadAboulEla/ComfyUI-iTools": [ [ "iToolsAddOverlay", "iToolsCheckerBoard", "iToolsCompareImage", + "iToolsCropImage", + "iToolsDomNode", + "iToolsFreeChat", + "iToolsFreeSchnell", "iToolsGridFiller", "iToolsKSampler", "iToolsLineLoader", "iToolsLoadImagePlus", "iToolsLoadImages", "iToolsLoadRandomImage", + "iToolsPaintNode", "iToolsPreviewImage", "iToolsPreviewText", "iToolsPromptLoader", @@ -11350,6 +13437,7 @@ "iToolsPromptStyler", "iToolsPromptStylerExtra", "iToolsRegexNode", + "iToolsTestNode", "iToolsTextReplacer", "iToolsVaePreview" ], @@ -11445,13 +13533,13 @@ "MontagenEdgeTTSNode", "MontagenFishAudioCloneNode", "MontagenFishAudioTTSNode", + "MontagenHumandigitalNode", "MontagenImageAdapter", "MontagenImageListAdapter", "MontagenRenderTimeline", "MontagenResourceConvertAudioAdapter", "MontagenSRTListParser", "MontagenStickerAdapter", - "MontagenStickerListAdapter", "MontagenTextAdapter", "MontagenTextListAdapter", "MontagenVideoAdapter", @@ -11516,6 +13604,7 @@ "CalcEmbeds", "CompareEmbeds", "Cond2Embeds", + "DBLoader", "EditDB", "EditResults", "EmbedsInfo", @@ -11527,8 +13616,7 @@ "ResultBrowserAdvanced", "ResultCombiner", "ResultSubtract", - "ScaleEmbeds", - "testnode1" + "ScaleEmbeds" ], { "title_aux": "ClipVision_Tools" @@ -11595,6 +13683,48 @@ "title_aux": "Zenkai-POML for ComfyUI" } ], + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": [ + [ + "FLUX2_CameraRig", + "FLUX2_ColorPalette", + "FLUX2_ColorPalettePreset", + "FLUX2_PromptAssembler", + "FLUX2_SceneBuilder", + "FLUX2_StyleSelector", + "FLUX2_SubjectArray", + "FLUX2_SubjectCreator" + ], + { + "title_aux": "ComfyUI-FLUX2-JSON" + } + ], + "https://github.com/MushroomFleet/ComfyUI-Variationator": [ + [ + "PromptActionModifier", + "PromptBatchVariation", + "PromptCameraModifier", + "PromptColorGrading", + "PromptCombiner", + "PromptComposition", + "PromptDetailModifier", + "PromptDistanceModifier", + "PromptEraModifier", + "PromptLightingModifier", + "PromptLocationModifier", + "PromptModifierInfo", + "PromptMoodModifier", + "PromptMultiStyle", + "PromptPresetCollection", + "PromptRandomModifier", + "PromptSeasonalModifier", + "PromptSmartVariation", + "PromptStyleTransform", + "PromptWeatherModifier" + ], + { + "title_aux": "ComfyUI-Variationator" + } + ], "https://github.com/MushroomFleet/DJZ-Pedalboard": [ [ "DJZ_Pedalboard" @@ -11645,7 +13775,8 @@ ], "https://github.com/NHLStenden/ComfyUI-ImageBag": [ [ - "EnhancedImageColourTransferNode" + "EnhancedImageColourTransferNode", + "FilmGrainNoiseNode" ], { "title_aux": "ComfyUI-ImageBag" @@ -11654,6 +13785,7 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ [ "Load Text List", + "Shorten Sentences", "Split Sentences", "Split Tags", "Tag Alternating Combiner", @@ -11664,6 +13796,14 @@ "title_aux": "Image Captioning and Tagging Assistor Nodes" } ], + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [ + [ + "ShotPathBuilder" + ], + { + "title_aux": "ComfyUI-NL_Nodes" + } + ], "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": [ [ "RTXRemixCloseProject", @@ -11749,6 +13889,18 @@ "title_aux": "ComfyUI-NS-Util" } ], + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": [ + [ + "GreatConditioningModifier", + "GreatMultiplySigmas", + "GreatRandomOrganicGradientNode", + "ImageBlendNode", + "InteractiveOrganicGradientNode" + ], + { + "title_aux": "NDDG_Great_Nodes" + } + ], "https://github.com/NeoGriever/ComfyUI-NeoGriever": [ [ "NGs_BetterCLIPTextEncode", @@ -11844,6 +13996,20 @@ "title_aux": "ComfyUI Model Preset Pilot" } ], + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": [ + [ + "AutoLoadModelNode", + "BatchTTsNode", + "EmotionFromAudioNode", + "EmotionFromTensorNode", + "EmotionFromTextNode", + "MergeEmotionNode", + "TTsNode" + ], + { + "title_aux": "ComfyUI-Simple-IndexTTs" + } + ], "https://github.com/NewNoviceChen/ComfyUI-XingLiu": [ [ "Image2ImageByAlpha", @@ -11910,6 +14076,11 @@ ], "https://github.com/NimaNzrii/comfyui-photoshop": [ [ + "ClipPass", + "PhotoshopConnection", + "PhotoshopToComfyUI", + "SendToPhotoshop", + "modelPass", "\ud83d\udd39 Photoshop RemoteConnection", "\ud83d\udd39ClipPass", "\ud83d\udd39Photoshop ComfyUI Plugin", @@ -11949,6 +14120,7 @@ "AnimeSegmentation", "KenBurnsConfigLoader", "KenBurns_Processor", + "LoadImageFileName", "LoadImageFilename" ], { @@ -11974,7 +14146,10 @@ [ "GLM-4 Inferencing", "GLM-4 Model Loader", - "GLM-4 Prompt Enhancer" + "GLM-4 Prompt Enhancer", + "GLM-4Inference", + "GLM-4ModelLoader", + "GLM-4PromptEnhancer" ], { "title_aux": "ComfyUI GLM-4 Wrapper" @@ -12109,7 +14284,8 @@ ], "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": [ [ - "Image2Prompt" + "Image2Prompt", + "Text2Prompt" ], { "title_aux": "ComfyUI-NudeJS-Image2Prompt" @@ -12181,6 +14357,17 @@ "title_aux": "Efficiency Nodes ExtendeD" } ], + "https://github.com/Nynxz/ComfyUI-NynxzNodes": [ + [ + "nynxz.CompareVideo.Options", + "nynxz.Create.CompareVideo.Fade", + "nynxz.Create.CompareVideo.Wipe", + "nynxz.Parse.StringTemplate" + ], + { + "title_aux": "ComfyUI-NynxzNodes" + } + ], "https://github.com/OKIE5/ComfyUI-CN-Pre": [ [ "CN Pre+Loaders: Segmentation", @@ -12215,6 +14402,22 @@ "title_aux": "ComfyUI-off-suite" } ], + "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [ + [ + "BFParameters", + "BFParametersSimple", + "IntegerPicker", + "OuputDirByModelName", + "RandomImageSizeAdvanced", + "RandomImageSizeAdvancedYAML", + "RandomInteger", + "UniqueStringList", + "UniqueStringListAdvanced" + ], + { + "title_aux": "comfyui-watdafox-nodes" + } + ], "https://github.com/OneThingAI/ComfyUI_Onething_CV": [ [ "OneThingAI ImageToText" @@ -12239,7 +14442,7 @@ ], "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": [ [ - "ModelScopeKontextAPI" + "ModelScopeUniversalAPI" ], { "title_aux": "ComfyUI ModelScope Kontext API Node" @@ -12266,8 +14469,6 @@ ], "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": [ [ - "Pipe From Parameters", - "Pipe To Parameters", "Prompt Tidy", "Text Switch 2 Way", "Text With Context" @@ -12307,6 +14508,12 @@ ], "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": [ [ + "ArtistsCSVLoader", + "ArtmovementsCSVLoader", + "CharactersCSVLoader", + "ColorsCSVLoader", + "CompositionCSVLoader", + "LightingCSVLoader", "Load Artists CSV", "Load Artmovements CSV", "Load Characters CSV", @@ -12316,7 +14523,11 @@ "Load Negative CSV", "Load Positive CSV", "Load Settings CSV", - "Load Styles CSV" + "Load Styles CSV", + "NegativeCSVLoader", + "PositiveCSVLoader", + "SettingsCSVLoader", + "StylesCSVLoader" ], { "title_aux": "ComfyUI-CSV-Loader" @@ -12330,6 +14541,15 @@ "title_aux": "ComfyUI OpenAI Node" } ], + "https://github.com/PROJECTMAD/PROJECT-MAD-NODES": [ + [ + "MultiScheduledLoraLoader", + "VisualPromptGallery" + ], + { + "title_aux": "PROJECT-MAD-NODES" + } + ], "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": [ [ "BatchImageToMask", @@ -12368,6 +14588,17 @@ "title_aux": "ComfyUI-ZeptaframePromptMerger" } ], + "https://github.com/Paddel87/ComfyUI_fal_image": [ + [ + "FALContextStore", + "FALImage2Image", + "FALModelSelectImage", + "FALText2Image" + ], + { + "title_aux": "ComfyUI_fal_image" + } + ], "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": [ [ "FooocusV2Expansion" @@ -12395,6 +14626,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": [ [ "Artbot", + "Lollms", "Lollms_Text_Gen", "Lollms_Text_Saver", "RandomizeVideo" @@ -12440,7 +14672,7 @@ ], "https://github.com/PenguinTeo/Comfyui-GeminiBanana": [ [ - "GeminiFlash25Node" + "Gemini3ImageNode" ], { "title_aux": "GeminiBanana for ComfyUI" @@ -12536,22 +14768,27 @@ [ "BatchCropFromMaskSimple", "BatchUncropSimple", + "BlendImages", "BlurByMask", "BlurMask", + "CLIPTextEncodeFluxMultiple", + "CLIPTextEncodeMultiple", "CropImage", "CropMaskByBBox", "DSLRNoise", + "GetImageSize", "GradientMaskGenerator", "ImageBlendByMask", "ImageScalePro", "InvertMask", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", + "LMStudioQuery", + "LMStudioUnloadModel", "LensSimulatedBloom", "PreviewImageQueue", "PromptRandomizer", "StringCombine", - "TestCollapsibleNode", "TestResetButton", "Watermark" ], @@ -12620,6 +14857,14 @@ "title_aux": "ComfyUI-IC-Light-Video" } ], + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": [ + [ + "RemoteWorkflowExecutor" + ], + { + "title_aux": "ComfyUI Remote Workflow Executor" + } + ], "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": [ [ "Publish Image To RabbitMQ" @@ -12655,6 +14900,7 @@ "FRED_ImageSaver_v2", "FRED_ImageUncropFromBBox", "FRED_Image_Sharpening_Blur_Level", + "FRED_JpegArtifact_Simulator", "FRED_Save_Text_File", "FRED_Simplified_Parameters_Panel", "FRED_Text_to_XMP", @@ -12678,53 +14924,109 @@ "title_aux": "ComfyUI-AdvancedLivePortrait" } ], + "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg": [ + [ + "BGPSegSegmentation", + "LoadBGPSegModels" + ], + { + "title_aux": "ComfyUI-BGPSeg" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-Cadrille": [ + [ + "CADRecodeInference", + "CadQueryExecute", + "CadrilleImageInference", + "CadrilleInference", + "CadrilleTextInference", + "LoadCADRecodeModel", + "LoadCadrilleModel" + ], + { + "title_aux": "ComfyUI-Cadrille" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [ + [ + "DA3_CreateCameraParams", + "DA3_EnableTiledProcessing", + "DA3_FilterGaussians", + "DA3_MultiViewPointCloud", + "DA3_ParseCameraPose", + "DA3_PreviewPointCloud", + "DA3_Save3DGaussians", + "DA3_SavePointCloud", + "DA3_To3DGaussians", + "DA3_ToMesh", + "DA3_ToPointCloud", + "DepthAnythingV3_3D", + "DepthAnythingV3_Advanced", + "DepthAnythingV3_MultiView", + "DepthAnything_V3", + "DownloadAndLoadDepthAnythingV3Model" + ], + { + "title_aux": "ComfyUI-DepthAnythingV3" + } + ], "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": [ [ - "ExtractSkeleton", - "GeomPackBlenderCubeProjection", - "GeomPackBlenderCylinderProjection", - "GeomPackBlenderQuadriflowRemesh", - "GeomPackBlenderSphereProjection", - "GeomPackBlenderUVUnwrap", - "GeomPackBlenderVoxelRemesh", - "GeomPackCGALIsotropicRemesh", - "GeomPackCenterMesh", - "GeomPackChamferDistance", + "GeomPackAddNormalsToPointCloud", + "GeomPackBackdraftView", + "GeomPackBooleanOp", "GeomPackCheckNormals", + "GeomPackCombineMeshes", "GeomPackComputeNormals", - "GeomPackComputeSDF", + "GeomPackConnectedComponents", "GeomPackCreatePrimitive", + "GeomPackDegenerateFaces", + "GeomPackDepthNormalsToMesh", "GeomPackDetectSelfIntersections", - "GeomPackExampleNode", + "GeomPackExtractSkeleton", "GeomPackFillHoles", "GeomPackFixNormals", - "GeomPackHausdorffDistance", - "GeomPackInstantMeshesRemesh", - "GeomPackLaplacianSmoothing", - "GeomPackLibiglARAP", - "GeomPackLibiglHarmonic", - "GeomPackLibiglLSCM", + "GeomPackFixSelfIntersectionsByPerturbation", + "GeomPackFixSelfIntersectionsByRemoval", + "GeomPackGetMeshFilename", "GeomPackLoadMesh", "GeomPackLoadMeshBatch", - "GeomPackMarkBoundaryEdges", - "GeomPackMeshDecimation", + "GeomPackLoadMeshBlend", + "GeomPackLoadMeshFBX", + "GeomPackLoadMeshPath", + "GeomPackMergeVertices", + "GeomPackMeshFix", + "GeomPackMeshFromSkeleton", "GeomPackMeshInfo", - "GeomPackMeshSubdivision", + "GeomPackMeshQuality", + "GeomPackMeshToMeshDistance", "GeomPackMeshToPointCloud", - "GeomPackPreviewBoundingBoxesVTK", + "GeomPackNormalizeMeshToBBox", + "GeomPackOpenEdges", + "GeomPackPointToMeshDistance", + "GeomPackPreviewGaussian", "GeomPackPreviewMesh", + "GeomPackPreviewMeshAnalysis", + "GeomPackPreviewMeshDual", + "GeomPackPreviewMeshMulti", + "GeomPackPreviewMeshUV", "GeomPackPreviewMeshVTK", - "GeomPackPreviewMeshVTKFields", - "GeomPackPreviewMeshVTKFilters", - "GeomPackPreviewMeshVTKHidableMenu", - "GeomPackPyMeshLabRemesh", + "GeomPackPreviewMeshVTKBatch", + "GeomPackReconstructSurface", + "GeomPackRefineMesh", + "GeomPackRemesh", "GeomPackRemeshSelfIntersections", + "GeomPackRemeshWithTexture", + "GeomPackRemoveDegenerateFaces", "GeomPackSaveMesh", - "GeomPackStripMeshAdjacency", - "GeomPackVisualizeNormals", - "GeomPackXAtlasUVUnwrap", - "SkeletonToMesh", - "SkeletonToTrimesh" + "GeomPackSaveMeshBatch", + "GeomPackSplitByField", + "GeomPackSubsamplePointCloud", + "GeomPackTextureToGeometry", + "GeomPackTransformMesh", + "GeomPackUVUnwrap", + "GeomPackVisualizeNormalField", + "ScrambleIntField" ], { "title_aux": "ComfyUI libigl" @@ -12817,6 +15119,81 @@ "title_aux": "ComfyUI-MeshCraft" } ], + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon": [ + [ + "LoadNeurCADReconModel", + "NeurCADReconInference", + "NeurCADReconLoadCheckpoint", + "NeurCADReconTrain" + ], + { + "title_aux": "ComfyUI-NeurCADRecon" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": [ + [ + "LoadSAM3Model", + "SAM3BBoxCollector", + "SAM3CombineBoxes", + "SAM3CombinePoints", + "SAM3CreateBox", + "SAM3CreatePoint", + "SAM3Grounding", + "SAM3PointCollector", + "SAM3Propagate", + "SAM3Segmentation", + "SAM3VideoOutput", + "SAM3VideoSegmentation" + ], + { + "title_aux": "ComfyUI-SAM3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": [ + [ + "LoadSAM3DBodyModel", + "SAM3DBodyAddMeshToSkeleton", + "SAM3DBodyExportFBX", + "SAM3DBodyExportMesh", + "SAM3DBodyExportMultipleFBX", + "SAM3DBodyGetVertices", + "SAM3DBodyLoadMesh", + "SAM3DBodyLoadSkeleton", + "SAM3DBodyPreviewRiggedMesh", + "SAM3DBodyPreviewSkeleton", + "SAM3DBodyProcess", + "SAM3DBodyProcessAdvanced", + "SAM3DBodyProcessMultiple", + "SAM3DBodySaveSkeleton", + "SAM3DBodySelectMesh", + "SAM3DBodyVisualize" + ], + { + "title_aux": "ComfyUI-SAM3DBody" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET": [ + [ + "LoadSECADNetModel", + "MeshToVoxel", + "SECADNetFinetune", + "SECADNetInference", + "SECADNetLatentToMesh" + ], + { + "title_aux": "ComfyUI-SECADNET" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-Sharp": [ + [ + "LoadImageWithExif", + "LoadSharpModel", + "SharpPredict" + ], + { + "title_aux": "ComfyUI-Sharp" + } + ], "https://github.com/PressWagon/ComfyUI-StringsAndThings": [ [ "DebugString", @@ -12876,6 +15253,8 @@ ], "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": [ [ + "Create 360 Sweep Frames", + "Create 360 Sweep Frames Tensor", "Create360SweepVideoFramesNode", "Create360SweepVideoFramesTensorNode" ], @@ -12963,6 +15342,15 @@ "title_aux": "comfyui-qbug-batch" } ], + "https://github.com/QL-boy/ComfyUI-Advanced-Tile-Processing": [ + [ + "CustomTileMerger", + "CustomTileSplitter" + ], + { + "title_aux": "ComfyUI-Advanced-Tile-Processing" + } + ], "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": [ [ "Bool Binary Operation", @@ -13044,6 +15432,31 @@ "title_aux": "ComfyUI-RBG-ImageStitchPlus" } ], + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": [ + [ + "RBG_Smart_Seed_Variance" + ], + { + "title_aux": "ComfyUI-RBG-SmartSeedVariance" + } + ], + "https://github.com/Randy420Marsh/civitai-api-url-resolver": [ + [ + "CivitaiShareToDirectURL" + ], + { + "title_aux": "Civitai URL Resolver for ComfyUI" + } + ], + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": [ + [ + "LoadTextFile_Rathius", + "SimpleTextMixer" + ], + { + "title_aux": "Rathius_ComfyNodes" + } + ], "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": [ [ "RS_SaturationSwitch" @@ -13077,6 +15490,7 @@ ], "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ [ + "ArtistLoader", "LoadArtistTag" ], { @@ -13220,6 +15634,9 @@ ], "https://github.com/Rizzlord/ComfyUI-RizzNodes": [ [ + "BatchImagesToGrid", + "CreateImage", + "LoadMultiviewImages", "RizzAlphaMargin", "RizzBatchImageLoader", "RizzBlur", @@ -13234,7 +15651,10 @@ "RizzModelBatchLoader", "RizzPasteAndUnscale", "RizzUpscaleImageBatch", - "SimplifyMesh" + "SaveMultiviewImages", + "SimplifyMesh", + "SplitImageBatch", + "VideoSecondsToLength" ], { "title_aux": "ComfyUI-RizzNodes" @@ -13300,15 +15720,28 @@ "title_aux": "ComfyUI-SceneGenerator" } ], + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": [ + [ + "FilenameGenerator", + "PromptWildcards" + ], + { + "title_aux": "ComfyUI-PromptUtils" + } + ], "https://github.com/Runware/ComfyUI-Runware": [ [ "Runware API Manager", "Runware Accelerator Options", + "Runware Alibaba Provider Settings", "Runware Audio Inference", "Runware Audio Inference Inputs", + "Runware Audio Inputs Combine", "Runware Audio Model Search", "Runware Audio Sections", "Runware Background Removal", + "Runware BlackForest Labs Provider Settings", + "Runware Bria Provider Mask", "Runware Bria Provider Settings", "Runware Bytedance Provider Settings", "Runware ControlNet", @@ -13319,6 +15752,7 @@ "Runware Embedding Search", "Runware Embeddings Combine", "Runware Frame Images", + "Runware Google Provider Settings", "Runware IPAdapter", "Runware IPAdapters Combine", "Runware Image Caption", @@ -13348,22 +15782,34 @@ "Runware Refiner", "Runware Runway Provider Settings", "Runware Safety Inputs", + "Runware Settings", + "Runware Speech Inputs Combine", + "Runware Sync Provider Settings", + "Runware Sync Segment", "Runware VAE Search", "Runware Vectorize", "Runware Video Advanced Feature Inputs", + "Runware Video Audio Input", "Runware Video Background Removal", "Runware Video Inference", "Runware Video Inference Inputs", "Runware Video Inputs Frame Images", "Runware Video Inputs References", "Runware Video Model Search", + "Runware Video Speech Input", "Runware Video Transcription", "Runware Video Upscaler", "Runware Vidu Provider Settings", + "RunwareAlibabaProviderSettings", "RunwareAudioInferenceInputs", + "RunwareAudioInput", + "RunwareAudioInputCombine", + "RunwareBlackForestProviderSettings", + "RunwareBriaProviderMask", "RunwareBriaProviderSettings", "RunwareBytedanceProviderSettings", "RunwareFrameImages", + "RunwareGoogleProviderSettings", "RunwareKlingProviderSettings", "RunwareLightricksProviderSettings", "RunwareLumaProviderSettings", @@ -13373,6 +15819,11 @@ "RunwarePixverseProviderSettings", "RunwareRunwayProviderSettings", "RunwareSafetyInputs", + "RunwareSettings", + "RunwareSpeechInput", + "RunwareSpeechInputCombine", + "RunwareSyncProviderSettings", + "RunwareSyncSegment", "RunwareVectorize", "RunwareVideoAdvancedFeatureInputs", "RunwareVideoBgRemoval", @@ -13385,6 +15836,18 @@ "title_aux": "Runware.ai ComfyUI Inference API Integration" } ], + "https://github.com/RyukoMatoiFan/ComfyUI-Switti": [ + [ + "SwittiCheckpointLoader", + "SwittiDualCLIPLoader", + "SwittiPipelineBuilder", + "SwittiSampler", + "SwittiVAECheckpointLoader" + ], + { + "title_aux": "ComfyUI-Switti" + } + ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ "BBoxDecompose(FaceParsing)", @@ -13406,9 +15869,6 @@ "ImageResizeCalculator(FaceParsing)", "ImageResizeWithBBox(FaceParsing)", "ImageSize(FaceParsing)", - "LatentCropWithBBox(FaceParsing)", - "LatentInsertWithBBox(FaceParsing)", - "LatentSize(FaceParsing)", "MaskBatchComposite(FaceParsing)", "MaskBlackOut(FaceParsing)", "MaskBorderDissolve(FaceParsing)", @@ -13417,8 +15877,7 @@ "MaskCropWithBBox(FaceParsing)", "MaskInsertWithBBox(FaceParsing)", "MaskListSelect(FaceParsing)", - "MaskToBBoxList(FaceParsing)", - "SkinDetectTraditional(FaceParsing)" + "MaskToBBoxList(FaceParsing)" ], { "title_aux": "comfyui_face_parsing" @@ -13467,6 +15926,7 @@ ], "https://github.com/S4MUEL-404/ComfyUI-PromptsO": [ [ + "\ud83d\udc80S4AnyToString", "\ud83d\udc80S4ImageWithGemini", "\ud83d\udc80S4ImageWithGrok", "\ud83d\udc80S4PromptsCombine", @@ -13575,6 +16035,28 @@ "title_aux": "ComfyUI SKBundle" } ], + "https://github.com/SKBv0/ComfyUI_SpideyReroute": [ + [ + "SpideyReroute" + ], + { + "title_aux": "ComfyUI_SpideyReroute" + } + ], + "https://github.com/SKFRMSEHF/comfyui_SK_Loader": [ + [ + "SK_CheckpointLoader", + "SK_CheckpointLoaderSimple", + "SK_LoraLoader", + "SK_PowerLoraLoader", + "SK_UNETLoader", + "SK_VAELoader", + "SK_unCLIPCheckpointLoader" + ], + { + "title_aux": "SK-ComfyUI-FolderingLoader" + } + ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ [ "ImageDuplicator", @@ -13690,6 +16172,14 @@ "title_aux": "ComfyUI-Qwen-VL" } ], + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions": [ + [ + "ZImageTurboResolutions" + ], + { + "title_aux": "ComfyUI-Z-Image-Turbo-Resolutions" + } + ], "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": [ [ "Maya1TTS_Barebones", @@ -13812,6 +16302,17 @@ "title_aux": "ComfyUI-SaveAudioMP3" } ], + "https://github.com/SanDiegoDude/SCG_LocalVLM": [ + [ + "Qwen", + "Qwen2.5", + "Qwen2.5VL", + "QwenVL" + ], + { + "title_aux": "SCG_LocalVLM" + } + ], "https://github.com/Santat2023/ComfyUiRagNodes": [ [ "MyNodesForDB", @@ -13832,6 +16333,7 @@ "PromptListWithTemplates", "RandomLoRACustom", "RandomLoRAFolder", + "Save Workflow & Shutdown", "SaveWorkflowAndShutdown", "SplitBatchWithPrefix", "WildcardManager" @@ -13854,9 +16356,19 @@ ], "https://github.com/SatadalAI/SATA_UtilityNode": [ [ - "ImageSaveWithMetadata", + "Latent Machine", + "Latent_Machine", + "Preview Machine", + "Preview_Machine", + "Prompt Autocomplete", + "Prompt Machine", + "PromptAutocomplete", "Prompt_Machine", + "Resolution Machine", "Resolution_Machine", + "Save Machine", + "Save_Machine", + "Upscale Machine", "Upscale_Machine" ], { @@ -13946,6 +16458,37 @@ "title_aux": "ComfyUI-DiffusersLoader" } ], + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": [ + [ + "Brightness", + "Contrast", + "DepthDOF", + "DualEaseCosineScheduler", + "EmptyLatent", + "Exposure", + "HighlightShadow", + "Hue", + "ImageResize", + "ImageRotation", + "ImageTransform", + "ImageTranslation", + "ImageZoom", + "MaskFilter", + "MaskProcessor", + "MaskResize", + "MaskRotation", + "MaskTransform", + "MaskTranslation", + "MaskZoom", + "RAMPreviewImage", + "Saturation", + "SigmaVisualizer", + "Temperature" + ], + { + "title_aux": "WtlNodes" + } + ], "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [ [ "OllamaCLIPTextEncode", @@ -13969,6 +16512,14 @@ "title_aux": "ComfyUI-Long-CLIP" } ], + "https://github.com/Sean-Bradley/ComfyUI-Get-Line": [ + [ + "Get Line" + ], + { + "title_aux": "ComfyUI-Get-Line" + } + ], "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": [ [ "ImageCompareNode" @@ -13977,6 +16528,14 @@ "title_aux": "ComfyUI Image Compare" } ], + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": [ + [ + "SBCODERemoveBackground" + ], + { + "title_aux": "Remove Background" + } + ], "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": [ [ "VideoReverseNode" @@ -14014,9 +16573,7 @@ "ParseBoundingBoxes", "ParsePoints", "PixtralGenerateText", - "PixtralImageEncode", "PixtralModelLoader", - "PixtralTextEncode", "PlotPoints", "RegexFindAll", "RegexSearch", @@ -14114,7 +16671,6 @@ "SeargeSDXLSampler", "SeargeSDXLSampler2", "SeargeSDXLSamplerV3", - "SeargeSamplerAdvanced", "SeargeSamplerInputs", "SeargeSaveFolderInputs", "SeargeSeparator", @@ -14128,6 +16684,25 @@ "title_aux": "SeargeSDXL" } ], + "https://github.com/Seb-Lis/ComfyUI_Gemini_3_Pro_API_node": [ + [ + "GeminiImageGen" + ], + { + "title_aux": "ComfyUI_Gemini_3_Pro_API_node" + } + ], + "https://github.com/Seb-Lis/ComfyUI_Node_Pack": [ + [ + "GenerationTime", + "ImageGrid", + "KSamplerControl", + "TextLabel" + ], + { + "title_aux": "ComfyUI_Node_Pack" + } + ], "https://github.com/Seb-Lis/comfyui-image-labeler": [ [ "AddTextLabel" @@ -14177,6 +16752,14 @@ "title_aux": "Workflow to API Converter Endpoint" } ], + "https://github.com/Shadowwalker0P/CryptoNoise-Ksampler": [ + [ + "CryptoNoise_KSampler" + ], + { + "title_aux": "CryptoNoise-Ksampler" + } + ], "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [ [ "ApplyIPAdapterFlux", @@ -14207,6 +16790,26 @@ "title_aux": "ComfyUI Show Clock in CMD Console SG" } ], + "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG": [ + [ + "ShowAnyTextInCMDconsoleSG" + ], + { + "title_aux": "ComfyUI-Show_Any_Text_in_CMD_Console-SG" + } + ], + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": [ + [ + "Simple Readable Metadata Text Viewer-SG", + "SimpleReadableMetadataMAXSG", + "SimpleReadableMetadataSG", + "SimpleReadableMetadataSaveTextSG", + "SimpleReadableMetadataVideoSG" + ], + { + "title_aux": "ComfyUI-Simple_Readable_Metadata-SG" + } + ], "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": [ [ "VAEClockStartSG", @@ -14216,6 +16819,20 @@ "title_aux": "ComfyUI VAE Timestamp Clock SG" } ], + "https://github.com/ShammiG/ComfyUI_Text_Tools_SG": [ + [ + "Text Tools Editor-SG", + "Text Tools Load Text FilePath-SG", + "Text Tools Load Text-SG", + "Text Tools Merge Text Multi-SG", + "Text Tools Merge Text-SG", + "Text Tools Save Text File-SG", + "Text Tools Viewer-SG" + ], + { + "title_aux": "ComfyUI_Text_Tools_SG" + } + ], "https://github.com/Shannooty/ComfyUI-Timer-Nodes": [ [ "TimerStart", @@ -14273,16 +16890,46 @@ "title_aux": "ComfyUI_DiffusionModel_fp8_converter" } ], + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": [ + [ + "FreeU_B_Scaling", + "FreeU_S_Scaling_AdaptiveCap", + "FreeU_V2_timestepadd" + ], + { + "title_aux": "ComfyUI_FreeU_V2_advanced" + } + ], + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": [ + [ + "FreeU_B_Scaling", + "FreeU_S_Scaling_AdaptiveCap", + "FreeU_V2_timestepadd" + ], + { + "title_aux": "ComfyUI_FreeU_V2_timestepadd" + } + ], + "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": [ + [ + "ASCIIArtNodeV3" + ], + { + "title_aux": "ComfyUI-color-ascii-art-node" + } + ], "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": [ [ "BboxInsertImage", "BboxSplit", "Cascade", "ImageFilters", + "LMS_VisionController", "Luts", "LutsAdvanced", "RemoveAreaByMask", "RemoveBackground", + "RemoveNoise", "SeedGenerator", "Waifu2x" ], @@ -14503,6 +17150,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ + "SVDResizer", "SVDRsizer" ], { @@ -14651,6 +17299,31 @@ "title_aux": "multi-lora-stack" } ], + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [ + [ + "ApplyTrainedLora", + "ClippyRebornImageLoader", + "FLUXSelectiveLoRALoader", + "ImageOfDayLoader", + "LoRALoaderWithAnalysis", + "LoRALoaderWithAnalysisV2", + "MusubiQwenImageEditLoraTrainer", + "MusubiQwenImageLoraTrainer", + "MusubiWanLoraTrainer", + "MusubiZImageLoraTrainer", + "QwenSelectiveLoRALoader", + "RealtimeLoraTrainer", + "SD15LoraTrainer", + "SDXLLoraTrainer", + "SDXLSelectiveLoRALoader", + "ScheduledLoRALoader", + "WanSelectiveLoRALoader", + "ZImageSelectiveLoRALoader" + ], + { + "title_aux": "Realtime LoRA Trainer" + } + ], "https://github.com/Shraknard/ComfyUI-Remover": [ [ "Remover" @@ -14674,6 +17347,21 @@ "title_aux": "Lazy Pony Prompter" } ], + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": [ + [ + "LMStudioConnectivityV2", + "LMStudioGenerate", + "LMStudioGenerateAdvance", + "LMStudioGenerateV2", + "LMStudioOptionsV2", + "LMStudioSequentialPrompt", + "LMStudioSequentialPromptAdvanced", + "LMStudioVision" + ], + { + "title_aux": "comfyui-lmstudio" + } + ], "https://github.com/Siempreflaco/ComfyUI-NCNodes": [ [ "Load3DMesh", @@ -14716,6 +17404,15 @@ "title_aux": "ComfyUI-Prompt-History" } ], + "https://github.com/SilentZhang/comfyui-encrypt": [ + [ + "RSAEncryptNode", + "RSAKeyGeneratorNode" + ], + { + "title_aux": "comfyui-encrypt" + } + ], "https://github.com/SilverAndJade/comfyui-silver-nodes": [ [ "SilverFileTextLoader", @@ -14826,6 +17523,16 @@ "title_aux": "JPG & Noise Remover for ComfyUI" } ], + "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D": [ + [ + "BespokeAI3DGeneration", + "BespokeAI3DGenerationFromURL", + "BespokeAI3DPreview" + ], + { + "title_aux": "ComfyUI-BespokeAI-3D" + } + ], "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": [ [ "DeepCache_Fix" @@ -14839,7 +17546,11 @@ "PIL Effects (Mexx)", "PIL Merge Image (Mexx)", "PIL Remove Black Dots (Mexx)", - "PIL TITLE (Mexx)" + "PIL TITLE (Mexx)", + "PIL_Effects", + "PIL_MergeImage", + "PIL_RemoveBlackDots", + "PIL_TITLE" ], { "title_aux": "ComfyUI-PIL" @@ -14880,7 +17591,6 @@ ], "https://github.com/Sorcerio/MBM-Music-Visualizer": [ [ - "id", "mbmAudioFeatureCalculator", "mbmAudioLoader", "mbmImageConcat", @@ -14896,10 +17606,12 @@ ], "https://github.com/SozeInc/ComfyUI-Mobile": [ [ - "Mobile_Settings_Launcher_Data", "Send Notification (Mobile)", + "Send_Notification", "Settings Launcher (Mobile)", - "Ultimate Concat (Mobile)" + "Settings_Launcher", + "Ultimate Concat (Mobile)", + "Ultimate_Concat" ], { "title_aux": "ComfyUI-Mobile" @@ -14907,7 +17619,7 @@ ], "https://github.com/SozeInc/ComfyUI_Soze": [ [ - "Alpha Crop and Position Image", + "Append To Text File", "CSV Reader", "CSV Reader X Checkpoint", "CSV Reader X Lora", @@ -14920,28 +17632,42 @@ "ComfyDeploy API Mixed Parameters", "ComfyDeploy API Node", "ComfyDeploy API String Parameters", + "Create Image Batch From JSON Array", "ElevenLabs Voice Retriever", "Empty Images", + "File Loader", "Get Most Common Image Colors", "Image Batch Process Switch", "Image List Loader", "Image Overlay", - "Is Input In List", + "Image Resize With Aspect Correction", "Is String Empty", + "JSON Array Iterator", + "JSON File Loader", + "JSON Value Parser", + "Load Files From Folder", "Load Image", "Load Image From URL", + "Load Images From Filepath", "Load Images From Folder", + "Load Images From Folder X Lora", + "Load Images From JSONArray", "Lora File Loader", + "Multi Find And Replace", + "Multi Image Batch", "Multiline Concatenate Strings", "Output Filename", "Pad Mask", "Prompt Cache", + "Prompt X Lora", "Range(Num Steps) - Float", "Range(Num Steps) - Int", "Range(Step) - Float", "Range(Step) - Int", "Shrink Image", + "Simple JSON Parser", "Special Character Replacer", + "String Functions", "Text Contains (Return Bool)", "Text Contains (Return String)", "Variable Image Builder", @@ -14954,7 +17680,8 @@ ], "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [ [ - "Conditional Interrupt" + "Conditional Interrupt", + "ConditionalInterrupt" ], { "title_aux": "ComfyUI-ConditionalInterrupt" @@ -14993,6 +17720,14 @@ "title_aux": "ComfyUI-LatentClamp" } ], + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": [ + [ + "LatentOrient" + ], + { + "title_aux": "ComfyUI-LatentOrientation" + } + ], "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": [ [ "GroundingDinoSAM2SegmentList", @@ -15002,6 +17737,22 @@ "title_aux": "ComfyUI-MaskArbiter" } ], + "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced": [ + [ + "ModelSamplingSD3Advanced" + ], + { + "title_aux": "ComfyUI-ModelSamplingSD3Advanced" + } + ], + "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": [ + [ + "SpectralVAEDetailer" + ], + { + "title_aux": "ComfyUI-SpectralVAEDetailer" + } + ], "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [ [ "WeightedRandomChoice" @@ -15054,6 +17805,17 @@ "title_aux": "WanVideoLooper" } ], + "https://github.com/SshunWang/ComfyUI_CosyVoice": [ + [ + "CosyVoice2Node", + "CosyVoiceDubbingNode", + "CosyVoiceNode", + "TextNode" + ], + { + "title_aux": "ComfyUI for CosyVoice" + } + ], "https://github.com/Stability-AI/ComfyUI-SAI_API": [ [ "Stability Conservative Upscale", @@ -15124,6 +17886,7 @@ "Basic data handling: DataListInsert", "Basic data handling: DataListLast", "Basic data handling: DataListLength", + "Basic data handling: DataListListCreate", "Basic data handling: DataListMax", "Basic data handling: DataListMin", "Basic data handling: DataListPop", @@ -15183,6 +17946,8 @@ "Basic data handling: FloatSubtract", "Basic data handling: FlowSelect", "Basic data handling: ForceCalculation", + "Basic data handling: Generic And", + "Basic data handling: Generic Or", "Basic data handling: GreaterThan", "Basic data handling: GreaterThanOrEqual", "Basic data handling: IfElifElse", @@ -15267,6 +18032,7 @@ "Basic data handling: PathGetExtension", "Basic data handling: PathGetSize", "Basic data handling: PathGlob", + "Basic data handling: PathInputDir", "Basic data handling: PathIsAbsolute", "Basic data handling: PathIsDir", "Basic data handling: PathIsFile", @@ -15278,6 +18044,7 @@ "Basic data handling: PathLoadMaskFromGreyscale", "Basic data handling: PathLoadStringFile", "Basic data handling: PathNormalize", + "Basic data handling: PathOutputDir", "Basic data handling: PathRelative", "Basic data handling: PathSaveImageRGB", "Basic data handling: PathSaveImageRGBA", @@ -15394,37 +18161,27 @@ "title_aux": "ComfyUI_RollingArtist" } ], + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": [ + [ + "SimpleSelectorInt" + ], + { + "title_aux": "ComfyUI-Simple-Selector" + } + ], "https://github.com/StarMagicAI/comfyui_tagger": [ [ "DownloadAndLoadFlorence2Lora_jsonL", "DownloadAndLoadFlorence2Model_jsonL", "Florence2ModelLoader_jsonL", "Florence2Run_jsonL", + "batch_save_file_jsonL", "batch_text_save_jsonL" ], { "title_aux": "ComfyUI-tagger" } ], - "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ - [ - "StarApplyOverlayDepth", - "StarDuplicateModelFinder", - "StarImageEditQwenKontext", - "StarNanoBanana", - "StarOllamaSysprompterJC", - "StarQwenEditEncoder", - "StarQwenEditPlusConditioner", - "StarQwenImageEditInputs", - "StarQwenImageRatio", - "StarQwenRebalancePrompter", - "StarQwenWanRatio", - "StarSaveFolderString" - ], - { - "title_aux": "ComfyUI_StarBetaNodes" - } - ], "https://github.com/Starnodes2024/ComfyUI_StarNodes": [ [ "AdaptiveDetailEnhancement", @@ -15433,50 +18190,96 @@ "FluxStartSettings", "Fluxstarsampler", "OllamaModelChooser", + "QwenImageStartSettings", "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", "Star Face Loader", "Star3LoRAs", + "StarAdvanvesRatioLatent", + "StarApplyInfiniteYou", + "StarApplyOverlayDepth", + "StarBlackWhite", "StarConditioningLoader", "StarConditioningSaver", "StarDeleteSamplerSettings", "StarDenoiseSlider", "StarDivisibleDimension", + "StarDuplicateModelFinder", + "StarDynamicLora", + "StarDynamicLoraModelOnly", "StarEasyTextStorage", + "StarFP8Converter", "StarFiveWildcards", + "StarFlowMatchOption", "StarFrameFromVideo", + "StarGeminiRefiner", "StarGridCaptionsBatcher", "StarGridComposer", "StarGridImageBatcher", + "StarHDREffects", "StarIconExporter", + "StarImageEditQwenKontext", "StarImageLoader1by1", + "StarImageLoop", "StarImageSwitch", "StarImageSwitch2", "StarInfiniteYouAdvancedPatchMaker", "StarInfiniteYouApply", + "StarInfiniteYouFaceCombine", + "StarInfiniteYouFaceSwap", "StarInfiniteYouFaceSwapMod", "StarInfiniteYouPatch", "StarInfiniteYouPatchCombine", "StarInfiniteYouSaver", + "StarLatentResize", "StarLatentSwitch", + "StarLatentSwitch2", + "StarLoadImagePlus", "StarLoadSamplerSettings", + "StarLoraWeightNormalizer", + "StarMetaInjector", + "StarModelPacker", + "StarNanoBanana", "StarNewsScraper", + "StarOllamaSysprompterJC", "StarPSDSaver", "StarPSDSaver2", + "StarPSDSaverAdvLayers", "StarPaletteExtractor", + "StarQwenEditEncoder", + "StarQwenEditPlusConditioner", + "StarQwenImageEditInputs", + "StarQwenImageRatio", + "StarQwenRebalancePrompter", + "StarQwenRegionalPrompter", + "StarQwenWanRatio", + "StarRadialBlur", "StarRandomImageLoader", + "StarSDUpscaleRefiner", + "StarSDUpscaleRefinerAdvanced", + "StarSampler", + "StarSaveFolderString", + "StarSaveImagePlus", "StarSavePanoramaJPEG", "StarSaveSamplerSettings", + "StarSimpleFilters", + "StarSpecialFilters", + "StarStopAndGo", "StarTextFilter", "StarTextInput", + "StarTextStorage", + "StarVideoLoop", + "StarWatermark", "StarWildcardsAdvanced", + "StarWildsAdv", "Star_Image2Latent", "Star_Show_Last_Frame", "Starnodes_Aspect_Ratio", "Starnodes_Aspect_Ratio_Advanced", "Starnodes_Aspect_Video_Ratio", - "Starupscale" + "Starupscale", + "\u2b50 Star Save Image+" ], { "title_aux": "ComfyUI_StarNodes" @@ -15597,18 +18400,39 @@ "title_aux": "ComfyUI DINO-X Detector Node" } ], + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": [ + [ + "Sam3DrawBBox", + "Sam3InteractiveBBoxEditor", + "Sam3MaskRangeSelector", + "SimpleMultiple" + ], + { + "title_aux": "comfyui-easy-sam3-tools" + } + ], "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ [ + "Deflicker", "Deflicker - Experimental (SuperBeasts.AI)", "HDR Effects (SuperBeasts.AI)", + "HDREffects", "Image Batch Manager (SuperBeasts.AI)", + "ImageBatchManagement", "Make Resized Mask Batch (SuperBeasts.AI)", + "MakeResizedMaskBatch", "Mask Batch Manager (SuperBeasts.AI)", + "MaskBatchManagement", "Pixel Deflicker - Experimental (SuperBeasts.AI)", + "PixelDeflicker", "SB Load Model (SuperBeasts.AI)", + "SBLoadModel", "String List Manager (SuperBeasts.AI)", + "StringListManager", "Super Pop Color Adjustment (SuperBeasts.AI)", - "Super Pop Residual Blend (SuperBeasts.AI)" + "Super Pop Residual Blend (SuperBeasts.AI)", + "SuperPopColorAdjustment", + "SuperPopResidualBlend" ], { "title_aux": "ComfyUI-SuperBeasts" @@ -15727,6 +18551,7 @@ "CR Load Scheduled LoRAs", "CR Load Scheduled Models", "CR Load Text List", + "CR Load Value List", "CR Mask Text", "CR Math Operation", "CR Model Input Switch", @@ -15793,7 +18618,6 @@ "CR Simple Text Panel", "CR Simple Text Scheduler", "CR Simple Text Watermark", - "CR Simple Titles", "CR Simple Value Scheduler", "CR Split String", "CR Starburst Colors", @@ -15831,7 +18655,6 @@ "CR XY List", "CR XY Product", "CR XY Save Grid Image", - "CR XYZ Index", "CR_Aspect Ratio For Print" ], { @@ -15842,6 +18665,15 @@ "title_aux": "Comfyroll Studio" } ], + "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter": [ + [ + "LLM_Prompt_Formatter", + "LLM_Xml_Style_Injector" + ], + { + "title_aux": "ComfyUI-LLM_Prompt_XML_Formatter" + } + ], "https://github.com/Sxela/ComfyWarp": [ [ "ApplyMask", @@ -15897,7 +18729,6 @@ ], "https://github.com/TFL-TFL/ComfyUI_Text_Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -15954,6 +18785,16 @@ "title_aux": "ComfyUI-Portrait-Maker" } ], + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": [ + [ + "PolkaDot_AdvancedShapePlacement", + "PolkaDot_ColoredMaskCompositor", + "PolkaDot_ShapeMaskGenerator" + ], + { + "title_aux": "TJ_PolkaDot" + } + ], "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": [ [ "ColorPalette", @@ -16030,6 +18871,7 @@ "main_light_layer", "main_scaled_paste", "simple_rescale_histogram", + "tri3d--image-mask-2-box", "tri3d-HistogramEqualization", "tri3d-LAB_2_RGB", "tri3d-RGB_2_LAB", @@ -16039,6 +18881,7 @@ "tri3d-bgremove-mega", "tri3d-clean_mask", "tri3d-clear-memory", + "tri3d-clear_memory", "tri3d-clipdrop-bgremove-api", "tri3d-clipdrop-bgreplace-api", "tri3d-composite-image-splitter", @@ -16242,6 +19085,7 @@ ], "https://github.com/Taremin/comfyui-prompt-config": [ [ + "Prompt", "PromptEdit", "PromptGenerationConfig" ], @@ -16368,6 +19212,15 @@ "title_aux": "ComfyUI-TkNodes" } ], + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": [ + [ + "DirectionalMaskExpand", + "MaskPinchWiden" + ], + { + "title_aux": "ComfyUI-MaskMorph" + } + ], "https://github.com/TheBarret/ZSuite": [ [ "ZSuite: Prompter", @@ -16378,18 +19231,6 @@ "title_aux": "ZSuite" } ], - "https://github.com/TheBill2001/comfyui-upscale-by-model": [ - [ - "UpscaleImageByUsingModel" - ], - { - "author": "Tr\u1ea7n Nam Tu\u1ea5n", - "description": "This custom node allow upscaling an image by a factor using a model.", - "nickname": "Upscale Image By (Using Model)", - "title": "Upscale Image By (Using Model)", - "title_aux": "comfyui-upscale-by-model" - } - ], "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": [ [ "FluxResolutionNode", @@ -16436,6 +19277,14 @@ "title_aux": "ComfyUI-Unprompted" } ], + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut": [ + [ + "NanoBananaProNode" + ], + { + "title_aux": "Custom-Node-ComfyUI-NBP-Uncut" + } + ], "https://github.com/ThunderBolt4931/comfyui_pixel_forge": [ [ "ConcatenateBatchHorizontally", @@ -16476,12 +19325,21 @@ "title_aux": "Blind_watermark_Comfyui" } ], + "https://github.com/Tinuva88/Comfy-UmiAI": [ + [ + "UmiAIWildcardNode" + ], + { + "title_aux": "Comfy-UmiAI" + } + ], "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ [ "Combine Lists", "Combine Properties", "Decorate List", "Encode Any Property", + "Face Body Aspect Bounds", "Filter Existing Files", "Filter List", "Filter Words", @@ -16602,6 +19460,15 @@ "title_aux": "DreamO Comfyui" } ], + "https://github.com/TobiasGlaubach/ComfyUI-TG_pydocmaker": [ + [ + "TG_PydGetMetadata", + "TG_PydPreview" + ], + { + "title_aux": "ComfyUI-TG_pydocmaker" + } + ], "https://github.com/Tr1dae/ComfyUI-Dequality": [ [ "Dequality" @@ -16633,13 +19500,20 @@ "title_aux": "ComfyUI-EasyFilePaths" } ], - "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": [ + "https://github.com/Transhumai/ComfyUI-LegionPower": [ [ - "AIPoweredLoraMatcher", - "PromptLoraMatcher" + "LegionConfig", + "LegionExporter", + "LegionImporter", + "LegionJoin", + "LegionJoinAll", + "LegionMaster", + "LegionMaster3", + "LegionMaster6", + "LegionWarmup" ], { - "title_aux": "LoRA Matcher Nodes for ComfyUI" + "title_aux": "ComfyUI-LegionPower" } ], "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ @@ -16650,6 +19524,14 @@ "title_aux": "ComfyUI_YoloSegment_Mask" } ], + "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": [ + [ + "PerfectionBetaStyler" + ], + { + "title_aux": "ComfyUI_MileHighStyler" + } + ], "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": [ [ "EmbeddingPicker" @@ -16737,7 +19619,8 @@ ], "https://github.com/Ttl/ComfyUi_NNLatentUpscale": [ [ - "NNLatentUpscale" + "NNLatentUpscale", + "NNlLatentUpscale" ], { "preemptions": [ @@ -16746,6 +19629,31 @@ "title_aux": "ComfyUI Neural Network Latent Upscale" } ], + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [ + [ + "MultiClipTextScriptClipSelector", + "MultiClipTextScriptMain" + ], + { + "title_aux": "ComfyUI-MultiClip-Text-Script" + } + ], + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": [ + [ + "TuonoResolutionSuggestDownscale" + ], + { + "title_aux": "ComfyUI-Resolution-Suggest-Downscale" + } + ], + "https://github.com/TuriSc/comfyui-text-line-selector": [ + [ + "TextLineSelectorNode" + ], + { + "title_aux": "Text Line Selector" + } + ], "https://github.com/TylerZoro/SD3-Scaling": [ [ "SD3ImageScaleToTotalPixels" @@ -16754,6 +19662,14 @@ "title_aux": "SD3-Scaling" } ], + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": [ + [ + "UmeAiRT_Sync_Node" + ], + { + "title_aux": "ComfyUI-UmeAiRT-Sync" + } + ], "https://github.com/Umikaze-job/select_folder_path_easy": [ [ "SelectFolderPathEasy" @@ -16762,6 +19678,15 @@ "title_aux": "select_folder_path_easy" } ], + "https://github.com/UndefinedUo/DuoUmiWildcards": [ + [ + "DuoUmiRatioSelector", + "DuoUmiWildcard" + ], + { + "title_aux": "DuoUmiWildcards" + } + ], "https://github.com/Urabewe/ComfyUI-CountS2VExtend": [ [ "CountVideoExtendS2VNode" @@ -16770,6 +19695,14 @@ "title_aux": "ComfyUI Video Extend Counter" } ], + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": [ + [ + "DyPE_Nunchaku" + ], + { + "title_aux": "ComfyUI-DyPE-Nunchaku" + } + ], "https://github.com/VAST-AI-Research/ComfyUI-Tripo": [ [ "TripoAPIDraft", @@ -16846,6 +19779,14 @@ "title_aux": "ComfyUI-Qwen-Aspect-Ratio" } ], + "https://github.com/Verolelb/ComfyUI-Video-Workbench": [ + [ + "AutoEditWorkbench" + ], + { + "title_aux": "ComfyUI-Video-Workbench" + } + ], "https://github.com/Verolelb/ComfyUI-VideoCompressor": [ [ "VideoCompressor" @@ -17064,6 +20005,21 @@ "title_aux": "ControlFlowUtils" } ], + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": [ + [ + "WASLMStudioCaption", + "WASLMStudioCaptionDataset", + "WASLMStudioCaptionDatasetCustom", + "WASLMStudioChat", + "WASLMStudioModel", + "WASLMStudioOptions", + "WASLMStudioQuery", + "WASLoadImageDirectory" + ], + { + "title_aux": "WAS LMStudio Easy-Query" + } + ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -17124,13 +20080,21 @@ "VividSharpen", "VividSharpenV2", "WASApplyLUT", + "WASApplyReweightedLoRA", + "WASCameraMotionTrajectory", "WASChannelWaveform", "WASCombineLUT", + "WASLatentContrastLimitedDetailBoost", + "WASLatentUpscaleHybrid", "WASLoadLUT", "WASMoEConditioningListAppend", + "WASPowerLoraMerger", + "WASPowerLoraMergerOptions", "WASSaveLUT", "WASTiledImageUpscaleWithModel", - "WASWan22MoESamplerCtx" + "WASWan22MoESamplerCtx", + "WASWanExposureStabilizer", + "WAS_AdaptiveDifferenceLatentUpscale" ], { "title_aux": "WAS_Extras" @@ -17197,7 +20161,8 @@ [ "CCXManager", "CCXManagerCopy", - "CCXRepoUpdaterNode" + "CCXRepoUpdaterNode", + "CreateSDPPPInstallationDirectory" ], { "title_aux": "ComfyUI-CCXManager" @@ -17249,6 +20214,15 @@ "title_aux": "ComfyUI-Loop-image" } ], + "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave": [ + [ + "WanVideoWakawaveLoraLoader", + "WanVideoWakawavePromptBuilder" + ], + { + "title_aux": "WanVideo Wakawave - Advanced LoRA & Prompt Tools" + } + ], "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": [ [ "SaveCivitai" @@ -17314,7 +20288,6 @@ "WarpedFramepackMultiLoraSelect", "WarpedFramepackMultiLoraSelectExt", "WarpedFramepackSampler", - "WarpedFramepackSamplerScripted", "WarpedGetImageFromVideo", "WarpedGetTwoImagesFromVideo", "WarpedHunyuanImageToVideo", @@ -17322,8 +20295,6 @@ "WarpedHunyuanLoraBatchMerge", "WarpedHunyuanLoraConvert", "WarpedHunyuanLoraConvertKeys", - "WarpedHunyuanLoraConvertKeys2", - "WarpedHunyuanLoraConvertToMusubi", "WarpedHunyuanLoraMerge", "WarpedHunyuanMultiLoraAvgMerge", "WarpedHunyuanMultiLoraLoader", @@ -17418,6 +20389,9 @@ "WaveSpeedAI LtxVideoV097I2V720pNode", "WaveSpeedAI MMAudioV2Node", "WaveSpeedAI Magi124bNode", + "WaveSpeedAI Media Audios To List", + "WaveSpeedAI Media Images To List", + "WaveSpeedAI Media Videos To List", "WaveSpeedAI Minimax Image2Video", "WaveSpeedAI MinimaxVideo01Node", "WaveSpeedAI NightmareAIRealESRGANNode", @@ -17470,7 +20444,9 @@ "ApplyFaceProcessor", "FaceOnlyModeSwitch", "FaceProcessorLoader", - "VideoFramePreprocessor" + "VideoBackgroundRestorer", + "VideoFramePreprocessor", + "VideoInputPreprocessor" ], { "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" @@ -17539,13 +20515,23 @@ "title_aux": "ComfyUI_CheckVprediction" } ], + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": [ + [ + "DynamicRAMCacheControl" + ], + { + "title_aux": "ComfyUI_Dynamic-RAMCache" + } + ], "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": [ [ + "Ovis25Run", "Qwen25Caption", "Qwen25CaptionBatch", "Qwen3Caption", "Qwen3CaptionBatch", - "StringToBbox" + "StringToBbox", + "StringToSam3Box" ], { "title_aux": "ComfyUI_QwenVL_PromptCaption" @@ -17615,6 +20601,14 @@ "title_aux": "ComfyUI XWAVE Nodes" } ], + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor": [ + [ + "MIKKYMaskEditorNode" + ], + { + "title_aux": "ComfyUI-MIKKY-Mask-Editor" + } + ], "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": [ [ "LoraTextLoader", @@ -17724,7 +20718,8 @@ ], "https://github.com/Xyem/Xycuno-Oobabooga": [ [ - "Oobabooga" + "Oobabooga", + "Xycuno Oobabooga" ], { "title_aux": "Xycuno Oobabooga" @@ -17792,12 +20787,14 @@ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", - "FrameCalculator", "FrameCalculatorAudio", + "FrameCalculatorVideo", + "GetResolutionImage", "InpaintConditioningNode", "InpaintFluxKontextConditioning", "Prepimg2Vid", "RemoveBackgroundNode", + "ShowAnyDataType", "StitchImages", "StitchImagesAndMask", "TextFieldNode", @@ -17817,7 +20814,6 @@ "ImageSizeBySide", "IterativeUpscaleWithModelsNode", "LoraLoaderStack", - "NoiseInversion", "SpotDiffusionParams", "TiledDiffusion", "TiledVAEDecode", @@ -17856,6 +20852,14 @@ "title_aux": "Diffusion-Model-Detailer" } ], + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node": [ + [ + "ResolutionNode" + ], + { + "title_aux": "ComfyUI-Resolution-AR-Node" + } + ], "https://github.com/Yuan-ManX/ComfyUI-AniSora": [ [ "AniSora", @@ -18006,8 +21010,11 @@ "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": [ [ "Apply Gradient Color", + "ApplyGradientColor", "Chat LLaMa Mesh", - "Visualize Mesh" + "ChatLLaMaMesh", + "Visualize Mesh", + "VisualizeMesh" ], { "title_aux": "ComfyUI-LLaMA-Mesh" @@ -18094,7 +21101,9 @@ "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [ [ "Long Text Generation", - "Single Text Generation" + "LongTextGeneration", + "Single Text Generation", + "SingleTextGeneration" ], { "title_aux": "ComfyUI-OrpheusTTS" @@ -18102,6 +21111,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": [ [ + "PhotoDoodle", "PhotoDoodle Gen" ], { @@ -18154,8 +21164,11 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": [ [ "Load Audio", + "LoadAudio", "Preview Audio", - "Save Audio" + "PreviewAudio", + "Save Audio", + "SaveAudio" ], { "title_aux": "ComfyUI-SoundHub" @@ -18180,6 +21193,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": [ [ + "StyleStudio", "StyleStudio Image Stylization" ], { @@ -18321,7 +21335,6 @@ "NEW_PhotoMaker_Generation", "PhotoMakerAdapter_Loader_fromhub", "PhotoMakerAdapter_Loader_local", - "PhotoMaker_Generation", "Prompt_Styler", "Ref_Image_Preprocessing" ], @@ -18422,9 +21435,21 @@ ], "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [ [ + "AutoFlowAddAlphaChannel", + "AutoFlowCombineVideoAndMask", + "AutoFlowConditionAssignment", + "AutoFlowConditionChecker", + "AutoFlowExportTexturedMesh", + "AutoFlowImageResizeCalculator", + "AutoFlowIntToListConverter", + "AutoFlowListLength", + "AutoFlowListToIntExtractor", + "AutoFlowLoadImageWithBackground", + "AutoFlowLoadImagesForLoopWithBackground", "AutoFlowPathJoiner", "AutoFlowPathParser", "AutoFlowPathValidator", + "AutoFlowSaveImagesWithAlpha", "AutoFlowStringCase", "AutoFlowStringConcat", "AutoFlowStringFormat", @@ -18432,7 +21457,8 @@ "AutoFlowStringReplace", "AutoFlowStringSplit", "AutoFlowTimestampFormatter", - "AutoFlowTimestampGenerator" + "AutoFlowTimestampGenerator", + "AutoFlowVideoToImages" ], { "title_aux": "ComfyUI-AutoFlow" @@ -18522,6 +21548,22 @@ "title_aux": "ComfyUI-MagCache" } ], + "https://github.com/Zeknes/Comfyui-LLM-Chat": [ + [ + "LLMChat" + ], + { + "title_aux": "Comfyui-LLM-Chat" + } + ], + "https://github.com/Zeknes/Comfyui-Nanobanana-API": [ + [ + "NanobananaImageGenerator" + ], + { + "title_aux": "Comfyui-Nanobanana-API" + } + ], "https://github.com/Zeks/comfyui-rapidfire": [ [ "BracketEscaper", @@ -18538,14 +21580,14 @@ "KSamplerProgress //Inspire", "MultiModelAdvancedKsampler", "MultiModelCheckpointIterator", + "MultiModelCheckpointIteratorFirst", "MultiModelPromptSaver", - "MultiModelPromptSaverIterative", - "MultiModelPromptSaverIterativeFirst", "Ranbooru", "RandomCharacterSelector", "RandomNoise //Inspire", "RapidSchedulerCombo", "RapidSchedulerSelector", + "RapidStringIterator", "ScheduledCFGGuider //Inspire", "ScheduledPerpNegCFGGuider //Inspire", "StringHasher" @@ -18563,14 +21605,33 @@ "title_aux": "ComfyUI-ZSNodes" } ], + "https://github.com/Zone-Roam/ComfyUI-Live-Search": [ + [ + "LiveSearch_API_Loader", + "LiveSearch_Agent", + "LiveSearch_Settings" + ], + { + "title_aux": "ComfyUI-Live-Search" + } + ], "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata": [ [ + "Save Checkpoint with Metadata", "SaveCheckpointWithMetadata" ], { "title_aux": "Save Checkpoint with Metadata" } ], + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": [ + [ + "ABWildcardNode" + ], + { + "title_aux": "ComfyUI_AB_Wildcard" + } + ], "https://github.com/a-und-b/ComfyUI_Delay": [ [ "Add Delay" @@ -18633,6 +21694,60 @@ "title_aux": "ComfyUI-AudioScheduler" } ], + "https://github.com/aTanguay/ComfyUI_Detonate": [ + [ + "DetonateBlur", + "DetonateChannelCopy", + "DetonateChromaKeyer", + "DetonateClamp", + "DetonateColorCorrect", + "DetonateColorCurves", + "DetonateConstant", + "DetonateCornerPin", + "DetonateCrop", + "DetonateCryptomatteExtract", + "DetonateDefocus", + "DetonateDenoise", + "DetonateDilate", + "DetonateDisplacementMap", + "DetonateEdgeDefringe", + "DetonateEdgeDetect", + "DetonateErode", + "DetonateExposure", + "DetonateGlow", + "DetonateGrade", + "DetonateGrain", + "DetonateGridWarp", + "DetonateHueSatVal", + "DetonateInvert", + "DetonateLUT", + "DetonateLoadEXR", + "DetonateLumaKeyer", + "DetonateLumaKeyerSimple", + "DetonateMaskFromColor", + "DetonateMaskSmoother", + "DetonateMatteControl", + "DetonateMerge", + "DetonateNoise", + "DetonatePremultiply", + "DetonateRamp", + "DetonateRotoBezier", + "DetonateRotoBezierFromImage", + "DetonateSaturation", + "DetonateSeamBlender", + "DetonateSharpen", + "DetonateShuffle", + "DetonateTransform", + "DetonateTriMapGenerator", + "DetonateUnpremultiply", + "DetonateVignette", + "DetonateZDefocus", + "DetonateZMerge" + ], + { + "title_aux": "ComfyUI_Detonate" + } + ], "https://github.com/abdozmantar/ComfyUI-DeepExtract": [ [ "VocalAndSoundRemoverNode" @@ -18700,18 +21815,15 @@ "abyz22_Convertpipe", "abyz22_Editpipe", "abyz22_FirstNonNull", - "abyz22_FromBasicPipe_v2", "abyz22_Frompipe", "abyz22_ImpactWildcardEncode", "abyz22_ImpactWildcardEncode_GetPrompt", - "abyz22_Ksampler", "abyz22_Padding Image", "abyz22_RandomMask", "abyz22_RemoveControlnet", "abyz22_ResizeOpenpose", "abyz22_SaveImage", "abyz22_SetQueue", - "abyz22_ToBasicPipe", "abyz22_Topipe", "abyz22_blend_onecolor", "abyz22_blendimages", @@ -18774,6 +21886,8 @@ ], "https://github.com/adigayung/ComfyUI-Translator": [ [ + "AT_CLIPTextAutoTranslate", + "AT_PromptText", "CLIP Text Encode (Auto Translate)", "Prompt Text (Auto Translate)" ], @@ -18895,11 +22009,20 @@ "title_aux": "ComfyUI 3D Model Viewer" } ], + "https://github.com/agavesunset/AgaveLogicCounter": [ + [ + "CyclicIntController" + ], + { + "title_aux": "AgaveLogicCounter" + } + ], "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": [ [ "MotorwayFloat", "MotorwayInt", "MotorwaySeed", + "MotorwayStart", "MotorwayStr", "MotorwayStrMulti" ], @@ -18907,6 +22030,15 @@ "title_aux": "ComfyUI_agilly1989_motorway" } ], + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node": [ + [ + "FailSafeTranslateAdvanced", + "FailSafeTranslateSimple" + ], + { + "title_aux": "ComfyUI-FailSafe-Translate-Node" + } + ], "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": [ [ "GCPReadImageNode", @@ -19053,8 +22185,6 @@ ], "https://github.com/aicuai/aicu-comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -19065,9 +22195,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "aicu-comfyui-stability-ai-api" @@ -19113,7 +22241,6 @@ "ConvertAnyToString", "ConvertStringToNumber", "CustomLatentImage-NYJY", - "CustomLatentImageSimple", "FloatSlider-NYJY", "FluxProOnline", "GetItemFromList", @@ -19258,41 +22385,40 @@ "https://github.com/ainewsto/Comfyui_Comfly_v2": [ [ "ComflyChatGPTApi", - "ComflyGeminiAPI", + "ComflyGeminiTextOnly", + "ComflyGoogelVeo3", "ComflyJimengApi", "ComflyJimengVideoApi", + "ComflyNanoBanana", + "ComflyNanoBanana2Edit", + "ComflyNanoBananaEdit", "ComflySeededit", "Comfly_Doubao_Seededit", "Comfly_Doubao_Seedream", "Comfly_Doubao_Seedream_4", - "Comfly_Flux_Kontext", + "Comfly_Flux_2_Flex", + "Comfly_Flux_2_Pro", "Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_bfl", - "Comfly_Googel_Veo3", "Comfly_MiniMax_video", "Comfly_Mj", "Comfly_Mj_swap_face", "Comfly_Mju", "Comfly_Mjv", + "Comfly_Z_image_turbo", "Comfly_api_set", - "Comfly_gpt_image_1", - "Comfly_gpt_image_1_edit", + "Comfly_gpt_image", + "Comfly_gpt_image_edit", "Comfly_kling_image2video", "Comfly_kling_multi_image2video", "Comfly_kling_text2video", "Comfly_lip_sync", "Comfly_mj_video", "Comfly_mj_video_extend", - "Comfly_mjstyle", - "Comfly_nano_banana", - "Comfly_nano_banana_edit", - "Comfly_nano_banana_fal", "Comfly_qwen_image", "Comfly_qwen_image_edit", "Comfly_sora2", "Comfly_sora2_character", - "Comfly_sora2_chat", - "Comfly_sora2_openai", "Comfly_suno_cover", "Comfly_suno_custom", "Comfly_suno_description", @@ -19300,7 +22426,11 @@ "Comfly_suno_upload", "Comfly_suno_upload_extend", "Comfly_upload", - "Comfly_video_extend" + "Comfly_video_extend", + "Comfly_vidu_img2video", + "Comfly_vidu_ref2video", + "Comfly_vidu_start-end2video", + "Comfly_vidu_text2video" ], { "title_aux": "Comfyui_Comfly_v2" @@ -19316,6 +22446,27 @@ "title_aux": "comfyui-labs-google" } ], + "https://github.com/aining2022/ComfyUI_Swwan": [ + [ + "Fast Groups Muter (rgthree)", + "Fast Muter (rgthree)", + "Image Comparer (rgthree)", + "Image_Resize_sum", + "Image_Resize_sum_data", + "Image_Resize_sum_restore", + "LayerUtility: CropByMask V2", + "LayerUtility: CropByMask V3", + "LayerUtility: ImageScaleByAspectRatio V2", + "LayerUtility: RestoreCropBox", + "Mask_transform_sum", + "Seed (rgthree)", + "SwwanImageBatchToImageList", + "SwwanImageListToImageBatch" + ], + { + "title_aux": "ComfyUI_Swwan" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -19468,6 +22619,73 @@ "title_aux": "ComfyUI-X-Portrait-Nodes" } ], + "https://github.com/akaugun/comfyui-lora-hook-trigger": [ + [ + "LoraTriggerWithExample" + ], + { + "title_aux": "comfyui-lora-hook-trigger" + } + ], + "https://github.com/akawana/ComfyUI-AK-Pack": [ + [ + "AK Base", + "AK Base Settings", + "AK Base Settings Out", + "AK Pipe", + "AKResizeOnBoolean", + "AKSamplerSettings", + "AKSettingsOut", + "CLIPEncodeMultiple", + "CLIPTextEncodeCached", + "Getter", + "IndexMultiple", + "IsOneOfGroupsActive", + "PreviewRawText", + "RepeatGroupState", + "Setter" + ], + { + "title_aux": "AK Pack" + } + ], + "https://github.com/akawana/ComfyUI-AK-XZ-Axis": [ + [ + "AK XZ Axis Plot", + "AK XZ Batch Lora", + "AK XZ Batch Prompts", + "AK XZ Range Float", + "AK XZ Range Int" + ], + { + "title_aux": "AK XZ Axis (XY for any KSampler)" + } + ], + "https://github.com/akawana/ComfyUI-Folded-Prompts": [ + [ + "FPFoldedPrompts", + "FPTextAreaPlus", + "FPTextCleanAndSplitt" + ], + { + "title_aux": "Folded prompts" + } + ], + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": [ + [ + "MaskGrowBlur", + "RGBYPLoadImage", + "RGBYPMaskBridge", + "RGBYPMaskCompositeWithStrength", + "RGBYPMaskStrength", + "RGBYPMaskStrengthOut", + "RGBYPMaskToRegularMasks", + "RGBYPSaveMask" + ], + { + "title_aux": "RGBYP Mask Editor (RGB + YP)" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -19525,8 +22743,11 @@ "GeminiTextSplitter", "ListAvailableModels", "OllamaAPI", - "OpenAIAPI", "QwenAPI", + "VeoLoadVideo", + "VeoVideoExtend", + "VeoVideoGenerator", + "VeoVideoGeneratorAdvanced", "style_menus" ], { @@ -19549,6 +22770,7 @@ [ "AF_Edit_Generated_Prompt", "AF_Load_Prompt_History", + "AF_Model_Switch", "AF_Save_Prompt_History", "AF_Show_Text" ], @@ -19570,6 +22792,14 @@ "title_aux": "FAI-Node" } ], + "https://github.com/alankent/ComfyUI-OA-360-Clip": [ + [ + "OA360Clip" + ], + { + "title_aux": "OA 360 Clip" + } + ], "https://github.com/alastor-666-1933/caching_to_not_waste": [ [ "caching_condition", @@ -19642,8 +22872,10 @@ ], "https://github.com/alessandrozonta/ComfyUI-Layers": [ [ + "LayerDividerDivideLayer", "LayersSaver - Save Layer", - "LayersSaver - Save Layer From Images" + "LayersSaver - Save Layer From Images", + "PSDLayerCreatorFromImagesOnly" ], { "title_aux": "Save Layers Node for ComfyUI" @@ -19651,7 +22883,8 @@ ], "https://github.com/alessandrozonta/ComfyUI-OpenPose": [ [ - "OpenPose - Get poses" + "OpenPose - Get poses", + "OpenPoseNode" ], { "author": "joe", @@ -19660,6 +22893,7 @@ ], "https://github.com/alessandrozonta/ComfyUI-PoseDirection": [ [ + "DirectionNode", "OpenPose - Get direction" ], { @@ -19751,12 +22985,80 @@ "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": [ [ "XJSa2VAImageSegmentation", + "XJSa2VAImageSegmentationV2", "XJSa2VAVideoSegmentation" ], { "title_aux": "ComfyUI-Sa2VA-XJ" } ], + "https://github.com/alexjx/ComfyUI-XJNodes": [ + [ + "XJConditionalLoraLoader", + "XJContextEnter", + "XJContextExit", + "XJFloatRangeList", + "XJImageGrid", + "XJImageListFilter", + "XJImagePairCompare", + "XJImagePreviewBridge", + "XJImageRandomTransform", + "XJImageScaleCalc", + "XJImageScaleMegapixel", + "XJImageTransform", + "XJIntOffset", + "XJIntegerDecrement", + "XJIntegerIncrement", + "XJJSONExtractor", + "XJLoadImageByPath", + "XJLoadImageWithMetadata", + "XJLoadImagesFromDirBatch", + "XJLoadImagesFromDirList", + "XJOneImageFromBatch", + "XJRandomImagesFromBatch", + "XJRandomText", + "XJRandomTextFromFile", + "XJRandomTextFromList", + "XJSamplerAdapter", + "XJSaveImageWithMetadata", + "XJSchedulerAdapter", + "XJStringPass", + "XJSupirParameters", + "XJTextFileInfo", + "XJTextListFromFile" + ], + { + "title_aux": "ComfyUI-XJNodes" + } + ], + "https://github.com/alexopus/ComfyUI-Image-Saver": [ + [ + "Any to String (Image Saver)", + "Cfg Literal (Image Saver)", + "Checkpoint Loader with Name (Image Saver)", + "Civitai Hash Fetcher (Image Saver)", + "Conditioning Concat Optional (Image Saver)", + "Float Literal (Image Saver)", + "Image Saver", + "Image Saver Metadata", + "Image Saver Simple", + "Input Parameters (Image Saver)", + "Int Literal (Image Saver)", + "RandomShapeGenerator", + "Sampler Selector (Image Saver)", + "Scheduler Selector (Eff.) (Image Saver)", + "Scheduler Selector (Image Saver)", + "Scheduler Selector (inspire) (Image Saver)", + "Seed Generator (Image Saver)", + "String Literal (Image Saver)", + "UNet loader with Name (Image Saver)", + "Width/Height Literal (Image Saver)", + "Workflow Input Value (Image Saver)" + ], + { + "title_aux": "ComfyUI Image Saver" + } + ], "https://github.com/alibof96/ComfyUI-DownscaleIRN": [ [ "IRNDownscale" @@ -19773,7 +23075,6 @@ "OllamaImageCaptioner", "OllamaImageDescriber", "OllamaTextDescriber", - "ShowText", "TextTransformer" ], { @@ -19920,16 +23221,43 @@ "title_aux": "Dream Video Batches" } ], + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": [ + [ + "EmptyLatentAdvancedSelector" + ], + { + "title_aux": "ComfyUI Empty Latent Advanced" + } + ], "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [ [ "ArchAi3D_Average_Color", + "ArchAi3D_Batch_Text_Encode", + "ArchAi3D_Batch_Text_Encode_SDXL", + "ArchAi3D_Boolean_Input", "ArchAi3D_Cinematography_Prompt_Builder", + "ArchAi3D_CivitAI_Download", "ArchAi3D_Clean_Room_Prompt", "ArchAi3D_Color_Correction_Advanced", "ArchAi3D_Color_Correction_BT709", - "ArchAi3D_GRAG_Modifier", + "ArchAi3D_Conditioning_Balance", + "ArchAi3D_Dependency_Installer", + "ArchAi3D_DiffSynth_ControlNet", + "ArchAi3D_Empty_Latent_Batch", + "ArchAi3D_Float_Input", + "ArchAi3D_GDrive_Download", + "ArchAi3D_Gemini", + "ArchAi3D_Gemini_Model", + "ArchAi3D_HF_Download", + "ArchAi3D_Info", + "ArchAi3D_Int_Input", + "ArchAi3D_LlamaCpp_Installer", + "ArchAi3D_Load_Image_URL", "ArchAi3D_Mask_Crop_Rotate", "ArchAi3D_Mask_To_Position_Guide", + "ArchAi3D_Metric3D_Depth", + "ArchAi3D_Metric3D_Normal", + "ArchAi3D_Nunchaku_Installer", "ArchAi3D_Object_Focus_Camera", "ArchAi3D_Object_Focus_Camera_V2", "ArchAi3D_Object_Focus_Camera_V3", @@ -19937,7 +23265,10 @@ "ArchAi3D_Object_Focus_Camera_V5", "ArchAi3D_Object_Focus_Camera_V6", "ArchAi3D_Object_Focus_Camera_V7", + "ArchAi3D_Panorama_Offset", "ArchAi3D_Position_Guide_Prompt_Builder", + "ArchAi3D_QwenVL_GGUF", + "ArchAi3D_QwenVL_Server_Control", "ArchAi3D_Qwen_Camera_View_Selector", "ArchAi3D_Qwen_Colorization", "ArchAi3D_Qwen_DX8152_Camera_LoRA", @@ -19949,8 +23280,9 @@ "ArchAi3D_Qwen_Exterior_Focus", "ArchAi3D_Qwen_Exterior_Navigation", "ArchAi3D_Qwen_Exterior_View_Control", - "ArchAi3D_Qwen_GRAG_Encoder", "ArchAi3D_Qwen_Image_Scale", + "ArchAi3D_Qwen_Image_Scale_V2", + "ArchAi3D_Qwen_Image_Stitch", "ArchAi3D_Qwen_Interior_Focus", "ArchAi3D_Qwen_Interior_Navigation", "ArchAi3D_Qwen_Interior_View_Control", @@ -19963,14 +23295,62 @@ "ArchAi3D_Qwen_Person_Perspective", "ArchAi3D_Qwen_Person_Perspective_Control", "ArchAi3D_Qwen_Person_Position_Control", + "ArchAi3D_Qwen_Person_Rotation_Control", "ArchAi3D_Qwen_Person_View_Control", "ArchAi3D_Qwen_Scene_Photographer", "ArchAi3D_Qwen_Simple_Camera_Control", "ArchAi3D_Qwen_Style_Transfer", "ArchAi3D_Qwen_System_Prompt", "ArchAi3D_Qwen_Watermark_Removal", + "ArchAi3D_SAM3_Segment", + "ArchAi3D_SEGS_Mask_Blur", + "ArchAi3D_SEGS_Mask_Irregularity", + "ArchAi3D_SEGS_To_Bundle", + "ArchAi3D_Save_Image", + "ArchAi3D_Simple_Blend_Mask", + "ArchAi3D_Simple_Blend_Mask_Batch", + "ArchAi3D_Simple_Edge_Mask", "ArchAi3D_Simple_Position_Prompt", + "ArchAi3D_Simple_Tile_Compositor", + "ArchAi3D_Simple_Tile_Compositor_Single", + "ArchAi3D_Simple_Tile_Cropper", + "ArchAi3D_Simple_Tile_Cropper_Batch", + "ArchAi3D_Simple_Tile_Sampler", + "ArchAi3D_Smart_Tile_Calculator", + "ArchAi3D_Smart_Tile_Calculator_V3", + "ArchAi3D_Smart_Tile_Calculator_V4", + "ArchAi3D_Smart_Tile_Calculator_V5", + "ArchAi3D_Smart_Tile_Conditioning", + "ArchAi3D_Smart_Tile_Detailer", + "ArchAi3D_Smart_Tile_Merger", + "ArchAi3D_Smart_Tile_Prompter", + "ArchAi3D_Smart_Tile_Prompter_Turbo", + "ArchAi3D_Smart_Tile_SEGS", + "ArchAi3D_Smart_Tile_SEGS_Blur", + "ArchAi3D_Smart_Tile_Sampler", + "ArchAi3D_Smart_Tile_Solver_V6", + "ArchAi3D_Smart_Tile_Solver_V6_2", + "ArchAi3D_Smart_USDU_DiffDiff_ControlNet", + "ArchAi3D_Smart_USDU_DiffDiff_ControlNet_CustomSample", + "ArchAi3D_Smart_USDU_DiffDiff_ControlNet_NoUpscale", + "ArchAi3D_Smart_USDU_DiffDiffusion", + "ArchAi3D_Smart_USDU_DiffDiffusion_CustomSample", + "ArchAi3D_Smart_USDU_DiffDiffusion_NoUpscale", + "ArchAi3D_Smart_USDU_Mask_Denoise", + "ArchAi3D_Smart_USDU_Split_Latent", + "ArchAi3D_Smart_USDU_Universal", + "ArchAi3D_Smart_USDU_Universal_CustomSample", + "ArchAi3D_Smart_USDU_Universal_NoUpscale", + "ArchAi3D_Smart_USDU_Universal_NoUpscale_V2", + "ArchAi3D_Smart_USDU_Universal_NoUpscale_V3", + "ArchAi3D_Smart_USDU_Universal_NoUpscale_V3_Standalone", + "ArchAi3D_Smart_USDU_V3_Standalone", + "ArchAi3D_Smart_Ultimate_SD_Upscale", + "ArchAi3D_Smart_Ultimate_SD_Upscale_CustomSample", + "ArchAi3D_Smart_Ultimate_SD_Upscale_NoUpscale", "ArchAi3D_Solid_Color_Image", + "ArchAi3D_String_Input", + "ArchAi3D_USDU_EdgeRepair", "ArchAi3dQwenEncoderSimpleV2" ], { @@ -19989,6 +23369,100 @@ "title_aux": "ComfyUI-GRAG-ArchAi3D" } ], + "https://github.com/amtarr/ComfyUI-TextureAlchemy": [ + [ + "AOApproximator", + "AnisotropyMapGenerator", + "AutoContrastLevels", + "BlendModeUtility", + "ChannelPacker", + "ChannelPackerORMA", + "ChannelPackerRMA", + "ChannelPackerRMAA", + "ChannelUnpacker", + "ChannelUnpackerRMA", + "ClarityEnhancer", + "ColorMatchTransfer", + "ColorRamp", + "ColorSelectionMask", + "ColorToGrayscale", + "CurvatureGenerator", + "DenoiseFilter", + "DetailMapBlender", + "DirtGrimeMaskGenerator", + "DisplacementToVector", + "EdgeDetection", + "EdgeWearMaskGenerator", + "EmbedAlpha", + "EmissionMaskGenerator", + "FrankenMapExtractor", + "FrequencyRecombine", + "FrequencySeparation", + "GammaAdjust", + "GradientMap", + "GradientMaskGenerator", + "GrayscaleToColor", + "HSVAdjuster", + "HeightAmplifier", + "HeightCombiner", + "HeightToNormal", + "ImageBitDepthChecker", + "ImageEnhancement", + "LevelsAdjustment", + "LotusHeightProcessor", + "LotusNormalProcessor", + "MicroDetailOverlay", + "MultiTextureBlender", + "NormalConverter", + "NormalFormatAuto", + "NormalFormatBruteForce", + "NormalFormatValidator", + "NormalIntensity", + "NormalMapCombiner", + "NormalToDepth", + "PBRAdjuster", + "PBRBatchToPipe", + "PBRCombiner", + "PBRExtractor", + "PBRHeightProcessor", + "PBRMaterialMixer", + "PBRMaterialProcessor", + "PBRNormalProcessor", + "PBRPipePreview", + "PBRPipeToBatch", + "PBRPipelineAdjuster", + "PBRSaver", + "PBRSaverWithMetadata", + "PBRSplitter", + "PatternGenerator", + "ProceduralNoiseGenerator", + "SSSMapGenerator", + "ScratchesGenerator", + "SeamlessTiling", + "SharpenDepth", + "SharpenNormal", + "SimpleRecolor", + "SmartBlur", + "SmartTextureResizer", + "SquareMaker", + "TemperatureTint", + "TextureAnalyzer", + "TextureAtlasBuilder", + "TextureEqualizer", + "TextureOffset", + "TextureScaler", + "TextureTiler", + "TranslucencyMapGenerator", + "TriplanarProjection", + "UVCheckerGenerator", + "UpscaleCalculator", + "UpscaleToResolution", + "WearGenerator" + ], + { + "title_aux": "ComfyUI-TextureAlchemy" + } + ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", @@ -20026,7 +23500,8 @@ ], "https://github.com/angeloshredder/StableCascadeResizer": [ [ - "CascadeResize" + "CascadeResize", + "Cascade_Resizer" ], { "title_aux": "StableCascadeResizer" @@ -20069,6 +23544,14 @@ "title_aux": "Placeholder-Replacer-By-ID" } ], + "https://github.com/anilstream/ComfyUI-Ideogram-Character": [ + [ + "SD_IdeogramCharacter" + ], + { + "title_aux": "ComfyUI-Ideogram-Character" + } + ], "https://github.com/annewj023/Comfyui_google_nano": [ [ "GoogleNanoNode" @@ -20077,6 +23560,14 @@ "title_aux": "Google Nano" } ], + "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ + [ + "MergeDicts" + ], + { + "title_aux": "antrobots ComfyUI Nodepack" + } + ], "https://github.com/apeirography/DaimalyadNodes": [ [ "DaimalyadModelDownloader", @@ -20137,7 +23628,6 @@ "Sage_LMStudioLLMPromptVisionRefine", "Sage_LastLoraInfo", "Sage_LoadImage", - "Sage_LoadImageTextSetFromFolderNode", "Sage_LoadModelFromInfo", "Sage_Load_Dataset_From_Folder", "Sage_LogicalSwitch", @@ -20198,10 +23688,12 @@ "Sage_UNETLoaderFromInfo", "Sage_UNETSelector", "Sage_UnetClipVaeToModelInfo", + "Sage_UpscaleImageWithModel", "Sage_VAELoaderFromInfo", "Sage_VAESelector", "Sage_ViewAnything", - "Sage_ViewNotes" + "Sage_ViewNotes", + "Sage_ZeroConditioning" ], { "title_aux": "Sage Utils" @@ -20215,6 +23707,14 @@ "title_aux": "ComfyUI Prompt History Node" } ], + "https://github.com/aria1th/ComfyUI-Wildcards-rework": [ + [ + "TextWildcards" + ], + { + "title_aux": "ComfyUI-Wildcards-rework" + } + ], "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": [ [ "VideoOutputBridge" @@ -20323,6 +23823,15 @@ "title_aux": "Hunyuan-Multi-Lora-Loader" } ], + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy": [ + [ + "SwitchPathLazy", + "SwitchPathRev" + ], + { + "title_aux": "ComfyUI-SwitchPathLazy" + } + ], "https://github.com/ashtar1984/comfyui-find-perfect-resolution": [ [ "FindPerfectResolution" @@ -20331,6 +23840,14 @@ "title_aux": "comfyui-find-perfect-resolution" } ], + "https://github.com/aslanxie/comfyui_qwen_image_edit": [ + [ + "QWen Image Edit" + ], + { + "title_aux": "comfyui_qwen_image_edit" + } + ], "https://github.com/asutermo/ComfyUI-Flux-TryOff": [ [ "TryOffFluxFillModelNode", @@ -20370,13 +23887,10 @@ ], "https://github.com/attashe/ComfyUI-FluxRegionAttention": [ [ - "BBoxToMaskNode", - "BoundingBoxNode", "CLIPDebug", "FluxRegionBBOX", "FluxRegionMask", - "RegionAttention", - "VisualizeBBoxesNode" + "RegionAttention" ], { "title_aux": "ComfyUI-FluxRegionAttention" @@ -20604,8 +24118,14 @@ ], "https://github.com/badayvedat/ComfyUI-fal-Connector": [ [ + "BooleanInput_fal", + "FloatInput_fal", + "IntegerInput_fal", + "LoadImageFromURL_fal", "RemoteCheckpointLoader_fal", - "RemoteLoraLoader_fal" + "RemoteLoraLoader_fal", + "SaveImage_fal", + "StringInput_fal" ], { "title_aux": "ComfyUI-fal-Connector" @@ -20855,6 +24375,7 @@ "Save Image With Prompt Data", "Save Images Mikey", "Save Images No Display", + "Save Images With Prompt Data", "SaveMetaData", "SearchAndReplace", "Seed String", @@ -20911,6 +24432,15 @@ "title_aux": "ColorMatrixGPU Node for ComfyUI" } ], + "https://github.com/bedovyy/ComfyUI-LLM-Helper": [ + [ + "LLMHelper_GetModels", + "LLMHelper_PostModelsUnload" + ], + { + "title_aux": "ComfyUI-LLM-Helper" + } + ], "https://github.com/bedovyy/ComfyUI_NAIDGenerator": [ [ "AnlasTrackerNAID", @@ -20991,6 +24521,15 @@ "title_aux": "ComfyUI-KokoroTTS" } ], + "https://github.com/benjiyaya/ComfyUI-QwenImageLayeredToLength": [ + [ + "QwenImageLayered - Layer to Length Mapper", + "QwenImageLayered_LengthMapper" + ], + { + "title_aux": "ComfyUI-QwenImageLayeredToLength" + } + ], "https://github.com/benstaniford/comfy-contact-sheet-image-loader": [ [ "ContactSheetImageLoader" @@ -21052,6 +24591,40 @@ "title_aux": "Comfy-Pack" } ], + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": [ + [ + "Bool-beyond_nodes", + "BooleanControlOutput-beyond_nodes", + "BooleanSwitch-beyond_nodes", + "Compare-beyond_nodes", + "Compositor3-beyond_nodes", + "Compositor4-beyond_nodes", + "Compositor4MasksOutput-beyond_nodes", + "Compositor4TransformsOut-beyond_nodes", + "CompositorConfig4-beyond_nodes", + "DebugPrint-beyond_nodes", + "EditMask-beyond_nodes", + "Float-beyond_nodes", + "If ANY return A else B-beyond_nodes", + "ImageMaskScaleAs-beyond_nodes", + "ImageMaskSwitch-beyond_nodes", + "Int-beyond_nodes", + "MaskBoundingBox", + "MaskBoundingBox-beyond_nodes", + "MaskRectArea-beyond_nodes", + "MaskToImage-beyond_nodes", + "RoundMask-beyond_nodes", + "String-beyond_nodes", + "TwoWaySwitch-beyond_nodes" + ], + { + "author": "Beyond Prompting", + "description": "Beyond Node Packages", + "nickname": "Beyond Nodes", + "title": "Beyond Nodes", + "title_aux": "ComfyUI-Beyond_nodes" + } + ], "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": [ [ "HunyuanImage3" @@ -21116,7 +24689,6 @@ "AdjustAudio", "AudioAddWatermark", "AudioConcatenate", - "AudioDenoising", "AudioRecorderAT", "ClearVoiceRun", "LoadAudioMW", @@ -21224,6 +24796,7 @@ "AlignFace", "BeautifyPhoto", "DetectCropFace", + "DetectCropFaces", "IDPhotos", "ImageWatermark", "LoadImageMW" @@ -21536,7 +25109,8 @@ ], "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": [ [ - "CoMPaSS for FLUX.1-dev" + "CoMPaSS for FLUX.1-dev", + "Example" ], { "title_aux": "CoMPaSS-ComfyUI" @@ -21667,6 +25241,7 @@ "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": [ [ "LoadLoraFromUrlOrPath", + "LoadNunchakuLoraFromUrlOrPath", "LoadUpscaleModelFromUrlOrPath", "LoadVideoFromUrlOrPath", "LoadVideoLoraFromUrlOrPath", @@ -21742,6 +25317,15 @@ "title_aux": "ComfyUI-OpenSoraPlan" } ], + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": [ + [ + "TeaCacheCoefficientCalculator", + "TeaCache_Lumina2" + ], + { + "title_aux": "Newbie-Teacache-ComfyUI" + } + ], "https://github.com/bombless/comfyUI-RememberingUtils": [ [ "RememberLastSeed", @@ -21752,6 +25336,15 @@ "title_aux": "Remembering utils" } ], + "https://github.com/bomborant/ComfyUI-ShakaNodes": [ + [ + "ShakaTensorDebug", + "ShakaWanKeyframes" + ], + { + "title_aux": "ShakaNodes" + } + ], "https://github.com/bongsang/ComfyUI-Bongsang": [ [ "AnyInfo", @@ -21780,7 +25373,8 @@ ], "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": [ [ - "Bori Qwen Image Resolution" + "Bori Qwen Image Resolution", + "Bori Qwen Img Res" ], { "title_aux": "ComfyUI-Bori-QwenImageResolutions" @@ -21806,7 +25400,15 @@ "title_aux": "ComfyUI-AI-CustomURL" } ], - "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ + "https://github.com/bpmpnaito/comfyui-imageviewer": [ + [ + "ImageViewer" + ], + { + "title_aux": "comfyui-imageviewer" + } + ], + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": [ [ "ResolutionSelector" ], @@ -21816,6 +25418,7 @@ ], "https://github.com/bradsec/ComfyUI_StringEssentials": [ [ + "StringConditionalAppend", "StringMultiReplace", "StringPreview", "StringStrip", @@ -21825,6 +25428,14 @@ "title_aux": "ComfyUI_StringEssentials" } ], + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom": [ + [ + "RandomNoiseCustom" + ], + { + "title_aux": "ComfyUi-RandomNoiseCustom" + } + ], "https://github.com/braintacles/braintacles-comfyui-nodes": [ [ "CLIPTextEncodeSDXL-Multi-IO", @@ -21930,6 +25541,14 @@ "title_aux": "Save Image with Selective Metadata" } ], + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": [ + [ + "Vintage Effect" + ], + { + "title_aux": "Vintage Effect" + } + ], "https://github.com/bruefire/ComfyUI-SeqImageLoader": [ [ "VFrame Loader With Mask Editor", @@ -21939,6 +25558,24 @@ "title_aux": "ComfyUI Sequential Image Loader" } ], + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": [ + [ + "PromptDisplayNode", + "RandomPromptBuilder" + ], + { + "title_aux": "Random Prompt Builder" + } + ], + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": [ + [ + "SmartLatentGenerator", + "SmartResolutionPicker" + ], + { + "title_aux": "Smart Resolution Toolkit" + } + ], "https://github.com/budihartono/comfyui-aspect-ratio-presets": [ [ "CAS Empty Latent Aspect Ratio Axis", @@ -22124,6 +25761,14 @@ "title_aux": "ComfyUI_SUNoise" } ], + "https://github.com/by-ae/ae-in-workflow": [ + [ + "PoseEditorAE" + ], + { + "title_aux": "ae-in-workflow" + } + ], "https://github.com/bytedance/ComfyUI-HyperLoRA": [ [ "HyperLoRAApplyLoRA", @@ -22164,7 +25809,6 @@ [ "SignalProcessingBaxandall3BandEQ", "SignalProcessingBaxandallEQ", - "SignalProcessingCompressor", "SignalProcessingConvolutionReverb", "SignalProcessingFilter", "SignalProcessingHarmonicsEnhancer", @@ -22264,14 +25908,25 @@ "AI_GLM4", "AI_Ollama_image", "AI_Ollama_text", - "AI_PromptSave", + "AI_PresetSave", "AI_Qwen", + "AI_Qwen_text", + "Ai_Ollama_RunModel", + "Ai_doubao_seedream", "Amp_audio_Normalized", "Amp_drive_String", "Amp_drive_mask", "Amp_drive_value", "CN_preset1_Unpack", "CN_preset1_pack", + "Coordinate_Generator", + "Coordinate_Index2Text", + "Coordinate_MarkRender", + "Coordinate_SplitIndex", + "Coordinate_fromImage", + "Coordinate_fromMask", + "Coordinate_loadImage", + "Coordinate_pointCombine", "Data_Highway", "Data_basic", "Data_bus_chx", @@ -22281,15 +25936,11 @@ "Data_sampleData", "Data_select", "Easy_QwenEdit2509", - "IO_adjust_image", - "IO_clear_cache", "IO_getFilePath", "IO_image_select", "IO_input_any", - "IO_inputbasic", - "IO_inputfile", "IO_load_anyimage", - "IO_outputfile", + "IO_node_Script", "IO_save_image", "IO_store_image", "IO_video_encode", @@ -22297,6 +25948,7 @@ "IPA_clip_vision", "Image_Channel_Apply", "Image_CnMapMix", + "Image_CnMap_Resize", "Image_Detail_HL_frequencye", "Image_Pair_Merge", "Image_Pair_crop", @@ -22306,22 +25958,28 @@ "Image_Resize_sum_data", "Image_Resize_sum_restore", "Image_Solo_data", - "Image_Upscaletile", + "Image_UpscaleModel", "Image_batch_composite", "Image_batch_select", + "Image_effect_Load", + "Image_merge2image", "Image_pad_adjust", "Image_pad_adjust_restore", "Image_pad_keep", + "Image_precision_Converter", + "Image_safe_size", "Image_smooth_blur", "Image_solo_crop", + "Image_solo_crop2", "Image_solo_stitch", "Image_target_adjust", - "Image_tensor_Converter", - "Image_transform_crop", "Image_transform_layer", + "Image_transform_layer_adv", + "Mask_BodySegment", + "Mask_ClothesSegment", "Mask_Detect_label", + "Mask_FaceSegment", "Mask_Remove_bg", - "Mask_face_detect", "Mask_image2mask", "Mask_math", "Mask_simple_adjust", @@ -22331,9 +25989,13 @@ "Mask_transform_sum", "Model_Preset_Unpack", "Model_Preset_pack", + "Scheduler_CondNoise", + "Scheduler_MixScheduler", "Stack_CN_union", "Stack_CN_union3", "Stack_ControlNet", + "Stack_EmbossAndFill", + "Stack_GradientAndStroke", "Stack_IPA", "Stack_Kontext_MulCondi", "Stack_Kontext_MulImg", @@ -22345,6 +26007,7 @@ "Stack_Ksampler_refine", "Stack_LoRA", "Stack_Redux", + "Stack_ShadowAndGlow", "Stack_VAEDecodeTiled", "Stack_Wan22FunControlToVideo", "Stack_WanAnimateToVideo", @@ -22374,6 +26037,7 @@ "basicIn_Seed", "basicIn_color", "basicIn_float", + "basicIn_input", "basicIn_int", "basicIn_string", "basic_KSampler_variant_seed", @@ -22402,8 +26066,6 @@ "chx_Ksampler_inpaint", "chx_Ksampler_mix", "chx_Ksampler_refine", - "chx_StyleModelApply", - "chx_Style_Redux", "chx_YC_LG_Redux", "chx_input_data", "chx_ksampler_Deforum_sch", @@ -22411,11 +26073,13 @@ "chx_latent_adjust", "color_OneColor_keep", "color_OneColor_replace", + "color_RadiaBrightGradient", + "color_TransforTool", "color_adjust_HDR", "color_adjust_HSL", "color_balance_adv", + "color_brightGradient", "color_match_adv", - "color_tool", "create_AD_mask", "create_Mask_match_shape", "create_Mask_match_shape2", @@ -22430,12 +26094,11 @@ "create_mask_solo", "create_mulcolor_img", "excel_Prompter", + "excel_Qwen_camera", "excel_VedioPrompt", "excel_column_diff", - "excel_imgEditor_helper", "excel_insert_image", "excel_insert_image_easy", - "excel_object", "excel_qwen_artistic", "excel_qwen_font", "excel_read", @@ -22446,41 +26109,43 @@ "excel_write_data", "excel_write_data_easy", "flow_QueueTrigger", + "flow_Translate_Node_DD", + "flow_Translate_Node_office", "flow_ValueReceiver", "flow_ValueSender", "flow_auto_pixel", + "flow_bridge_image", "flow_case_tentor", + "flow_clear_cache", "flow_judge", "flow_low_gpu", + "flow_sch_control", "flow_switch", + "flow_tensor_Unify", "img_effect_CircleWarp", "img_effect_Liquify", - "img_effect_Load", "img_effect_Stretch", "img_effect_WaveWarp", "latent_Image2Noise", "latent_chx_noise", - "latent_ratio", "lay_ImageGrid", "lay_MaskGrid", "lay_edge_cut", "lay_image_grid_note", - "lay_image_mul", + "lay_images_free_layout", "lay_imgCanvas", "lay_mul_image", "lay_text_sum", + "lay_text_sum_mul", "list_ListSlice", "list_MergeList", "list_Value", "list_num_range", - "load_FLUX", "load_GGUF", "load_Nanchaku", - "load_basic", "math_Remap_data", "math_calculate", "model_Style_Align", - "model_adjust_color", "model_tool_assy", "pack_Pack", "pack_Unpack", @@ -22488,14 +26153,13 @@ "param_preset_pack", "photoshop_preset_Unpack", "photoshop_preset_pack", - "pre_Flex2", "pre_Kontext", "pre_Kontext_mul_Image", "pre_Kontext_mul_mask", - "pre_MulCondiMode", "pre_QwenEdit", "pre_USO", - "pre_condi_combine_switch", + "pre_ZImageInpaint_patch", + "pre_advanced_condi_merge", "pre_controlnet", "pre_controlnet_union", "pre_guide", @@ -22515,8 +26179,10 @@ "sch_mask", "sch_split_text", "sch_text", + "scheduler_ModelAligned", + "scheduler_manual_sigmas", + "scheduler_sigmas2Graph", "stack_Mask2color", - "stack_sum_pack", "sum_Ksampler", "sum_create_chx", "sum_editor", @@ -22528,17 +26194,18 @@ "sum_stack_QwenEdit", "sum_stack_QwenEditPlus", "sum_stack_Wan", - "sum_stack_all", "sum_stack_image", - "text_SuperPrompter", - "text_free_wildcards", + "text_Splitter", + "text_StrMatrix", + "text_filter", "text_list_combine", + "text_loadText", + "text_modifier", "text_mul_Join", "text_mul_Split", - "text_mul_remove", - "text_mul_replace", - "text_stack_wildcards", + "text_saveText", "text_sum", + "text_wildcards", "texture_Ksampler", "texture_Offset", "texture_apply", @@ -22561,9 +26228,7 @@ "view_bridge_Text", "view_bridge_image", "view_combo", - "view_latent", - "view_mask", - "view_node_Script" + "view_mask" ], { "title_aux": "ComfyUI-Apt_Preset" @@ -22594,6 +26259,15 @@ "title_aux": "comfyui_stealth_pnginfo" } ], + "https://github.com/cathodeDreams/comfyui-azul-scripts": [ + [ + "SaveImageAsJPG", + "WeightedConditioningAverage" + ], + { + "title_aux": "comfyui-azul-scripts" + } + ], "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": [ [ "BOPBTL_BlendFaces", @@ -22631,26 +26305,26 @@ "title_aux": "Text Node With Comments (@cdxoo)" } ], - "https://github.com/cedarconnor/ComfyUI-DiT360": [ + "https://github.com/cedarconnor/ComfyUI-DreamCube": [ [ - "Equirect360EdgeBlender", - "Equirect360EmptyLatent", - "Equirect360KSampler", - "Equirect360VAEDecode", - "Equirect360Viewer" + "ApplyDepthToCubemapFace", + "BatchCubemapDepth", + "CreateEmptyCubemap", + "CubemapInfo", + "CubemapPreview", + "CubemapSeamValidator", + "CubemapToEquirect", + "EnforceDepthConsistency", + "EquirectToCubemap", + "ExtractCubemapFace", + "ExtractDepthChannel", + "InsertCubemapFace", + "MergeCubemapDepth", + "NormalizeCubemapDepth", + "SmoothCubemapDepth" ], { - "title_aux": "ComfyUI-DiT360" - } - ], - "https://github.com/cedarconnor/ComfyUI-OmniX": [ - [ - "FluxDiffusersLoader", - "OmniXLoRALoader", - "OmniXPerceptionDiffusers" - ], - { - "title_aux": "ComfyUI-OmniX" + "title_aux": "ComfyUI-DreamCube" } ], "https://github.com/cedarconnor/comfyui-BatchNameLoop": [ @@ -22668,6 +26342,7 @@ [ "Cubemap Faces Extract", "Cubemap To Equirectangular", + "Cubemap To Equirectangular (Flexible)", "Equirectangular Crop 180", "Equirectangular Crop Square", "Equirectangular Edge Blender", @@ -22678,6 +26353,15 @@ "Equirectangular Rotate", "Equirectangular Rotate Preset", "Equirectangular To Cubemap", + "Equirectangular To Cubemap (Flexible)", + "LatLong Apply Circular Padding Model", + "LatLong Apply Circular Padding VAE", + "LatLong Create Pole Mask", + "LatLong Create Seam Mask", + "LatLong Roll Image", + "LatLong Roll Mask", + "LatLong Split Cubemap Faces", + "LatLong Stack Cubemap Faces", "PanoramaVideoViewerNode", "PanoramaViewerNode" ], @@ -22705,8 +26389,11 @@ ], "https://github.com/celsojr2013/comfyui_jamworks_client": [ [ + "Jamworks Download", + "Jamworks Login", "Jamworks_Download", "Jamworks_Login", + "Shell Command", "Shell_Command" ], { @@ -22792,6 +26479,14 @@ "title_aux": "ComfyUI Style Plugin" } ], + "https://github.com/chameleon-ai/comfyui_momo": [ + [ + "MoMo" + ], + { + "title_aux": "comfyui_momo" + } + ], "https://github.com/chandlergis/ComfyUI-IMG_Query": [ [ "ImageRequestNode" @@ -23201,13 +26896,9 @@ "chaosaiart_KSampler1", "chaosaiart_KSampler2", "chaosaiart_KSampler3", - "chaosaiart_KSampler4", - "chaosaiart_KSampler5", - "chaosaiart_KSampler7", "chaosaiart_KSampler_a1", "chaosaiart_KSampler_a1a", "chaosaiart_KSampler_a2", - "chaosaiart_KSampler_expert_0", "chaosaiart_KSampler_expert_1", "chaosaiart_Ksampler_attribut", "chaosaiart_Load_Image_Batch", @@ -23223,7 +26914,6 @@ "chaosaiart_SaveImage", "chaosaiart_Show_Info", "chaosaiart_Simple_Prompt", - "chaosaiart_Style_Node", "chaosaiart_TextCLIPEncode", "chaosaiart_TextCLIPEncode_lora", "chaosaiart_adjust_color", @@ -23237,7 +26927,6 @@ "chaosaiart_convert_Prompt", "chaosaiart_deepseek_fix", "chaosaiart_forPreview", - "chaosaiart_image_loop", "chaosaiart_img2gif", "chaosaiart_img2video", "chaosaiart_lora", @@ -23269,8 +26958,8 @@ ], "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": [ [ - "BFL Canny Control", - "BFL Depth Control", + "BFL Flux 2 Flex", + "BFL Flux 2 Pro", "BFL Flux Kontext", "BFL Flux Ultra", "BFL Image Expander", @@ -23313,6 +27002,17 @@ "title_aux": "Chaser's Custom Nodes" } ], + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": [ + [ + "ChomfyDetailedLogger", + "ChomfyMegaPrompt", + "ChomfyUniversalCounter", + "ChomfyUniversalNoise" + ], + { + "title_aux": "ComfyUI-ChomfyNodes" + } + ], "https://github.com/checkbins/checkbin-comfy": [ [ "Checkbin Get Image Bin", @@ -23359,6 +27059,7 @@ "IndexTTS2EmotionAudioNode", "IndexTTS2EmotionTextNode", "IndexTTS2EmotionVectorNode", + "IndexTTS2ProNode", "IndexTTSNode", "IndexTTSProNode", "NovelTextStructureNode", @@ -23578,6 +27279,7 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageCompositeHandleMask", "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAsV2", @@ -23807,8 +27509,6 @@ "CloudPointsInfo", "CubeLimit", "Export to PLY", - "ImageToPoints", - "ImageToPoints (Legacy)", "ImageToPoints (Torch)", "Import PLY", "InterpolatePoints (KDTree)", @@ -23912,12 +27612,40 @@ } ], "https://github.com/chrisgoringe/cg-use-everywhere": [ - [], + [ + "Anything Everywhere", + "Anything Everywhere3", + "Anything Everywhere?", + "Combo Clone", + "Prompts Everywhere", + "Seed Everywhere", + "Simple String" + ], { "nodename_pattern": "(^(Prompts|Anything) Everywhere|Simple String)", "title_aux": "Use Everywhere (UE Nodes)" } ], + "https://github.com/chrish-slingshot/CrasHUtils": [ + [ + "CheckPointNames", + "CheckpointNames", + "ColorStylizer", + "DinoGame", + "DoomGame", + "ExtractCharacterInfo", + "ImageGlitcher", + "QueryLocalLLM", + "SdxlResolution", + "SdxlResolutionToDimensions", + "SnakeGame", + "SpaceInvadersGame", + "TetrisGame" + ], + { + "title_aux": "CrasH Utils" + } + ], "https://github.com/chrissy0/chris-comfyui-nodes": [ [ "PadImageSquare" @@ -24030,7 +27758,8 @@ "CYHTextFileLoaderNode", "PromptEnhancer", "PromptEnhancerEditable", - "PromptToolsSetup" + "PromptToolsSetup", + "PromptWildcardGenerator" ], { "title_aux": "Chye ComfyUI Toolset" @@ -24256,6 +27985,46 @@ "title_aux": "OpenAI/Azure OpenAI Image API" } ], + "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": [ + [ + "SCAILAISTBeatDance", + "SCAILAISTChunkPreview", + "SCAILAISTFullLoader", + "SCAILAISTFullSequence", + "SCAILAISTLibraryLoader", + "SCAILAlignPoseToReference", + "SCAILAudioFeatureExtractor", + "SCAILBasePoseGenerator", + "SCAILBeatDetector", + "SCAILBeatDrivenPose", + "SCAILCMULibraryLoader", + "SCAILCMUMotion", + "SCAILCMUSequenceToSCAILPose", + "SCAILPoseFromDWPose", + "SCAILPoseRenderer" + ], + { + "title_aux": "ComfyUI-SCAIL-AudioReactive" + } + ], + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [ + [ + "WanKeyframeBuilder", + "WanKeyframeBuilderContinuation" + ], + { + "title_aux": "ComfyUI-WanKeyframeBuilder" + } + ], + "https://github.com/ckinpdx/comfyui-humo-audio-motion": [ + [ + "HuMoAudioAttentionControlV4", + "HuMoLipsyncSuppressAttn" + ], + { + "title_aux": "comfyui-humo-audio-motion" + } + ], "https://github.com/claptrap0/ComfyUI_LLM_Hub": [ [ "Generated_Output", @@ -24268,7 +28037,8 @@ ], "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [ [ - "CS Transform" + "CS Transform", + "CSTransform" ], { "title_aux": "CS Transform Node for ComfyUI" @@ -24373,6 +28143,14 @@ "title_aux": "ComfyUI-WanMoEScheduler" } ], + "https://github.com/cnbjjj/ComfyUI-Jtils": [ + [ + "Jtils" + ], + { + "title_aux": "ComfyUI-Jtils" + } + ], "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": [ [ "Xoxxox_CnvDat", @@ -24504,14 +28282,30 @@ ], "https://github.com/comfyanonymous/ComfyUI": [ [ + "APG", "AddNoise", + "AlignYourStepsScheduler", "AudioAdjustVolume", "AudioConcat", + "AudioEncoderEncode", + "AudioEncoderLoader", "AudioMerge", + "AutogrowNamesTestNode", + "AutogrowPrefixTestNode", "BasicGuider", "BasicScheduler", "BetaSamplingScheduler", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageEditNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", + "CFGNorm", + "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -24519,11 +28313,25 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", + "CLIPTextEncodeFlux", + "CLIPTextEncodeHiDream", + "CLIPTextEncodeHunyuanDiT", + "CLIPTextEncodeKandinsky5", + "CLIPTextEncodeLumina2", + "CLIPTextEncodePixArtAlpha", + "CLIPTextEncodeSD3", + "CLIPTextEncodeSDXL", + "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", "CLIPVisionLoader", + "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", + "ComfySwitchNode", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -24535,34 +28343,82 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", + "ControlNetApplySD3", + "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "CosmosImageToVideoLatent", + "CosmosPredict2ImageToVideoLatent", + "CreateVideo", "CropMask", + "DCTestNode", "DiffControlNetLoader", + "DifferentialDiffusion", "DiffusersLoader", "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "EmptyAceStepLatentAudio", "EmptyAudio", + "EmptyChromaRadianceLatentImage", + "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", + "EmptyHunyuanImageLatent", + "EmptyHunyuanLatentVideo", "EmptyImage", + "EmptyLTXVLatentVideo", "EmptyLatentAudio", "EmptyLatentHunyuan3Dv2", "EmptyLatentImage", + "EmptyMochiLatentVideo", + "EmptyQwenImageLayeredLatentImage", + "EmptySD3LatentImage", + "Epsilon Scaling", "ExponentialScheduler", "ExtendIntermediateSigmas", "FeatherMask", "FlipSigmas", + "Flux2Scheduler", + "FluxDisableGuidance", + "FluxGuidance", + "FluxKontextImageScale", + "FluxKontextMultiReferenceLatentMethod", + "FluxProExpandNode", + "FluxProFillNode", + "FluxProUltraImageNode", + "FreSca", "FreeU", "FreeU_V2", + "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GeminiImage2Node", + "GeminiImageNode", + "GeminiInputFiles", + "GeminiNode", + "GenerateTracks", "GetImageSize", + "GetVideoComponents", "GrowMask", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", + "HunyuanImageToVideo", + "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", + "HyperTile", + "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", + "ImageBlend", + "ImageBlur", "ImageColorToMask", "ImageCompositeMasked", "ImageCrop", @@ -24572,44 +28428,113 @@ "ImageOnlyCheckpointLoader", "ImageOnlyCheckpointSave", "ImagePadForOutpaint", + "ImageQuantize", + "ImageRGBToYUV", "ImageRotate", "ImageScale", "ImageScaleBy", "ImageScaleToMaxDimension", + "ImageScaleToTotalPixels", + "ImageSharpen", "ImageStitch", "ImageToMask", + "ImageUpscaleWithModel", + "ImageYUVToRGB", "InpaintModelConditioning", + "InstructPixToPixConditioning", "InvertMask", + "JoinImageWithAlpha", "KSampler", "KSamplerAdvanced", "KSamplerSelect", + "Kandinsky5ImageToVideo", "KarrasScheduler", + "KlingCameraControlI2VNode", + "KlingCameraControlT2VNode", + "KlingCameraControls", + "KlingDualCharacterVideoEffectNode", + "KlingImage2VideoNode", + "KlingImageGenerationNode", + "KlingImageToVideoWithAudio", + "KlingLipSyncAudioToVideoNode", + "KlingLipSyncTextToVideoNode", + "KlingOmniProEditVideoNode", + "KlingOmniProFirstLastFrameNode", + "KlingOmniProImageNode", + "KlingOmniProImageToVideoNode", + "KlingOmniProTextToVideoNode", + "KlingOmniProVideoToVideoNode", + "KlingSingleImageVideoEffectNode", + "KlingStartEndFrameNode", + "KlingTextToVideoNode", + "KlingTextToVideoWithAudio", + "KlingVideoExtendNode", + "KlingVirtualTryOnNode", + "LTXVAddGuide", + "LTXVConditioning", + "LTXVCropGuides", + "LTXVImgToVideo", + "LTXVPreprocess", + "LTXVScheduler", "LaplaceScheduler", + "LatentAdd", + "LatentApplyOperation", + "LatentApplyOperationCFG", + "LatentBatch", + "LatentBatchSeedBehavior", "LatentBlend", "LatentComposite", "LatentCompositeMasked", + "LatentConcat", "LatentCrop", + "LatentCut", + "LatentCutToBatch", "LatentFlip", "LatentFromBatch", + "LatentInterpolate", + "LatentMultiply", + "LatentOperationSharpen", + "LatentOperationTonemapReinhard", "LatentRotate", + "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", - "Load3DAnimation", "LoadAudio", "LoadImage", + "LoadImageDataSetFromFolder", "LoadImageMask", "LoadImageOutput", - "LoadImageSetFromFolderNode", - "LoadImageTextSetFromFolderNode", + "LoadImageTextDataSetFromFolder", "LoadLatent", + "LoadTrainingDataset", + "LoadVideo", "LoraLoader", "LoraLoaderModelOnly", "LoraModelLoader", + "LoraSave", "LossGraphNode", + "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", + "LumaConceptsNode", + "LumaImageModifyNode", + "LumaImageNode", + "LumaImageToVideoNode", + "LumaReferenceNode", + "LumaVideoNode", + "Mahiro", + "MakeTrainingDataset", + "ManualSigmas", "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", + "MinimaxImageToVideoNode", + "MinimaxSubjectToVideoNode", + "MinimaxTextToVideoNode", "ModelComputeDtype", "ModelMergeAdd", "ModelMergeAuraflow", @@ -24636,23 +28561,85 @@ "ModelSamplingContinuousV", "ModelSamplingDiscrete", "ModelSamplingFlux", + "ModelSamplingLTXV", "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", + "MoonvalleyImg2VideoNode", + "MoonvalleyTxt2VideoNode", + "MoonvalleyVideo2VideoNode", + "Morphology", + "NormalizeVideoLatentStart", + "OpenAIChatConfig", + "OpenAIChatNode", + "OpenAIDalle2", + "OpenAIDalle3", + "OpenAIGPTImage1", + "OpenAIInputFiles", + "OpenAIVideoSora2", + "OptimalStepsScheduler", + "PatchModelAddDownscale", + "PerpNeg", + "PerpNegGuider", + "PerturbedAttentionGuidance", + "PhotoMakerEncode", + "PhotoMakerLoader", + "PixverseImageToVideoNode", + "PixverseTemplateNode", + "PixverseTextToVideoNode", + "PixverseTransitionVideoNode", "PolyexponentialScheduler", + "PorterDuffImageComposite", "Preview3D", - "Preview3DAnimation", "PreviewAny", "PreviewAudio", "PreviewImage", + "PrimitiveBoolean", + "PrimitiveFloat", + "PrimitiveInt", + "PrimitiveString", + "PrimitiveStringMultiline", + "QuadrupleCLIPLoader", "QwenImageDiffsynthControlnet", "RandomNoise", + "RebatchImages", + "RebatchLatents", "RecordAudio", + "RecraftColorRGB", + "RecraftControls", + "RecraftCrispUpscaleNode", + "RecraftImageInpaintingNode", + "RecraftImageToImageNode", + "RecraftRemoveBackgroundNode", + "RecraftReplaceBackgroundNode", + "RecraftStyleV3InfiniteStyleLibrary", + "RecraftStyleV3RealisticImage", + "RecraftTextToImageNode", + "RecraftTextToVectorNode", + "RecraftVectorizeImageNode", + "ReferenceLatent", + "RegexExtract", + "RegexMatch", + "RegexReplace", + "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", + "ReplaceVideoLatentFrames", "RescaleCFG", "ResizeAndPadImage", + "ResolutionBucket", + "Rodin3D_Detail", + "Rodin3D_Gen2", + "Rodin3D_Regular", + "Rodin3D_Sketch", + "Rodin3D_Smooth", + "RunwayFirstLastFrameNode", + "RunwayImageToVideoNodeGen3a", + "RunwayImageToVideoNodeGen4", + "RunwayTextToImageNode", "SDTurboScheduler", + "SD_4XUpscale_Conditioning", + "SV3D_Conditioning", "SVD_img2vid_Conditioning", "SamplerCustom", "SamplerCustomAdvanced", @@ -24664,8 +28651,11 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", + "SamplerSEEDS2", "SamplingPercentToSigma", "SaveAnimatedPNG", "SaveAnimatedWEBP", @@ -24674,16 +28664,50 @@ "SaveAudioOpus", "SaveGLB", "SaveImage", + "SaveImageDataSetToFolder", + "SaveImageTextDataSetToFolder", "SaveImageWebsocket", "SaveLatent", - "SaveLoRANode", + "SaveLoRA", "SaveSVGNode", + "SaveTrainingDataset", + "SaveVideo", + "SaveWEBM", + "ScaleROPE", + "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", + "SetUnionControlNetType", + "ShuffleImageTextDataset", + "SkipLayerGuidanceDiT", + "SkipLayerGuidanceDiTSimple", + "SkipLayerGuidanceSD3", "SolidMask", "SplitAudioChannels", + "SplitImageWithAlpha", "SplitSigmas", "SplitSigmasDenoise", + "StabilityAudioInpaint", + "StabilityAudioToAudio", + "StabilityStableImageSD_3_5Node", + "StabilityStableImageUltraNode", + "StabilityTextToAudio", + "StabilityUpscaleConservativeNode", + "StabilityUpscaleCreativeNode", + "StabilityUpscaleFastNode", + "StableCascade_EmptyLatentImage", + "StableCascade_StageB_Conditioning", + "StableCascade_StageC_VAEEncode", + "StableCascade_SuperResolutionControlnet", + "StableZero123_Conditioning", + "StableZero123_Conditioning_Batched", + "StringCompare", + "StringConcatenate", + "StringContains", + "StringLength", + "StringReplace", + "StringSubstring", + "StringTrim", "StubConstantImage", "StubFloat", "StubImage", @@ -24691,6 +28715,9 @@ "StubMask", "StyleModelApply", "StyleModelLoader", + "T5TokenizerOptions", + "TCFG", + "TemporalScoreRescaling", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -24738,11 +28765,33 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", + "TextEncodeHunyuanVideo_ImageToVideo", + "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", "ThresholdMask", + "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", + "TorchCompileModel", "TrainLoraNode", "TrimAudioDuration", + "TrimVideoLatent", + "TripleCLIPLoader", + "TripoConversionNode", + "TripoImageToModelNode", + "TripoMultiviewToModelNode", + "TripoRefineNode", + "TripoRetargetNode", + "TripoRigNode", + "TripoTextToModelNode", + "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", "USOStyleReference", + "UpscaleModelLoader", "VAEDecode", "VAEDecodeAudio", "VAEDecodeHunyuan3D", @@ -24754,13 +28803,44 @@ "VAELoader", "VAESave", "VPScheduler", + "Veo3FirstLastFrameNode", + "VeoVideoGenerationNode", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "ViduImageToVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", + "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanMoveConcatTrack", + "WanMoveTrackToVideo", + "WanMoveTracksFromCoords", + "WanMoveVisualizeTracks", + "WanPhantomSubjectToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", "WebcamCapture", + "ZImageFunControlnet", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -24769,6 +28849,7 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": [ [ "DYNAMIC_TRT_MODEL_CONVERSION", + "STATIC TRT_MODEL CONVERSION", "STATIC_TRT_MODEL_CONVERSION", "TensorRTLoader" ], @@ -24822,6 +28903,14 @@ "title_aux": "ComfyUI builmenlabo - Unified Package" } ], + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": [ + [ + "NanoBEditGemini" + ], + { + "title_aux": "ComfyUI-NanoB-Edit-Gemini" + } + ], "https://github.com/comrender/ComfyUI-NanoSeed": [ [ "NanoSeedEdit" @@ -24830,12 +28919,12 @@ "title_aux": "ComfyUI-NanoSeed" } ], - "https://github.com/comrender/ComfyUI-gpt5_image_text": [ + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": [ [ - "GPT5ImageText" + "TopazUpscaler" ], { - "title_aux": "ComfyUI-gpt5_image_text" + "title_aux": "ComfyUI-Topaz-Upscaler" } ], "https://github.com/concarne000/ComfyUI-Stacker": [ @@ -24943,6 +29032,7 @@ ], "https://github.com/cr7Por/ComfyUI_DepthFlow": [ [ + "DepthFlow Simple", "DepthFlowSimple" ], { @@ -25116,7 +29206,6 @@ "DebugTensorShape+", "DisplayAny", "DrawText+", - "ExtractKeyframes+", "FluxAttentionSeeker+", "FluxBlocksBuster+", "FluxSamplerParams+", @@ -25233,9 +29322,10 @@ "https://github.com/cyan9977/ComfyUI_PromptQueue": [ [ "NegativePromptQueue", - "PromptQueue", - "SimplePromptQueue", - "StylePromptQueue" + "SimpleStylePromptQueue", + "SimpleStylePromptQueueBatch", + "StylePromptQueue", + "StylePromptQueueBatch" ], { "title_aux": "ComfyUI_PromptQueue" @@ -25315,7 +29405,6 @@ ], "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": [ [ - "D2 Checkpoint List", "D2 Checkpoint Loader", "D2 Multi Output", "D2 Prompt SR", @@ -25434,9 +29523,7 @@ "DN_WildcardPromptEditorNode", "DN_WildcardSelectorComposerV2", "DN_WildcardsProcessor", - "DN_pyPinNode", - "PinterestFetch", - "inactivePinterestImageNode" + "DN_pyPinNode" ], { "author": "Dado", @@ -25457,6 +29544,7 @@ [ "LoadImageListPlus", "LoadImagesFromPath_lp", + "SaveImagePlus", "SaveImage_lp", "SelectImageName", "VideoKeyFramesExtractor", @@ -25505,6 +29593,14 @@ "title_aux": "ComfyUI Int and Float Conversion Nodes" } ], + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller": [ + [ + "LMS_VisionController" + ], + { + "title_aux": "ComfyUI-LMStudio-Controller" + } + ], "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": [ [ "FawfaceModelSpreadsheetRealismNode", @@ -25566,6 +29662,13 @@ [ "Call LLM Advanced", "Call LLM Basic", + "LLM Create Completion Advanced", + "LLM Detokenize", + "LLM Embed", + "LLM Eval", + "LLM Reset", + "LLM Sample", + "LLM Tokenize", "LLM_Create_Completion Advanced", "LLM_Detokenize", "LLM_Embed", @@ -25628,6 +29731,14 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": [ + [ + "NanoBananaNode" + ], + { + "title_aux": "ComfyUI-NanoBanana_node" + } + ], "https://github.com/darth-veitcher/comfydv": [ [ "CircuitBreaker", @@ -25873,9 +29984,24 @@ "title_aux": "comfyui_facetools" } ], + "https://github.com/dcyd-lun/ComfyUI_text_diff": [ + [ + "TextDiff" + ], + { + "title_aux": "ComfyUI_text_diff" + } + ], + "https://github.com/ddontsov93/ComfyUI-AudioSeparator": [ + [ + "AudioSeparatorNode" + ], + { + "title_aux": "ComfyUI-AudioSeparator" + } + ], "https://github.com/denfrost/Den_ComfyUI_Workflow": [ [ - "Den_BatchIndex_AS", "Den_CropImage_AS", "Den_Eval_AS", "Den_FaceRestoreCFWithModel", @@ -25900,8 +30026,7 @@ "Den_SVD_img2vid", "Den_SaveLatent_AS", "Den_TextToImage_AS", - "Den_TextWildcardList_AS", - "Increment_AS" + "Den_TextWildcardList_AS" ], { "title_aux": "Den_ComfyUI_Workflows" @@ -25921,8 +30046,7 @@ "https://github.com/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", - "Stablezero123", - "Stablezero123WithDepth" + "Stablezero123" ], { "title_aux": "StableZero123-comfyui" @@ -26002,7 +30126,9 @@ "DicksonLoadImage", "Dickson_TTP_Preprocessor_Simple", "Dickson_TTP_Preprocessor_cufoff", - "Dickson_TTP_Tile_Preprocessor_GF" + "Dickson_TTP_Tile_Preprocessor_GF", + "Dickson_TTP_Tile_Preprocessor_Simple", + "Dickson_TTP_Tile_Preprocessor_cufoff" ], { "description": "This is a set of custom nodes that I've either written myself or adapted from other authors for my own convenience. Currently includes color matching node forked from StableSR and TTPlanet's controlnet preprocessor. https://github.com/dicksondickson", @@ -26014,6 +30140,7 @@ "https://github.com/diffussy69/comfyui-curved_weight_schedule": [ [ "Advanced Curved ControlNet Scheduler", + "Apply_CN_Extras_Masks", "AutoBackgroundMask", "AutoPersonMask", "Batch_Images_to_Timestep_Keyframes", @@ -26022,9 +30149,14 @@ "Curved_Blur_Batch_Preprocessor", "InteractiveCurveDesigner", "MaskSymmetryTool", + "Multi-ControlNet Curve Coordinator", "MultiLayerMaskEditor", "MultiLayerMaskEditorSimple", - "MultiMaskStrengthCombiner", + "MultiMaskCombinerBatch", + "MultiMaskCombinerBatch10", + "MultiMaskStrengthCombiner10", + "MultiMaskStrengthCombiner5", + "Redistribute_Keyframe_Percents", "RegionalPromptInterpolation", "RegionalPrompting" ], @@ -26093,22 +30225,36 @@ "AudioAnalyzerNode", "AudioAnalyzerOptionsNode", "CharacterVoicesNode", + "ChatterBoxAudioAnalyzer", + "ChatterBoxAudioAnalyzerOptions", "ChatterBoxEngineNode", "ChatterBoxF5TTSEditOptions", + "ChatterBoxF5TTSEditVoice", "ChatterBoxOfficial23LangEngineNode", + "ChatterBoxVoiceCapture", "F5TTSEngineNode", "HiggsAudioEngineNode", "IndexTTS Engine", "IndexTTSEmotionOptionsNode", + "IndexTTSEngineNode", + "LoadRVCModelNode", + "MergeAudioNode", "MouthMovementAnalyzer", "PhonemeTextNormalizer", "QwenEmotionNode", + "RVCEngineNode", + "RVCPitchOptionsNode", + "Step Audio EditX Engine", + "StepAudioEditXAudioEditorNode", + "StepAudioEditXEngineNode", "StringMultilineTagEditor", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", "UnifiedVoiceChangerNode", "VibeVoiceEngineNode", - "VisemeDetectionOptionsNode" + "VisemeDetectionOptionsNode", + "VocalRemovalNode", + "VoiceFixerNode" ], { "title_aux": "TTS Audio Suite" @@ -26181,6 +30327,8 @@ ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ + "ARDrawSignal", + "ARReadAudio", "OpAbs", "OpBandpass", "OpClamp", @@ -26199,7 +30347,8 @@ "OpSqrt", "OpStretch", "OpSustain", - "OpThreshold" + "OpThreshold", + "SignalToCurve" ], { "title_aux": "ComfyUI-AudioReactive" @@ -26217,8 +30366,6 @@ "KfCurveDraw", "KfCurveFromString", "KfCurveFromYAML", - "KfCurveInverse", - "KfCurveToAcnLatentKeyframe", "KfCurvesAdd", "KfCurvesAddx10", "KfCurvesDivide", @@ -26233,7 +30380,6 @@ "KfDebug_Int", "KfDebug_Latent", "KfDebug_Model", - "KfDebug_Passthrough", "KfDebug_Segs", "KfDebug_String", "KfDebug_Vae", @@ -26247,7 +30393,6 @@ "KfPGroupCurveAdd", "KfPGroupCurveMultiply", "KfPGroupDraw", - "KfPGroupProd", "KfPGroupSum", "KfSetCurveLabel", "KfSetKeyframe", @@ -26345,6 +30490,22 @@ "title_aux": "ComfyUI_Dragos_Nodes" } ], + "https://github.com/drawthingsai/draw-things-comfyui": [ + [ + "DrawThingsControlNet", + "DrawThingsHints", + "DrawThingsLoRA", + "DrawThingsNegative", + "DrawThingsPositive", + "DrawThingsPrompt", + "DrawThingsRefiner", + "DrawThingsSampler", + "DrawThingsUpscaler" + ], + { + "title_aux": "draw-things-comfyui" + } + ], "https://github.com/dreamhartley/ComfyUI_show_seed": [ [ "Show Seed" @@ -26403,13 +30564,17 @@ "VaceStrengthTester", "WVAOptionsNode", "WVAPipeSimple", + "WanMaskToLatentSpace", + "WanNoiseMaskToLatentSpace", "WanVacePhantomDual", "WanVacePhantomDualV2", "WanVacePhantomExperimental", "WanVacePhantomExperimentalV2", "WanVacePhantomSimple", "WanVacePhantomSimpleV2", - "WanVaceToVideoLatent" + "WanVaceReplace", + "WanVaceToVideoLatent", + "WanVaceWindowReferences" ], { "title_aux": "ComfyUI-WanVaceAdvanced" @@ -26434,18 +30599,29 @@ "title_aux": "primitive-types" } ], + "https://github.com/dseditor/Comfy-MCP": [ + [ + "MCPConfigGenerator" + ], + { + "title_aux": "Comfy-MCP" + } + ], "https://github.com/dseditor/ComfyUI-ListHelper": [ [ "AudioListCombine", "AudioListGenerator", "AudioToFrameCount", + "BatchToPSD", "CeilDivide", "FrameMatch", + "GGUFInference", "LoadVideoPath", "NumberListGenerator", - "OpenRouterLLM", "PromptListGenerator", - "SaveVideoPath" + "QwenGPUInference", + "SaveVideoPath", + "SimpleWildCardPlayer" ], { "title_aux": "ComfyUI-ListHelper" @@ -26554,6 +30730,23 @@ "title_aux": "ComfyUI-crop-alpha" } ], + "https://github.com/dzy1128/ComfyUI-Vector-Engine": [ + [ + "VectorEngineGPT", + "VectorEngineGemini" + ], + { + "title_aux": "ComfyUI-Vector-Engine" + } + ], + "https://github.com/dzy1128/ComfyUI-VertexAI": [ + [ + "GeminiImageGenerator" + ], + { + "title_aux": "ComfyUI-VertexAI" + } + ], "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": [ [ "SeedreamImageGenerate" @@ -26590,6 +30783,12 @@ "ClaudeTokenCounter", "ClaudeUsageStats", "ClaudeVisionAnalysis", + "ERPK Remove Background (BiRefNet)", + "ERPK Remove Background (InSPyReNet)", + "ERPK Remove Background (rembg)", + "ERPK SHARP Predict", + "ERPK SHARP Render Video", + "ERPK SHARP Render Views", "GeminiAPIConfig", "GeminiChat", "GeminiImageEdit", @@ -26598,6 +30797,8 @@ "GeminiSystemInstruction", "GeminiTextGeneration", "GeminiVision", + "VeoImageToVideo", + "VeoTextToVideo", "WaveSpeed Custom Client", "WaveSpeed Custom Preview Video", "WaveSpeed Custom QwenImageEdit", @@ -26608,6 +30809,10 @@ "WaveSpeed Custom SeedreamV4Edit", "WaveSpeed Custom SeedreamV4EditSequential", "WaveSpeed Custom SeedreamV4Sequential", + "WaveSpeed Custom SeedreamV4_5", + "WaveSpeed Custom SeedreamV4_5Edit", + "WaveSpeed Custom SeedreamV4_5EditSequential", + "WaveSpeed Custom SeedreamV4_5Sequential", "WaveSpeed Custom Upload Image" ], { @@ -26634,12 +30839,25 @@ ], "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": [ [ + "CLIPSaveQwen", + "CLIPScaleDualSDXLBlock", + "CLIPScaleQwenBlock", "CLIPVisionLoaderSetDevice", + "CheckpointLoaderSetClipDevice", "HDR Effects with LAB Adjust", + "HDREffectsLabAdjust", "ModelMergeHiDream", + "ModelScaleQwenImage", "QuadrupleCLIPLoaderSetDevice", "SaveImageWithPrompt", - "TripleCLIPLoaderSetDevice" + "TripleCLIPLoaderSetDevice", + "VAEMergeAdd", + "VAEMergeSDXLBlock", + "VAEMergeSimple", + "VAEMergeSubtract", + "VAEScaleFluxBlock", + "VAEScaleQwenBlock", + "VAEScaleSDXLBlock" ], { "title_aux": "ComfyUI-easygoing-nodes" @@ -26672,6 +30890,18 @@ "title_aux": "ComfyUI-EddySevenResonance" } ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF": [ + [ + "ClearModelCache", + "LLMChat", + "ListSessions", + "LoadGGUFModel", + "ResetChat" + ], + { + "title_aux": "ComfyUI-LLM-GGUF" + } + ], "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": [ [ "MemoryCleaner", @@ -26946,11 +31176,35 @@ "title_aux": "ComfyUI-Only" } ], + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": [ + [ + "FlowMatchEulerDiscreteScheduler (Custom)", + "ImageMetadataExtractor", + "NunchakuQwenPatches", + "PatchFlashAttention" + ], + { + "title_aux": "ComfyUI-EulerDiscreteScheduler" + } + ], + "https://github.com/erosDiffusion/ComfyUI-ZImageDit": [ + [ + "LoadZImageSDNQ", + "ZImageSDNQGenerate" + ], + { + "title_aux": "ComfyUI-ZImageDit" + } + ], "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [ [ "Compositor3", + "Compositor4", + "Compositor4MasksOutput", + "Compositor4TransformsOut", "CompositorColorPicker", "CompositorConfig3", + "CompositorConfig4", "CompositorMasksOutputV3", "CompositorTools3", "CompositorTransformsOutV3", @@ -27030,6 +31284,7 @@ ], "https://github.com/exdysa/comfyui-selector": [ [ + "Recourse", "RecourseAny", "RecourseCkpt", "RecourseImage", @@ -27098,6 +31353,20 @@ "title_aux": "String Utils" } ], + "https://github.com/exedesign/Hunyuan-3D-v3": [ + [ + "Hunyuan3DPreview", + "HunyuanBatchImageTo3D", + "HunyuanBatchPreview", + "HunyuanConfig", + "HunyuanImageTo3D", + "HunyuanTextTo3D" + ], + { + "nodename_pattern": "Hunyuan", + "title_aux": "ComfyUI-Hunyuan3D-v3" + } + ], "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": [ [ "EZ_CSV_Loader", @@ -27107,7 +31376,6 @@ "EZ_Prompt_Loader", "EZ_Switch", "EZ_Tag_Loader", - "EZ_Test", "EZ_Text_Concat", "EZ_Text_to_Size" ], @@ -27115,6 +31383,24 @@ "title_aux": "ComfyUI-EZ-AF-Nodes" } ], + "https://github.com/fabbarix/comfyui-promptstore": [ + [ + "Prompt Selector", + "Prompt Template" + ], + { + "title_aux": "comfyui-promptstore" + } + ], + "https://github.com/facefusion/facefusion-comfyui": [ + [ + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "FaceFusion ComfyUI" + } + ], "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ [ "HunyuanVideoLoraLoader" @@ -27211,7 +31497,8 @@ "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", - "EmbeddingPipelineCapture" + "EmbeddingPipelineCapture", + "Hunyuan" ], { "title_aux": "ComfyUI-EmbeddingPipelineAnalytics" @@ -27219,32 +31506,30 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ + "HunyuanVideoCLIPLoader", + "HunyuanVideoEmptyLatent", + "HunyuanVideoPromptExpander", + "HunyuanVideoTextEncoder", + "HunyuanVideoVisionLoader", + "LLMOutputParser", + "PromptKeyFilter", "QwenDebugController", - "QwenDebugLatents", "QwenEliGenEntityControl", "QwenEliGenMaskPainter", - "QwenFlowMatchSamplerNode", "QwenImageBatch", - "QwenImageDiTLoaderWrapper", - "QwenImageEncodeWrapper", - "QwenImageModelWithEdit", - "QwenImageModelWrapper", - "QwenImageModelWrapperNode", - "QwenImageSamplerNode", - "QwenImageSamplerWithEdit", - "QwenImageVAELoaderWrapper", "QwenInpaintSampler", - "QwenLatentPackerNode", "QwenLowresFixNode", "QwenMaskProcessor", - "QwenModelManagerWrapper", - "QwenProcessedToEmbedding", - "QwenProcessorWrapper", - "QwenSchedulerInfoNode", "QwenSmartCrop", "QwenSpatialTokenGenerator", + "QwenTemplateBuilder", "QwenTemplateBuilderV2", "QwenTemplateConnector", + "QwenToChronoEditBridge", + "QwenToWanFirstFrameLatent", + "QwenToWanImageSaver", + "QwenToWanLatentSaver", + "QwenTokenAnalyzer", "QwenTokenAnalyzerStandalone", "QwenTokenDebugger", "QwenVLCLIPLoader", @@ -27252,7 +31537,12 @@ "QwenVLImageToLatent", "QwenVLTextEncoder", "QwenVLTextEncoderAdvanced", - "QwenVLTextEncoderLoaderWrapper" + "TemplateInfluenceAnalyzer", + "ZImageEmptyLatent", + "ZImageTextEncoder", + "ZImageTextEncoderSimple", + "ZImageTurnBuilder", + "ZImageWanVAEDecode" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -27289,6 +31579,7 @@ [ "WanAdaptiveFlow", "WanBlendVisualize", + "WanEmbeddingPreviz", "WanEmbeddingPrevizCanvas", "WanMinimalCanvasTest", "WanSmartBlend" @@ -27343,8 +31634,10 @@ "https://github.com/fchangjun/Baidu_Meux_ComfyTools": [ [ "MeuxAdvancedImageCrop", + "MeuxImageLoader", "MeuxMultiSaveImage", - "MeuxSimpleLLMNode" + "MeuxSimpleLLMNode", + "MeuxTextAreaInput" ], { "title_aux": "BaiduMeux_Comfy Tools" @@ -27353,8 +31646,10 @@ "https://github.com/fchangjun/Comfyui_MultiSaveImage": [ [ "MeuxAdvancedImageCrop", + "MeuxImageLoader", "MeuxMultiSaveImage", - "MeuxSimpleLLMNode" + "MeuxSimpleLLMNode", + "MeuxTextAreaInput" ], { "title_aux": "MultiSaveImage Node" @@ -27375,6 +31670,17 @@ "title_aux": "Fearnworks Nodes" } ], + "https://github.com/febogallo/ComfyUI-Freepik": [ + [ + "FreepikMystic", + "FreepikRemoveBackground", + "FreepikUpscalerCreative", + "FreepikUpscalerPrecision" + ], + { + "title_aux": "ComfyUI-Freepik" + } + ], "https://github.com/feffy380/comfyui-chroma-cache": [ [ "ChromaCache" @@ -27446,7 +31752,6 @@ "FEInterruptCondition", "FELoadImageQQUrl", "FEOperatorIf", - "FEPythonStrOp", "FERandomBool", "FERandomLoraSelect", "FERandomPrompt", @@ -27502,6 +31807,19 @@ "title_aux": "Pixelization" } ], + "https://github.com/filliptm/ComfyUI_FL-CosyVoice3": [ + [ + "FL_CosyVoice3_AudioCrop", + "FL_CosyVoice3_CrossLingual", + "FL_CosyVoice3_Dialog", + "FL_CosyVoice3_ModelLoader", + "FL_CosyVoice3_VoiceConversion", + "FL_CosyVoice3_ZeroShot" + ], + { + "title_aux": "ComfyUI_FL-CosyVoice3" + } + ], "https://github.com/filliptm/ComfyUI_FL-Path-Animator": [ [ "FL_PathAnimator" @@ -27518,11 +31836,7 @@ "FL_KohyaSSInitWorkspace", "FL_KohyaSSTrain", "FL_Kohya_EasyTrain", - "FL_LoadImagesFromDirectoryPath", - "FL_SliderLoraAdvConfig", - "FL_SliderLoraDatasetConfig", - "FL_SliderLoraInitWorkspace", - "FL_SliderLoraTrain" + "FL_LoadImagesFromDirectoryPath" ], { "title_aux": "ComfyUI_FL-Trainer" @@ -27608,7 +31922,6 @@ "FL_HalftonePattern", "FL_Hedra_API", "FL_HexagonalPattern", - "FL_HunyuanDelight", "FL_ImageAddNoise", "FL_ImageAddToBatch", "FL_ImageAdjuster", @@ -27626,6 +31939,7 @@ "FL_ImageListToImageBatch", "FL_ImageNotes", "FL_ImageOverlay", + "FL_ImagePicker", "FL_ImagePixelator", "FL_ImageRandomizer", "FL_ImageSelector", @@ -27676,6 +31990,7 @@ "FL_QwenImageEditStrength", "FL_RIFE", "FL_RandomNumber", + "FL_RandomShapeGenerator", "FL_ReplaceColor", "FL_RetroEffect", "FL_Ripple", @@ -27718,6 +32033,10 @@ "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", "FL_WanVaceToVideoMultiRef", + "FL_WanVideoBlender", + "FL_WanVideoBlender3Way", + "FL_WanVideoContinuationBlender", + "FL_WanVideoContinue", "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", @@ -27731,11 +32050,12 @@ "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": [ [ "JimengAPIClient", - "JimengQueryTasks", "JimengReferenceImage2Video", + "JimengSeedance1", + "JimengSeedance1_5", "JimengSeedream3", "JimengSeedream4", - "JimengVideoGeneration" + "JimengVideoQueryTasks" ], { "title_aux": "ComfyUI-Jimeng-API" @@ -27821,6 +32141,18 @@ "title_aux": "comfyui-prompt-composer" } ], + "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": [ + [ + "SimpleTunerFlux2LoRALoader", + "SimpleTunerFlux2LoRASelector", + "SimpleTunerFlux2LoRAUnloader", + "SimpleTunerFlux2PipelineLoader", + "SimpleTunerFlux2Sampler" + ], + { + "title_aux": "ComfyUI-SimpleTunerFlux2" + } + ], "https://github.com/flowtyone/ComfyUI-Flowty-CRM": [ [ "CCMSampler", @@ -27901,12 +32233,10 @@ ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ - "BatchIndex_AS", "CropImage_AS", "Eval_AS", "ImageMixMasked_As", "ImageToMask_AS", - "Increment_AS", "Int2Any_AS", "LatentAdd_AS", "LatentMixMasked_As", @@ -28053,8 +32383,18 @@ "title_aux": "ComfyUI-Face-Comparator" } ], + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": [ + [ + "FormatLLMOutput", + "JSONPromptGenerator" + ], + { + "title_aux": "ComfyUI-JSON-Prompt" + } + ], "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": [ [ + "BananaApiKeyNode", "BananaMainNode", "BananaPromptSelector", "FrankApiKeyNode", @@ -28068,10 +32408,14 @@ "https://github.com/francarl/ComfyUI-OnDemand-Loaders": [ [ "OnDemandCLIPLoader", + "OnDemandCLIPVisionLoader", "OnDemandCheckpointLoader", + "OnDemandCivitaiLikedLoraLoader", "OnDemandControlNetLoader", + "OnDemandDualCLIPLoader", "OnDemandGGUFLoader", "OnDemandLoraLoader", + "OnDemandModelPatchLoader", "OnDemandUNETLoader", "OnDemandVAELoader" ], @@ -28109,42 +32453,6 @@ "title_aux": "ComfyUI_llm_easyanimiate" } ], - "https://github.com/fredconex/ComfyUI-SongBloom": [ - [ - "SongBloomGenerate", - "SongBloomModelLoader" - ], - { - "title_aux": "SongBloom" - } - ], - "https://github.com/fredconex/ComfyUI-SoundFlow": [ - [ - "SoundFlow_Concatenator", - "SoundFlow_DuckCompressor", - "SoundFlow_Equalizer", - "SoundFlow_Fade", - "SoundFlow_GainPitchControl", - "SoundFlow_GetLength", - "SoundFlow_Mixer", - "SoundFlow_PreviewAudio", - "SoundFlow_SetLength", - "SoundFlow_SilenceTrimmer", - "SoundFlow_SimpleCompressor", - "SoundFlow_TrimAudio" - ], - { - "title_aux": "ComfyUI-SoundFlow" - } - ], - "https://github.com/fredconex/ComfyUI-SyncEdit": [ - [ - "SyncTextEditor" - ], - { - "title_aux": "Sync Edit" - } - ], "https://github.com/fredhopp/comfyui-flipflopnodes": [ [ "FF Group Positioner", @@ -28155,6 +32463,31 @@ "title_aux": "comfyui-flipflopnodes" } ], + "https://github.com/fredlef/Comfyui_FSL_Nodes": [ + [ + "FSL Composite With Mask", + "FSL Image Passthrough", + "FSL Image Switch 8Way", + "FSL Manual Alpha Mask Painter", + "FSL Save And Strip Alpha", + "FSLEnsureNHWCBatch", + "FSLGeminiChat", + "FSLGeminiGenerateImage", + "FSLGeminiGenerateImageV8", + "FSLGeminiImageGenerator", + "FSLImageMemoryClear", + "FSLImageMemoryClearAll", + "FSLImageMemoryRecallSafe", + "FSLImageMemoryStore", + "FSLImageSaverWithMetadata", + "FSLImageSaverWithMetadataV5", + "FSLPromptCompose", + "FSLVeoGenerator" + ], + { + "title_aux": "ComfyUI FSL Nodes" + } + ], "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": [ [ "ImageMask2PNG" @@ -28199,7 +32532,8 @@ "FaceShaperLoadMediaPipeCropper", "FaceShaperMatchV2", "FaceShaperModels", - "FaceShaperShowLandMarks" + "FaceShaperShowLandMarks", + "FaceShaperV2" ], { "title_aux": "ComfyUI_FaceShaper" @@ -28207,15 +32541,13 @@ ], "https://github.com/fssorc/ComfyUI_RopeWrapper": [ [ - "RopeVideoCombine", "RopeWrapper_DetectNode", "RopeWrapper_FaceRestore", "RopeWrapper_LoadModels", "RopeWrapper_LoadSwapInfo", "RopeWrapper_OptionNode", "RopeWrapper_SaveSwapInfo", - "RopeWrapper_SwapNode", - "RopeWrapper_SwapNodeTEST" + "RopeWrapper_SwapNode" ], { "title_aux": "ComfyUI_RopeWrapper" @@ -28232,6 +32564,24 @@ "title_aux": "ComfyUI_pose_inter" } ], + "https://github.com/fudosanit/ComfyUI-Random-Resolution": [ + [ + "RandomResolutionSelector" + ], + { + "title_aux": "ComfyUI-Random-Resolution" + } + ], + "https://github.com/fuselayer/comfyui-lite-tracker": [ + [ + "LiteTracker_LoadModel", + "LiteTracker_Track", + "RectEditor" + ], + { + "title_aux": "comfyui-lite-tracker" + } + ], "https://github.com/fuselayer/comfyui-mosaic-blur": [ [ "ImageMosaic" @@ -28261,6 +32611,16 @@ "title_aux": "ComfyUI Load From URL" } ], + "https://github.com/g7b2/ComfyUI-Artist-Tester": [ + [ + "ArtistListIterator", + "ArtistPromptComposer", + "SaveImageWithArtistTag" + ], + { + "title_aux": "ComfyUI-Artist-Tester" + } + ], "https://github.com/gabe-init/ComfyUI-11labs": [ [ "ElevenLabsNode" @@ -28328,6 +32688,21 @@ "title_aux": "comfyui-customselector" } ], + "https://github.com/gateway/ComfyUI-Kie-API": [ + [ + "KIE_GetRemainingCredits", + "KIE_GridSlice", + "KIE_Kling26_I2V", + "KIE_NanoBananaPro_Image", + "KIE_SeedanceV1Pro_Fast_I2V", + "KIE_Seedream45_Edit", + "KIE_Seedream45_TextToImage", + "SteveHelloNode" + ], + { + "title_aux": "ComfyUI-Kie-API" + } + ], "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": [ [ "FluxConfig_BFL", @@ -28358,37 +32733,6 @@ "title_aux": "ComfyUI-FLUX-BFL-API" } ], - "https://github.com/geltz/ComfyUI-geltz": [ - [ - "ApplyLUT", - "ChromaticAberrationFilter", - "ColorPaletteExtractor", - "DanbooruTagsTransformerMoeV2", - "DiffusionDenoiser", - "DiffusionDenoiserBatch", - "FidelityFX_Upscaler", - "KohyaLoraConfig", - "KuwaharaFilter", - "L0SmoothingFilter", - "LoRAExtract", - "LocalLaplacianFilter", - "PaletteFilterLUT", - "PerturbedAttentionDelta", - "QuantileMatchScaling", - "SADAInfo", - "SADAModelPatch", - "SDXL_LoRA_BlockSlider_Loader", - "StructuredLatent", - "Temperature Adjust", - "TokenSculptor", - "TokenShuffler", - "TokenVisualizer", - "UNetHeatmap" - ], - { - "title_aux": "ComfyUI-geltz" - } - ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -28420,6 +32764,24 @@ "title_aux": "ComfyUI S3 Save Node" } ], + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": [ + [ + "CombineOutputLists", + "ConvertNumberToIntFloatStr", + "FormattedString", + "JSONOutputList", + "KSamplerImmediateSave", + "LoadAnyFile", + "NumberOutputList", + "SpreadsheetOutputList", + "StringOutputList", + "WorkflowDiscriminator", + "XyzGridPlot" + ], + { + "title_aux": "ComfyUI-outputlists-combiner" + } + ], "https://github.com/ggarra13/ComfyUI-mrv2": [ [ "mrv2AnnotationsImageNode", @@ -28485,10 +32847,10 @@ ], "https://github.com/gitadmini/comfyui_extractstoryboards": [ [ - "Example", "ExtractStoryboards_xuhuan1024", "IntBatchSize_xuhuan1024", - "IntBatch_xuhuan1024" + "IntBatch_xuhuan1024", + "String2Ints_xuhuan1024" ], { "title_aux": "ExtractStoryboards" @@ -28566,7 +32928,6 @@ "Random Mixer", "Random Output", "Remove Text", - "SaveText|plush", "Tagger", "Text (Any)", "Type Converter", @@ -28730,6 +33091,8 @@ [ "Bria_Video_Increase_Resolution_fal", "CombinedVideoGeneration_fal", + "DYWanFun22_fal", + "DYWanUpscaler_fal", "Dreamina31TextToImage_fal", "FluxDev_fal", "FluxGeneral_fal", @@ -28743,11 +33106,21 @@ "FluxPro_fal", "FluxSchnell_fal", "FluxUltra_fal", + "GPTImage15Edit_fal", + "GPTImage15_fal", "Hidreamfull_fal", "HunyuanVideoLoraTrainer_fal", "Ideogramv3_fal", "Imagen4Preview_fal", + "InfinityStarTextToVideo_fal", + "Kling21Pro_fal", + "Kling25TurboPro_fal", + "Kling26Pro_fal", "KlingMaster_fal", + "KlingOmniImageToVideo_fal", + "KlingOmniReferenceToVideo_fal", + "KlingOmniVideoToVideoEdit_fal", + "KlingOmniVideoToVideoReference_fal", "KlingPro10_fal", "KlingPro16_fal", "Kling_fal", @@ -28760,7 +33133,10 @@ "MiniMaxTextToVideo_fal", "MiniMax_fal", "NanoBananaEdit_fal", + "NanoBananaPro_fal", "NanoBananaTextToImage_fal", + "PixverseSwapNode_fal", + "QwenImageEditPlusLoRA_fal", "QwenImageEdit_fal", "Recraft_fal", "ReveTextToImage_fal", @@ -28768,21 +33144,28 @@ "Sana_fal", "SeedEditV3_fal", "SeedanceImageToVideo_fal", + "SeedanceProImageToVideo_fal", "SeedanceTextToVideo_fal", "SeedreamV4Edit_fal", "Seedvr_Upscale_Video_fal", "Seedvr_Upscaler_fal", + "Sora2Pro_fal", "Topaz_Upscale_Video_fal", "UploadFile_fal", "UploadVideo_fal", "Upscaler_fal", "VLM_fal", "Veo2ImageToVideo_fal", + "Veo31Fast_fal", + "Veo31_fal", "Veo3_fal", "VideoUpscaler_fal", "Wan2214b_animate_move_character_fal", "Wan2214b_animate_replace_character_fal", + "Wan22VACEFun14b_fal", "Wan25_preview_fal", + "Wan26ReferenceToVideo_fal", + "Wan26_fal", "WanLoraTrainer_fal", "WanPro_fal", "WanVACEVideoEdit_fal" @@ -28895,13 +33278,17 @@ "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": [ [ "MergeTextsWithGap", + "OllamaConnective", + "OllamaGenerator", "Pilcothink-RAG", "RemoveSpecificPatterns", "SLMGenerator", "SLMModelSelector", "SLMVisionGenerator", "SLMVisionModelSelector", - "String_Text" + "String_Text", + "VLLMConnective", + "VLLMGenerator" ], { "title_aux": "comfyui_pilcothink_VisionSLM" @@ -29000,7 +33387,6 @@ "Griptape Combine: Rules List", "Griptape Combine: String List", "Griptape Combine: Tool List", - "Griptape Config: Environment Variables", "Griptape Convert: Agent to Tool", "Griptape Convert: Text to CLIP Encode", "Griptape Convert: Text to Combo", @@ -29013,7 +33399,6 @@ "Griptape Create: Key Value Pair", "Griptape Create: Rules", "Griptape Create: Text", - "Griptape Display: Artifact", "Griptape Display: Data as Text", "Griptape Display: Dictionary", "Griptape Display: Image", @@ -29075,13 +33460,10 @@ "Griptape Run: Image Description", "Griptape Run: Parallel Image Description", "Griptape Run: Parallel Prompt Task", - "Griptape Run: Prompt Task", "Griptape Run: Task", "Griptape Run: Text Extraction", "Griptape Run: Text Summary", "Griptape Run: Text to Speech", - "Griptape Run: Tool Task", - "Griptape Run: Toolkit Task", "Griptape Save: Text", "Griptape Set: Default Agent", "Griptape Start Workflow", @@ -29132,8 +33514,10 @@ ], "https://github.com/grmchn/ComfyUI-ProportionChanger": [ [ + "PoseDataToPoseKeypoint", "PoseJSONToPoseKeypoint", "PoseKeypointPreview", + "PoseKeypointResize", "ProportionChangerDWPoseDetector", "ProportionChangerDWPoseRender", "ProportionChangerInterpolator", @@ -29225,6 +33609,14 @@ "title_aux": "abracadabra-comfyui" } ], + "https://github.com/guill/comfyui-stegaflow": [ + [ + "SaveImageStegaflow" + ], + { + "title_aux": "Stegaflow" + } + ], "https://github.com/guyaton/guy-nodes-comfyui": [ [ "GuyRecommendedLatentResCalc" @@ -29249,12 +33641,25 @@ "CropToAspectRatioMinMax", "IfElseFloat", "IfElseInt", - "StringContains" + "SizeFromAspect" ], { "title_aux": "comfyui_gvf" } ], + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes": [ + [ + "FilmARSizeSelector", + "GeminiImagePromptBuilder" + ], + { + "author": "HackAfterDark", + "description": "A node to generate image prompts or images using the Google Gemini API, with support for multiple images and presets.", + "nickname": "Gemini Prompter", + "title": "Gemini Image Prompt Builder", + "title_aux": "AfterDark Film AR Selector" + } + ], "https://github.com/hackkhai/ComfyUI-Image-Matting": [ [ "ApplyMatting", @@ -29350,12 +33755,20 @@ ], "https://github.com/havvk/ComfyUI_AIIA": [ [ + "AIIA_Audio_Silence_Splitter", + "AIIA_Audio_Speaker_Isolator", + "AIIA_Audio_Speaker_Merge", + "AIIA_CosyVoice_VoiceConversion", "AIIA_E2E_Speaker_Diarization", "AIIA_FloatProcess_InMemory", "AIIA_FloatProcess_ToDisk", "AIIA_GenerateSpeakerSegments", + "AIIA_PersonaLive_PhotoSampler_InMemory", + "AIIA_PersonaLive_PhotoSampler_ToDisk", "AIIA_Utils_Image_Concanate", - "AIIA_VideoCombine" + "AIIA_VideoCombine", + "PersonaLiveCheckpointLoader", + "PersonaLivePhotoSampler" ], { "title_aux": "ComfyUI_AIIA" @@ -29479,6 +33892,23 @@ "title_aux": "comfyui-checkpoint-extract" } ], + "https://github.com/hekmon/comfyui-openai-api": [ + [ + "OAIAPI_ChatCompletion", + "OAIAPI_Client", + "OAIAPI_DeveloperRole", + "OAIAPI_ExtraBody", + "OAIAPI_FrequencyPenalty", + "OAIAPI_MaxTokens", + "OAIAPI_PresencePenalty", + "OAIAPI_Seed", + "OAIAPI_Temperature", + "OAIAPI_TopP" + ], + { + "title_aux": "ComfyUI OpenAI API" + } + ], "https://github.com/heshengtao/comfyui_LLM_party": [ [ "About_us", @@ -29572,7 +34002,6 @@ "fish_tts", "fish_whisper", "flux_persona", - "genai_api_loader", "get_string", "github_tool", "google_loader", @@ -29738,6 +34167,7 @@ "FluxResolutionPrepare", "GpuSyncCacheClear", "ImageMegapixelSelector", + "LoadImageCombined", "MQBBoxMin", "MultiPromptNode", "OutpaintConfigNode", @@ -29786,13 +34216,17 @@ "WWAA_ImageSwitcher", "WWAA_ImageToTextFile", "WWAA_IndexGridLayoutNode", + "WWAA_JPEGPreview", "WWAA_JSONPromptBuilder", "WWAA_LineCount", "WWAA_MetadataSaver", "WWAA_NestedLoopCounter", + "WWAA_NumberRangeAsString", "WWAA_PromptWriter", + "WWAA_SaveJPEG", "WWAA_SearchReplaceMulti", "WWAA_SearchReplaceText", + "WWAA_SlicedArt", "WWAA_Switch_Int", "WWAA_VideoResolution" ], @@ -29860,6 +34294,14 @@ "title_aux": "ComfyUI 3D Pose Editor" } ], + "https://github.com/hmwl/ComfyUI-TaskMonitor": [ + [ + "TaskMonitorNode" + ], + { + "title_aux": "ComfyUI-TaskMonitor" + } + ], "https://github.com/hmwl/ComfyUI_zip": [ [ "CleanFolders", @@ -29879,6 +34321,28 @@ "title_aux": "ComfyUI-SaveMem" } ], + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": [ + [ + "BatchKeypoints", + "CherryPickerFrames", + "CherryPickerTwoInputs", + "CustomOptions", + "DWposeDeluxeNode", + "FrameNumberNode", + "KeypointConverter", + "KeypointDiff", + "KeypointPrinter", + "KeypointRangeFromBatch", + "LoadPoseKeypoints", + "MergeKeypoints", + "PoseInterpolation", + "PoseResize", + "ReverseKeypoints" + ], + { + "title_aux": "ComfyUI_DWposeDeluxe" + } + ], "https://github.com/hodanajan/optimal-crop-resolution": [ [ "AspectRatioCalculator", @@ -29897,6 +34361,14 @@ "title_aux": "ComfyUI-MusePose-Remaster" } ], + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": [ + [ + "GOENHANCE_FFmpegWatermark" + ], + { + "title_aux": "comfyui_goenhance_ffmpeg_wm" + } + ], "https://github.com/huagetai/ComfyUI-Gaffer": [ [ "ApplyICLight", @@ -29952,8 +34424,18 @@ "title_aux": "Multiple LoRA Loader for ComfyUI" } ], + "https://github.com/hubo502/ComfyUI-Env-Loader": [ + [ + "EnvKeySelector", + "EnvKeys" + ], + { + "title_aux": "ComfyUI-Env-Loader" + } + ], "https://github.com/huchenlei/ComfyUI-IC-Light-Native": [ [ + "ICLightApply", "ICLightApplyMaskGrey", "ICLightAppply", "VAEEncodeArgMax" @@ -30028,7 +34510,10 @@ ], "https://github.com/hugobb/FastGAN-ComfyUI-Node": [ [ + "BlendLatents", + "GANImg2Img", "GenerateImages", + "InvertToLatent", "LoadFastGAN", "LoadLatent", "SampleLatent", @@ -30038,6 +34523,38 @@ "title_aux": "fastgan-comfyui" } ], + "https://github.com/huihuihuiz/lora_downloader": [ + [ + "LoraDownloader" + ], + { + "title_aux": "LoRA Downloader for ComfyUI" + } + ], + "https://github.com/huihuihuiz/plugin_downloader": [ + [ + "PluginDownloader" + ], + { + "title_aux": "Plugin Downloader for ComfyUI" + } + ], + "https://github.com/huihuihuiz/unet_downloader": [ + [ + "UNetDownloader" + ], + { + "title_aux": "UNet Downloader for ComfyUI" + } + ], + "https://github.com/huihuihuiz/upscaler_downloader": [ + [ + "UpscalerDownloader" + ], + { + "title_aux": "Upscaler Downloader for ComfyUI" + } + ], "https://github.com/huixingyun/ComfyUI-HX-Captioner": [ [ "HXOllamaCaptioner" @@ -30051,6 +34568,9 @@ "ModelScopeImageCaptionNode", "ModelScopeImageEditNode", "ModelScopeImageNode", + "ModelScopeLoraPresetNode", + "ModelScopeMultiLoraLoaderNode", + "ModelScopeSingleLoraLoaderNode", "ModelScopeTextNode", "ModelScopeVisionNode" ], @@ -30058,6 +34578,14 @@ "title_aux": "ComfyUI ModelScope API Node" } ], + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ + [ + "LTTiledVAEDecode" + ], + { + "title_aux": "ComfyUI-TiledVaeLite" + } + ], "https://github.com/hunzmusic/ComfyUI-IG2MV": [ [ "DiffusersIGMVModelMakeup", @@ -30069,7 +34597,8 @@ ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ - "KSampler With Refiner (Fooocus)" + "KSampler With Refiner (Fooocus)", + "KSamplerWithRefiner" ], { "title_aux": "ComfyUI_Fooocus_KSampler" @@ -30079,10 +34608,16 @@ [ "3way Prompt Styler", "Batch State", + "BatchState", "Date Time Format", + "DateTimeFormat", "Debug Extra", + "DebugExtra", "Fetch widget value", - "Text Hash" + "FetchNodeValue", + "PromptStylerCSV3Way", + "Text Hash", + "TextHash" ], { "title_aux": "hus' utils for ComfyUI" @@ -30096,6 +34631,45 @@ "title_aux": "ComfyUI Text Remove Node" } ], + "https://github.com/huygiatrng/Facefusion_comfyui": [ + [ + "AdvancedSwapFaceImage", + "AdvancedSwapFaceVideo", + "FaceDataVisualizer", + "FaceDetectorNode", + "FaceMaskVisualizer", + "FaceSwapApplier", + "PixelBoostNode", + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "Facefusion_comfyui" + } + ], + "https://github.com/huyl3-cpu/comfyui-sortlist": [ + [ + "Set Value With Path", + "SetValuesFromPanel", + "VF9_SetValue", + "image_to_sha256", + "move_file", + "rename_file", + "sort_list_string", + "steg_alpha_embed", + "steg_alpha_extract", + "steg_rgb_extract", + "string_clear_if_contains", + "video_audio_concat", + "video_dir_combiner", + "video_dir_combiner_ultra", + "video_mute_from_url", + "video_scene_splitter" + ], + { + "title_aux": "comfyui-huyl2-nodes" + } + ], "https://github.com/hvppycoding/comfyui-json-prompt-renderer": [ [ "ExtractJSON", @@ -30113,19 +34687,13 @@ "title_aux": "RandomSamplerSchedulerSteps for ComfyUI" } ], - "https://github.com/hvppycoding/hvppyflow": [ - [ - "HFDebug", - "HFSleep", - "HFSplitText" - ], - { - "title_aux": "hvppyflow" - } - ], "https://github.com/hw5511/comfyui_hf_upscaler_loader": [ [ - "UpscaleModelLoaderFromHF" + "CLIPModelLoaderFromHF", + "GGUFModelLoaderFromHF", + "UNETModelLoaderFromHF", + "UpscaleModelLoaderFromHF", + "VAEModelLoaderFromHF" ], { "title_aux": "Woohee HF Upscaler Loader" @@ -30139,6 +34707,17 @@ "title_aux": "ComfyUI-Select-Any" } ], + "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": [ + [ + "HYBS_ConditionalLoRALoader", + "HYBS_RandomResolutionSelector", + "HYBS_ResolutionSelector", + "HYBS_SeedListGenerator" + ], + { + "title_aux": "ComfyUI-hybs-nodes" + } + ], "https://github.com/hyunamy/comfy-ui-on-complete-email-me": [ [ "OnCompleteEmailMe", @@ -30185,14 +34764,25 @@ "ROCMOptimizedKSamplerAdvanced", "ROCMOptimizedVAEDecode", "ROCMOptimizedVAEDecodeTiled", + "ROCMQuantizedModelOptimizer", "ROCMSamplerPerformanceMonitor", "ROCMVAEPerformanceMonitor", - "ROCmDiffusionLoader" + "ROCmDiffusionLoader", + "ROCmGGUFLoader" ], { "title_aux": "RocM Ninodes" } ], + "https://github.com/iSuneast/ComfyUI-WebhookNotifier": [ + [ + "WebhookNotifierAnyNode", + "WebhookNotifierNode" + ], + { + "title_aux": "ComfyUI-WebhookNotifier" + } + ], "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": [ [ "AlignYourStepsScheduler", @@ -30229,6 +34819,7 @@ "EmptyLatentImage", "ExponentialScheduler", "FeatherMask", + "FirstNode", "FlipSigmas", "FooocusInpaintWrapper", "FreeU", @@ -30405,6 +34996,15 @@ "title_aux": "ComfyUI-Ichis-Pack" } ], + "https://github.com/id7238/ComfyUI-PackedPipes": [ + [ + "PipePacker", + "PipeUnpacker" + ], + { + "title_aux": "ComfyUI-PackedPipes" + } + ], "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": [ [ "FusionText", @@ -30423,6 +35023,16 @@ "title_aux": "ComfyUI-Lora-Auto-Trigger-Words" } ], + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": [ + [ + "DvD_LoraLoader_ModelOnly", + "DvD_LoraLoader_Stack", + "DvD_LoraLoader_Standard" + ], + { + "title_aux": "ComfyUI-DvD-LoraTriggerwordsManager" + } + ], "https://github.com/iemesowum/ComfyUI_IsaacNodes": [ [ "I_AmplitudeToWeights", @@ -30440,7 +35050,8 @@ ], "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": [ [ - "IF_DreamTalk" + "IF_DreamTalk", + "IF_Dreamtalk" ], { "title_aux": "IF_Dreamtalk" @@ -30592,6 +35203,21 @@ "title_aux": "comfyui-missed-tool" } ], + "https://github.com/iguanesolutions/comfyui-ig1-tools": [ + [ + "IG1AspectRatioProperties", + "IG1FluxReport", + "IG1ImageSelector", + "IG1LoadImage", + "IG1QwenImageNativesResolutions", + "IG1Resolution", + "IG1ResolutionAdvisor", + "IG1ResolutionProperties" + ], + { + "title_aux": "Flux Resolution" + } + ], "https://github.com/ihmily/ComfyUI-Light-Tool": [ [ "Light-Tool: AddBackground", @@ -30639,11 +35265,13 @@ "Light-Tool: SaveVideo", "Light-Tool: ScaleImage", "Light-Tool: SerializeJsonObject", + "Light-Tool: ShowAnything", "Light-Tool: ShowText", "Light-Tool: SimpleImageOverlay", "Light-Tool: SimpleTextConnect", "Light-Tool: SolidColorBackground", "Light-Tool: TextConnect", + "Light-Tool: TextReplace", "Light-Tool: UpscaleImage" ], { @@ -30658,6 +35286,7 @@ [ "ComfyDeployExternalFloat", "ComfyDeployExternalImage", + "ComfyDeployExternalImageBatch", "ComfyDeployExternalInt", "ComfyDeployExternalText" ], @@ -30678,6 +35307,25 @@ "title_aux": "CSV Wildcard Node for ComfyUI" } ], + "https://github.com/illuminatianon/comfyui-lumi-tools": [ + [ + "LumiGeminiImagenConfig", + "LumiGoogleImagenProvider", + "LumiLLMImagenProcessor", + "LumiLLMPromptProcessor", + "LumiOpenRouterImagenProvider", + "LumiOpenRouterProvider", + "LumiSaveImage", + "LumiSeed", + "LumiShowText", + "LumiShufflePrompt", + "LumiWildcardProcessor", + "LumiWrapText" + ], + { + "title_aux": "comfyui-lumi-tools" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -30719,6 +35367,7 @@ "NntAnalyzeInferenceMetrics", "NntAnalyzeModel", "NntCompileModel", + "NntDataLoader", "NntDatasetToImageTensor", "NntDatasetToTargetTensor", "NntDatasetToTensor", @@ -30888,7 +35537,6 @@ "JagsCLIPSeg", "JagsClipseg", "JagsCombineMasks", - "SVG", "YoloSEGdetectionNode", "YoloSegNode", "color_drop", @@ -30920,6 +35568,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -31139,6 +35788,15 @@ "title_aux": "comfyui-pixel-art-scalers" } ], + "https://github.com/jav12z/ComfyUI-ToyShaders": [ + [ + "ShaderCodeInput", + "ToyShaderNode" + ], + { + "title_aux": "ComfyUI-ToyShaders" + } + ], "https://github.com/jax-explorer/ComfyUI-InstantCharacter": [ [ "InstantCharacterGenerate", @@ -31214,6 +35872,54 @@ "title_aux": "fast_video_comfyui" } ], + "https://github.com/jeankassio/ComfyUI_MusicTools": [ + [ + "Music_AudioMixer", + "Music_AudioTrimmer", + "Music_AudioUpscale", + "Music_Compressor", + "Music_Equalize", + "Music_Gain", + "Music_LufsNormalizer", + "Music_MasterAudioEnhancement", + "Music_NoiseRemove", + "Music_Reverb", + "Music_StemRecombination", + "Music_StemSeparation", + "Music_StereoEnhance" + ], + { + "title_aux": "ComfyUI_MusicTools" + } + ], + "https://github.com/jeankassio/JK-AceStep-Nodes": [ + [ + "AceStepClaude_Lyrics", + "AceStepCohere_Lyrics", + "AceStepCompileSettings", + "AceStepFireworks_Lyrics", + "AceStepGeminiLyrics", + "AceStepGemini_Lyrics", + "AceStepGroqLyrics", + "AceStepGroq_Lyrics", + "AceStepHuggingFace_Lyrics", + "AceStepKSampler", + "AceStepKSamplerAdvanced", + "AceStepOpenAI_Lyrics", + "AceStepPerplexity_Lyrics", + "AceStepPostProcess", + "AceStepPromptGen", + "AceStepReplicate_Lyrics", + "AceStepSaveText", + "AceStepTogetherAI_Lyrics", + "AceStepTorchCompile", + "AceStepVocoderAdapter", + "AudioQualityEvaluator" + ], + { + "title_aux": "JK AceStep Nodes" + } + ], "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": [ [ "Pony Character Prompt Picker" @@ -31276,6 +35982,17 @@ "title_aux": "ComfyUI_StreamDiffusion" } ], + "https://github.com/jessesep/SimpleVariables": [ + [ + "SimpleClear", + "SimpleGet", + "SimpleList", + "SimpleSet" + ], + { + "title_aux": "SimpleVariables" + } + ], "https://github.com/jfcantu/ComfyUI-AutoNotes": [ [ "AutoNotesNode" @@ -31367,6 +36084,7 @@ "ADICOpenAIGPTImage1", "ADIC_COMMON_API", "AliCloudOSSUpload", + "IdeaLabImageGenerate", "ImageTranslateAPI", "ImageTranslateParamsBuilder", "ImageTranslateResultExtractor", @@ -31376,6 +36094,7 @@ "MaletteImageStitch", "MaletteReferenceLatent", "MarketImageGenerateWithPolling", + "OpenAIGPTImage1", "PythonCodeExecutor", "StringToJsonArray" ], @@ -31620,6 +36339,33 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jomakaze/ComfyUI_JomaNodes": [ + [ + "ImageBatchMulti" + ], + { + "title_aux": "ComfyUI_JomaNodes" + } + ], + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": [ + [ + "ColorMNetImage", + "ColorMNetVideo", + "DeepExColorImageNode", + "DeepExColorVideoNode" + ], + { + "title_aux": "Reference-Based Video Colorization" + } + ], + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": [ + [ + "LoraTagPowerLoader" + ], + { + "title_aux": "comfyui-Lora-Tag-Power-Loader" + } + ], "https://github.com/jonstreeter/comfyui-compressed-metadata": [ [ "ConvertToCompressed", @@ -31714,6 +36460,17 @@ "title_aux": "ComfyUI Gemini Nodes" } ], + "https://github.com/jrabek/BokehDiffusionComfyUI": [ + [ + "ApplyBokehAdapter", + "BokehAdapterLoader", + "BokehKSampler", + "BokehLevel" + ], + { + "title_aux": "BokehDiffusionComfyUI" + } + ], "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": [ [ "BuildPromptFromCSV" @@ -31855,9 +36612,11 @@ "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": [ [ "Audio_Trimmer_By_Timestamp", + "Load_Text_From_File", "VoxCPM_Cache_Builder", "VoxCPM_Cache_Combiner", "VoxCPM_Loader", + "VoxCPM_SRT_Auto_Dubber", "VoxCPM_SRT_Dubber", "VoxCPM_SRT_Processor" ], @@ -31886,6 +36645,17 @@ "title_aux": "ComfyUI JoyCaption-Beta-GGUF Node" } ], + "https://github.com/judian17/ComfyUI-multiple-inputs": [ + [ + "MultipleImageStitch", + "MultipleMaskStitch", + "MultipleMasksToImage", + "MultipleTextInputs" + ], + { + "title_aux": "ComfyUI-multiple-inputs" + } + ], "https://github.com/judian17/ComfyUI_ZIM": [ [ "MaskToBbox_ZIM", @@ -31947,13 +36717,11 @@ "Bjornulf_AnythingToFloat", "Bjornulf_AnythingToInt", "Bjornulf_AnythingToText", - "Bjornulf_ApiDynamicTextInputs", "Bjornulf_AudioPreview", "Bjornulf_AudioVideoSync", "Bjornulf_BoundingRectangleMask", "Bjornulf_BoundingRectangleMaskBlur", "Bjornulf_CharacterDescriptionGenerator", - "Bjornulf_CivitAILoraSelector", "Bjornulf_CivitAILoraSelectorHunyuan", "Bjornulf_CivitAILoraSelectorPONY", "Bjornulf_CivitAILoraSelectorSD15", @@ -31970,31 +36738,23 @@ "Bjornulf_CombineVideoAudio", "Bjornulf_ConcatVideos", "Bjornulf_ConcatVideosFromList", - "Bjornulf_ConditionalSwitch", "Bjornulf_ConvertVideo", "Bjornulf_DisplayNote", - "Bjornulf_EmptyVideoLatentWithSingle", - "Bjornulf_ExecuteWorkflowNode", "Bjornulf_FFmpegConfig", - "Bjornulf_FaceSettings", - "Bjornulf_FixFace", "Bjornulf_FourImageViewer", "Bjornulf_FreeVRAM", "Bjornulf_GlobalSeedManager", "Bjornulf_GrayscaleTransform", "Bjornulf_GreenScreenToTransparency", - "Bjornulf_HiResFix", "Bjornulf_HorizontalCutAndShift", "Bjornulf_HuggingFaceDownloader", "Bjornulf_IfElse", - "Bjornulf_ImageBlend", "Bjornulf_ImageDetails", "Bjornulf_ImageMaskCutter", "Bjornulf_ImageNote", "Bjornulf_ImageNoteLoadImage", "Bjornulf_ImageUpscaleWithModelTransparency", "Bjornulf_ImagesListToVideo", - "Bjornulf_JSONImagePromptExtractor", "Bjornulf_KokoroTTS", "Bjornulf_LargestMaskOnly", "Bjornulf_LatentResolutionSelector", @@ -32003,16 +36763,15 @@ "Bjornulf_ListLooperCharacter", "Bjornulf_ListLooperOutfitFemale", "Bjornulf_ListLooperOutfitMale", + "Bjornulf_ListLooperPose", "Bjornulf_ListLooperScene", "Bjornulf_ListLooperStyle", "Bjornulf_ListSelector", "Bjornulf_LoadCivitAILinks", - "Bjornulf_LoadFromBase64", "Bjornulf_LoadGlobalVariables", "Bjornulf_LoadImageWithTransparency", "Bjornulf_LoadImageWithTransparencyFromPath", "Bjornulf_LoadImagesFromSelectedFolder", - "Bjornulf_LoadTensor", "Bjornulf_LoadTextFromFolder", "Bjornulf_LoadTextFromPath", "Bjornulf_LoadTextPickMeGlobal", @@ -32033,14 +36792,11 @@ "Bjornulf_LoopSchedulers", "Bjornulf_LoopTexts", "Bjornulf_LoopWriteText", - "Bjornulf_LoraSelectorHunyuan", - "Bjornulf_LoraSelectorWanVideo", "Bjornulf_MatchTextToInput", "Bjornulf_MathNode", "Bjornulf_MergeImagesHorizontally", "Bjornulf_MergeImagesVertically", "Bjornulf_ModelClipVaeSelector", - "Bjornulf_MultiOpenAIVisionNode", "Bjornulf_OllamaConfig", "Bjornulf_OllamaImageVision", "Bjornulf_OllamaSystemJobSelector", @@ -32048,13 +36804,10 @@ "Bjornulf_OllamaTalk", "Bjornulf_OllamaVisionPromptSelector", "Bjornulf_OpenAIVisionNode", - "Bjornulf_PassPreviewImage", "Bjornulf_PauseResume", "Bjornulf_PickInput", - "Bjornulf_PickMe", "Bjornulf_PlayAudio", "Bjornulf_PreviewFirstImage", - "Bjornulf_PurgeCLIPNode", "Bjornulf_RandomFloatNode", "Bjornulf_RandomImage", "Bjornulf_RandomIntNode", @@ -32064,9 +36817,6 @@ "Bjornulf_RandomModelSelector", "Bjornulf_RandomTexts", "Bjornulf_ReassembleImageGrid", - "Bjornulf_RemoteTextEncodingWithCLIPs", - "Bjornulf_RemoteVAEDecoderNode", - "Bjornulf_RemoteVAEDecoderNodeTiled", "Bjornulf_RemoveTransparency", "Bjornulf_ResizeImage", "Bjornulf_ResizeImagePercentage", @@ -32074,7 +36824,6 @@ "Bjornulf_SaveGlobalVariables", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", - "Bjornulf_SaveTensors", "Bjornulf_SaveText", "Bjornulf_SaveTmpAudio", "Bjornulf_SaveTmpImage", @@ -32102,7 +36851,6 @@ "Bjornulf_TextGeneratorOutfitMale", "Bjornulf_TextGeneratorScene", "Bjornulf_TextGeneratorStyle", - "Bjornulf_TextGeneratorText2Video", "Bjornulf_TextReplace", "Bjornulf_TextSplitin10", "Bjornulf_TextSplitin5", @@ -32110,16 +36858,12 @@ "Bjornulf_TextToSpeech", "Bjornulf_TextToStringAndSeed", "Bjornulf_TextToVariable", - "Bjornulf_ToDoList", "Bjornulf_VideoDetails", - "Bjornulf_VideoLatentResolutionSelector", "Bjornulf_VideoPingPong", "Bjornulf_VideoPreview", - "Bjornulf_VideoTextGenerator", "Bjornulf_VideoToImagesList", "Bjornulf_WriteText", "Bjornulf_WriteTextAdvanced", - "Bjornulf_WriteTextPickMe", "Bjornulf_WriteTextPickMeChain", "Bjornulf_WriteTextPickMeGlobal", "Bjornulf_XTTSConfig", @@ -32143,6 +36887,7 @@ ], "https://github.com/k-komarov/comfyui-bunny-cdn-storage": [ [ + "Save Image To BunnyStorage", "Save Image to BunnyStorage" ], { @@ -32209,6 +36954,7 @@ "GetImageSize", "ImageResizeAdvanced", "UltralyticsInference", + "UltralyticsMaskFlatten", "UltralyticsModelLoader", "UltralyticsVisualization", "ViewText" @@ -32448,6 +37194,16 @@ "title_aux": "ComfyUI Camera Watermark" } ], + "https://github.com/karas17/comfyui_GLM_TTS": [ + [ + "GLMTTSASR", + "GLMTTSLoader", + "GLMTTSSampler" + ], + { + "title_aux": "comfyui_GLM_TTS" + } + ], "https://github.com/karthikg-09/ComfyUI-Vton-Mask": [ [ "ComfyUIVtonMaskGenerator", @@ -32519,6 +37275,15 @@ "title_aux": "ComfyUI-ZeroShot-MTrans" } ], + "https://github.com/keghoang/ComfyUI-Charon": [ + [ + "CHARON_3D_Auto_Align", + "CHARON_Camera_From_DA3" + ], + { + "title_aux": "ComfyUI-Charon" + } + ], "https://github.com/keit0728/ComfyUI-Image-Toolkit": [ [ "AlphaFlatten", @@ -32596,7 +37361,9 @@ "Image(s) To Websocket (Base64)", "ImageOutput", "Load Image (Base64)", - "Load Images (Base64)" + "Load Images (Base64)", + "LoadImageBase64", + "LoadImagesBase64" ], { "title_aux": "Knodes" @@ -32913,6 +37680,7 @@ "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", + "AddNoiseToTrackPath", "AppendInstanceDiffusionTracking", "AppendStringsToList", "ApplyRifleXRoPE_HunuyanVideo", @@ -32969,6 +37737,7 @@ "DummyOut", "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", + "EndRecordCUDAMemoryHistory", "FastPreview", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -32986,6 +37755,7 @@ "GetLatentSizeAndCount", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", + "GetTrackRange", "GradientToFloat", "GrowMaskWithBlur", "HunyuanVideoBlockLoraSelect", @@ -33030,6 +37800,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LatentInpaintTTM", "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", @@ -33044,6 +37815,7 @@ "ModelPassThrough", "ModelPatchTorchSettings", "ModelSaveKJ", + "NABLA_AttentionKJ", "NormalizedAmplitudeToFloatList", "NormalizedAmplitudeToMask", "OffsetMask", @@ -33071,6 +37843,7 @@ "SetShakkerLabsUnionControlNetType", "ShuffleImageBatch", "SigmasToFloat", + "SimpleCalculatorKJ", "SkipLayerGuidanceWanVideo", "Sleep", "SomethingToString", @@ -33079,6 +37852,7 @@ "SplitBboxes", "SplitImageChannels", "StableZero123_BatchSchedule", + "StartRecordCUDAMemoryHistory", "StringConstant", "StringConstantMultiline", "StringToFloatList", @@ -33088,6 +37862,7 @@ "TorchCompileControlNet", "TorchCompileCosmosModel", "TorchCompileLTXModel", + "TorchCompileModelAdvanced", "TorchCompileModelFluxAdvanced", "TorchCompileModelFluxAdvancedV2", "TorchCompileModelHyVideo", @@ -33097,8 +37872,10 @@ "TorchCompileVAE", "TransitionImagesInBatch", "TransitionImagesMulti", + "VAEDecodeLoopKJ", "VAELoaderKJ", "VRAM_Debug", + "VisualizeCUDAMemoryHistory", "Wan21BlockLoraSelect", "WanVideoEnhanceAVideoKJ", "WanVideoNAG", @@ -33168,7 +37945,6 @@ "https://github.com/kijai/ComfyUI-LivePortraitKJ": [ [ "DownloadAndLoadLivePortraitModels", - "KeypointScaler", "KeypointsToImage", "LivePortraitComposite", "LivePortraitCropper", @@ -33266,6 +38042,7 @@ ], "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": [ [ + "DownloadAndLoadPyramidFlowModel", "PyramidFlowLatentPreview", "PyramidFlowSampler", "PyramidFlowTextEncode", @@ -33279,6 +38056,17 @@ "title_aux": "ComfyUI PyramidFlow Wrapper" } ], + "https://github.com/kijai/ComfyUI-SCAIL-Pose": [ + [ + "ConvertOpenPoseKeypointsToDWPose", + "PoseDetectionVitPoseToDWPose", + "RenderNLFPoses", + "SaveNLFPosesAs3D" + ], + { + "title_aux": "ComfyUI-SCAIL-Pose" + } + ], "https://github.com/kijai/ComfyUI-SUPIR": [ [ "SUPIR_Upscale", @@ -33325,6 +38113,7 @@ "HuMoEmbeds", "LandmarksToImage", "LoadLynxResampler", + "LoadNLFModel", "LoadVQVAE", "LoadWanVideoClipTextEncoder", "LoadWanVideoT5TextEncoder", @@ -33341,6 +38130,7 @@ "QwenLoader", "ReCamMasterPoseVisualizer", "TextImageEncodeQwenVL", + "WanMove_native", "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", @@ -33352,10 +38142,19 @@ "WanVideoAddLucyEditLatents", "WanVideoAddLynxEmbeds", "WanVideoAddMTVMotion", + "WanVideoAddOneToAllExtendEmbeds", + "WanVideoAddOneToAllPoseEmbeds", + "WanVideoAddOneToAllReferenceEmbeds", "WanVideoAddOviAudioToLatents", "WanVideoAddPusaNoise", "WanVideoAddS2VEmbeds", + "WanVideoAddSCAILPoseEmbeds", + "WanVideoAddSCAILReferenceEmbeds", "WanVideoAddStandInLatent", + "WanVideoAddSteadyDancerEmbeds", + "WanVideoAddStoryMemLatents", + "WanVideoAddTTMLatents", + "WanVideoAddWanMoveTracks", "WanVideoAnimateEmbeds", "WanVideoApplyNAG", "WanVideoBlockList", @@ -33379,7 +38178,6 @@ "WanVideoExperimentalArgs", "WanVideoExtraModelSelect", "WanVideoFlashVSRDecoderLoader", - "WanVideoFlowEdit", "WanVideoFreeInitArgs", "WanVideoFunCameraEmbeds", "WanVideoImageClipEncode", @@ -33387,6 +38185,7 @@ "WanVideoImageToVideoEncode", "WanVideoImageToVideoMultiTalk", "WanVideoLatentReScale", + "WanVideoLongCatAvatarExtendEmbeds", "WanVideoLoopArgs", "WanVideoLoraBlockEdit", "WanVideoLoraSelect", @@ -33398,6 +38197,7 @@ "WanVideoOviCFG", "WanVideoPassImagesFromSamples", "WanVideoPhantomEmbeds", + "WanVideoPreviewEmbeds", "WanVideoPromptExtender", "WanVideoPromptExtenderSelect", "WanVideoReCamMasterCameraEmbed", @@ -33407,10 +38207,12 @@ "WanVideoRoPEFunction", "WanVideoSLG", "WanVideoSampler", + "WanVideoSamplerExtraArgs", "WanVideoSamplerFromSettings", "WanVideoSamplerSettings", + "WanVideoSamplerv2", "WanVideoScheduler", - "WanVideoSchedulerSA_ODE", + "WanVideoSchedulerv2", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -33420,6 +38222,7 @@ "WanVideoTextEncode", "WanVideoTextEncodeCached", "WanVideoTextEncodeSingle", + "WanVideoTextImageEncode", "WanVideoTinyVAELoader", "WanVideoTorchCompileSettings", "WanVideoUni3C_ControlnetLoader", @@ -33432,6 +38235,7 @@ "WanVideoVACEStartToEndFrame", "WanVideoVAELoader", "WanVideoVRAMManagement", + "WanVideoWanDrawWanMoveTracks", "Wav2VecModelLoader", "WhisperModelLoader" ], @@ -33533,6 +38337,7 @@ "RC_ChannelExtractor", "RC_ChannelMixer", "RC_ColorBalance", + "RC_ColorMatch", "RC_CurvesAdjust", "RC_DropShadow", "RC_FilmGrain", @@ -33566,6 +38371,17 @@ "title_aux": "RC Image Compositor" } ], + "https://github.com/kjqwer/SmartSaveImage": [ + [ + "Example", + "SmartFolderManager", + "SmartImageSaver" + ], + { + "nodename_pattern": "Smart", + "title_aux": "SmartSaveImage" + } + ], "https://github.com/kk8bit/KayTool": [ [ "AB_Images", @@ -33603,15 +38419,20 @@ "https://github.com/klinter007/klinter_nodes": [ [ "AspectSelector", + "BBoxCropper", "FlexibleBatchImage", "FolderLoader", "Json Extractor - klinter", "LoadImagePlus", + "LoadVideoForExtendingKlinter", "NanoBananaMultiInput", "OutpaintPadding", "OutputTester", + "PixelSnapper", + "PrepVideoForExtendKlinter", "SaveAudioPlus", "SizeSelector", + "SpeedRamp", "VideoFromFolder", "YellowBus", "ZoomOutComposer", @@ -33777,6 +38598,15 @@ "title_aux": "ComfyUI-KrakenTools" } ], + "https://github.com/krakenunbound/kraken-discord-bot": [ + [ + "KrakenDiscordBot", + "KrakenDiscordBotStatus" + ], + { + "title_aux": "Kraken Discord Bot" + } + ], "https://github.com/krigeta/qwen-image-controlnets-comfyui": [ [ "QwenImageBlockwiseControlNetApply", @@ -33908,15 +38738,16 @@ ], "https://github.com/l3ony2k/comfyui-leon-nodes": [ [ - "Leon_ByteDance_Image_API_Node", "Leon_DALLE_Image_API_Node", + "Leon_Flux_2_Image_API_Node", "Leon_Flux_Image_API_Node", "Leon_Flux_Kontext_API_Node", "Leon_GPT_Image_API_Node", - "Leon_GPT_OSS_API_Node", "Leon_Google_Image_API_Node", + "Leon_Grok2_Image_API_Node", "Leon_Hypr_Upload_Node", "Leon_Ideogram_Image_API_Node", + "Leon_Image_Array_Builder_Node", "Leon_Image_Split_4Grid_Node", "Leon_ImgBB_Upload_Node", "Leon_LLM_Chat_API_Node", @@ -33930,6 +38761,8 @@ "Leon_Qwen_Image_API_Node", "Leon_Qwen_Image_Edit_API_Node", "Leon_Recraft_Image_API_Node", + "Leon_Seedream3_API_Node", + "Leon_Seedream4_API_Node", "Leon_StableDiffusion_35_API_Node", "Leon_StableDiffusion_3_Ultra_API_Node", "Leon_StableDiffusion_XL_API_Node", @@ -33940,6 +38773,52 @@ "title_aux": "Leon's Utility and API Integration Nodes" } ], + "https://github.com/laboratoiresonore/ComfyUI_PerformanceLab": [ + [ + "EndpointHealthCheck", + "KoboldLLM", + "KoboldLLMAdvanced", + "LocalGenerator", + "LocalGeneratorBatch", + "MultiEndpointHealthCheck", + "PerfLab_Analyzer", + "PerfLab_AutoDetectGPU", + "PerfLab_BenchmarkRunner", + "PerfLab_BlackImageFix", + "PerfLab_CapResolution", + "PerfLab_Compare", + "PerfLab_EndpointHealth", + "PerfLab_FloatSwitch", + "PerfLab_GeneratePrompt", + "PerfLab_IntSwitch", + "PerfLab_IterationTracker", + "PerfLab_LoadWorkflow", + "PerfLab_LowVRAMPreset", + "PerfLab_ModelDetector", + "PerfLab_NetworkScanner", + "PerfLab_OneClickOptimize", + "PerfLab_OptimizationLoop", + "PerfLab_OptimizeCFG", + "PerfLab_QueueWorkflow", + "PerfLab_QuickStart", + "PerfLab_ReduceBatch", + "PerfLab_ReduceSteps", + "PerfLab_Report", + "PerfLab_ShowText", + "PerfLab_SmartOptimize", + "PerfLab_SmartPrompt", + "PerfLab_SpeedPreset", + "PerfLab_Switch", + "PerfLab_TestModeToggle", + "PerfLab_Timer", + "PerfLab_VRAMMonitor", + "RemoteComfyUI", + "RemoteComfyUISimple" + ], + { + "title_aux": "ComfyUI_PerformanceLab" + } + ], "https://github.com/lakkiy/ComfyUI-RWImageS3": [ [ "Is Mask Empty", @@ -34020,15 +38899,32 @@ ], "https://github.com/larsupb/LoRA-Merger-ComfyUI": [ [ + "PM Arcee Fusion (Mergekit)", + "PM Breadcrumbs (Mergekit)", + "PM DARE (Mergekit)", + "PM Dare (Mergekit)", + "PM Della (Mergekit)", + "PM KArcher (Mergekit)", + "PM Linear (Mergekit)", "PM LoRA Apply", - "PM LoRA Loader", - "PM LoRA Merger", + "PM LoRA Block Sampler", + "PM LoRA Merger (Mergekit)", + "PM LoRA Modifier", + "PM LoRA Parameter Sweep Sampler", + "PM LoRA Power Stacker", "PM LoRA Resizer", - "PM LoRA SVD Merger", "PM LoRA Save", - "XY: PM LoRA Modes", - "XY: PM LoRA SVD Rank", - "XY: PM LoRA Strengths" + "PM LoRA Select", + "PM LoRA Stack Decompose", + "PM LoRA Stack Sampler", + "PM LoRA Stacker (from Directory)", + "PM NearSwap (Mergekit)", + "PM NuSlerp (Mergekit)", + "PM SCE (Mergekit)", + "PM Slerp (Mergekit)", + "PM TIES (Mergekit)", + "PM Task Arithmetic (Mergekit)", + "PM Ties (Mergekit)" ], { "title_aux": "LoRA Power-Merger ComfyUI" @@ -34075,6 +38971,15 @@ "title_aux": "Google Photos Loader - by PabloGFX" } ], + "https://github.com/lazyq666/gemini-3-simply-comfyui": [ + [ + "Gemini3ProImagePreview", + "Gemini3ProPreviewText" + ], + { + "title_aux": "gemini-3-simply-comfyui" + } + ], "https://github.com/lc03lc/Comfyui_OmniConsistency": [ [ "Comfyui_OmniConsistency" @@ -34226,7 +39131,6 @@ [ "DynamicPreprocess", "InternVLHFInference", - "InternVLLMDEPLOYInference", "InternVLModelLoader" ], { @@ -34260,6 +39164,7 @@ "MasaCtrlLoadImage", "MasaCtrlModelLoader", "MutualSelfAttentionControlMaskAutoSampler", + "MutualSelfAttentionControlMaskSampler", "MutualSelfAttentionControlSampler" ], { @@ -34269,7 +39174,8 @@ "https://github.com/leeguandong/ComfyUI_QWQ32B": [ [ "QwQModelLoader", - "QwQTextGenerator" + "QwQTextGenerator", + "QweQModelLoader" ], { "title_aux": "ComfyUI_QWQ32B" @@ -34379,7 +39285,9 @@ [ "QwenImageEditScale", "QwenImageEditSimpleScale", - "TextEncodeQwenImageEditAdv" + "TextEncodeQwenImageEditAdv", + "TextEncodeQwenImageEditInfAdv", + "TextEncodeQwenImageEditPlusAdv" ], { "title_aux": "comfyui_qwen_image_edit_adv" @@ -34438,6 +39346,16 @@ "title_aux": "ComfyUI-Minitools" } ], + "https://github.com/lerignoux/ComfyUI-PechaKucha": [ + [ + "DownloadPechaKucha", + "GeneratePowerpoint", + "SplitPrompt" + ], + { + "title_aux": "ComfyUI-PechaKucha" + } + ], "https://github.com/lerignoux/ComfyUI-Stable3DGen": [ [ "Stable3DGenerate3D", @@ -34569,6 +39487,14 @@ "title_aux": "ComfyUI-Segformer_Ultra_Fast" } ], + "https://github.com/liming123332/ComfyUI-Ranbooru": [ + [ + "RanbooruPrompt" + ], + { + "title_aux": "ComfyUI-Ranbooru" + } + ], "https://github.com/lingha0h/comfyui_kj": [ [ "cpm_textInput" @@ -34725,7 +39651,6 @@ ], "https://github.com/liusida/ComfyUI-Debug": [ [ - "DebugInspectorNode", "DebugModelInspectorNode", "DebugModelPrintOutNode" ], @@ -34733,14 +39658,6 @@ "title_aux": "ComfyUI-Debug" } ], - "https://github.com/liusida/ComfyUI-Login": [ - [ - "LoadImageIncognito" - ], - { - "title_aux": "ComfyUI-Login" - } - ], "https://github.com/liusida/ComfyUI-SD3-nodes": [ [ "SD3EmptyLatent", @@ -34811,8 +39728,6 @@ [ "AnyNode", "AnyNodeAnthropic", - "AnyNodeCodeViewer", - "AnyNodeExport", "AnyNodeGemini", "AnyNodeLocal" ], @@ -34946,7 +39861,6 @@ "LoadMaskFromURL", "MaskByBboxes", "MaskImageToBase64", - "MaskToBase64", "MaskToBase64Image", "MaskToRle", "NodeListMerge", @@ -34980,6 +39894,38 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/llikethat/ComfyUI-faceExtractor": [ + [ + "FaceExtractor", + "FaceMatcher", + "FaceReferenceEmbedding" + ], + { + "title_aux": "faceExtractor for ComfyUI" + } + ], + "https://github.com/llikethat/ComfyUI-iseebetter": [ + [ + "BasicVSRModelLoader", + "BasicVSRUpscale", + "GolfBallArtifactRemover", + "ISeeBetterCleanUpscale", + "ISeeBetterDebugTest", + "ISeeBetterFrameBuffer", + "ISeeBetterModelLoader", + "ISeeBetterSimpleUpscale", + "ISeeBetterUpscale", + "ImageSharpener", + "PerceptualQualityScore", + "SRGANDiscriminatorLoader", + "WaterDetailEnhance", + "WaterEnhancerModelLoader", + "WaterPostProcess" + ], + { + "title_aux": "iSeeBetter Node for ComfyUI" + } + ], "https://github.com/lo-th/Comfyui_three_js": [ [ "ThreeView" @@ -34988,12 +39934,42 @@ "title_aux": "Comfyui_three_js" } ], + "https://github.com/logicalor/comfyui_friendly_pipe": [ + [ + "FriendlyPipeEdit", + "FriendlyPipeIn", + "FriendlyPipeOut" + ], + { + "title_aux": "comfyui_friendly_pipe" + } + ], + "https://github.com/logicalor/comfyui_multi_replace": [ + [ + "FindReplacePairs", + "TextReplacer" + ], + { + "title_aux": "comfyui_multi_replace" + } + ], + "https://github.com/logicalor/comfyui_text_to_pose": [ + [ + "ApplyT2IPoseAdapter", + "T2IPoseAdapterLoader", + "T2PModelLoader", + "TextToPose", + "TextToPoseBatch" + ], + { + "title_aux": "comfyui_text_to_pose" + } + ], "https://github.com/logtd/ComfyUI-4DHumans": [ [ "LoadDetectron", "LoadHMR", - "ProcessHumans", - "SelectHuman" + "ProcessHumans" ], { "title_aux": "ComfyUI-4DHumans" @@ -35031,9 +40007,6 @@ ], "https://github.com/logtd/ComfyUI-Fluxtapoz": [ [ - "AddFluxFlow", - "ApplyFluxRaveAttention", - "ApplyRefFlux", "ApplyRegionalConds", "ConfigureModifiedFlux", "CreateRegionalCond", @@ -35068,6 +40041,7 @@ "InstanceDiffusionTrackingPrompt", "LoadInstanceFusersNode", "LoadInstancePositionNetModel", + "LoadInstanceScaleUModel", "LoadInstanceScaleUNode" ], { @@ -35089,9 +40063,7 @@ "MochiPrepareSigmas", "MochiResampler", "MochiUnsampler", - "MochiWrapperResampler", - "MochiWrapperSamplerCustom", - "MochiWrapperUnsampler" + "MochiWrapperSamplerCustom" ], { "title_aux": "ComfyUI-MochiEdit" @@ -35193,8 +40165,7 @@ "https://github.com/logtd/ComfyUI-ViewCrafter": [ [ "ApplyViewCrafter", - "LoadViewCrafter", - "ScaleImages" + "LoadViewCrafter" ], { "title_aux": "ComfyUI-ViewCrafter" @@ -35238,10 +40209,8 @@ "Added Layer Info To Array", "Enhanced Random Light Source", "Float Relay", - "HLFrequencyDetailRestore", "Hex to Color", "Image Add Alpha", - "Image Frequency Analyzer", "Image Relay", "Image Remove Alpha", "Image Resize With Padding", @@ -35278,6 +40247,7 @@ "Load Magic Clothing Model", "Load Magic Clothing Pipeline", "Load Magic Clothing Pipeline With Path", + "RUN Magic Clothing Adapter", "RUN Magic Clothing Diffusers Model" ], { @@ -35320,7 +40290,8 @@ "PromptConditioningConverter", "PromptSelectorNode", "RPGArtStyleSelector", - "RPGCharacterSelector" + "RPGCharacterSelector", + "prompt_selector_node" ], { "title_aux": "ComfyUI-RPG-Characters" @@ -35342,6 +40313,23 @@ "title_aux": "comfyui_wildcards" } ], + "https://github.com/lovelybbq/comfyui-custom-node-color": [ + [ + "ConvertHEXToRGB", + "HexColorInput" + ], + { + "title_aux": "ComfyUI Custom Node Color" + } + ], + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [ + [ + "ReplaceFirstLastFrames" + ], + { + "title_aux": "ComfyUI-Replace-First-Frame-Last-Frame" + } + ], "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": [ [ "InpaintCrop", @@ -35414,6 +40402,15 @@ "title_aux": "Comfyui Kolors Utils" } ], + "https://github.com/lrzjason/Comfyui-LatentUtils": [ + [ + "HFEPostProcessor (lrzjason)", + "LatentFrequencyEnhancer_lrzjason" + ], + { + "title_aux": "Comfyui-LatentUtils" + } + ], "https://github.com/lrzjason/Comfyui-LoraUtils": [ [ "ConvertLoraKeys", @@ -35473,7 +40470,6 @@ "CfgScheduleHookProvider", "CombineRegionalPrompts", "CoreMLDetailerHookProvider", - "CustomNoiseDetailerHookProvider", "CustomSamplerDetailerHookProvider", "DenoiseScheduleHookProvider", "DenoiseSchedulerDetailerHookProvider", @@ -35695,7 +40691,6 @@ "CacheBackendDataList //Inspire", "CacheBackendDataNumberKey //Inspire", "CacheBackendDataNumberKeyList //Inspire", - "CacheBridge //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", "ChangeLatentBatchSize //Inspire", @@ -35787,8 +40782,7 @@ "WildcardEncode //Inspire", "WorklistToItemList //Inspire", "XY Input: Lora Block Weight //Inspire", - "ZipPrompt //Inspire", - "Zoe_DepthMap_Preprocessor_Provider_for_SEGS //Inspire" + "ZipPrompt //Inspire" ], { "author": "Dr.Lt.Data", @@ -36153,6 +41147,7 @@ [ "ControlNetFP8QuantizeNode", "ControlNetMetadataViewerNode", + "GGUFQuantizerNode", "ModelToStateDict", "QuantizeFP8Format", "QuantizeModel", @@ -36243,12 +41238,15 @@ "ImgBBUpload", "LumaAIClient", "LumaAddAudio2Video", + "LumaCharacterReference", + "LumaConcatReferences", "LumaExtendGeneration", "LumaImage2Video", "LumaImageGeneration", "LumaInterpolateGenerations", "LumaModifyImage", "LumaPreviewVideo", + "LumaReference", "LumaText2Video", "LumaUpscaleGeneration", "Reference" @@ -36257,6 +41255,31 @@ "title_aux": "ComfyUI-LumaAI-API" } ], + "https://github.com/lunarring/bitalino_comfy": [ + [ + "LR BitalinoReceiver" + ], + { + "title_aux": "bitalino_comfy" + } + ], + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": [ + [ + "ForbiddenVisionFaceEditMerge", + "ForbiddenVisionFaceEditPrep", + "ForbiddenVisionFaceFixerMaskOnly", + "ForbiddenVisionFaceProcessorIntegrated", + "ForbiddenVisionInpaintLite", + "ForbiddenVisionRebuilder", + "LatentBuilder", + "LatentRefiner", + "SamplerSchedulerSettings" + ], + { + "nodename_pattern": "ForbiddenVision", + "title_aux": "Forbidden Vision" + } + ], "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": [ [ "OpenAILLMNode" @@ -36347,12 +41370,23 @@ "EasyResize", "EasyWan22Prompt", "Easy_Version", + "KoolookLoadCameraPosesAbsolute", + "WanVideoFunCameraEmbeds", "easy_ImageBatch" ], { "title_aux": "ComfyUI-Koolook" } ], + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": [ + [ + "Flux2ProGenerator", + "ReplicateAuthNode" + ], + { + "title_aux": "ComfyUI-Flux2proReplicate" + } + ], "https://github.com/mamorett/ComfyUI_minicpmv4": [ [ "GenCheckerImage", @@ -36541,6 +41575,18 @@ "title_aux": "marduk191 workflow settings" } ], + "https://github.com/marduk191/comfyui_qwen_runninghub": [ + [ + "RunningHubImageEnhancer", + "RunningHubImageToImage", + "RunningHubImageToVideo", + "RunningHubLoadImage", + "RunningHubTextToImage" + ], + { + "title_aux": "comfyui_qwen_runninghub" + } + ], "https://github.com/marhensa/sdxl-recommended-res-calc": [ [ "RecommendedResCalc" @@ -36627,6 +41673,7 @@ "AlwaysExecute", "CommandPickerServing", "DiscordServing", + "HTTPServing", "ServingInputImage", "ServingInputImageAsLatent", "ServingInputNumber", @@ -36696,6 +41743,16 @@ "title_aux": "OllamaTools for ComfyUI" } ], + "https://github.com/maxczc/comfyui-sora-node": [ + [ + "SoraImageToVideo", + "SoraTextToVideo", + "SoraVideoToVideo" + ], + { + "title_aux": "comfyui-sora-node" + } + ], "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": [ [ "DiscordPostViaWebhook", @@ -36710,6 +41767,14 @@ "title_aux": "ComfyUI-DiscordWebhookWithInput" } ], + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": [ + [ + "AllenYinpin" + ], + { + "title_aux": "ComfyUI-Allen-Yinpin" + } + ], "https://github.com/mbrostami/ComfyUI-HF": [ [ "GPT2Node" @@ -36720,13 +41785,31 @@ ], "https://github.com/mbrostami/ComfyUI-TITrain": [ [ - "TextualInversionTraining", - "TextualInversionTrainingSDXL" + "TextualInversionTraining" ], { "title_aux": "ComfyUI-TITrain" } ], + "https://github.com/mcDandy/more_math": [ + [ + "mrmth_AudioMathNode", + "mrmth_CLIPMathNode", + "mrmth_ConditioningMathNode", + "mrmth_FloatMathNode", + "mrmth_FloatToInt", + "mrmth_ImageMathNode", + "mrmth_IntToFloat", + "mrmth_LatentMathNode", + "mrmth_ModelMathNode", + "mrmth_NoiseMathNode", + "mrmth_VAEMathNode", + "mrmth_VideoMathNode" + ], + { + "title_aux": "More Math" + } + ], "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [ [ "DynamicThresholdingFull", @@ -36736,15 +41819,6 @@ "title_aux": "Dynamic Thresholding" } ], - "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader": [ - [ - "LoRAAutoDownloader", - "WorkflowLoRAScanner" - ], - { - "title_aux": "comfyui-smart-lora-downloader - Automatically Fetch Missing LoRAs" - } - ], "https://github.com/meanin2/comfyui-MGnodes": [ [ "FluxKontextDiffMerge", @@ -36954,7 +42028,8 @@ ], "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": [ [ - "CameraControlPromptNode" + "CameraControlPromptNode", + "RelightingPromptNode" ], { "title_aux": "Multiple-Angle-Camera-Control" @@ -37023,8 +42098,7 @@ "BBOXPadding", "BBOXResize", "ImageResizeKeepRatio", - "PrimitiveBBOX", - "RaiseError" + "PrimitiveBBOX" ], { "title_aux": "comfyui_met_suite" @@ -37286,6 +42360,16 @@ "title_aux": "ComfyUI_Mira" } ], + "https://github.com/mirabarukaso/ComfyUI_MiraSubPack": [ + [ + "ImageMergeByPixelAlign_MiraSubPack", + "TextEncodeQwenImageEditPlus_MiraSubPack", + "TextEncodeQwenImageEdit_MiraSubPack" + ], + { + "title_aux": "ComfyUI_MiraSubPack" + } + ], "https://github.com/misterjoessef/MLTask_ComfyUI": [ [ "FacebookPosterData", @@ -37346,6 +42430,8 @@ ], "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": [ [ + "GoStopAnythingMittimi01", + "OutputLongLengthMittimi01", "WidthHeightMittimi01" ], { @@ -37369,6 +42455,16 @@ "title_aux": "InsertAnything-ComfyUI-official" } ], + "https://github.com/mobcat40/ComfyUI-PromptChain": [ + [ + "PromptChain", + "PromptChainDebug", + "SyntaxTest" + ], + { + "title_aux": "ComfyUI-PromptChain" + } + ], "https://github.com/mobilehacker/ComfyUI_format-lora-stack": [ [ "FormatLoraStack" @@ -37389,6 +42485,8 @@ [ "DimensionProviderFree modusCell", "DimensionProviderRatio modusCell", + "Free", + "Ratio", "String Concat modusCell" ], { @@ -37452,6 +42550,36 @@ "title_aux": "SeedVR2 Tiling Upscaler" } ], + "https://github.com/morino-kumasan/comfyui-toml-prompt": [ + [ + "CheckPointLoaderSimpleFromString", + "DropFirstImage", + "IntSelector", + "JsonExtractFloat", + "JsonExtractInt", + "JsonExtractString", + "KSamplerFromJsonInfo", + "LatentSelector", + "LoadLoraFromLoraList", + "MultipartCLIPTextEncode", + "MultipleLoraTagLoader", + "PromptDecode", + "PromptLoader", + "SeedGenerator", + "SplitLoraList", + "StringConcat", + "StringConcatInt", + "StringPicker", + "StringSelector", + "StringViewer", + "SummaryReader", + "TomlPromptDecode", + "UNETLoaderFromString" + ], + { + "title_aux": "comfyui-toml-prompt" + } + ], "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": [ [ "Log Image", @@ -37494,6 +42622,17 @@ "title_aux": "ComfyUI-SaveImageS3" } ], + "https://github.com/mrf/ComfyPoe": [ + [ + "PoeImageEdit", + "PoeImageGenerate", + "PoeImageVariation", + "PoeMultiImageEdit" + ], + { + "title_aux": "ComfyPoe" + } + ], "https://github.com/mrhan1993/ComfyUI-Fooocus": [ [ "AlignYourStepsScheduler", @@ -37714,8 +42853,10 @@ ], "https://github.com/myonmu0/ComfyUI-Jumper": [ [ + "Receive Audio", "Receive Images", "Receive String", + "Send Audio", "Send Images", "Send String" ], @@ -37740,7 +42881,8 @@ "ShellAgentPluginSaveAudios", "ShellAgentPluginSaveImage", "ShellAgentPluginSaveImages", - "ShellAgentPluginSaveVideoVHS" + "ShellAgentPluginSaveVideoVHS", + "ShellAgentPluginVideoCombineEncrypt" ], { "author": "MyShell", @@ -37751,8 +42893,7 @@ ], "https://github.com/n0neye/A3D-comfyui-integration": [ [ - "A3DListener", - "UniqueNodeName" + "A3DListener" ], { "title_aux": "A3D ComfyUI Integration" @@ -37844,6 +42985,34 @@ "title_aux": "ComfyUI-NegiTools" } ], + "https://github.com/nawka12/ComfyUI-Adept-Sampler": [ + [ + "AdeptAncestralSampler", + "AdeptSchedulerAOS_E", + "AdeptSchedulerAOS_V", + "AdeptSchedulerAYS", + "AdeptSchedulerAdvanced", + "AdeptSchedulerAkashicAOS", + "AdeptSchedulerEntropic", + "AdeptSchedulerJYS", + "AdeptSchedulerStochastic", + "AdeptSolverSampler", + "AkashicSolverSampler" + ], + { + "title_aux": "ComfyUI-Adept-Sampler" + } + ], + "https://github.com/naxci1/ComfyUI-FlashVSR_Stable": [ + [ + "FlashVSRInitPipe", + "FlashVSRNode", + "FlashVSRNodeAdv" + ], + { + "title_aux": "ComfyUI-FlashVSR_Stable" + } + ], "https://github.com/nchenevey1/comfyui-gimp-nodes": [ [ "NC_LoadImageGIMP", @@ -37895,6 +43064,14 @@ "title_aux": "comfyui-usetaesd" } ], + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": [ + [ + "PixelConstrainedScaler" + ], + { + "title_aux": "ComfyUI-PixelConstrainedScaler" + } + ], "https://github.com/neph1/comfyui-smooth-step-lora-loader": [ [ "Smooth_Step_Lora_Loader" @@ -37973,10 +43150,14 @@ ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ + "GroundingDinoModelLoader", "GroundingDinoModelLoader (segment anything2)", + "GroundingDinoSAM2Segment", "GroundingDinoSAM2Segment (segment anything2)", + "InvertMask", "InvertMask (segment anything)", "IsMaskEmpty", + "SAM2ModelLoader", "SAM2ModelLoader (segment anything2)" ], { @@ -38044,6 +43225,7 @@ ], "https://github.com/niknah/ComfyUI-InfiniteYou": [ [ + "InfiniteYouSample", "InfiniteYouSampler" ], { @@ -38087,10 +43269,13 @@ ], "https://github.com/nilor-corp/nilor-nodes": [ [ + "MediaStreamInput", + "MediaStreamOutput", "Nilor Blur Analysis", "Nilor Categorize String", "Nilor Count Images In Directory", "Nilor Extract Filename from Path", + "Nilor Image Resize v2", "Nilor Int To List Of Bools", "Nilor Interpolated Float List", "Nilor Inverse Map Float List", @@ -38109,7 +43294,15 @@ "Nilor Select Index From List", "Nilor Shuffle Image Batch", "Nilor To Sparse Index Method", - "Nilor n Fractions of Int" + "Nilor Wan Frame Trim", + "Nilor Wan Tile Resolution", + "Nilor n Fractions of Int", + "NilorGroup", + "NilorPreset", + "NilorUserInput_Boolean", + "NilorUserInput_Float", + "NilorUserInput_Int", + "NilorUserInput_String" ], { "title_aux": "Nilor Nodes by Nilor Corp" @@ -38162,6 +43355,14 @@ "title_aux": "ComfyUI OpenAI Prompter" } ], + "https://github.com/nitingrg/comfyui-ntools": [ + [ + "ImageMegapixels" + ], + { + "title_aux": "comfyui-ntools" + } + ], "https://github.com/njlent/ComfyUI_performance-report": [ [ "ExecutionTimeReporter" @@ -38264,6 +43465,19 @@ "title_aux": "ComfyUI-TextOnSegs" } ], + "https://github.com/nobandegani/comfyui_ino_nodes": [ + [ + "InoBoolToSwitch", + "InoBooleanEqual", + "InoCropImageByBox", + "InoLoadImagesFromFolder", + "InoNotBoolean", + "InoOnImageListCompleted" + ], + { + "title_aux": "ComfyUI Ino Nodes" + } + ], "https://github.com/nobrainX2/comfyUI-customDia": [ [ "Audio retimer", @@ -38302,6 +43516,9 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": [ [ "DynamicQueueCounter", + "FalAPI_Flux2LoraEdit", + "FalAPI_NanoBananaPro", + "FalAPI_QwenEditPlus", "FalAPI_kling_video", "FalAPI_recraft_upscale", "FalAPI_seedance_video", @@ -38323,6 +43540,15 @@ "title_aux": "Node_Fun_ComfyUI" } ], + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": [ + [ + "TemporalMaskRemoveShortObjects", + "TemporalMaskUnion" + ], + { + "title_aux": "ComfyUI Temporal Mask Tools" + } + ], "https://github.com/northumber/ComfyUI-northTools": [ [ "BooleanIndexesToString", @@ -38349,6 +43575,8 @@ "InstantIdAdapterApply", "InstantIdAndControlnetApply", "Kps2dRandomizer", + "Kps2dScale", + "Kps2dScaleBy", "Kps3dFromImage", "Kps3dRandomizer", "KpsCrop", @@ -38360,6 +43588,7 @@ "LoadInsightface", "LoadInstantIdAdapter", "MaskFromKps", + "PreprocessImagAdvancese", "PreprocessImage", "PreprocessImageAdvanced", "RotateImage" @@ -38443,8 +43672,7 @@ "CutForInpaint", "PowerPaint", "PowerPaintCLIPLoader", - "RAUNet", - "Terminal" + "RAUNet" ], { "author": "nullquant", @@ -38462,6 +43690,17 @@ "title_aux": "ComfyUI-FlowChain" } ], + "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": [ + [ + "SeedVR2LoadDiTModel", + "SeedVR2LoadVAEModel", + "SeedVR2TorchCompileSettings", + "SeedVR2VideoUpscaler" + ], + { + "title_aux": "ComfyUI-SeedVR2_VideoUpscaler" + } + ], "https://github.com/numz/Comfyui-Orpheus": [ [ "orpheus", @@ -38473,6 +43712,20 @@ ], "https://github.com/nunchaku-tech/ComfyUI-nunchaku": [ [ + "NunchakuDepthPreprocessor", + "NunchakuFluxDiTLoader", + "NunchakuFluxIPAdapterApply", + "NunchakuFluxLoraLoader", + "NunchakuFluxLoraStack", + "NunchakuFluxPuLIDApplyV2", + "NunchakuIPAdapterLoader", + "NunchakuModelMerger", + "NunchakuPuLIDLoaderV2", + "NunchakuPulidApply", + "NunchakuPulidLoader", + "NunchakuQwenImageDiTLoader", + "NunchakuTextEncoderLoader", + "NunchakuTextEncoderLoaderV2", "NunchakuWheelInstaller" ], { @@ -38604,6 +43857,33 @@ "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" } ], + "https://github.com/obvirm/ComfyUI-WhisperXX": [ + [ + "WhisperXNode" + ], + { + "title_aux": "ComfyUI-WhisperXX" + } + ], + "https://github.com/okdalto/ComfyUI-FlashPortrait": [ + [ + "FlashPortraitFeatureExtractor", + "FlashPortraitLoader", + "FlashPortraitSampler" + ], + { + "title_aux": "ComfyUI-FlashPortrait" + } + ], + "https://github.com/okdalto/ComfyUI-PersonaLive": [ + [ + "PersonaLiveCheckpointLoader", + "PersonaLivePhotoSampler" + ], + { + "title_aux": "ComfyUI-PersonaLive" + } + ], "https://github.com/okdalto/ComfyUI-WithAnyone": [ [ "WithAnyoneArcFaceExtractorNode", @@ -38629,6 +43909,7 @@ [ "ORvEmbeddingsHeatmap", "ORvEmbeddingsSpectrogram", + "ORvShowText", "ORvStringConsoleDebug", "ORvTextEncoderGoogleEmbeddingGemma3" ], @@ -38666,10 +43947,12 @@ ], "https://github.com/olivv-cs/ComfyUI-FunPack": [ [ - "FunPackCLIPLoader", "FunPackContinueVideo", "FunPackImg2LatentInterpolation", "FunPackPromptEnhancer", + "FunPackStoryMemJSONConverter", + "FunPackStoryMemKeyframeExtractor", + "FunPackStoryMemLastFrameExtractor", "FunPackVideoStitch" ], { @@ -38691,7 +43974,6 @@ "Debug String _O", "Debug Text _O", "Debug Text route _O", - "Edit_image _O", "Equation1param _O", "Equation2params _O", "GetImage_(Width&Height) _O", @@ -38709,7 +43991,6 @@ "Text _O", "Text2Image _O", "Trim Text _O", - "VAEDecodeParallel _O", "combine_chat_messages _O", "compine_chat_messages _O", "concat Strings _O", @@ -38952,6 +44233,8 @@ "PDFGetPageCount", "PDFLoad", "PDFMerge", + "PDFPagesToImages", + "PDFPreviewPage", "PDFRotatePages", "PDFSave", "PDFSelectPageAndExtractText" @@ -38997,9 +44280,10 @@ "https://github.com/orion4d/illusion_node": [ [ "AdvancedAutostereogramNode", - "AutostereogramNode", "CheckerboardNode", "ColorImageNode", + "OpticalGeometricNode", + "OpticalIllusionNode", "PatternGeneratorNode", "TessellationNode", "TileImageRepeaterNode" @@ -39029,9 +44313,6 @@ "EasyAspectRatioNode", "GPTImage1", "LLMAIONode", - "LoRASwitcherNode", - "LoRASwitcherNode20", - "LoRASwitcherNode40", "LoraSwitcherDynamic", "StringSplitterNode" ], @@ -39253,8 +44534,7 @@ "RescaleCFGPost", "SamplerGradientEstimation", "SkipFirstStepCFG", - "TCFGAdvanced", - "VAEPadding" + "TCFGAdvanced" ], { "title_aux": "ComfyUI-ppm" @@ -39285,10 +44565,20 @@ "title_aux": "sd-perturbed-attention" } ], + "https://github.com/pantaleone-ai/Comfy-Firefly": [ + [ + "AdobeFireflyTextToImage" + ], + { + "title_aux": "Comfy-Firefly" + } + ], "https://github.com/pants007/comfy-pants": [ [ "CLIPTextEncodeAIO", - "Image Make Square" + "CLIPTextEncodeStylePile Node", + "Image Make Square", + "Image Make Square Node" ], { "title_aux": "pants" @@ -39405,15 +44695,6 @@ "title_aux": "Network Guardian" } ], - "https://github.com/penposs/ComfyUI-Banana-Node": [ - [ - "BananaNode", - "TransparentImageNode" - ], - { - "title_aux": "ComfyUI-Banana-Node" - } - ], "https://github.com/penposs/ComfyUI_Gemini_Pro": [ [ "Gemini File Processing", @@ -39424,6 +44705,15 @@ "title_aux": "ComfyUI Gemini Pro Node" } ], + "https://github.com/penposs/Comfyui-banana2": [ + [ + "BananaNode", + "TransparentImageNode" + ], + { + "title_aux": "Comfyui-banana2" + } + ], "https://github.com/penposs/Comfyui_wan_api": [ [ "WanAPIImageToVideo", @@ -39446,7 +44736,8 @@ "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": [ [ "RandomImageSelector", - "SequentialImageSelector" + "SequentialImageSelector", + "StatefulImageCollector" ], { "title_aux": "ComfyUI-QwenEdit-Urbanism-by-UGA" @@ -39470,6 +44761,14 @@ "title_aux": "comfy-cliption" } ], + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": [ + [ + "DGXSparkSafetensorsLoader" + ], + { + "title_aux": "ComfyUI-DGXSparkSafetensorsLoader" + } + ], "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": [ [ "OrpheusTTSLMStudio" @@ -39577,6 +44876,8 @@ ], "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": [ [ + "Comfyui_Qwen_CUDA/Qwen25_VL", + "Comfyui_Qwen_CUDA/Qwen3", "Qwen25_VL", "Qwen3" ], @@ -39586,7 +44887,6 @@ ], "https://github.com/pictorialink/ComfyUI-Text-Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -39607,6 +44907,7 @@ "DallE3_PoP", "EfficientAttention", "LoadImageResizer_PoP", + "LoraStackLoader10", "LoraStackLoader10_PoP", "LoraStackLoader_PoP", "VAEDecoderPoP", @@ -39661,6 +44962,15 @@ "title_aux": "ComfyUI-Upscale-CUDAspeed" } ], + "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID": [ + [ + "RemoteControl", + "RemoteControlMulti" + ], + { + "title_aux": "mute-bypass by node ID" + } + ], "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": [ [ "FlattenByAlpha" @@ -39758,6 +45068,7 @@ "CRT_AddSettingsAndPrompt", "CRT_DynamicPromptScheduler", "CRT_FileBatchPromptScheduler", + "CRT_KSamplerBatch", "CRT_QuantizeAndCropImage", "CRT_StringBatcher", "CRT_StringSplitter", @@ -39770,7 +45081,6 @@ "ContourFX", "EmptyContext", "EnableLatent", - "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", "FancyNoteNode", "FancyTimerNode", @@ -39783,6 +45093,7 @@ "FluxLoraBlocksPatcher", "FluxSemanticEncoder", "FluxTiledSamplerCustomAdvanced", + "ImageDimensionsFromMegaPixels", "ImageLoaderCrawl", "LatentNoiseInjectionSampler", "LensDistortFX", @@ -39798,6 +45109,7 @@ "PonyUpscaleSamplerWithInjection", "Remove Trailing Comma", "Resolution", + "SamplerSchedulerCrawler", "SamplerSchedulerSelector", "SaveAudioWithPath", "SaveImageWithPath", @@ -39818,7 +45130,8 @@ "Toggle Lora Unet Blocks L2", "Video Duration Calculator", "VideoLoaderCrawl", - "WAN2.2 LoRA Compare Sampler" + "WAN2.2 LoRA Compare Sampler", + "WanVideoLoraSelectMultiImproved" ], { "author": "chflame", @@ -39847,9 +45160,31 @@ ], "https://github.com/pollockjj/ComfyUI-MultiGPU": [ [ + "CLIPLoaderDisTorch2MultiGPU", + "CLIPLoaderMultiGPU", + "CLIPVisionLoaderDisTorch2MultiGPU", + "CLIPVisionLoaderMultiGPU", "CheckpointLoaderAdvancedDisTorch2MultiGPU", "CheckpointLoaderAdvancedMultiGPU", - "UNetLoaderLP" + "CheckpointLoaderSimpleDisTorch2MultiGPU", + "CheckpointLoaderSimpleMultiGPU", + "ControlNetLoaderDisTorch2MultiGPU", + "ControlNetLoaderMultiGPU", + "DiffControlNetLoaderDisTorch2MultiGPU", + "DiffControlNetLoaderMultiGPU", + "DiffusersLoaderDisTorch2MultiGPU", + "DiffusersLoaderMultiGPU", + "DualCLIPLoaderDisTorch2MultiGPU", + "DualCLIPLoaderMultiGPU", + "QuadrupleCLIPLoaderDisTorch2MultiGPU", + "QuadrupleCLIPLoaderMultiGPU", + "TripleCLIPLoaderDisTorch2MultiGPU", + "TripleCLIPLoaderMultiGPU", + "UNETLoaderDisTorch2MultiGPU", + "UNETLoaderMultiGPU", + "UNetLoaderLP", + "VAELoaderDisTorch2MultiGPU", + "VAELoaderMultiGPU" ], { "title_aux": "ComfyUI-MultiGPU" @@ -39885,6 +45220,7 @@ "BMAB Clip Text Encoder SDXL", "BMAB Conditioning To Bind", "BMAB Context", + "BMAB Control Net", "BMAB ControlNet", "BMAB ControlNet IPAdapter", "BMAB ControlNet Openpose", @@ -39894,6 +45230,7 @@ "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", + "BMAB DinoSam", "BMAB Dummy", "BMAB Edge", "BMAB Extractor", @@ -39951,6 +45288,18 @@ "title_aux": "comfyui_bmab" } ], + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": [ + [ + "APILLMLoader", + "CaptionViaAPI", + "ChatViaAPI", + "ExtraParameters", + "GenerateBBOXViaAPI" + ], + { + "title_aux": "ComfyUI-PDiD-LLM-Nodes" + } + ], "https://github.com/princepainter/ComfyUI-PainterI2V": [ [ "PainterI2V" @@ -39975,6 +45324,14 @@ "title_aux": "ComfyUI-PainterLongVideo" } ], + "https://github.com/princepainter/ComfyUI-PainterVideoCombine": [ + [ + "PainterVideoCombine" + ], + { + "title_aux": "ComfyUI-PainterVideoCombine" + } + ], "https://github.com/princepainter/Comfyui-PainterAudioCut": [ [ "PainterAudioCut" @@ -39983,6 +45340,38 @@ "title_aux": "Comfyui-PainterAudioCut" } ], + "https://github.com/princepainter/Comfyui-PainterAudioLength": [ + [ + "PainterAudioLength" + ], + { + "title_aux": "Comfyui-PainterAudioLength" + } + ], + "https://github.com/princepainter/Comfyui-PainterFLF2V": [ + [ + "PainterFLF2V" + ], + { + "title_aux": "PainterFLF2V - First/Last Frame Video Enhancer" + } + ], + "https://github.com/princepainter/Comfyui-PainterSampler": [ + [ + "PainterSampler" + ], + { + "title_aux": "Comfyui-PainterSampler" + } + ], + "https://github.com/princepainter/Comfyui-PainterVRAM": [ + [ + "PainterVRAM" + ], + { + "title_aux": "Comfyui-PainterVRAM" + } + ], "https://github.com/prodogape/ComfyUI-EasyOCR": [ [ "Apply EasyOCR" @@ -40016,6 +45405,7 @@ "Draw Labelme Json", "Load Yolov8 Model", "Load Yolov8 Model From Path", + "Load Yolov8 Model Upload", "Save Labelme Json" ], { @@ -40123,6 +45513,32 @@ "title_aux": "ComfyUI-ImageTagger" } ], + "https://github.com/purzbeats/ComfyUI-Purz": [ + [ + "PurzAnimatedCheckerboard", + "PurzAnimatedNoise", + "PurzAnimatedPolkaDots", + "PurzAnimatedStripes", + "PurzCheckerboardPattern", + "PurzColorAdjust", + "PurzEdgeDetect", + "PurzGradientPattern", + "PurzGridPattern", + "PurzHexagonPattern", + "PurzImageBlur", + "PurzImageFlip", + "PurzImageRotate", + "PurzImageToBlackWhite", + "PurzInteractiveFilter", + "PurzPixelate", + "PurzPolkaDotPattern", + "PurzSimpleNoisePattern", + "PurzStripesPattern" + ], + { + "title_aux": "ComfyUI-Purz" + } + ], "https://github.com/pvlprk/comfyui-pvl-api-nodes": [ [ "PVL Call OpenAI Assistant", @@ -40132,18 +45548,27 @@ "PVL_Any2String", "PVL_BatchAny", "PVL_BooleanLogic", + "PVL_Color_Match", "PVL_ComfyDeploy_LoraPrep", "PVL_ComfyDeploy_Universal", "PVL_Comfydeploy_Avatar_PulID_API", "PVL_Crop2AR", + "PVL_CropToMask", "PVL_EdgeExtend", + "PVL_GeminiSegmentation", "PVL_Gemini_API", "PVL_Gemini_API_Multi", "PVL_Gemini_API_avatar_special", + "PVL_Gemini_with_fallback_API", + "PVL_Gemini_with_fallback_API_Multi", + "PVL_Get_Image_Size", "PVL_Google_NanoBanana_API", "PVL_Google_NanoBanana_API_mandatory_IMG", "PVL_Google_NanoBanana_Multi_API", + "PVL_Google_NanoBanana_PRO_Multi_API", + "PVL_ImageBatchToImageList", "PVL_ImageComposite", + "PVL_ImageListToImageBatch", "PVL_ImageResize", "PVL_ImageStitch", "PVL_Image_Translation_Offset", @@ -40154,6 +45579,7 @@ "PVL_Qwen_Img_Edit_Inpaint", "PVL_Qwen_Img_Edit_Plus", "PVL_SaveOrNot", + "PVL_Seg_Florence2_API", "PVL_SplitString", "PVL_Stitch2Size", "PVL_StringConcatX3", @@ -40162,8 +45588,18 @@ "PVL_StylePicker", "PVL_Switch", "PVL_Switch_Huge", + "PVL_Switch_x10", + "PVL_Switch_x15", + "PVL_Switch_x5", + "PVL_Text_Overlay", "PVL_Txt", "PVL_fal_DepthAnythingV2_API", + "PVL_fal_EvfSam_API", + "PVL_fal_EvfSam_X5_API", + "PVL_fal_Flux2_Camera_Ctrl_API", + "PVL_fal_Flux2_Dev_API", + "PVL_fal_Flux2_Flex_API", + "PVL_fal_Flux2_Pro_API", "PVL_fal_FluxDevPulidAvatar_API", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", @@ -40172,6 +45608,7 @@ "PVL_fal_FluxPulid", "PVL_fal_FluxWithLoraPulID_API", "PVL_fal_FluxWithLora_API", + "PVL_fal_Flux_Dev_Inpaint_API", "PVL_fal_KontextDevInpaint_API", "PVL_fal_KontextDevLora_API", "PVL_fal_KontextMaxMulti_API", @@ -40180,10 +45617,13 @@ "PVL_fal_Kontext_Dev_API", "PVL_fal_LumaPhoton_FlashReframe_API", "PVL_fal_LumaPhoton_Reframe_API", + "PVL_fal_Moondream3_Segment_API", "PVL_fal_NanoBanana_API", "PVL_fal_QwenImage_API", "PVL_fal_RemoveBackground_API", - "PVL_fal_SeeDream4_API" + "PVL_fal_Sam3_Segmentation_API", + "PVL_fal_SeeDream4_API", + "PVL_fal_SeeDream_45_API" ], { "title_aux": "ComfyUI Assistant Node" @@ -40223,7 +45663,6 @@ "LoadText|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", - "MultiPrimitive|pysssss", "PlaySound|pysssss", "Repeater|pysssss", "ReroutePrimitive|pysssss", @@ -40244,6 +45683,17 @@ "title_aux": "ComfyUI WD 1.4 Tagger" } ], + "https://github.com/pzc163/Comfyui-CatVTON": [ + [ + "AutoMasker", + "CatVTON", + "LoadAutoMasker", + "LoadCatVTONPipeline" + ], + { + "title_aux": "Comfyui-CatVTON" + } + ], "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": [ [ "Prompt_Generator", @@ -40417,6 +45867,7 @@ ], "https://github.com/rainlizard/ComfyUI-Raffle": [ [ + "CurvedRescaleCFG", "PreviewHistory", "Raffle", "TagCategoryStrength" @@ -40433,6 +45884,17 @@ "title_aux": "Whirlpool Upscaler" } ], + "https://github.com/rakkarage/ComfyRage": [ + [ + "Debug", + "Notify", + "Pre", + "Show" + ], + { + "title_aux": "ComfyRage" + } + ], "https://github.com/ramesh-x90/ComfyUI_pyannote": [ [ "Speaker Diarization", @@ -40518,6 +45980,71 @@ "title_aux": "Mflux-ComfyUI" } ], + "https://github.com/razvanmatei-sf/comfyui-stillfront": [ + [ + "SFLLMChat", + "SFPromptList", + "SFQwenResolution", + "SFVertexAIImagen3TextToImage", + "SFVertexAIImagen4TextToImage", + "SFVertexAIImagen4Upscale", + "SFVertexAINanaBananaPro", + "SFVertexAINanaBananaProEdit", + "SFVertexAIVeo31ImageToVideo", + "SFVertexAIVeo31TextToVideo", + "SFWaveSpeedClient", + "SFWaveSpeedFluxControlNetUnionPro2", + "SFWaveSpeedFluxKontextDev", + "SFWaveSpeedFluxKontextMax", + "SFWaveSpeedFluxKontextPro", + "SFWaveSpeedImageUpscaler", + "SFWaveSpeedInfiniteTalk", + "SFWaveSpeedInfiniteTalkMulti", + "SFWaveSpeedNanoBananaEdit", + "SFWaveSpeedNanoBananaProEdit", + "SFWaveSpeedNanoBananaProEditMulti", + "SFWaveSpeedNanoBananaProEditUltra", + "SFWaveSpeedNanoBananaProTextToImage", + "SFWaveSpeedNanoBananaProTextToImageMulti", + "SFWaveSpeedNanoBananaProTextToImageUltra", + "SFWaveSpeedNanoBananaTextToImage", + "SFWaveSpeedQwenEdit", + "SFWaveSpeedQwenEditLora", + "SFWaveSpeedQwenEditPlus", + "SFWaveSpeedQwenEditPlusLora", + "SFWaveSpeedQwenTextToImage", + "SFWaveSpeedQwenTextToImageLora", + "SFWaveSpeedRunwayUpscale", + "SFWaveSpeedSeedreamV4", + "SFWaveSpeedSeedreamV4Edit", + "SFWaveSpeedSeedreamV4EditSequential", + "SFWaveSpeedSeedreamV4Sequential", + "SFWaveSpeedSora2ImageToVideo", + "SFWaveSpeedSora2ImageToVideoPro", + "SFWaveSpeedSora2TextToVideo", + "SFWaveSpeedSora2TextToVideoPro", + "SFWaveSpeedVeo31FastImageToVideo", + "SFWaveSpeedVeo31FastTextToVideo", + "SFWaveSpeedVeo31ImageToVideo", + "SFWaveSpeedVeo31ReferenceToVideo", + "SFWaveSpeedVeo31TextToVideo", + "SFWaveSpeedWan22Animate", + "SFWaveSpeedWan22I2V720p", + "SFWaveSpeedWan25ImageEdit", + "SFWaveSpeedWan25ImageToVideo", + "SFWaveSpeedWan25ImageToVideoFast", + "SFWaveSpeedWan25TextToImage", + "SFWaveSpeedWan25TextToVideo", + "SFWaveSpeedWan25TextToVideoFast", + "WaveSpeedAI Qwen Image Text to Image", + "WaveSpeedAI Qwen Image Text to Image LoRA", + "WaveSpeedAI_RunwaymlUpscaleV1Node", + "WaveSpeedAI_Wan22I2V720pNode" + ], + { + "title_aux": "comfyui-stillfront" + } + ], "https://github.com/razvanmatei-sf/razv-llm": [ [ "RazvLLMChat" @@ -40528,6 +46055,7 @@ ], "https://github.com/razvanmatei-sf/razv-wavespeed": [ [ + "WaveSpeedAI Alibaba Wan 2.5 Image Edit", "WaveSpeedAI ByteDance Seedream V4", "WaveSpeedAI ByteDance Seedream V4 Sequential", "WaveSpeedAI Bytedance Seedream V4 Edit", @@ -40538,6 +46066,12 @@ "WaveSpeedAI Flux Kontext Max", "WaveSpeedAI Flux Kontext Pro", "WaveSpeedAI Google Nano Banana Edit", + "WaveSpeedAI Google Nano Banana Pro Edit", + "WaveSpeedAI Google Nano Banana Pro Edit Multi", + "WaveSpeedAI Google Nano Banana Pro Edit Ultra", + "WaveSpeedAI Google Nano Banana Pro Text to Image", + "WaveSpeedAI Google Nano Banana Pro Text to Image Multi", + "WaveSpeedAI Google Nano Banana Pro Text to Image Ultra", "WaveSpeedAI Google Nano Banana Text to Image", "WaveSpeedAI Google VEO 3.1 Fast Image-to-Video", "WaveSpeedAI Google VEO 3.1 Fast Text-to-Video", @@ -40735,6 +46269,14 @@ "title_aux": "ComfyUI-Prediction" } ], + "https://github.com/reeoi/ComfyUI-WebROI": [ + [ + "WebROICapture" + ], + { + "title_aux": "ComfyUI-WebROI" + } + ], "https://github.com/regiellis/ComfyUI-EasyColorCorrector": [ [ "BatchColorCorrection", @@ -40841,8 +46383,65 @@ "title_aux": "Comfyui_saveimage_imgbb" } ], + "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter": [ + [ + "IllustriousPromptSorter" + ], + { + "title_aux": "Comfyui-Prompt-Sorter" + } + ], + "https://github.com/revisionhiep-create/comfyui-standard-trigger-words": [ + [ + "StandardTriggerWordsLoader" + ], + { + "title_aux": "comfyui-standard-trigger-words" + } + ], + "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle": [ + [ + "UniversalTriggerToggle" + ], + { + "title_aux": "comfyui-universal-trigger-toggle" + } + ], + "https://github.com/revisiontony/LoraMangerWebFrame": [ + [ + "LoraWebFrame" + ], + { + "title_aux": "ComfyUI Lora Manager Web Frame" + } + ], "https://github.com/rgthree/rgthree-comfy": [ - [], + [ + "RgthreeAnySwitch", + "RgthreeBigContext", + "RgthreeContext", + "RgthreeContextMerge", + "RgthreeContextMergeBig", + "RgthreeContextSwitch", + "RgthreeContextSwitchBig", + "RgthreeDisplayAny", + "RgthreeDisplayInt", + "RgthreeImageComparer", + "RgthreeImageInsetCrop", + "RgthreeImageOrLatentSize", + "RgthreeImageResize", + "RgthreeKSamplerConfig", + "RgthreeLoraLoaderStack", + "RgthreePowerLoraLoader", + "RgthreePowerPrimitive", + "RgthreePowerPrompt", + "RgthreePowerPromptSimple", + "RgthreePowerPuter", + "RgthreeSDXLEmptyLatentImage", + "RgthreeSDXLPowerPromptPositive", + "RgthreeSDXLPowerPromptSimple", + "RgthreeSeed" + ], { "author": "rgthree", "description": "A bunch of nodes I created that I also find useful.", @@ -40919,7 +46518,6 @@ "RL_CacheMaskSequence", "RL_CivitaiTopImagePrompts", "RL_Crop_Resize", - "RL_Crop_Resize_Batch", "RL_Finetune_Analyze", "RL_Finetune_Analyze_Batch", "RL_Finetune_Variable", @@ -41010,6 +46608,27 @@ "title_aux": "comfyUI_FrequencySeparation_RGB-HSV" } ], + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": [ + [ + "Flux2FlexImageEdit", + "Flux2FlexTextToImage", + "Flux2ProImageEdit", + "Flux2ProTextToImage" + ], + { + "title_aux": "ComfyUI-Floyo-Flux2-API-node" + } + ], + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [ + [ + "ImageArray", + "ImageEqualizer", + "RandomSubset" + ], + { + "title_aux": "Img Label Tools" + } + ], "https://github.com/rkfg/ComfyUI-Dia_tts": [ [ "DiaModelLoader", @@ -41019,6 +46638,17 @@ "title_aux": "Dia realistic TTS" } ], + "https://github.com/rnbwdsh/ComfyUI-LatentWalk": [ + [ + "LatentWalkConditional", + "LatentWalkConditionalRandom", + "LatentWalkNoise", + "LatentWalkVae" + ], + { + "title_aux": "Latent Walk" + } + ], "https://github.com/rndnanthu/ComfyUI-RndNanthu": [ [ "AutoGradePro", @@ -41113,6 +46743,7 @@ [ "ComfyUIAppstoreHost", "ComfyUIAppstoreParam", + "ComfyUIAppstoreSaveImage", "sdAppstore_saveImage" ], { @@ -41185,6 +46816,27 @@ "title_aux": "Danbooru Tags Upsampler for ComfyUI" } ], + "https://github.com/rookiestar28/ComfyUI_Text_Processor": [ + [ + "AddTextToImage", + "AdvancedImageSaver", + "AdvancedTextFilter", + "EvaluateFloats", + "EvaluateInts", + "EvaluateStrs", + "ImageCropper", + "TP_LoadMask", + "TP_SaveMask", + "TextInput", + "TextScraper", + "TextStorageReader", + "TextStorageWriter", + "WildcardsNode" + ], + { + "title_aux": "ComfyUI Text Processor" + } + ], "https://github.com/roundyyy/ComfyUI-mesh-simplifier": [ [ "MeshSimplifierNode" @@ -41255,23 +46907,14 @@ "title_aux": "ComfyUI-TranscriptionTools" } ], - "https://github.com/rslosch/ComfyUI-EZ_Prompts": [ - [ - "EZPromptsNode", - "LoadImageSetFromFolderSortedNode", - "PadImageForOutpaintByAspectRatio" - ], - { - "title_aux": "ComfyUI-EZ_Prompts" - } - ], "https://github.com/rslosch/comfyui-nodesweet": [ [ "BboxDetectorBatch", "BboxDetectorBatchChunked", "BboxDetectorBatchForEach", "LoadImageSetFromFolderSortedNode", - "MultilineStringRepeater" + "MultilineStringRepeater", + "SortImageSetFromFolderSortedNode" ], { "title_aux": "ComfyUI Batch BBox Detector" @@ -41316,7 +46959,8 @@ ], "https://github.com/ru4ls/ComfyUI_Nano_Banana": [ [ - "NanoBanana" + "NanoBananaAIO", + "NanoBananaMultiTurnChat" ], { "title_aux": "ComfyUI_Nano_Banana" @@ -41364,7 +47008,8 @@ "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": [ [ "PoseAlignTwoToOne", - "PoseViewer" + "PoseViewer", + "SimpleTestNode" ], { "title_aux": "ComfyUI_PoseAlign" @@ -41630,12 +47275,10 @@ "DepthBlender", "DepthFeatureNode", "DepthInjection", - "DepthMapProtrusion", "DepthRippleEffect", "DepthShapeModifier", "DepthShapeModifierPrecise", "Doom_", - "DownloadCREPEModel", "DownloadOpenUnmixModel", "DrawableFeatureNode", "DyeImage", @@ -41676,7 +47319,6 @@ "FlexAudioVisualizerCircular", "FlexAudioVisualizerContour", "FlexAudioVisualizerLine", - "FlexFeatureAttentionControl", "FlexImageBloom", "FlexImageChromaticAberration", "FlexImageColorGrade", @@ -41733,13 +47375,13 @@ "LocationFromPoint", "LocationTransform", "MIDIFeatureExtractor", + "MIDILoadAndExtract", "MIDILoader", "MIDIToAudio", "ManualFeatureFromPipe", "ManualFeatureNode", "ManualFeaturePipe", "ManualWhisperAlignmentData", - "MaskCompositePlus", "MaskMath", "MaskMorph", "MaskRings", @@ -41761,7 +47403,6 @@ "PitchRangeByNoteNode", "PitchRangePreset", "PitchVisualizer", - "PoseInterpolator", "PreviewFeature", "ProximityFeatureNode", "ProximityVisualizer", @@ -41802,7 +47443,7 @@ "QwenImageSize" ], { - "title_aux": "ComfyUI-Qwen-Image-Size-Picker" + "title_aux": "ComfyUI Qwen Image Size Picker" } ], "https://github.com/s9roll7/comfyui_cotracker_node": [ @@ -41885,6 +47526,8 @@ "GeminiUtilOptions", "LLMStudioOptions", "LLMStudioPictureDescribe", + "LLMStudioStructuredDescribe", + "LLMStudioStructuredVideoDescribe", "LLMStudioVideoDescribe", "LoRAInfoExtractor", "MediaDescribe", @@ -41892,8 +47535,6 @@ "MediaSelection", "MultiCaptionCombiner", "ShowText", - "SuperDualLoraLoader", - "SuperLoraLoader", "VACEDepthAnnotator", "VACEFlowAnnotator", "VACEScribbleAnnotator", @@ -41929,7 +47570,8 @@ ], "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": [ [ - "Advanced Text Overlay" + "Advanced Text Overlay", + "Advanced Text Overlay - Video" ], { "title_aux": "Advanced Text Overlay" @@ -41937,11 +47579,21 @@ ], "https://github.com/scofano/ComfyUI-Simple-video-effects": [ [ + "AdvancedFolderVideoCombiner", "CameraMoveNode", + "CameraMoveVideoNode", "CameraShakeNode", + "CameraShakeVideoNode", + "CloseUpNode", + "ImageTransitionNode", + "MergeVideoAudioNode", + "VideoImageOverlay", "VideoOverlay", + "VideoOverlayBatch", + "VideoSplitterNode", "ZoomSequenceBatchNode", - "ZoomSequenceNode" + "ZoomSequenceNode", + "ZoomSequenceVideoNode" ], { "title_aux": "Simple Video Effects" @@ -42002,8 +47654,11 @@ "https://github.com/seanlynch/comfyui-optical-flow": [ [ "Apply optical flow", + "ApplyOpticalFlow", "Compute optical flow", - "Visualize optical flow" + "ComputeOpticalFlow", + "Visualize optical flow", + "VisualizeOpticalFlow" ], { "title_aux": "ComfyUI Optical Flow" @@ -42014,12 +47669,27 @@ "SRL Conditional Interrrupt", "SRL Eval", "SRL Filter Image List", - "SRL Format String" + "SRL Format String", + "SrlConditionalInterrupt", + "SrlEval", + "SrlFilterImageList", + "SrlFormatString" ], { "title_aux": "SRL's nodes" } ], + "https://github.com/sebagallo/comfyui-sg-llama-cpp": [ + [ + "LlamaCPPEngine", + "LlamaCPPMemoryCleanup", + "LlamaCPPModelLoader", + "LlamaCPPOptions" + ], + { + "title_aux": "comfyui-sg-llama-cpp" + } + ], "https://github.com/sebord/ComfyUI-LMCQ": [ [ "LmcqCodeDecryptionLoader", @@ -42144,14 +47814,18 @@ "ApplyVisualStylePrompting_", "AreaToMask", "AudioPlay", + "AudioToPrompt", "CenterImage", + "ChinesePrompt_Mix", "CkptNames_", + "ClipInterrogator", "Color", "ComparingTwoFrames_", "CompositeImages_", "CreateJsonNode", "DepthViewer", "DynamicDelayProcessor", + "EditMask", "EmbeddingPrompt", "EnhanceImage", "FaceToMask", @@ -42168,22 +47842,29 @@ "ImageBatchToList_", "ImageColorTransfer", "ImageCropByAlpha", + "ImageListReplace_", "ImageListToBatch_", "ImagesPrompt_", "IncrementingListNode_", "IntNumber", "JoinWithDelimiter", "KeyInput", + "LaMaInpainting", "LimitNumber", "ListSplit_", "LoadImagesFromPath", "LoadImagesFromURL", "LoadImagesToBatch", + "LoadTripoSRModel_", + "LoadVQGAN", + "LoadVideoAndSegment_", + "LoadVideoFromURL", + "LoadWhisperModel_", "LoraNames_", - "LoraPrompt", "MaskListMerge_", "MaskListReplace_", "MergeLayers", + "MiniCPM_VQA_Simple", "MirroredImage", "MultiplicationNode", "NewLayer", @@ -42191,16 +47872,24 @@ "OutlineMask", "P5Input", "PreviewMask_", + "Prompt2Semantic", + "PromptGenerate_Mix", "PromptImage", "PromptSimplification", "PromptSlide", "RandomPrompt", + "RembgNode_Mix", "ResizeImageMixlab", "SamplerNames_", "SaveImageAndMetadata_", "SaveImageToLocal", + "SaveTripoSRMesh", + "SceneInfoNode", + "ScenedetectNode_", "ScreenShare", "Seed_", + "Semantic2Audio", + "SenseVoiceNode", "ShowLayer", "SmoothMask", "SpeechRecognition", @@ -42218,8 +47907,12 @@ "TextInput_", "TextToNumber", "TransparentImage", - "VAEDecodeConsistencyDecoder", - "VAELoaderConsistencyDecoder" + "TripoSRSampler_", + "VideoCombine_Adv", + "VideoGenKlingNode", + "VideoGenLumaDreamMachineNode", + "VideoGenRunwayGen3Node", + "WhisperTranscribe_" ], { "title_aux": "comfyui-mixlab-nodes" @@ -42346,7 +48039,6 @@ ], "https://github.com/shiimizu/ComfyUI-TiledDiffusion": [ [ - "NoiseInversion", "SpotDiffusionParams_TiledDiffusion", "TiledDiffusion", "VAEDecodeTiled_TiledDiffusion", @@ -42416,18 +48108,6 @@ "title_aux": "comfyui-get-meta" } ], - "https://github.com/shinich39/comfyui-no-one-above-me": [ - [ - "NoOneAboveMe" - ], - { - "author": "shinich39", - "description": "Fix node to top.", - "nickname": "comfyui-no-one-above-me", - "title": "comfyui-no-one-above-me", - "title_aux": "comfyui-no-one-above-me" - } - ], "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": [ [ "LoRA_TagLoader" @@ -42465,11 +48145,6 @@ ], "https://github.com/silveroxides/ComfyUI-ModelUtils": [ [ - "CLIPMetaKeys", - "CLIPPruneKeys", - "CLIPRenameKeys", - "CLIPThreeMerger", - "CLIPTwoMerger", "CheckpointMetaKeys", "CheckpointPruneKeys", "CheckpointRenameKeys", @@ -42485,16 +48160,29 @@ "LoRARenameKeys", "LoRAThreeMerger", "LoRATwoMerger", - "UNetMetaKeys", - "UNetPruneKeys", - "UNetRenameKeys", - "UNetThreeMerger", - "UNetTwoMerger" + "ModelMetaKeys", + "ModelPruneKeys", + "ModelRenameKeys", + "ModelThreeMerger", + "ModelTwoMerger", + "TextEncoderMetaKeys", + "TextEncoderPruneKeys", + "TextEncoderRenameKeys", + "TextEncoderThreeMerger", + "TextEncoderTwoMerger" ], { "title_aux": "Model Utility Toolkit" } ], + "https://github.com/silveroxides/ComfyUI-RR-JointTagger": [ + [ + "RRJointTagger|redrocket" + ], + { + "title_aux": "ComfyUI-RR-JointTagger" + } + ], "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": [ [ "SaveA1111WeightedEmbeddings", @@ -42527,6 +48215,7 @@ ], "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": [ [ + "HybridConfigNode", "ScaledFP8HybridCheckpointLoader", "ScaledFP8HybridUNetLoader" ], @@ -42554,6 +48243,7 @@ [ "AV_AwsBedrockClaudeApi", "AV_AwsBedrockMistralApi", + "AV_CheckpointLoader", "AV_CheckpointMerge", "AV_CheckpointModelsToParametersPipe", "AV_CheckpointSave", @@ -42564,7 +48254,11 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_FaceDetailer", + "AV_FaceDetailerPipe", "AV_GeminiApi", + "AV_IPAdapter", + "AV_IPAdapterPipe", "AV_LLMApiConfig", "AV_LLMChat", "AV_LLMCompletion", @@ -42580,6 +48274,7 @@ "AV_PromptsToParametersPipe", "AV_SAMLoader", "AV_VAELoader", + "AnimateDiffFrameCalculator", "AspectRatioSelector", "BLIPCaption", "BLIPLoader", @@ -42593,6 +48288,8 @@ "DownloadISNetModel", "Fooocus_KSampler", "Fooocus_KSamplerAdvanced", + "Fooocus_KSamplerEfficient", + "Fooocus_KSamplerEfficientAdvanced", "GetBoolFromJson", "GetFloatFromJson", "GetIntFromJson", @@ -42617,6 +48314,7 @@ "LoadJsonFromText", "LoadJsonFromUrl", "LoadLaMaModel", + "LoadVideoFromUrl", "MergeModels", "NumberScaler", "OverlayInpaintedImage", @@ -42652,6 +48350,7 @@ "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": [ [ "CheckpointLoader_v2", + "CreateImageList", "HolocineFrames", "ImageBlend_GPU", "ImageRadialZoomBlur_GPU", @@ -42676,6 +48375,23 @@ "title_aux": "ComfyUI-WanVideoWrapper_QQ" } ], + "https://github.com/siray-ai/siray-comfyui": [ + [ + "Siray Client", + "Siray Video Player" + ], + { + "title_aux": "siray-comfyui" + } + ], + "https://github.com/sirouk/chutes-comfyui-node": [ + [ + "ChutesWanVideoFast" + ], + { + "title_aux": "chutes-comfyui-node" + } + ], "https://github.com/sittere/ComfyUI-YK_Line-loading": [ [ "MultiTextLoader" @@ -42725,6 +48441,16 @@ "title_aux": "Skycoder Tools" } ], + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ + [ + "SID_LLM_API", + "SID_LLM_Local", + "SID_ZImagePromptGenerator" + ], + { + "title_aux": "ComfyUI-AI-Photography-Toolkit" + } + ], "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [ [ "SmartFormatString", @@ -42874,6 +48600,7 @@ "Glm_4v_9b", "Glm_Lcoal_Or_Repo", "ZhipuaiApi_Character", + "ZhipuaiApi_Img", "ZhipuaiApi_Txt", "ZhipuaiApi_img" ], @@ -42881,6 +48608,21 @@ "title_aux": "ComfyUI_ChatGLM_API" } ], + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": [ + [ + "ChronoEdit_SM_Enhance", + "ChronoEdit_SM_Enhance_Loader", + "ChronoEdit_SM_KSampler", + "ChronoEdit_SM_Latent", + "ChronoEdit_SM_LoadVAE", + "ChronoEdit_SM_Lora", + "ChronoEdit_SM_Model", + "ChronoEdit_SM_Vae" + ], + { + "title_aux": "ComfyUI_ChronoEdit_SM" + } + ], "https://github.com/smthemex/ComfyUI_CustomNet": [ [ "CustomNet_LoadModel", @@ -42929,13 +48671,27 @@ ], "https://github.com/smthemex/ComfyUI_DiffuEraser": [ [ - "DiffuEraserLoader", - "DiffuEraserSampler" + "DiffuEraser_Loader", + "DiffuEraser_PreData", + "DiffuEraser_Sampler", + "Propainter_Loader", + "Propainter_Sampler" ], { "title_aux": "ComfyUI_DiffuEraser" } ], + "https://github.com/smthemex/ComfyUI_DyPE": [ + [ + "DyPE_Condition", + "DyPE_Encode", + "DyPE_KSampler", + "DyPE_Model" + ], + { + "title_aux": "ComfyUI_DyPE" + } + ], "https://github.com/smthemex/ComfyUI_EchoMimic": [ [ "Echo_LoadModel", @@ -42956,6 +48712,16 @@ "title_aux": "ComfyUI_Face_Anon_Simple" } ], + "https://github.com/smthemex/ComfyUI_FlashVSR": [ + [ + "FlashVSR_SM_KSampler", + "FlashVSR_SM_Model", + "FlashVSR_SM_VideoPathLoop" + ], + { + "title_aux": "ComfyUI_FlashVSR" + } + ], "https://github.com/smthemex/ComfyUI_FoleyCrafter": [ [ "FoleyCrafter_LoadModel", @@ -42975,10 +48741,21 @@ "title_aux": "ComfyUI_FollowYourEmoji" } ], + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing": [ + [ + "Qwen_Edit_GRAG_SM_Encode", + "Qwen_Edit_GRAG_SM_KSampler", + "Qwen_Edit_GRAG_SM_Model" + ], + { + "title_aux": "ComfyUI_GRAG_Image_Editing" + } + ], "https://github.com/smthemex/ComfyUI_Hallo2": [ [ "HalloLoader", "HalloPreImgAndAudio", + "HalloSampler", "HallosSampler", "HallosUpscaleloader", "HallosVideoUpscale" @@ -42990,6 +48767,7 @@ "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [ [ "HI_Diffusers_Model_Loader", + "Hi_Hi_Sampler", "Hi_Sampler" ], { @@ -43056,6 +48834,19 @@ "title_aux": "ComfyUI_Llama3_8B" } ], + "https://github.com/smthemex/ComfyUI_LucidFlux": [ + [ + "LucidFlux_SM_Cond", + "LucidFlux_SM_Diff_Model", + "LucidFlux_SM_Diffbir", + "LucidFlux_SM_Encode", + "LucidFlux_SM_KSampler", + "LucidFlux_SM_Model" + ], + { + "title_aux": "ComfyUI_LucidFlux" + } + ], "https://github.com/smthemex/ComfyUI_MS_Diffusion": [ [ "MS_Object_img_Batch", @@ -43105,10 +48896,23 @@ "title_aux": "ComfyUI_OmniParser" } ], + "https://github.com/smthemex/ComfyUI_OmniPart": [ + [ + "OmniPart_SM_KSampler", + "OmniPart_SM_MergeImg", + "OmniPart_SM_Model", + "OmniPart_SM_PreImg", + "OmniPart_SM_PreModel", + "OmniPart_SM_Prebox" + ], + { + "title_aux": "ComfyUI_OmniPart" + } + ], "https://github.com/smthemex/ComfyUI_OmniSVG": [ [ - "OmniSVGLoader", - "OmniSVGSampler" + "OmniSVG_Loader", + "OmniSVG_Sampler" ], { "title_aux": "ComfyUI_OmniSVG" @@ -43255,6 +49059,15 @@ "title_aux": "ComfyUI_Stable_Makeup" } ], + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": [ + [ + "Step_Audio_EditX_SM_KSampler", + "Step_Audio_EditX_SM_Model" + ], + { + "title_aux": "ComfyUI_Step_Audio_EditX_SM" + } + ], "https://github.com/smthemex/ComfyUI_StoryDiffusion": [ [ "Comic_Type", @@ -43270,6 +49083,7 @@ ], "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [ [ + "Load_Stream", "Stream_Lora_Loader", "Stream_Model_Loader", "Stream_Sampler" @@ -43288,9 +49102,19 @@ "title_aux": "ComfyUI_TRELLIS" } ], + "https://github.com/smthemex/ComfyUI_UltraFlux": [ + [ + "UltraFlux_SM_KSampler", + "UltraFlux_SM_Model" + ], + { + "title_aux": "ComfyUI_UltraFlux" + } + ], "https://github.com/smthemex/ComfyUI_VisualCloze": [ [ "Img_Quadruple", + "MSdiffusion_Aplly", "VisualCloze_Aplly", "VisualCloze_CLIPText", "VisualCloze_KSampler" @@ -43380,14 +49204,29 @@ ], "https://github.com/sonnybox/ComfyUI-SuperNodes": [ [ - "SuperCalculateTiles", + "ImageMaskCrop", + "ImageSizeCalculator", + "RestoreMaskCrop", + "SigmaSmoother", + "SigmasRescale", "SuperCreateTiles", + "SuperSVRCalcTiles", "SuperStitchTiles" ], { "title_aux": "ComfyUI-SuperNodes" } ], + "https://github.com/sooxt98/comfyui_longcat_image": [ + [ + "LongCatImageEdit", + "LongCatImageModelLoader", + "LongCatImageTextToImage" + ], + { + "title_aux": "comfyui_longcat_image" + } + ], "https://github.com/souki202/ComfyUI-LoadImage-Advanced": [ [ "ColorAdjustment", @@ -43437,7 +49276,9 @@ ], "https://github.com/space-nuko/nui-suite": [ [ + "Nui.DynamicPromptsTextEncode", "Nui.DynamicPromptsTextGen", + "Nui.FeelingLuckyTextEncode", "Nui.FeelingLuckyTextGen", "Nui.OutputString" ], @@ -43486,7 +49327,6 @@ ], "https://github.com/spacepxl/ComfyUI-RAVE": [ [ - "ConditioningDebug", "ImageGridCompose", "ImageGridDecompose", "KSamplerRAVE", @@ -43557,6 +49397,15 @@ "title_aux": "comfyui-lsnet" } ], + "https://github.com/speige/ComfyUI_Make-It-Animatable": [ + [ + "MakeItAnimatableRig", + "MakeItAnimatableRigGS" + ], + { + "title_aux": "ComfyUI_Make-It-Animatable" + } + ], "https://github.com/spinagon/ComfyUI-seam-carving": [ [ "SeamCarving" @@ -43576,27 +49425,6 @@ "title_aux": "Seamless tiling Node for ComfyUI" } ], - "https://github.com/spiralmountain/ComfyUI_HDNodes": [ - [ - "CombineVideoAudio", - "DownloadVideo", - "FalAudioGeneration", - "OllamaImageToMusicPrompt", - "PreviewVideo", - "SeedanceImageToVideo", - "StitchVideos", - "spiralmountain_cyclingswitch", - "spiralmountain_cyclingswitchany", - "spiralmountain_fluxkontext", - "spiralmountain_fluxproultra", - "spiralmountain_openaivisionqc", - "spiralmountain_randomswitch", - "spiralmountain_randomswitchany" - ], - { - "title_aux": "ComfyUI_HDNodes" - } - ], "https://github.com/spro/comfyui-mirror": [ [ "LatentMirror" @@ -43607,6 +49435,7 @@ ], "https://github.com/sputnik57/comfyui-prompt-logger": [ [ + "Prompt Logger Unified v2", "PromptLoggerUnified", "PromptLoggerUnified_v2" ], @@ -43651,7 +49480,8 @@ "KRestartSamplerCustom", "KRestartSamplerSimple", "RestartSampler", - "RestartScheduler" + "RestartScheduler", + "RestartSelfTest" ], { "title_aux": "Restart Sampling" @@ -43666,6 +49496,26 @@ "title_aux": "ComfyUI roop" } ], + "https://github.com/ssspace1/SSpack_ComfyUI": [ + [ + "SSCheckpointLoader", + "SSCheckpointSelector", + "SSCheckpointSelector12", + "SSCheckpointSelector6", + "SSFilter", + "SSImageNodeAnnotator", + "SSJsonOutput", + "SSLoRAStackApplier", + "SSLoraSelector", + "SSRandomLoraApplier", + "SSSavedImageLoader", + "SSTextWeight", + "SS_SDXL_AutoResize" + ], + { + "title_aux": "SSpack_ComfyUI" + } + ], "https://github.com/stavsap/comfyui-downloader": [ [ "DownloadSummaryParser", @@ -43856,6 +49706,23 @@ "title_aux": "ComfyUI-sudo-latent-upscale" } ], + "https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion": [ + [ + "CameraTrajectory_T2", + "MergeMeshSequences", + "MeshRenderer", + "MeshSequenceRenderer", + "MultiAngleCamera", + "OnionSkinning", + "RenderingEffects", + "Trellis2Predict", + "Trellis2VideoAngleShift", + "VideoToMeshes" + ], + { + "title_aux": "ComfyUI-TRELLIS2_Motion" + } + ], "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": [ [ "ABCD_BitDepthEnhancement", @@ -43948,6 +49815,7 @@ "NukeChannelShuffle", "NukeColorBars", "NukeColorCorrect", + "NukeConstant", "NukeCornerPin", "NukeCrop", "NukeDefocus", @@ -43966,6 +49834,17 @@ "title_aux": "Nuke Nodes for ComfyUI" } ], + "https://github.com/supElement/ComfyUI_Element_easy": [ + [ + "EmptyImageRGB_Element", + "MaskStroke_Element", + "RandomCharacterGenerator", + "TextLineBreak_Element" + ], + { + "title_aux": "ComfyUI_Element_easy" + } + ], "https://github.com/superyoman/comfyui_lumaAPI": [ [ "LUMA_API_YoC", @@ -44001,6 +49880,18 @@ "title_aux": "ComfyUI-RetroDiffusion-API-Node" } ], + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": [ + [ + "ImageAlphaCrop", + "ImageAlphaCropAdvanced", + "LoadImageWithAlpha", + "LoadImagesFromPathRGBA", + "SaveImageRGBA" + ], + { + "title_aux": "ComfyUI-ImageAlphaCrop" + } + ], "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [ [ "harmonizer" @@ -44072,6 +49963,15 @@ "title_aux": "Vid2vid" } ], + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": [ + [ + "JMGeminiImageGenerator", + "JMGeminiVideoGenerator" + ], + { + "title_aux": "ComfyUI-JM-Gemini-API" + } + ], "https://github.com/synthetai/ComfyUI-JM-KLing-API": [ [ "JM-KLingAI-API/api-key", @@ -44162,6 +50062,8 @@ ], "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [ [ + "Elevenlabs text to effect", + "Elevenlabs text to speech", "ElevenlabsTextToEffect", "ElevenlabsTextToSpeech" ], @@ -44169,6 +50071,16 @@ "title_aux": "ComfyUI ElevenLabs API integration" } ], + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI": [ + [ + "MetaAiBrowserNode", + "MetaAiImageGenerator", + "MetaAiSingleVideoGenerator" + ], + { + "title_aux": "ComfyUI-MetaAI" + } + ], "https://github.com/szhublox/ambw_comfyui": [ [ "Auto Merge Block Weighted", @@ -44181,6 +50093,15 @@ "title_aux": "Auto-MBW" } ], + "https://github.com/t22m003/ComfyUI_LoopNode": [ + [ + "SimpleForLoop", + "SimpleForLoopRange" + ], + { + "title_aux": "ComfyUI_LoopNode" + } + ], "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": [ [ "ComfyNodesToSaveCanvas", @@ -44306,6 +50227,15 @@ "title_aux": "ComfyUI-ImageTransformer" } ], + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": [ + [ + "FaceCLIPSDXLGenerate", + "FaceCLIPTextImageEncode" + ], + { + "title_aux": "FaceCLIP-ComfyUI" + } + ], "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": [ [ "Tea_ImageCheckpointFromPath", @@ -44347,12 +50277,22 @@ "https://github.com/terefang/ComfyUI-Terefang-Nodes": [ [ "Terefang Simple Latent Image", - "Terefang Wildcards" + "Terefang Wildcards", + "TerefangSimpleLatentImage", + "TerefangWildcards" ], { "title_aux": "ComfyUI-Terefang-Nodes" } ], + "https://github.com/tester4488/mc_qwen": [ + [ + "McTextEncodeQwenImEditPlus" + ], + { + "title_aux": "mc_qwen" + } + ], "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": [ [ "ReadXMPMetadata", @@ -44402,6 +50342,22 @@ "title_aux": "ComfyUI LoadImageWithFilename" } ], + "https://github.com/thatname/Comfyui_CharaConsist": [ + [ + "BatchedMaskedReferenceGen", + "ConditioningMatchMask", + "ExtractAttn", + "GenConsistent", + "GetCrossSim", + "MaskToPatchMask", + "MasksToPatches", + "PreviewSubjectMask", + "ReferenceConditionCombine" + ], + { + "title_aux": "Comfyui_CharaConsist" + } + ], "https://github.com/theAdamColton/ComfyUI-texflow-extension": [ [ "Load Texflow Depth Image", @@ -44413,7 +50369,8 @@ ], "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": [ [ - "Load Styles CSV" + "Load Styles CSV", + "StylesCSVLoader" ], { "title_aux": "Styles CSV Loader Extension for ComfyUI" @@ -44443,10 +50400,14 @@ [ "CLIPTokenCounter", "DivergentGeminiNode", - "KoboldCppApiNode", + "GeminiBatchProcess", + "ImageInfo", "LoraStrengthXYPlot", "MusiQNode", - "SaveImageEnhancedNode" + "PreviewText", + "PromptCombiner", + "SaveImageEnhancedNode", + "StringToList" ], { "title_aux": "Divergent Nodes" @@ -44462,6 +50423,14 @@ "title_aux": "ComfyUI-FaceCalloutNode" } ], + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner": [ + [ + "NvidiaCaptionerNode" + ], + { + "title_aux": "ComfyUI-NvidiaCaptioner" + } + ], "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": [ [ "FluxEmptyLatent", @@ -44482,6 +50451,14 @@ "title_aux": "Together Vision Node" } ], + "https://github.com/theshubzworld/ComfyUI-Universal-Latent": [ + [ + "UniversalLatent" + ], + { + "title_aux": "ComfyUI-Universal-Latent" + } + ], "https://github.com/theshubzworld/ComfyUI-ollama_killer": [ [ "OllamaKiller" @@ -44500,6 +50477,18 @@ "title_aux": "ComfyUI-CSM-Nodes" } ], + "https://github.com/thezveroboy/ComfyUI-ClipReshaper": [ + [ + "CR_ConditioningAssertDim", + "CR_ConditioningInspect", + "CR_ConditioningLinearProject", + "CR_ConditioningPadOrSlice", + "CR_SDXLMetadataEnsure" + ], + { + "title_aux": "ComfyUI-ClipReshaper" + } + ], "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": [ [ "CLIPSkip" @@ -44569,6 +50558,14 @@ "title_aux": "ComfyUI MLX Nodes" } ], + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": [ + [ + "KiraLora_EQ" + ], + { + "title_aux": "ComfyUI-KiraLoraEQ" + } + ], "https://github.com/tianguanggliu/Utools": [ [ "UTools" @@ -44617,6 +50614,16 @@ "title_aux": "Custom nodes for llm chat with optional image input" } ], + "https://github.com/tigeryy2/comfyui-structured-outputs": [ + [ + "AttributeNode", + "AttributeToTextNode", + "StructuredOutputNode" + ], + { + "title_aux": "ComfyUI Structured Outputs" + } + ], "https://github.com/tighug/comfyui-eagle-feeder": [ [ "EagleFeederAnimatedWebp", @@ -44667,7 +50674,10 @@ "TALMStudioSmartLoader", "TALoadCheckpointModelWithName", "TALoadDiffusionModelWithName", - "TALoadGGUFModelWithName" + "TALoadGGUFModelWithName", + "TAPromptController", + "TASaveImageWithPrompt", + "ta_captioning" ], { "title_aux": "TA-ComfyUI-Nodes-Pack" @@ -44718,7 +50728,9 @@ "https://github.com/toxicwind/ComfyUI-TTools": [ [ "TTools Extract JSON", - "TTools SD3 Resolution Solver" + "TTools SD3 Resolution Solver", + "TToolsExtractJson", + "TToolsSD3ResolutionSolver" ], { "title_aux": "TTools for ComfyUI" @@ -44740,18 +50752,23 @@ "ComfyCoupleRegionExtractor", "ComfyCoupleRegionVisualizer", "Depth to normal", + "Depth_to_normal", "Direct Screen Capture", + "Direct_screenCap", "Export glb", + "Export_glb", "ImageResize_Padding", "JoinPose", "LatentDelay", "Load Random Text From File", "LoadWebcamImage", + "Load_Random_Text_From_File", "OpenposeEditorNode", "PoseKeypointToCoordStr", "PoseToMaskNode", "Pose_Inter", "Remove noise", + "Remove_noise", "SaveImagetoPath", "VisualAreaMask" ], @@ -44759,6 +50776,25 @@ "title_aux": "ComfyUI_toyxyz_test_nodes" } ], + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": [ + [ + "ZImageLoader", + "ZImageSampler" + ], + { + "title_aux": "ComfyUI-Z-Image-Turbo" + } + ], + "https://github.com/tppp2806/ComfyUI-YoloTrack": [ + [ + "MaskCropExtractNode", + "YOLODetectionNode", + "YOLOTrackingNode" + ], + { + "title_aux": "ComfyUI-YoloTrack" + } + ], "https://github.com/traugdor/ComfyUI-Riffusion": [ [ "RiffusionNode", @@ -44794,6 +50830,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -44849,6 +50886,36 @@ "title_aux": "quadmoon's ComfyUI nodes" } ], + "https://github.com/tristanvdb/ComfyUI-toolset": [ + [ + "AnimatedSlideshowWithText", + "CompleteScheduleSDXL", + "FloatAbsolute", + "FloatBinaryOperator", + "FloatNegative", + "FloatToInteger", + "IntegerAbsolute", + "IntegerBinaryOperator", + "IntegerNegative", + "IntegerToFloat", + "InteractiveImageSelector", + "ListToSchedule", + "LoadMatchingImageBatch", + "LoadMostRecentImage", + "MapToSchedule", + "MultiScaleFinal", + "MultiScaleInit", + "MultiScaleLoop", + "RepeatLatentsByList", + "ScaleOperator", + "SelectLatentsByIndices", + "StringToFloat", + "StringToInteger" + ], + { + "title_aux": "ComfyUI-toolset" + } + ], "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [ [ "FreqSeparationSharpen", @@ -44860,6 +50927,7 @@ ], "https://github.com/tritant/ComfyUI_CreaPrompt": [ [ + "CSL", "CreaPrompt", "CreaPrompt List", "CreaPrompt_0", @@ -44984,29 +51052,8 @@ ], "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [ [ - "ConditioningAddNoise", - "ConditioningFrequencyMerge", - "ConditioningFrequencySplit", - "ConditioningGaussianBlur", - "ConditioningScale", - "ImageAddNoise", - "ImageFractalBrownianMotion", - "ImagePerlinFractalNoise", - "ImageReactionDiffusion", - "ImageSimplexNoise", - "ImageSwirlNoise", - "ImageWorleyNoise", - "LatentAddNoise", - "LatentForwardDiffusion", - "LatentFractalBrownianMotion", - "LatentFrequencySplit", - "LatentGaussianBlur", "LatentHybridInverter", - "LatentPerlinFractalNoise", - "LatentReactionDiffusion", - "LatentSimplexNoise", - "LatentSwirlNoise", - "LatentWorleyNoise", + "MemoryDiagnosticsPassThrough", "QwenRectifiedFlowInverter" ], { @@ -45015,9 +51062,12 @@ ], "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": [ [ + "DyPEQwenImage", "FlowMatchingProgressiveUpscaler", "FlowMatchingStage", - "LatentChannelStatsPreview" + "ImageMeshDrag", + "LatentChannelStatsPreview", + "LatentMeshDrag" ], { "title_aux": "ComfyUI-FlowMatching-Upscaler" @@ -45049,6 +51099,79 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "https://github.com/ttulttul/Skoogeer-Noise": [ + [ + "ConditioningAddNoise", + "ConditioningFrequencyMerge", + "ConditioningFrequencySplit", + "ConditioningGaussianBlur", + "ConditioningScale", + "ImageAddNoise", + "ImageFractalBrownianMotion", + "ImageMeshDrag", + "ImageNoise", + "ImagePerlinFractalNoise", + "ImageReactionDiffusion", + "ImageSimplexNoise", + "ImageSwirlNoise", + "ImageWorleyNoise", + "LatentAddNoise", + "LatentChannelStatsPreview", + "LatentForwardDiffusion", + "LatentFractalBrownianMotion", + "LatentFrequencyMerge", + "LatentFrequencySplit", + "LatentGaussianBlur", + "LatentMeshDrag", + "LatentNoise", + "LatentPerlinFractalNoise", + "LatentReactionDiffusion", + "LatentSimplexNoise", + "LatentSwirlNoise", + "LatentWorleyNoise" + ], + { + "title_aux": "Skoogeer-Noise" + } + ], + "https://github.com/tuki0918/ComfyUI_Cooldown_Node": [ + [ + "CooldownImageNode", + "CooldownIntNode", + "CooldownStringNode" + ], + { + "title_aux": "ComfyUI_Cooldown_Node" + } + ], + "https://github.com/tuki0918/comfyui-image-expand-nodes": [ + [ + "ImageExpandMerger", + "ImageExpandNoiser", + "ImageExpandOption" + ], + { + "title_aux": "comfyui-image-expand-nodes" + } + ], + "https://github.com/tuki0918/comfyui-image-tiled-nodes": [ + [ + "TiledImageMerger", + "TiledImageSplitter" + ], + { + "title_aux": "comfyui-image-tiled-nodes" + } + ], + "https://github.com/tumbowungus/MultiMaskCouple": [ + [ + "MaskedRegionCond", + "MultiMaskCouple" + ], + { + "title_aux": "MultiMaskCouple" + } + ], "https://github.com/tungdop2/Comfyui_face_restorer": [ [ "FaceRestorer", @@ -45121,8 +51244,6 @@ "ImageComplexityScorer", "ImageNoveltyScorer", "Image_saver", - "LatentReplicator", - "LatentReplicatorPrompts", "PromptCounter", "Random_Prompt_Multipicker", "Random_Prompt_Selector", @@ -45181,6 +51302,16 @@ "title_aux": "ComfyUI-Fans" } ], + "https://github.com/ubisoft/ComfyUI-Chord": [ + [ + "ChordLoadModel", + "ChordMaterialEstimation", + "ChordNormalToHeight" + ], + { + "title_aux": "ComfyUI-Chord" + } + ], "https://github.com/ucloud/comfyui-plugin": [ [ "ModelVerse Image Packer", @@ -45199,7 +51330,6 @@ "Modelverse_WanAII2V", "Modelverse_WanAIT2V", "NanoBanana", - "OpenAICaptionImage", "UCloud ModelVerse Client" ], { @@ -45340,6 +51470,7 @@ "DisTorchPurgeVRAMV2", "MemoryCleaner", "MemoryManager", + "ModelPatchMemoryCleaner", "SafeMemoryManager" ], { @@ -45348,12 +51479,24 @@ ], "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ [ - "FluxLoraMultiLoader" + "FastGroupsBypasserV2", + "FluxLoraMultiLoader", + "ModelPatchLoaderCustom" ], { "title_aux": "ComfyUI-NunchakuFluxLoraStacker" } ], + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [ + [ + "NunchakuQwenImageDiffsynthControlnet", + "NunchakuQwenImageLoraLoader", + "NunchakuQwenImageLoraStack" + ], + { + "title_aux": "ComfyUI-QwenImageLoraLoader" + } + ], "https://github.com/ussoewwin/image_resize_comfyui": [ [ "ImageResizeAdvanced" @@ -45415,10 +51558,12 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [ [ "API Request Node", + "CombineImageAudioToVideoNode", "Empty Image Node", "JSON Builder Node", "JSON Parser Node", "JsonBuilderNode", + "LoadAudioFromUrlNode", "LoadImageFromUrlNode", "MultilinePromptNode", "OSSUploadNode", @@ -45504,43 +51649,19 @@ ], "https://github.com/veighnsche/comfyui_gr85": [ [ - "GR85_CTGPhrases", - "GR85_CTGPhrasesSimple", - "GR85_ContainsWord", - "GR85_FilterAndCombineMasks", - "GR85_Florence2RunCTPG", - "GR85_Florence2toCoordinatesGR85", - "GR85_FluxAttentionSeeker2", - "GR85_FluxAttentionSeeker3", - "GR85_FluxAttentionSeekerGenerator", - "GR85_FluxModelMergeParameters", "GR85_ImageDimensionResizer", "GR85_ImageSizer", "GR85_ImageSizerAll", - "GR85_IntToString", - "GR85_IntegerSequenceModifier", - "GR85_IslandMaskGenerator", - "GR85_MaskBatchToSEGS", - "GR85_MaskConnectMST", - "GR85_MaskSplitter", "GR85_NextSeed", - "GR85_PasteByMaskGr85", "GR85_RandomFloat", "GR85_RandomInt", "GR85_RandomRatio", - "GR85_RandomizedMaskTransform", - "GR85_Sam2Segmentation", - "GR85_SaveImageFile", - "GR85_SaveTextFile", "GR85_SeedBasedOutputSelector", - "GR85_ShowText", "GR85_SimpleWildcardPicker", - "GR85_StrSafe", "GR85_TagInjector", "GR85_TagInjectorDuo", "GR85_TagInjectorLarge", - "GR85_TagInjectorSingle", - "GR85_VerticalWildcardPicker" + "GR85_TagInjectorSingle" ], { "title_aux": "comfyui_gr85" @@ -45604,6 +51725,7 @@ ], "https://github.com/viperyl/ComfyUI-RGT": [ [ + "RGT Upscale", "RGT_Upscale" ], { @@ -45622,7 +51744,6 @@ "Hy3D21MeshUVWrap", "Hy3D21MeshlibDecimate", "Hy3D21MultiViewsGeneratorWithMetaData", - "Hy3D21MultiViewsMeshGenerator", "Hy3D21PostprocessMesh", "Hy3D21ResizeImages", "Hy3D21SimpleMeshlibDecimate", @@ -45666,6 +51787,14 @@ "title_aux": "ComfyUI-Vivax-Nodes" } ], + "https://github.com/vjumpkung/ComfyUI-STARWrapper": [ + [ + "STARVSRNode" + ], + { + "title_aux": "ComfyUI-STARWrapper" + } + ], "https://github.com/vkff5833/ComfyUI-MobileClient": [ [ "MobileClient" @@ -45744,6 +51873,8 @@ "VRGDG_MusicVideoPromptCreatorV3", "VRGDG_PostRunIndexStepper", "VRGDG_PromptSplitter", + "VRGDG_PromptSplitter4", + "VRGDG_PromptSplitterForFMML", "VRGDG_PromptSplitterForManual", "VRGDG_PromptSplitterJson", "VRGDG_PromptSplitterV2", @@ -45801,6 +51932,7 @@ "vsLinx_BooleanOrOperator", "vsLinx_BypassOnBool", "vsLinx_FitImageIntoBBoxMask", + "vsLinx_ImpactMultilineWildcardText", "vsLinx_LoadSelectedImagesBatch", "vsLinx_LoadSelectedImagesList", "vsLinx_MuteOnBool" @@ -45843,7 +51975,8 @@ ], "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": [ [ - "VGGTVideoCameraNode" + "VGGTVideoCameraNode", + "VVLVGGTLoader" ], { "title_aux": "ComfyUI VVL Video Camera Advanced" @@ -45866,10 +51999,13 @@ "https://github.com/walke2019/ComfyUI-GGUF-VLM": [ [ "LocalTextModelLoader", + "MemoryManagerNode", "MultiImageAnalysis", "NexaServiceStatus", "RemoteAPIConfig", "RemoteTextModelSelector", + "RemoteVisionAnalysis", + "RemoteVisionModelConfig", "SystemPromptConfig", "TextGeneration", "TextGenerationNode", @@ -45882,6 +52018,14 @@ "title_aux": "Qwen2.5-VL GGUF Nodes" } ], + "https://github.com/wallen0322/ComfyUI-AE-Animation": [ + [ + "AEAnimation" + ], + { + "title_aux": "ComfyUI-AE-Animation" + } + ], "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [ [ "QI_DyPE", @@ -45902,6 +52046,20 @@ "title_aux": "ComfyUI-SageAttention3" } ], + "https://github.com/wallen0322/ComfyUI-Wan22FMLF": [ + [ + "WanAdvancedExtractLastFrames", + "WanAdvancedExtractLastImages", + "WanAdvancedI2V", + "WanFirstMiddleLastFrameToVideo", + "WanFourFrameReferenceUltimate", + "WanMultiFrameRefToVideo", + "WanMultiImageLoader" + ], + { + "title_aux": "ComfyUI-Wan22FMLF" + } + ], "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": [ [ "WanAnimateModelEnhancer", @@ -45913,7 +52071,6 @@ ], "https://github.com/wallish77/wlsh_nodes": [ [ - "Alternating KSampler (WLSH)", "Build Filename String (WLSH)", "CLIP +/- w/Text Unified (WLSH)", "CLIP Positive-Negative (WLSH)", @@ -46143,10 +52300,14 @@ "https://github.com/wgedeon/comfyui_play_traversal": [ [ "fot_BatchData", + "fot_PlayAct", + "fot_PlayActData", "fot_PlayContinue", "fot_PlayData", "fot_PlayStart", "fot_Scene", + "fot_SceneBackdrop", + "fot_SceneBackdropData", "fot_SceneBeat", "fot_SceneBeatData", "fot_SceneData" @@ -46157,6 +52318,11 @@ ], "https://github.com/whatbirdisthat/cyberdolphin": [ [ + "CyberDolphin GPT-3.5 (Simple)", + "CyberDolphin Gradio", + "CyberDolphin OpenAI (Advanced)", + "CyberDolphin OpenAI Compatible", + "CyberDolphin OpenAI DALL\u00b7E", "\ud83d\udc2c Gradio ChatInterface", "\ud83d\udc2c OpenAI Advanced", "\ud83d\udc2c OpenAI Compatible", @@ -46198,6 +52364,7 @@ "CropByMask_UTK", "DepthMapBlur_UTK", "EmptyUnitGenerator_UTK", + "Extract_Video_Frames_UTK", "FillMaskedArea_UTK", "GetImageRangeFromBatch_UTK", "ImageAndMaskPreview_UTK", @@ -46225,6 +52392,7 @@ "ResizeImageVerKJ_UTK", "RestoreCropBox_UTK", "SeparateMasks_UTK", + "ShowAny_UTK", "TextBoxNode_UTK", "TextConcatenate_UTK", "TextTranslatorAPI_UTK", @@ -46244,6 +52412,14 @@ "title_aux": "ComfyUI-Chatterbox" } ], + "https://github.com/wildminder/ComfyUI-DyPE": [ + [ + "DyPE_FLUX" + ], + { + "title_aux": "ComfyUI-DyPE" + } + ], "https://github.com/wildminder/ComfyUI-KEEP": [ [ "KEEP_FaceUpscaleImage", @@ -46272,7 +52448,10 @@ ], "https://github.com/wildminder/ComfyUI-VoxCPM": [ [ - "VoxCPM_TTS" + "VoxCPM_DatasetMaker", + "VoxCPM_LoraTrainer", + "VoxCPM_TTS", + "VoxCPM_TrainConfig" ], { "title_aux": "ComfyUI-VoxCPM" @@ -46290,6 +52469,21 @@ ], "https://github.com/willmiao/ComfyUI-Lora-Manager": [ [ + "BasicScheduler", + "CFGGuider", + "CLIPTextEncode", + "DebugMetadata", + "KSamplerSelect", + "LoraManagerLoader", + "LoraManagerTextLoader", + "LoraStacker", + "PromptLoraManager", + "SamplerCustomAdvanced", + "SaveImageLM", + "TSC_EfficientLoader", + "TriggerWordToggle", + "VAEDecode", + "WanVideoLoraSelect", "WanVideoLoraSelectFromText" ], { @@ -46414,10 +52608,17 @@ ], "https://github.com/wizdroid/wizdroid-character": [ [ + "BackgroundEditNode", "CharacterPromptBuilder", + "MetaPromptGenerator", + "SceneGeneratorNode", "WizdroidCharacterEdit", + "WizdroidLoRADatasetExport", + "WizdroidLoRADatasetValidator", + "WizdroidLoRAValidate", "WizdroidPhotoAspectExtractor", - "WizdroidPromptCombiner" + "WizdroidPromptCombiner", + "WizdroidSDXLLoRATrainer" ], { "title_aux": "Wizdroid Character Nodes for ComfyUI" @@ -46431,7 +52632,6 @@ "Crop_Paste", "Distribute_Icons", "Edge_Element_Cropper", - "ExtractDifferenceLora", "IconDistributeByGrid", "Icon_Position_Cropper", "Image_Classification", @@ -46596,6 +52796,26 @@ "title_aux": "ComfyUI PenPlotter" } ], + "https://github.com/wouterverweirder/comfyui_live_input_stream": [ + [ + "be.aboutme.comfyui.live_input_stream.mjpeg_stream_capture_advanced", + "be.aboutme.comfyui.live_input_stream.screen_capture_advanced", + "be.aboutme.comfyui.live_input_stream.webcam_capture_advanced" + ], + { + "title_aux": "comfyui_live_input_stream" + } + ], + "https://github.com/wouterverweirder/comfyui_sam3": [ + [ + "MaskOutline", + "SAM3Segmentation", + "SEGSToRectangle" + ], + { + "title_aux": "ComfyUI SAM3" + } + ], "https://github.com/wqjuser/ComfyUI-Chat-Image": [ [ "LLMImageDescription" @@ -46657,6 +52877,14 @@ "title_aux": "ComfyUI-Simple-Aspect-Ratio" } ], + "https://github.com/wwzhifeng/comfyui-jsonprompt": [ + [ + "JSONPromptBuilder" + ], + { + "title_aux": "comfyui-jsonprompt" + } + ], "https://github.com/wywywywy/ComfyUI-pause": [ [ "PauseWorkflowNode" @@ -46673,6 +52901,21 @@ "title_aux": "Steganos Node for ComfyUI" } ], + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": [ + [ + "SAM2UltraV2: Crop", + "SAM2UltraV2: LoadModel", + "SAM2UltraV2: MaskKeepLargestN", + "SAM2UltraV2: UpperBody" + ], + { + "author": "chflame", + "description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.", + "nickname": "LayerStyle", + "title": "LayerStyle", + "title_aux": "ComfyUI_SAM2UltraV2" + } + ], "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": [ [ "PromptHistoryInput" @@ -46681,6 +52924,25 @@ "title_aux": "Prompt History Gallery" } ], + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper": [ + [ + "PixelSnapper" + ], + { + "title_aux": "ComfyUI-spritefusion-pixel-snapper" + } + ], + "https://github.com/xLegende/ComfyUI-Prompt-Formatter": [ + [ + "CategorizedPromptAnalyzer", + "CategorizedPromptFormatter", + "CategorizedRandomPromptFormatter", + "WildcardImporter" + ], + { + "title_aux": "ComfyUI-Prompt-Formatter" + } + ], "https://github.com/xXAdonesXx/NodeGPT": [ [ "AppendAgent", @@ -46772,6 +53034,15 @@ "title_aux": "ComfyUI-FramePackWrapper_PlusOne" } ], + "https://github.com/xiangyuT/ComfyUI-PromptEnhance": [ + [ + "PromptEnhance", + "PromptEnhanceAdvanced" + ], + { + "title_aux": "ComfyUI-PromptEnhance" + } + ], "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": [ [ "ImageToSTLNode" @@ -46780,6 +53051,14 @@ "title_aux": "Comfyui-imagetoSTL" } ], + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo": [ + [ + "MetaDataZaKo" + ], + { + "title_aux": "ComfyUI-MetaData-ZaKo" + } + ], "https://github.com/xiaowc-lib/comfyui-dynamic-params": [ [ "DynamicParams" @@ -46883,6 +53162,17 @@ "title_aux": "Comfyui_Get_promptId" } ], + "https://github.com/xuheyao/comfyui-dinov3-point-prompt": [ + [ + "DINOv3Loader", + "DINOv3PointCollector", + "DINOv3Process", + "DINOv3Similarity" + ], + { + "title_aux": "comfyui-dinov3-point-prompt" + } + ], "https://github.com/xuhongming251/ComfyUI-GPEN": [ [ "FaceEnhancement" @@ -46907,8 +53197,7 @@ "MuseTalkPostprocess", "MuseTalkPreprocess", "MuseTalkTrain", - "MuseTalkTrainPreprocess", - "MuseTalkUncropMask" + "MuseTalkTrainPreprocess" ], { "title_aux": "ComfyUI-MuseTalkUtils" @@ -47005,12 +53294,16 @@ "LamLoadImageBase64", "LamLoadPathImage", "LamLoadVideo", + "LamPanorama2Spherical", "LamReadFileList", "LamSamplerName", "LamSaveAudio", "LamSaveOnly", "LamSaveVideo", "LamScheduler", + "LamSpherical2Panorama", + "LamSwitchMiddle", + "LamSwitchStart", "LamSwitcherCase", "LamViewVideo", "LamViewVideoOut", @@ -47038,6 +53331,8 @@ "PreviewImageLam", "PromptTranslator", "QRCode", + "QwenImageEditNode", + "QwenImageNode", "SaveImageLam", "SaveImgOutputLam", "SectionEnd", @@ -47092,6 +53387,22 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-API": [ + [ + "YCYY_API_Config_Options", + "YCYY_API_Proxy_Options", + "YCYY_Gemini_Image_API", + "YCYY_Gemini_Image_Preset", + "YCYY_Gemini_TTS_API", + "YCYY_ModelScope_Image_API", + "YCYY_Ollama_LLM_API", + "YCYY_Ollama_LLM_Advanced_Options", + "YCYY_Ollama_VLM_API" + ], + { + "title_aux": "ComfyUI-YCYY-API" + } + ], "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ [ "LoraInfo" @@ -47108,16 +53419,6 @@ "title_aux": "ComfyUI OpenAI Compatible API Node" } ], - "https://github.com/yemanou/ComfyUI-NABA": [ - [ - "NABAImageNode", - "NABAImageNodeREST", - "NABAImportErrorStub" - ], - { - "title_aux": "NABA Image (Gemini REST) Node" - } - ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", @@ -47163,8 +53464,6 @@ ], "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -47175,9 +53474,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "ComfyUI-Stability-AI-API" @@ -47218,6 +53515,7 @@ "AdvancedImageSelector", "DynamicThreshold", "ImageBatchSelector", + "ImageBlendMaskFitCover", "ImageBlendResize", "ImageIC", "ImageICAdvanced", @@ -47256,11 +53554,14 @@ "YCImageSmartPad", "YCImageTile", "YCImageUntile", + "YCMaskBlur", "YCMaskComposite", + "YCMaskRatioPadCrop", "YCRemapMaskRange", "YCTextImageGenerator", "YC_FiveTextCombineNode", "YC_Image_Save", + "YC_MaskColorOverlay", "YC_SingleTextNode", "YC_textReplaceNode" ], @@ -47268,6 +53569,20 @@ "title_aux": "ComfyUI-YCNodes" } ], + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": [ + [ + "YCLiveLoadImagesMulti", + "YCSwitch", + "YC_ShowText", + "ycBBoxBridge", + "ycCanvasBBox", + "ycCanvasBBoxMask", + "ycimagebrushmask" + ], + { + "title_aux": "ComfyUI-YCNodes_Toolkit" + } + ], "https://github.com/yichengup/ComfyUI_SwiftCut": [ [ "SelectImages", @@ -47380,6 +53695,15 @@ "title_aux": "florence_dw" } ], + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": [ + [ + "easy applyDotsOCR", + "easy downloadDotsOCRAndLoadModel" + ], + { + "title_aux": "ComfyUI-Easy-DotsOCR" + } + ], "https://github.com/yolain/ComfyUI-Easy-Use": [ [ "dynamicThresholdingFull", @@ -47450,6 +53774,7 @@ "easy imageCount", "easy imageCropFromMask", "easy imageDetailTransfer", + "easy imageHSVMask", "easy imageIndexSwitch", "easy imageInsetCrop", "easy imageInterrogator", @@ -47587,6 +53912,14 @@ "title_aux": "ComfyUI Easy Use" } ], + "https://github.com/yolain/SaveVideoRGBA": [ + [ + "SaveVideoRGBA" + ], + { + "title_aux": "SaveVideoRGBA" + } + ], "https://github.com/yolanother/ComfyUI-Save16bitPng": [ [ "SaveImageARGB16PNG" @@ -47619,6 +53952,7 @@ "DTLoadLatent", "DTLoraLoader", "DTLorasLoader", + "DTPreviewImage", "DTStyleModelLoader", "DTUpscaleModelLoader", "DTVAELoader", @@ -47698,16 +54032,24 @@ "KY_CreateMask", "KY_CreateVideoObjectFromPath", "KY_CropImageByXYWH", + "KY_DummyOut", "KY_Eval_Python", + "KY_FFmpegAddAudio", + "KY_FFmpegCustomCmd", + "KY_FFmpegImagesToVideo", + "KY_FFmpegTrimVideo", + "KY_FFmpegVideoToImages", "KY_FilePathAnalyzer-", "KY_FileSequenceAnalyzer", "KY_First_NOT_EMPTY", + "KY_GetFromPath", + "KY_ImageCompare", "KY_ImageCropByBBox", "KY_JSONToBBox", "KY_JoinToString", "KY_LoadImageFrom", - "KY_LoadImagesFromFolder", "KY_LoadVideoByPath", + "KY_Load_Images_from_path", "KY_MathExpression", "KY_MergeToJSON", "KY_OpenAICaptionImage", @@ -47779,6 +54121,42 @@ "title_aux": "chinese_clip_encode" } ], + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": [ + [ + "HyVidelSrTransformerUpsamplerLoader", + "HyVidelSrVaeDecoder", + "HyVideo15Byt5Loader", + "HyVideo15CFG", + "HyVideo15GlyphByT5", + "HyVideo15I2VSampler", + "HyVideo15LatentsPrepare", + "HyVideo15ModelLoader", + "HyVideo15T2VSampler", + "HyVideo15TextEncode", + "HyVideo15TextEncoderLoader", + "HyVideo15Transformer", + "HyVideo15TransformerLoader", + "HyVideo15VaeDecode", + "HyVideo15VaeEncode", + "HyVideo15VaeLoader", + "HyVideo15VisionEncode", + "HyVideo15VisionEncoderLoader", + "HyVideoSrLatentsPrepare", + "HyVideoSrTransformer", + "HyVideoSrVaeEncode" + ], + { + "title_aux": "HunyuanVideo-1.5 nodes" + } + ], + "https://github.com/yukascomfy/ATI_AudioReactive": [ + [ + "AudioReactivePathAnimator" + ], + { + "title_aux": "ATI_AudioReactive" + } + ], "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": [ [ "Y7_SideBySide", @@ -48030,7 +54408,6 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": [ [ "PreviewJson", - "PreviewVideo", "SaveJson", "TestJsonPreview" ], @@ -48049,7 +54426,7 @@ ], "https://github.com/zcfrank1st/comfyui_visual_anagrams": [ [ - "VisualAnagramsAnimate", + "VisialAnagramsSample", "VisualAnagramsSample" ], { @@ -48141,6 +54518,26 @@ "title_aux": "ComfyUI_zfkun" } ], + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": [ + [ + "ElevenLabsTTSNode", + "FluxKontextMaxNode", + "FluxKontextProNode", + "GPTImageEditNode", + "GeminiChatNode", + "GeminiSegmentationNode", + "GeminiTTSNode", + "GoogleImagenEditNode", + "GoogleImagenNode", + "NanoBananaNode", + "NanoBananaProNode", + "NanoBananaProVertexNode", + "Veo3VideoGenerator" + ], + { + "title_aux": "Comfyui-geminiapi" + } + ], "https://github.com/zhangp365/ComfyUI-utils-nodes": [ [ "BooleanControlOutput", @@ -48153,6 +54550,7 @@ "EmptyConditioning", "FalFunControlVideoRequestNode", "FalImage2VideoRequestNode", + "FalNanoBananaNode", "FalVideo2VideoRequestNode", "FloatMultipleAddLiteral", "FrameAdjuster", @@ -48173,6 +54571,7 @@ "ImageTransitionTopToBottom", "ImagesConcanateToGrid", "IntMultipleAddLiteral", + "LayerUtility: CropByMask To Specific Size", "LoadImageMaskWithSwitch", "LoadImageMaskWithoutListDir", "LoadImageWithSwitch", @@ -48197,6 +54596,7 @@ "TextPreview", "TorchCompileModelAdvanced", "UpscaleImageWithModelIfNeed", + "VolcanoArkImageEditNode", "VolcanoImageEditNode", "VolcanoOutpaintingNode" ], @@ -48235,7 +54635,8 @@ [ "EasyCaptureNode", "EasyVideoOutputNode", - "SendImageWebSocket" + "SendImageWebSocket", + "SendImageWebSocketNode" ], { "title_aux": "EasyCaptureNode for ComfyUI" @@ -48252,8 +54653,17 @@ "title_aux": "ComfyUI_Bxb" } ], + "https://github.com/zhuyanan/Comfy-FilmSimulator": [ + [ + "FilmSimNode" + ], + { + "title_aux": "Comfy-FilmSimulator" + } + ], "https://github.com/zichongc/ComfyUI-Attention-Distillation": [ [ + "ADHandler", "ADOptimizer", "ADSampler", "LoadDistiller", @@ -48300,6 +54710,26 @@ "title_aux": "ComfyUI_Anytext" } ], + "https://github.com/zn123/ComfyUI-image-processor-zn123": [ + [ + "ImageAdjustBrightness", + "ImageAdjustContrast", + "ImageBlur", + "ImageCrop", + "ImageFlip", + "ImageGrayscale", + "ImageResize", + "ImageRotate", + "ImageScaleByLongSide", + "ImageScaleByShortSide", + "ImageScaleByShortSideFactor", + "ImageSharpen", + "ImageUpscale" + ], + { + "title_aux": "ComfyUI-image-processor-zn123" + } + ], "https://github.com/zohac/ComfyUI_ZC_DrawShape": [ [ "ZcDrawShape" @@ -48471,8 +54901,10 @@ [ "fcFloat", "fcFloatMatic", + "fcFloatNode", "fcHex", - "fcInteger" + "fcInteger", + "fcIntegerNode" ], { "title_aux": "fcSuite" @@ -48480,7 +54912,8 @@ ], "https://raw.githubusercontent.com/folkghost/comfyui_search_csv/main/search_csv_node.py": [ [ - "Search CSV" + "Search CSV", + "search_csv" ], { "title_aux": "CSV Search Node" @@ -48504,6 +54937,7 @@ ], "https://raw.githubusercontent.com/lrzjason/ComfyUIJasonNode/main/SDXLMixSampler.py": [ [ + "JNode", "SDXLMixSampler" ], { @@ -48573,9 +55007,6 @@ "SDXLAspectRatio" ], { - "preemptions": [ - "SAMLoader" - ], "title_aux": "SDXLCustomAspectRatio" } ], diff --git a/git_helper.py b/git_helper.py index e79b43a6..4e184a3b 100644 --- a/git_helper.py +++ b/git_helper.py @@ -2,6 +2,7 @@ import subprocess import sys import os import traceback +import time import git import json @@ -219,7 +220,14 @@ def gitpull(path): repo.close() return - remote.pull() + try: + repo.git.pull('--ff-only') + except git.GitCommandError: + backup_name = f'backup_{time.strftime("%Y%m%d_%H%M%S")}' + repo.create_head(backup_name) + print(f"[ComfyUI-Manager] Cannot fast-forward. Backup created: {backup_name}") + repo.git.reset('--hard', f'{remote_name}/{branch_name}') + print(f"[ComfyUI-Manager] Reset to {remote_name}/{branch_name}") repo.git.submodule('update', '--init', '--recursive') new_commit_hash = repo.head.commit.hexsha diff --git a/github-stats-cache.json b/github-stats-cache.json new file mode 100644 index 00000000..9c8e6c49 --- /dev/null +++ b/github-stats-cache.json @@ -0,0 +1,22892 @@ +{ + "https://github.com/comfyanonymous/ComfyUI_experiments": { + "stars": 195, + "last_update": "2024-05-22 15:29:49", + "cached_time": 1766772490.483062, + "author_account_age_days": 1099 + }, + "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { + "stars": 298, + "last_update": "2025-07-22 03:44:20", + "cached_time": 1766772490.461136, + "author_account_age_days": 1012 + }, + "https://github.com/ltdrdata/comfyui-connection-helper": { + "stars": 46, + "last_update": "2025-04-07 13:49:56", + "cached_time": 1766772490.461587, + "author_account_age_days": 1012 + }, + "https://github.com/comfyanonymous/ComfyUI_TensorRT": { + "stars": 678, + "last_update": "2024-10-10 00:23:55", + "cached_time": 1766772490.209167, + "author_account_age_days": 1099 + }, + "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { + "stars": 732, + "last_update": "2025-11-17 17:03:31", + "cached_time": 1766772490.460493, + "author_account_age_days": 1012 + }, + "https://github.com/Comfy-Org/NIMnodes": { + "stars": 56, + "last_update": "2025-08-20 15:31:03", + "cached_time": 1766772490.498891, + "author_account_age_days": 625 + }, + "https://github.com/Stability-AI/stability-ComfyUI-nodes": { + "stars": 236, + "last_update": "2024-05-22 15:30:47", + "cached_time": 1766772490.569924, + "author_account_age_days": 1393 + }, + "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { + "stars": 2882, + "last_update": "2025-11-18 15:30:24", + "cached_time": 1766772490.503933, + "author_account_age_days": 1012 + }, + "https://github.com/ltdrdata/was-node-suite-comfyui": { + "stars": 152, + "last_update": "2025-09-26 22:22:30", + "cached_time": 1766772490.527098, + "author_account_age_days": 1012 + }, + "https://github.com/Stability-AI/ComfyUI-SAI_API": { + "stars": 60, + "last_update": "2025-03-04 12:11:12", + "cached_time": 1766772490.575124, + "author_account_age_days": 1393 + }, + "https://github.com/ltdrdata/ComfyUI-Manager": { + "stars": 12963, + "last_update": "2025-12-24 03:50:32", + "cached_time": 1766772490.802038, + "author_account_age_days": 625 + }, + "https://github.com/Fannovel16/ComfyUI-MagickWand": { + "stars": 131, + "last_update": "2025-11-09 02:34:01", + "cached_time": 1766772491.219311, + "author_account_age_days": 3682 + }, + "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { + "stars": 926, + "last_update": "2025-04-30 11:32:27", + "cached_time": 1766772491.466887, + "author_account_age_days": 3682 + }, + "https://github.com/Fannovel16/ComfyUI-Video-Matting": { + "stars": 221, + "last_update": "2024-08-14 01:28:50", + "cached_time": 1766772491.853503, + "author_account_age_days": 3682 + }, + "https://github.com/Fannovel16/ComfyUI-MotionDiff": { + "stars": 211, + "last_update": "2024-08-01 01:01:53", + "cached_time": 1766772491.467203, + "author_account_age_days": 3682 + }, + "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { + "stars": 42, + "last_update": "2024-05-22 14:57:04", + "cached_time": 1766772491.481735, + "author_account_age_days": 1028 + }, + "https://github.com/BlenderNeko/ComfyUI_Noise": { + "stars": 315, + "last_update": "2024-06-10 16:38:48", + "cached_time": 1766772491.517471, + "author_account_age_days": 1028 + }, + "https://github.com/Fannovel16/comfyui_controlnet_aux": { + "stars": 3674, + "last_update": "2025-12-10 11:26:27", + "cached_time": 1766772491.519528, + "author_account_age_days": 3682 + }, + "https://github.com/BlenderNeko/ComfyUI_Cutoff": { + "stars": 398, + "last_update": "2024-05-22 15:01:45", + "cached_time": 1766772491.576528, + "author_account_age_days": 1028 + }, + "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { + "stars": 429, + "last_update": "2024-08-07 15:13:31", + "cached_time": 1766772491.601114, + "author_account_age_days": 1028 + }, + "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { + "stars": 404, + "last_update": "2024-05-22 14:56:49", + "cached_time": 1766772491.608196, + "author_account_age_days": 1028 + }, + "https://github.com/jags111/efficiency-nodes-comfyui": { + "stars": 1387, + "last_update": "2025-07-10 01:46:42", + "cached_time": 1766772491.866833, + "author_account_age_days": 4421 + }, + "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { + "stars": 86, + "last_update": "2025-04-02 08:46:34", + "cached_time": 1766772492.309308, + "author_account_age_days": 4421 + }, + "https://github.com/paulo-coronado/comfy_clip_blip_node": { + "stars": 30, + "last_update": "2024-05-22 17:39:09", + "cached_time": 1766772492.510319, + "author_account_age_days": 3237 + }, + "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { + "stars": 9, + "last_update": "2025-11-08 18:44:40", + "cached_time": 1766772492.494427, + "author_account_age_days": 5175 + }, + "https://github.com/WASasquatch/PowerNoiseSuite": { + "stars": 80, + "last_update": "2024-07-31 13:48:33", + "cached_time": 1766772492.566144, + "author_account_age_days": 5175 + }, + "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { + "stars": 172, + "last_update": "2024-09-10 14:16:30", + "cached_time": 1766772492.541771, + "author_account_age_days": 5056 + }, + "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { + "stars": 25, + "last_update": "2024-06-14 10:27:23", + "cached_time": 1766772492.541074, + "author_account_age_days": 5175 + }, + "https://github.com/jags111/ComfyUI_Jags_Audiotools": { + "stars": 95, + "last_update": "2025-03-20 16:23:33", + "cached_time": 1766772492.583328, + "author_account_age_days": 4421 + }, + "https://github.com/WASasquatch/FreeU_Advanced": { + "stars": 121, + "last_update": "2025-09-29 15:46:06", + "cached_time": 1766772492.637038, + "author_account_age_days": 5175 + }, + "https://github.com/WASasquatch/WAS_Extras": { + "stars": 39, + "last_update": "2025-12-25 00:03:47", + "cached_time": 1766772492.626176, + "author_account_age_days": 5175 + }, + "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { + "stars": 34, + "last_update": "2025-03-27 14:52:46", + "cached_time": 1766772492.941821, + "author_account_age_days": 5175 + }, + "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { + "stars": 442, + "last_update": "2024-06-22 02:12:19", + "cached_time": 1766772492.866936, + "author_account_age_days": 2325 + }, + "https://github.com/lilly1987/ComfyUI_node_Lilly": { + "stars": 58, + "last_update": "2024-12-21 01:50:03", + "cached_time": 1766772493.330504, + "author_account_age_days": 3460 + }, + "https://github.com/sylym/comfy_vid2vid": { + "stars": 72, + "last_update": "2024-05-22 17:53:40", + "cached_time": 1766772493.505143, + "author_account_age_days": 2448 + }, + "https://github.com/trojblue/trNodes": { + "stars": 8, + "last_update": "2024-05-22 18:04:36", + "cached_time": 1766772493.524141, + "author_account_age_days": 2808 + }, + "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { + "stars": 82, + "last_update": "2024-06-20 16:48:44", + "cached_time": 1766772493.572772, + "author_account_age_days": 5321 + }, + "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { + "stars": 241, + "last_update": "2025-01-20 07:16:46", + "cached_time": 1766772493.580088, + "author_account_age_days": 3328 + }, + "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { + "stars": 10, + "last_update": "2024-05-22 17:55:41", + "cached_time": 1766772493.688807, + "author_account_age_days": 799 + }, + "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { + "stars": 461, + "last_update": "2024-06-19 04:16:54", + "cached_time": 1766772493.639558, + "author_account_age_days": 980 + }, + "https://github.com/Jcd1230/rembg-comfyui-node": { + "stars": 181, + "last_update": "2024-05-22 17:58:34", + "cached_time": 1766772493.61399, + "author_account_age_days": 5436 + }, + "https://github.com/LEv145/images-grid-comfy-plugin": { + "stars": 200, + "last_update": "2024-05-30 17:54:32", + "cached_time": 1766772493.652025, + "author_account_age_days": 2758 + }, + "https://github.com/szhublox/ambw_comfyui": { + "stars": 16, + "last_update": "2024-05-22 18:04:57", + "cached_time": 1766772493.894284, + "author_account_age_days": 1557 + }, + "https://github.com/city96/ComfyUI_NetDist": { + "stars": 490, + "last_update": "2024-05-22 18:05:10", + "cached_time": 1766772493.997451, + "author_account_age_days": 1047 + }, + "https://github.com/city96/SD-Latent-Interposer": { + "stars": 313, + "last_update": "2024-08-06 22:01:47", + "cached_time": 1766772494.376299, + "author_account_age_days": 1047 + }, + "https://github.com/city96/SD-Latent-Upscaler": { + "stars": 166, + "last_update": "2024-05-22 18:05:50", + "cached_time": 1766772494.519102, + "author_account_age_days": 1047 + }, + "https://github.com/city96/ComfyUI_DiT": { + "stars": 5, + "last_update": "2024-08-06 22:44:33", + "cached_time": 1766772494.544951, + "author_account_age_days": 1047 + }, + "https://github.com/city96/ComfyUI-GGUF": { + "stars": 3021, + "last_update": "2025-12-18 08:16:57", + "cached_time": 1766772494.582274, + "author_account_age_days": 1047 + }, + "https://github.com/city96/ComfyUI_ExtraModels": { + "stars": 525, + "last_update": "2024-12-17 06:44:05", + "cached_time": 1766772494.628629, + "author_account_age_days": 1047 + }, + "https://github.com/SLAPaper/ComfyUI-Image-Selector": { + "stars": 102, + "last_update": "2025-03-16 12:13:46", + "cached_time": 1766772494.674237, + "author_account_age_days": 4248 + }, + "https://github.com/city96/ComfyUI_ColorMod": { + "stars": 102, + "last_update": "2024-08-06 22:38:54", + "cached_time": 1766772494.656042, + "author_account_age_days": 1047 + }, + "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { + "stars": 8, + "last_update": "2025-05-23 17:29:13", + "cached_time": 1766772494.700264, + "author_account_age_days": 4045 + }, + "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { + "stars": 13, + "last_update": "2025-03-16 12:13:59", + "cached_time": 1766772494.764785, + "author_account_age_days": 4248 + }, + "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { + "stars": 44, + "last_update": "2023-09-19 12:11:26", + "cached_time": 1766772494.888055, + "author_account_age_days": 1073 + }, + "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { + "stars": 120, + "last_update": "2024-12-06 14:22:11", + "cached_time": 1766772495.00177, + "author_account_age_days": 1073 + }, + "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { + "stars": 39, + "last_update": "2024-09-08 09:17:04", + "cached_time": 1766772495.391424, + "author_account_age_days": 1073 + }, + "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { + "stars": 1422, + "last_update": "2025-12-25 07:44:08", + "cached_time": 1766772495.572929, + "author_account_age_days": 3249 + }, + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { + "stars": 2866, + "last_update": "2025-08-09 16:18:21", + "cached_time": 1766772495.565913, + "author_account_age_days": 1048 + }, + "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { + "stars": 1055, + "last_update": "2025-07-11 09:59:23", + "cached_time": 1766772495.625548, + "author_account_age_days": 1048 + }, + "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { + "stars": 571, + "last_update": "2025-12-16 23:41:23", + "cached_time": 1766772495.638781, + "author_account_age_days": 1171 + }, + "https://github.com/bvhari/ComfyUI_PerpWeight": { + "stars": 12, + "last_update": "2025-03-30 18:55:52", + "cached_time": 1766772495.655337, + "author_account_age_days": 1725 + }, + "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { + "stars": 34, + "last_update": "2024-06-17 10:01:44", + "cached_time": 1766772495.673153, + "author_account_age_days": 3177 + }, + "https://github.com/bvhari/ComfyUI_ImageProcessing": { + "stars": 24, + "last_update": "2025-03-30 18:55:42", + "cached_time": 1766772495.692596, + "author_account_age_days": 1725 + }, + "https://github.com/bvhari/ComfyUI_SUNoise": { + "stars": 17, + "last_update": "2025-03-30 18:55:16", + "cached_time": 1766772495.84692, + "author_account_age_days": 1725 + }, + "https://github.com/Jordach/comfy-plasma": { + "stars": 75, + "last_update": "2024-05-22 18:08:28", + "cached_time": 1766772495.970869, + "author_account_age_days": 5063 + }, + "https://github.com/bvhari/ComfyUI_PerpCFG": { + "stars": 1, + "last_update": "2025-03-30 18:53:54", + "cached_time": 1766772496.024778, + "author_account_age_days": 1725 + }, + "https://github.com/bvhari/ComfyUI_CFGStar": { + "stars": 1, + "last_update": "2025-04-10 17:53:08", + "cached_time": 1766772496.432565, + "author_account_age_days": 1725 + }, + "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { + "stars": 1384, + "last_update": "2025-12-21 18:14:39", + "cached_time": 1766772496.57218, + "author_account_age_days": 2239 + }, + "https://github.com/ssitu/ComfyUI_restart_sampling": { + "stars": 90, + "last_update": "2025-12-06 03:42:31", + "cached_time": 1766772496.589322, + "author_account_age_days": 2239 + }, + "https://github.com/ssitu/ComfyUI_roop": { + "stars": 80, + "last_update": "2024-05-22 18:10:03", + "cached_time": 1766772496.725407, + "author_account_age_days": 2239 + }, + "https://github.com/ssitu/ComfyUI_fabric": { + "stars": 93, + "last_update": "2024-05-22 18:10:19", + "cached_time": 1766772496.646574, + "author_account_age_days": 2239 + }, + "https://github.com/Nourepide/ComfyUI-Allor": { + "stars": 290, + "last_update": "2024-05-22 18:11:17", + "cached_time": 1766772496.658432, + "author_account_age_days": 3396 + }, + "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { + "stars": 58, + "last_update": "2024-08-07 11:51:17", + "cached_time": 1766772496.690968, + "author_account_age_days": 3274 + }, + "https://github.com/space-nuko/nui-suite": { + "stars": 11, + "last_update": "2024-05-22 18:11:04", + "cached_time": 1766772496.696526, + "author_account_age_days": 3274 + }, + "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { + "stars": 232, + "last_update": "2024-05-22 18:10:49", + "cached_time": 1766772496.884421, + "author_account_age_days": 3274 + }, + "https://github.com/melMass/comfy_mtb": { + "stars": 655, + "last_update": "2025-11-09 15:31:23", + "cached_time": 1766772496.970825, + "author_account_age_days": 4295 + }, + "https://github.com/melMass/comfy_oiio": { + "stars": 9, + "last_update": "2025-09-08 19:18:29", + "cached_time": 1766772497.043738, + "author_account_age_days": 4295 + }, + "https://github.com/ciri/comfyui-model-downloader": { + "stars": 102, + "last_update": "2025-12-10 09:16:35", + "cached_time": 1766772497.443699, + "author_account_age_days": 5920 + }, + "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { + "stars": 1122, + "last_update": "2024-07-24 11:16:13", + "cached_time": 1766772497.598881, + "author_account_age_days": 2700 + }, + "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { + "stars": 48, + "last_update": "2024-05-22 18:11:51", + "cached_time": 1766772497.602961, + "author_account_age_days": 4086 + }, + "https://github.com/bmad4ever/comfyui_ab_samplercustom": { + "stars": 11, + "last_update": "2024-09-17 20:18:46", + "cached_time": 1766772497.689062, + "author_account_age_days": 4086 + }, + "https://github.com/bmad4ever/comfyui_quilting": { + "stars": 10, + "last_update": "2025-03-17 14:50:15", + "cached_time": 1766772497.683797, + "author_account_age_days": 4086 + }, + "https://github.com/bmad4ever/comfyui_wfc_like": { + "stars": 5, + "last_update": "2025-03-17 14:51:47", + "cached_time": 1766772497.718211, + "author_account_age_days": 4086 + }, + "https://github.com/FizzleDorf/ComfyUI-AIT": { + "stars": 52, + "last_update": "2024-06-22 03:13:05", + "cached_time": 1766772497.704771, + "author_account_age_days": 2529 + }, + "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { + "stars": 468, + "last_update": "2024-10-29 01:51:46", + "cached_time": 1766772497.729633, + "author_account_age_days": 2529 + }, + "https://github.com/xXAdonesXx/NodeGPT": { + "stars": 354, + "last_update": "2024-06-20 11:41:30", + "cached_time": 1766772498.263967, + "author_account_age_days": 2029 + }, + "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { + "stars": 5, + "last_update": "2025-11-18 23:47:59", + "cached_time": 1766772497.96968, + "author_account_age_days": 4086 + }, + "https://github.com/filipemeneses/comfy_pixelization": { + "stars": 81, + "last_update": "2025-08-19 21:29:55", + "cached_time": 1766772498.189563, + "author_account_age_days": 4026 + }, + "https://github.com/shiimizu/ComfyUI_smZNodes": { + "stars": 312, + "last_update": "2025-06-04 15:26:05", + "cached_time": 1766772498.452177, + "author_account_age_days": 2315 + }, + "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { + "stars": 292, + "last_update": "2024-12-01 18:40:16", + "cached_time": 1766772498.606652, + "author_account_age_days": 2315 + }, + "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { + "stars": 505, + "last_update": "2025-03-18 19:50:35", + "cached_time": 1766772498.603476, + "author_account_age_days": 2315 + }, + "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { + "stars": 12, + "last_update": "2024-08-08 19:59:57", + "cached_time": 1766772498.691849, + "author_account_age_days": 2315 + }, + "https://github.com/cubiq/ComfyUI_InstantID": { + "stars": 1777, + "last_update": "2025-04-14 07:50:01", + "cached_time": 1766772498.713154, + "author_account_age_days": 5561 + }, + "https://github.com/cubiq/ComfyUI_FaceAnalysis": { + "stars": 511, + "last_update": "2025-05-20 05:18:36", + "cached_time": 1766772498.71943, + "author_account_age_days": 5561 + }, + "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { + "stars": 5688, + "last_update": "2025-04-14 07:29:17", + "cached_time": 1766772498.74636, + "author_account_age_days": 5561 + }, + "https://github.com/SeargeDP/SeargeSDXL": { + "stars": 867, + "last_update": "2024-05-22 00:28:26", + "cached_time": 1766772498.757993, + "author_account_age_days": 4722 + }, + "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { + "stars": 146, + "last_update": "2025-11-29 01:12:44", + "cached_time": 1766772499.006662, + "author_account_age_days": 4722 + }, + "https://github.com/ZaneA/ComfyUI-ImageReward": { + "stars": 31, + "last_update": "2025-02-24 19:55:45", + "cached_time": 1766772499.232374, + "author_account_age_days": 6090 + }, + "https://github.com/cubiq/Block_Patcher_ComfyUI": { + "stars": 85, + "last_update": "2024-09-22 09:49:06", + "cached_time": 1766772499.260621, + "author_account_age_days": 5561 + }, + "https://github.com/cubiq/PuLID_ComfyUI": { + "stars": 901, + "last_update": "2025-04-14 07:47:23", + "cached_time": 1766772499.442976, + "author_account_age_days": 5561 + }, + "https://github.com/yolanother/DTAIComfyPromptAgent": { + "stars": 5, + "last_update": "2024-05-22 18:14:18", + "cached_time": 1766772499.665567, + "author_account_age_days": 5413 + }, + "https://github.com/shockz0rz/comfy-easy-grids": { + "stars": 24, + "last_update": "2024-05-22 18:14:05", + "cached_time": 1766772499.639436, + "author_account_age_days": 2176 + }, + "https://github.com/yolanother/DTAIImageToTextNode": { + "stars": 20, + "last_update": "2024-05-22 18:14:31", + "cached_time": 1766772499.790494, + "author_account_age_days": 5413 + }, + "https://github.com/yolanother/DTAIComfyVariables": { + "stars": 13, + "last_update": "2024-05-22 18:15:21", + "cached_time": 1766772499.731134, + "author_account_age_days": 5413 + }, + "https://github.com/yolanother/DTAIComfyImageSubmit": { + "stars": 1, + "last_update": "2024-09-25 04:40:23", + "cached_time": 1766772499.750374, + "author_account_age_days": 5413 + }, + "https://github.com/yolanother/DTAIComfyQRCodes": { + "stars": 4, + "last_update": "2024-05-22 18:15:09", + "cached_time": 1766772499.821653, + "author_account_age_days": 5413 + }, + "https://github.com/yolanother/ComfyUI-Save16bitPng": { + "stars": 4, + "last_update": "2024-12-23 01:50:04", + "cached_time": 1766772499.83034, + "author_account_age_days": 5413 + }, + "https://github.com/yolanother/DTAIComfyLoaders": { + "stars": 1, + "last_update": "2024-11-18 09:35:46", + "cached_time": 1766772500.086605, + "author_account_age_days": 5413 + }, + "https://github.com/sipherxyz/comfyui-art-venture": { + "stars": 327, + "last_update": "2025-11-04 08:43:09", + "cached_time": 1766772500.343631, + "author_account_age_days": 1657 + }, + "https://github.com/pants007/comfy-pants": { + "stars": 2, + "last_update": "2024-05-22 18:16:04", + "cached_time": 1766772500.28962, + "author_account_age_days": 2867 + }, + "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { + "stars": 4, + "last_update": "2025-03-12 00:17:50", + "cached_time": 1766772500.457095, + "author_account_age_days": 4633 + }, + "https://github.com/evanspearman/ComfyMath": { + "stars": 146, + "last_update": "2025-03-08 18:14:34", + "cached_time": 1766772500.664941, + "author_account_age_days": 4788 + }, + "https://github.com/civitai/civitai_comfy_nodes": { + "stars": 164, + "last_update": "2024-08-25 03:32:49", + "cached_time": 1766772500.744983, + "author_account_age_days": 1148 + }, + "https://github.com/andersxa/comfyui-PromptAttention": { + "stars": 22, + "last_update": "2024-06-20 11:09:25", + "cached_time": 1766772500.727781, + "author_account_age_days": 3503 + }, + "https://github.com/twri/sdxl_prompt_styler": { + "stars": 904, + "last_update": "2024-05-22 18:16:58", + "cached_time": 1766772500.76213, + "author_account_age_days": 4618 + }, + "https://github.com/nicofdga/DZ-FaceDetailer": { + "stars": 220, + "last_update": "2024-06-17 10:00:30", + "cached_time": 1766772500.808863, + "author_account_age_days": 1781 + }, + "https://github.com/wolfden/ComfyUi_PromptStylers": { + "stars": 103, + "last_update": "2025-02-15 18:38:12", + "cached_time": 1766772500.842083, + "author_account_age_days": 6271 + }, + "https://github.com/SipherAGI/comfyui-animatediff": { + "stars": 749, + "last_update": "2024-05-22 18:16:43", + "cached_time": 1766772500.957763, + "author_account_age_days": 955 + }, + "https://github.com/wolfden/ComfyUi_String_Function_Tree": { + "stars": 10, + "last_update": "2024-05-22 18:29:16", + "cached_time": 1766772501.124729, + "author_account_age_days": 6271 + }, + "https://github.com/asagi4/comfyui-prompt-control": { + "stars": 357, + "last_update": "2025-12-18 21:55:32", + "cached_time": 1766772501.344367, + "author_account_age_days": 991 + }, + "https://github.com/asagi4/ComfyUI-CADS": { + "stars": 42, + "last_update": "2025-06-23 17:58:56", + "cached_time": 1766772501.39627, + "author_account_age_days": 991 + }, + "https://github.com/asagi4/comfyui-utility-nodes": { + "stars": 8, + "last_update": "2025-01-30 23:01:52", + "cached_time": 1766772501.447437, + "author_account_age_days": 991 + }, + "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { + "stars": 63, + "last_update": "2025-05-03 18:12:38", + "cached_time": 1766772501.698205, + "author_account_age_days": 991 + }, + "https://github.com/asagi4/ComfyUI-NPNet": { + "stars": 17, + "last_update": "2024-12-10 17:20:10", + "cached_time": 1766772501.73041, + "author_account_age_days": 991 + }, + "https://github.com/jamesWalker55/comfyui-p2ldgan": { + "stars": 17, + "last_update": "2024-05-22 18:19:04", + "cached_time": 1766772501.741579, + "author_account_age_days": 3077 + }, + "https://github.com/jamesWalker55/comfyui-various": { + "stars": 161, + "last_update": "2025-02-27 11:01:51", + "cached_time": 1766772501.801173, + "author_account_age_days": 3077 + }, + "https://github.com/mihaiiancu/ComfyUI_Inpaint": { + "stars": 9, + "last_update": "2024-05-22 18:19:38", + "cached_time": 1766772501.869636, + "author_account_age_days": 3211 + }, + "https://github.com/bash-j/mikey_nodes": { + "stars": 175, + "last_update": "2025-10-03 08:03:29", + "cached_time": 1766772501.843184, + "author_account_age_days": 4737 + }, + "https://github.com/adieyal/comfyui-dynamicprompts": { + "stars": 372, + "last_update": "2024-07-09 14:21:09", + "cached_time": 1766772501.987406, + "author_account_age_days": 5567 + }, + "https://github.com/kwaroran/abg-comfyui": { + "stars": 25, + "last_update": "2024-05-22 18:19:51", + "cached_time": 1766772502.163889, + "author_account_age_days": 1158 + }, + "https://github.com/blib-la/blibla-comfyui-extensions": { + "stars": 175, + "last_update": "2025-04-29 06:49:03", + "cached_time": 1766772502.422097, + "author_account_age_days": 823 + }, + "https://github.com/wallish77/wlsh_nodes": { + "stars": 137, + "last_update": "2024-06-19 12:01:29", + "cached_time": 1766772502.425398, + "author_account_age_days": 2770 + }, + "https://github.com/Pfaeff/pfaeff-comfyui": { + "stars": 22, + "last_update": "2024-05-22 18:21:10", + "cached_time": 1766772502.452754, + "author_account_age_days": 3757 + }, + "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { + "stars": 921, + "last_update": "2025-08-06 20:02:42", + "cached_time": 1766772502.705671, + "author_account_age_days": 4266 + }, + "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { + "stars": 3351, + "last_update": "2025-08-06 05:23:51", + "cached_time": 1766772502.742089, + "author_account_age_days": 4266 + }, + "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { + "stars": 1409, + "last_update": "2025-12-17 22:23:30", + "cached_time": 1766772502.753971, + "author_account_age_days": 4266 + }, + "https://github.com/Gourieff/ComfyUI-ReActor": { + "stars": 991, + "last_update": "2025-12-08 08:24:57", + "cached_time": 1766772502.891497, + "author_account_age_days": 1670 + }, + "https://github.com/imb101/ComfyUI-FaceSwap": { + "stars": 37, + "last_update": "2024-05-22 18:22:29", + "cached_time": 1766772502.916694, + "author_account_age_days": 1439 + }, + "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { + "stars": 46, + "last_update": "2025-12-05 14:19:43", + "cached_time": 1766772503.115525, + "author_account_age_days": 2429 + }, + "https://github.com/coreyryanhanson/ComfyQR": { + "stars": 82, + "last_update": "2025-01-26 16:25:19", + "cached_time": 1766772503.122208, + "author_account_age_days": 3606 + }, + "https://github.com/AIrjen/OneButtonPrompt": { + "stars": 1042, + "last_update": "2025-07-20 12:15:47", + "cached_time": 1766772503.202309, + "author_account_age_days": 993 + }, + "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { + "stars": 355, + "last_update": "2025-10-31 00:44:32", + "cached_time": 1766772503.431806, + "author_account_age_days": 3964 + }, + "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { + "stars": 12, + "last_update": "2025-01-26 16:26:36", + "cached_time": 1766772503.421025, + "author_account_age_days": 3606 + }, + "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { + "stars": 69, + "last_update": "2025-09-15 15:48:29", + "cached_time": 1766772503.451166, + "author_account_age_days": 3273 + }, + "https://github.com/M1kep/Comfy_KepListStuff": { + "stars": 48, + "last_update": "2024-06-22 00:51:28", + "cached_time": 1766772503.734741, + "author_account_age_days": 4808 + }, + "https://github.com/M1kep/ComfyLiterals": { + "stars": 82, + "last_update": "2024-05-22 20:31:38", + "cached_time": 1766772503.792573, + "author_account_age_days": 4808 + }, + "https://github.com/M1kep/KepPromptLang": { + "stars": 7, + "last_update": "2024-05-22 20:32:56", + "cached_time": 1766772503.785407, + "author_account_age_days": 4808 + }, + "https://github.com/M1kep/Comfy_KepMatteAnything": { + "stars": 11, + "last_update": "2024-05-22 20:33:16", + "cached_time": 1766772503.90167, + "author_account_age_days": 4808 + }, + "https://github.com/M1kep/ComfyUI-KepOpenAI": { + "stars": 30, + "last_update": "2024-08-20 16:33:57", + "cached_time": 1766772503.921667, + "author_account_age_days": 4808 + }, + "https://github.com/M1kep/ComfyUI-OtherVAEs": { + "stars": 2, + "last_update": "2024-05-22 20:33:41", + "cached_time": 1766772504.151341, + "author_account_age_days": 4808 + }, + "https://github.com/M1kep/Comfy_KepKitchenSink": { + "stars": 0, + "last_update": "2024-05-22 20:33:29", + "cached_time": 1766772504.164856, + "author_account_age_days": 4808 + }, + "https://github.com/uarefans/ComfyUI-Fans": { + "stars": 17, + "last_update": "2024-07-14 15:00:38", + "cached_time": 1766772504.207258, + "author_account_age_days": 1822 + }, + "https://github.com/ManglerFTW/ComfyI2I": { + "stars": 176, + "last_update": "2024-06-14 11:01:01", + "cached_time": 1766772504.42453, + "author_account_age_days": 1205 + }, + "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { + "stars": 16, + "last_update": "2024-05-22 20:34:46", + "cached_time": 1766772504.46924, + "author_account_age_days": 5700 + }, + "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { + "stars": 3, + "last_update": "2025-09-29 00:50:12", + "cached_time": 1766772504.567094, + "author_account_age_days": 865 + }, + "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { + "stars": 34, + "last_update": "2024-08-13 14:19:11", + "cached_time": 1766772504.732212, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/LoadLoraWithTags": { + "stars": 85, + "last_update": "2025-02-25 18:12:40", + "cached_time": 1766772504.788086, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { + "stars": 92, + "last_update": "2025-08-21 18:17:03", + "cached_time": 1766772504.802873, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { + "stars": 426, + "last_update": "2024-09-10 17:44:50", + "cached_time": 1766772504.936229, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { + "stars": 125, + "last_update": "2024-08-28 05:29:07", + "cached_time": 1766772504.947035, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { + "stars": 44, + "last_update": "2024-07-10 00:27:51", + "cached_time": 1766772505.173822, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { + "stars": 51, + "last_update": "2024-07-10 00:27:36", + "cached_time": 1766772505.172511, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { + "stars": 58, + "last_update": "2025-05-24 07:36:22", + "cached_time": 1766772505.23859, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/DistanceSampler": { + "stars": 41, + "last_update": "2025-06-19 22:54:08", + "cached_time": 1766772505.454208, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/Skimmed_CFG": { + "stars": 224, + "last_update": "2024-10-25 20:59:10", + "cached_time": 1766772505.489742, + "author_account_age_days": 3700 + }, + "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { + "stars": 9, + "last_update": "2025-03-20 15:10:24", + "cached_time": 1766772505.602903, + "author_account_age_days": 3700 + }, + "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { + "stars": 93, + "last_update": "2024-05-22 20:39:14", + "cached_time": 1766772505.780981, + "author_account_age_days": 866 + }, + "https://github.com/hustille/ComfyUI_hus_utils": { + "stars": 5, + "last_update": "2024-05-22 20:39:34", + "cached_time": 1766772505.849619, + "author_account_age_days": 990 + }, + "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { + "stars": 66, + "last_update": "2024-05-22 20:39:48", + "cached_time": 1766772505.806182, + "author_account_age_days": 990 + }, + "https://github.com/badjeff/comfyui_lora_tag_loader": { + "stars": 96, + "last_update": "2024-05-22 20:40:03", + "cached_time": 1766772505.973698, + "author_account_age_days": 5913 + }, + "https://github.com/rgthree/rgthree-comfy": { + "stars": 2574, + "last_update": "2025-12-12 01:53:37", + "cached_time": 1766772505.975337, + "author_account_age_days": 5524 + }, + "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { + "stars": 2411, + "last_update": "2025-03-24 00:01:12", + "cached_time": 1766772506.235707, + "author_account_age_days": 1051 + }, + "https://github.com/AIGODLIKE/ComfyUI-CUP": { + "stars": 53, + "last_update": "2025-10-15 09:39:30", + "cached_time": 1766772506.244084, + "author_account_age_days": 1051 + }, + "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { + "stars": 380, + "last_update": "2025-10-27 09:36:36", + "cached_time": 1766772506.288066, + "author_account_age_days": 1051 + }, + "https://github.com/syllebra/bilbox-comfyui": { + "stars": 139, + "last_update": "2025-09-17 19:49:51", + "cached_time": 1766772506.476507, + "author_account_age_days": 3686 + }, + "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { + "stars": 372, + "last_update": "2024-07-17 02:28:49", + "cached_time": 1766772506.538859, + "author_account_age_days": 1051 + }, + "https://github.com/giriss/comfy-image-saver": { + "stars": 321, + "last_update": "2024-05-22 20:40:55", + "cached_time": 1766772506.610993, + "author_account_age_days": 4788 + }, + "https://github.com/laksjdjf/cgem156-ComfyUI": { + "stars": 91, + "last_update": "2025-04-30 14:52:29", + "cached_time": 1766772506.796013, + "author_account_age_days": 3381 + }, + "https://github.com/laksjdjf/pfg-ComfyUI": { + "stars": 12, + "last_update": "2024-05-22 20:41:41", + "cached_time": 1766772506.839527, + "author_account_age_days": 3381 + }, + "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { + "stars": 23, + "last_update": "2024-05-22 20:42:04", + "cached_time": 1766772506.889156, + "author_account_age_days": 3381 + }, + "https://github.com/laksjdjf/LCMSampler-ComfyUI": { + "stars": 16, + "last_update": "2024-05-22 20:42:17", + "cached_time": 1766772506.984872, + "author_account_age_days": 3381 + }, + "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { + "stars": 13, + "last_update": "2024-05-22 20:42:29", + "cached_time": 1766772507.002617, + "author_account_age_days": 3381 + }, + "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { + "stars": 8, + "last_update": "2024-05-22 20:42:42", + "cached_time": 1766772507.321109, + "author_account_age_days": 3381 + }, + "https://github.com/laksjdjf/ComfyUI-Imatrix": { + "stars": 6, + "last_update": "2025-06-07 00:17:26", + "cached_time": 1766772507.272327, + "author_account_age_days": 3381 + }, + "https://github.com/alsritter/asymmetric-tiling-comfyui": { + "stars": 17, + "last_update": "2024-05-22 20:43:07", + "cached_time": 1766772507.314742, + "author_account_age_days": 2544 + }, + "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { + "stars": 3, + "last_update": "2024-05-22 20:43:21", + "cached_time": 1766772507.585066, + "author_account_age_days": 3753 + }, + "https://github.com/meap158/ComfyUI-Background-Replacement": { + "stars": 64, + "last_update": "2025-01-06 23:45:28", + "cached_time": 1766772507.576971, + "author_account_age_days": 3753 + }, + "https://github.com/meap158/ComfyUI-Prompt-Expansion": { + "stars": 77, + "last_update": "2024-05-22 20:43:37", + "cached_time": 1766772507.61009, + "author_account_age_days": 3753 + }, + "https://github.com/TeaCrab/ComfyUI-TeaNodes": { + "stars": 5, + "last_update": "2025-11-11 16:22:44", + "cached_time": 1766772507.824994, + "author_account_age_days": 3767 + }, + "https://github.com/nagolinc/comfyui_openai_node": { + "stars": 1, + "last_update": "2024-06-15 15:59:07", + "cached_time": 1766772507.868954, + "author_account_age_days": 4224 + }, + "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { + "stars": 4, + "last_update": "2024-07-19 14:46:14", + "cached_time": 1766772507.938368, + "author_account_age_days": 4224 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelector": { + "stars": 15, + "last_update": "2025-12-07 10:46:58", + "cached_time": 1766772508.464538, + "author_account_age_days": 4206 + }, + "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { + "stars": 207, + "last_update": "2024-05-22 20:44:44", + "cached_time": 1766772508.033356, + "author_account_age_days": 2359 + }, + "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { + "stars": 38, + "last_update": "2024-05-22 20:44:56", + "cached_time": 1766772508.267879, + "author_account_age_days": 4199 + }, + "https://github.com/dagthomas/comfyui_dagthomas": { + "stars": 274, + "last_update": "2025-12-13 21:44:35", + "cached_time": 1766772508.319751, + "author_account_age_days": 4622 + }, + "https://github.com/marhensa/sdxl-recommended-res-calc": { + "stars": 92, + "last_update": "2025-04-13 09:33:49", + "cached_time": 1766772508.33804, + "author_account_age_days": 5325 + }, + "https://github.com/Nuked88/ComfyUI-N-Sidebar": { + "stars": 577, + "last_update": "2025-07-06 11:37:45", + "cached_time": 1766772508.580637, + "author_account_age_days": 5029 + }, + "https://github.com/richinsley/Comfy-LFO": { + "stars": 5, + "last_update": "2024-05-22 20:46:30", + "cached_time": 1766772508.625371, + "author_account_age_days": 3230 + }, + "https://github.com/Beinsezii/bsz-cui-extras": { + "stars": 25, + "last_update": "2024-05-22 20:46:45", + "cached_time": 1766772508.651553, + "author_account_age_days": 2776 + }, + "https://github.com/Nuked88/ComfyUI-N-Nodes": { + "stars": 236, + "last_update": "2024-08-15 21:07:32", + "cached_time": 1766772508.85557, + "author_account_age_days": 5029 + }, + "https://github.com/youyegit/tdxh_node_comfyui": { + "stars": 2, + "last_update": "2025-03-17 08:22:16", + "cached_time": 1766772508.869744, + "author_account_age_days": 979 + }, + "https://github.com/Sxela/ComfyWarp": { + "stars": 48, + "last_update": "2025-04-01 22:18:02", + "cached_time": 1766772508.974533, + "author_account_age_days": 3922 + }, + "https://github.com/skfoo/ComfyUI-Coziness": { + "stars": 32, + "last_update": "2024-08-16 03:10:43", + "cached_time": 1766772509.04184, + "author_account_age_days": 2632 + }, + "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { + "stars": 15, + "last_update": "2024-05-22 20:48:23", + "cached_time": 1766772509.270966, + "author_account_age_days": 4305 + }, + "https://github.com/Lerc/canvas_tab": { + "stars": 203, + "last_update": "2024-05-22 20:48:45", + "cached_time": 1766772509.351046, + "author_account_age_days": 5917 + }, + "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { + "stars": 255, + "last_update": "2024-12-01 16:34:24", + "cached_time": 1766772509.340203, + "author_account_age_days": 5472 + }, + "https://github.com/spro/comfyui-mirror": { + "stars": 7, + "last_update": "2024-05-22 20:50:25", + "cached_time": 1766772509.461539, + "author_account_age_days": 5781 + }, + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { + "stars": 47, + "last_update": "2024-08-26 16:33:49", + "cached_time": 1766772509.626322, + "author_account_age_days": 4403 + }, + "https://github.com/Acly/comfyui-tooling-nodes": { + "stars": 599, + "last_update": "2025-12-22 10:38:45", + "cached_time": 1766772509.622561, + "author_account_age_days": 4354 + }, + "https://github.com/Acly/comfyui-inpaint-nodes": { + "stars": 1099, + "last_update": "2025-10-03 16:47:12", + "cached_time": 1766772509.702889, + "author_account_age_days": 4354 + }, + "https://github.com/picturesonpictures/comfy_PoP": { + "stars": 21, + "last_update": "2025-06-05 03:53:18", + "cached_time": 1766772509.916453, + "author_account_age_days": 1137 + }, + "https://github.com/alt-key-project/comfyui-dream-video-batches": { + "stars": 84, + "last_update": "2025-02-23 10:28:40", + "cached_time": 1766772509.894472, + "author_account_age_days": 1210 + }, + "https://github.com/alt-key-project/comfyui-dream-project": { + "stars": 108, + "last_update": "2025-02-16 14:45:43", + "cached_time": 1766772509.98709, + "author_account_age_days": 1210 + }, + "https://github.com/seanlynch/comfyui-optical-flow": { + "stars": 33, + "last_update": "2024-05-22 20:52:17", + "cached_time": 1766772510.039599, + "author_account_age_days": 5855 + }, + "https://github.com/ealkanat/comfyui-easy-padding": { + "stars": 17, + "last_update": "2024-12-31 02:38:22", + "cached_time": 1766772510.267868, + "author_account_age_days": 3013 + }, + "https://github.com/ArtBot2023/CharacterFaceSwap": { + "stars": 96, + "last_update": "2024-05-22 20:53:09", + "cached_time": 1766772510.355264, + "author_account_age_days": 843 + }, + "https://github.com/braintacles/braintacles-comfyui-nodes": { + "stars": 2, + "last_update": "2024-07-31 15:01:52", + "cached_time": 1766772510.391101, + "author_account_age_days": 981 + }, + "https://github.com/mav-rik/facerestore_cf": { + "stars": 315, + "last_update": "2025-06-21 08:02:17", + "cached_time": 1766772510.467839, + "author_account_age_days": 3471 + }, + "https://github.com/hayden-fr/ComfyUI-Model-Manager": { + "stars": 172, + "last_update": "2025-09-24 07:18:26", + "cached_time": 1766772510.634977, + "author_account_age_days": 2487 + }, + "https://github.com/ali1234/comfyui-job-iterator": { + "stars": 122, + "last_update": "2024-11-16 07:51:07", + "cached_time": 1766772510.65314, + "author_account_age_days": 5410 + }, + "https://github.com/jmkl/ComfyUI-ricing": { + "stars": 11, + "last_update": "2024-10-16 15:38:08", + "cached_time": 1766772510.769041, + "author_account_age_days": 5147 + }, + "https://github.com/budihartono/comfyui_otonx_nodes": { + "stars": 1, + "last_update": "2024-07-31 16:01:47", + "cached_time": 1766772510.903676, + "author_account_age_days": 5236 + }, + "https://github.com/budihartono/comfyui-aspect-ratio-presets": { + "stars": 3, + "last_update": "2025-08-26 06:14:34", + "cached_time": 1766772510.93537, + "author_account_age_days": 5236 + }, + "https://github.com/ramyma/A8R8_ComfyUI_nodes": { + "stars": 68, + "last_update": "2024-12-09 16:06:25", + "cached_time": 1766772511.018213, + "author_account_age_days": 3767 + }, + "https://github.com/spinagon/ComfyUI-seamless-tiling": { + "stars": 247, + "last_update": "2025-03-14 08:48:11", + "cached_time": 1766772511.126826, + "author_account_age_days": 5291 + }, + "https://github.com/tusharbhutt/Endless-Nodes": { + "stars": 62, + "last_update": "2025-07-25 22:08:03", + "cached_time": 1766772511.273536, + "author_account_age_days": 3215 + }, + "https://github.com/tusharbhutt/Endless-Buttons": { + "stars": 10, + "last_update": "2025-08-06 06:28:45", + "cached_time": 1766772511.416902, + "author_account_age_days": 3215 + }, + "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { + "stars": 92, + "last_update": "2025-01-30 00:12:58", + "cached_time": 1766772511.420064, + "author_account_age_days": 844 + }, + "https://github.com/spacepxl/ComfyUI-Image-Filters": { + "stars": 274, + "last_update": "2025-12-15 02:00:51", + "cached_time": 1766772511.471092, + "author_account_age_days": 844 + }, + "https://github.com/spacepxl/ComfyUI-Depth-Pro": { + "stars": 201, + "last_update": "2024-10-23 20:05:56", + "cached_time": 1766772511.636729, + "author_account_age_days": 844 + }, + "https://github.com/spacepxl/ComfyUI-RAVE": { + "stars": 93, + "last_update": "2024-05-22 20:56:19", + "cached_time": 1766772511.664455, + "author_account_age_days": 844 + }, + "https://github.com/spacepxl/ComfyUI-StyleGan": { + "stars": 20, + "last_update": "2024-06-10 20:16:34", + "cached_time": 1766772511.815167, + "author_account_age_days": 844 + }, + "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { + "stars": 58, + "last_update": "2025-07-29 18:34:34", + "cached_time": 1766772511.921749, + "author_account_age_days": 2839 + }, + "https://github.com/spacepxl/ComfyUI-LossTesting": { + "stars": 2, + "last_update": "2025-01-26 05:09:57", + "cached_time": 1766772512.037817, + "author_account_age_days": 844 + }, + "https://github.com/receyuki/comfyui-prompt-reader-node": { + "stars": 423, + "last_update": "2025-02-01 15:56:44", + "cached_time": 1766772512.011737, + "author_account_age_days": 3143 + }, + "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { + "stars": 85, + "last_update": "2024-06-14 09:02:44", + "cached_time": 1766772512.15488, + "author_account_age_days": 2284 + }, + "https://github.com/cubiq/ComfyUI_essentials": { + "stars": 1011, + "last_update": "2025-04-14 07:33:29", + "cached_time": 1766772512.273524, + "author_account_age_days": 5561 + }, + "https://github.com/Clybius/ComfyUI-Extra-Samplers": { + "stars": 97, + "last_update": "2024-11-15 17:21:45", + "cached_time": 1766772512.436304, + "author_account_age_days": 2284 + }, + "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { + "stars": 13, + "last_update": "2025-07-08 14:27:15", + "cached_time": 1766772512.451886, + "author_account_age_days": 2284 + }, + "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { + "stars": 1231, + "last_update": "2025-03-14 09:33:32", + "cached_time": 1766772512.568149, + "author_account_age_days": 2652 + }, + "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { + "stars": 16, + "last_update": "2024-11-10 20:44:23", + "cached_time": 1766772512.649093, + "author_account_age_days": 4403 + }, + "https://github.com/chrisgoringe/cg-noisetools": { + "stars": 20, + "last_update": "2024-12-17 04:09:18", + "cached_time": 1766772512.694993, + "author_account_age_days": 4615 + }, + "https://github.com/chrisgoringe/cg-image-filter": { + "stars": 102, + "last_update": "2025-11-30 04:05:03", + "cached_time": 1766772512.823397, + "author_account_age_days": 4615 + }, + "https://github.com/chrisgoringe/cg-use-everywhere": { + "stars": 886, + "last_update": "2025-12-17 01:53:11", + "cached_time": 1766772512.959276, + "author_account_age_days": 4615 + }, + "https://github.com/chrisgoringe/cg-prompt-info": { + "stars": 32, + "last_update": "2024-05-22 21:07:33", + "cached_time": 1766772513.014979, + "author_account_age_days": 4615 + }, + "https://github.com/chrisgoringe/cg-controller": { + "stars": 79, + "last_update": "2025-04-25 00:43:21", + "cached_time": 1766772513.075538, + "author_account_age_days": 4615 + }, + "https://github.com/alpertunga-bile/prompt-generator-comfyui": { + "stars": 109, + "last_update": "2025-05-21 20:05:48", + "cached_time": 1766772513.196186, + "author_account_age_days": 1823 + }, + "https://github.com/seanlynch/srl-nodes": { + "stars": 12, + "last_update": "2024-06-30 13:47:38", + "cached_time": 1766772513.284091, + "author_account_age_days": 5855 + }, + "https://github.com/kijai/ComfyUI-KJNodes": { + "stars": 2072, + "last_update": "2025-12-21 12:23:08", + "cached_time": 1766772513.458623, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-CCSR": { + "stars": 240, + "last_update": "2024-06-28 11:13:33", + "cached_time": 1766772513.517026, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-SVD": { + "stars": 164, + "last_update": "2024-05-22 21:09:54", + "cached_time": 1766772513.581614, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-Marigold": { + "stars": 559, + "last_update": "2025-05-16 10:22:16", + "cached_time": 1766772513.661892, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-Geowizard": { + "stars": 126, + "last_update": "2024-12-16 19:33:54", + "cached_time": 1766772513.729704, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-depth-fm": { + "stars": 86, + "last_update": "2024-05-22 21:10:15", + "cached_time": 1766772513.869944, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-DDColor": { + "stars": 161, + "last_update": "2024-05-21 16:04:26", + "cached_time": 1766772513.989849, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-ADMotionDirector": { + "stars": 178, + "last_update": "2024-11-07 07:20:23", + "cached_time": 1766772514.038839, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-moondream": { + "stars": 111, + "last_update": "2024-08-12 16:30:11", + "cached_time": 1766772514.144295, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-SUPIR": { + "stars": 2195, + "last_update": "2025-09-24 13:51:11", + "cached_time": 1766772514.211716, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { + "stars": 679, + "last_update": "2025-06-02 11:49:00", + "cached_time": 1766772514.296022, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-APISR-KJ": { + "stars": 74, + "last_update": "2024-05-21 16:30:21", + "cached_time": 1766772514.461068, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-DiffusionLight": { + "stars": 72, + "last_update": "2024-05-21 16:16:52", + "cached_time": 1766772514.52994, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-ELLA-wrapper": { + "stars": 115, + "last_update": "2024-05-21 16:47:28", + "cached_time": 1766772514.61258, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { + "stars": 22, + "last_update": "2024-05-21 16:41:18", + "cached_time": 1766772514.676843, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { + "stars": 149, + "last_update": "2024-06-20 12:15:16", + "cached_time": 1766772514.729252, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-DepthAnythingV2": { + "stars": 381, + "last_update": "2025-06-16 13:16:52", + "cached_time": 1766772514.903154, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-IC-Light": { + "stars": 1127, + "last_update": "2025-05-30 19:21:20", + "cached_time": 1766772514.999887, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-Florence2": { + "stars": 1547, + "last_update": "2025-12-15 21:09:42", + "cached_time": 1766772515.064914, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-LuminaWrapper": { + "stars": 196, + "last_update": "2024-07-31 13:52:06", + "cached_time": 1766772515.15685, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { + "stars": 43, + "last_update": "2024-07-03 14:59:13", + "cached_time": 1766772515.239974, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { + "stars": 512, + "last_update": "2025-01-12 17:34:34", + "cached_time": 1766772515.363028, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-LivePortraitKJ": { + "stars": 2108, + "last_update": "2024-08-05 21:39:49", + "cached_time": 1766772515.447916, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { + "stars": 595, + "last_update": "2024-10-18 08:47:45", + "cached_time": 1766772515.564479, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-segment-anything-2": { + "stars": 1148, + "last_update": "2025-09-28 08:35:30", + "cached_time": 1766772515.66132, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { + "stars": 190, + "last_update": "2024-08-15 08:26:15", + "cached_time": 1766772515.670108, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-FluxTrainer": { + "stars": 1092, + "last_update": "2025-04-02 07:35:46", + "cached_time": 1766772515.739327, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { + "stars": 1538, + "last_update": "2025-08-07 11:03:37", + "cached_time": 1766772515.909261, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { + "stars": 368, + "last_update": "2024-11-15 13:28:18", + "cached_time": 1766772516.032486, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { + "stars": 86, + "last_update": "2024-08-25 14:04:22", + "cached_time": 1766772516.065397, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-MoGe": { + "stars": 52, + "last_update": "2025-02-07 18:42:39", + "cached_time": 1766772516.181842, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-LVCDWrapper": { + "stars": 62, + "last_update": "2024-09-30 11:49:12", + "cached_time": 1766772516.254817, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-Lotus": { + "stars": 158, + "last_update": "2025-11-04 16:36:47", + "cached_time": 1766772516.359216, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-GIMM-VFI": { + "stars": 429, + "last_update": "2025-07-31 18:52:50", + "cached_time": 1766772516.468535, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { + "stars": 2565, + "last_update": "2025-08-20 08:38:14", + "cached_time": 1766772516.630239, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-StableXWrapper": { + "stars": 63, + "last_update": "2025-01-31 11:59:01", + "cached_time": 1766772516.674215, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-HFRemoteVae": { + "stars": 53, + "last_update": "2025-03-01 18:22:59", + "cached_time": 1766772516.673191, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-LBMWrapper": { + "stars": 247, + "last_update": "2025-05-14 09:25:13", + "cached_time": 1766772516.846625, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-WanVideoWrapper": { + "stars": 5735, + "last_update": "2025-12-26 14:09:02", + "cached_time": 1766772516.897704, + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-MelBandRoFormer": { + "stars": 94, + "last_update": "2025-08-26 08:29:25", + "cached_time": 1766772517.217199, + "author_account_age_days": 2733 + }, + "https://github.com/hhhzzyang/Comfyui_Lama": { + "stars": 55, + "last_update": "2024-05-22 21:13:19", + "cached_time": 1766772517.25152, + "author_account_age_days": 1057 + }, + "https://github.com/audioscavenger/save-image-extended-comfyui": { + "stars": 126, + "last_update": "2025-09-02 01:48:10", + "cached_time": 1766772517.190528, + "author_account_age_days": 4671 + }, + "https://github.com/audioscavenger/ComfyUI-Thumbnails": { + "stars": 39, + "last_update": "2025-09-02 02:49:43", + "cached_time": 1766772517.288156, + "author_account_age_days": 4671 + }, + "https://github.com/SOELexicon/ComfyUI-LexTools": { + "stars": 31, + "last_update": "2025-03-28 10:50:35", + "cached_time": 1766772517.367092, + "author_account_age_days": 4633 + }, + "https://github.com/mikkel/ComfyUI-text-overlay": { + "stars": 62, + "last_update": "2024-08-17 16:09:41", + "cached_time": 1766772517.537457, + "author_account_age_days": 6466 + }, + "https://github.com/avatechai/avatar-graph-comfyui": { + "stars": 264, + "last_update": "2024-05-22 21:14:14", + "cached_time": 1766772517.684711, + "author_account_age_days": 1404 + }, + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { + "stars": 27, + "last_update": "2025-06-19 08:44:57", + "cached_time": 1766772517.731743, + "author_account_age_days": 989 + }, + "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { + "stars": 4, + "last_update": "2024-11-21 07:15:20", + "cached_time": 1766772517.759982, + "author_account_age_days": 989 + }, + "https://github.com/storyicon/comfyui_segment_anything": { + "stars": 1060, + "last_update": "2024-07-12 10:17:33", + "cached_time": 1766772517.893224, + "author_account_age_days": 3102 + }, + "https://github.com/storyicon/comfyui_musev_evolved": { + "stars": 26, + "last_update": "2024-06-14 11:02:40", + "cached_time": 1766772517.941218, + "author_account_age_days": 3102 + }, + "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { + "stars": 105, + "last_update": "2024-08-08 03:04:19", + "cached_time": 1766772518.178689, + "author_account_age_days": 5352 + }, + "https://github.com/whatbirdisthat/cyberdolphin": { + "stars": 14, + "last_update": "2024-07-31 13:40:12", + "cached_time": 1766772518.233536, + "author_account_age_days": 6037 + }, + "https://github.com/spinagon/ComfyUI-seam-carving": { + "stars": 27, + "last_update": "2025-03-14 08:47:57", + "cached_time": 1766772518.264618, + "author_account_age_days": 5291 + }, + "https://github.com/chrish-slingshot/CrasHUtils": { + "stars": 14, + "last_update": "2025-10-09 23:23:49", + "cached_time": 1766772518.336368, + "author_account_age_days": 1151 + }, + "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { + "stars": 20, + "last_update": "2025-06-09 08:07:23", + "cached_time": 1766772518.386849, + "author_account_age_days": 3245 + }, + "https://github.com/YMC-GitHub/ymc_node_joy": { + "stars": 0, + "last_update": "2025-06-19 07:24:28", + "cached_time": 1766772518.634941, + "author_account_age_days": 3245 + }, + "https://github.com/YMC-GitHub/ymc-node-as-x-type": { + "stars": 0, + "last_update": "2025-06-06 12:23:11", + "cached_time": 1766772518.698337, + "author_account_age_days": 3245 + }, + "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { + "stars": 0, + "last_update": "2025-04-12 15:00:21", + "cached_time": 1766772518.802046, + "author_account_age_days": 3245 + }, + "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { + "stars": 85, + "last_update": "2025-11-03 21:11:57", + "cached_time": 1766772518.762767, + "author_account_age_days": 3399 + }, + "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { + "stars": 32, + "last_update": "2025-09-15 20:38:26", + "cached_time": 1766772518.901945, + "author_account_age_days": 4589 + }, + "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { + "stars": 203, + "last_update": "2024-05-22 21:18:05", + "cached_time": 1766772518.957967, + "author_account_age_days": 4241 + }, + "https://github.com/THtianhao/ComfyUI-FaceChain": { + "stars": 141, + "last_update": "2025-04-28 07:00:45", + "cached_time": 1766772519.194169, + "author_account_age_days": 4241 + }, + "https://github.com/chflame163/ComfyUI_WordCloud": { + "stars": 114, + "last_update": "2025-03-31 13:11:39", + "cached_time": 1766772519.251577, + "author_account_age_days": 994 + }, + "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { + "stars": 29, + "last_update": "2025-03-31 13:11:24", + "cached_time": 1766772519.293141, + "author_account_age_days": 994 + }, + "https://github.com/zer0TF/cute-comfy": { + "stars": 34, + "last_update": "2024-05-22 21:18:53", + "cached_time": 1766772519.350557, + "author_account_age_days": 3220 + }, + "https://github.com/chflame163/ComfyUI_LayerStyle": { + "stars": 2799, + "last_update": "2025-12-24 07:03:50", + "cached_time": 1766772519.403918, + "author_account_age_days": 994 + }, + "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { + "stars": 569, + "last_update": "2025-12-26 13:53:40", + "cached_time": 1766772519.658147, + "author_account_age_days": 994 + }, + "https://github.com/chflame163/ComfyUI_FaceSimilarity": { + "stars": 38, + "last_update": "2025-03-31 13:12:01", + "cached_time": 1766772519.710925, + "author_account_age_days": 994 + }, + "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { + "stars": 370, + "last_update": "2025-01-01 12:55:16", + "cached_time": 1766772519.796323, + "author_account_age_days": 994 + }, + "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { + "stars": 18, + "last_update": "2025-03-12 02:00:43", + "cached_time": 1766772519.817627, + "author_account_age_days": 994 + }, + "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { + "stars": 147, + "last_update": "2025-03-12 01:58:47", + "cached_time": 1766772519.902519, + "author_account_age_days": 994 + }, + "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { + "stars": 54, + "last_update": "2025-03-06 09:27:25", + "cached_time": 1766772519.970903, + "author_account_age_days": 994 + }, + "https://github.com/drustan-hawk/primitive-types": { + "stars": 6, + "last_update": "2024-08-01 17:44:51", + "cached_time": 1766772520.203131, + "author_account_age_days": 839 + }, + "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { + "stars": 36, + "last_update": "2024-06-22 09:06:04", + "cached_time": 1766772520.309226, + "author_account_age_days": 3865 + }, + "https://github.com/shadowcz007/comfyui-consistency-decoder": { + "stars": 3, + "last_update": "2024-06-14 10:23:35", + "cached_time": 1766772520.321414, + "author_account_age_days": 3865 + }, + "https://github.com/shadowcz007/comfyui-Image-reward": { + "stars": 32, + "last_update": "2024-06-14 10:24:49", + "cached_time": 1766772520.35207, + "author_account_age_days": 3865 + }, + "https://github.com/shadowcz007/comfyui-edit-mask": { + "stars": 6, + "last_update": "2024-06-20 01:42:48", + "cached_time": 1766772520.79587, + "author_account_age_days": 3865 + }, + "https://github.com/shadowcz007/comfyui-mixlab-nodes": { + "stars": 1775, + "last_update": "2025-07-22 01:44:28", + "cached_time": 1766772521.082102, + "author_account_age_days": 2593 + }, + "https://github.com/shadowcz007/comfyui-sound-lab": { + "stars": 130, + "last_update": "2024-07-04 12:53:38", + "cached_time": 1766772521.642583, + "author_account_age_days": 2593 + }, + "https://github.com/ostris/ostris_nodes_comfyui": { + "stars": 42, + "last_update": "2025-04-16 17:03:53", + "cached_time": 1766772520.845661, + "author_account_age_days": 2953 + }, + "https://github.com/ostris/ComfyUI-FlexTools": { + "stars": 79, + "last_update": "2025-08-05 19:40:11", + "cached_time": 1766772520.868433, + "author_account_age_days": 2953 + }, + "https://github.com/0xbitches/ComfyUI-LCM": { + "stars": 259, + "last_update": "2023-11-11 21:24:33", + "cached_time": 1766772520.977246, + "author_account_age_days": 1081 + }, + "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { + "stars": 175, + "last_update": "2025-04-01 21:45:31", + "cached_time": 1766772520.989225, + "author_account_age_days": 3277 + }, + "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { + "stars": 260, + "last_update": "2024-11-18 00:45:28", + "cached_time": 1766772521.23402, + "author_account_age_days": 2233 + }, + "https://github.com/taabata/ComfyCanvas": { + "stars": 93, + "last_update": "2025-07-10 00:40:21", + "cached_time": 1766772521.315894, + "author_account_age_days": 2233 + }, + "https://github.com/shadowcz007/comfyui-liveportrait": { + "stars": 470, + "last_update": "2024-09-01 10:34:41", + "cached_time": 1766772521.925404, + "author_account_age_days": 2593 + }, + "https://github.com/shadowcz007/comfyui-try-on": { + "stars": 14, + "last_update": "2024-08-15 10:50:22", + "cached_time": 1766772521.891637, + "author_account_age_days": 2593 + }, + "https://github.com/taabata/SANA_LOWVRAM": { + "stars": 4, + "last_update": "2024-12-28 01:16:29", + "cached_time": 1766772521.893201, + "author_account_age_days": 2233 + }, + "https://github.com/noxinias/ComfyUI_NoxinNodes": { + "stars": 12, + "last_update": "2024-05-22 21:24:24", + "cached_time": 1766772521.844332, + "author_account_age_days": 3110 + }, + "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { + "stars": 29, + "last_update": "2024-05-22 21:25:13", + "cached_time": 1766772521.894331, + "author_account_age_days": 1018 + }, + "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { + "stars": 59, + "last_update": "2024-05-22 21:25:01", + "cached_time": 1766772521.9863, + "author_account_age_days": 1018 + }, + "https://github.com/kinfolk0117/ComfyUI_Pilgram": { + "stars": 8, + "last_update": "2024-05-22 21:25:24", + "cached_time": 1766772522.003421, + "author_account_age_days": 1018 + }, + "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { + "stars": 29, + "last_update": "2024-10-27 09:04:20", + "cached_time": 1766772522.075591, + "author_account_age_days": 1018 + }, + "https://github.com/Fictiverse/ComfyUI_Fictiverse": { + "stars": 20, + "last_update": "2025-12-26 01:34:05", + "cached_time": 1766772522.265369, + "author_account_age_days": 1222 + }, + "https://github.com/noembryo/ComfyUI-noEmbryo": { + "stars": 25, + "last_update": "2025-05-11 19:04:36", + "cached_time": 1766772522.367823, + "author_account_age_days": 3293 + }, + "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { + "stars": 248, + "last_update": "2025-07-26 17:43:22", + "cached_time": 1766772522.654584, + "author_account_age_days": 3599 + }, + "https://github.com/aianimation55/ComfyUI-FatLabels": { + "stars": 5, + "last_update": "2024-05-22 21:26:01", + "cached_time": 1766772522.846939, + "author_account_age_days": 824 + }, + "https://github.com/mikkel/comfyui-mask-boundingbox": { + "stars": 31, + "last_update": "2024-05-22 21:26:23", + "cached_time": 1766772522.926232, + "author_account_age_days": 6466 + }, + "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { + "stars": 0, + "last_update": "2024-05-22 21:26:35", + "cached_time": 1766772522.927305, + "author_account_age_days": 4193 + }, + "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { + "stars": 70, + "last_update": "2025-05-01 10:03:33", + "cached_time": 1766772522.926768, + "author_account_age_days": 3290 + }, + "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { + "stars": 17, + "last_update": "2025-03-14 12:21:40", + "cached_time": 1766772523.091034, + "author_account_age_days": 2215 + }, + "https://github.com/Trung0246/ComfyUI-0246": { + "stars": 137, + "last_update": "2025-03-15 03:39:33", + "cached_time": 1766772522.998032, + "author_account_age_days": 3930 + }, + "https://github.com/fexli/fexli-util-node-comfyui": { + "stars": 3, + "last_update": "2025-06-18 06:07:31", + "cached_time": 1766772523.056006, + "author_account_age_days": 2109 + }, + "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { + "stars": 7, + "last_update": "2024-11-12 11:10:16", + "cached_time": 1766772523.087394, + "author_account_age_days": 1039 + }, + "https://github.com/palant/image-resize-comfyui": { + "stars": 103, + "last_update": "2024-01-18 20:59:55", + "cached_time": 1766772523.28576, + "author_account_age_days": 5603 + }, + "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { + "stars": 41, + "last_update": "2024-06-20 13:52:34", + "cached_time": 1766772523.400462, + "author_account_age_days": 1002 + }, + "https://github.com/palant/integrated-nodes-comfyui": { + "stars": 39, + "last_update": "2023-12-27 22:52:00", + "cached_time": 1766772523.925521, + "author_account_age_days": 5603 + }, + "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { + "stars": 7, + "last_update": "2025-10-25 11:22:31", + "cached_time": 1766772523.867618, + "author_account_age_days": 1002 + }, + "https://github.com/whmc76/ComfyUI-UniversalToolkit": { + "stars": 60, + "last_update": "2025-12-03 17:48:11", + "cached_time": 1766772523.926266, + "author_account_age_days": 1002 + }, + "https://github.com/martijnat/comfyui-previewlatent": { + "stars": 45, + "last_update": "2025-09-27 05:59:45", + "cached_time": 1766772523.969978, + "author_account_age_days": 3381 + }, + "https://github.com/banodoco/steerable-motion": { + "stars": 960, + "last_update": "2025-10-03 19:34:07", + "cached_time": 1766772524.010155, + "author_account_age_days": 952 + }, + "https://github.com/gemell1/ComfyUI_GMIC": { + "stars": 9, + "last_update": "2024-05-22 21:28:51", + "cached_time": 1766772524.026827, + "author_account_age_days": 2507 + }, + "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { + "stars": 29, + "last_update": "2024-05-22 21:29:02", + "cached_time": 1766772524.122369, + "author_account_age_days": 1525 + }, + "https://github.com/TheBarret/ZSuite": { + "stars": 9, + "last_update": "2024-08-10 13:31:03", + "cached_time": 1766772524.13696, + "author_account_age_days": 3262 + }, + "https://github.com/ka-puna/comfyui-yanc": { + "stars": 12, + "last_update": "2025-09-07 18:29:10", + "cached_time": 1766772524.136095, + "author_account_age_days": 2757 + }, + "https://github.com/Amorano/Jovimetrix": { + "stars": 383, + "last_update": "2025-09-05 03:15:03", + "cached_time": 1766772524.306042, + "author_account_age_days": 5762 + }, + "https://github.com/Amorano/Jovi_GLSL": { + "stars": 18, + "last_update": "2025-08-25 04:34:38", + "cached_time": 1766772524.470014, + "author_account_age_days": 5762 + }, + "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { + "stars": 7, + "last_update": "2024-05-22 21:29:25", + "cached_time": 1766772524.899844, + "author_account_age_days": 840 + }, + "https://github.com/Amorano/Jovi_Spout": { + "stars": 9, + "last_update": "2025-08-29 02:29:14", + "cached_time": 1766772524.943937, + "author_account_age_days": 5762 + }, + "https://github.com/Amorano/Jovi_Measure": { + "stars": 2, + "last_update": "2025-08-29 02:31:26", + "cached_time": 1766772524.987746, + "author_account_age_days": 5762 + }, + "https://github.com/Amorano/Jovi_MIDI": { + "stars": 5, + "last_update": "2025-05-05 04:11:06", + "cached_time": 1766772524.982041, + "author_account_age_days": 5762 + }, + "https://github.com/Amorano/Jovi_Capture": { + "stars": 9, + "last_update": "2025-05-31 18:38:22", + "cached_time": 1766772525.033911, + "author_account_age_days": 5762 + }, + "https://github.com/Amorano/Jovi_Colorizer": { + "stars": 12, + "last_update": "2025-05-22 20:00:19", + "cached_time": 1766772525.08897, + "author_account_age_days": 5762 + }, + "https://github.com/Umikaze-job/select_folder_path_easy": { + "stars": 6, + "last_update": "2024-05-22 21:30:13", + "cached_time": 1766772525.157784, + "author_account_age_days": 769 + }, + "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { + "stars": 30, + "last_update": "2024-05-22 21:30:40", + "cached_time": 1766772525.154626, + "author_account_age_days": 1592 + }, + "https://github.com/Feidorian/feidorian-ComfyNodes": { + "stars": 5, + "last_update": "2024-06-20 11:31:37", + "cached_time": 1766772525.169794, + "author_account_age_days": 3305 + }, + "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { + "stars": 141, + "last_update": "2025-07-10 14:02:42", + "cached_time": 1766772525.334205, + "author_account_age_days": 5348 + }, + "https://github.com/natto-maki/ComfyUI-NegiTools": { + "stars": 31, + "last_update": "2024-09-15 05:11:18", + "cached_time": 1766772525.489683, + "author_account_age_days": 828 + }, + "https://github.com/wutipong/ComfyUI-TextUtils": { + "stars": 2, + "last_update": "2025-07-21 14:00:53", + "cached_time": 1766772525.90988, + "author_account_age_days": 4735 + }, + "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { + "stars": 3, + "last_update": "2024-05-22 21:31:28", + "cached_time": 1766772525.958253, + "author_account_age_days": 1525 + }, + "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { + "stars": 13, + "last_update": "2025-11-09 20:11:28", + "cached_time": 1766772526.018027, + "author_account_age_days": 3106 + }, + "https://github.com/oyvindg/ComfyUI-TrollSuite": { + "stars": 4, + "last_update": "2024-08-15 10:37:43", + "cached_time": 1766772526.056512, + "author_account_age_days": 2880 + }, + "https://github.com/drago87/ComfyUI_Dragos_Nodes": { + "stars": 3, + "last_update": "2024-05-22 21:32:15", + "cached_time": 1766772526.07164, + "author_account_age_days": 4320 + }, + "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { + "stars": 601, + "last_update": "2025-11-02 19:13:09", + "cached_time": 1766772526.119785, + "author_account_age_days": 4200 + }, + "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { + "stars": 122, + "last_update": "2025-04-03 08:17:10", + "cached_time": 1766772526.177377, + "author_account_age_days": 4200 + }, + "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { + "stars": 365, + "last_update": "2024-05-24 22:14:42", + "cached_time": 1766772526.180769, + "author_account_age_days": 2972 + }, + "https://github.com/bronkula/comfyui-fitsize": { + "stars": 50, + "last_update": "2024-05-22 21:32:34", + "cached_time": 1766772526.37759, + "author_account_age_days": 5705 + }, + "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { + "stars": 224, + "last_update": "2024-05-22 21:33:35", + "cached_time": 1766772526.348921, + "author_account_age_days": 2972 + }, + "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { + "stars": 74, + "last_update": "2024-05-22 21:33:47", + "cached_time": 1766772526.507111, + "author_account_age_days": 2972 + }, + "https://github.com/Danand/ComfyUI-ComfyCouple": { + "stars": 89, + "last_update": "2024-08-10 22:24:01", + "cached_time": 1766772526.957699, + "author_account_age_days": 4839 + }, + "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { + "stars": 4, + "last_update": "2024-05-22 21:34:15", + "cached_time": 1766772526.973823, + "author_account_age_days": 3883 + }, + "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { + "stars": 3, + "last_update": "2024-05-22 21:34:27", + "cached_time": 1766772527.047015, + "author_account_age_days": 1133 + }, + "https://github.com/komojini/komojini-comfyui-nodes": { + "stars": 78, + "last_update": "2024-05-22 21:34:39", + "cached_time": 1766772527.059754, + "author_account_age_days": 1133 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { + "stars": 119, + "last_update": "2024-05-31 12:03:55", + "cached_time": 1766772527.086473, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { + "stars": 382, + "last_update": "2024-05-22 14:14:46", + "cached_time": 1766772527.14786, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { + "stars": 5, + "last_update": "2024-05-22 14:15:52", + "cached_time": 1766772527.173934, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { + "stars": 1791, + "last_update": "2024-06-14 09:00:04", + "cached_time": 1766772527.23843, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { + "stars": 1442, + "last_update": "2024-05-22 13:57:55", + "cached_time": 1766772527.340301, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { + "stars": 816, + "last_update": "2024-05-22 14:13:49", + "cached_time": 1766772527.467161, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { + "stars": 109, + "last_update": "2024-05-22 13:40:44", + "cached_time": 1766772527.517034, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { + "stars": 220, + "last_update": "2024-05-22 14:14:57", + "cached_time": 1766772527.98939, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { + "stars": 80, + "last_update": "2024-05-22 13:41:14", + "cached_time": 1766772527.986727, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { + "stars": 798, + "last_update": "2024-05-22 13:01:07", + "cached_time": 1766772528.0513, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { + "stars": 51, + "last_update": "2024-05-22 13:40:58", + "cached_time": 1766772528.096961, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { + "stars": 825, + "last_update": "2024-05-22 14:14:18", + "cached_time": 1766772528.093997, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { + "stars": 74, + "last_update": "2024-05-22 14:14:03", + "cached_time": 1766772528.162546, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { + "stars": 206, + "last_update": "2024-06-30 08:41:40", + "cached_time": 1766772528.175277, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { + "stars": 542, + "last_update": "2024-06-12 04:40:50", + "cached_time": 1766772528.279855, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { + "stars": 21, + "last_update": "2024-06-14 07:06:15", + "cached_time": 1766772528.352364, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { + "stars": 106, + "last_update": "2025-02-21 09:45:54", + "cached_time": 1766772528.483273, + "author_account_age_days": 890 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { + "stars": 148, + "last_update": "2024-07-11 14:59:07", + "cached_time": 1766772528.550396, + "author_account_age_days": 890 + }, + "https://github.com/kenjiqq/qq-nodes-comfyui": { + "stars": 65, + "last_update": "2025-06-24 22:38:01", + "cached_time": 1766772529.023369, + "author_account_age_days": 5439 + }, + "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { + "stars": 11, + "last_update": "2025-03-14 11:42:07", + "cached_time": 1766772528.982518, + "author_account_age_days": 2021 + }, + "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { + "stars": 303, + "last_update": "2024-06-14 07:04:37", + "cached_time": 1766772529.111523, + "author_account_age_days": 4217 + }, + "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { + "stars": 69, + "last_update": "2024-06-14 07:10:18", + "cached_time": 1766772529.0943, + "author_account_age_days": 4785 + }, + "https://github.com/discopixel-studio/comfyui-discopixel": { + "stars": 12, + "last_update": "2024-09-30 00:46:13", + "cached_time": 1766772529.176424, + "author_account_age_days": 895 + }, + "https://github.com/zcfrank1st/Comfyui-Yolov8": { + "stars": 27, + "last_update": "2024-06-14 07:08:40", + "cached_time": 1766772529.172067, + "author_account_age_days": 4965 + }, + "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { + "stars": 24, + "last_update": "2024-06-14 07:09:03", + "cached_time": 1766772529.19768, + "author_account_age_days": 4074 + }, + "https://github.com/SoftMeng/ComfyUI_ImageToText": { + "stars": 14, + "last_update": "2024-06-14 08:08:36", + "cached_time": 1766772529.279922, + "author_account_age_days": 4074 + }, + "https://github.com/SoftMeng/ComfyUI-PIL": { + "stars": 7, + "last_update": "2024-10-13 10:02:17", + "cached_time": 1766772529.369654, + "author_account_age_days": 4074 + }, + "https://github.com/wmatson/easy-comfy-nodes": { + "stars": 18, + "last_update": "2025-04-17 16:26:02", + "cached_time": 1766772529.523137, + "author_account_age_days": 4668 + }, + "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { + "stars": 27, + "last_update": "2024-06-14 07:06:27", + "cached_time": 1766772529.603231, + "author_account_age_days": 4074 + }, + "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { + "stars": 15, + "last_update": "2024-07-25 13:09:00", + "cached_time": 1766772530.002985, + "author_account_age_days": 4074 + }, + "https://github.com/DrJKL/ComfyUI-Anchors": { + "stars": 6, + "last_update": "2024-06-20 18:23:00", + "cached_time": 1766772530.058361, + "author_account_age_days": 5544 + }, + "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { + "stars": 6, + "last_update": "2025-04-02 04:56:25", + "cached_time": 1766772530.106092, + "author_account_age_days": 1407 + }, + "https://github.com/WebDev9000/WebDev9000-Nodes": { + "stars": 1, + "last_update": "2024-06-14 10:28:22", + "cached_time": 1766772530.159906, + "author_account_age_days": 4302 + }, + "https://github.com/Haoming02/comfyui-old-photo-restoration": { + "stars": 59, + "last_update": "2025-06-30 04:14:30", + "cached_time": 1766772530.185026, + "author_account_age_days": 1881 + }, + "https://github.com/Scholar01/ComfyUI-Keyframe": { + "stars": 17, + "last_update": "2025-01-22 04:09:29", + "cached_time": 1766772530.199191, + "author_account_age_days": 3746 + }, + "https://github.com/Haoming02/comfyui-diffusion-cg": { + "stars": 103, + "last_update": "2025-11-19 08:58:40", + "cached_time": 1766772530.225388, + "author_account_age_days": 1881 + }, + "https://github.com/Haoming02/comfyui-prompt-format": { + "stars": 35, + "last_update": "2025-11-19 07:31:58", + "cached_time": 1766772530.297255, + "author_account_age_days": 1881 + }, + "https://github.com/Haoming02/comfyui-tab-handler": { + "stars": 4, + "last_update": "2025-11-19 07:46:47", + "cached_time": 1766772530.374411, + "author_account_age_days": 1881 + }, + "https://github.com/Haoming02/comfyui-clear-screen": { + "stars": 1, + "last_update": "2025-11-19 07:54:55", + "cached_time": 1766772530.549116, + "author_account_age_days": 1881 + }, + "https://github.com/Haoming02/comfyui-floodgate": { + "stars": 35, + "last_update": "2025-08-12 06:56:07", + "cached_time": 1766772530.637416, + "author_account_age_days": 1881 + }, + "https://github.com/Haoming02/comfyui-menu-anchor": { + "stars": 3, + "last_update": "2025-11-25 08:41:38", + "cached_time": 1766772531.050458, + "author_account_age_days": 1881 + }, + "https://github.com/Haoming02/comfyui-node-beautify": { + "stars": 8, + "last_update": "2025-11-19 07:30:34", + "cached_time": 1766772531.110178, + "author_account_age_days": 1881 + }, + "https://github.com/Haoming02/comfyui-resharpen": { + "stars": 54, + "last_update": "2025-12-09 01:57:07", + "cached_time": 1766772531.540256, + "author_account_age_days": 1881 + }, + "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { + "stars": 86, + "last_update": "2025-10-11 21:48:05", + "cached_time": 1766772531.206699, + "author_account_age_days": 913 + }, + "https://github.com/ningxiaoxiao/comfyui-NDI": { + "stars": 62, + "last_update": "2025-04-11 03:55:37", + "cached_time": 1766772531.176366, + "author_account_age_days": 3538 + }, + "https://github.com/Off-Live/ComfyUI-off-suite": { + "stars": 0, + "last_update": "2024-06-14 12:02:25", + "cached_time": 1766772531.288579, + "author_account_age_days": 1722 + }, + "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { + "stars": 42, + "last_update": "2024-08-16 01:18:03", + "cached_time": 1766772531.249636, + "author_account_age_days": 6480 + }, + "https://github.com/Electrofried/ComfyUI-OpenAINode": { + "stars": 29, + "last_update": "2024-06-14 09:01:22", + "cached_time": 1766772531.308325, + "author_account_age_days": 3170 + }, + "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { + "stars": 11, + "last_update": "2024-10-17 19:59:40", + "cached_time": 1766772531.417997, + "author_account_age_days": 4624 + }, + "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { + "stars": 0, + "last_update": "2024-06-14 07:06:51", + "cached_time": 1766772531.6253, + "author_account_age_days": 4624 + }, + "https://github.com/zcfrank1st/comfyui_visual_anagrams": { + "stars": 8, + "last_update": "2024-06-14 07:07:27", + "cached_time": 1766772532.011968, + "author_account_age_days": 4965 + }, + "https://github.com/AustinMroz/ComfyUI-MinCache": { + "stars": 3, + "last_update": "2024-12-25 18:52:07", + "cached_time": 1766772532.10094, + "author_account_age_days": 4624 + }, + "https://github.com/AustinMroz/ComfyUI-SpliceTools": { + "stars": 6, + "last_update": "2024-06-14 07:07:21", + "cached_time": 1766772532.134155, + "author_account_age_days": 4624 + }, + "https://github.com/11cafe/comfyui-workspace-manager": { + "stars": 1398, + "last_update": "2025-04-16 14:02:54", + "cached_time": 1766772532.245644, + "author_account_age_days": 755 + }, + "https://github.com/knuknX/ComfyUI-Image-Tools": { + "stars": 3, + "last_update": "2024-06-14 09:05:58", + "cached_time": 1766772532.213276, + "author_account_age_days": 750 + }, + "https://github.com/jtrue/ComfyUI-JaRue": { + "stars": 7, + "last_update": "2024-06-14 09:01:12", + "cached_time": 1766772532.388755, + "author_account_age_days": 4480 + }, + "https://github.com/jtrue/ComfyUI-WordEmbeddings": { + "stars": 1, + "last_update": "2025-08-22 05:30:24", + "cached_time": 1766772532.306915, + "author_account_age_days": 4480 + }, + "https://github.com/jtrue/ComfyUI-Rect": { + "stars": 3, + "last_update": "2025-08-24 04:20:24", + "cached_time": 1766772532.353251, + "author_account_age_days": 4480 + }, + "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { + "stars": 179, + "last_update": "2025-08-16 16:44:41", + "cached_time": 1766772532.437443, + "author_account_age_days": 2286 + }, + "https://github.com/filliptm/ComfyUI_FL-Trainer": { + "stars": 173, + "last_update": "2024-10-18 00:20:18", + "cached_time": 1766772532.550266, + "author_account_age_days": 2286 + }, + "https://github.com/zfkun/ComfyUI_zfkun": { + "stars": 24, + "last_update": "2025-11-24 07:31:53", + "cached_time": 1766772532.670852, + "author_account_age_days": 5413 + }, + "https://github.com/filliptm/ComfyUI_Fill-Nodes": { + "stars": 534, + "last_update": "2025-12-04 00:13:50", + "cached_time": 1766772532.999035, + "author_account_age_days": 2286 + }, + "https://github.com/talesofai/comfyui-browser": { + "stars": 641, + "last_update": "2024-11-11 01:42:30", + "cached_time": 1766772533.201844, + "author_account_age_days": 1106 + }, + "https://github.com/zcfrank1st/Comfyui-Toolbox": { + "stars": 6, + "last_update": "2024-05-22 22:08:07", + "cached_time": 1766772533.237421, + "author_account_age_days": 4965 + }, + "https://github.com/yolain/ComfyUI-Easy-Use": { + "stars": 2188, + "last_update": "2025-12-19 04:16:18", + "cached_time": 1766772533.286255, + "author_account_age_days": 1891 + }, + "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { + "stars": 2, + "last_update": "2024-05-22 22:08:50", + "cached_time": 1766772533.346961, + "author_account_age_days": 5154 + }, + "https://github.com/bruefire/ComfyUI-SeqImageLoader": { + "stars": 45, + "last_update": "2025-06-29 12:48:28", + "cached_time": 1766772533.411059, + "author_account_age_days": 2916 + }, + "https://github.com/aria1th/ComfyUI-LogicUtils": { + "stars": 99, + "last_update": "2025-10-19 07:50:46", + "cached_time": 1766772533.398883, + "author_account_age_days": 2895 + }, + "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { + "stars": 2, + "last_update": "2025-07-04 12:30:55", + "cached_time": 1766772533.467478, + "author_account_age_days": 4518 + }, + "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { + "stars": 1, + "last_update": "2025-07-04 12:59:35", + "cached_time": 1766772533.478524, + "author_account_age_days": 4518 + }, + "https://github.com/deroberon/demofusion-comfyui": { + "stars": 88, + "last_update": "2024-05-22 22:09:42", + "cached_time": 1766772533.598634, + "author_account_age_days": 5846 + }, + "https://github.com/deroberon/StableZero123-comfyui": { + "stars": 181, + "last_update": "2024-05-22 22:09:53", + "cached_time": 1766772533.702609, + "author_account_age_days": 5846 + }, + "https://github.com/concarne000/ConCarneNode": { + "stars": 5, + "last_update": "2024-05-22 22:10:18", + "cached_time": 1766772534.05426, + "author_account_age_days": 2451 + }, + "https://github.com/glifxyz/ComfyUI-GlifNodes": { + "stars": 62, + "last_update": "2025-08-18 08:00:38", + "cached_time": 1766772534.265462, + "author_account_age_days": 1124 + }, + "https://github.com/concarne000/ComfyUI-Stacker": { + "stars": 9, + "last_update": "2025-07-26 12:44:46", + "cached_time": 1766772534.275973, + "author_account_age_days": 2451 + }, + "https://github.com/aegis72/aegisflow_utility_nodes": { + "stars": 37, + "last_update": "2024-10-03 11:11:39", + "cached_time": 1766772534.285971, + "author_account_age_days": 1133 + }, + "https://github.com/aegis72/comfyui-styles-all": { + "stars": 53, + "last_update": "2024-05-22 22:10:41", + "cached_time": 1766772534.362939, + "author_account_age_days": 1133 + }, + "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { + "stars": 32, + "last_update": "2024-05-22 22:11:14", + "cached_time": 1766772534.432956, + "author_account_age_days": 3977 + }, + "https://github.com/glibsonoran/Plush-for-ComfyUI": { + "stars": 191, + "last_update": "2025-07-10 14:15:13", + "cached_time": 1766772534.430966, + "author_account_age_days": 3048 + }, + "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { + "stars": 81, + "last_update": "2025-12-22 15:00:05", + "cached_time": 1766772534.486933, + "author_account_age_days": 2155 + }, + "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { + "stars": 8, + "last_update": "2024-08-01 15:13:33", + "cached_time": 1766772534.526447, + "author_account_age_days": 742 + }, + "https://github.com/NimaNzrii/comfyui-popup_preview": { + "stars": 37, + "last_update": "2024-05-22 22:12:04", + "cached_time": 1766772534.613961, + "author_account_age_days": 794 + }, + "https://github.com/brianfitzgerald/style_aligned_comfy": { + "stars": 308, + "last_update": "2025-03-24 20:04:44", + "cached_time": 1766772534.755534, + "author_account_age_days": 4790 + }, + "https://github.com/NimaNzrii/comfyui-photoshop": { + "stars": 1416, + "last_update": "2025-05-17 18:02:00", + "cached_time": 1766772535.088255, + "author_account_age_days": 794 + }, + "https://github.com/rui40000/RUI-Nodes": { + "stars": 16, + "last_update": "2024-05-22 22:12:26", + "cached_time": 1766772535.314368, + "author_account_age_days": 1024 + }, + "https://github.com/dmarx/ComfyUI-Keyframed": { + "stars": 90, + "last_update": "2024-07-01 01:41:23", + "cached_time": 1766772535.31413, + "author_account_age_days": 5054 + }, + "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { + "stars": 64, + "last_update": "2025-06-18 09:32:23", + "cached_time": 1766772535.4341, + "author_account_age_days": 1410 + }, + "https://github.com/dmarx/ComfyUI-AudioReactive": { + "stars": 11, + "last_update": "2024-05-22 22:12:53", + "cached_time": 1766772535.362157, + "author_account_age_days": 5054 + }, + "https://github.com/BennyKok/comfyui-deploy": { + "stars": 1477, + "last_update": "2025-11-13 10:40:04", + "cached_time": 1766772535.454664, + "author_account_age_days": 3546 + }, + "https://github.com/florestefano1975/comfyui-portrait-master": { + "stars": 1168, + "last_update": "2025-09-14 10:54:52", + "cached_time": 1766772535.462164, + "author_account_age_days": 744 + }, + "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { + "stars": 140, + "last_update": "2025-04-09 12:40:58", + "cached_time": 1766772535.515362, + "author_account_age_days": 744 + }, + "https://github.com/florestefano1975/comfyui-prompt-composer": { + "stars": 298, + "last_update": "2025-04-27 15:00:00", + "cached_time": 1766772535.547724, + "author_account_age_days": 744 + }, + "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { + "stars": 5, + "last_update": "2025-04-09 12:40:36", + "cached_time": 1766772535.687799, + "author_account_age_days": 744 + }, + "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { + "stars": 2, + "last_update": "2025-04-09 12:40:05", + "cached_time": 1766772535.782659, + "author_account_age_days": 744 + }, + "https://github.com/florestefano1975/ComfyUI-CogVideoX": { + "stars": 16, + "last_update": "2025-04-09 12:39:53", + "cached_time": 1766772536.109634, + "author_account_age_days": 744 + }, + "https://github.com/mozman/ComfyUI_mozman_nodes": { + "stars": 0, + "last_update": "2024-05-22 22:13:32", + "cached_time": 1766772536.334186, + "author_account_age_days": 4630 + }, + "https://github.com/rcsaquino/comfyui-custom-nodes": { + "stars": 1, + "last_update": "2024-08-26 10:08:29", + "cached_time": 1766772536.352158, + "author_account_age_days": 2061 + }, + "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { + "stars": 1, + "last_update": "2024-05-22 22:13:55", + "cached_time": 1766772536.420711, + "author_account_age_days": 3974 + }, + "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { + "stars": 3, + "last_update": "2025-07-14 15:28:38", + "cached_time": 1766772536.44864, + "author_account_age_days": 6031 + }, + "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { + "stars": 41, + "last_update": "2024-09-30 10:38:22", + "cached_time": 1766772536.461969, + "author_account_age_days": 6031 + }, + "https://github.com/IDGallagher/MotionVideoSearch": { + "stars": 12, + "last_update": "2025-01-13 09:37:08", + "cached_time": 1766772536.492138, + "author_account_age_days": 6031 + }, + "https://github.com/violet-chen/comfyui-psd2png": { + "stars": 20, + "last_update": "2025-06-04 11:41:34", + "cached_time": 1766772536.534986, + "author_account_age_days": 1948 + }, + "https://github.com/lldacing/comfyui-easyapi-nodes": { + "stars": 91, + "last_update": "2025-12-10 10:58:04", + "cached_time": 1766772536.56388, + "author_account_age_days": 2643 + }, + "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { + "stars": 440, + "last_update": "2025-11-07 05:19:50", + "cached_time": 1766772536.706703, + "author_account_age_days": 2643 + }, + "https://github.com/lldacing/ComfyUI_StableDelight_ll": { + "stars": 13, + "last_update": "2025-04-08 06:22:43", + "cached_time": 1766772536.778592, + "author_account_age_days": 2643 + }, + "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { + "stars": 264, + "last_update": "2025-06-01 16:39:20", + "cached_time": 1766772537.151776, + "author_account_age_days": 2643 + }, + "https://github.com/lldacing/ComfyUI_StableHair_ll": { + "stars": 79, + "last_update": "2025-03-31 09:16:21", + "cached_time": 1766772537.34966, + "author_account_age_days": 2643 + }, + "https://github.com/lldacing/ComfyUI_Patches_ll": { + "stars": 117, + "last_update": "2025-11-04 10:36:44", + "cached_time": 1766772537.553715, + "author_account_age_days": 2643 + }, + "https://github.com/lldacing/ComfyUI_BEN_ll": { + "stars": 4, + "last_update": "2025-05-22 07:01:42", + "cached_time": 1766772537.518856, + "author_account_age_days": 2643 + }, + "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { + "stars": 133, + "last_update": "2025-12-15 18:20:03", + "cached_time": 1766772537.495971, + "author_account_age_days": 4205 + }, + "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { + "stars": 7, + "last_update": "2024-05-22 22:16:41", + "cached_time": 1766772537.546506, + "author_account_age_days": 737 + }, + "https://github.com/OpenArt-AI/ComfyUI-Assistant": { + "stars": 21, + "last_update": "2024-05-22 22:16:57", + "cached_time": 1766772537.576053, + "author_account_age_days": 1325 + }, + "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { + "stars": 6, + "last_update": "2025-02-03 16:57:00", + "cached_time": 1766772537.544546, + "author_account_age_days": 5307 + }, + "https://github.com/jitcoder/lora-info": { + "stars": 108, + "last_update": "2025-05-15 07:25:46", + "cached_time": 1766772537.563642, + "author_account_age_days": 4591 + }, + "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { + "stars": 118, + "last_update": "2025-03-10 03:33:02", + "cached_time": 1766772537.710784, + "author_account_age_days": 5307 + }, + "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { + "stars": 141, + "last_update": "2024-08-03 16:22:31", + "cached_time": 1766772537.797169, + "author_account_age_days": 1703 + }, + "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { + "stars": 39, + "last_update": "2024-05-22 22:18:07", + "cached_time": 1766772538.178283, + "author_account_age_days": 2396 + }, + "https://github.com/styler00dollar/ComfyUI-deepcache": { + "stars": 11, + "last_update": "2024-05-22 22:18:18", + "cached_time": 1766772538.34321, + "author_account_age_days": 2396 + }, + "https://github.com/NotHarroweD/Harronode": { + "stars": 5, + "last_update": "2024-05-22 22:18:29", + "cached_time": 1766772538.505062, + "author_account_age_days": 2533 + }, + "https://github.com/Limitex/ComfyUI-Calculation": { + "stars": 0, + "last_update": "2024-05-22 22:18:40", + "cached_time": 1766772538.516486, + "author_account_age_days": 1825 + }, + "https://github.com/Limitex/ComfyUI-Diffusers": { + "stars": 178, + "last_update": "2025-11-28 17:04:22", + "cached_time": 1766772538.560044, + "author_account_age_days": 1825 + }, + "https://github.com/edenartlab/eden_comfy_pipelines": { + "stars": 106, + "last_update": "2025-10-23 12:26:53", + "cached_time": 1766772538.618083, + "author_account_age_days": 822 + }, + "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { + "stars": 2, + "last_update": "2025-02-01 16:29:22", + "cached_time": 1766772538.565794, + "author_account_age_days": 2053 + }, + "https://github.com/pkpkTech/ComfyUI-ngrok": { + "stars": 6, + "last_update": "2024-05-22 22:19:32", + "cached_time": 1766772538.564931, + "author_account_age_days": 2053 + }, + "https://github.com/edenartlab/sd-lora-trainer": { + "stars": 63, + "last_update": "2025-08-04 21:16:39", + "cached_time": 1766772538.656697, + "author_account_age_days": 822 + }, + "https://github.com/pkpkTech/ComfyUI-SaveQueues": { + "stars": 10, + "last_update": "2024-05-22 22:19:54", + "cached_time": 1766772538.766335, + "author_account_age_days": 2053 + }, + "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { + "stars": 2, + "last_update": "2024-05-22 22:19:44", + "cached_time": 1766772538.796484, + "author_account_age_days": 2053 + }, + "https://github.com/crystian/ComfyUI-Crystools-save": { + "stars": 52, + "last_update": "2025-08-17 12:29:48", + "cached_time": 1766772539.209341, + "author_account_age_days": 4667 + }, + "https://github.com/crystian/ComfyUI-Crystools": { + "stars": 1655, + "last_update": "2025-10-26 19:10:29", + "cached_time": 1766772539.349212, + "author_account_age_days": 4667 + }, + "https://github.com/Kangkang625/ComfyUI-paint-by-example": { + "stars": 16, + "last_update": "2024-05-22 22:20:27", + "cached_time": 1766772539.529164, + "author_account_age_days": 1464 + }, + "https://github.com/54rt1n/ComfyUI-DareMerge": { + "stars": 94, + "last_update": "2025-03-27 14:57:35", + "cached_time": 1766772539.543578, + "author_account_age_days": 4600 + }, + "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { + "stars": 0, + "last_update": "2024-05-22 22:21:00", + "cached_time": 1766772539.565754, + "author_account_age_days": 738 + }, + "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { + "stars": 150, + "last_update": "2025-03-18 04:47:24", + "cached_time": 1766772539.574992, + "author_account_age_days": 4202 + }, + "https://github.com/ai-liam/comfyui_liam_util": { + "stars": 1, + "last_update": "2024-05-22 22:21:23", + "cached_time": 1766772539.62703, + "author_account_age_days": 2071 + }, + "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { + "stars": 41, + "last_update": "2024-09-12 11:54:59", + "cached_time": 1766772539.664285, + "author_account_age_days": 2963 + }, + "https://github.com/tocubed/ComfyUI-AudioReactor": { + "stars": 9, + "last_update": "2024-05-22 22:21:57", + "cached_time": 1766772539.726236, + "author_account_age_days": 4409 + }, + "https://github.com/Ryuukeisyou/comfyui_face_parsing": { + "stars": 185, + "last_update": "2025-02-18 09:22:52", + "cached_time": 1766772539.767568, + "author_account_age_days": 2963 + }, + "https://github.com/ai-liam/comfyui-liam": { + "stars": 2, + "last_update": "2024-06-22 03:27:52", + "cached_time": 1766772539.839182, + "author_account_age_days": 2071 + }, + "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { + "stars": 36, + "last_update": "2024-05-22 22:22:14", + "cached_time": 1766772540.224878, + "author_account_age_days": 2267 + }, + "https://github.com/tocubed/ComfyUI-EvTexture": { + "stars": 16, + "last_update": "2025-01-05 23:21:23", + "cached_time": 1766772540.398081, + "author_account_age_days": 4409 + }, + "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { + "stars": 1, + "last_update": "2024-05-22 22:22:25", + "cached_time": 1766772540.526661, + "author_account_age_days": 5600 + }, + "https://github.com/ownimage/ComfyUI-ownimage": { + "stars": 0, + "last_update": "2024-05-22 22:22:37", + "cached_time": 1766772540.562915, + "author_account_age_days": 3333 + }, + "https://github.com/Ryuukeisyou/comfyui_io_helpers": { + "stars": 2, + "last_update": "2024-07-13 13:10:10", + "cached_time": 1766772540.582617, + "author_account_age_days": 2963 + }, + "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { + "stars": 261, + "last_update": "2024-06-14 09:04:51", + "cached_time": 1766772540.563397, + "author_account_age_days": 824 + }, + "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { + "stars": 527, + "last_update": "2024-06-16 00:53:22", + "cached_time": 1766772540.641659, + "author_account_age_days": 824 + }, + "https://github.com/hinablue/ComfyUI_3dPoseEditor": { + "stars": 228, + "last_update": "2024-06-21 17:38:40", + "cached_time": 1766772540.685291, + "author_account_age_days": 5662 + }, + "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { + "stars": 156, + "last_update": "2024-06-14 10:23:09", + "cached_time": 1766772540.733598, + "author_account_age_days": 824 + }, + "https://github.com/chaojie/ComfyUI-EasyAnimate": { + "stars": 54, + "last_update": "2024-05-22 22:24:00", + "cached_time": 1766772540.797083, + "author_account_age_days": 5384 + }, + "https://github.com/siliconflow/onediff_comfy_nodes": { + "stars": 23, + "last_update": "2024-06-24 10:08:11", + "cached_time": 1766772540.887724, + "author_account_age_days": 856 + }, + "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { + "stars": 26, + "last_update": "2024-06-14 09:07:23", + "cached_time": 1766772541.252504, + "author_account_age_days": 5384 + }, + "https://github.com/massao000/ComfyUI_aspect_ratios": { + "stars": 14, + "last_update": "2024-05-22 22:23:10", + "cached_time": 1766772541.496417, + "author_account_age_days": 1957 + }, + "https://github.com/chaojie/ComfyUI_StreamingT2V": { + "stars": 37, + "last_update": "2024-06-14 10:26:21", + "cached_time": 1766772541.553894, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { + "stars": 50, + "last_update": "2024-05-29 16:15:10", + "cached_time": 1766772541.587823, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-MuseTalk": { + "stars": 281, + "last_update": "2024-05-22 22:25:07", + "cached_time": 1766772541.587668, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-MuseV": { + "stars": 158, + "last_update": "2024-05-22 22:25:31", + "cached_time": 1766772541.646687, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-AniPortrait": { + "stars": 254, + "last_update": "2024-05-22 22:26:03", + "cached_time": 1766772541.68607, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Champ": { + "stars": 24, + "last_update": "2024-05-22 22:26:47", + "cached_time": 1766772541.731035, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { + "stars": 38, + "last_update": "2024-05-22 22:26:30", + "cached_time": 1766772541.724735, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Open-Sora": { + "stars": 104, + "last_update": "2024-07-19 05:13:25", + "cached_time": 1766772541.876539, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Trajectory": { + "stars": 6, + "last_update": "2024-05-22 22:27:12", + "cached_time": 1766772541.932226, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-dust3r": { + "stars": 22, + "last_update": "2024-05-22 22:27:33", + "cached_time": 1766772542.27417, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Gemma": { + "stars": 6, + "last_update": "2024-05-22 22:27:47", + "cached_time": 1766772542.560772, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-DynamiCrafter": { + "stars": 130, + "last_update": "2024-06-14 10:23:59", + "cached_time": 1766772542.607918, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Panda3d": { + "stars": 16, + "last_update": "2024-06-14 10:28:47", + "cached_time": 1766772542.600918, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Pymunk": { + "stars": 16, + "last_update": "2024-06-14 12:02:32", + "cached_time": 1766772542.649469, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-MotionCtrl": { + "stars": 139, + "last_update": "2024-06-14 10:26:02", + "cached_time": 1766772542.797406, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { + "stars": 1, + "last_update": "2024-06-14 10:26:15", + "cached_time": 1766772542.739911, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-DragAnything": { + "stars": 71, + "last_update": "2024-06-14 10:23:53", + "cached_time": 1766772542.72622, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { + "stars": 85, + "last_update": "2024-06-14 10:26:30", + "cached_time": 1766772542.855367, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { + "stars": 211, + "last_update": "2024-06-10 20:16:06", + "cached_time": 1766772542.948559, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-LightGlue": { + "stars": 49, + "last_update": "2024-01-20 16:53:51", + "cached_time": 1766772542.983217, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-DragNUWA": { + "stars": 412, + "last_update": "2024-06-14 10:25:01", + "cached_time": 1766772543.304562, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { + "stars": 28, + "last_update": "2024-06-14 09:06:10", + "cached_time": 1766772543.596644, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-RAFT": { + "stars": 27, + "last_update": "2024-06-14 11:02:00", + "cached_time": 1766772543.623518, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-LaVIT": { + "stars": 12, + "last_update": "2024-06-14 10:27:44", + "cached_time": 1766772543.680149, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-SimDA": { + "stars": 13, + "last_update": "2024-06-14 12:02:39", + "cached_time": 1766772543.748316, + "author_account_age_days": 5384 + }, + "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { + "stars": 17, + "last_update": "2024-06-14 10:28:16", + "cached_time": 1766772543.756875, + "author_account_age_days": 5384 + }, + "https://github.com/alexopus/ComfyUI-Image-Saver": { + "stars": 139, + "last_update": "2025-12-23 16:54:37", + "cached_time": 1766772543.936359, + "author_account_age_days": 3230 + }, + "https://github.com/MrForExample/ComfyUI-3D-Pack": { + "stars": 3566, + "last_update": "2025-12-05 12:34:09", + "cached_time": 1766772543.863377, + "author_account_age_days": 2111 + }, + "https://github.com/kft334/Knodes": { + "stars": 4, + "last_update": "2024-06-14 08:12:06", + "cached_time": 1766772543.960485, + "author_account_age_days": 1509 + }, + "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { + "stars": 0, + "last_update": "2025-07-22 18:35:43", + "cached_time": 1766772543.991481, + "author_account_age_days": 3230 + }, + "https://github.com/tzwm/comfyui-profiler": { + "stars": 163, + "last_update": "2024-08-28 14:27:12", + "cached_time": 1766772543.985835, + "author_account_age_days": 5319 + }, + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { + "stars": 555, + "last_update": "2024-06-14 12:02:47", + "cached_time": 1766772544.33518, + "author_account_age_days": 2111 + }, + "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { + "stars": 64, + "last_update": "2024-06-29 19:55:42", + "cached_time": 1766772544.614523, + "author_account_age_days": 3902 + }, + "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { + "stars": 30, + "last_update": "2024-06-14 08:09:49", + "cached_time": 1766772544.673761, + "author_account_age_days": 3902 + }, + "https://github.com/djbielejeski/a-person-mask-generator": { + "stars": 388, + "last_update": "2025-09-22 11:58:35", + "cached_time": 1766772544.699364, + "author_account_age_days": 4834 + }, + "https://github.com/smagnetize/kb-comfyui-nodes": { + "stars": 0, + "last_update": "2024-06-14 12:00:45", + "cached_time": 1766772544.779173, + "author_account_age_days": 3265 + }, + "https://github.com/glowcone/comfyui-base64-to-image": { + "stars": 19, + "last_update": "2024-07-08 22:53:25", + "cached_time": 1766772544.825042, + "author_account_age_days": 4296 + }, + "https://github.com/glowcone/comfyui-string-converter": { + "stars": 2, + "last_update": "2024-07-31 13:40:48", + "cached_time": 1766772544.898094, + "author_account_age_days": 4296 + }, + "https://github.com/AInseven/ComfyUI-fastblend": { + "stars": 229, + "last_update": "2024-11-22 03:32:25", + "cached_time": 1766772544.97289, + "author_account_age_days": 2233 + }, + "https://github.com/LarryJane491/Lora-Training-in-Comfy": { + "stars": 522, + "last_update": "2024-08-05 11:32:30", + "cached_time": 1766772544.986428, + "author_account_age_days": 714 + }, + "https://github.com/HebelHuber/comfyui-enhanced-save-node": { + "stars": 2, + "last_update": "2024-06-14 08:59:28", + "cached_time": 1766772545.059309, + "author_account_age_days": 2874 + }, + "https://github.com/Layer-norm/comfyui-lama-remover": { + "stars": 144, + "last_update": "2024-08-03 04:18:39", + "cached_time": 1766772545.06168, + "author_account_age_days": 882 + }, + "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { + "stars": 71, + "last_update": "2024-06-06 20:45:43", + "cached_time": 1766772545.354305, + "author_account_age_days": 714 + }, + "https://github.com/Taremin/comfyui-prompt-extranetworks": { + "stars": 6, + "last_update": "2025-12-07 21:41:24", + "cached_time": 1766772545.639499, + "author_account_age_days": 2765 + }, + "https://github.com/Taremin/comfyui-string-tools": { + "stars": 3, + "last_update": "2025-12-07 23:43:19", + "cached_time": 1766772545.702649, + "author_account_age_days": 2765 + }, + "https://github.com/Taremin/webui-monaco-prompt": { + "stars": 29, + "last_update": "2025-12-07 21:29:11", + "cached_time": 1766772545.755474, + "author_account_age_days": 2765 + }, + "https://github.com/Taremin/comfyui-keep-multiple-tabs": { + "stars": 7, + "last_update": "2025-02-25 15:53:35", + "cached_time": 1766772545.834169, + "author_account_age_days": 2765 + }, + "https://github.com/Taremin/comfyui-prompt-config": { + "stars": 0, + "last_update": "2025-02-28 03:53:16", + "cached_time": 1766772545.821922, + "author_account_age_days": 2765 + }, + "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { + "stars": 14, + "last_update": "2025-03-30 08:19:30", + "cached_time": 1766772545.921829, + "author_account_age_days": 710 + }, + "https://github.com/abyz22/image_control": { + "stars": 16, + "last_update": "2024-08-31 08:39:44", + "cached_time": 1766772545.988667, + "author_account_age_days": 712 + }, + "https://github.com/HAL41/ComfyUI-aichemy-nodes": { + "stars": 5, + "last_update": "2024-05-22 23:10:19", + "cached_time": 1766772546.010478, + "author_account_age_days": 3396 + }, + "https://github.com/foxtrot-roger/comfyui-rf-nodes": { + "stars": 2, + "last_update": "2024-08-13 22:01:40", + "cached_time": 1766772546.087757, + "author_account_age_days": 2871 + }, + "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { + "stars": 25, + "last_update": "2025-03-30 08:19:25", + "cached_time": 1766772546.085205, + "author_account_age_days": 710 + }, + "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { + "stars": 108, + "last_update": "2025-03-30 08:19:20", + "cached_time": 1766772546.374589, + "author_account_age_days": 710 + }, + "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { + "stars": 13, + "last_update": "2025-03-30 08:19:45", + "cached_time": 1766772546.647703, + "author_account_age_days": 710 + }, + "https://github.com/nkchocoai/ComfyUI-Dart": { + "stars": 28, + "last_update": "2025-03-30 08:19:01", + "cached_time": 1766772546.911263, + "author_account_age_days": 710 + }, + "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { + "stars": 0, + "last_update": "2025-03-30 08:30:33", + "cached_time": 1766772546.799561, + "author_account_age_days": 710 + }, + "https://github.com/JaredTherriault/ComfyUI-JNodes": { + "stars": 80, + "last_update": "2025-12-24 00:18:26", + "cached_time": 1766772546.995122, + "author_account_age_days": 4122 + }, + "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { + "stars": 7, + "last_update": "2024-05-22 23:11:46", + "cached_time": 1766772546.815228, + "author_account_age_days": 6118 + }, + "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { + "stars": 0, + "last_update": "2024-05-22 23:12:11", + "cached_time": 1766772547.050587, + "author_account_age_days": 708 + }, + "https://github.com/Inzaniak/comfyui-ranbooru": { + "stars": 22, + "last_update": "2024-05-22 23:12:23", + "cached_time": 1766772547.018928, + "author_account_age_days": 4459 + }, + "https://github.com/Miosp/ComfyUI-FBCNN": { + "stars": 34, + "last_update": "2025-02-24 20:53:32", + "cached_time": 1766772547.160999, + "author_account_age_days": 3066 + }, + "https://github.com/Siberpone/lazy-pony-prompter": { + "stars": 48, + "last_update": "2025-03-28 05:54:45", + "cached_time": 1766772547.122011, + "author_account_age_days": 1003 + }, + "https://github.com/JcandZero/ComfyUI_GLM4Node": { + "stars": 31, + "last_update": "2024-05-22 23:12:46", + "cached_time": 1766772547.277395, + "author_account_age_days": 1240 + }, + "https://github.com/darkpixel/darkprompts": { + "stars": 10, + "last_update": "2025-06-09 16:39:38", + "cached_time": 1766772547.400987, + "author_account_age_days": 5874 + }, + "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { + "stars": 2, + "last_update": "2024-05-23 20:29:30", + "cached_time": 1766772547.693417, + "author_account_age_days": 1800 + }, + "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { + "stars": 30, + "last_update": "2025-03-07 08:09:46", + "cached_time": 1766772547.958906, + "author_account_age_days": 4109 + }, + "https://github.com/longgui0318/comfyui-llm-assistant": { + "stars": 8, + "last_update": "2024-09-17 13:12:43", + "cached_time": 1766772547.822188, + "author_account_age_days": 4715 + }, + "https://github.com/longgui0318/comfyui-mask-util": { + "stars": 8, + "last_update": "2025-04-07 08:18:11", + "cached_time": 1766772547.919757, + "author_account_age_days": 4715 + }, + "https://github.com/longgui0318/comfyui-magic-clothing": { + "stars": 82, + "last_update": "2024-08-08 14:42:04", + "cached_time": 1766772548.012439, + "author_account_age_days": 4715 + }, + "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { + "stars": 2, + "last_update": "2024-05-22 23:14:18", + "cached_time": 1766772548.047864, + "author_account_age_days": 2772 + }, + "https://github.com/FlyingFireCo/tiled_ksampler": { + "stars": 100, + "last_update": "2024-05-22 23:15:17", + "cached_time": 1766772548.063573, + "author_account_age_days": 1182 + }, + "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { + "stars": 6, + "last_update": "2024-05-22 23:14:06", + "cached_time": 1766772548.140923, + "author_account_age_days": 3623 + }, + "https://github.com/longgui0318/comfyui-common-util": { + "stars": 1, + "last_update": "2025-04-07 08:19:05", + "cached_time": 1766772548.194282, + "author_account_age_days": 4715 + }, + "https://github.com/Shraknard/ComfyUI-Remover": { + "stars": 5, + "last_update": "2024-07-24 08:42:48", + "cached_time": 1766772548.291183, + "author_account_age_days": 2867 + }, + "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { + "stars": 16, + "last_update": "2024-05-22 23:15:37", + "cached_time": 1766772548.434473, + "author_account_age_days": 4381 + }, + "https://github.com/godspede/ComfyUI_Substring": { + "stars": 0, + "last_update": "2025-03-27 15:33:12", + "cached_time": 1766772548.710367, + "author_account_age_days": 3663 + }, + "https://github.com/gokayfem/ComfyUI_VLM_nodes": { + "stars": 546, + "last_update": "2025-12-05 12:29:00", + "cached_time": 1766772548.8434, + "author_account_age_days": 1608 + }, + "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { + "stars": 81, + "last_update": "2024-07-31 16:11:04", + "cached_time": 1766772548.909789, + "author_account_age_days": 1608 + }, + "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { + "stars": 67, + "last_update": "2024-10-31 23:50:57", + "cached_time": 1766772548.998459, + "author_account_age_days": 1608 + }, + "https://github.com/gokayfem/ComfyUI-Texture-Simple": { + "stars": 53, + "last_update": "2024-07-31 16:14:23", + "cached_time": 1766772549.017406, + "author_account_age_days": 1608 + }, + "https://github.com/gokayfem/ComfyUI-fal-API": { + "stars": 168, + "last_update": "2025-12-19 19:54:54", + "cached_time": 1766772549.066358, + "author_account_age_days": 1608 + }, + "https://github.com/yuvraj108c/ComfyUI-Whisper": { + "stars": 167, + "last_update": "2025-08-27 06:08:11", + "cached_time": 1766772549.083876, + "author_account_age_days": 2703 + }, + "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { + "stars": 5, + "last_update": "2024-05-22 23:16:28", + "cached_time": 1766772549.214604, + "author_account_age_days": 851 + }, + "https://github.com/yuvraj108c/ComfyUI-Pronodes": { + "stars": 4, + "last_update": "2025-01-05 10:06:31", + "cached_time": 1766772549.206469, + "author_account_age_days": 2703 + }, + "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { + "stars": 8, + "last_update": "2025-05-11 05:18:07", + "cached_time": 1766772549.407113, + "author_account_age_days": 851 + }, + "https://github.com/yuvraj108c/ComfyUI-Vsgan": { + "stars": 3, + "last_update": "2024-05-22 23:17:02", + "cached_time": 1766772549.459326, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { + "stars": 122, + "last_update": "2025-09-17 05:44:08", + "cached_time": 1766772549.768436, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { + "stars": 28, + "last_update": "2024-05-22 23:17:27", + "cached_time": 1766772549.898965, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { + "stars": 218, + "last_update": "2025-09-08 04:44:47", + "cached_time": 1766772549.939182, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { + "stars": 18, + "last_update": "2025-07-29 16:09:08", + "cached_time": 1766772550.046982, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { + "stars": 47, + "last_update": "2025-05-03 19:32:24", + "cached_time": 1766772550.036974, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { + "stars": 28, + "last_update": "2024-09-22 13:07:19", + "cached_time": 1766772550.060495, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { + "stars": 36, + "last_update": "2025-10-15 06:15:18", + "cached_time": 1766772550.101864, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI_InvSR": { + "stars": 251, + "last_update": "2025-07-06 15:46:55", + "cached_time": 1766772550.236033, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { + "stars": 70, + "last_update": "2025-09-23 07:06:14", + "cached_time": 1766772550.249811, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-Thera": { + "stars": 35, + "last_update": "2025-05-01 07:52:54", + "cached_time": 1766772550.447456, + "author_account_age_days": 2703 + }, + "https://github.com/yuvraj108c/ComfyUI-FLOAT": { + "stars": 238, + "last_update": "2025-08-27 08:00:28", + "cached_time": 1766772550.50081, + "author_account_age_days": 2703 + }, + "https://github.com/blepping/ComfyUI-bleh": { + "stars": 131, + "last_update": "2025-09-17 19:18:14", + "cached_time": 1766772550.829659, + "author_account_age_days": 704 + }, + "https://github.com/blepping/ComfyUI-sonar": { + "stars": 47, + "last_update": "2025-08-08 16:02:55", + "cached_time": 1766772550.91034, + "author_account_age_days": 704 + }, + "https://github.com/blepping/comfyui_jankhidiffusion": { + "stars": 125, + "last_update": "2025-05-06 10:34:03", + "cached_time": 1766772550.960323, + "author_account_age_days": 704 + }, + "https://github.com/blepping/comfyui_jankdiffusehigh": { + "stars": 36, + "last_update": "2025-05-06 10:28:37", + "cached_time": 1766772551.037788, + "author_account_age_days": 704 + }, + "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { + "stars": 31, + "last_update": "2025-02-27 16:14:46", + "cached_time": 1766772551.023869, + "author_account_age_days": 704 + }, + "https://github.com/blepping/comfyui_overly_complicated_sampling": { + "stars": 28, + "last_update": "2025-08-09 13:28:10", + "cached_time": 1766772551.071994, + "author_account_age_days": 704 + }, + "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { + "stars": 2, + "last_update": "2024-05-22 23:19:02", + "cached_time": 1766772551.468028, + "author_account_age_days": 1527 + }, + "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { + "stars": 7, + "last_update": "2024-08-25 18:35:55", + "cached_time": 1766772551.256303, + "author_account_age_days": 706 + }, + "https://github.com/zhongpei/ComfyUI-InstructIR": { + "stars": 75, + "last_update": "2024-05-22 23:19:43", + "cached_time": 1766772551.305281, + "author_account_age_days": 4009 + }, + "https://github.com/mape/ComfyUI-mape-Helpers": { + "stars": 186, + "last_update": "2024-06-27 16:30:32", + "cached_time": 1766772551.484863, + "author_account_age_days": 6304 + }, + "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { + "stars": 69, + "last_update": "2025-04-07 09:09:34", + "cached_time": 1766772551.501926, + "author_account_age_days": 1021 + }, + "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { + "stars": 2, + "last_update": "2025-03-27 12:41:28", + "cached_time": 1766772551.85399, + "author_account_age_days": 2792 + }, + "https://github.com/StartHua/ComfyUI_Seg_VITON": { + "stars": 226, + "last_update": "2024-05-22 23:20:17", + "cached_time": 1766772551.969324, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { + "stars": 103, + "last_update": "2024-07-24 14:45:58", + "cached_time": 1766772552.021682, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/Comfyui_joytag": { + "stars": 61, + "last_update": "2024-05-22 23:20:28", + "cached_time": 1766772552.042687, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/ComfyUI_PCDMs": { + "stars": 7, + "last_update": "2024-05-22 23:21:14", + "cached_time": 1766772552.090163, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { + "stars": 127, + "last_update": "2024-06-14 08:12:12", + "cached_time": 1766772552.115799, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/Comfyui_CXH_DeepLX": { + "stars": 8, + "last_update": "2024-09-21 02:38:08", + "cached_time": 1766772552.319576, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { + "stars": 16, + "last_update": "2024-08-22 04:45:39", + "cached_time": 1766772552.320088, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/Comfyui_Gemini2": { + "stars": 16, + "last_update": "2024-12-12 09:42:42", + "cached_time": 1766772552.495195, + "author_account_age_days": 3385 + }, + "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { + "stars": 25, + "last_update": "2024-12-26 06:56:07", + "cached_time": 1766772552.507916, + "author_account_age_days": 3385 + }, + "https://github.com/ricklove/comfyui-ricklove": { + "stars": 1, + "last_update": "2024-10-05 03:12:28", + "cached_time": 1766772552.540601, + "author_account_age_days": 5383 + }, + "https://github.com/nosiu/comfyui-instantId-faceswap": { + "stars": 257, + "last_update": "2025-06-27 11:36:33", + "cached_time": 1766772552.887368, + "author_account_age_days": 4455 + }, + "https://github.com/nosiu/comfyui-text-randomizer": { + "stars": 0, + "last_update": "2025-03-03 01:40:12", + "cached_time": 1766772552.968154, + "author_account_age_days": 4455 + }, + "https://github.com/LyazS/comfyui-anime-seg": { + "stars": 9, + "last_update": "2024-05-22 23:21:49", + "cached_time": 1766772553.026806, + "author_account_age_days": 3407 + }, + "https://github.com/LyazS/comfyui-nettools": { + "stars": 5, + "last_update": "2024-09-23 12:52:44", + "cached_time": 1766772553.066469, + "author_account_age_days": 3407 + }, + "https://github.com/Chan-0312/ComfyUI-IPAnimate": { + "stars": 75, + "last_update": "2024-05-22 23:22:03", + "cached_time": 1766772553.119482, + "author_account_age_days": 2416 + }, + "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { + "stars": 13, + "last_update": "2024-05-22 23:22:14", + "cached_time": 1766772553.144406, + "author_account_age_days": 2416 + }, + "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { + "stars": 49, + "last_update": "2025-04-21 05:38:12", + "cached_time": 1766772553.330105, + "author_account_age_days": 3510 + }, + "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { + "stars": 175, + "last_update": "2025-11-12 21:46:59", + "cached_time": 1766772553.358172, + "author_account_age_days": 5520 + }, + "https://github.com/TemryL/ComfyS3": { + "stars": 55, + "last_update": "2024-11-05 14:56:04", + "cached_time": 1766772553.528316, + "author_account_age_days": 1419 + }, + "https://github.com/yffyhk/comfyui_auto_danbooru": { + "stars": 1, + "last_update": "2024-05-22 23:23:03", + "cached_time": 1766772553.568413, + "author_account_age_days": 4272 + }, + "https://github.com/dfl/comfyui-clip-with-break": { + "stars": 17, + "last_update": "2025-03-04 20:16:06", + "cached_time": 1766772553.748251, + "author_account_age_days": 6524 + }, + "https://github.com/dfl/comfyui-tcd-scheduler": { + "stars": 84, + "last_update": "2024-05-22 23:23:28", + "cached_time": 1766772553.890781, + "author_account_age_days": 6524 + }, + "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { + "stars": 25, + "last_update": "2025-04-02 21:40:49", + "cached_time": 1766772554.009276, + "author_account_age_days": 3413 + }, + "https://github.com/bilal-arikan/ComfyUI_TextAssets": { + "stars": 2, + "last_update": "2024-05-22 23:23:50", + "cached_time": 1766772554.043558, + "author_account_age_days": 4057 + }, + "https://github.com/kadirnar/ComfyUI-Transformers": { + "stars": 23, + "last_update": "2024-06-22 22:44:39", + "cached_time": 1766772554.064321, + "author_account_age_days": 2880 + }, + "https://github.com/digitaljohn/comfyui-propost": { + "stars": 195, + "last_update": "2025-02-10 23:25:24", + "cached_time": 1766772554.14726, + "author_account_age_days": 5068 + }, + "https://github.com/kadirnar/ComfyUI-YOLO": { + "stars": 109, + "last_update": "2025-12-08 18:57:22", + "cached_time": 1766772554.135116, + "author_account_age_days": 2880 + }, + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { + "stars": 7, + "last_update": "2024-05-22 23:24:45", + "cached_time": 1766772554.337339, + "author_account_age_days": 1253 + }, + "https://github.com/mbrostami/ComfyUI-HF": { + "stars": 20, + "last_update": "2024-05-27 21:45:33", + "cached_time": 1766772554.412655, + "author_account_age_days": 4872 + }, + "https://github.com/XmYx/ComfyUI-SmolLM3": { + "stars": 5, + "last_update": "2025-07-10 06:25:43", + "cached_time": 1766772554.551944, + "author_account_age_days": 3156 + }, + "https://github.com/Billius-AI/ComfyUI-Path-Helper": { + "stars": 21, + "last_update": "2024-05-22 23:25:08", + "cached_time": 1766772554.583361, + "author_account_age_days": 685 + }, + "https://github.com/XmYx/deforum-comfy-nodes": { + "stars": 197, + "last_update": "2025-05-26 19:50:55", + "cached_time": 1766772554.736456, + "author_account_age_days": 3156 + }, + "https://github.com/Franck-Demongin/NX_PromptStyler": { + "stars": 9, + "last_update": "2024-05-22 23:25:21", + "cached_time": 1766772554.944874, + "author_account_age_days": 2321 + }, + "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { + "stars": 3, + "last_update": "2024-08-14 02:17:21", + "cached_time": 1766772555.043068, + "author_account_age_days": 2321 + }, + "https://github.com/Franck-Demongin/NX_Translator": { + "stars": 2, + "last_update": "2024-08-14 02:17:01", + "cached_time": 1766772555.072002, + "author_account_age_days": 2321 + }, + "https://github.com/xiaoxiaodesha/hd_node": { + "stars": 18, + "last_update": "2024-06-11 02:36:48", + "cached_time": 1766772555.100181, + "author_account_age_days": 3425 + }, + "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { + "stars": 3, + "last_update": "2025-03-09 04:33:26", + "cached_time": 1766772555.20908, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { + "stars": 148, + "last_update": "2024-09-18 13:17:42", + "cached_time": 1766772555.180697, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { + "stars": 31, + "last_update": "2025-03-20 04:42:59", + "cached_time": 1766772555.438284, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { + "stars": 18, + "last_update": "2024-11-20 12:58:30", + "cached_time": 1766772555.543924, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { + "stars": 130, + "last_update": "2025-03-20 11:25:12", + "cached_time": 1766772555.565275, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { + "stars": 18, + "last_update": "2024-07-18 12:41:22", + "cached_time": 1766772555.569559, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { + "stars": 27, + "last_update": "2025-07-26 17:23:13", + "cached_time": 1766772555.737607, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { + "stars": 10, + "last_update": "2024-11-23 03:57:20", + "cached_time": 1766772555.986802, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { + "stars": 21, + "last_update": "2025-07-21 19:10:32", + "cached_time": 1766772556.104428, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { + "stars": 17, + "last_update": "2024-12-23 10:54:08", + "cached_time": 1766772556.084034, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { + "stars": 334, + "last_update": "2025-04-22 17:30:51", + "cached_time": 1766772556.155209, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { + "stars": 42, + "last_update": "2024-12-27 11:19:59", + "cached_time": 1766772556.195077, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { + "stars": 46, + "last_update": "2024-12-31 19:19:42", + "cached_time": 1766772556.221398, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { + "stars": 9, + "last_update": "2024-12-29 05:30:57", + "cached_time": 1766772556.442534, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { + "stars": 19, + "last_update": "2025-02-05 19:26:18", + "cached_time": 1766772556.561185, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { + "stars": 924, + "last_update": "2025-09-04 08:19:07", + "cached_time": 1766772556.554336, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { + "stars": 19, + "last_update": "2025-01-27 17:14:24", + "cached_time": 1766772556.59278, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { + "stars": 31, + "last_update": "2025-03-20 11:20:56", + "cached_time": 1766772556.751998, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { + "stars": 8, + "last_update": "2025-03-20 11:24:21", + "cached_time": 1766772557.025971, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { + "stars": 67, + "last_update": "2025-04-03 13:49:04", + "cached_time": 1766772557.082185, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { + "stars": 37, + "last_update": "2025-02-27 13:48:05", + "cached_time": 1766772557.145202, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { + "stars": 3, + "last_update": "2025-03-20 11:23:20", + "cached_time": 1766772557.214311, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { + "stars": 7, + "last_update": "2025-04-02 10:58:27", + "cached_time": 1766772557.501857, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/comfyui-openai_fm": { + "stars": 3, + "last_update": "2025-04-03 14:25:24", + "cached_time": 1766772557.559956, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/google_moogle": { + "stars": 4, + "last_update": "2025-10-16 05:00:58", + "cached_time": 1766772557.596571, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { + "stars": 10, + "last_update": "2025-05-03 22:06:22", + "cached_time": 1766772557.592988, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { + "stars": 2, + "last_update": "2025-04-04 16:06:49", + "cached_time": 1766772557.625071, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { + "stars": 31, + "last_update": "2025-04-12 04:25:55", + "cached_time": 1766772557.776712, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { + "stars": 111, + "last_update": "2025-09-18 04:06:05", + "cached_time": 1766772557.807325, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI_Hedra": { + "stars": 4, + "last_update": "2025-05-04 16:41:02", + "cached_time": 1766772558.050368, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { + "stars": 27, + "last_update": "2025-05-11 20:53:31", + "cached_time": 1766772558.119085, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { + "stars": 106, + "last_update": "2025-05-19 21:10:06", + "cached_time": 1766772558.173393, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { + "stars": 19, + "last_update": "2025-05-23 14:21:58", + "cached_time": 1766772558.23186, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { + "stars": 21, + "last_update": "2025-06-04 18:50:40", + "cached_time": 1766772558.602555, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { + "stars": 17, + "last_update": "2025-07-24 15:03:22", + "cached_time": 1766772558.667994, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/FluxKontextCreator": { + "stars": 81, + "last_update": "2025-06-10 17:07:05", + "cached_time": 1766772558.602937, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { + "stars": 65, + "last_update": "2025-08-27 12:38:13", + "cached_time": 1766772558.590271, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/multi-lora-stack": { + "stars": 8, + "last_update": "2025-08-04 10:42:16", + "cached_time": 1766772558.642679, + "author_account_age_days": 1755 + }, + "https://github.com/ShmuelRonen/flux_pro_integrative": { + "stars": 0, + "last_update": "2025-09-05 18:08:58", + "cached_time": 1766772558.789612, + "author_account_age_days": 1755 + }, + "https://github.com/redhottensors/ComfyUI-Prediction": { + "stars": 15, + "last_update": "2024-07-14 21:19:01", + "cached_time": 1766772558.810679, + "author_account_age_days": 689 + }, + "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { + "stars": 28, + "last_update": "2024-06-14 10:24:17", + "cached_time": 1766772559.063029, + "author_account_age_days": 932 + }, + "https://github.com/jordoh/ComfyUI-Deepface": { + "stars": 34, + "last_update": "2025-08-30 18:41:41", + "cached_time": 1766772559.14974, + "author_account_age_days": 5543 + }, + "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { + "stars": 6, + "last_update": "2024-07-31 13:48:47", + "cached_time": 1766772559.174211, + "author_account_age_days": 1479 + }, + "https://github.com/al-swaiti/All-IN-ONE-style": { + "stars": 6, + "last_update": "2024-07-30 05:59:49", + "cached_time": 1766772559.242512, + "author_account_age_days": 1479 + }, + "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { + "stars": 149, + "last_update": "2025-12-23 19:34:00", + "cached_time": 1766772559.626772, + "author_account_age_days": 1479 + }, + "https://github.com/mirabarukaso/ComfyUI_Mira": { + "stars": 164, + "last_update": "2025-12-19 18:55:47", + "cached_time": 1766772559.604346, + "author_account_age_days": 1771 + }, + "https://github.com/1038lab/ComfyUI-WildPromptor": { + "stars": 60, + "last_update": "2025-11-06 00:14:44", + "cached_time": 1766772559.632914, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-OmniGen": { + "stars": 294, + "last_update": "2025-04-18 18:33:34", + "cached_time": 1766772559.660801, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-RMBG": { + "stars": 1601, + "last_update": "2025-12-21 11:44:16", + "cached_time": 1766772559.679315, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-Pollinations": { + "stars": 46, + "last_update": "2025-07-07 07:11:19", + "cached_time": 1766772559.807996, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-SparkTTS": { + "stars": 121, + "last_update": "2025-04-15 19:28:39", + "cached_time": 1766772559.896137, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-EdgeTTS": { + "stars": 58, + "last_update": "2025-07-24 03:21:45", + "cached_time": 1766772560.118091, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-MegaTTS": { + "stars": 50, + "last_update": "2025-06-19 19:12:51", + "cached_time": 1766772560.270798, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-LBM": { + "stars": 88, + "last_update": "2025-05-27 17:37:31", + "cached_time": 1766772560.207545, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-ReduxFineTune": { + "stars": 66, + "last_update": "2025-06-21 19:10:36", + "cached_time": 1766772560.412847, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-JoyCaption": { + "stars": 183, + "last_update": "2025-12-24 18:25:47", + "cached_time": 1766772560.630352, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { + "stars": 74, + "last_update": "2025-06-27 21:57:55", + "cached_time": 1766772560.670123, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-Mosaic": { + "stars": 1, + "last_update": "2025-07-05 16:12:04", + "cached_time": 1766772560.669258, + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-MiniCPM": { + "stars": 142, + "last_update": "2025-08-28 19:52:08", + "cached_time": 1766772560.714576, + "author_account_age_days": 1002 + }, + "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { + "stars": 17, + "last_update": "2025-03-12 09:07:07", + "cached_time": 1766772560.715726, + "author_account_age_days": 1583 + }, + "https://github.com/klinter007/klinter_nodes": { + "stars": 18, + "last_update": "2025-12-07 05:28:22", + "cached_time": 1766772560.852549, + "author_account_age_days": 975 + }, + "https://github.com/logtd/ComfyUI-InstanceDiffusion": { + "stars": 177, + "last_update": "2024-08-30 21:17:51", + "cached_time": 1766772560.981944, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-TrackingNodes": { + "stars": 19, + "last_update": "2024-05-22 00:03:27", + "cached_time": 1766772561.178041, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-InversedNoise": { + "stars": 16, + "last_update": "2024-05-22 00:10:18", + "cached_time": 1766772561.268733, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-FLATTEN": { + "stars": 110, + "last_update": "2024-08-30 21:18:55", + "cached_time": 1766772561.298693, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-RefSampling": { + "stars": 5, + "last_update": "2024-09-11 20:56:01", + "cached_time": 1766772561.423025, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-RAVE_ATTN": { + "stars": 13, + "last_update": "2024-05-22 00:20:03", + "cached_time": 1766772561.666703, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-RefUNet": { + "stars": 45, + "last_update": "2024-08-30 21:20:20", + "cached_time": 1766772561.674016, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-SEGAttention": { + "stars": 40, + "last_update": "2024-09-11 20:55:00", + "cached_time": 1766772561.668156, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-SSREncoder": { + "stars": 1, + "last_update": "2024-08-24 23:33:09", + "cached_time": 1766772561.733959, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-SeeCoder": { + "stars": 0, + "last_update": "2024-08-24 23:31:10", + "cached_time": 1766772561.811798, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-4DHumans": { + "stars": 7, + "last_update": "2024-08-30 21:12:55", + "cached_time": 1766772561.836722, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-ReNoise": { + "stars": 6, + "last_update": "2024-09-01 22:17:49", + "cached_time": 1766772561.987018, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { + "stars": 41, + "last_update": "2024-08-30 21:19:48", + "cached_time": 1766772562.203059, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-DiLightNet": { + "stars": 11, + "last_update": "2024-10-06 03:48:15", + "cached_time": 1766772562.287781, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-ViewCrafter": { + "stars": 14, + "last_update": "2024-09-30 19:32:41", + "cached_time": 1766772562.320538, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-Fluxtapoz": { + "stars": 1394, + "last_update": "2025-01-09 02:38:40", + "cached_time": 1766772562.488035, + "author_account_age_days": 672 + }, + "https://github.com/logtd/ComfyUI-APGScaling": { + "stars": 29, + "last_update": "2024-10-06 20:51:27", + "cached_time": 1766772562.683669, + "author_account_age_days": 672 + }, + "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { + "stars": 66, + "last_update": "2025-04-19 11:58:55", + "cached_time": 1766772562.721546, + "author_account_age_days": 1422 + }, + "https://github.com/logtd/ComfyUI-MochiEdit": { + "stars": 295, + "last_update": "2024-11-03 18:38:16", + "cached_time": 1766772562.696031, + "author_account_age_days": 672 + }, + "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { + "stars": 33, + "last_update": "2025-08-29 08:44:14", + "cached_time": 1766772562.835336, + "author_account_age_days": 1422 + }, + "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { + "stars": 3, + "last_update": "2024-06-14 08:59:42", + "cached_time": 1766772562.833926, + "author_account_age_days": 2030 + }, + "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { + "stars": 471, + "last_update": "2024-07-12 03:49:27", + "cached_time": 1766772562.90638, + "author_account_age_days": 940 + }, + "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { + "stars": 37, + "last_update": "2024-06-14 09:03:24", + "cached_time": 1766772563.033466, + "author_account_age_days": 940 + }, + "https://github.com/czcz1024/Comfyui-FaceCompare": { + "stars": 0, + "last_update": "2024-06-14 07:13:32", + "cached_time": 1766772563.218817, + "author_account_age_days": 4784 + }, + "https://github.com/leoleelxh/ComfyUI-LLMs": { + "stars": 51, + "last_update": "2025-06-17 13:52:33", + "cached_time": 1766772563.316857, + "author_account_age_days": 4625 + }, + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { + "stars": 36, + "last_update": "2025-07-30 15:44:50", + "cached_time": 1766772563.353686, + "author_account_age_days": 6190 + }, + "https://github.com/hiforce/comfyui-hiforce-plugin": { + "stars": 11, + "last_update": "2024-06-14 08:13:24", + "cached_time": 1766772563.58173, + "author_account_age_days": 2352 + }, + "https://github.com/jkrauss82/ultools-comfyui": { + "stars": 8, + "last_update": "2025-12-04 12:39:44", + "cached_time": 1766772563.715895, + "author_account_age_days": 4762 + }, + "https://github.com/guill/abracadabra-comfyui": { + "stars": 1, + "last_update": "2024-12-23 09:46:10", + "cached_time": 1766772563.704635, + "author_account_age_days": 4743 + }, + "https://github.com/guill/comfyui-droopy-noodles": { + "stars": 14, + "last_update": "2025-07-26 05:48:32", + "cached_time": 1766772563.74633, + "author_account_age_days": 4743 + }, + "https://github.com/cerspense/ComfyUI_cspnodes": { + "stars": 36, + "last_update": "2025-10-09 11:28:43", + "cached_time": 1766772563.832792, + "author_account_age_days": 3232 + }, + "https://github.com/qwixiwp/queuetools": { + "stars": 0, + "last_update": "2024-06-14 10:27:57", + "cached_time": 1766772563.851487, + "author_account_age_days": 1161 + }, + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { + "stars": 23, + "last_update": "2025-03-27 17:57:44", + "cached_time": 1766772564.378166, + "author_account_age_days": 1932 + }, + "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { + "stars": 37, + "last_update": "2024-06-14 09:01:37", + "cached_time": 1766772564.041881, + "author_account_age_days": 2416 + }, + "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { + "stars": 54, + "last_update": "2025-06-07 04:46:39", + "cached_time": 1766772564.286299, + "author_account_age_days": 3595 + }, + "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { + "stars": 3, + "last_update": "2024-06-24 13:53:39", + "cached_time": 1766772564.343596, + "author_account_age_days": 1717 + }, + "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { + "stars": 24, + "last_update": "2024-06-14 07:13:34", + "cached_time": 1766772564.404198, + "author_account_age_days": 1035 + }, + "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { + "stars": 27, + "last_update": "2025-04-06 02:06:59", + "cached_time": 1766772564.609643, + "author_account_age_days": 964 + }, + "https://github.com/huchenlei/ComfyUI-layerdiffuse": { + "stars": 1747, + "last_update": "2025-02-25 16:35:50", + "cached_time": 1766772564.768707, + "author_account_age_days": 3426 + }, + "https://github.com/uetuluk/comfyui-webcam-node": { + "stars": 4, + "last_update": "2024-06-14 08:25:13", + "cached_time": 1766772564.735895, + "author_account_age_days": 2864 + }, + "https://github.com/huchenlei/ComfyUI_DanTagGen": { + "stars": 77, + "last_update": "2024-08-01 01:42:14", + "cached_time": 1766772564.772912, + "author_account_age_days": 3426 + }, + "https://github.com/huchenlei/ComfyUI_densediffusion": { + "stars": 153, + "last_update": "2025-02-25 16:34:32", + "cached_time": 1766772564.839062, + "author_account_age_days": 3426 + }, + "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { + "stars": 641, + "last_update": "2025-02-25 16:35:36", + "cached_time": 1766772564.846598, + "author_account_age_days": 3426 + }, + "https://github.com/huchenlei/ComfyUI-openpose-editor": { + "stars": 142, + "last_update": "2024-07-31 13:44:16", + "cached_time": 1766772565.076996, + "author_account_age_days": 3426 + }, + "https://github.com/huchenlei/ComfyUI_omost": { + "stars": 447, + "last_update": "2025-02-25 16:35:18", + "cached_time": 1766772565.281204, + "author_account_age_days": 3426 + }, + "https://github.com/nathannlu/ComfyUI-Pets": { + "stars": 48, + "last_update": "2024-06-14 11:00:42", + "cached_time": 1766772565.406626, + "author_account_age_days": 3275 + }, + "https://github.com/nathannlu/ComfyUI-Cloud": { + "stars": 207, + "last_update": "2024-07-31 18:05:55", + "cached_time": 1766772565.389657, + "author_account_age_days": 3275 + }, + "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { + "stars": 96, + "last_update": "2024-08-23 12:04:09", + "cached_time": 1766772565.451702, + "author_account_age_days": 675 + }, + "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { + "stars": 27, + "last_update": "2024-06-28 05:28:05", + "cached_time": 1766772565.628151, + "author_account_age_days": 675 + }, + "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { + "stars": 77, + "last_update": "2025-06-22 14:48:37", + "cached_time": 1766772565.767031, + "author_account_age_days": 675 + }, + "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { + "stars": 125, + "last_update": "2025-08-11 17:17:54", + "cached_time": 1766772565.782233, + "author_account_age_days": 675 + }, + "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { + "stars": 40, + "last_update": "2024-08-02 05:24:19", + "cached_time": 1766772565.785921, + "author_account_age_days": 675 + }, + "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { + "stars": 3, + "last_update": "2024-05-23 00:08:50", + "cached_time": 1766772566.044165, + "author_account_age_days": 2993 + }, + "https://github.com/11dogzi/Comfyui-HYPIR": { + "stars": 119, + "last_update": "2025-08-03 02:14:03", + "cached_time": 1766772565.860057, + "author_account_age_days": 675 + }, + "https://github.com/cdb-boop/comfyui-image-round": { + "stars": 11, + "last_update": "2025-05-10 13:32:13", + "cached_time": 1766772566.071203, + "author_account_age_days": 1754 + }, + "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { + "stars": 495, + "last_update": "2024-09-12 06:55:50", + "cached_time": 1766772566.354358, + "author_account_age_days": 1754 + }, + "https://github.com/atmaranto/ComfyUI-SaveAsScript": { + "stars": 162, + "last_update": "2025-09-13 07:08:57", + "cached_time": 1766772566.441268, + "author_account_age_days": 2898 + }, + "https://github.com/meshmesh-io/mm-comfyui-loopback": { + "stars": 1, + "last_update": "2024-05-23 00:09:57", + "cached_time": 1766772566.443904, + "author_account_age_days": 778 + }, + "https://github.com/meshmesh-io/mm-comfyui-megamask": { + "stars": 0, + "last_update": "2024-05-23 00:09:47", + "cached_time": 1766772566.555196, + "author_account_age_days": 778 + }, + "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { + "stars": 0, + "last_update": "2024-05-23 00:10:09", + "cached_time": 1766772566.661264, + "author_account_age_days": 778 + }, + "https://github.com/cozymantis/pose-generator-comfyui-node": { + "stars": 89, + "last_update": "2025-04-07 09:53:17", + "cached_time": 1766772566.843697, + "author_account_age_days": 658 + }, + "https://github.com/cozymantis/human-parser-comfyui-node": { + "stars": 123, + "last_update": "2025-04-19 14:09:03", + "cached_time": 1766772566.884527, + "author_account_age_days": 658 + }, + "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { + "stars": 5, + "last_update": "2025-04-07 09:53:31", + "cached_time": 1766772566.88831, + "author_account_age_days": 658 + }, + "https://github.com/victorchall/comfyui_webcamcapture": { + "stars": 15, + "last_update": "2025-04-16 20:39:32", + "cached_time": 1766772566.87678, + "author_account_age_days": 3695 + }, + "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { + "stars": 3, + "last_update": "2024-09-07 18:42:27", + "cached_time": 1766772567.095696, + "author_account_age_days": 2389 + }, + "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { + "stars": 163, + "last_update": "2025-02-21 07:03:30", + "cached_time": 1766772567.102707, + "author_account_age_days": 2389 + }, + "https://github.com/ljleb/comfy-mecha": { + "stars": 94, + "last_update": "2025-12-18 15:27:29", + "cached_time": 1766772567.415585, + "author_account_age_days": 3013 + }, + "https://github.com/diStyApps/ComfyUI_FrameMaker": { + "stars": 22, + "last_update": "2024-05-23 00:11:33", + "cached_time": 1766772567.466847, + "author_account_age_days": 4754 + }, + "https://github.com/diStyApps/ComfyUI-disty-Flow": { + "stars": 576, + "last_update": "2025-01-04 18:03:37", + "cached_time": 1766772567.446558, + "author_account_age_days": 4754 + }, + "https://github.com/hackkhai/ComfyUI-Image-Matting": { + "stars": 18, + "last_update": "2024-07-31 15:02:56", + "cached_time": 1766772567.547228, + "author_account_age_days": 2401 + }, + "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { + "stars": 27, + "last_update": "2024-05-23 00:12:17", + "cached_time": 1766772567.692253, + "author_account_age_days": 2173 + }, + "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { + "stars": 306, + "last_update": "2024-05-23 00:12:41", + "cached_time": 1766772567.84993, + "author_account_age_days": 2173 + }, + "https://github.com/angeloshredder/StableCascadeResizer": { + "stars": 2, + "last_update": "2024-05-23 00:12:55", + "cached_time": 1766772567.886958, + "author_account_age_days": 2378 + }, + "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { + "stars": 115, + "last_update": "2024-06-08 02:33:02", + "cached_time": 1766772567.916461, + "author_account_age_days": 2173 + }, + "https://github.com/stavsap/comfyui-kokoro": { + "stars": 65, + "last_update": "2025-05-17 13:23:49", + "cached_time": 1766772567.922603, + "author_account_age_days": 4634 + }, + "https://github.com/stavsap/comfyui-ollama": { + "stars": 737, + "last_update": "2025-10-23 17:02:46", + "cached_time": 1766772568.100686, + "author_account_age_days": 4634 + }, + "https://github.com/stavsap/comfyui-downloader": { + "stars": 0, + "last_update": "2025-06-22 20:44:33", + "cached_time": 1766772568.105382, + "author_account_age_days": 4634 + }, + "https://github.com/dchatel/comfyui_davcha": { + "stars": 2, + "last_update": "2025-12-03 10:03:22", + "cached_time": 1766772568.526951, + "author_account_age_days": 5085 + }, + "https://github.com/dchatel/comfyui_facetools": { + "stars": 162, + "last_update": "2025-10-08 11:49:00", + "cached_time": 1766772568.472578, + "author_account_age_days": 5085 + }, + "https://github.com/prodogape/ComfyUI-Minio": { + "stars": 7, + "last_update": "2024-05-23 00:13:38", + "cached_time": 1766772568.542899, + "author_account_age_days": 1580 + }, + "https://github.com/prodogape/ComfyUI-OmDet": { + "stars": 3, + "last_update": "2024-06-14 13:01:34", + "cached_time": 1766772568.651859, + "author_account_age_days": 1580 + }, + "https://github.com/prodogape/ComfyUI-EasyOCR": { + "stars": 46, + "last_update": "2024-08-05 07:03:20", + "cached_time": 1766772568.761731, + "author_account_age_days": 1580 + }, + "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { + "stars": 10, + "last_update": "2025-04-02 03:48:05", + "cached_time": 1766772568.92626, + "author_account_age_days": 5534 + }, + "https://github.com/prodogape/Comfyui-Yolov8-JSON": { + "stars": 27, + "last_update": "2024-08-28 02:10:39", + "cached_time": 1766772568.95673, + "author_account_age_days": 1580 + }, + "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { + "stars": 7, + "last_update": "2024-09-13 07:34:18", + "cached_time": 1766772569.13141, + "author_account_age_days": 760 + }, + "https://github.com/Xyem/Xycuno-Oobabooga": { + "stars": 4, + "last_update": "2024-05-23 00:14:14", + "cached_time": 1766772568.97094, + "author_account_age_days": 4874 + }, + "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { + "stars": 2, + "last_update": "2024-05-23 00:14:25", + "cached_time": 1766772569.123453, + "author_account_age_days": 5643 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { + "stars": 44, + "last_update": "2025-03-09 09:17:01", + "cached_time": 1766772569.109809, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { + "stars": 21, + "last_update": "2025-07-14 11:50:02", + "cached_time": 1766772569.491635, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { + "stars": 172, + "last_update": "2025-03-09 09:28:07", + "cached_time": 1766772569.573851, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_Trellis": { + "stars": 443, + "last_update": "2025-03-09 09:31:12", + "cached_time": 1766772569.554915, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { + "stars": 21, + "last_update": "2025-03-17 08:14:01", + "cached_time": 1766772569.672893, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { + "stars": 17, + "last_update": "2025-03-14 13:27:47", + "cached_time": 1766772569.820495, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { + "stars": 53, + "last_update": "2025-04-02 17:19:28", + "cached_time": 1766772569.93221, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { + "stars": 25, + "last_update": "2025-03-14 13:19:03", + "cached_time": 1766772569.979853, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_Gemini": { + "stars": 65, + "last_update": "2025-09-03 12:31:44", + "cached_time": 1766772569.98347, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { + "stars": 13, + "last_update": "2025-03-14 13:24:31", + "cached_time": 1766772570.153955, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-IF_LLM": { + "stars": 146, + "last_update": "2025-04-09 09:23:21", + "cached_time": 1766772570.129355, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { + "stars": 9, + "last_update": "2025-08-25 14:42:19", + "cached_time": 1766772570.14873, + "author_account_age_days": 3412 + }, + "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { + "stars": 139, + "last_update": "2025-09-08 20:24:15", + "cached_time": 1766772570.545306, + "author_account_age_days": 3412 + }, + "https://github.com/dmMaze/sketch2manga": { + "stars": 42, + "last_update": "2025-03-31 08:51:09", + "cached_time": 1766772570.614095, + "author_account_age_days": 2400 + }, + "https://github.com/if-ai/ComfyUI-yt_dl": { + "stars": 2, + "last_update": "2025-08-13 14:47:44", + "cached_time": 1766772570.62806, + "author_account_age_days": 3412 + }, + "https://github.com/olduvai-jp/ComfyUI-HfLoader": { + "stars": 4, + "last_update": "2025-02-13 17:05:40", + "cached_time": 1766772570.750815, + "author_account_age_days": 1426 + }, + "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { + "stars": 0, + "last_update": "2024-06-20 17:26:02", + "cached_time": 1766772570.900047, + "author_account_age_days": 1826 + }, + "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { + "stars": 2, + "last_update": "2025-09-27 03:52:18", + "cached_time": 1766772571.073598, + "author_account_age_days": 1426 + }, + "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { + "stars": 244, + "last_update": "2024-05-29 18:29:05", + "cached_time": 1766772571.027804, + "author_account_age_days": 1794 + }, + "https://github.com/madtunebk/ComfyUI-ControlnetAux": { + "stars": 16, + "last_update": "2024-06-28 16:16:51", + "cached_time": 1766772570.992051, + "author_account_age_days": 1011 + }, + "https://github.com/MarkoCa1/ComfyUI-Text": { + "stars": 9, + "last_update": "2024-12-16 09:48:49", + "cached_time": 1766772571.179368, + "author_account_age_days": 2183 + }, + "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { + "stars": 24, + "last_update": "2024-05-23 00:15:51", + "cached_time": 1766772571.168313, + "author_account_age_days": 2183 + }, + "https://github.com/Jannchie/ComfyUI-J": { + "stars": 98, + "last_update": "2025-04-07 09:03:24", + "cached_time": 1766772571.209693, + "author_account_age_days": 3103 + }, + "https://github.com/daxcay/ComfyUI-DataSet": { + "stars": 55, + "last_update": "2025-03-01 05:24:50", + "cached_time": 1766772571.571459, + "author_account_age_days": 645 + }, + "https://github.com/daxcay/ComfyUI-Nexus": { + "stars": 92, + "last_update": "2025-03-01 15:40:05", + "cached_time": 1766772571.624044, + "author_account_age_days": 645 + }, + "https://github.com/daxcay/ComfyUI-JDCN": { + "stars": 141, + "last_update": "2025-04-14 09:20:22", + "cached_time": 1766772571.639192, + "author_account_age_days": 645 + }, + "https://github.com/daxcay/ComfyUI-WA": { + "stars": 50, + "last_update": "2024-11-28 09:44:50", + "cached_time": 1766772571.774116, + "author_account_age_days": 645 + }, + "https://github.com/daxcay/ComfyUI-TG": { + "stars": 23, + "last_update": "2024-11-28 09:45:12", + "cached_time": 1766772571.939544, + "author_account_age_days": 645 + }, + "https://github.com/daxcay/ComfyUI-NODEJS": { + "stars": 15, + "last_update": "2024-11-28 09:46:29", + "cached_time": 1766772572.019867, + "author_account_age_days": 645 + }, + "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { + "stars": 13, + "last_update": "2025-11-24 01:11:29", + "cached_time": 1766772572.030182, + "author_account_age_days": 841 + }, + "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { + "stars": 4, + "last_update": "2024-11-28 09:45:30", + "cached_time": 1766772572.134642, + "author_account_age_days": 645 + }, + "https://github.com/zhangp365/ComfyUI-utils-nodes": { + "stars": 112, + "last_update": "2025-12-26 08:42:40", + "cached_time": 1766772572.180622, + "author_account_age_days": 841 + }, + "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { + "stars": 90, + "last_update": "2024-08-26 09:52:06", + "cached_time": 1766772572.307011, + "author_account_age_days": 5044 + }, + "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { + "stars": 5, + "last_update": "2024-05-23 00:17:31", + "cached_time": 1766772572.230434, + "author_account_age_days": 1077 + }, + "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { + "stars": 98, + "last_update": "2025-06-09 05:43:18", + "cached_time": 1766772572.566623, + "author_account_age_days": 1150 + }, + "https://github.com/chaosaiart/Chaosaiart-Nodes": { + "stars": 114, + "last_update": "2025-05-06 07:15:41", + "cached_time": 1766772572.674303, + "author_account_age_days": 884 + }, + "https://github.com/hieuck/ComfyUI-BiRefNet": { + "stars": 5, + "last_update": "2024-12-04 16:20:00", + "cached_time": 1766772572.732289, + "author_account_age_days": 3075 + }, + "https://github.com/viperyl/ComfyUI-RGT": { + "stars": 8, + "last_update": "2024-06-20 15:33:50", + "cached_time": 1766772572.935724, + "author_account_age_days": 2583 + }, + "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { + "stars": 208, + "last_update": "2025-07-28 04:57:56", + "cached_time": 1766772572.97585, + "author_account_age_days": 639 + }, + "https://github.com/hay86/ComfyUI_Dreamtalk": { + "stars": 12, + "last_update": "2024-08-15 03:37:37", + "cached_time": 1766772573.645099, + "author_account_age_days": 5217 + }, + "https://github.com/hay86/ComfyUI_Hallo": { + "stars": 21, + "last_update": "2024-07-30 09:55:03", + "cached_time": 1766772573.126391, + "author_account_age_days": 5217 + }, + "https://github.com/hay86/ComfyUI_OpenVoice": { + "stars": 19, + "last_update": "2024-07-02 08:16:20", + "cached_time": 1766772573.199825, + "author_account_age_days": 5217 + }, + "https://github.com/hay86/ComfyUI_DDColor": { + "stars": 7, + "last_update": "2024-06-14 08:12:13", + "cached_time": 1766772573.251914, + "author_account_age_days": 5217 + }, + "https://github.com/hay86/ComfyUI_MiniCPM-V": { + "stars": 42, + "last_update": "2024-08-09 07:52:59", + "cached_time": 1766772573.301336, + "author_account_age_days": 5217 + }, + "https://github.com/shinich39/comfyui-prevent-sleep": { + "stars": 1, + "last_update": "2025-09-13 15:11:24", + "cached_time": 1766772573.329142, + "author_account_age_days": 862 + }, + "https://github.com/shinich39/comfyui-civitai-workflow": { + "stars": 0, + "last_update": "2025-10-12 10:16:58", + "cached_time": 1766772573.678524, + "author_account_age_days": 862 + }, + "https://github.com/shinich39/comfyui-get-meta": { + "stars": 9, + "last_update": "2025-09-12 23:21:21", + "cached_time": 1766772573.705065, + "author_account_age_days": 862 + }, + "https://github.com/hay86/ComfyUI_LatentSync": { + "stars": 17, + "last_update": "2025-01-06 07:47:40", + "cached_time": 1766772573.823103, + "author_account_age_days": 5217 + }, + "https://github.com/shinich39/comfyui-dynamic-routes": { + "stars": 5, + "last_update": "2025-09-10 15:13:41", + "cached_time": 1766772573.991317, + "author_account_age_days": 862 + }, + "https://github.com/shinich39/comfyui-global-prompts": { + "stars": 0, + "last_update": "2025-10-16 09:46:49", + "cached_time": 1766772573.975995, + "author_account_age_days": 862 + }, + "https://github.com/shinich39/comfyui-break-workflow": { + "stars": 2, + "last_update": "2025-09-10 15:02:44", + "cached_time": 1766772574.236861, + "author_account_age_days": 862 + }, + "https://github.com/shinich39/comfyui-mtga": { + "stars": 0, + "last_update": "2025-12-17 06:55:53", + "cached_time": 1766772574.321766, + "author_account_age_days": 862 + }, + "https://github.com/wei30172/comfygen": { + "stars": 10, + "last_update": "2024-11-07 22:10:50", + "cached_time": 1766772574.302444, + "author_account_age_days": 2163 + }, + "https://github.com/zombieyang/sd-ppp": { + "stars": 1882, + "last_update": "2025-12-21 14:03:17", + "cached_time": 1766772574.318854, + "author_account_age_days": 4468 + }, + "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { + "stars": 5, + "last_update": "2024-05-23 00:21:43", + "cached_time": 1766772574.332479, + "author_account_age_days": 2329 + }, + "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { + "stars": 145, + "last_update": "2025-03-16 18:58:58", + "cached_time": 1766772574.641021, + "author_account_age_days": 2329 + }, + "https://github.com/1mckw/Comfyui-Gelbooru": { + "stars": 8, + "last_update": "2025-04-06 14:11:25", + "cached_time": 1766772574.740979, + "author_account_age_days": 1240 + }, + "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { + "stars": 69, + "last_update": "2024-05-23 00:22:08", + "cached_time": 1766772574.695891, + "author_account_age_days": 644 + }, + "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { + "stars": 34, + "last_update": "2024-08-06 19:59:25", + "cached_time": 1766772574.875838, + "author_account_age_days": 644 + }, + "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { + "stars": 5, + "last_update": "2024-08-11 18:10:36", + "cached_time": 1766772574.998273, + "author_account_age_days": 644 + }, + "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { + "stars": 8, + "last_update": "2024-08-14 02:16:43", + "cached_time": 1766772575.034109, + "author_account_age_days": 644 + }, + "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { + "stars": 16, + "last_update": "2025-10-25 14:38:09", + "cached_time": 1766772575.269074, + "author_account_age_days": 929 + }, + "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { + "stars": 284, + "last_update": "2024-05-23 00:22:23", + "cached_time": 1766772575.346606, + "author_account_age_days": 1836 + }, + "https://github.com/ParisNeo/lollms_nodes_suite": { + "stars": 11, + "last_update": "2025-03-12 07:36:41", + "cached_time": 1766772575.384238, + "author_account_age_days": 5320 + }, + "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { + "stars": 9, + "last_update": "2025-07-08 01:45:22", + "cached_time": 1766772575.350107, + "author_account_age_days": 661 + }, + "https://github.com/nickve28/ComfyUI-Nich-Utils": { + "stars": 8, + "last_update": "2025-06-19 10:15:26", + "cached_time": 1766772575.355837, + "author_account_age_days": 4579 + }, + "https://github.com/frankchieng/ComfyUI_Aniportrait": { + "stars": 56, + "last_update": "2024-09-13 10:41:16", + "cached_time": 1766772575.661872, + "author_account_age_days": 991 + }, + "https://github.com/frankchieng/ComfyUI_MagicClothing": { + "stars": 593, + "last_update": "2024-09-04 04:57:15", + "cached_time": 1766772575.715194, + "author_account_age_days": 991 + }, + "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { + "stars": 10, + "last_update": "2024-05-23 00:23:44", + "cached_time": 1766772575.747385, + "author_account_age_days": 3082 + }, + "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { + "stars": 17, + "last_update": "2024-05-23 00:23:56", + "cached_time": 1766772575.884251, + "author_account_age_days": 3082 + }, + "https://github.com/BlakeOne/ComfyUI-NodePresets": { + "stars": 14, + "last_update": "2024-05-23 00:24:07", + "cached_time": 1766772575.999158, + "author_account_age_days": 3082 + }, + "https://github.com/BlakeOne/ComfyUI-NodeReset": { + "stars": 3, + "last_update": "2024-05-23 00:24:18", + "cached_time": 1766772576.089828, + "author_account_age_days": 3082 + }, + "https://github.com/kale4eat/ComfyUI-string-util": { + "stars": 6, + "last_update": "2024-05-23 00:24:40", + "cached_time": 1766772576.284436, + "author_account_age_days": 2162 + }, + "https://github.com/kale4eat/ComfyUI-text-file-util": { + "stars": 0, + "last_update": "2024-05-23 00:24:51", + "cached_time": 1766772576.372747, + "author_account_age_days": 2162 + }, + "https://github.com/kale4eat/ComfyUI-path-util": { + "stars": 0, + "last_update": "2024-05-25 05:44:11", + "cached_time": 1766772576.38516, + "author_account_age_days": 2162 + }, + "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { + "stars": 21, + "last_update": "2025-06-17 01:58:03", + "cached_time": 1766772576.401366, + "author_account_age_days": 2162 + }, + "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { + "stars": 4, + "last_update": "2024-07-15 13:21:10", + "cached_time": 1766772576.378836, + "author_account_age_days": 1582 + }, + "https://github.com/DrMWeigand/ComfyUI-StereoVision": { + "stars": 9, + "last_update": "2025-09-18 05:45:51", + "cached_time": 1766772576.673836, + "author_account_age_days": 1582 + }, + "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { + "stars": 152, + "last_update": "2024-05-23 00:25:37", + "cached_time": 1766772576.730302, + "author_account_age_days": 3085 + }, + "https://github.com/bobmagicii/comfykit-custom-nodes": { + "stars": 1, + "last_update": "2024-08-22 22:28:30", + "cached_time": 1766772576.767917, + "author_account_age_days": 5295 + }, + "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { + "stars": 11, + "last_update": "2025-01-21 22:26:11", + "cached_time": 1766772576.904806, + "author_account_age_days": 1023 + }, + "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { + "stars": 1, + "last_update": "2024-05-23 00:26:10", + "cached_time": 1766772577.320219, + "author_account_age_days": 1023 + }, + "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { + "stars": 109, + "last_update": "2024-11-18 05:08:11", + "cached_time": 1766772577.106567, + "author_account_age_days": 4705 + }, + "https://github.com/liusida/ComfyUI-Debug": { + "stars": 14, + "last_update": "2024-06-14 10:25:26", + "cached_time": 1766772577.336722, + "author_account_age_days": 3758 + }, + "https://github.com/liusida/ComfyUI-Login": { + "stars": 200, + "last_update": "2025-10-31 03:29:37", + "cached_time": 1766772577.38517, + "author_account_age_days": 3758 + }, + "https://github.com/liusida/ComfyUI-AutoCropFaces": { + "stars": 127, + "last_update": "2024-08-12 17:38:17", + "cached_time": 1766772577.396022, + "author_account_age_days": 3758 + }, + "https://github.com/liusida/ComfyUI-SD3-nodes": { + "stars": 8, + "last_update": "2024-06-14 13:01:41", + "cached_time": 1766772577.448453, + "author_account_age_days": 3758 + }, + "https://github.com/liusida/ComfyUI-B-LoRA": { + "stars": 76, + "last_update": "2024-06-18 03:17:46", + "cached_time": 1766772577.433291, + "author_account_age_days": 3758 + }, + "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { + "stars": 41, + "last_update": "2024-07-31 13:45:53", + "cached_time": 1766772577.715384, + "author_account_age_days": 5303 + }, + "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { + "stars": 31, + "last_update": "2024-11-13 11:50:46", + "cached_time": 1766772577.762029, + "author_account_age_days": 5303 + }, + "https://github.com/jtydhr88/ComfyUI-LayerDivider": { + "stars": 104, + "last_update": "2025-04-25 11:21:00", + "cached_time": 1766772577.793812, + "author_account_age_days": 5303 + }, + "https://github.com/jtydhr88/ComfyUI-OpenCut": { + "stars": 131, + "last_update": "2025-12-01 18:41:51", + "cached_time": 1766772577.954578, + "author_account_age_days": 5303 + }, + "https://github.com/jtydhr88/ComfyUI-AudioMass": { + "stars": 25, + "last_update": "2025-11-30 20:14:13", + "cached_time": 1766772578.11688, + "author_account_age_days": 5303 + }, + "https://github.com/tsogzark/ComfyUI-load-image-from-url": { + "stars": 24, + "last_update": "2024-06-14 13:59:05", + "cached_time": 1766772578.329538, + "author_account_age_days": 2079 + }, + "https://github.com/jtydhr88/ComfyUI-StableStudio": { + "stars": 22, + "last_update": "2025-08-15 00:06:43", + "cached_time": 1766772578.360127, + "author_account_age_days": 5303 + }, + "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { + "stars": 163, + "last_update": "2025-03-08 04:16:32", + "cached_time": 1766772578.49012, + "author_account_age_days": 627 + }, + "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { + "stars": 16, + "last_update": "2024-06-14 08:12:05", + "cached_time": 1766772578.56666, + "author_account_age_days": 2020 + }, + "https://github.com/discus0434/comfyui-caching-embeddings": { + "stars": 2, + "last_update": "2024-06-14 08:59:36", + "cached_time": 1766772578.531088, + "author_account_age_days": 2020 + }, + "https://github.com/discus0434/comfyui-flux-accelerator": { + "stars": 140, + "last_update": "2024-12-19 14:39:39", + "cached_time": 1766772578.736227, + "author_account_age_days": 2020 + }, + "https://github.com/AIFSH/StyleShot-ComfyUI": { + "stars": 4, + "last_update": "2024-08-17 00:25:29", + "cached_time": 1766772578.840692, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/VocalSeparation-ComfyUI": { + "stars": 23, + "last_update": "2024-10-24 07:16:37", + "cached_time": 1766772578.780617, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/DiffMorpher-ComfyUI": { + "stars": 16, + "last_update": "2024-07-17 01:24:59", + "cached_time": 1766772578.8006, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-UVR5": { + "stars": 105, + "last_update": "2024-06-20 07:31:20", + "cached_time": 1766772578.978021, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-IP_LAP": { + "stars": 34, + "last_update": "2024-06-14 07:05:39", + "cached_time": 1766772579.132859, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { + "stars": 21, + "last_update": "2024-06-14 07:05:19", + "cached_time": 1766772579.35425, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { + "stars": 247, + "last_update": "2024-08-09 22:00:45", + "cached_time": 1766772579.669171, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-WhisperX": { + "stars": 59, + "last_update": "2025-04-01 00:14:44", + "cached_time": 1766772579.518756, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-RVC": { + "stars": 26, + "last_update": "2024-06-14 07:05:25", + "cached_time": 1766772579.615741, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-XTTS": { + "stars": 65, + "last_update": "2024-06-24 09:45:59", + "cached_time": 1766772579.570483, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-Live2DViewer": { + "stars": 10, + "last_update": "2024-06-14 07:04:49", + "cached_time": 1766772579.768421, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-FishSpeech": { + "stars": 43, + "last_update": "2024-05-23 01:18:49", + "cached_time": 1766772579.828747, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI_V-Express": { + "stars": 86, + "last_update": "2024-06-23 09:54:57", + "cached_time": 1766772579.836783, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-MimicBrush": { + "stars": 117, + "last_update": "2024-06-17 22:26:53", + "cached_time": 1766772579.878038, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-Hallo": { + "stars": 307, + "last_update": "2024-06-24 06:43:23", + "cached_time": 1766772579.969709, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-UniAnimate": { + "stars": 40, + "last_update": "2024-06-30 09:20:25", + "cached_time": 1766772580.147235, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { + "stars": 15, + "last_update": "2024-06-19 13:59:49", + "cached_time": 1766772580.355904, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-AuraSR": { + "stars": 22, + "last_update": "2024-06-27 14:00:16", + "cached_time": 1766772580.580601, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { + "stars": 28, + "last_update": "2024-07-02 02:00:28", + "cached_time": 1766772580.590485, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-MimicMotion": { + "stars": 381, + "last_update": "2024-08-06 06:21:16", + "cached_time": 1766772580.64328, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { + "stars": 21, + "last_update": "2024-07-02 01:59:49", + "cached_time": 1766772580.71714, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { + "stars": 96, + "last_update": "2024-08-05 08:48:03", + "cached_time": 1766772580.782683, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/CosyVoice-ComfyUI": { + "stars": 281, + "last_update": "2024-09-10 22:21:37", + "cached_time": 1766772580.838273, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/DHLive-ComfyUI": { + "stars": 24, + "last_update": "2024-11-14 01:45:45", + "cached_time": 1766772580.849155, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/AniTalker-ComfyUI": { + "stars": 5, + "last_update": "2024-08-06 03:08:44", + "cached_time": 1766772580.883988, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/GSTTS-ComfyUI": { + "stars": 43, + "last_update": "2024-08-25 03:23:24", + "cached_time": 1766772580.975948, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/FancyVideo-ComfyUI": { + "stars": 36, + "last_update": "2024-10-12 07:21:51", + "cached_time": 1766772581.199756, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { + "stars": 177, + "last_update": "2024-09-16 14:16:06", + "cached_time": 1766772581.343034, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/VideoSys-ComfyUI": { + "stars": 6, + "last_update": "2024-09-01 09:11:57", + "cached_time": 1766772581.588832, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/DiffSynth-ComfyUI": { + "stars": 0, + "last_update": "2024-09-07 12:23:07", + "cached_time": 1766772581.655297, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/RealisDance-ComfyUI": { + "stars": 52, + "last_update": "2024-09-13 14:38:59", + "cached_time": 1766772581.662841, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/ViewCrafter-ComfyUI": { + "stars": 8, + "last_update": "2024-09-19 11:11:25", + "cached_time": 1766772581.833316, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/SenseVoice-ComfyUI": { + "stars": 15, + "last_update": "2024-07-16 06:41:25", + "cached_time": 1766772581.775259, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/EzAudio-ComfyUI": { + "stars": 9, + "last_update": "2024-10-08 05:22:46", + "cached_time": 1766772581.846036, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/PyramidFlow-ComfyUI": { + "stars": 15, + "last_update": "2024-10-10 13:59:16", + "cached_time": 1766772581.88205, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/JoyHallo-ComfyUI": { + "stars": 8, + "last_update": "2024-11-14 01:44:39", + "cached_time": 1766772581.89256, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/F5-TTS-ComfyUI": { + "stars": 36, + "last_update": "2024-11-14 01:43:03", + "cached_time": 1766772582.001138, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/FireRedTTS-ComfyUI": { + "stars": 13, + "last_update": "2024-10-24 01:18:51", + "cached_time": 1766772582.220301, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/OmniGen-ComfyUI": { + "stars": 210, + "last_update": "2024-11-14 01:37:33", + "cached_time": 1766772582.359814, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/IMAGDressing-ComfyUI": { + "stars": 62, + "last_update": "2024-11-14 01:44:02", + "cached_time": 1766772582.611366, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/MaskGCT-ComfyUI": { + "stars": 63, + "last_update": "2024-11-14 01:40:15", + "cached_time": 1766772582.678132, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { + "stars": 58, + "last_update": "2024-12-08 08:53:21", + "cached_time": 1766772582.780256, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/MiniMates-ComfyUI": { + "stars": 29, + "last_update": "2024-11-14 01:36:30", + "cached_time": 1766772582.802037, + "author_account_age_days": 781 + }, + "https://github.com/AIFSH/SemiChat-ComfyUI": { + "stars": 12, + "last_update": "2025-02-19 23:21:48", + "cached_time": 1766772582.855229, + "author_account_age_days": 781 + }, + "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { + "stars": 221, + "last_update": "2024-09-01 03:57:22", + "cached_time": 1766772582.863906, + "author_account_age_days": 2036 + }, + "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { + "stars": 5, + "last_update": "2024-09-27 17:58:43", + "cached_time": 1766772582.906471, + "author_account_age_days": 2036 + }, + "https://github.com/smthemex/ComfyUI_FoleyCrafter": { + "stars": 64, + "last_update": "2025-05-29 11:42:48", + "cached_time": 1766772582.906015, + "author_account_age_days": 904 + }, + "https://github.com/sdfxai/SDFXBridgeForComfyUI": { + "stars": 11, + "last_update": "2024-06-14 10:26:56", + "cached_time": 1766772583.077928, + "author_account_age_days": 785 + }, + "https://github.com/smthemex/ComfyUI_Diffree": { + "stars": 31, + "last_update": "2025-03-09 01:16:33", + "cached_time": 1766772583.229213, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Stable_Makeup": { + "stars": 101, + "last_update": "2025-07-03 00:30:45", + "cached_time": 1766772583.451429, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { + "stars": 17, + "last_update": "2025-04-11 13:45:15", + "cached_time": 1766772583.626757, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_EchoMimic": { + "stars": 680, + "last_update": "2025-08-26 00:42:33", + "cached_time": 1766772583.707027, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_StableAudio_Open": { + "stars": 32, + "last_update": "2024-08-10 03:45:47", + "cached_time": 1766772583.832432, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_ChatGLM_API": { + "stars": 25, + "last_update": "2024-07-31 13:53:41", + "cached_time": 1766772583.838078, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_AnyDoor": { + "stars": 67, + "last_update": "2025-02-05 04:01:50", + "cached_time": 1766772583.916461, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { + "stars": 52, + "last_update": "2025-01-13 03:29:50", + "cached_time": 1766772583.884919, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_StoryDiffusion": { + "stars": 487, + "last_update": "2025-10-11 09:57:02", + "cached_time": 1766772583.948806, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Pic2Story": { + "stars": 10, + "last_update": "2024-12-06 12:12:19", + "cached_time": 1766772583.926135, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_MS_Diffusion": { + "stars": 58, + "last_update": "2024-09-10 09:50:19", + "cached_time": 1766772584.114753, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Llama3_8B": { + "stars": 27, + "last_update": "2024-06-25 00:49:01", + "cached_time": 1766772584.25541, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_ParlerTTS": { + "stars": 47, + "last_update": "2025-07-02 09:39:48", + "cached_time": 1766772584.475681, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { + "stars": 10, + "last_update": "2024-08-05 06:14:57", + "cached_time": 1766772584.619581, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_ID_Animator": { + "stars": 24, + "last_update": "2024-07-31 13:53:27", + "cached_time": 1766772584.753997, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_CustomNet": { + "stars": 10, + "last_update": "2024-08-11 08:58:37", + "cached_time": 1766772584.871428, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Pops": { + "stars": 22, + "last_update": "2024-08-12 09:11:49", + "cached_time": 1766772584.893559, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { + "stars": 11, + "last_update": "2024-09-06 08:20:59", + "cached_time": 1766772584.934768, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { + "stars": 17, + "last_update": "2024-09-07 06:13:48", + "cached_time": 1766772584.934035, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_MooER": { + "stars": 5, + "last_update": "2025-03-09 01:15:38", + "cached_time": 1766772584.947154, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { + "stars": 42, + "last_update": "2024-09-14 00:17:59", + "cached_time": 1766772584.993427, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Hallo2": { + "stars": 73, + "last_update": "2025-03-12 05:22:46", + "cached_time": 1766772585.124811, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Sapiens": { + "stars": 198, + "last_update": "2025-03-12 05:22:59", + "cached_time": 1766772585.271334, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_OmniParser": { + "stars": 39, + "last_update": "2025-03-12 05:22:34", + "cached_time": 1766772585.646795, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Demucs": { + "stars": 10, + "last_update": "2025-12-12 06:04:30", + "cached_time": 1766772585.7717, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_PBR_Maker": { + "stars": 15, + "last_update": "2025-03-12 05:21:53", + "cached_time": 1766772585.84891, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { + "stars": 244, + "last_update": "2025-03-12 05:22:14", + "cached_time": 1766772585.899014, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { + "stars": 16, + "last_update": "2025-03-12 05:22:03", + "cached_time": 1766772585.912633, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_TRELLIS": { + "stars": 175, + "last_update": "2025-08-17 03:55:34", + "cached_time": 1766772585.953701, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_MangaNinjia": { + "stars": 58, + "last_update": "2025-04-09 14:21:57", + "cached_time": 1766772585.97718, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_SVFR": { + "stars": 97, + "last_update": "2025-03-12 05:21:23", + "cached_time": 1766772585.95311, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_CSD_MT": { + "stars": 19, + "last_update": "2025-02-06 04:30:50", + "cached_time": 1766772586.10477, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Sonic": { + "stars": 1116, + "last_update": "2025-09-27 00:02:18", + "cached_time": 1766772586.146185, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_DiffuEraser": { + "stars": 231, + "last_update": "2025-12-02 06:38:39", + "cached_time": 1766772586.274498, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Light_A_Video": { + "stars": 87, + "last_update": "2025-04-10 01:05:56", + "cached_time": 1766772586.667824, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_YuE": { + "stars": 175, + "last_update": "2025-02-24 12:02:41", + "cached_time": 1766772586.764937, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_PhotoDoodle": { + "stars": 95, + "last_update": "2025-03-20 08:19:21", + "cached_time": 1766772586.885012, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_KV_Edit": { + "stars": 61, + "last_update": "2025-09-30 08:22:04", + "cached_time": 1766772586.946793, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_Personalize_Anything": { + "stars": 45, + "last_update": "2025-03-26 00:38:13", + "cached_time": 1766772586.997229, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_DICE_Talk": { + "stars": 25, + "last_update": "2025-05-07 07:47:06", + "cached_time": 1766772586.995867, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { + "stars": 80, + "last_update": "2025-06-24 13:06:34", + "cached_time": 1766772586.96687, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_VisualCloze": { + "stars": 11, + "last_update": "2025-05-21 08:56:45", + "cached_time": 1766772587.002508, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_PartPacker": { + "stars": 30, + "last_update": "2025-06-25 00:44:53", + "cached_time": 1766772587.092565, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_AniCrafter": { + "stars": 36, + "last_update": "2025-07-21 14:04:20", + "cached_time": 1766772587.156094, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_SongGeneration": { + "stars": 112, + "last_update": "2025-12-08 10:08:42", + "cached_time": 1766772587.288522, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_ObjectClear": { + "stars": 26, + "last_update": "2025-11-24 10:01:01", + "cached_time": 1766772587.693791, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_OmniSVG": { + "stars": 23, + "last_update": "2025-12-05 09:14:08", + "cached_time": 1766772587.800845, + "author_account_age_days": 904 + }, + "https://github.com/ALatentPlace/ComfyUI_yanc": { + "stars": 74, + "last_update": "2025-01-22 14:44:17", + "cached_time": 1766772587.896081, + "author_account_age_days": 2010 + }, + "https://github.com/choey/Comfy-Topaz": { + "stars": 206, + "last_update": "2024-09-28 08:02:47", + "cached_time": 1766772587.973328, + "author_account_age_days": 6073 + }, + "https://github.com/smthemex/ComfyUI_StableAvatar": { + "stars": 43, + "last_update": "2025-08-21 07:58:39", + "cached_time": 1766772588.030849, + "author_account_age_days": 904 + }, + "https://github.com/ALatentPlace/YANC_LMStudio": { + "stars": 21, + "last_update": "2025-04-30 14:57:13", + "cached_time": 1766772587.972062, + "author_account_age_days": 2010 + }, + "https://github.com/wandbrandon/comfyui-pixel": { + "stars": 4, + "last_update": "2024-06-14 07:07:09", + "cached_time": 1766772588.050682, + "author_account_age_days": 3934 + }, + "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { + "stars": 1, + "last_update": "2025-10-06 11:03:44", + "cached_time": 1766772588.038424, + "author_account_age_days": 4194 + }, + "https://github.com/nullquant/ComfyUI-BrushNet": { + "stars": 935, + "last_update": "2025-03-31 08:45:34", + "cached_time": 1766772588.088261, + "author_account_age_days": 1726 + }, + "https://github.com/pamparamm/sd-perturbed-attention": { + "stars": 292, + "last_update": "2025-09-27 04:23:13", + "cached_time": 1766772588.176308, + "author_account_age_days": 2681 + }, + "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { + "stars": 19, + "last_update": "2025-02-24 21:59:04", + "cached_time": 1766772588.33092, + "author_account_age_days": 2681 + }, + "https://github.com/pamparamm/ComfyUI-ppm": { + "stars": 231, + "last_update": "2025-12-18 14:51:53", + "cached_time": 1766772588.733152, + "author_account_age_days": 2681 + }, + "https://github.com/unwdef/unwdef-nodes-comfyui": { + "stars": 5, + "last_update": "2025-03-27 10:42:15", + "cached_time": 1766772588.801832, + "author_account_age_days": 623 + }, + "https://github.com/forever22777/comfyui-self-guidance": { + "stars": 10, + "last_update": "2025-04-17 08:13:40", + "cached_time": 1766772588.918292, + "author_account_age_days": 875 + }, + "https://github.com/aburahamu/ComfyUI-RequestsPoster": { + "stars": 2, + "last_update": "2024-06-14 13:59:24", + "cached_time": 1766772589.018672, + "author_account_age_days": 623 + }, + "https://github.com/Sorcerio/MBM-Music-Visualizer": { + "stars": 31, + "last_update": "2024-05-23 01:09:18", + "cached_time": 1766772589.058518, + "author_account_age_days": 4797 + }, + "https://github.com/aburahamu/ComfyUI-IsNiceParts": { + "stars": 3, + "last_update": "2024-06-14 12:01:40", + "cached_time": 1766772589.089019, + "author_account_age_days": 623 + }, + "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { + "stars": 16, + "last_update": "2025-12-04 15:25:09", + "cached_time": 1766772589.08416, + "author_account_age_days": 4370 + }, + "https://github.com/traugdor/ComfyUI-Riffusion": { + "stars": 5, + "last_update": "2025-05-30 20:15:05", + "cached_time": 1766772589.086261, + "author_account_age_days": 4370 + }, + "https://github.com/e7mac/ComfyUI-ShadertoyGL": { + "stars": 4, + "last_update": "2024-06-20 14:52:42", + "cached_time": 1766772589.095305, + "author_account_age_days": 5353 + }, + "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { + "stars": 13, + "last_update": "2025-08-22 23:56:33", + "cached_time": 1766772589.211904, + "author_account_age_days": 4370 + }, + "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { + "stars": 27, + "last_update": "2025-04-23 00:52:31", + "cached_time": 1766772589.3499, + "author_account_age_days": 3079 + }, + "https://github.com/kunieone/ComfyUI_alkaid": { + "stars": 0, + "last_update": "2024-05-23 01:10:21", + "cached_time": 1766772590.25516, + "author_account_age_days": 3070 + }, + "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { + "stars": 177, + "last_update": "2024-07-04 10:12:32", + "cached_time": 1766772589.851751, + "author_account_age_days": 4678 + }, + "https://github.com/kealiu/ComfyUI-S3-Tools": { + "stars": 7, + "last_update": "2024-07-04 10:13:07", + "cached_time": 1766772589.977465, + "author_account_age_days": 4678 + }, + "https://github.com/txt2any/ComfyUI-PromptOrganizer": { + "stars": 0, + "last_update": "2024-05-23 01:10:33", + "cached_time": 1766772590.086005, + "author_account_age_days": 634 + }, + "https://github.com/kealiu/ComfyUI-Zero123-Porting": { + "stars": 22, + "last_update": "2024-08-22 07:07:57", + "cached_time": 1766772590.062653, + "author_account_age_days": 4678 + }, + "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { + "stars": 7, + "last_update": "2025-09-30 20:29:12", + "cached_time": 1766772590.193724, + "author_account_age_days": 738 + }, + "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { + "stars": 1, + "last_update": "2025-06-22 19:16:21", + "cached_time": 1766772590.093053, + "author_account_age_days": 3715 + }, + "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { + "stars": 1, + "last_update": "2025-03-27 17:08:39", + "cached_time": 1766772590.135488, + "author_account_age_days": 4642 + }, + "https://github.com/heshengtao/comfyui_LLM_party": { + "stars": 2048, + "last_update": "2025-09-08 02:51:40", + "cached_time": 1766772590.135192, + "author_account_age_days": 3445 + }, + "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { + "stars": 11, + "last_update": "2025-03-27 17:07:38", + "cached_time": 1766772590.232582, + "author_account_age_days": 4642 + }, + "https://github.com/heshengtao/comfyui_LLM_schools": { + "stars": 7, + "last_update": "2024-08-24 15:08:14", + "cached_time": 1766772590.351632, + "author_account_age_days": 3445 + }, + "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { + "stars": 316, + "last_update": "2025-11-06 05:26:51", + "cached_time": 1766772590.879801, + "author_account_age_days": 792 + }, + "https://github.com/JettHu/ComfyUI_TGate": { + "stars": 98, + "last_update": "2024-09-24 02:15:59", + "cached_time": 1766772591.004875, + "author_account_age_days": 2908 + }, + "https://github.com/JettHu/ComfyUI-TCD": { + "stars": 138, + "last_update": "2024-07-31 13:50:21", + "cached_time": 1766772591.07972, + "author_account_age_days": 2908 + }, + "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { + "stars": 2, + "last_update": "2025-06-04 00:48:13", + "cached_time": 1766772591.098284, + "author_account_age_days": 1426 + }, + "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { + "stars": 13, + "last_update": "2024-05-23 01:12:46", + "cached_time": 1766772591.101026, + "author_account_age_days": 3180 + }, + "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { + "stars": 384, + "last_update": "2024-08-16 11:21:10", + "cached_time": 1766772591.193539, + "author_account_age_days": 648 + }, + "https://github.com/sugarkwork/comfyui-trtupscaler": { + "stars": 2, + "last_update": "2025-06-11 07:43:10", + "cached_time": 1766772591.391215, + "author_account_age_days": 1426 + }, + "https://github.com/sugarkwork/comfyui_tag_fillter": { + "stars": 73, + "last_update": "2025-09-16 00:29:21", + "cached_time": 1766772591.744957, + "author_account_age_days": 1426 + }, + "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { + "stars": 125, + "last_update": "2025-08-14 07:01:19", + "cached_time": 1766772591.28325, + "author_account_age_days": 616 + }, + "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { + "stars": 3, + "last_update": "2025-09-06 00:52:37", + "cached_time": 1766772591.295354, + "author_account_age_days": 4990 + }, + "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { + "stars": 18, + "last_update": "2024-05-23 01:13:32", + "cached_time": 1766772591.41692, + "author_account_age_days": 616 + }, + "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { + "stars": 60, + "last_update": "2025-02-24 06:08:49", + "cached_time": 1766772591.939785, + "author_account_age_days": 616 + }, + "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { + "stars": 589, + "last_update": "2025-03-31 02:51:00", + "cached_time": 1766772592.068863, + "author_account_age_days": 616 + }, + "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { + "stars": 12, + "last_update": "2024-08-14 04:01:10", + "cached_time": 1766772592.164158, + "author_account_age_days": 616 + }, + "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { + "stars": 348, + "last_update": "2024-08-16 18:57:07", + "cached_time": 1766772592.177372, + "author_account_age_days": 616 + }, + "https://github.com/blueraincoatli/comfyUI_SillyNodes": { + "stars": 3, + "last_update": "2025-01-17 09:17:48", + "cached_time": 1766772592.12651, + "author_account_age_days": 863 + }, + "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { + "stars": 170, + "last_update": "2025-11-01 14:56:57", + "cached_time": 1766772592.212453, + "author_account_age_days": 4253 + }, + "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { + "stars": 110, + "last_update": "2024-10-30 10:52:42", + "cached_time": 1766772592.399838, + "author_account_age_days": 616 + }, + "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { + "stars": 48, + "last_update": "2025-04-16 20:52:10", + "cached_time": 1766772592.326121, + "author_account_age_days": 4601 + }, + "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { + "stars": 913, + "last_update": "2025-11-23 20:42:45", + "cached_time": 1766772592.393774, + "author_account_age_days": 4601 + }, + "https://github.com/lquesada/ComfyUI-Interactive": { + "stars": 47, + "last_update": "2025-05-01 03:39:47", + "cached_time": 1766772592.424891, + "author_account_age_days": 4601 + }, + "https://github.com/randjtw/advance-aesthetic-score": { + "stars": 0, + "last_update": "2024-05-23 01:14:47", + "cached_time": 1766772592.759925, + "author_account_age_days": 1311 + }, + "https://github.com/FredBill1/comfyui-fb-utils": { + "stars": 2, + "last_update": "2025-03-14 08:09:14", + "cached_time": 1766772592.995806, + "author_account_age_days": 2867 + }, + "https://github.com/jeffy5/comfyui-faceless-node": { + "stars": 58, + "last_update": "2025-04-07 02:19:38", + "cached_time": 1766772593.094108, + "author_account_age_days": 3481 + }, + "https://github.com/TaiTair/comfyui-simswap": { + "stars": 13, + "last_update": "2024-07-31 18:28:38", + "cached_time": 1766772593.157911, + "author_account_age_days": 4117 + }, + "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { + "stars": 11, + "last_update": "2024-06-20 11:51:50", + "cached_time": 1766772593.179393, + "author_account_age_days": 5658 + }, + "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { + "stars": 80, + "last_update": "2025-02-10 16:39:49", + "cached_time": 1766772593.199173, + "author_account_age_days": 5658 + }, + "https://github.com/fofr/comfyui-fofr-toolkit": { + "stars": 5, + "last_update": "2024-08-09 11:36:38", + "cached_time": 1766772593.246924, + "author_account_age_days": 5658 + }, + "https://github.com/replicate/comfyui-replicate": { + "stars": 205, + "last_update": "2024-11-05 15:26:20", + "cached_time": 1766772593.448999, + "author_account_age_days": 2158 + }, + "https://github.com/fofr/comfyui-basic-auth": { + "stars": 2, + "last_update": "2025-03-17 09:38:05", + "cached_time": 1766772593.408811, + "author_account_age_days": 5658 + }, + "https://github.com/chrisfreilich/virtuoso-nodes": { + "stars": 92, + "last_update": "2025-04-19 22:57:17", + "cached_time": 1766772593.409225, + "author_account_age_days": 1282 + }, + "https://github.com/da2el-ai/D2-nodes-ComfyUI": { + "stars": 48, + "last_update": "2025-12-09 02:42:57", + "cached_time": 1766772593.458618, + "author_account_age_days": 940 + }, + "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { + "stars": 4, + "last_update": "2024-10-02 14:04:20", + "cached_time": 1766772593.799358, + "author_account_age_days": 940 + }, + "https://github.com/da2el-ai/ComfyUI-d2-steps": { + "stars": 6, + "last_update": "2024-10-02 14:03:14", + "cached_time": 1766772594.463189, + "author_account_age_days": 940 + }, + "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { + "stars": 19, + "last_update": "2025-03-10 14:31:22", + "cached_time": 1766772594.105929, + "author_account_age_days": 940 + }, + "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { + "stars": 5, + "last_update": "2024-10-02 14:00:58", + "cached_time": 1766772594.167516, + "author_account_age_days": 940 + }, + "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { + "stars": 3, + "last_update": "2025-04-05 03:00:34", + "cached_time": 1766772594.188673, + "author_account_age_days": 940 + }, + "https://github.com/nat-chan/comfyui-transceiver": { + "stars": 5, + "last_update": "2024-05-23 01:16:28", + "cached_time": 1766772594.223326, + "author_account_age_days": 3543 + }, + "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { + "stars": 4, + "last_update": "2025-04-08 15:28:06", + "cached_time": 1766772594.240798, + "author_account_age_days": 940 + }, + "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { + "stars": 1, + "last_update": "2024-05-23 01:16:54", + "cached_time": 1766772594.414858, + "author_account_age_days": 1518 + }, + "https://github.com/GentlemanHu/ComfyUI-SunoAI": { + "stars": 20, + "last_update": "2024-12-17 11:46:33", + "cached_time": 1766772594.45366, + "author_account_age_days": 2933 + }, + "https://github.com/nat-chan/ComfyUI-graphToPrompt": { + "stars": 2, + "last_update": "2024-05-23 01:16:40", + "cached_time": 1766772594.45569, + "author_account_age_days": 3543 + }, + "https://github.com/TemryL/ComfyUI-IDM-VTON": { + "stars": 559, + "last_update": "2024-08-20 02:44:02", + "cached_time": 1766772594.463875, + "author_account_age_days": 1419 + }, + "https://github.com/jax-explorer/fast_video_comfyui": { + "stars": 0, + "last_update": "2024-05-23 01:17:35", + "cached_time": 1766772594.897639, + "author_account_age_days": 1127 + }, + "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { + "stars": 4, + "last_update": "2024-06-14 10:25:32", + "cached_time": 1766772595.217406, + "author_account_age_days": 1874 + }, + "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { + "stars": 1, + "last_update": "2025-06-01 07:58:16", + "cached_time": 1766772595.200485, + "author_account_age_days": 1127 + }, + "https://github.com/jax-explorer/ComfyUI-easycontrol": { + "stars": 187, + "last_update": "2025-04-17 15:39:33", + "cached_time": 1766772595.216537, + "author_account_age_days": 1127 + }, + "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { + "stars": 0, + "last_update": "2025-04-07 10:07:44", + "cached_time": 1766772595.339848, + "author_account_age_days": 1127 + }, + "https://github.com/jax-explorer/ComfyUI-VideoBasic": { + "stars": 19, + "last_update": "2025-06-22 14:53:19", + "cached_time": 1766772595.277281, + "author_account_age_days": 1127 + }, + "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { + "stars": 190, + "last_update": "2025-05-13 15:04:58", + "cached_time": 1766772595.412508, + "author_account_age_days": 1127 + }, + "https://github.com/alessandrozonta/ComfyUI-Layers": { + "stars": 56, + "last_update": "2024-07-31 13:46:32", + "cached_time": 1766772595.498317, + "author_account_age_days": 1747 + }, + "https://github.com/sugarkwork/comfyui_cohere": { + "stars": 1, + "last_update": "2025-06-11 04:29:08", + "cached_time": 1766772595.505326, + "author_account_age_days": 1426 + }, + "https://github.com/alessandrozonta/ComfyUI-CenterNode": { + "stars": 7, + "last_update": "2024-11-14 12:20:40", + "cached_time": 1766772595.485152, + "author_account_age_days": 1747 + }, + "https://github.com/alessandrozonta/ComfyUI-OpenPose": { + "stars": 33, + "last_update": "2024-07-31 13:51:14", + "cached_time": 1766772595.47932, + "author_account_age_days": 1747 + }, + "https://github.com/alessandrozonta/Comfyui-LoopLoader": { + "stars": 2, + "last_update": "2025-02-21 13:28:39", + "cached_time": 1766772595.977017, + "author_account_age_days": 1747 + }, + "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { + "stars": 2, + "last_update": "2025-06-03 10:12:26", + "cached_time": 1766772596.223458, + "author_account_age_days": 1747 + }, + "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { + "stars": 6, + "last_update": "2024-05-28 13:09:32", + "cached_time": 1766772596.235377, + "author_account_age_days": 2480 + }, + "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { + "stars": 4, + "last_update": "2025-04-24 14:09:18", + "cached_time": 1766772596.253139, + "author_account_age_days": 1039 + }, + "https://github.com/osi1880vr/prompt_quill_comfyui": { + "stars": 21, + "last_update": "2025-01-27 10:43:16", + "cached_time": 1766772596.307578, + "author_account_age_days": 1627 + }, + "https://github.com/philz1337x/ComfyUI-ClarityAI": { + "stars": 200, + "last_update": "2025-04-24 09:51:25", + "cached_time": 1766772596.347498, + "author_account_age_days": 1214 + }, + "https://github.com/runtime44/comfyui_r44_nodes": { + "stars": 42, + "last_update": "2024-07-01 08:02:04", + "cached_time": 1766772596.49158, + "author_account_age_days": 718 + }, + "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { + "stars": 65, + "last_update": "2025-03-01 05:37:40", + "cached_time": 1766772596.502182, + "author_account_age_days": 3740 + }, + "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { + "stars": 13, + "last_update": "2024-11-24 15:55:30", + "cached_time": 1766772596.53825, + "author_account_age_days": 3740 + }, + "https://github.com/chenpx976/ComfyUI-RunRunRun": { + "stars": 0, + "last_update": "2024-05-23 01:19:37", + "cached_time": 1766772596.541517, + "author_account_age_days": 3965 + }, + "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { + "stars": 1, + "last_update": "2024-05-23 01:19:47", + "cached_time": 1766772596.522644, + "author_account_age_days": 4453 + }, + "https://github.com/githubYiheng/comfyui_kmeans_filter": { + "stars": 0, + "last_update": "2024-06-14 09:01:24", + "cached_time": 1766772597.008222, + "author_account_age_days": 4453 + }, + "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { + "stars": 0, + "last_update": "2024-05-23 01:20:09", + "cached_time": 1766772597.249099, + "author_account_age_days": 4453 + }, + "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { + "stars": 3, + "last_update": "2024-06-23 19:19:40", + "cached_time": 1766772597.547494, + "author_account_age_days": 1744 + }, + "https://github.com/githubYiheng/comfyui_meanshift_filter": { + "stars": 0, + "last_update": "2024-06-14 10:59:43", + "cached_time": 1766772597.295213, + "author_account_age_days": 4453 + }, + "https://github.com/githubYiheng/comfyui_private_postprocessor": { + "stars": 1, + "last_update": "2024-06-14 08:09:39", + "cached_time": 1766772597.358313, + "author_account_age_days": 4453 + }, + "https://github.com/KewkLW/ComfyUI-kewky_tools": { + "stars": 8, + "last_update": "2025-05-11 21:55:10", + "cached_time": 1766772597.340945, + "author_account_age_days": 2237 + }, + "https://github.com/Fihade/IC-Light-ComfyUI-Node": { + "stars": 9, + "last_update": "2024-07-02 03:47:17", + "cached_time": 1766772597.524962, + "author_account_age_days": 3297 + }, + "https://github.com/saftle/uber_comfy_nodes": { + "stars": 1, + "last_update": "2025-08-22 15:14:56", + "cached_time": 1766772597.525449, + "author_account_age_days": 5307 + }, + "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { + "stars": 0, + "last_update": "2024-08-01 08:45:43", + "cached_time": 1766772597.552979, + "author_account_age_days": 4259 + }, + "https://github.com/mephisto83/petty-paint-comfyui-node": { + "stars": 3, + "last_update": "2024-10-23 22:23:03", + "cached_time": 1766772597.558305, + "author_account_age_days": 4223 + }, + "https://github.com/fsdymy1024/ComfyUI_fsdymy": { + "stars": 9, + "last_update": "2024-07-01 17:58:52", + "cached_time": 1766772597.571446, + "author_account_age_days": 2756 + }, + "https://github.com/huagetai/ComfyUI_LightGradient": { + "stars": 9, + "last_update": "2024-05-23 01:21:27", + "cached_time": 1766772598.022738, + "author_account_age_days": 5182 + }, + "https://github.com/huagetai/ComfyUI-Gaffer": { + "stars": 52, + "last_update": "2024-06-19 00:58:38", + "cached_time": 1766772598.272016, + "author_account_age_days": 5182 + }, + "https://github.com/gonzalu/ComfyUI_YFG_Comical": { + "stars": 25, + "last_update": "2025-12-24 03:02:31", + "cached_time": 1766772598.331027, + "author_account_age_days": 3011 + }, + "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { + "stars": 0, + "last_update": "2024-05-23 01:21:50", + "cached_time": 1766772598.353119, + "author_account_age_days": 620 + }, + "https://github.com/teward/ComfyUI-Helper-Nodes": { + "stars": 7, + "last_update": "2024-05-23 01:22:01", + "cached_time": 1766772598.394284, + "author_account_age_days": 5648 + }, + "https://github.com/fmatray/ComfyUI_BattlemapGrid": { + "stars": 0, + "last_update": "2024-06-05 22:35:06", + "cached_time": 1766772598.535891, + "author_account_age_days": 4172 + }, + "https://github.com/christian-byrne/img2txt-comfyui-nodes": { + "stars": 96, + "last_update": "2025-03-14 10:38:33", + "cached_time": 1766772598.528194, + "author_account_age_days": 1898 + }, + "https://github.com/christian-byrne/img2colors-comfyui-node": { + "stars": 15, + "last_update": "2025-01-05 18:48:59", + "cached_time": 1766772598.55705, + "author_account_age_days": 1898 + }, + "https://github.com/christian-byrne/size-match-compositing-nodes": { + "stars": 5, + "last_update": "2025-01-05 17:45:02", + "cached_time": 1766772598.606711, + "author_account_age_days": 1898 + }, + "https://github.com/christian-byrne/comfyui-search-navigation": { + "stars": 8, + "last_update": "2024-06-26 04:41:12", + "cached_time": 1766772598.587538, + "author_account_age_days": 1898 + }, + "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { + "stars": 398, + "last_update": "2025-12-24 01:27:55", + "cached_time": 1766772598.607181, + "author_account_age_days": 1898 + }, + "https://github.com/christian-byrne/comfyui-default-values-manager": { + "stars": 12, + "last_update": "2024-07-28 20:52:51", + "cached_time": 1766772599.066716, + "author_account_age_days": 1898 + }, + "https://github.com/christian-byrne/youtube-dl-comfyui": { + "stars": 4, + "last_update": "2024-10-01 16:32:14", + "cached_time": 1766772599.53508, + "author_account_age_days": 1898 + }, + "https://github.com/christian-byrne/claude-code-comfyui-nodes": { + "stars": 15, + "last_update": "2025-06-17 04:43:43", + "cached_time": 1766772599.366822, + "author_account_age_days": 1898 + }, + "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { + "stars": 31, + "last_update": "2025-04-07 08:30:38", + "cached_time": 1766772599.395617, + "author_account_age_days": 1391 + }, + "https://github.com/GraftingRayman/ComfyUI_QueueTube": { + "stars": 0, + "last_update": "2025-01-08 20:59:13", + "cached_time": 1766772599.413077, + "author_account_age_days": 713 + }, + "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { + "stars": 67, + "last_update": "2025-12-22 09:25:06", + "cached_time": 1766772599.548915, + "author_account_age_days": 713 + }, + "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { + "stars": 57, + "last_update": "2025-02-24 07:15:35", + "cached_time": 1766772599.524974, + "author_account_age_days": 713 + }, + "https://github.com/royceschultz/ComfyUI-Notifications": { + "stars": 24, + "last_update": "2025-07-07 23:30:54", + "cached_time": 1766772599.664057, + "author_account_age_days": 3079 + }, + "https://github.com/katalist-ai/comfyUI-nsfw-detection": { + "stars": 4, + "last_update": "2024-05-23 01:23:32", + "cached_time": 1766772599.67694, + "author_account_age_days": 1303 + }, + "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { + "stars": 6, + "last_update": "2025-01-25 10:57:38", + "cached_time": 1766772599.667159, + "author_account_age_days": 1817 + }, + "https://github.com/badayvedat/ComfyUI-fal-Connector": { + "stars": 52, + "last_update": "2025-06-20 15:50:56", + "cached_time": 1766772599.675392, + "author_account_age_days": 2321 + }, + "https://github.com/TheMistoAI/ComfyUI-Anyline": { + "stars": 490, + "last_update": "2025-09-05 11:18:56", + "cached_time": 1766772600.121999, + "author_account_age_days": 715 + }, + "https://github.com/mbrostami/ComfyUI-TITrain": { + "stars": 13, + "last_update": "2025-07-21 16:58:23", + "cached_time": 1766772600.397156, + "author_account_age_days": 4872 + }, + "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { + "stars": 45, + "last_update": "2025-03-17 06:08:17", + "cached_time": 1766772600.409041, + "author_account_age_days": 3939 + }, + "https://github.com/Makeezi/ComfyUI-promptLAB": { + "stars": 0, + "last_update": "2024-05-23 01:24:51", + "cached_time": 1766772600.437489, + "author_account_age_days": 2332 + }, + "https://github.com/portu-sim/comfyui_bmab": { + "stars": 121, + "last_update": "2025-12-20 12:27:06", + "cached_time": 1766772600.550709, + "author_account_age_days": 872 + }, + "https://github.com/CavinHuang/comfyui-nodes-docs": { + "stars": 268, + "last_update": "2025-03-26 02:12:29", + "cached_time": 1766772600.547454, + "author_account_age_days": 3276 + }, + "https://github.com/griptape-ai/ComfyUI-Griptape": { + "stars": 220, + "last_update": "2025-08-02 05:07:54", + "cached_time": 1766772600.658556, + "author_account_age_days": 1071 + }, + "https://github.com/icesun963/ComfyUI_HFDownLoad": { + "stars": 0, + "last_update": "2024-07-18 12:13:23", + "cached_time": 1766772600.709993, + "author_account_age_days": 4656 + }, + "https://github.com/chandlergis/ComfyUI-IMG_Query": { + "stars": 1, + "last_update": "2024-05-23 01:25:57", + "cached_time": 1766772600.686325, + "author_account_age_days": 906 + }, + "https://github.com/conquestace/ComfyUI-ImageUploader": { + "stars": 6, + "last_update": "2024-05-23 01:25:49", + "cached_time": 1766772600.701069, + "author_account_age_days": 5159 + }, + "https://github.com/iemesowum/ComfyUI_IsaacNodes": { + "stars": 1, + "last_update": "2025-03-27 13:28:10", + "cached_time": 1766772600.750993, + "author_account_age_days": 5841 + }, + "https://github.com/fexploit/ComfyUI-AutoTrimBG": { + "stars": 6, + "last_update": "2025-03-10 12:59:42", + "cached_time": 1766772601.155538, + "author_account_age_days": 5594 + }, + "https://github.com/fexploit/ComfyUI-Classifier": { + "stars": 1, + "last_update": "2025-03-10 20:33:42", + "cached_time": 1766772601.439735, + "author_account_age_days": 5594 + }, + "https://github.com/fexploit/ComfyUI-AutoLabel": { + "stars": 9, + "last_update": "2025-03-18 13:07:46", + "cached_time": 1766772601.428541, + "author_account_age_days": 5594 + }, + "https://github.com/linshier/comfyui-remote-tools": { + "stars": 4, + "last_update": "2024-05-28 07:44:23", + "cached_time": 1766772601.54601, + "author_account_age_days": 4342 + }, + "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { + "stars": 5, + "last_update": "2024-06-14 09:05:52", + "cached_time": 1766772601.554942, + "author_account_age_days": 1086 + }, + "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { + "stars": 354, + "last_update": "2024-12-22 13:50:25", + "cached_time": 1766772601.574091, + "author_account_age_days": 2955 + }, + "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { + "stars": 1, + "last_update": "2024-05-23 05:04:53", + "cached_time": 1766772601.686463, + "author_account_age_days": 3199 + }, + "https://github.com/iFREEGROUP/comfyui-undistort": { + "stars": 2, + "last_update": "2024-06-14 08:59:52", + "cached_time": 1766772601.722662, + "author_account_age_days": 2107 + }, + "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { + "stars": 12, + "last_update": "2025-03-15 00:23:20", + "cached_time": 1766772601.716573, + "author_account_age_days": 3496 + }, + "https://github.com/MarcusNyne/m9-prompts-comfyui": { + "stars": 1, + "last_update": "2024-08-24 16:56:53", + "cached_time": 1766772601.76414, + "author_account_age_days": 1973 + }, + "https://github.com/xuhongming251/ComfyUI-GPEN": { + "stars": 4, + "last_update": "2025-04-16 21:37:02", + "cached_time": 1766772601.793311, + "author_account_age_days": 4656 + }, + "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { + "stars": 21, + "last_update": "2025-04-16 21:36:46", + "cached_time": 1766772602.189649, + "author_account_age_days": 4656 + }, + "https://github.com/xuhongming251/ComfyUI_Camera": { + "stars": 7, + "last_update": "2025-05-05 18:30:40", + "cached_time": 1766772602.422244, + "author_account_age_days": 4656 + }, + "https://github.com/TW-CUI/TW-CUI-Util": { + "stars": 1, + "last_update": "2024-08-14 01:49:13", + "cached_time": 1766772602.504469, + "author_account_age_days": 581 + }, + "https://github.com/lks-ai/anynode": { + "stars": 547, + "last_update": "2024-07-07 03:45:48", + "cached_time": 1766772602.562069, + "author_account_age_days": 649 + }, + "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { + "stars": 265, + "last_update": "2025-01-07 08:33:57", + "cached_time": 1766772602.586786, + "author_account_age_days": 649 + }, + "https://github.com/SayanoAI/Comfy-RVC": { + "stars": 26, + "last_update": "2025-10-15 18:30:03", + "cached_time": 1766772602.605367, + "author_account_age_days": 3153 + }, + "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { + "stars": 0, + "last_update": "2024-07-31 08:34:48", + "cached_time": 1766772602.713553, + "author_account_age_days": 886 + }, + "https://github.com/larsupb/LoRA-Merger-ComfyUI": { + "stars": 64, + "last_update": "2025-12-26 18:06:52", + "cached_time": 1766772602.774775, + "author_account_age_days": 3626 + }, + "https://github.com/cuongloveit/comfy_http_request": { + "stars": 6, + "last_update": "2024-06-14 11:00:11", + "cached_time": 1766772602.732451, + "author_account_age_days": 3802 + }, + "https://github.com/Mason-McGough/ComfyUI-Mosaica": { + "stars": 6, + "last_update": "2024-08-26 20:42:35", + "cached_time": 1766772602.763765, + "author_account_age_days": 3755 + }, + "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { + "stars": 3, + "last_update": "2024-06-28 19:36:30", + "cached_time": 1766772602.954693, + "author_account_age_days": 1479 + }, + "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { + "stars": 18, + "last_update": "2025-03-19 10:35:44", + "cached_time": 1766772603.20066, + "author_account_age_days": 2851 + }, + "https://github.com/xliry/ComfyUI_SendDiscord": { + "stars": 0, + "last_update": "2024-05-23 02:21:38", + "cached_time": 1766772603.423783, + "author_account_age_days": 1823 + }, + "https://github.com/nirex0/ComfyUI_pytorch_openpose": { + "stars": 2, + "last_update": "2024-06-14 12:01:07", + "cached_time": 1766772603.517285, + "author_account_age_days": 4053 + }, + "https://github.com/AshMartian/ComfyUI-DirGir": { + "stars": 29, + "last_update": "2025-05-04 03:34:19", + "cached_time": 1766772603.637999, + "author_account_age_days": 5136 + }, + "https://github.com/SozeInc/ComfyUI-Mobile": { + "stars": 0, + "last_update": "2024-08-22 03:12:11", + "cached_time": 1766772603.672337, + "author_account_age_days": 629 + }, + "https://github.com/Goktug/comfyui-saveimage-plus": { + "stars": 14, + "last_update": "2024-11-13 06:03:10", + "cached_time": 1766772603.692796, + "author_account_age_days": 5482 + }, + "https://github.com/wujm424606/ComfyUi-Ollama-YN": { + "stars": 85, + "last_update": "2024-09-17 13:20:02", + "cached_time": 1766772603.725588, + "author_account_age_days": 2813 + }, + "https://github.com/tmagara/ComfyUI-Prediction-Boost": { + "stars": 1, + "last_update": "2024-07-31 13:51:19", + "cached_time": 1766772603.753542, + "author_account_age_days": 4925 + }, + "https://github.com/coolzilj/ComfyUI-Photopea": { + "stars": 186, + "last_update": "2024-06-14 08:10:57", + "cached_time": 1766772603.781529, + "author_account_age_days": 5213 + }, + "https://github.com/chesnokovivan/ComfyUI-Novakid": { + "stars": 0, + "last_update": "2024-06-10 20:15:56", + "cached_time": 1766772603.815983, + "author_account_age_days": 2080 + }, + "https://github.com/bitaffinity/ComfyUI_HF_Inference": { + "stars": 5, + "last_update": "2024-06-14 10:23:29", + "cached_time": 1766772604.010394, + "author_account_age_days": 607 + }, + "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { + "stars": 1, + "last_update": "2024-06-14 09:03:10", + "cached_time": 1766772604.257282, + "author_account_age_days": 3251 + }, + "https://github.com/MariusKM/ComfyUI-BadmanNodes": { + "stars": 3, + "last_update": "2025-11-12 22:57:40", + "cached_time": 1766772604.472578, + "author_account_age_days": 2781 + }, + "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { + "stars": 1, + "last_update": "2025-10-13 07:45:11", + "cached_time": 1766772604.544746, + "author_account_age_days": 3101 + }, + "https://github.com/TMElyralab/Comfyui-MusePose": { + "stars": 421, + "last_update": "2024-07-31 06:21:52", + "cached_time": 1766772604.674998, + "author_account_age_days": 647 + }, + "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { + "stars": 2, + "last_update": "2024-06-22 16:53:47", + "cached_time": 1766772604.702822, + "author_account_age_days": 1717 + }, + "https://github.com/humgate/simplecomfy": { + "stars": 0, + "last_update": "2024-06-14 08:58:21", + "cached_time": 1766772604.687485, + "author_account_age_days": 1916 + }, + "https://github.com/Smirnov75/ComfyUI-mxToolkit": { + "stars": 287, + "last_update": "2025-05-07 11:44:27", + "cached_time": 1766772604.781384, + "author_account_age_days": 2062 + }, + "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { + "stars": 147, + "last_update": "2024-06-23 14:56:16", + "cached_time": 1766772604.772997, + "author_account_age_days": 1049 + }, + "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { + "stars": 8, + "last_update": "2025-11-19 01:52:23", + "cached_time": 1766772605.320078, + "author_account_age_days": 3508 + }, + "https://github.com/hben35096/ComfyUI-ReplenishNodes": { + "stars": 6, + "last_update": "2025-08-09 15:07:29", + "cached_time": 1766772604.817762, + "author_account_age_days": 898 + }, + "https://github.com/tiankuan93/ComfyUI-V-Express": { + "stars": 112, + "last_update": "2024-06-26 02:41:00", + "cached_time": 1766772605.025742, + "author_account_age_days": 3500 + }, + "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { + "stars": 40, + "last_update": "2024-12-01 11:46:58", + "cached_time": 1766772605.273813, + "author_account_age_days": 3875 + }, + "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { + "stars": 20, + "last_update": "2024-08-26 14:51:47", + "cached_time": 1766772605.484112, + "author_account_age_days": 1660 + }, + "https://github.com/chakib-belgaid/ComfyUI-autosize": { + "stars": 0, + "last_update": "2024-06-14 07:13:20", + "cached_time": 1766772605.567779, + "author_account_age_days": 4386 + }, + "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { + "stars": 0, + "last_update": "2024-07-01 12:40:52", + "cached_time": 1766772605.675075, + "author_account_age_days": 4386 + }, + "https://github.com/ThereforeGames/ComfyUI-Unprompted": { + "stars": 12, + "last_update": "2024-11-13 20:46:08", + "cached_time": 1766772605.717221, + "author_account_age_days": 1485 + }, + "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { + "stars": 0, + "last_update": "2024-06-14 09:05:03", + "cached_time": 1766772605.739514, + "author_account_age_days": 906 + }, + "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { + "stars": 37, + "last_update": "2024-06-14 10:28:04", + "cached_time": 1766772605.785501, + "author_account_age_days": 1197 + }, + "https://github.com/luandev/ComfyUI-CrewAI": { + "stars": 56, + "last_update": "2025-01-17 18:06:27", + "cached_time": 1766772605.786761, + "author_account_age_days": 4358 + }, + "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { + "stars": 13, + "last_update": "2024-06-14 13:59:48", + "cached_time": 1766772605.850767, + "author_account_age_days": 4868 + }, + "https://github.com/risunobushi/ComfyUI-Similarity-Score": { + "stars": 6, + "last_update": "2025-07-28 10:40:52", + "cached_time": 1766772606.046073, + "author_account_age_days": 1197 + }, + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { + "stars": 3, + "last_update": "2025-01-29 18:06:41", + "cached_time": 1766772606.304182, + "author_account_age_days": 1197 + }, + "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { + "stars": 18, + "last_update": "2025-09-25 09:39:29", + "cached_time": 1766772606.355621, + "author_account_age_days": 1197 + }, + "https://github.com/zohac/ComfyUI_ZC_DrawShape": { + "stars": 3, + "last_update": "2024-06-25 15:05:28", + "cached_time": 1766772606.523263, + "author_account_age_days": 3212 + }, + "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { + "stars": 12, + "last_update": "2024-06-26 03:13:32", + "cached_time": 1766772606.590677, + "author_account_age_days": 991 + }, + "https://github.com/DataCTE/prompt_injection": { + "stars": 97, + "last_update": "2025-08-18 13:18:24", + "cached_time": 1766772606.696159, + "author_account_age_days": 1327 + }, + "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { + "stars": 26, + "last_update": "2024-07-31 13:54:00", + "cached_time": 1766772606.75423, + "author_account_age_days": 1642 + }, + "https://github.com/denfrost/Den_ComfyUI_Workflow": { + "stars": 4, + "last_update": "2025-05-07 07:15:01", + "cached_time": 1766772606.751935, + "author_account_age_days": 4047 + }, + "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { + "stars": 8, + "last_update": "2024-06-18 05:35:49", + "cached_time": 1766772606.801021, + "author_account_age_days": 1642 + }, + "https://github.com/marduk191/comfyui-marnodes": { + "stars": 3, + "last_update": "2025-03-27 13:26:45", + "cached_time": 1766772606.834294, + "author_account_age_days": 4965 + }, + "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { + "stars": 118, + "last_update": "2025-08-03 03:41:23", + "cached_time": 1766772606.883496, + "author_account_age_days": 4965 + }, + "https://github.com/exdysa/comfyui-selector": { + "stars": 5, + "last_update": "2025-03-14 12:21:29", + "cached_time": 1766772607.058852, + "author_account_age_days": 1545 + }, + "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { + "stars": 0, + "last_update": "2024-07-28 21:08:27", + "cached_time": 1766772607.329688, + "author_account_age_days": 655 + }, + "https://github.com/coolzilj/ComfyUI-LJNodes": { + "stars": 91, + "last_update": "2024-06-15 01:57:32", + "cached_time": 1766772607.394525, + "author_account_age_days": 5213 + }, + "https://github.com/BenNarum/SigmaWaveFormNode": { + "stars": 5, + "last_update": "2024-06-20 15:20:35", + "cached_time": 1766772607.580203, + "author_account_age_days": 3622 + }, + "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { + "stars": 15, + "last_update": "2025-09-16 20:38:14", + "cached_time": 1766772607.633555, + "author_account_age_days": 5118 + }, + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { + "stars": 3, + "last_update": "2024-06-20 13:57:29", + "cached_time": 1766772607.695997, + "author_account_age_days": 4858 + }, + "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { + "stars": 16, + "last_update": "2024-11-29 21:51:05", + "cached_time": 1766772607.769494, + "author_account_age_days": 5056 + }, + "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { + "stars": 53, + "last_update": "2025-11-18 20:04:03", + "cached_time": 1766772607.852057, + "author_account_age_days": 4230 + }, + "https://github.com/toxicwind/ComfyUI-TTools": { + "stars": 1, + "last_update": "2024-07-04 20:07:35", + "cached_time": 1766772607.815436, + "author_account_age_days": 4920 + }, + "https://github.com/Yanick112/ComfyUI-ToSVG": { + "stars": 250, + "last_update": "2025-06-20 14:10:06", + "cached_time": 1766772607.849679, + "author_account_age_days": 1364 + }, + "https://github.com/latenightlabs/ComfyUI-LNL": { + "stars": 26, + "last_update": "2024-10-07 20:09:43", + "cached_time": 1766772608.42499, + "author_account_age_days": 700 + }, + "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { + "stars": 11, + "last_update": "2024-09-18 04:30:33", + "cached_time": 1766772608.077374, + "author_account_age_days": 4541 + }, + "https://github.com/G-370/ComfyUI-SD3-Powerlab": { + "stars": 20, + "last_update": "2024-06-22 19:17:18", + "cached_time": 1766772608.358977, + "author_account_age_days": 2069 + }, + "https://github.com/juehackr/comfyui_fk_server": { + "stars": 522, + "last_update": "2025-12-26 03:13:00", + "cached_time": 1766772608.417172, + "author_account_age_days": 1662 + }, + "https://github.com/TylerZoro/SD3-Scaling": { + "stars": 1, + "last_update": "2024-06-15 16:59:22", + "cached_time": 1766772608.593876, + "author_account_age_days": 1835 + }, + "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { + "stars": 1, + "last_update": "2025-03-29 13:16:05", + "cached_time": 1766772608.668058, + "author_account_age_days": 4128 + }, + "https://github.com/baicai99/ComfyUI-FrameSkipping": { + "stars": 14, + "last_update": "2025-06-23 02:50:12", + "cached_time": 1766772608.726017, + "author_account_age_days": 1381 + }, + "https://github.com/SamKhoze/ComfyUI-DeepFuze": { + "stars": 448, + "last_update": "2025-08-15 03:14:39", + "cached_time": 1766772608.791146, + "author_account_age_days": 1993 + }, + "https://github.com/superyoman/comfyui_lumaAPI": { + "stars": 21, + "last_update": "2024-06-17 21:00:05", + "cached_time": 1766772608.859997, + "author_account_age_days": 999 + }, + "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { + "stars": 7, + "last_update": "2024-07-31 13:51:59", + "cached_time": 1766772608.836511, + "author_account_age_days": 2347 + }, + "https://github.com/zhulu111/ComfyUI_Bxb": { + "stars": 1485, + "last_update": "2025-09-11 03:57:50", + "cached_time": 1766772608.866895, + "author_account_age_days": 589 + }, + "https://github.com/lordgasmic/comfyui_wildcards": { + "stars": 13, + "last_update": "2024-06-20 16:52:14", + "cached_time": 1766772609.074467, + "author_account_age_days": 5317 + }, + "https://github.com/lordgasmic/comfyui_save_image_with_options": { + "stars": 0, + "last_update": "2024-06-20 16:39:23", + "cached_time": 1766772609.373073, + "author_account_age_days": 5317 + }, + "https://github.com/opvelll/ComfyUI_TextListProduct": { + "stars": 1, + "last_update": "2024-10-30 16:00:09", + "cached_time": 1766772609.418529, + "author_account_age_days": 2104 + }, + "https://github.com/jakechai/ComfyUI-JakeUpgrade": { + "stars": 131, + "last_update": "2025-12-01 07:50:07", + "cached_time": 1766772609.437693, + "author_account_age_days": 2122 + }, + "https://github.com/celsojr2013/comfyui_simpletools": { + "stars": 4, + "last_update": "2024-06-22 11:35:40", + "cached_time": 1766772609.596536, + "author_account_age_days": 3949 + }, + "https://github.com/celsojr2013/comfyui_jamworks_client": { + "stars": 0, + "last_update": "2024-06-23 12:35:44", + "cached_time": 1766772609.712761, + "author_account_age_days": 3949 + }, + "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { + "stars": 3, + "last_update": "2025-10-09 02:55:31", + "cached_time": 1766772609.75208, + "author_account_age_days": 610 + }, + "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { + "stars": 7, + "last_update": "2025-03-27 23:13:16", + "cached_time": 1766772609.827076, + "author_account_age_days": 1138 + }, + "https://github.com/slyt/comfyui-ollama-nodes": { + "stars": 1, + "last_update": "2024-07-31 13:52:27", + "cached_time": 1766772609.858503, + "author_account_age_days": 4490 + }, + "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { + "stars": 11, + "last_update": "2025-12-20 00:11:14", + "cached_time": 1766772609.918915, + "author_account_age_days": 952 + }, + "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { + "stars": 4, + "last_update": "2024-07-03 03:39:49", + "cached_time": 1766772609.865015, + "author_account_age_days": 665 + }, + "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { + "stars": 75, + "last_update": "2025-04-07 05:52:19", + "cached_time": 1766772610.090103, + "author_account_age_days": 2993 + }, + "https://github.com/iwanders/ComfyUI_nodes": { + "stars": 2, + "last_update": "2024-07-11 01:06:26", + "cached_time": 1766772610.391328, + "author_account_age_days": 4976 + }, + "https://github.com/rhdunn/comfyui-bus-plugin": { + "stars": 2, + "last_update": "2024-08-22 19:00:56", + "cached_time": 1766772610.427501, + "author_account_age_days": 6187 + }, + "https://github.com/rhdunn/comfyui-audio-processing": { + "stars": 11, + "last_update": "2024-08-22 19:11:01", + "cached_time": 1766772610.483622, + "author_account_age_days": 6187 + }, + "https://github.com/veighnsche/comfyui_gr85": { + "stars": 1, + "last_update": "2025-11-28 04:00:25", + "cached_time": 1766772610.609047, + "author_account_age_days": 3650 + }, + "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { + "stars": 4, + "last_update": "2025-04-10 01:38:49", + "cached_time": 1766772610.74405, + "author_account_age_days": 3660 + }, + "https://github.com/hwhaocool/ComfyUI-Select-Any": { + "stars": 2, + "last_update": "2024-07-31 13:52:47", + "cached_time": 1766772610.769459, + "author_account_age_days": 3438 + }, + "https://github.com/licyk/ComfyUI-Restart-Sampler": { + "stars": 12, + "last_update": "2025-02-24 04:53:52", + "cached_time": 1766772610.831611, + "author_account_age_days": 1818 + }, + "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { + "stars": 200, + "last_update": "2025-09-25 21:20:31", + "cached_time": 1766772610.854007, + "author_account_age_days": 1747 + }, + "https://github.com/licyk/ComfyUI-HakuImg": { + "stars": 10, + "last_update": "2025-08-06 15:55:12", + "cached_time": 1766772610.897388, + "author_account_age_days": 1818 + }, + "https://github.com/licyk/ComfyUI-TCD-Sampler": { + "stars": 7, + "last_update": "2025-03-27 16:32:33", + "cached_time": 1766772610.932093, + "author_account_age_days": 1818 + }, + "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { + "stars": 1, + "last_update": "2024-07-31 14:04:26", + "cached_time": 1766772611.118197, + "author_account_age_days": 1930 + }, + "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { + "stars": 2, + "last_update": "2024-07-31 14:13:17", + "cached_time": 1766772611.406341, + "author_account_age_days": 1930 + }, + "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { + "stars": 38, + "last_update": "2025-12-25 15:07:47", + "cached_time": 1766772611.970485, + "author_account_age_days": 4141 + }, + "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { + "stars": 2, + "last_update": "2025-12-25 15:15:12", + "cached_time": 1766772611.955446, + "author_account_age_days": 4141 + }, + "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { + "stars": 14, + "last_update": "2024-08-01 19:39:30", + "cached_time": 1766772611.651631, + "author_account_age_days": 1239 + }, + "https://github.com/DeJoker/pipeline-parallel-comfy": { + "stars": 4, + "last_update": "2024-07-29 06:59:37", + "cached_time": 1766772611.758689, + "author_account_age_days": 3541 + }, + "https://github.com/SEkINVR/ComfyUI-SaveAs": { + "stars": 8, + "last_update": "2024-08-19 01:06:16", + "cached_time": 1766772612.316418, + "author_account_age_days": 1207 + }, + "https://github.com/yiwangsimple/florence_dw": { + "stars": 50, + "last_update": "2025-02-13 01:52:15", + "cached_time": 1766772611.886529, + "author_account_age_days": 1102 + }, + "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { + "stars": 89, + "last_update": "2025-07-25 02:13:12", + "cached_time": 1766772611.892413, + "author_account_age_days": 1102 + }, + "https://github.com/tritant/ComfyUI_CreaPrompt": { + "stars": 76, + "last_update": "2025-12-05 12:18:00", + "cached_time": 1766772611.936694, + "author_account_age_days": 3691 + }, + "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { + "stars": 3, + "last_update": "2025-05-09 04:39:16", + "cached_time": 1766772611.964735, + "author_account_age_days": 3691 + }, + "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { + "stars": 3, + "last_update": "2025-07-01 15:26:48", + "cached_time": 1766772612.107853, + "author_account_age_days": 3691 + }, + "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { + "stars": 5, + "last_update": "2025-10-04 19:08:45", + "cached_time": 1766772612.467661, + "author_account_age_days": 3691 + }, + "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { + "stars": 13, + "last_update": "2025-07-21 20:23:10", + "cached_time": 1766772612.682733, + "author_account_age_days": 3691 + }, + "https://github.com/tritant/ComfyUI_Layers_Utility": { + "stars": 65, + "last_update": "2025-10-07 17:14:33", + "cached_time": 1766772612.788926, + "author_account_age_days": 3691 + }, + "https://github.com/metncelik/comfyui_met_suite": { + "stars": 2, + "last_update": "2025-03-27 12:27:48", + "cached_time": 1766772612.897478, + "author_account_age_days": 1173 + }, + "https://github.com/tritant/ComfyUI_Relight_Img": { + "stars": 6, + "last_update": "2025-08-02 12:20:39", + "cached_time": 1766772612.952471, + "author_account_age_days": 3691 + }, + "https://github.com/Smuzzies/comfyui_meme_maker": { + "stars": 1, + "last_update": "2024-07-05 22:01:41", + "cached_time": 1766772612.983945, + "author_account_age_days": 1241 + }, + "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { + "stars": 2, + "last_update": "2025-03-31 08:48:48", + "cached_time": 1766772613.354978, + "author_account_age_days": 5117 + }, + "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { + "stars": 6, + "last_update": "2025-06-23 10:08:04", + "cached_time": 1766772612.991215, + "author_account_age_days": 1911 + }, + "https://github.com/wTechArtist/ComfyUI-CustomNodes": { + "stars": 3, + "last_update": "2024-08-21 03:03:16", + "cached_time": 1766772613.125264, + "author_account_age_days": 1911 + }, + "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { + "stars": 0, + "last_update": "2024-07-15 14:13:58", + "cached_time": 1766772613.295591, + "author_account_age_days": 4488 + }, + "https://github.com/HECer/ComfyUI-FilePathCreator": { + "stars": 15, + "last_update": "2025-04-17 16:32:12", + "cached_time": 1766772613.318563, + "author_account_age_days": 3530 + }, + "https://github.com/adigayung/ComfyUI-Translator": { + "stars": 15, + "last_update": "2024-09-09 03:36:52", + "cached_time": 1766772613.496637, + "author_account_age_days": 763 + }, + "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { + "stars": 2, + "last_update": "2025-03-23 07:52:36", + "cached_time": 1766772614.254153, + "author_account_age_days": 1911 + }, + "https://github.com/BenNarum/ComfyUI_CAS": { + "stars": 3, + "last_update": "2024-07-13 12:00:40", + "cached_time": 1766772613.815157, + "author_account_age_days": 3622 + }, + "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { + "stars": 23, + "last_update": "2024-07-19 06:38:39", + "cached_time": 1766772613.902526, + "author_account_age_days": 1823 + }, + "https://github.com/siliconflow/BizyAir": { + "stars": 814, + "last_update": "2025-09-24 10:15:54", + "cached_time": 1766772614.082825, + "author_account_age_days": 856 + }, + "https://github.com/Excidos/ComfyUI-Documents": { + "stars": 58, + "last_update": "2024-07-11 20:15:21", + "cached_time": 1766772614.009037, + "author_account_age_days": 557 + }, + "https://github.com/injet-zhou/comfyui_extra_api": { + "stars": 15, + "last_update": "2025-06-06 02:35:34", + "cached_time": 1766772614.031066, + "author_account_age_days": 2777 + }, + "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { + "stars": 38, + "last_update": "2025-08-22 14:25:23", + "cached_time": 1766772614.172683, + "author_account_age_days": 5100 + }, + "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { + "stars": 17, + "last_update": "2024-07-30 10:27:07", + "cached_time": 1766772614.309417, + "author_account_age_days": 557 + }, + "https://github.com/leestuartx/ComfyUI-GG": { + "stars": 2, + "last_update": "2025-03-10 16:26:37", + "cached_time": 1766772614.348058, + "author_account_age_days": 4329 + }, + "https://github.com/mgfxer/ComfyUI-FrameFX": { + "stars": 25, + "last_update": "2024-07-20 13:58:46", + "cached_time": 1766772614.364973, + "author_account_age_days": 552 + }, + "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { + "stars": 19, + "last_update": "2024-08-05 01:50:04", + "cached_time": 1766772614.558051, + "author_account_age_days": 1112 + }, + "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { + "stars": 1, + "last_update": "2024-07-31 13:54:16", + "cached_time": 1766772614.868879, + "author_account_age_days": 5708 + }, + "https://github.com/807502278/ComfyUI-3D-MeshTool": { + "stars": 23, + "last_update": "2024-10-18 09:59:54", + "cached_time": 1766772614.922379, + "author_account_age_days": 2563 + }, + "https://github.com/807502278/ComfyUI-WJNodes": { + "stars": 13, + "last_update": "2025-09-03 02:31:35", + "cached_time": 1766772615.012901, + "author_account_age_days": 2563 + }, + "https://github.com/JackEllie/ComfyUI_AI_Assistant": { + "stars": 24, + "last_update": "2024-09-05 03:42:14", + "cached_time": 1766772615.053276, + "author_account_age_days": 1121 + }, + "https://github.com/807502278/ComfyUI_MaskGCT": { + "stars": 27, + "last_update": "2025-03-05 09:15:32", + "cached_time": 1766772615.170571, + "author_account_age_days": 2563 + }, + "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { + "stars": 5, + "last_update": "2025-04-21 19:22:43", + "cached_time": 1766772615.199145, + "author_account_age_days": 3027 + }, + "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { + "stars": 7, + "last_update": "2025-08-11 13:55:09", + "cached_time": 1766772615.768923, + "author_account_age_days": 3027 + }, + "https://github.com/APZmedia/APZmedia-comfy-together-lora": { + "stars": 0, + "last_update": "2025-02-15 13:14:17", + "cached_time": 1766772615.329132, + "author_account_age_days": 3027 + }, + "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { + "stars": 72, + "last_update": "2024-08-19 12:52:20", + "cached_time": 1766772615.358703, + "author_account_age_days": 627 + }, + "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { + "stars": 15, + "last_update": "2025-10-31 14:48:37", + "cached_time": 1766772615.434785, + "author_account_age_days": 1324 + }, + "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { + "stars": 2, + "last_update": "2025-12-17 16:46:25", + "cached_time": 1766772615.574594, + "author_account_age_days": 1324 + }, + "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { + "stars": 501, + "last_update": "2025-04-26 02:32:18", + "cached_time": 1766772615.882932, + "author_account_age_days": 1018 + }, + "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { + "stars": 228, + "last_update": "2025-05-05 15:00:47", + "cached_time": 1766772615.938549, + "author_account_age_days": 5630 + }, + "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { + "stars": 35, + "last_update": "2025-08-10 09:11:18", + "cached_time": 1766772616.05402, + "author_account_age_days": 1018 + }, + "https://github.com/2kpr/ComfyUI-UltraPixel": { + "stars": 229, + "last_update": "2024-07-27 14:52:10", + "cached_time": 1766772616.126682, + "author_account_age_days": 1469 + }, + "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { + "stars": 2, + "last_update": "2024-07-17 01:24:53", + "cached_time": 1766772616.266713, + "author_account_age_days": 534 + }, + "https://github.com/mikebilly/Transparent-background-comfyUI": { + "stars": 2, + "last_update": "2025-01-29 16:29:23", + "cached_time": 1766772616.237297, + "author_account_age_days": 3114 + }, + "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { + "stars": 4, + "last_update": "2024-07-17 03:55:26", + "cached_time": 1766772616.479675, + "author_account_age_days": 2076 + }, + "https://github.com/un-seen/comfyui-tensorops": { + "stars": 37, + "last_update": "2024-10-26 00:04:07", + "cached_time": 1766772616.457712, + "author_account_age_days": 1866 + }, + "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { + "stars": 684, + "last_update": "2024-07-31 13:54:32", + "cached_time": 1766772616.466015, + "author_account_age_days": 758 + }, + "https://github.com/un-seen/comfyui_segment_anything_plus": { + "stars": 10, + "last_update": "2024-07-29 06:21:54", + "cached_time": 1766772616.694717, + "author_account_age_days": 1866 + }, + "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { + "stars": 2, + "last_update": "2024-07-31 13:59:12", + "cached_time": 1766772616.761952, + "author_account_age_days": 2667 + }, + "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { + "stars": 4, + "last_update": "2025-03-14 09:52:02", + "cached_time": 1766772616.90546, + "author_account_age_days": 1670 + }, + "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { + "stars": 240, + "last_update": "2025-04-03 09:09:43", + "cached_time": 1766772617.052681, + "author_account_age_days": 4213 + }, + "https://github.com/lrzjason/Comfyui-Kolors-Utils": { + "stars": 17, + "last_update": "2025-05-05 16:10:11", + "cached_time": 1766772617.063417, + "author_account_age_days": 4213 + }, + "https://github.com/lrzjason/Comfyui-ThinkRemover": { + "stars": 4, + "last_update": "2025-02-07 10:57:50", + "cached_time": 1766772617.179572, + "author_account_age_days": 4213 + }, + "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { + "stars": 40, + "last_update": "2025-05-28 20:46:50", + "cached_time": 1766772617.260922, + "author_account_age_days": 4213 + }, + "https://github.com/cozy-comfyui/cozy_comm": { + "stars": 2, + "last_update": "2025-04-03 17:02:54", + "cached_time": 1766772617.387471, + "author_account_age_days": 616 + }, + "https://github.com/RhizoNymph/ComfyUI-Latte": { + "stars": 3, + "last_update": "2024-08-11 07:25:04", + "cached_time": 1766772617.472886, + "author_account_age_days": 1717 + }, + "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { + "stars": 9, + "last_update": "2024-09-07 19:47:02", + "cached_time": 1766772617.47344, + "author_account_age_days": 1717 + }, + "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { + "stars": 1, + "last_update": "2024-10-13 06:26:51", + "cached_time": 1766772617.499487, + "author_account_age_days": 1717 + }, + "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { + "stars": 9, + "last_update": "2025-05-07 13:56:23", + "cached_time": 1766772617.712404, + "author_account_age_days": 1258 + }, + "https://github.com/fssorc/ComfyUI_pose_inter": { + "stars": 89, + "last_update": "2025-05-27 07:05:00", + "cached_time": 1766772617.782935, + "author_account_age_days": 5137 + }, + "https://github.com/fssorc/ComfyUI_FaceShaper": { + "stars": 185, + "last_update": "2024-09-20 06:15:46", + "cached_time": 1766772617.900333, + "author_account_age_days": 5137 + }, + "https://github.com/fssorc/ComfyUI_FFT": { + "stars": 14, + "last_update": "2024-09-30 01:27:21", + "cached_time": 1766772618.075517, + "author_account_age_days": 5137 + }, + "https://github.com/fssorc/ComfyUI_RopeWrapper": { + "stars": 20, + "last_update": "2025-01-07 04:55:59", + "cached_time": 1766772618.104273, + "author_account_age_days": 5137 + }, + "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { + "stars": 6, + "last_update": "2024-07-19 18:11:11", + "cached_time": 1766772618.201823, + "author_account_age_days": 1348 + }, + "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { + "stars": 1, + "last_update": "2024-08-01 07:59:10", + "cached_time": 1766772618.275523, + "author_account_age_days": 1348 + }, + "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { + "stars": 17, + "last_update": "2024-08-05 04:45:12", + "cached_time": 1766772618.424163, + "author_account_age_days": 1348 + }, + "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { + "stars": 1, + "last_update": "2024-08-28 00:24:01", + "cached_time": 1766772618.484684, + "author_account_age_days": 1348 + }, + "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { + "stars": 10, + "last_update": "2024-09-16 05:34:01", + "cached_time": 1766772618.484117, + "author_account_age_days": 1348 + }, + "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { + "stars": 5, + "last_update": "2024-07-30 04:43:14", + "cached_time": 1766772618.549974, + "author_account_age_days": 526 + }, + "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { + "stars": 38, + "last_update": "2025-05-01 06:24:47", + "cached_time": 1766772618.697402, + "author_account_age_days": 1348 + }, + "https://github.com/googincheng/ComfyUX": { + "stars": 149, + "last_update": "2024-08-22 09:47:17", + "cached_time": 1766772618.80167, + "author_account_age_days": 3339 + }, + "https://github.com/alanhuang67/ComfyUI-FAI-Node": { + "stars": 14, + "last_update": "2024-08-02 03:35:41", + "cached_time": 1766772618.946059, + "author_account_age_days": 4040 + }, + "https://github.com/MuziekMagie/ComfyUI-Matchering": { + "stars": 58, + "last_update": "2024-07-23 14:39:52", + "cached_time": 1766772619.075589, + "author_account_age_days": 522 + }, + "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { + "stars": 4, + "last_update": "2024-07-24 16:39:41", + "cached_time": 1766772619.100394, + "author_account_age_days": 3727 + }, + "https://github.com/pikenrover/ComfyUI_PRNodes": { + "stars": 2, + "last_update": "2025-04-03 13:31:42", + "cached_time": 1766772619.216072, + "author_account_age_days": 520 + }, + "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { + "stars": 64, + "last_update": "2024-08-17 21:12:43", + "cached_time": 1766772619.763823, + "author_account_age_days": 2118 + }, + "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { + "stars": 8, + "last_update": "2025-11-09 01:25:14", + "cached_time": 1766772619.450015, + "author_account_age_days": 519 + }, + "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { + "stars": 8, + "last_update": "2025-11-09 02:04:45", + "cached_time": 1766772619.525514, + "author_account_age_days": 519 + }, + "https://github.com/EnragedAntelope/comfyui-relight": { + "stars": 86, + "last_update": "2025-11-09 02:16:20", + "cached_time": 1766772619.536294, + "author_account_age_days": 519 + }, + "https://github.com/jn-jairo/jn_comfyui": { + "stars": 5, + "last_update": "2024-08-16 18:09:12", + "cached_time": 1766772619.576977, + "author_account_age_days": 4534 + }, + "https://github.com/akierson/comfyui-colornodes": { + "stars": 2, + "last_update": "2024-10-20 20:14:09", + "cached_time": 1766772619.772146, + "author_account_age_days": 2884 + }, + "https://github.com/akierson/ComfyUI-textnodes": { + "stars": 0, + "last_update": "2024-10-20 20:12:15", + "cached_time": 1766772619.831082, + "author_account_age_days": 2884 + }, + "https://github.com/ai-shizuka/ComfyUI-tbox": { + "stars": 19, + "last_update": "2025-04-22 10:21:03", + "cached_time": 1766772620.391862, + "author_account_age_days": 562 + }, + "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { + "stars": 22, + "last_update": "2025-05-12 16:09:03", + "cached_time": 1766772620.096553, + "author_account_age_days": 1569 + }, + "https://github.com/neverbiasu/ComfyUI-SAM2": { + "stars": 238, + "last_update": "2025-11-13 00:40:29", + "cached_time": 1766772620.14637, + "author_account_age_days": 1569 + }, + "https://github.com/neverbiasu/ComfyUI-StyleShot": { + "stars": 15, + "last_update": "2025-04-23 08:01:32", + "cached_time": 1766772620.319613, + "author_account_age_days": 1569 + }, + "https://github.com/neverbiasu/ComfyUI-Dashscope": { + "stars": 4, + "last_update": "2025-04-05 02:19:36", + "cached_time": 1766772620.453554, + "author_account_age_days": 1569 + }, + "https://github.com/neverbiasu/ComfyUI-ChatTTS": { + "stars": 3, + "last_update": "2025-05-12 08:15:13", + "cached_time": 1766772620.554063, + "author_account_age_days": 1569 + }, + "https://github.com/neverbiasu/ComfyUI-BAGEL": { + "stars": 187, + "last_update": "2025-10-13 00:36:22", + "cached_time": 1766772620.574627, + "author_account_age_days": 1569 + }, + "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { + "stars": 4, + "last_update": "2025-09-28 21:59:19", + "cached_time": 1766772620.5939, + "author_account_age_days": 1569 + }, + "https://github.com/var1ableX/ComfyUI_Accessories": { + "stars": 1, + "last_update": "2025-09-18 02:41:54", + "cached_time": 1766772620.793997, + "author_account_age_days": 5314 + }, + "https://github.com/MakkiShizu/comfyui_reimgsize": { + "stars": 5, + "last_update": "2025-04-27 15:34:57", + "cached_time": 1766772620.812127, + "author_account_age_days": 862 + }, + "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { + "stars": 18, + "last_update": "2025-09-22 12:41:25", + "cached_time": 1766772620.856119, + "author_account_age_days": 862 + }, + "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { + "stars": 16, + "last_update": "2025-08-16 09:04:36", + "cached_time": 1766772621.148813, + "author_account_age_days": 862 + }, + "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { + "stars": 6, + "last_update": "2025-12-12 07:14:28", + "cached_time": 1766772621.158743, + "author_account_age_days": 862 + }, + "https://github.com/Parameshvadivel/ComfyUI-SVGview": { + "stars": 1, + "last_update": "2024-07-31 13:40:33", + "cached_time": 1766772621.442733, + "author_account_age_days": 3378 + }, + "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { + "stars": 13, + "last_update": "2024-08-02 15:16:12", + "cached_time": 1766772621.458411, + "author_account_age_days": 3905 + }, + "https://github.com/Visionatrix/ComfyUI-Visionatrix": { + "stars": 2, + "last_update": "2025-07-06 10:53:01", + "cached_time": 1766772621.55071, + "author_account_age_days": 666 + }, + "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { + "stars": 2, + "last_update": "2025-07-05 18:20:05", + "cached_time": 1766772621.61743, + "author_account_age_days": 666 + }, + "https://github.com/Visionatrix/ComfyUI-Gemini": { + "stars": 27, + "last_update": "2025-12-22 20:19:28", + "cached_time": 1766772621.700656, + "author_account_age_days": 666 + }, + "https://github.com/liangt/comfyui-loadimagewithsubfolder": { + "stars": 3, + "last_update": "2025-03-27 16:49:42", + "cached_time": 1766772621.590808, + "author_account_age_days": 4609 + }, + "https://github.com/vault-developer/comfyui-image-blender": { + "stars": 20, + "last_update": "2025-04-02 19:37:15", + "cached_time": 1766772621.825022, + "author_account_age_days": 3164 + }, + "https://github.com/gisu/comfyui-foxpack": { + "stars": 2, + "last_update": "2024-08-20 06:43:22", + "cached_time": 1766772621.861851, + "author_account_age_days": 5549 + }, + "https://github.com/webfiltered/DebugNode-ComfyUI": { + "stars": 11, + "last_update": "2025-05-06 16:15:33", + "cached_time": 1766772621.880646, + "author_account_age_days": 524 + }, + "https://github.com/pzc163/Comfyui-CatVTON": { + "stars": 167, + "last_update": "2024-10-03 12:50:42", + "cached_time": 1766772622.17492, + "author_account_age_days": 1327 + }, + "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { + "stars": 83, + "last_update": "2024-08-30 08:37:48", + "cached_time": 1766772622.203499, + "author_account_age_days": 1327 + }, + "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { + "stars": 2, + "last_update": "2024-07-31 13:39:36", + "cached_time": 1766772622.473951, + "author_account_age_days": 539 + }, + "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { + "stars": 31, + "last_update": "2025-11-30 20:57:15", + "cached_time": 1766772622.526646, + "author_account_age_days": 585 + }, + "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { + "stars": 335, + "last_update": "2025-11-30 04:47:00", + "cached_time": 1766772622.740441, + "author_account_age_days": 585 + }, + "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { + "stars": 247, + "last_update": "2025-05-05 04:23:55", + "cached_time": 1766772622.596473, + "author_account_age_days": 585 + }, + "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { + "stars": 86, + "last_update": "2025-04-20 05:29:13", + "cached_time": 1766772622.633051, + "author_account_age_days": 585 + }, + "https://github.com/teward/Comfy-Sentry": { + "stars": 1, + "last_update": "2024-07-31 21:37:42", + "cached_time": 1766772622.720382, + "author_account_age_days": 5648 + }, + "https://github.com/akatz-ai/ComfyUI-Basic-Math": { + "stars": 12, + "last_update": "2025-09-30 03:58:34", + "cached_time": 1766772622.85423, + "author_account_age_days": 585 + }, + "https://github.com/FuouM/FM_nodes": { + "stars": 7, + "last_update": "2025-03-27 12:16:55", + "cached_time": 1766772622.880054, + "author_account_age_days": 2231 + }, + "https://github.com/FuouM/ComfyUI-FirstOrderMM": { + "stars": 7, + "last_update": "2025-03-27 12:22:31", + "cached_time": 1766772622.920278, + "author_account_age_days": 2231 + }, + "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { + "stars": 13, + "last_update": "2025-03-27 12:15:58", + "cached_time": 1766772623.210499, + "author_account_age_days": 2231 + }, + "https://github.com/FuouM/ComfyUI-EbSynth": { + "stars": 106, + "last_update": "2025-03-30 06:30:52", + "cached_time": 1766772623.244743, + "author_account_age_days": 2231 + }, + "https://github.com/FuouM/ComfyUI-MatAnyone": { + "stars": 18, + "last_update": "2025-03-24 03:43:48", + "cached_time": 1766772623.489951, + "author_account_age_days": 2231 + }, + "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { + "stars": 4, + "last_update": "2024-08-01 06:47:24", + "cached_time": 1766772623.530779, + "author_account_age_days": 1080 + }, + "https://github.com/MiddleKD/ComfyUI-productfix": { + "stars": 12, + "last_update": "2025-05-12 05:00:24", + "cached_time": 1766772623.617349, + "author_account_age_days": 1080 + }, + "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { + "stars": 6, + "last_update": "2024-11-07 12:35:00", + "cached_time": 1766772623.636976, + "author_account_age_days": 1080 + }, + "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { + "stars": 2566, + "last_update": "2024-08-21 06:14:24", + "cached_time": 1766772623.708117, + "author_account_age_days": 513 + }, + "https://github.com/cdxOo/comfyui-text-node-with-comments": { + "stars": 2, + "last_update": "2024-08-03 00:54:38", + "cached_time": 1766772623.767778, + "author_account_age_days": 3846 + }, + "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { + "stars": 0, + "last_update": "2024-09-03 06:55:04", + "cached_time": 1766772623.905016, + "author_account_age_days": 3073 + }, + "https://github.com/oleksandr612/ComfyUI-Counter": { + "stars": 0, + "last_update": "2024-08-05 16:18:48", + "cached_time": 1766772623.950705, + "author_account_age_days": 512 + }, + "https://github.com/alpertunga-bile/image-caption-comfyui": { + "stars": 10, + "last_update": "2025-05-21 20:09:00", + "cached_time": 1766772623.978626, + "author_account_age_days": 1823 + }, + "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { + "stars": 2, + "last_update": "2025-01-23 13:35:49", + "cached_time": 1766772624.244625, + "author_account_age_days": 3926 + }, + "https://github.com/NMWave/ComfyUI-Nader-Tagging": { + "stars": 4, + "last_update": "2025-04-09 01:07:33", + "cached_time": 1766772624.297993, + "author_account_age_days": 1128 + }, + "https://github.com/caleboleary/ComfyUI-Arc2Face": { + "stars": 50, + "last_update": "2024-09-02 23:00:00", + "cached_time": 1766772624.49955, + "author_account_age_days": 3853 + }, + "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { + "stars": 45, + "last_update": "2025-11-29 15:08:39", + "cached_time": 1766772624.56985, + "author_account_age_days": 1220 + }, + "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { + "stars": 49, + "last_update": "2025-08-08 22:25:29", + "cached_time": 1766772624.661989, + "author_account_age_days": 1220 + }, + "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { + "stars": 3, + "last_update": "2025-08-05 15:09:34", + "cached_time": 1766772624.644955, + "author_account_age_days": 1220 + }, + "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { + "stars": 8, + "last_update": "2025-09-13 11:00:11", + "cached_time": 1766772624.759814, + "author_account_age_days": 1220 + }, + "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { + "stars": 1, + "last_update": "2025-08-21 13:06:03", + "cached_time": 1766772624.782179, + "author_account_age_days": 1220 + }, + "https://github.com/Dobidop/ComfyStereo": { + "stars": 33, + "last_update": "2025-11-26 07:52:40", + "cached_time": 1766772624.980657, + "author_account_age_days": 2010 + }, + "https://github.com/bananasss00/ComfyUI-SP-Nodes": { + "stars": 15, + "last_update": "2025-08-29 18:40:07", + "cached_time": 1766772624.977917, + "author_account_age_days": 3084 + }, + "https://github.com/leeguandong/ComfyUI_M3Net": { + "stars": 12, + "last_update": "2024-08-16 00:03:21", + "cached_time": 1766772625.155114, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_LLaSM": { + "stars": 5, + "last_update": "2024-08-10 10:58:17", + "cached_time": 1766772625.243798, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_InternVL2": { + "stars": 13, + "last_update": "2024-08-10 11:00:11", + "cached_time": 1766772625.294734, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_VideoEditing": { + "stars": 4, + "last_update": "2024-08-14 16:59:49", + "cached_time": 1766772625.535762, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { + "stars": 3, + "last_update": "2024-08-16 11:59:42", + "cached_time": 1766772625.656725, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_Style_Aligned": { + "stars": 5, + "last_update": "2024-08-16 11:59:33", + "cached_time": 1766772625.698463, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { + "stars": 8, + "last_update": "2024-08-26 05:15:14", + "cached_time": 1766772625.662529, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_MasaCtrl": { + "stars": 3, + "last_update": "2024-09-01 03:47:35", + "cached_time": 1766772625.792418, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { + "stars": 3, + "last_update": "2025-01-09 02:43:41", + "cached_time": 1766772625.796032, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { + "stars": 3, + "last_update": "2025-03-02 07:32:55", + "cached_time": 1766772625.967412, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_FluxCustomId": { + "stars": 7, + "last_update": "2025-01-06 01:12:44", + "cached_time": 1766772625.980999, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { + "stars": 4, + "last_update": "2025-03-15 07:37:50", + "cached_time": 1766772626.15792, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_Cogview4": { + "stars": 2, + "last_update": "2025-03-13 15:58:44", + "cached_time": 1766772626.277197, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { + "stars": 5, + "last_update": "2025-03-13 16:11:50", + "cached_time": 1766772626.324712, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_ChatGen": { + "stars": 2, + "last_update": "2025-03-13 16:24:46", + "cached_time": 1766772626.554657, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { + "stars": 0, + "last_update": "2025-03-13 16:32:16", + "cached_time": 1766772626.694305, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_Gemma3": { + "stars": 9, + "last_update": "2025-09-06 08:35:54", + "cached_time": 1766772626.679562, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { + "stars": 17, + "last_update": "2025-03-17 01:07:01", + "cached_time": 1766772626.734173, + "author_account_age_days": 3344 + }, + "https://github.com/leeguandong/ComfyUI_QWQ32B": { + "stars": 2, + "last_update": "2025-03-15 17:19:23", + "cached_time": 1766772626.854849, + "author_account_age_days": 3344 + }, + "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { + "stars": 15, + "last_update": "2025-07-16 21:04:06", + "cached_time": 1766772626.829924, + "author_account_age_days": 4047 + }, + "https://github.com/kappa54m/ComfyUI_Usability": { + "stars": 0, + "last_update": "2024-08-08 15:31:47", + "cached_time": 1766772627.011809, + "author_account_age_days": 2061 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { + "stars": 453, + "last_update": "2025-10-23 04:10:00", + "cached_time": 1766772627.387899, + "author_account_age_days": 961 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { + "stars": 15, + "last_update": "2025-04-02 16:35:52", + "cached_time": 1766772627.165305, + "author_account_age_days": 961 + }, + "https://github.com/misterjoessef/MLTask_ComfyUI": { + "stars": 1, + "last_update": "2024-08-17 16:45:24", + "cached_time": 1766772627.275619, + "author_account_age_days": 1288 + }, + "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { + "stars": 23, + "last_update": "2024-12-26 16:21:00", + "cached_time": 1766772627.333428, + "author_account_age_days": 3271 + }, + "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { + "stars": 13, + "last_update": "2025-01-27 13:33:49", + "cached_time": 1766772627.632157, + "author_account_age_days": 3271 + }, + "https://github.com/Julian-adv/WildDivide": { + "stars": 18, + "last_update": "2025-07-24 15:43:12", + "cached_time": 1766772627.698081, + "author_account_age_days": 888 + }, + "https://github.com/goburiin/nsfwrecog-comfyui": { + "stars": 0, + "last_update": "2024-08-14 02:17:15", + "cached_time": 1766772627.781786, + "author_account_age_days": 504 + }, + "https://github.com/eastoc/ComfyUI_SemanticSAM": { + "stars": 5, + "last_update": "2024-08-13 19:24:33", + "cached_time": 1766772627.881976, + "author_account_age_days": 3268 + }, + "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { + "stars": 8, + "last_update": "2025-06-02 02:45:04", + "cached_time": 1766772627.967901, + "author_account_age_days": 937 + }, + "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { + "stars": 11, + "last_update": "2025-10-24 07:46:08", + "cached_time": 1766772628.48895, + "author_account_age_days": 965 + }, + "https://github.com/blackcodetavern/ComfyUI-Benripack": { + "stars": 9, + "last_update": "2024-09-07 09:06:00", + "cached_time": 1766772628.059332, + "author_account_age_days": 3423 + }, + "https://github.com/MohammadAboulEla/ComfyUI-iTools": { + "stars": 205, + "last_update": "2025-12-13 14:54:37", + "cached_time": 1766772628.170968, + "author_account_age_days": 1576 + }, + "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { + "stars": 2, + "last_update": "2025-05-21 02:17:36", + "cached_time": 1766772628.34658, + "author_account_age_days": 3634 + }, + "https://github.com/caleboleary/Comfyui-calbenodes": { + "stars": 1, + "last_update": "2024-09-16 19:27:58", + "cached_time": 1766772628.395653, + "author_account_age_days": 3853 + }, + "https://github.com/Pheat-AI/Remade_nodes": { + "stars": 5, + "last_update": "2024-10-18 00:04:58", + "cached_time": 1766772628.419228, + "author_account_age_days": 584 + }, + "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { + "stars": 1, + "last_update": "2024-08-14 04:00:49", + "cached_time": 1766772628.649051, + "author_account_age_days": 3083 + }, + "https://github.com/justUmen/Bjornulf_custom_nodes": { + "stars": 485, + "last_update": "2025-06-11 12:32:38", + "cached_time": 1766772628.714948, + "author_account_age_days": 3339 + }, + "https://github.com/jstit/comfyui_custom_node_image": { + "stars": 0, + "last_update": "2024-08-27 05:10:12", + "cached_time": 1766772628.825195, + "author_account_age_days": 2414 + }, + "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { + "stars": 1, + "last_update": "2024-08-14 04:00:34", + "cached_time": 1766772628.987113, + "author_account_age_days": 904 + }, + "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { + "stars": 184, + "last_update": "2025-10-02 08:17:02", + "cached_time": 1766772628.986309, + "author_account_age_days": 1642 + }, + "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { + "stars": 4, + "last_update": "2024-08-12 15:55:42", + "cached_time": 1766772629.495924, + "author_account_age_days": 4482 + }, + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { + "stars": 20, + "last_update": "2025-10-02 08:11:32", + "cached_time": 1766772629.226758, + "author_account_age_days": 1642 + }, + "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { + "stars": 4, + "last_update": "2025-11-26 09:45:37", + "cached_time": 1766772629.849566, + "author_account_age_days": 1642 + }, + "https://github.com/XLabs-AI/x-flux-comfyui": { + "stars": 1683, + "last_update": "2024-10-30 12:51:21", + "cached_time": 1766772629.507717, + "author_account_age_days": 508 + }, + "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { + "stars": 33, + "last_update": "2025-10-21 17:29:45", + "cached_time": 1766772629.873605, + "author_account_age_days": 1642 + }, + "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { + "stars": 8, + "last_update": "2025-04-03 09:41:53", + "cached_time": 1766772629.509152, + "author_account_age_days": 3237 + }, + "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { + "stars": 2, + "last_update": "2025-03-12 00:07:25", + "cached_time": 1766772629.677591, + "author_account_age_days": 2962 + }, + "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { + "stars": 6, + "last_update": "2025-11-12 21:16:28", + "cached_time": 1766772629.778247, + "author_account_age_days": 2140 + }, + "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { + "stars": 18, + "last_update": "2024-09-23 21:48:27", + "cached_time": 1766772629.845078, + "author_account_age_days": 2962 + }, + "https://github.com/yuan199696/chinese_clip_encode": { + "stars": 10, + "last_update": "2025-03-27 14:39:40", + "cached_time": 1766772630.032296, + "author_account_age_days": 2993 + }, + "https://github.com/yuan199696/add_text_2_img": { + "stars": 8, + "last_update": "2025-03-27 14:40:27", + "cached_time": 1766772630.016806, + "author_account_age_days": 2993 + }, + "https://github.com/fairy-root/comfyui-ollama-llms": { + "stars": 17, + "last_update": "2025-03-27 20:47:17", + "cached_time": 1766772630.26993, + "author_account_age_days": 2484 + }, + "https://github.com/fairy-root/ComfyUI-Show-Text": { + "stars": 21, + "last_update": "2025-04-08 14:21:57", + "cached_time": 1766772630.513537, + "author_account_age_days": 2484 + }, + "https://github.com/fairy-root/Flux-Prompt-Generator": { + "stars": 236, + "last_update": "2025-11-22 01:14:46", + "cached_time": 1766772630.542636, + "author_account_age_days": 2484 + }, + "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { + "stars": 43, + "last_update": "2025-05-09 00:12:06", + "cached_time": 1766772630.53964, + "author_account_age_days": 2484 + }, + "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { + "stars": 575, + "last_update": "2025-07-26 14:02:11", + "cached_time": 1766772630.699598, + "author_account_age_days": 4239 + }, + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { + "stars": 74, + "last_update": "2025-06-19 14:20:29", + "cached_time": 1766772630.78828, + "author_account_age_days": 4239 + }, + "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { + "stars": 3, + "last_update": "2024-12-21 20:25:05", + "cached_time": 1766772630.861783, + "author_account_age_days": 4239 + }, + "https://github.com/ryanontheinside/ComfyUI_Doom": { + "stars": 5, + "last_update": "2024-11-08 17:58:21", + "cached_time": 1766772630.899301, + "author_account_age_days": 4239 + }, + "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { + "stars": 69, + "last_update": "2025-05-27 22:10:23", + "cached_time": 1766772630.940107, + "author_account_age_days": 4239 + }, + "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { + "stars": 7, + "last_update": "2025-04-07 17:53:16", + "cached_time": 1766772631.018182, + "author_account_age_days": 4239 + }, + "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { + "stars": 20, + "last_update": "2025-04-13 23:18:36", + "cached_time": 1766772631.071967, + "author_account_age_days": 4239 + }, + "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { + "stars": 11, + "last_update": "2025-05-26 14:26:57", + "cached_time": 1766772631.301439, + "author_account_age_days": 4239 + }, + "https://github.com/gseth/ControlAltAI-Nodes": { + "stars": 182, + "last_update": "2025-06-05 04:21:56", + "cached_time": 1766772631.526784, + "author_account_age_days": 4396 + }, + "https://github.com/OliverCrosby/Comfyui-Minimap": { + "stars": 99, + "last_update": "2024-08-24 14:10:43", + "cached_time": 1766772631.585552, + "author_account_age_days": 2676 + }, + "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { + "stars": 3, + "last_update": "2024-08-30 01:19:54", + "cached_time": 1766772631.604459, + "author_account_age_days": 2233 + }, + "https://github.com/markuryy/ComfyUI-SuperLoader": { + "stars": 0, + "last_update": "2025-03-12 18:23:22", + "cached_time": 1766772631.719319, + "author_account_age_days": 3428 + }, + "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { + "stars": 16, + "last_update": "2024-10-30 10:25:15", + "cached_time": 1766772631.779663, + "author_account_age_days": 3428 + }, + "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { + "stars": 3, + "last_update": "2025-03-12 18:18:54", + "cached_time": 1766772631.894923, + "author_account_age_days": 3428 + }, + "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { + "stars": 73, + "last_update": "2024-09-01 11:43:02", + "cached_time": 1766772631.898581, + "author_account_age_days": 5267 + }, + "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { + "stars": 1, + "last_update": "2025-03-27 14:09:26", + "cached_time": 1766772631.984276, + "author_account_age_days": 2300 + }, + "https://github.com/modelscope/comfyscope": { + "stars": 4, + "last_update": "2024-11-20 08:48:36", + "cached_time": 1766772632.073908, + "author_account_age_days": 1250 + }, + "https://github.com/JPrevots/ComfyUI-PhyCV": { + "stars": 1, + "last_update": "2025-02-21 11:36:11", + "cached_time": 1766772632.078042, + "author_account_age_days": 1109 + }, + "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { + "stars": 16, + "last_update": "2024-08-20 22:39:19", + "cached_time": 1766772632.352548, + "author_account_age_days": 4097 + }, + "https://github.com/phyblas/paint-by-example_comfyui": { + "stars": 10, + "last_update": "2025-09-10 14:45:01", + "cached_time": 1766772632.574159, + "author_account_age_days": 3603 + }, + "https://github.com/kasukanra/ComfyUI_StringToHex": { + "stars": 1, + "last_update": "2024-08-20 04:52:06", + "cached_time": 1766772632.594845, + "author_account_age_days": 3211 + }, + "https://github.com/aidenli/ComfyUI_NYJY": { + "stars": 140, + "last_update": "2025-12-04 02:01:08", + "cached_time": 1766772632.607387, + "author_account_age_days": 5098 + }, + "https://github.com/Pseudotools/Pseudocomfy": { + "stars": 2, + "last_update": "2025-10-07 04:01:07", + "cached_time": 1766772632.805711, + "author_account_age_days": 820 + }, + "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { + "stars": 841, + "last_update": "2025-06-15 11:21:35", + "cached_time": 1766772632.874658, + "author_account_age_days": 753 + }, + "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { + "stars": 29, + "last_update": "2024-08-21 17:52:56", + "cached_time": 1766772632.927578, + "author_account_age_days": 753 + }, + "https://github.com/TTPlanetPig/Comfyui_JC2": { + "stars": 215, + "last_update": "2025-05-21 16:25:36", + "cached_time": 1766772632.907553, + "author_account_age_days": 753 + }, + "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { + "stars": 30, + "last_update": "2024-11-10 16:59:42", + "cached_time": 1766772633.00255, + "author_account_age_days": 753 + }, + "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { + "stars": 785, + "last_update": "2024-11-20 16:51:57", + "cached_time": 1766772633.084391, + "author_account_age_days": 753 + }, + "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { + "stars": 44, + "last_update": "2025-04-25 11:36:15", + "cached_time": 1766772633.088231, + "author_account_age_days": 753 + }, + "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { + "stars": 143, + "last_update": "2025-12-14 14:27:01", + "cached_time": 1766772633.359608, + "author_account_age_days": 753 + }, + "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { + "stars": 29, + "last_update": "2025-02-01 18:36:52", + "cached_time": 1766772633.595933, + "author_account_age_days": 5049 + }, + "https://github.com/camenduru/ComfyUI-TostAI": { + "stars": 1, + "last_update": "2024-08-22 04:04:06", + "cached_time": 1766772633.63061, + "author_account_age_days": 2319 + }, + "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { + "stars": 8, + "last_update": "2024-08-30 17:38:52", + "cached_time": 1766772633.679556, + "author_account_age_days": 5049 + }, + "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { + "stars": 13, + "last_update": "2024-09-03 08:55:08", + "cached_time": 1766772633.814801, + "author_account_age_days": 5049 + }, + "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { + "stars": 4, + "last_update": "2025-05-10 05:51:42", + "cached_time": 1766772633.891211, + "author_account_age_days": 3580 + }, + "https://github.com/nonnonstop/comfyui-faster-loading": { + "stars": 10, + "last_update": "2024-06-13 15:37:45", + "cached_time": 1766772633.962889, + "author_account_age_days": 2672 + }, + "https://github.com/maepopi/Diffusers-in-ComfyUI": { + "stars": 6, + "last_update": "2025-03-28 07:29:38", + "cached_time": 1766772633.945586, + "author_account_age_days": 2908 + }, + "https://github.com/niknah/quick-connections": { + "stars": 435, + "last_update": "2025-12-12 00:35:07", + "cached_time": 1766772634.032173, + "author_account_age_days": 5270 + }, + "https://github.com/niknah/ComfyUI-F5-TTS": { + "stars": 246, + "last_update": "2025-12-20 05:01:19", + "cached_time": 1766772634.194711, + "author_account_age_days": 5270 + }, + "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { + "stars": 66, + "last_update": "2025-12-12 17:46:38", + "cached_time": 1766772634.127662, + "author_account_age_days": 5270 + }, + "https://github.com/niknah/ComfyUI-InfiniteYou": { + "stars": 11, + "last_update": "2025-04-16 08:44:22", + "cached_time": 1766772634.392603, + "author_account_age_days": 5270 + }, + "https://github.com/daryltucker/ComfyUI-LoadFiles": { + "stars": 3, + "last_update": "2024-08-31 23:59:44", + "cached_time": 1766772634.658266, + "author_account_age_days": 5014 + }, + "https://github.com/niknah/audio-general-ComfyUI": { + "stars": 1, + "last_update": "2025-05-28 02:51:53", + "cached_time": 1766772634.682615, + "author_account_age_days": 5270 + }, + "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { + "stars": 46, + "last_update": "2024-09-04 11:37:04", + "cached_time": 1766772634.683804, + "author_account_age_days": 1713 + }, + "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { + "stars": 9, + "last_update": "2024-08-26 00:40:09", + "cached_time": 1766772634.856137, + "author_account_age_days": 3152 + }, + "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { + "stars": 57, + "last_update": "2025-01-16 08:47:22", + "cached_time": 1766772634.932648, + "author_account_age_days": 1121 + }, + "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { + "stars": 573, + "last_update": "2025-11-18 23:55:24", + "cached_time": 1766772635.004016, + "author_account_age_days": 547 + }, + "https://github.com/yhayano-ponotech/comfyui-save-image-local": { + "stars": 7, + "last_update": "2025-01-15 12:30:50", + "cached_time": 1766772635.032942, + "author_account_age_days": 1121 + }, + "https://github.com/Steudio/ComfyUI_Steudio": { + "stars": 113, + "last_update": "2025-11-17 17:59:12", + "cached_time": 1766772635.016621, + "author_account_age_days": 686 + }, + "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { + "stars": 6, + "last_update": "2024-11-03 02:48:52", + "cached_time": 1766772635.391876, + "author_account_age_days": 912 + }, + "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { + "stars": 9, + "last_update": "2025-12-03 03:34:57", + "cached_time": 1766772635.293404, + "author_account_age_days": 912 + }, + "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { + "stars": 2, + "last_update": "2025-11-05 21:49:30", + "cached_time": 1766772635.412248, + "author_account_age_days": 912 + }, + "https://github.com/nux1111/ComfyUI_NetDist_Plus": { + "stars": 38, + "last_update": "2024-08-27 23:15:18", + "cached_time": 1766772635.709843, + "author_account_age_days": 1103 + }, + "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { + "stars": 4, + "last_update": "2025-06-30 11:17:30", + "cached_time": 1766772635.739926, + "author_account_age_days": 4560 + }, + "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { + "stars": 0, + "last_update": "2024-09-07 07:43:41", + "cached_time": 1766772635.731894, + "author_account_age_days": 4560 + }, + "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { + "stars": 1, + "last_update": "2025-12-11 15:08:49", + "cached_time": 1766772635.864546, + "author_account_age_days": 4560 + }, + "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { + "stars": 0, + "last_update": "2025-07-09 08:51:24", + "cached_time": 1766772635.96667, + "author_account_age_days": 4560 + }, + "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { + "stars": 8, + "last_update": "2025-06-09 23:34:07", + "cached_time": 1766772636.034622, + "author_account_age_days": 1298 + }, + "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { + "stars": 14, + "last_update": "2025-08-07 05:37:43", + "cached_time": 1766772636.038448, + "author_account_age_days": 1298 + }, + "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { + "stars": 23, + "last_update": "2025-04-14 03:36:22", + "cached_time": 1766772636.081388, + "author_account_age_days": 1298 + }, + "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { + "stars": 5, + "last_update": "2025-12-21 11:31:09", + "cached_time": 1766772636.295101, + "author_account_age_days": 488 + }, + "https://github.com/nicehero/comfyui-SegGPT": { + "stars": 6, + "last_update": "2024-08-26 06:05:35", + "cached_time": 1766772636.416623, + "author_account_age_days": 4560 + }, + "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { + "stars": 1, + "last_update": "2025-05-02 08:31:46", + "cached_time": 1766772636.461176, + "author_account_age_days": 1079 + }, + "https://github.com/DanielHabib/ComfyUI-Voxels": { + "stars": 4, + "last_update": "2024-09-16 15:41:02", + "cached_time": 1766772636.725253, + "author_account_age_days": 4134 + }, + "https://github.com/StarMagicAI/comfyui_tagger": { + "stars": 5, + "last_update": "2024-09-03 02:01:59", + "cached_time": 1766772636.740297, + "author_account_age_days": 4096 + }, + "https://github.com/boredofnames/ComfyUI-ntfy": { + "stars": 0, + "last_update": "2025-03-28 00:54:54", + "cached_time": 1766772636.766475, + "author_account_age_days": 4648 + }, + "https://github.com/Xclbr7/ComfyUI-Merlin": { + "stars": 31, + "last_update": "2024-09-02 19:36:05", + "cached_time": 1766772636.864061, + "author_account_age_days": 487 + }, + "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { + "stars": 2, + "last_update": "2024-08-27 03:37:29", + "cached_time": 1766772636.978527, + "author_account_age_days": 2558 + }, + "https://github.com/tianguanggliu/Utools": { + "stars": 0, + "last_update": "2024-08-29 09:45:03", + "cached_time": 1766772637.064003, + "author_account_age_days": 2890 + }, + "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { + "stars": 12, + "last_update": "2025-04-01 20:35:56", + "cached_time": 1766772637.11646, + "author_account_age_days": 5562 + }, + "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { + "stars": 15, + "last_update": "2024-09-01 13:04:48", + "cached_time": 1766772637.100559, + "author_account_age_days": 5565 + }, + "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { + "stars": 1, + "last_update": "2025-06-16 17:27:27", + "cached_time": 1766772637.321232, + "author_account_age_days": 5565 + }, + "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { + "stars": 0, + "last_update": "2024-08-28 08:32:23", + "cached_time": 1766772637.45168, + "author_account_age_days": 2708 + }, + "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { + "stars": 1, + "last_update": "2025-03-03 03:53:26", + "cached_time": 1766772637.46414, + "author_account_age_days": 3810 + }, + "https://github.com/drmbt/comfyui-dreambait-nodes": { + "stars": 5, + "last_update": "2025-06-23 04:17:05", + "cached_time": 1766772637.766386, + "author_account_age_days": 4328 + }, + "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { + "stars": 4, + "last_update": "2025-11-03 22:46:57", + "cached_time": 1766772637.919458, + "author_account_age_days": 1173 + }, + "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { + "stars": 5, + "last_update": "2025-10-06 02:49:47", + "cached_time": 1766772637.781925, + "author_account_age_days": 936 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { + "stars": 31, + "last_update": "2025-02-18 07:36:09", + "cached_time": 1766772637.928538, + "author_account_age_days": 936 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "cached_time": 1766772638.47675, + "author_account_age_days": 936 + }, + "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { + "stars": 7, + "last_update": "2025-10-05 18:19:27", + "cached_time": 1766772638.102074, + "author_account_age_days": 936 + }, + "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { + "stars": 0, + "last_update": "2024-08-30 07:52:11", + "cached_time": 1766772638.127692, + "author_account_age_days": 1780 + }, + "https://github.com/ihmily/ComfyUI-Light-Tool": { + "stars": 15, + "last_update": "2025-12-03 14:13:35", + "cached_time": 1766772638.130919, + "author_account_age_days": 1179 + }, + "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { + "stars": 5, + "last_update": "2024-08-29 15:19:06", + "cached_time": 1766772638.323505, + "author_account_age_days": 1039 + }, + "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { + "stars": 0, + "last_update": "2024-08-31 20:59:08", + "cached_time": 1766772638.490662, + "author_account_age_days": 4025 + }, + "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { + "stars": 11, + "last_update": "2025-10-30 23:21:11", + "cached_time": 1766772638.494294, + "author_account_age_days": 2831 + }, + "https://github.com/lazniak/comfyui-google-photos-loader": { + "stars": 3, + "last_update": "2025-04-03 11:46:29", + "cached_time": 1766772638.807435, + "author_account_age_days": 2831 + }, + "https://github.com/lazniak/LiquidTime-Interpolation": { + "stars": 13, + "last_update": "2025-04-03 11:42:12", + "cached_time": 1766772638.809497, + "author_account_age_days": 2831 + }, + "https://github.com/45uee/ComfyUI-Color_Transfer": { + "stars": 35, + "last_update": "2025-11-22 20:30:01", + "cached_time": 1766772638.931508, + "author_account_age_days": 2853 + }, + "https://github.com/geocine/geocine-comfyui": { + "stars": 0, + "last_update": "2025-03-08 15:46:56", + "cached_time": 1766772638.926613, + "author_account_age_days": 5502 + }, + "https://github.com/Phando/ComfyUI-PhandoNodes": { + "stars": 0, + "last_update": "2024-09-05 16:12:24", + "cached_time": 1766772639.116593, + "author_account_age_days": 5775 + }, + "https://github.com/SeanScripts/ComfyUI-Unload-Model": { + "stars": 81, + "last_update": "2025-06-13 04:22:23", + "cached_time": 1766772639.167209, + "author_account_age_days": 2070 + }, + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { + "stars": 79, + "last_update": "2025-01-31 09:01:23", + "cached_time": 1766772639.180765, + "author_account_age_days": 2070 + }, + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { + "stars": 1, + "last_update": "2024-09-05 12:33:30", + "cached_time": 1766772639.344559, + "author_account_age_days": 3758 + }, + "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { + "stars": 355, + "last_update": "2025-05-25 15:37:49", + "cached_time": 1766772639.466605, + "author_account_age_days": 479 + }, + "https://github.com/MoonHugo/ComfyUI-FFmpeg": { + "stars": 128, + "last_update": "2025-08-15 02:03:41", + "cached_time": 1766772639.561836, + "author_account_age_days": 479 + }, + "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { + "stars": 29, + "last_update": "2024-10-18 04:12:04", + "cached_time": 1766772639.898469, + "author_account_age_days": 479 + }, + "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { + "stars": 3, + "last_update": "2025-06-04 08:48:11", + "cached_time": 1766772639.808162, + "author_account_age_days": 479 + }, + "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 9, + "last_update": "2024-09-06 11:37:05", + "cached_time": 1766772640.390608, + "author_account_age_days": 2960 + }, + "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { + "stars": 1, + "last_update": "2024-09-26 01:46:02", + "cached_time": 1766772639.965765, + "author_account_age_days": 1122 + }, + "https://github.com/VykosX/ControlFlowUtils": { + "stars": 136, + "last_update": "2024-12-09 17:24:48", + "cached_time": 1766772639.944373, + "author_account_age_days": 2460 + }, + "https://github.com/Tenney95/ComfyUI-NodeAligner": { + "stars": 153, + "last_update": "2025-05-09 07:48:08", + "cached_time": 1766772640.154011, + "author_account_age_days": 476 + }, + "https://github.com/tachyon-beep/comfyui-simplefeed": { + "stars": 11, + "last_update": "2024-10-16 09:19:29", + "cached_time": 1766772640.243034, + "author_account_age_days": 5471 + }, + "https://github.com/alexisrolland/ComfyUI-Phi": { + "stars": 9, + "last_update": "2025-09-22 14:35:07", + "cached_time": 1766772640.291668, + "author_account_age_days": 3836 + }, + "https://github.com/LatentRat/comfy_remote_run": { + "stars": 9, + "last_update": "2025-12-01 22:21:43", + "cached_time": 1766772640.406548, + "author_account_age_days": 1294 + }, + "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { + "stars": 67, + "last_update": "2024-09-24 21:58:55", + "cached_time": 1766772640.469796, + "author_account_age_days": 5440 + }, + "https://github.com/alexisrolland/ComfyUI-Blender": { + "stars": 107, + "last_update": "2025-12-26 11:13:18", + "cached_time": 1766772640.583529, + "author_account_age_days": 3836 + }, + "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { + "stars": 92, + "last_update": "2025-04-27 08:48:53", + "cached_time": 1766772640.80665, + "author_account_age_days": 5440 + }, + "https://github.com/alexcong/ComfyUI_QwenVL": { + "stars": 121, + "last_update": "2025-11-29 20:16:15", + "cached_time": 1766772640.923722, + "author_account_age_days": 4137 + }, + "https://github.com/Bin-sam/DynamicPose-ComfyUI": { + "stars": 5, + "last_update": "2024-09-11 12:09:11", + "cached_time": 1766772640.981695, + "author_account_age_days": 484 + }, + "https://github.com/metal3d/ComfyUI_Human_Parts": { + "stars": 39, + "last_update": "2025-03-07 08:14:46", + "cached_time": 1766772640.968573, + "author_account_age_days": 6023 + }, + "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { + "stars": 77, + "last_update": "2024-11-05 17:00:49", + "cached_time": 1766772641.200138, + "author_account_age_days": 1713 + }, + "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { + "stars": 2, + "last_update": "2025-03-11 12:09:55", + "cached_time": 1766772641.263007, + "author_account_age_days": 6023 + }, + "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { + "stars": 16, + "last_update": "2025-10-24 07:49:28", + "cached_time": 1766772641.817518, + "author_account_age_days": 965 + }, + "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { + "stars": 5, + "last_update": "2025-04-27 05:40:25", + "cached_time": 1766772641.858769, + "author_account_age_days": 965 + }, + "https://github.com/cr7Por/ComfyUI_DepthFlow": { + "stars": 5, + "last_update": "2024-09-16 09:10:08", + "cached_time": 1766772641.501268, + "author_account_age_days": 1675 + }, + "https://github.com/nchenevey1/comfyui-gimp-nodes": { + "stars": 10, + "last_update": "2024-10-26 09:11:34", + "cached_time": 1766772641.620079, + "author_account_age_days": 1199 + }, + "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { + "stars": 2, + "last_update": "2024-09-14 03:03:01", + "cached_time": 1766772641.805026, + "author_account_age_days": 3221 + }, + "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { + "stars": 6, + "last_update": "2024-09-16 16:11:59", + "cached_time": 1766772641.889407, + "author_account_age_days": 829 + }, + "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { + "stars": 18, + "last_update": "2024-09-14 13:46:05", + "cached_time": 1766772641.989934, + "author_account_age_days": 3900 + }, + "https://github.com/pydn/ComfyUI-to-Python-Extension": { + "stars": 2180, + "last_update": "2025-09-26 23:53:00", + "cached_time": 1766772642.109979, + "author_account_age_days": 3247 + }, + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { + "stars": 4, + "last_update": "2025-08-13 17:48:55", + "cached_time": 1766772642.039235, + "author_account_age_days": 4765 + }, + "https://github.com/NyaamZ/efficiency-nodes-ED": { + "stars": 39, + "last_update": "2025-11-19 06:12:14", + "cached_time": 1766772642.187759, + "author_account_age_days": 2667 + }, + "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { + "stars": 11, + "last_update": "2025-09-05 04:20:22", + "cached_time": 1766772642.31813, + "author_account_age_days": 2667 + }, + "https://github.com/chrissy0/chris-comfyui-nodes": { + "stars": 2, + "last_update": "2024-09-17 16:09:35", + "cached_time": 1766772642.54618, + "author_account_age_days": 2605 + }, + "https://github.com/revirevy/Comfyui_saveimage_imgbb": { + "stars": 2, + "last_update": "2025-04-23 10:49:48", + "cached_time": 1766772642.661317, + "author_account_age_days": 5035 + }, + "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { + "stars": 43, + "last_update": "2024-09-26 02:40:30", + "cached_time": 1766772642.826448, + "author_account_age_days": 5440 + }, + "https://github.com/311-code/ComfyUI-MagicClip_Strength": { + "stars": 2, + "last_update": "2024-09-22 12:07:40", + "cached_time": 1766772642.865265, + "author_account_age_days": 3322 + }, + "https://github.com/godmt/ComfyUI-List-Utils": { + "stars": 13, + "last_update": "2025-05-26 21:41:06", + "cached_time": 1766772642.873925, + "author_account_age_days": 2280 + }, + "https://github.com/godmt/ComfyUI-IP-Composer": { + "stars": 5, + "last_update": "2025-05-18 09:52:01", + "cached_time": 1766772642.917125, + "author_account_age_days": 2280 + }, + "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { + "stars": 13, + "last_update": "2025-10-02 08:08:42", + "cached_time": 1766772643.437665, + "author_account_age_days": 1642 + }, + "https://github.com/mingsky-ai/ComfyUI-MingNodes": { + "stars": 476, + "last_update": "2024-10-18 16:51:14", + "cached_time": 1766772643.053734, + "author_account_age_days": 471 + }, + "https://github.com/lumalabs/ComfyUI-LumaAI-API": { + "stars": 205, + "last_update": "2025-03-31 22:54:28", + "cached_time": 1766772643.195668, + "author_account_age_days": 1661 + }, + "https://github.com/blob8/ComfyUI_sloppy-comic": { + "stars": 11, + "last_update": "2025-09-09 15:26:36", + "cached_time": 1766772643.210442, + "author_account_age_days": 618 + }, + "https://github.com/edelvarden/comfyui_image_metadata_extension": { + "stars": 70, + "last_update": "2025-11-05 10:03:15", + "cached_time": 1766772643.314801, + "author_account_age_days": 2683 + }, + "https://github.com/banqingyuan/ComfyUI-text-replace": { + "stars": 0, + "last_update": "2024-09-22 16:14:22", + "cached_time": 1766772643.578468, + "author_account_age_days": 2849 + }, + "https://github.com/edelvarden/ComfyUI-Display-Value": { + "stars": 0, + "last_update": "2025-05-25 23:02:40", + "cached_time": 1766772643.688678, + "author_account_age_days": 2683 + }, + "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { + "stars": 18, + "last_update": "2024-09-23 07:51:56", + "cached_time": 1766772643.853164, + "author_account_age_days": 459 + }, + "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { + "stars": 2, + "last_update": "2024-09-26 12:38:32", + "cached_time": 1766772643.889339, + "author_account_age_days": 4597 + }, + "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { + "stars": 38, + "last_update": "2025-11-26 17:06:10", + "cached_time": 1766772643.939852, + "author_account_age_days": 2051 + }, + "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { + "stars": 2, + "last_update": "2025-08-20 08:47:24", + "cached_time": 1766772643.917488, + "author_account_age_days": 2051 + }, + "https://github.com/silveroxides/ComfyUI-ModelUtils": { + "stars": 5, + "last_update": "2025-12-21 19:32:27", + "cached_time": 1766772644.104305, + "author_account_age_days": 2051 + }, + "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { + "stars": 9, + "last_update": "2025-09-19 03:17:25", + "cached_time": 1766772644.221066, + "author_account_age_days": 2051 + }, + "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { + "stars": 23, + "last_update": "2025-05-11 19:44:35", + "cached_time": 1766772644.229281, + "author_account_age_days": 2051 + }, + "https://github.com/turkyden/ComfyUI-SmartCrop": { + "stars": 3, + "last_update": "2024-10-08 09:36:34", + "cached_time": 1766772644.342106, + "author_account_age_days": 3299 + }, + "https://github.com/silveroxides/ComfyUI_FDGuidance": { + "stars": 5, + "last_update": "2025-12-21 21:33:30", + "cached_time": 1766772644.451123, + "author_account_age_days": 2051 + }, + "https://github.com/DareFail/ComfyUI-Roboflow": { + "stars": 33, + "last_update": "2024-09-25 18:30:43", + "cached_time": 1766772644.618942, + "author_account_age_days": 5137 + }, + "https://github.com/valofey/Openrouter-Node": { + "stars": 5, + "last_update": "2025-02-13 21:26:22", + "cached_time": 1766772644.732733, + "author_account_age_days": 1933 + }, + "https://github.com/Charlweed/image_transceiver": { + "stars": 4, + "last_update": "2025-01-06 19:22:50", + "cached_time": 1766772644.886288, + "author_account_age_days": 5647 + }, + "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { + "stars": 19, + "last_update": "2024-10-01 01:20:00", + "cached_time": 1766772644.961901, + "author_account_age_days": 4522 + }, + "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { + "stars": 89, + "last_update": "2025-07-07 10:31:15", + "cached_time": 1766772644.962131, + "author_account_age_days": 1215 + }, + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { + "stars": 26, + "last_update": "2024-10-09 06:56:04", + "cached_time": 1766772644.974925, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { + "stars": 138, + "last_update": "2024-10-14 15:06:36", + "cached_time": 1766772645.126331, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { + "stars": 91, + "last_update": "2025-01-24 16:09:46", + "cached_time": 1766772645.222271, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { + "stars": 7, + "last_update": "2025-01-24 16:13:13", + "cached_time": 1766772645.355265, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { + "stars": 102, + "last_update": "2025-01-24 15:43:29", + "cached_time": 1766772645.502543, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { + "stars": 36, + "last_update": "2025-02-16 18:52:28", + "cached_time": 1766772645.606747, + "author_account_age_days": 748 + }, + "https://github.com/plugcrypt/CRT-Nodes": { + "stars": 71, + "last_update": "2025-12-21 14:48:19", + "cached_time": 1766772646.122367, + "author_account_age_days": 1612 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { + "stars": 642, + "last_update": "2025-01-30 08:08:20", + "cached_time": 1766772645.738838, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { + "stars": 17, + "last_update": "2025-02-16 16:30:36", + "cached_time": 1766772645.918984, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { + "stars": 239, + "last_update": "2025-05-08 05:52:02", + "cached_time": 1766772645.96963, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { + "stars": 73, + "last_update": "2025-04-17 09:51:35", + "cached_time": 1766772645.979145, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { + "stars": 20, + "last_update": "2025-05-08 09:38:09", + "cached_time": 1766772645.999923, + "author_account_age_days": 748 + }, + "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { + "stars": 5, + "last_update": "2025-08-17 06:56:13", + "cached_time": 1766772646.145769, + "author_account_age_days": 748 + }, + "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { + "stars": 2, + "last_update": "2024-09-29 22:35:01", + "cached_time": 1766772646.23916, + "author_account_age_days": 3348 + }, + "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { + "stars": 6, + "last_update": "2024-09-30 02:33:25", + "cached_time": 1766772646.356221, + "author_account_age_days": 3975 + }, + "https://github.com/asaddi/YALLM-LlamaVision": { + "stars": 6, + "last_update": "2025-03-27 14:42:04", + "cached_time": 1766772646.52722, + "author_account_age_days": 4084 + }, + "https://github.com/asaddi/ComfyUI-YALLM-node": { + "stars": 4, + "last_update": "2025-09-25 05:37:51", + "cached_time": 1766772646.669065, + "author_account_age_days": 4084 + }, + "https://github.com/darth-veitcher/comfydv": { + "stars": 1, + "last_update": "2025-11-05 15:49:02", + "cached_time": 1766772646.828925, + "author_account_age_days": 4979 + }, + "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { + "stars": 23, + "last_update": "2025-09-23 05:43:28", + "cached_time": 1766772646.951185, + "author_account_age_days": 484 + }, + "https://github.com/fashn-AI/ComfyUI-FASHN": { + "stars": 29, + "last_update": "2025-06-30 12:16:05", + "cached_time": 1766772647.029802, + "author_account_age_days": 906 + }, + "https://github.com/Bria-AI/ComfyUI-BRIA-API": { + "stars": 72, + "last_update": "2025-12-24 09:34:25", + "cached_time": 1766772647.037282, + "author_account_age_days": 2027 + }, + "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { + "stars": 0, + "last_update": "2024-09-29 14:18:23", + "cached_time": 1766772647.066218, + "author_account_age_days": 3446 + }, + "https://github.com/Creeper-MZ/comfyui_nai_api": { + "stars": 0, + "last_update": "2024-10-02 21:30:26", + "cached_time": 1766772647.161943, + "author_account_age_days": 1553 + }, + "https://github.com/guyaton/guy-nodes-comfyui": { + "stars": 0, + "last_update": "2024-10-02 13:15:26", + "cached_time": 1766772647.147244, + "author_account_age_days": 452 + }, + "https://github.com/thoddnn/ComfyUI-MLX": { + "stars": 188, + "last_update": "2025-11-06 10:34:02", + "cached_time": 1766772647.254535, + "author_account_age_days": 814 + }, + "https://github.com/acorderob/sd-webui-prompt-postprocessor": { + "stars": 47, + "last_update": "2025-12-09 19:13:15", + "cached_time": 1766772647.384677, + "author_account_age_days": 4378 + }, + "https://github.com/Moooonet/ComfyUI-Align": { + "stars": 231, + "last_update": "2025-12-16 15:14:55", + "cached_time": 1766772647.54013, + "author_account_age_days": 537 + }, + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { + "stars": 26, + "last_update": "2025-07-20 12:17:01", + "cached_time": 1766772647.671494, + "author_account_age_days": 3370 + }, + "https://github.com/willchil/ComfyUI-Environment-Visualizer": { + "stars": 12, + "last_update": "2025-03-29 23:09:07", + "cached_time": 1766772647.850577, + "author_account_age_days": 3188 + }, + "https://github.com/nilor-corp/nilor-nodes": { + "stars": 5, + "last_update": "2025-12-15 18:42:44", + "cached_time": 1766772648.017546, + "author_account_age_days": 765 + }, + "https://github.com/YarvixPA/ComfyUI-YarvixPA": { + "stars": 0, + "last_update": "2025-11-28 03:59:23", + "cached_time": 1766772648.090781, + "author_account_age_days": 756 + }, + "https://github.com/AcademiaSD/comfyui_AcademiaSD": { + "stars": 25, + "last_update": "2025-12-24 02:40:34", + "cached_time": 1766772648.063852, + "author_account_age_days": 583 + }, + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { + "stars": 90, + "last_update": "2024-11-27 09:22:05", + "cached_time": 1766772648.075031, + "author_account_age_days": 3265 + }, + "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { + "stars": 0, + "last_update": "2025-05-12 09:51:17", + "cached_time": 1766772648.182104, + "author_account_age_days": 706 + }, + "https://github.com/GadzoinksOfficial/comfyui_gprompts": { + "stars": 0, + "last_update": "2025-05-16 05:25:09", + "cached_time": 1766772648.188719, + "author_account_age_days": 706 + }, + "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { + "stars": 4, + "last_update": "2025-04-22 08:51:32", + "cached_time": 1766772648.28721, + "author_account_age_days": 752 + }, + "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { + "stars": 1, + "last_update": "2025-08-11 17:57:55", + "cached_time": 1766772648.393962, + "author_account_age_days": 752 + }, + "https://github.com/raysers/Mflux-ComfyUI": { + "stars": 113, + "last_update": "2025-03-09 21:14:27", + "cached_time": 1766772648.572872, + "author_account_age_days": 2554 + }, + "https://github.com/civen-cn/ComfyUI-PaddleOcr": { + "stars": 8, + "last_update": "2024-12-31 19:11:04", + "cached_time": 1766772648.701123, + "author_account_age_days": 3055 + }, + "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { + "stars": 45, + "last_update": "2025-08-28 19:48:17", + "cached_time": 1766772648.883688, + "author_account_age_days": 2531 + }, + "https://github.com/rdancer/ComfyUI_Florence2SAM2": { + "stars": 44, + "last_update": "2025-06-30 19:02:35", + "cached_time": 1766772649.070087, + "author_account_age_days": 6171 + }, + "https://github.com/ggarra13/ComfyUI-mrv2": { + "stars": 5, + "last_update": "2025-03-27 17:24:38", + "cached_time": 1766772649.128001, + "author_account_age_days": 4409 + }, + "https://github.com/SS-snap/ComfyUI-Snap_Processing": { + "stars": 62, + "last_update": "2025-04-25 04:54:44", + "cached_time": 1766772649.10606, + "author_account_age_days": 850 + }, + "https://github.com/SS-snap/ComfyUI-LBW_flux": { + "stars": 5, + "last_update": "2025-04-25 04:47:47", + "cached_time": 1766772649.093547, + "author_account_age_days": 850 + }, + "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { + "stars": 6, + "last_update": "2025-04-25 04:53:31", + "cached_time": 1766772649.255246, + "author_account_age_days": 850 + }, + "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { + "stars": 49, + "last_update": "2025-07-25 09:49:47", + "cached_time": 1766772649.230804, + "author_account_age_days": 850 + }, + "https://github.com/RiceRound/ComfyUI_CryptoCat": { + "stars": 97, + "last_update": "2025-06-19 04:14:31", + "cached_time": 1766772649.329475, + "author_account_age_days": 454 + }, + "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { + "stars": 499, + "last_update": "2025-11-07 13:58:35", + "cached_time": 1766772649.413826, + "author_account_age_days": 1450 + }, + "https://github.com/RiceRound/ComfyUI_RiceRound": { + "stars": 18, + "last_update": "2025-03-18 07:31:16", + "cached_time": 1766772649.590971, + "author_account_age_days": 454 + }, + "https://github.com/playbook3d/playbook3d-comfyui-nodes": { + "stars": 21, + "last_update": "2025-03-25 19:50:08", + "cached_time": 1766772649.758205, + "author_account_age_days": 2050 + }, + "https://github.com/Elaine-chennn/comfyui-overlay-media": { + "stars": 0, + "last_update": "2024-10-09 11:07:46", + "cached_time": 1766772649.912635, + "author_account_age_days": 1693 + }, + "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { + "stars": 8, + "last_update": "2024-10-10 04:45:57", + "cached_time": 1766772650.087043, + "author_account_age_days": 645 + }, + "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { + "stars": 210, + "last_update": "2025-06-16 13:28:22", + "cached_time": 1766772650.105709, + "author_account_age_days": 645 + }, + "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { + "stars": 261, + "last_update": "2025-11-16 16:45:24", + "cached_time": 1766772650.13876, + "author_account_age_days": 645 + }, + "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { + "stars": 255, + "last_update": "2025-11-03 18:34:35", + "cached_time": 1766772650.149002, + "author_account_age_days": 645 + }, + "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { + "stars": 204, + "last_update": "2025-12-02 06:53:37", + "cached_time": 1766772650.274264, + "author_account_age_days": 645 + }, + "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { + "stars": 302, + "last_update": "2025-12-15 13:19:30", + "cached_time": 1766772650.269866, + "author_account_age_days": 645 + }, + "https://github.com/2kpr/ComfyUI-PMRF": { + "stars": 235, + "last_update": "2024-10-11 00:11:40", + "cached_time": 1766772650.358965, + "author_account_age_days": 1469 + }, + "https://github.com/tkreuziger/comfyui-claude": { + "stars": 5, + "last_update": "2025-04-10 18:23:35", + "cached_time": 1766772650.452974, + "author_account_age_days": 1086 + }, + "https://github.com/VertexStudio/roblox-comfyui-nodes": { + "stars": 0, + "last_update": "2024-10-08 16:35:54", + "cached_time": 1766772650.721087, + "author_account_age_days": 3529 + }, + "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { + "stars": 223, + "last_update": "2025-10-07 10:25:26", + "cached_time": 1766772650.768735, + "author_account_age_days": 2677 + }, + "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { + "stars": 696, + "last_update": "2025-06-18 23:00:26", + "cached_time": 1766772650.969755, + "author_account_age_days": 4149 + }, + "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { + "stars": 7, + "last_update": "2025-03-27 12:51:03", + "cached_time": 1766772651.127703, + "author_account_age_days": 2484 + }, + "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { + "stars": 4, + "last_update": "2025-07-14 11:37:31", + "cached_time": 1766772651.129631, + "author_account_age_days": 2484 + }, + "https://github.com/Q-Bug4/comfyui-qbug-batch": { + "stars": 2, + "last_update": "2025-04-13 03:05:36", + "cached_time": 1766772651.137525, + "author_account_age_days": 2484 + }, + "https://github.com/bartly/Comfyui_babel_removebg_api": { + "stars": 6, + "last_update": "2024-10-14 00:48:34", + "cached_time": 1766772651.19617, + "author_account_age_days": 4677 + }, + "https://github.com/numz/ComfyUI-FlowChain": { + "stars": 164, + "last_update": "2025-07-28 06:20:20", + "cached_time": 1766772651.290414, + "author_account_age_days": 5334 + }, + "https://github.com/numz/Comfyui-Orpheus": { + "stars": 9, + "last_update": "2025-04-16 19:20:21", + "cached_time": 1766772651.286008, + "author_account_age_days": 5334 + }, + "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { + "stars": 1672, + "last_update": "2025-12-24 08:52:32", + "cached_time": 1766772651.413262, + "author_account_age_days": 5334 + }, + "https://github.com/SozeInc/ComfyUI_Soze": { + "stars": 8, + "last_update": "2025-12-19 22:56:43", + "cached_time": 1766772651.513536, + "author_account_age_days": 629 + }, + "https://github.com/yanlang0123/ComfyUI_Lam": { + "stars": 61, + "last_update": "2025-12-16 09:16:12", + "cached_time": 1766772651.735572, + "author_account_age_days": 3358 + }, + "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { + "stars": 15, + "last_update": "2025-06-01 16:34:55", + "cached_time": 1766772651.782578, + "author_account_age_days": 2288 + }, + "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { + "stars": 232, + "last_update": "2025-12-04 06:17:57", + "cached_time": 1766772652.03577, + "author_account_age_days": 4655 + }, + "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { + "stars": 4, + "last_update": "2025-06-07 08:30:19", + "cached_time": 1766772652.144784, + "author_account_age_days": 4021 + }, + "https://github.com/sweetndata/ComfyUI-googletrans": { + "stars": 4, + "last_update": "2024-11-20 04:53:19", + "cached_time": 1766772652.213222, + "author_account_age_days": 1282 + }, + "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { + "stars": 3, + "last_update": "2024-11-20 06:10:34", + "cached_time": 1766772652.210736, + "author_account_age_days": 1282 + }, + "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { + "stars": 1, + "last_update": "2025-01-02 06:54:51", + "cached_time": 1766772652.27584, + "author_account_age_days": 1282 + }, + "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { + "stars": 3, + "last_update": "2025-10-01 17:23:19", + "cached_time": 1766772652.320767, + "author_account_age_days": 506 + }, + "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { + "stars": 44, + "last_update": "2025-02-04 21:14:38", + "cached_time": 1766772652.31223, + "author_account_age_days": 3720 + }, + "https://github.com/Kesin11/ComfyUI-list-filter": { + "stars": 0, + "last_update": "2025-03-28 04:00:03", + "cached_time": 1766772652.401585, + "author_account_age_days": 5097 + }, + "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { + "stars": 9, + "last_update": "2024-10-17 13:22:19", + "cached_time": 1766772652.541478, + "author_account_age_days": 1208 + }, + "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { + "stars": 36, + "last_update": "2025-12-15 09:27:28", + "cached_time": 1766772652.833108, + "author_account_age_days": 1019 + }, + "https://github.com/VrchStudio/comfyui-web-viewer": { + "stars": 321, + "last_update": "2025-12-16 19:26:20", + "cached_time": 1766772652.904884, + "author_account_age_days": 1470 + }, + "https://github.com/kk8bit/KayTool": { + "stars": 299, + "last_update": "2025-07-01 03:47:14", + "cached_time": 1766772653.071603, + "author_account_age_days": 907 + }, + "https://github.com/taches-ai/comfyui-scene-composer": { + "stars": 67, + "last_update": "2025-12-18 02:24:57", + "cached_time": 1766772653.611201, + "author_account_age_days": 457 + }, + "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { + "stars": 31, + "last_update": "2025-03-30 15:07:02", + "cached_time": 1766772653.208162, + "author_account_age_days": 958 + }, + "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { + "stars": 10, + "last_update": "2025-11-27 11:27:08", + "cached_time": 1766772653.220433, + "author_account_age_days": 1359 + }, + "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { + "stars": 7, + "last_update": "2024-10-22 09:40:04", + "cached_time": 1766772653.407468, + "author_account_age_days": 5193 + }, + "https://github.com/modelscope/scepter": { + "stars": 546, + "last_update": "2025-04-03 06:00:15", + "cached_time": 1766772653.401756, + "author_account_age_days": 1250 + }, + "https://github.com/DeemosTech/ComfyUI-Rodin": { + "stars": 45, + "last_update": "2025-10-15 03:36:50", + "cached_time": 1766772653.483165, + "author_account_age_days": 1316 + }, + "https://github.com/brayevalerien/ComfyUI-resynthesizer": { + "stars": 29, + "last_update": "2025-07-25 10:07:21", + "cached_time": 1766772653.456114, + "author_account_age_days": 2144 + }, + "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { + "stars": 5, + "last_update": "2024-11-24 09:57:46", + "cached_time": 1766772653.672799, + "author_account_age_days": 677 + }, + "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { + "stars": 4, + "last_update": "2024-11-02 14:45:28", + "cached_time": 1766772653.834755, + "author_account_age_days": 3787 + }, + "https://github.com/brayevalerien/ComfyUI-SplitString": { + "stars": 1, + "last_update": "2025-07-25 10:57:00", + "cached_time": 1766772653.901277, + "author_account_age_days": 2144 + }, + "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { + "stars": 40, + "last_update": "2025-01-06 12:02:58", + "cached_time": 1766772654.115425, + "author_account_age_days": 4678 + }, + "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { + "stars": 36, + "last_update": "2025-01-06 12:03:42", + "cached_time": 1766772654.233701, + "author_account_age_days": 4678 + }, + "https://github.com/stormcenter/ComfyUI-SVGFullfill": { + "stars": 11, + "last_update": "2025-01-06 12:04:18", + "cached_time": 1766772654.265615, + "author_account_age_days": 4678 + }, + "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { + "stars": 4, + "last_update": "2025-10-02 04:10:23", + "cached_time": 1766772654.431116, + "author_account_age_days": 2316 + }, + "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { + "stars": 1, + "last_update": "2025-06-04 13:10:22", + "cached_time": 1766772654.450492, + "author_account_age_days": 2316 + }, + "https://github.com/AkashKarnatak/ComfyUI_faishme": { + "stars": 0, + "last_update": "2025-08-24 07:19:00", + "cached_time": 1766772654.460823, + "author_account_age_days": 2303 + }, + "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { + "stars": 1, + "last_update": "2025-10-19 10:10:12", + "cached_time": 1766772654.499417, + "author_account_age_days": 2316 + }, + "https://github.com/Rinsanga1/comfyui-florence2xy": { + "stars": 0, + "last_update": "2025-06-25 05:42:46", + "cached_time": 1766772654.633143, + "author_account_age_days": 701 + }, + "https://github.com/gt732/ComfyUI-DreamWaltz-G": { + "stars": 3, + "last_update": "2024-10-27 03:15:13", + "cached_time": 1766772655.083055, + "author_account_age_days": 1705 + }, + "https://github.com/clhui/ComfyUi-clh-Tool": { + "stars": 7, + "last_update": "2025-09-27 11:32:52", + "cached_time": 1766772655.216382, + "author_account_age_days": 3379 + }, + "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { + "stars": 4, + "last_update": "2025-06-04 10:19:49", + "cached_time": 1766772654.942473, + "author_account_age_days": 3599 + }, + "https://github.com/jianzhichun/ComfyUI-Easyai": { + "stars": 22, + "last_update": "2024-10-27 03:29:53", + "cached_time": 1766772655.132939, + "author_account_age_days": 3587 + }, + "https://github.com/ruucm/ruucm-comfy": { + "stars": 2, + "last_update": "2025-04-21 15:20:57", + "cached_time": 1766772655.28202, + "author_account_age_days": 2971 + }, + "https://github.com/Isulion/ComfyUI_Isulion": { + "stars": 38, + "last_update": "2025-05-03 12:21:05", + "cached_time": 1766772655.301201, + "author_account_age_days": 907 + }, + "https://github.com/theshubzworld/ComfyUI-ollama_killer": { + "stars": 3, + "last_update": "2025-12-10 12:02:59", + "cached_time": 1766772655.447542, + "author_account_age_days": 521 + }, + "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { + "stars": 2, + "last_update": "2025-12-10 12:04:07", + "cached_time": 1766772655.437528, + "author_account_age_days": 521 + }, + "https://github.com/sneccc/comfyui-snek-nodes": { + "stars": 1, + "last_update": "2025-09-19 00:26:30", + "cached_time": 1766772655.53537, + "author_account_age_days": 2117 + }, + "https://github.com/theshubzworld/ComfyUI-TogetherVision": { + "stars": 5, + "last_update": "2025-12-10 08:25:51", + "cached_time": 1766772655.547461, + "author_account_age_days": 521 + }, + "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { + "stars": 2, + "last_update": "2024-10-26 05:38:07", + "cached_time": 1766772655.643762, + "author_account_age_days": 5021 + }, + "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { + "stars": 0, + "last_update": "2025-12-10 08:17:58", + "cached_time": 1766772655.986759, + "author_account_age_days": 521 + }, + "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { + "stars": 902, + "last_update": "2025-12-21 19:02:05", + "cached_time": 1766772656.47956, + "author_account_age_days": 2730 + }, + "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { + "stars": 0, + "last_update": "2024-12-25 16:45:58", + "cached_time": 1766772656.172064, + "author_account_age_days": 4522 + }, + "https://github.com/changwook987/ComfyUI-Small-Utility": { + "stars": 0, + "last_update": "2025-01-25 17:18:32", + "cached_time": 1766772656.262145, + "author_account_age_days": 1743 + }, + "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { + "stars": 7, + "last_update": "2025-07-02 09:36:48", + "cached_time": 1766772656.307195, + "author_account_age_days": 2868 + }, + "https://github.com/OpalSky-AI/OpalSky_Nodes": { + "stars": 2, + "last_update": "2024-10-27 20:13:40", + "cached_time": 1766772656.304788, + "author_account_age_days": 2286 + }, + "https://github.com/lgldlk/ComfyUI-PSD-Replace": { + "stars": 4, + "last_update": "2025-03-15 07:03:24", + "cached_time": 1766772656.47039, + "author_account_age_days": 2240 + }, + "https://github.com/JustinMatters/comfyUI-JMNodes": { + "stars": 0, + "last_update": "2025-01-04 14:57:58", + "cached_time": 1766772656.507653, + "author_account_age_days": 3321 + }, + "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { + "stars": 79, + "last_update": "2024-12-27 03:25:38", + "cached_time": 1766772656.574658, + "author_account_age_days": 2240 + }, + "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { + "stars": 1, + "last_update": "2024-10-29 11:03:23", + "cached_time": 1766772656.568588, + "author_account_age_days": 3510 + }, + "https://github.com/waterminer/ComfyUI-tagcomplete": { + "stars": 13, + "last_update": "2025-01-06 00:13:57", + "cached_time": 1766772656.687249, + "author_account_age_days": 2662 + }, + "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { + "stars": 1, + "last_update": "2024-11-15 19:46:39", + "cached_time": 1766772657.047922, + "author_account_age_days": 422 + }, + "https://github.com/catboxanon/comfyui_stealth_pnginfo": { + "stars": 3, + "last_update": "2025-04-09 03:39:29", + "cached_time": 1766772657.217992, + "author_account_age_days": 1081 + }, + "https://github.com/dafeng012/comfyui-imgmake": { + "stars": 15, + "last_update": "2024-11-03 17:38:47", + "cached_time": 1766772657.324135, + "author_account_age_days": 1226 + }, + "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { + "stars": 1, + "last_update": "2024-11-04 00:51:29", + "cached_time": 1766772657.331088, + "author_account_age_days": 5512 + }, + "https://github.com/xobiomesh/ComfyUI_xObiomesh": { + "stars": 2, + "last_update": "2024-11-08 17:10:40", + "cached_time": 1766772657.689375, + "author_account_age_days": 2239 + }, + "https://github.com/KohakuBlueleaf/z-tipo-extension": { + "stars": 548, + "last_update": "2025-12-14 13:08:35", + "cached_time": 1766772657.503386, + "author_account_age_days": 2178 + }, + "https://github.com/KohakuBlueleaf/HDM-ext": { + "stars": 41, + "last_update": "2025-12-14 09:11:06", + "cached_time": 1766772657.484549, + "author_account_age_days": 2178 + }, + "https://github.com/HelloVision/ComfyUI_HelloMeme": { + "stars": 373, + "last_update": "2025-06-27 09:47:01", + "cached_time": 1766772657.609613, + "author_account_age_days": 463 + }, + "https://github.com/hanoixan/ComfyUI-DataBeast": { + "stars": 2, + "last_update": "2024-11-05 17:47:30", + "cached_time": 1766772657.601592, + "author_account_age_days": 5387 + }, + "https://github.com/recraft-ai/ComfyUI-RecraftAI": { + "stars": 65, + "last_update": "2025-06-04 11:33:13", + "cached_time": 1766772657.664812, + "author_account_age_days": 1273 + }, + "https://github.com/maludwig/basix_image_filters": { + "stars": 6, + "last_update": "2025-05-15 23:29:38", + "cached_time": 1766772657.803974, + "author_account_age_days": 4056 + }, + "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { + "stars": 2, + "last_update": "2024-11-07 08:59:23", + "cached_time": 1766772658.059236, + "author_account_age_days": 1132 + }, + "https://github.com/bentoml/comfy-pack": { + "stars": 200, + "last_update": "2025-11-10 02:12:51", + "cached_time": 1766772658.273666, + "author_account_age_days": 2460 + }, + "https://github.com/LevelPixel/ComfyUI-LevelPixel": { + "stars": 20, + "last_update": "2025-09-01 07:46:45", + "cached_time": 1766772658.342499, + "author_account_age_days": 532 + }, + "https://github.com/1zhangyy1/comfyui-vidu-nodes": { + "stars": 10, + "last_update": "2025-03-21 12:25:22", + "cached_time": 1766772658.331986, + "author_account_age_days": 1009 + }, + "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { + "stars": 15, + "last_update": "2025-09-24 19:23:21", + "cached_time": 1766772658.50293, + "author_account_age_days": 532 + }, + "https://github.com/morino-kumasan/comfyui-toml-prompt": { + "stars": 1, + "last_update": "2025-12-15 14:05:35", + "cached_time": 1766772658.571641, + "author_account_age_days": 1874 + }, + "https://github.com/ronaldzgithub/ComfyUI_Appstore": { + "stars": 6, + "last_update": "2024-12-04 15:02:42", + "cached_time": 1766772658.663472, + "author_account_age_days": 2860 + }, + "https://github.com/wentao-uw/ComfyUI-template-matching": { + "stars": 1, + "last_update": "2024-11-06 06:52:30", + "cached_time": 1766772658.621532, + "author_account_age_days": 2330 + }, + "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { + "stars": 6, + "last_update": "2024-11-09 08:00:22", + "cached_time": 1766772658.683044, + "author_account_age_days": 829 + }, + "https://github.com/kycg/comfyui-Lora-auto-downloader": { + "stars": 1, + "last_update": "2025-08-27 13:47:53", + "cached_time": 1766772658.686854, + "author_account_age_days": 1491 + }, + "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { + "stars": 23, + "last_update": "2024-11-09 07:59:42", + "cached_time": 1766772658.833935, + "author_account_age_days": 829 + }, + "https://github.com/6174/comflowy-nodes": { + "stars": 16, + "last_update": "2024-12-03 13:31:04", + "cached_time": 1766772659.078277, + "author_account_age_days": 4669 + }, + "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { + "stars": 1, + "last_update": "2024-11-11 00:07:25", + "cached_time": 1766772659.32897, + "author_account_age_days": 5939 + }, + "https://github.com/neph1/comfyui-smooth-step-lora-loader": { + "stars": 6, + "last_update": "2025-04-06 10:43:14", + "cached_time": 1766772659.361621, + "author_account_age_days": 4201 + }, + "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { + "stars": 10, + "last_update": "2025-03-27 12:49:04", + "cached_time": 1766772659.356883, + "author_account_age_days": 4372 + }, + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { + "stars": 18, + "last_update": "2025-12-15 08:08:49", + "cached_time": 1766772659.586872, + "author_account_age_days": 409 + }, + "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { + "stars": 4, + "last_update": "2025-12-21 06:43:05", + "cached_time": 1766772659.607498, + "author_account_age_days": 2047 + }, + "https://github.com/phazei/ComfyUI-Prompt-Stash": { + "stars": 39, + "last_update": "2025-12-06 02:53:25", + "cached_time": 1766772659.688413, + "author_account_age_days": 5558 + }, + "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { + "stars": 2, + "last_update": "2025-02-03 00:21:47", + "cached_time": 1766772659.672791, + "author_account_age_days": 2047 + }, + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { + "stars": 8, + "last_update": "2024-11-30 03:13:29", + "cached_time": 1766772659.702065, + "author_account_age_days": 892 + }, + "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": { + "stars": 2, + "last_update": "2025-09-10 06:24:20", + "cached_time": 1766772659.700154, + "author_account_age_days": 5558 + }, + "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { + "stars": 6, + "last_update": "2024-12-31 00:59:19", + "cached_time": 1766772659.859236, + "author_account_age_days": 892 + }, + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { + "stars": 31, + "last_update": "2024-12-05 03:05:44", + "cached_time": 1766772660.071941, + "author_account_age_days": 892 + }, + "https://github.com/DoctorDiffusion/ComfyUI-BEN": { + "stars": 44, + "last_update": "2024-12-15 18:19:01", + "cached_time": 1766772660.396765, + "author_account_age_days": 892 + }, + "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { + "stars": 1, + "last_update": "2024-12-25 19:07:11", + "cached_time": 1766772660.355202, + "author_account_age_days": 892 + }, + "https://github.com/robtl2/ComfyUI-ComfyBridge": { + "stars": 0, + "last_update": "2024-11-18 23:28:13", + "cached_time": 1766772660.384005, + "author_account_age_days": 1002 + }, + "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { + "stars": 2, + "last_update": "2024-12-26 04:43:40", + "cached_time": 1766772660.611593, + "author_account_age_days": 458 + }, + "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { + "stars": 4, + "last_update": "2025-05-13 04:00:11", + "cached_time": 1766772660.647973, + "author_account_age_days": 458 + }, + "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { + "stars": 2, + "last_update": "2025-01-21 07:58:50", + "cached_time": 1766772660.690197, + "author_account_age_days": 458 + }, + "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { + "stars": 1, + "last_update": "2025-01-22 05:38:11", + "cached_time": 1766772660.719078, + "author_account_age_days": 458 + }, + "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { + "stars": 0, + "last_update": "2025-03-03 06:49:40", + "cached_time": 1766772660.729233, + "author_account_age_days": 458 + }, + "https://github.com/chenbaiyujason/ComfyUI_StepFun": { + "stars": 6, + "last_update": "2024-12-05 14:45:27", + "cached_time": 1766772660.72849, + "author_account_age_days": 2285 + }, + "https://github.com/yondonfu/ComfyUI-Torch-Compile": { + "stars": 8, + "last_update": "2025-04-30 18:46:47", + "cached_time": 1766772660.884564, + "author_account_age_days": 4425 + }, + "https://github.com/yondonfu/ComfyUI-Background-Edit": { + "stars": 22, + "last_update": "2024-12-31 23:15:33", + "cached_time": 1766772661.063655, + "author_account_age_days": 4425 + }, + "https://github.com/gorillaframeai/GF_nodes": { + "stars": 36, + "last_update": "2025-04-19 15:49:54", + "cached_time": 1766772661.370901, + "author_account_age_days": 783 + }, + "https://github.com/jacklukai/ComfyUI_DeployCash": { + "stars": 0, + "last_update": "2025-08-11 07:59:47", + "cached_time": 1766772661.884679, + "author_account_age_days": 533 + }, + "https://github.com/zer0thgear/zer0-comfy-utils": { + "stars": 0, + "last_update": "2025-01-26 19:33:59", + "cached_time": 1766772661.434082, + "author_account_age_days": 667 + }, + "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { + "stars": 8, + "last_update": "2025-11-07 09:24:25", + "cached_time": 1766772661.654216, + "author_account_age_days": 1639 + }, + "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { + "stars": 12, + "last_update": "2025-01-14 07:35:00", + "cached_time": 1766772661.674585, + "author_account_age_days": 1906 + }, + "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { + "stars": 7, + "last_update": "2024-12-09 17:50:23", + "cached_time": 1766772661.737904, + "author_account_age_days": 1782 + }, + "https://github.com/yorkane/ComfyUI-KYNode": { + "stars": 9, + "last_update": "2025-12-01 14:07:57", + "cached_time": 1766772661.73148, + "author_account_age_days": 3940 + }, + "https://github.com/vuongminh1907/ComfyUI_ZenID": { + "stars": 215, + "last_update": "2025-07-03 02:15:51", + "cached_time": 1766772661.876752, + "author_account_age_days": 1122 + }, + "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { + "stars": 18, + "last_update": "2025-05-14 01:41:00", + "cached_time": 1766772662.123971, + "author_account_age_days": 5065 + }, + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { + "stars": 22, + "last_update": "2025-06-22 08:32:22", + "cached_time": 1766772662.113407, + "author_account_age_days": 737 + }, + "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { + "stars": 10, + "last_update": "2025-04-03 03:08:15", + "cached_time": 1766772662.113772, + "author_account_age_days": 5065 + }, + "https://github.com/liuqianhonga/ComfyUI-Html2Image": { + "stars": 14, + "last_update": "2025-06-22 07:58:49", + "cached_time": 1766772662.377973, + "author_account_age_days": 737 + }, + "https://github.com/liuqianhonga/ComfyUI-String-Helper": { + "stars": 8, + "last_update": "2025-06-22 07:56:48", + "cached_time": 1766772662.439689, + "author_account_age_days": 737 + }, + "https://github.com/liuqianhonga/ComfyUI-QHNodes": { + "stars": 3, + "last_update": "2025-06-22 08:33:17", + "cached_time": 1766772662.666229, + "author_account_age_days": 737 + }, + "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { + "stars": 13, + "last_update": "2025-05-21 02:21:09", + "cached_time": 1766772662.668781, + "author_account_age_days": 732 + }, + "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { + "stars": 42, + "last_update": "2025-05-14 06:09:10", + "cached_time": 1766772662.760299, + "author_account_age_days": 732 + }, + "https://github.com/rubi-du/ComfyUI-ICC-nodes": { + "stars": 2, + "last_update": "2025-05-14 06:10:11", + "cached_time": 1766772662.720966, + "author_account_age_days": 732 + }, + "https://github.com/vkff5833/ComfyUI-PromptConverter": { + "stars": 3, + "last_update": "2025-01-27 18:35:41", + "cached_time": 1766772662.902298, + "author_account_age_days": 845 + }, + "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { + "stars": 14, + "last_update": "2025-07-23 01:54:15", + "cached_time": 1766772663.031893, + "author_account_age_days": 732 + }, + "https://github.com/yichengup/Comfyui-Ycanvas": { + "stars": 110, + "last_update": "2025-07-28 04:39:08", + "cached_time": 1766772663.137415, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { + "stars": 303, + "last_update": "2025-02-19 05:08:27", + "cached_time": 1766772663.150083, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/Comfyui_Redux_Advanced": { + "stars": 103, + "last_update": "2025-04-10 18:36:47", + "cached_time": 1766772663.138105, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/Comfyui-Deepseek": { + "stars": 33, + "last_update": "2025-02-23 19:36:53", + "cached_time": 1766772663.498589, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { + "stars": 7, + "last_update": "2025-01-29 22:26:38", + "cached_time": 1766772663.5223, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/ComfyUI-YCNodes": { + "stars": 35, + "last_update": "2025-12-21 07:52:02", + "cached_time": 1766772663.671944, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/comfyui-face-liquify": { + "stars": 2, + "last_update": "2025-05-08 17:59:05", + "cached_time": 1766772663.675355, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/ComfyUI-LinearTransition": { + "stars": 1, + "last_update": "2025-07-09 01:51:49", + "cached_time": 1766772663.750855, + "author_account_age_days": 675 + }, + "https://github.com/yichengup/ComfyUI_SwiftCut": { + "stars": 5, + "last_update": "2025-10-24 14:27:08", + "cached_time": 1766772663.853051, + "author_account_age_days": 675 + }, + "https://github.com/lodestone-rock/ComfyUI_FluxMod": { + "stars": 123, + "last_update": "2025-06-22 09:44:09", + "cached_time": 1766772663.911285, + "author_account_age_days": 1133 + }, + "https://github.com/lo-th/Comfyui_three_js": { + "stars": 21, + "last_update": "2025-06-12 08:18:17", + "cached_time": 1766772664.093592, + "author_account_age_days": 5030 + }, + "https://github.com/AIPOQUE/ComfyUI-APQNodes": { + "stars": 109, + "last_update": "2024-11-21 08:56:49", + "cached_time": 1766772664.159937, + "author_account_age_days": 433 + }, + "https://github.com/arcum42/ComfyUI_SageUtils": { + "stars": 21, + "last_update": "2025-12-04 07:11:39", + "cached_time": 1766772664.157465, + "author_account_age_days": 6298 + }, + "https://github.com/tomudo/ComfyUI-ascii-art": { + "stars": 3, + "last_update": "2024-11-21 05:24:12", + "cached_time": 1766772664.22775, + "author_account_age_days": 3453 + }, + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { + "stars": 13, + "last_update": "2024-12-06 18:08:50", + "cached_time": 1766772664.540681, + "author_account_age_days": 1550 + }, + "https://github.com/tungdop2/Comfyui_face_restorer": { + "stars": 1, + "last_update": "2024-11-21 15:53:59", + "cached_time": 1766772664.571153, + "author_account_age_days": 1974 + }, + "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { + "stars": 9, + "last_update": "2025-04-19 06:00:23", + "cached_time": 1766772664.677332, + "author_account_age_days": 1974 + }, + "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { + "stars": 15, + "last_update": "2025-01-21 05:29:03", + "cached_time": 1766772664.759816, + "author_account_age_days": 4537 + }, + "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { + "stars": 456, + "last_update": "2025-06-22 08:50:25", + "cached_time": 1766772664.798622, + "author_account_age_days": 399 + }, + "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { + "stars": 11, + "last_update": "2024-11-26 07:32:18", + "cached_time": 1766772664.854241, + "author_account_age_days": 2756 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { + "stars": 2, + "last_update": "2025-04-15 20:36:15", + "cached_time": 1766772665.013797, + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { + "stars": 4, + "last_update": "2025-12-02 21:29:54", + "cached_time": 1766772665.162912, + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { + "stars": 3, + "last_update": "2025-04-15 20:36:37", + "cached_time": 1766772665.211453, + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-GPENO": { + "stars": 67, + "last_update": "2025-04-15 20:29:05", + "cached_time": 1766772665.228849, + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { + "stars": 20, + "last_update": "2025-04-15 20:35:55", + "cached_time": 1766772665.280238, + "author_account_age_days": 502 + }, + "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "cached_time": 1766772666.012934, + "author_account_age_days": 1405 + }, + "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { + "stars": 0, + "last_update": "2025-11-29 00:59:24", + "cached_time": 1766772665.647507, + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { + "stars": 0, + "last_update": "2025-04-22 00:31:50", + "cached_time": 1766772665.781711, + "author_account_age_days": 502 + }, + "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { + "stars": 649, + "last_update": "2025-04-19 10:24:42", + "cached_time": 1766772665.767633, + "author_account_age_days": 5232 + }, + "https://github.com/Lightricks/ComfyUI-LTXVideo": { + "stars": 2460, + "last_update": "2025-12-02 14:57:43", + "cached_time": 1766772665.894171, + "author_account_age_days": 4741 + }, + "https://github.com/ramesh-x90/ComfyUI_pyannote": { + "stars": 5, + "last_update": "2025-10-27 11:11:50", + "cached_time": 1766772665.89468, + "author_account_age_days": 1872 + }, + "https://github.com/wu12023/ComfyUI-Image-Evaluation": { + "stars": 9, + "last_update": "2024-12-06 06:51:15", + "cached_time": 1766772666.022606, + "author_account_age_days": 867 + }, + "https://github.com/windfancy/zsq_prompt": { + "stars": 1, + "last_update": "2025-09-14 14:27:33", + "cached_time": 1766772666.214151, + "author_account_age_days": 2087 + }, + "https://github.com/exectails/comfyui-et_infoutils": { + "stars": 3, + "last_update": "2024-11-29 17:27:49", + "cached_time": 1766772666.237016, + "author_account_age_days": 4468 + }, + "https://github.com/exectails/comfyui-et_stringutils": { + "stars": 2, + "last_update": "2024-11-26 20:26:14", + "cached_time": 1766772666.270261, + "author_account_age_days": 4468 + }, + "https://github.com/exectails/comfyui-et_dynamicprompts": { + "stars": 6, + "last_update": "2024-11-29 22:37:19", + "cached_time": 1766772666.297802, + "author_account_age_days": 4468 + }, + "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { + "stars": 7, + "last_update": "2025-03-29 04:35:17", + "cached_time": 1766772666.678982, + "author_account_age_days": 1748 + }, + "https://github.com/flycarl/ComfyUI-Pixelate": { + "stars": 3, + "last_update": "2024-11-26 13:31:56", + "cached_time": 1766772666.779279, + "author_account_age_days": 5410 + }, + "https://github.com/Alvaroeai/ComfyUI-Text2Json": { + "stars": 1, + "last_update": "2024-11-26 16:40:31", + "cached_time": 1766772666.786652, + "author_account_age_days": 4251 + }, + "https://github.com/dymokomi/comfyui_dygen": { + "stars": 1, + "last_update": "2024-11-28 20:08:13", + "cached_time": 1766772666.960248, + "author_account_age_days": 1122 + }, + "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { + "stars": 7, + "last_update": "2024-11-25 20:04:20", + "cached_time": 1766772666.9607, + "author_account_age_days": 3084 + }, + "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { + "stars": 3, + "last_update": "2024-11-27 08:00:48", + "cached_time": 1766772667.128405, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { + "stars": 5, + "last_update": "2024-11-29 09:52:04", + "cached_time": 1766772667.037929, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { + "stars": 3, + "last_update": "2025-02-28 03:47:54", + "cached_time": 1766772667.258905, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { + "stars": 4, + "last_update": "2025-03-10 09:38:08", + "cached_time": 1766772667.251175, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { + "stars": 7, + "last_update": "2025-03-24 02:47:23", + "cached_time": 1766772667.313138, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { + "stars": 4, + "last_update": "2025-04-01 03:16:53", + "cached_time": 1766772667.31545, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { + "stars": 31, + "last_update": "2025-05-27 04:14:03", + "cached_time": 1766772667.690286, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-UNO": { + "stars": 10, + "last_update": "2025-04-11 07:37:33", + "cached_time": 1766772667.819054, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { + "stars": 9, + "last_update": "2025-04-14 02:56:22", + "cached_time": 1766772667.783331, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Cobra": { + "stars": 7, + "last_update": "2025-04-18 02:06:26", + "cached_time": 1766772667.962807, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { + "stars": 1, + "last_update": "2025-04-17 06:55:14", + "cached_time": 1766772668.033775, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { + "stars": 4, + "last_update": "2025-05-27 04:14:30", + "cached_time": 1766772668.043964, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Dia": { + "stars": 6, + "last_update": "2025-04-24 06:58:05", + "cached_time": 1766772668.264753, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-AudioX": { + "stars": 10, + "last_update": "2025-05-27 04:14:59", + "cached_time": 1766772668.260189, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { + "stars": 1, + "last_update": "2025-05-09 06:51:35", + "cached_time": 1766772668.310253, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { + "stars": 2, + "last_update": "2025-05-08 08:21:24", + "cached_time": 1766772668.303382, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { + "stars": 7, + "last_update": "2025-05-13 08:05:00", + "cached_time": 1766772668.336651, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { + "stars": 10, + "last_update": "2025-05-27 04:12:30", + "cached_time": 1766772668.714752, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { + "stars": 13, + "last_update": "2025-05-16 02:36:06", + "cached_time": 1766772668.816366, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-AniSora": { + "stars": 49, + "last_update": "2025-05-27 04:11:59", + "cached_time": 1766772668.848187, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { + "stars": 8, + "last_update": "2025-05-28 09:47:34", + "cached_time": 1766772669.018334, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { + "stars": 27, + "last_update": "2025-05-29 07:49:15", + "cached_time": 1766772669.053074, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Bagel": { + "stars": 29, + "last_update": "2025-05-28 03:00:53", + "cached_time": 1766772669.065507, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { + "stars": 11, + "last_update": "2025-05-30 08:13:06", + "cached_time": 1766772669.939967, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { + "stars": 16, + "last_update": "2025-06-10 03:24:25", + "cached_time": 1766772669.298975, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Vui": { + "stars": 3, + "last_update": "2025-06-12 03:55:32", + "cached_time": 1766772669.373048, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { + "stars": 35, + "last_update": "2025-06-16 07:03:54", + "cached_time": 1766772669.357817, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { + "stars": 122, + "last_update": "2025-06-26 02:46:07", + "cached_time": 1766772669.38419, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { + "stars": 18, + "last_update": "2025-06-26 10:00:28", + "cached_time": 1766772669.760904, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { + "stars": 21, + "last_update": "2025-07-26 07:19:35", + "cached_time": 1766772669.856085, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { + "stars": 23, + "last_update": "2025-07-12 03:48:32", + "cached_time": 1766772669.86466, + "author_account_age_days": 1990 + }, + "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { + "stars": 12, + "last_update": "2025-07-30 06:02:10", + "cached_time": 1766772670.021891, + "author_account_age_days": 1990 + }, + "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { + "stars": 15, + "last_update": "2025-12-22 07:48:01", + "cached_time": 1766772670.06894, + "author_account_age_days": 552 + }, + "https://github.com/Starnodes2024/ComfyUI_StarNodes": { + "stars": 65, + "last_update": "2025-12-22 08:01:41", + "cached_time": 1766772670.240799, + "author_account_age_days": 552 + }, + "https://github.com/motivated3/comfyui-shua-creator": { + "stars": 6, + "last_update": "2024-12-05 10:39:52", + "cached_time": 1766772670.369502, + "author_account_age_days": 3356 + }, + "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { + "stars": 44, + "last_update": "2024-12-01 13:06:02", + "cached_time": 1766772670.372412, + "author_account_age_days": 935 + }, + "https://github.com/purpen/ComfyUI-ImageTagger": { + "stars": 2, + "last_update": "2024-11-27 17:20:49", + "cached_time": 1766772670.380638, + "author_account_age_days": 5488 + }, + "https://github.com/purpen/ComfyUI-AIRedoon": { + "stars": 3, + "last_update": "2024-12-11 09:38:42", + "cached_time": 1766772670.392109, + "author_account_age_days": 5488 + }, + "https://github.com/regiellis/ComfyUI-EasyPony": { + "stars": 11, + "last_update": "2025-04-05 15:15:29", + "cached_time": 1766772670.804883, + "author_account_age_days": 5177 + }, + "https://github.com/regiellis/ComfyUI-EasyNoobai": { + "stars": 46, + "last_update": "2025-05-12 14:17:10", + "cached_time": 1766772670.870593, + "author_account_age_days": 5177 + }, + "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { + "stars": 116, + "last_update": "2025-06-30 16:50:28", + "cached_time": 1766772670.91665, + "author_account_age_days": 5177 + }, + "https://github.com/regiellis/ComfyUI-SDXL-Adherence": { + "stars": 7, + "last_update": "2025-09-01 01:09:00", + "cached_time": 1766772670.973922, + "author_account_age_days": 5177 + }, + "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { + "stars": 152, + "last_update": "2025-10-24 02:07:14", + "cached_time": 1766772671.519354, + "author_account_age_days": 608 + }, + "https://github.com/mrhan1993/ComfyUI-Fooocus": { + "stars": 9, + "last_update": "2025-01-15 15:18:07", + "cached_time": 1766772671.148236, + "author_account_age_days": 2417 + }, + "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { + "stars": 93, + "last_update": "2024-12-02 22:10:41", + "cached_time": 1766772671.272874, + "author_account_age_days": 1987 + }, + "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { + "stars": 2, + "last_update": "2025-01-27 19:09:46", + "cached_time": 1766772671.400679, + "author_account_age_days": 3117 + }, + "https://github.com/xs315431/Comfyui_Get_promptId": { + "stars": 2, + "last_update": "2025-08-09 06:09:32", + "cached_time": 1766772671.39477, + "author_account_age_days": 1825 + }, + "https://github.com/5x00/ComfyUI-VLM-Captions": { + "stars": 7, + "last_update": "2025-01-04 21:27:47", + "cached_time": 1766772671.448807, + "author_account_age_days": 1522 + }, + "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { + "stars": 2, + "last_update": "2025-01-12 14:49:09", + "cached_time": 1766772671.46104, + "author_account_age_days": 1522 + }, + "https://github.com/ClownsharkBatwing/RES4LYF": { + "stars": 876, + "last_update": "2025-12-13 00:05:24", + "cached_time": 1766772671.876122, + "author_account_age_days": 580 + }, + "https://github.com/NeoGriever/ComfyUI-NeoGriever": { + "stars": 2, + "last_update": "2024-12-12 02:55:40", + "cached_time": 1766772671.933107, + "author_account_age_days": 4839 + }, + "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { + "stars": 0, + "last_update": "2025-03-18 17:38:28", + "cached_time": 1766772672.059758, + "author_account_age_days": 2393 + }, + "https://github.com/huanngzh/ComfyUI-MVAdapter": { + "stars": 453, + "last_update": "2025-06-26 07:01:15", + "cached_time": 1766772672.167936, + "author_account_age_days": 1788 + }, + "https://github.com/Aerse/ComfyUI-Seed-Nodes": { + "stars": 5, + "last_update": "2025-06-10 08:19:10", + "cached_time": 1766772672.198578, + "author_account_age_days": 3928 + }, + "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { + "stars": 65, + "last_update": "2025-09-25 09:47:49", + "cached_time": 1766772672.313941, + "author_account_age_days": 4112 + }, + "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { + "stars": 22, + "last_update": "2025-09-23 11:46:41", + "cached_time": 1766772672.42177, + "author_account_age_days": 4112 + }, + "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { + "stars": 21, + "last_update": "2025-04-03 17:22:59", + "cached_time": 1766772672.492246, + "author_account_age_days": 407 + }, + "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { + "stars": 339, + "last_update": "2025-12-21 04:25:26", + "cached_time": 1766772672.458767, + "author_account_age_days": 2458 + }, + "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { + "stars": 23, + "last_update": "2025-03-28 18:38:24", + "cached_time": 1766772672.499826, + "author_account_age_days": 2047 + }, + "https://github.com/LucipherDev/ComfyUI-AniDoc": { + "stars": 56, + "last_update": "2025-03-28 18:39:10", + "cached_time": 1766772672.564462, + "author_account_age_days": 2047 + }, + "https://github.com/envy-ai/ComfyUI-ConDelta": { + "stars": 207, + "last_update": "2025-09-03 00:40:23", + "cached_time": 1766772672.888013, + "author_account_age_days": 505 + }, + "https://github.com/LucipherDev/ComfyUI-TangoFlux": { + "stars": 102, + "last_update": "2025-03-28 18:39:16", + "cached_time": 1766772672.945849, + "author_account_age_days": 2047 + }, + "https://github.com/kraglik/prompt_collapse": { + "stars": 5, + "last_update": "2024-12-15 08:39:51", + "cached_time": 1766772673.098307, + "author_account_age_days": 3007 + }, + "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { + "stars": 1, + "last_update": "2024-12-04 12:14:51", + "cached_time": 1766772673.828949, + "author_account_age_days": 2033 + }, + "https://github.com/abdozmantar/ComfyUI-DeepExtract": { + "stars": 45, + "last_update": "2025-08-26 02:43:39", + "cached_time": 1766772673.204658, + "author_account_age_days": 703 + }, + "https://github.com/CpreForEver/CFE_comfyui": { + "stars": 0, + "last_update": "2024-12-09 01:38:42", + "cached_time": 1766772673.356613, + "author_account_age_days": 502 + }, + "https://github.com/inflamously/comfyui-prompt-enhancer": { + "stars": 0, + "last_update": "2025-06-02 22:49:50", + "cached_time": 1766772673.420994, + "author_account_age_days": 4330 + }, + "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { + "stars": 3, + "last_update": "2025-08-26 04:55:51", + "cached_time": 1766772673.52156, + "author_account_age_days": 2433 + }, + "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { + "stars": 18, + "last_update": "2024-12-23 07:46:17", + "cached_time": 1766772673.513016, + "author_account_age_days": 625 + }, + "https://github.com/mrchipset/ComfyUI-SaveImageS3": { + "stars": 1, + "last_update": "2025-04-07 00:27:45", + "cached_time": 1766772673.538141, + "author_account_age_days": 2861 + }, + "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { + "stars": 24, + "last_update": "2025-06-22 10:33:31", + "cached_time": 1766772673.555252, + "author_account_age_days": 696 + }, + "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { + "stars": 1, + "last_update": "2025-07-10 08:29:21", + "cached_time": 1766772673.960021, + "author_account_age_days": 696 + }, + "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": { + "stars": 2, + "last_update": "2025-08-26 22:21:45", + "cached_time": 1766772673.962965, + "author_account_age_days": 696 + }, + "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { + "stars": 15, + "last_update": "2025-07-03 08:39:45", + "cached_time": 1766772674.15022, + "author_account_age_days": 3680 + }, + "https://github.com/muhammederem/blip-comfyui": { + "stars": 1, + "last_update": "2025-05-25 14:11:04", + "cached_time": 1766772674.266158, + "author_account_age_days": 2645 + }, + "https://github.com/Runware/ComfyUI-Runware": { + "stars": 129, + "last_update": "2025-12-23 20:40:01", + "cached_time": 1766772674.419385, + "author_account_age_days": 750 + }, + "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { + "stars": 5, + "last_update": "2024-12-17 09:20:49", + "cached_time": 1766772674.45472, + "author_account_age_days": 1847 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { + "stars": 54, + "last_update": "2025-04-15 17:12:25", + "cached_time": 1766772674.502698, + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { + "stars": 141, + "last_update": "2024-12-20 08:41:09", + "cached_time": 1766772674.547496, + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { + "stars": 190, + "last_update": "2025-05-05 18:32:28", + "cached_time": 1766772674.565805, + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { + "stars": 24, + "last_update": "2025-04-30 17:12:58", + "cached_time": 1766772674.59672, + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { + "stars": 91, + "last_update": "2025-08-05 00:38:59", + "cached_time": 1766772674.852223, + "author_account_age_days": 379 + }, + "https://github.com/sebord/ComfyUI-LMCQ": { + "stars": 101, + "last_update": "2025-08-12 13:41:13", + "cached_time": 1766772674.97658, + "author_account_age_days": 1337 + }, + "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { + "stars": 2, + "last_update": "2025-07-18 11:45:29", + "cached_time": 1766772674.989941, + "author_account_age_days": 3220 + }, + "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { + "stars": 4, + "last_update": "2025-03-25 06:19:54", + "cached_time": 1766772675.286042, + "author_account_age_days": 380 + }, + "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { + "stars": 6, + "last_update": "2025-03-08 13:58:12", + "cached_time": 1766772675.270228, + "author_account_age_days": 4027 + }, + "https://github.com/wjl0313/ComfyUI_KimNodes": { + "stars": 46, + "last_update": "2025-09-22 06:27:43", + "cached_time": 1766772675.441894, + "author_account_age_days": 2422 + }, + "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { + "stars": 4, + "last_update": "2025-12-07 14:12:56", + "cached_time": 1766772675.565248, + "author_account_age_days": 3952 + }, + "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { + "stars": 2, + "last_update": "2024-12-16 06:53:08", + "cached_time": 1766772675.521172, + "author_account_age_days": 6399 + }, + "https://github.com/kostenickj/jk-comfyui-helpers": { + "stars": 8, + "last_update": "2024-12-19 10:22:42", + "cached_time": 1766772675.569008, + "author_account_age_days": 3599 + }, + "https://github.com/Miyuutsu/comfyui-save-vpred": { + "stars": 4, + "last_update": "2024-12-15 22:29:47", + "cached_time": 1766772675.569676, + "author_account_age_days": 3474 + }, + "https://github.com/IamCreateAI/Ruyi-Models": { + "stars": 522, + "last_update": "2025-01-20 12:21:40", + "cached_time": 1766772675.737013, + "author_account_age_days": 382 + }, + "https://github.com/PressWagon/ComfyUI-StringsAndThings": { + "stars": 3, + "last_update": "2025-05-18 12:01:37", + "cached_time": 1766772675.895605, + "author_account_age_days": 375 + }, + "https://github.com/pollockjj/ComfyUI-MultiGPU": { + "stars": 704, + "last_update": "2025-12-22 15:59:29", + "cached_time": 1766772676.018263, + "author_account_age_days": 4057 + }, + "https://github.com/Eagle-CN/ComfyUI-Addoor": { + "stars": 69, + "last_update": "2025-04-25 01:03:58", + "cached_time": 1766772676.007711, + "author_account_age_days": 3177 + }, + "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { + "stars": 3, + "last_update": "2025-09-05 13:21:04", + "cached_time": 1766772676.298358, + "author_account_age_days": 1652 + }, + "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { + "stars": 1, + "last_update": "2025-04-05 12:52:40", + "cached_time": 1766772676.317777, + "author_account_age_days": 1278 + }, + "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { + "stars": 8, + "last_update": "2025-05-01 18:14:59", + "cached_time": 1766772676.467341, + "author_account_age_days": 1328 + }, + "https://github.com/black-forest-labs/bfl-comfy-nodes": { + "stars": 89, + "last_update": "2025-02-07 22:13:26", + "cached_time": 1766772676.641949, + "author_account_age_days": 647 + }, + "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { + "stars": 8, + "last_update": "2025-04-28 21:45:01", + "cached_time": 1766772676.635585, + "author_account_age_days": 1328 + }, + "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": { + "stars": 1, + "last_update": "2025-08-24 15:15:23", + "cached_time": 1766772676.611638, + "author_account_age_days": 1328 + }, + "https://github.com/marcoc2/ComfyUI-AnotherUtils": { + "stars": 1, + "last_update": "2025-08-27 01:08:27", + "cached_time": 1766772676.7904, + "author_account_age_days": 5734 + }, + "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { + "stars": 2, + "last_update": "2025-03-04 17:43:50", + "cached_time": 1766772676.927881, + "author_account_age_days": 5734 + }, + "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { + "stars": 43, + "last_update": "2025-12-26 05:34:08", + "cached_time": 1766772677.019157, + "author_account_age_days": 652 + }, + "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { + "stars": 8, + "last_update": "2024-12-21 11:35:08", + "cached_time": 1766772677.098131, + "author_account_age_days": 1782 + }, + "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { + "stars": 22, + "last_update": "2025-09-01 21:40:26", + "cached_time": 1766772677.206204, + "author_account_age_days": 652 + }, + "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { + "stars": 10, + "last_update": "2025-06-03 13:03:23", + "cached_time": 1766772677.333683, + "author_account_age_days": 652 + }, + "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { + "stars": 59, + "last_update": "2025-09-02 08:09:40", + "cached_time": 1766772677.334108, + "author_account_age_days": 652 + }, + "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { + "stars": 4, + "last_update": "2024-12-24 14:07:18", + "cached_time": 1766772677.467804, + "author_account_age_days": 979 + }, + "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { + "stars": 53, + "last_update": "2025-06-03 13:02:36", + "cached_time": 1766772678.097731, + "author_account_age_days": 652 + }, + "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { + "stars": 2, + "last_update": "2024-12-31 21:44:05", + "cached_time": 1766772677.704715, + "author_account_age_days": 372 + }, + "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { + "stars": 3, + "last_update": "2024-12-23 05:26:14", + "cached_time": 1766772677.789264, + "author_account_age_days": 670 + }, + "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { + "stars": 2, + "last_update": "2024-12-22 06:44:20", + "cached_time": 1766772677.84593, + "author_account_age_days": 1304 + }, + "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { + "stars": 1, + "last_update": "2024-12-28 19:44:14", + "cached_time": 1766772678.035728, + "author_account_age_days": 372 + }, + "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { + "stars": 0, + "last_update": "2025-02-19 06:55:25", + "cached_time": 1766772678.039782, + "author_account_age_days": 1304 + }, + "https://github.com/Aksaz/comfyui-seamless-clone": { + "stars": 18, + "last_update": "2025-09-23 13:10:16", + "cached_time": 1766772678.528799, + "author_account_age_days": 433 + }, + "https://github.com/pharmapsychotic/comfy-cliption": { + "stars": 62, + "last_update": "2025-01-04 05:06:11", + "cached_time": 1766772678.205793, + "author_account_age_days": 1465 + }, + "https://github.com/shahkoorosh/ComfyUI-KGnodes": { + "stars": 6, + "last_update": "2025-05-23 17:41:55", + "cached_time": 1766772678.331143, + "author_account_age_days": 743 + }, + "https://github.com/bombless/comfyUI-RememberingUtils": { + "stars": 0, + "last_update": "2024-12-25 01:31:05", + "cached_time": 1766772678.343996, + "author_account_age_days": 5109 + }, + "https://github.com/shahkoorosh/ComfyUI-PersianText": { + "stars": 25, + "last_update": "2025-05-23 17:43:33", + "cached_time": 1766772678.480159, + "author_account_age_days": 743 + }, + "https://github.com/andygill/comfyui-sunflower-nodes": { + "stars": 1, + "last_update": "2025-01-02 04:23:22", + "cached_time": 1766772678.716788, + "author_account_age_days": 6343 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { + "stars": 167, + "last_update": "2025-10-18 20:06:12", + "cached_time": 1766772678.811914, + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { + "stars": 63, + "last_update": "2025-07-23 11:30:36", + "cached_time": 1766772678.859726, + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { + "stars": 12, + "last_update": "2025-08-12 20:03:12", + "cached_time": 1766772679.058791, + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": { + "stars": 35, + "last_update": "2025-09-03 17:40:53", + "cached_time": 1766772679.081797, + "author_account_age_days": 379 + }, + "https://github.com/wqjuser/ComfyUI-Chat-Image": { + "stars": 0, + "last_update": "2025-11-17 14:16:32", + "cached_time": 1766772679.235572, + "author_account_age_days": 3484 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_USO": { + "stars": 55, + "last_update": "2025-09-01 19:32:02", + "cached_time": 1766772679.338273, + "author_account_age_days": 379 + }, + "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { + "stars": 8, + "last_update": "2025-01-12 11:57:27", + "cached_time": 1766772679.360616, + "author_account_age_days": 1568 + }, + "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { + "stars": 0, + "last_update": "2025-03-18 08:59:39", + "cached_time": 1766772679.454547, + "author_account_age_days": 387 + }, + "https://github.com/ciga2011/ComfyUI-MarkItDown": { + "stars": 8, + "last_update": "2025-02-27 20:16:01", + "cached_time": 1766772679.515629, + "author_account_age_days": 4749 + }, + "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { + "stars": 10, + "last_update": "2025-01-16 02:24:50", + "cached_time": 1766772679.547208, + "author_account_age_days": 4749 + }, + "https://github.com/ciga2011/ComfyUI-Pollinations": { + "stars": 5, + "last_update": "2025-01-14 15:23:14", + "cached_time": 1766772679.752644, + "author_account_age_days": 4749 + }, + "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { + "stars": 3, + "last_update": "2024-12-28 20:21:22", + "cached_time": 1766772679.825249, + "author_account_age_days": 2780 + }, + "https://github.com/fairy-root/ComfyUI-GLHF": { + "stars": 4, + "last_update": "2025-04-03 13:47:20", + "cached_time": 1766772679.855364, + "author_account_age_days": 2484 + }, + "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { + "stars": 2, + "last_update": "2025-01-18 06:20:23", + "cached_time": 1766772680.116433, + "author_account_age_days": 461 + }, + "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { + "stars": 3, + "last_update": "2025-12-07 02:37:32", + "cached_time": 1766772680.114144, + "author_account_age_days": 369 + }, + "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { + "stars": 3, + "last_update": "2025-01-03 18:48:03", + "cached_time": 1766772680.302167, + "author_account_age_days": 4546 + }, + "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { + "stars": 20, + "last_update": "2025-01-02 08:47:22", + "cached_time": 1766772680.384636, + "author_account_age_days": 3704 + }, + "https://github.com/cherninlab/logo-generator-comfyui": { + "stars": 2, + "last_update": "2024-12-22 15:45:31", + "cached_time": 1766772680.433559, + "author_account_age_days": 647 + }, + "https://github.com/zmwv823/ComfyUI_Anytext": { + "stars": 96, + "last_update": "2025-05-28 01:02:37", + "cached_time": 1766772680.490297, + "author_account_age_days": 3819 + }, + "https://github.com/SKBv0/ComfyUI_SKBundle": { + "stars": 103, + "last_update": "2025-08-14 14:55:48", + "cached_time": 1766772680.515599, + "author_account_age_days": 2106 + }, + "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { + "stars": 7, + "last_update": "2025-01-04 03:37:06", + "cached_time": 1766772680.592462, + "author_account_age_days": 3055 + }, + "https://github.com/WainWong/ComfyUI-Loop-image": { + "stars": 40, + "last_update": "2025-03-28 03:09:27", + "cached_time": 1766772680.77688, + "author_account_age_days": 3173 + }, + "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { + "stars": 3, + "last_update": "2025-01-04 08:22:14", + "cached_time": 1766772680.843387, + "author_account_age_days": 961 + }, + "https://github.com/rhplus0831/ComfyMepi": { + "stars": 0, + "last_update": "2025-04-12 22:59:21", + "cached_time": 1766772680.892204, + "author_account_age_days": 703 + }, + "https://github.com/0x-jerry/comfyui-rembg": { + "stars": 1, + "last_update": "2025-04-07 09:23:31", + "cached_time": 1766772681.172592, + "author_account_age_days": 3759 + }, + "https://github.com/sanbuphy/ComfyUI-AudioLDM": { + "stars": 3, + "last_update": "2025-01-02 02:01:12", + "cached_time": 1766772681.16228, + "author_account_age_days": 1472 + }, + "https://github.com/bear2b/comfyui-argo-nodes": { + "stars": 0, + "last_update": "2025-01-16 11:11:38", + "cached_time": 1766772681.380937, + "author_account_age_days": 3515 + }, + "https://github.com/phuvinh010701/ComfyUI-Nudenet": { + "stars": 37, + "last_update": "2025-09-15 02:17:21", + "cached_time": 1766772681.404113, + "author_account_age_days": 2224 + }, + "https://github.com/Vaibhavs10/ComfyUI-DDUF": { + "stars": 5, + "last_update": "2025-01-03 15:10:44", + "cached_time": 1766772681.444899, + "author_account_age_days": 3531 + }, + "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { + "stars": 10, + "last_update": "2025-08-19 18:40:24", + "cached_time": 1766772681.508649, + "author_account_age_days": 2031 + }, + "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { + "stars": 0, + "last_update": "2025-01-07 06:50:58", + "cached_time": 1766772681.556292, + "author_account_age_days": 2112 + }, + "https://github.com/cenzijing/ComfyUI-Markmap": { + "stars": 1, + "last_update": "2025-01-04 21:00:08", + "cached_time": 1766772681.609554, + "author_account_age_days": 2015 + }, + "https://github.com/bongsang/ComfyUI-Bongsang": { + "stars": 0, + "last_update": "2025-01-05 05:42:30", + "cached_time": 1766772681.78944, + "author_account_age_days": 4153 + }, + "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { + "stars": 165, + "last_update": "2025-05-20 13:36:56", + "cached_time": 1766772681.838484, + "author_account_age_days": 3511 + }, + "https://github.com/inventorado/ComfyUI_NNT": { + "stars": 68, + "last_update": "2025-01-08 17:22:46", + "cached_time": 1766772681.95113, + "author_account_age_days": 3436 + }, + "https://github.com/Hullabalo/ComfyUI-Loop": { + "stars": 12, + "last_update": "2025-12-17 13:17:26", + "cached_time": 1766772682.183237, + "author_account_age_days": 1161 + }, + "https://github.com/hodanajan/optimal-crop-resolution": { + "stars": 1, + "last_update": "2025-01-21 10:46:26", + "cached_time": 1766772682.185291, + "author_account_age_days": 2879 + }, + "https://github.com/cnbjjj/ComfyUI-Jtils": { + "stars": 3, + "last_update": "2025-05-10 23:25:19", + "cached_time": 1766772682.381953, + "author_account_age_days": 724 + }, + "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { + "stars": 24, + "last_update": "2025-07-07 10:55:15", + "cached_time": 1766772682.416942, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { + "stars": 157, + "last_update": "2025-05-23 09:45:26", + "cached_time": 1766772682.466381, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { + "stars": 29, + "last_update": "2025-06-02 14:03:36", + "cached_time": 1766772682.536366, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_PortraitTools": { + "stars": 19, + "last_update": "2025-06-15 13:31:45", + "cached_time": 1766772682.602169, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_NotaGen": { + "stars": 53, + "last_update": "2025-06-06 02:58:28", + "cached_time": 1766772682.730632, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { + "stars": 14, + "last_update": "2025-05-23 09:41:43", + "cached_time": 1766772682.797925, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_gemmax": { + "stars": 27, + "last_update": "2025-05-30 12:17:42", + "cached_time": 1766772682.870262, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_CSM": { + "stars": 5, + "last_update": "2025-06-02 14:00:17", + "cached_time": 1766772683.011659, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_SparkTTS": { + "stars": 51, + "last_update": "2025-05-23 09:45:08", + "cached_time": 1766772683.186508, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_AudioTools": { + "stars": 78, + "last_update": "2025-07-07 05:08:44", + "cached_time": 1766772683.211491, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_MegaTTS3": { + "stars": 205, + "last_update": "2025-06-11 01:01:40", + "cached_time": 1766772683.39414, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_OuteTTS": { + "stars": 10, + "last_update": "2025-06-11 06:14:07", + "cached_time": 1766772683.452607, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_IndexTTS": { + "stars": 471, + "last_update": "2025-11-07 09:48:46", + "cached_time": 1766772683.476591, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_ACE-Step": { + "stars": 208, + "last_update": "2025-05-28 08:39:13", + "cached_time": 1766772683.575909, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/Comfyui_HeyGem": { + "stars": 173, + "last_update": "2025-06-02 14:14:35", + "cached_time": 1766772683.612144, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { + "stars": 3, + "last_update": "2025-06-15 13:24:58", + "cached_time": 1766772683.751931, + "author_account_age_days": 2486 + }, + "https://github.com/billwuhao/ComfyUI_SOME": { + "stars": 7, + "last_update": "2025-06-10 08:08:17", + "cached_time": 1766772683.835659, + "author_account_age_days": 2486 + }, + "https://github.com/umiyuki/comfyui-pad-to-eight": { + "stars": 0, + "last_update": "2025-01-07 09:58:36", + "cached_time": 1766772683.933798, + "author_account_age_days": 4304 + }, + "https://github.com/Meettya/ComfyUI-OneForOne": { + "stars": 2, + "last_update": "2025-01-07 22:49:30", + "cached_time": 1766772684.048165, + "author_account_age_days": 5882 + }, + "https://github.com/billwuhao/ComfyUI_DiffRhythm": { + "stars": 141, + "last_update": "2025-05-30 12:12:57", + "cached_time": 1766772684.186895, + "author_account_age_days": 2486 + }, + "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { + "stars": 0, + "last_update": "2025-01-07 01:22:23", + "cached_time": 1766772684.225308, + "author_account_age_days": 6118 + }, + "https://github.com/ChenDarYen/ComfyUI-NAG": { + "stars": 297, + "last_update": "2025-11-03 20:44:25", + "cached_time": 1766772684.390385, + "author_account_age_days": 2451 + }, + "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { + "stars": 9, + "last_update": "2025-01-07 18:22:10", + "cached_time": 1766772684.470766, + "author_account_age_days": 2451 + }, + "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { + "stars": 119, + "last_update": "2025-05-13 18:35:00", + "cached_time": 1766772684.476506, + "author_account_age_days": 1008 + }, + "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { + "stars": 92, + "last_update": "2025-04-05 05:24:59", + "cached_time": 1766772684.599954, + "author_account_age_days": 1008 + }, + "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { + "stars": 2, + "last_update": "2025-01-30 08:30:13", + "cached_time": 1766772684.68008, + "author_account_age_days": 571 + }, + "https://github.com/sh570655308/ComfyUI-GigapixelAI": { + "stars": 233, + "last_update": "2025-07-30 05:16:48", + "cached_time": 1766772684.756793, + "author_account_age_days": 3052 + }, + "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { + "stars": 246, + "last_update": "2025-04-23 08:54:20", + "cached_time": 1766772684.86385, + "author_account_age_days": 3052 + }, + "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { + "stars": 16, + "last_update": "2025-02-26 05:03:05", + "cached_time": 1766772684.961592, + "author_account_age_days": 5028 + }, + "https://github.com/welltop-cn/ComfyUI-TeaCache": { + "stars": 1042, + "last_update": "2025-07-12 04:05:29", + "cached_time": 1766772685.1026, + "author_account_age_days": 2122 + }, + "https://github.com/calcuis/gguf": { + "stars": 175, + "last_update": "2025-12-19 11:28:27", + "cached_time": 1766772685.247138, + "author_account_age_days": 1197 + }, + "https://github.com/ainewsto/comfyui-labs-google": { + "stars": 87, + "last_update": "2025-06-18 02:12:39", + "cached_time": 1766772685.386846, + "author_account_age_days": 1204 + }, + "https://github.com/ainewsto/Comfyui_Comfly_v2": { + "stars": 117, + "last_update": "2025-12-23 05:45:41", + "cached_time": 1766772685.500709, + "author_account_age_days": 1204 + }, + "https://github.com/ainewsto/Comfyui-chatgpt-api": { + "stars": 54, + "last_update": "2025-08-12 06:38:37", + "cached_time": 1766772685.511553, + "author_account_age_days": 1204 + }, + "https://github.com/ainewsto/Comfyui-google-veo2-api": { + "stars": 4, + "last_update": "2025-05-06 06:43:48", + "cached_time": 1766772685.576049, + "author_account_age_days": 1204 + }, + "https://github.com/gremlation/ComfyUI-ViewData": { + "stars": 2, + "last_update": "2025-04-03 09:50:28", + "cached_time": 1766772685.626675, + "author_account_age_days": 373 + }, + "https://github.com/gremlation/ComfyUI-jq": { + "stars": 1, + "last_update": "2025-04-03 09:50:39", + "cached_time": 1766772685.734601, + "author_account_age_days": 373 + }, + "https://github.com/gremlation/ComfyUI-ImageLabel": { + "stars": 5, + "last_update": "2025-04-03 09:49:57", + "cached_time": 1766772685.800407, + "author_account_age_days": 373 + }, + "https://github.com/gremlation/ComfyUI-JMESPath": { + "stars": 2, + "last_update": "2025-04-03 09:50:11", + "cached_time": 1766772685.854594, + "author_account_age_days": 373 + }, + "https://github.com/gremlation/ComfyUI-TrackAndWheel": { + "stars": 2, + "last_update": "2025-04-03 09:50:20", + "cached_time": 1766772685.996168, + "author_account_age_days": 373 + }, + "https://github.com/fuselayer/comfyui-mosaic-blur": { + "stars": 1, + "last_update": "2025-04-05 00:57:07", + "cached_time": 1766772686.143031, + "author_account_age_days": 827 + }, + "https://github.com/jerrylongyan/ComfyUI-My-Mask": { + "stars": 4, + "last_update": "2025-01-08 08:39:19", + "cached_time": 1766772686.264461, + "author_account_age_days": 4482 + }, + "https://github.com/mira-6/comfyui-sasolver": { + "stars": 5, + "last_update": "2025-02-23 21:44:23", + "cached_time": 1766772686.409474, + "author_account_age_days": 942 + }, + "https://github.com/dreamhartley/ComfyUI_show_seed": { + "stars": 2, + "last_update": "2025-01-14 16:15:12", + "cached_time": 1766772686.540233, + "author_account_age_days": 1034 + }, + "https://github.com/aigc-apps/EasyAnimate": { + "stars": 2240, + "last_update": "2025-03-06 11:41:28", + "cached_time": 1766772686.608973, + "author_account_age_days": 868 + }, + "https://github.com/DraconicDragon/ComfyUI-Venice-API": { + "stars": 6, + "last_update": "2025-12-14 09:47:11", + "cached_time": 1766772686.614632, + "author_account_age_days": 1924 + }, + "https://github.com/aigc-apps/VideoX-Fun": { + "stars": 1744, + "last_update": "2025-12-26 08:26:02", + "cached_time": 1766772686.702153, + "author_account_age_days": 868 + }, + "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { + "stars": 8, + "last_update": "2025-12-14 03:38:08", + "cached_time": 1766772686.789546, + "author_account_age_days": 1924 + }, + "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { + "stars": 14, + "last_update": "2025-01-25 05:54:27", + "cached_time": 1766772686.831302, + "author_account_age_days": 844 + }, + "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { + "stars": 25, + "last_update": "2025-01-31 04:28:34", + "cached_time": 1766772686.878824, + "author_account_age_days": 1088 + }, + "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { + "stars": 25, + "last_update": "2025-06-03 21:06:33", + "cached_time": 1766772687.014669, + "author_account_age_days": 844 + }, + "https://github.com/a-und-b/ComfyUI_Delay": { + "stars": 5, + "last_update": "2025-01-10 11:20:35", + "cached_time": 1766772687.218114, + "author_account_age_days": 990 + }, + "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { + "stars": 120, + "last_update": "2025-12-09 21:38:24", + "cached_time": 1766772687.29493, + "author_account_age_days": 844 + }, + "https://github.com/a-und-b/ComfyUI_JSON_Helper": { + "stars": 4, + "last_update": "2025-01-09 15:54:55", + "cached_time": 1766772687.419465, + "author_account_age_days": 990 + }, + "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { + "stars": 4, + "last_update": "2025-01-16 13:40:26", + "cached_time": 1766772687.570301, + "author_account_age_days": 990 + }, + "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { + "stars": 42, + "last_update": "2025-05-05 08:34:47", + "cached_time": 1766772687.606333, + "author_account_age_days": 990 + }, + "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { + "stars": 4, + "last_update": "2025-04-28 08:23:36", + "cached_time": 1766772687.620649, + "author_account_age_days": 990 + }, + "https://github.com/r3dial/redial-discomphy": { + "stars": 1, + "last_update": "2025-01-09 19:59:31", + "cached_time": 1766772687.723445, + "author_account_age_days": 981 + }, + "https://github.com/ArtHommage/HommageTools": { + "stars": 4, + "last_update": "2025-05-20 20:40:25", + "cached_time": 1766772687.850758, + "author_account_age_days": 1083 + }, + "https://github.com/l-comm/WatermarkRemoval": { + "stars": 4, + "last_update": "2025-01-13 05:33:32", + "cached_time": 1766772687.85194, + "author_account_age_days": 361 + }, + "https://github.com/r3dsd/comfyui-template-loader": { + "stars": 0, + "last_update": "2025-01-12 08:55:49", + "cached_time": 1766772687.918738, + "author_account_age_days": 691 + }, + "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { + "stars": 55, + "last_update": "2025-02-03 04:53:25", + "cached_time": 1766772688.056434, + "author_account_age_days": 1449 + }, + "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { + "stars": 12, + "last_update": "2025-12-07 16:08:26", + "cached_time": 1766772688.213664, + "author_account_age_days": 888 + }, + "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { + "stars": 5, + "last_update": "2025-02-04 14:15:08", + "cached_time": 1766772688.356725, + "author_account_age_days": 1449 + }, + "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { + "stars": 1, + "last_update": "2025-01-12 16:43:09", + "cached_time": 1766772688.43418, + "author_account_age_days": 3548 + }, + "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { + "stars": 29, + "last_update": "2025-01-14 10:42:44", + "cached_time": 1766772688.620546, + "author_account_age_days": 663 + }, + "https://github.com/Zeks/comfyui-rapidfire": { + "stars": 0, + "last_update": "2025-11-21 08:39:28", + "cached_time": 1766772688.641236, + "author_account_age_days": 5171 + }, + "https://github.com/Kurdknight/Kurdknight_comfycheck": { + "stars": 4, + "last_update": "2025-01-15 16:47:23", + "cached_time": 1766772688.714184, + "author_account_age_days": 1061 + }, + "https://github.com/meanin2/comfyui-MGnodes": { + "stars": 2, + "last_update": "2025-09-10 15:42:57", + "cached_time": 1766772688.725111, + "author_account_age_days": 1205 + }, + "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { + "stars": 106, + "last_update": "2025-01-21 12:09:05", + "cached_time": 1766772688.871278, + "author_account_age_days": 3631 + }, + "https://github.com/ThepExcel/aiangelgallery-comfyui": { + "stars": 2, + "last_update": "2025-01-15 07:53:09", + "cached_time": 1766772688.920535, + "author_account_age_days": 2111 + }, + "https://github.com/nofunstudio/Node_Fun_ComfyUI": { + "stars": 7, + "last_update": "2025-11-26 22:00:39", + "cached_time": 1766772688.935038, + "author_account_age_days": 1762 + }, + "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { + "stars": 1, + "last_update": "2025-01-23 05:46:33", + "cached_time": 1766772689.047905, + "author_account_age_days": 2320 + }, + "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { + "stars": 0, + "last_update": "2025-01-20 06:40:21", + "cached_time": 1766772689.356293, + "author_account_age_days": 661 + }, + "https://github.com/shenduldh/ComfyUI-Lightning": { + "stars": 220, + "last_update": "2025-03-13 05:58:04", + "cached_time": 1766772689.457771, + "author_account_age_days": 2668 + }, + "https://github.com/theAdamColton/ComfyUI-texflow-extension": { + "stars": 1, + "last_update": "2025-01-16 19:58:24", + "cached_time": 1766772689.438015, + "author_account_age_days": 1906 + }, + "https://github.com/hmwl/ComfyUI_zip": { + "stars": 5, + "last_update": "2025-05-25 16:21:35", + "cached_time": 1766772689.636275, + "author_account_age_days": 3164 + }, + "https://github.com/hmwl/ComfyUI-TaskMonitor": { + "stars": 9, + "last_update": "2025-05-25 15:41:14", + "cached_time": 1766772689.679829, + "author_account_age_days": 3164 + }, + "https://github.com/ngosset/ComfyUI-ImageSimilarity": { + "stars": 9, + "last_update": "2025-01-18 18:17:50", + "cached_time": 1766772689.730933, + "author_account_age_days": 4872 + }, + "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { + "stars": 4, + "last_update": "2025-10-27 19:57:39", + "cached_time": 1766772689.757149, + "author_account_age_days": 4857 + }, + "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { + "stars": 17, + "last_update": "2025-01-27 09:47:46", + "cached_time": 1766772689.896694, + "author_account_age_days": 3557 + }, + "https://github.com/strand1/ComfyUI-Autogen": { + "stars": 3, + "last_update": "2025-01-21 05:10:43", + "cached_time": 1766772689.973745, + "author_account_age_days": 5022 + }, + "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { + "stars": 2, + "last_update": "2025-03-28 14:51:23", + "cached_time": 1766772689.975801, + "author_account_age_days": 4878 + }, + "https://github.com/WangPengxing/ComfyUI_WPX_Node": { + "stars": 0, + "last_update": "2025-01-20 08:31:55", + "cached_time": 1766772690.107803, + "author_account_age_days": 877 + }, + "https://github.com/PixelFunAI/ComfyUI_PixelFun": { + "stars": 3, + "last_update": "2025-01-20 05:44:54", + "cached_time": 1766772690.390815, + "author_account_age_days": 340 + }, + "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { + "stars": 64, + "last_update": "2025-03-18 20:13:52", + "cached_time": 1766772690.448945, + "author_account_age_days": 663 + }, + "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { + "stars": 36, + "last_update": "2025-01-19 19:05:24", + "cached_time": 1766772691.021027, + "author_account_age_days": 341 + }, + "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { + "stars": 0, + "last_update": "2025-04-05 07:45:54", + "cached_time": 1766772690.656634, + "author_account_age_days": 341 + }, + "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { + "stars": 7, + "last_update": "2025-11-11 18:57:09", + "cached_time": 1766772690.720283, + "author_account_age_days": 341 + }, + "https://github.com/Kidev/ComfyUI-Fisheye-effects": { + "stars": 18, + "last_update": "2025-04-03 19:00:30", + "cached_time": 1766772690.762029, + "author_account_age_days": 5152 + }, + "https://github.com/feixuetuba/Spleeter": { + "stars": 0, + "last_update": "2025-01-19 10:39:17", + "cached_time": 1766772690.856848, + "author_account_age_days": 4513 + }, + "https://github.com/aidec/Comfyui_TextBatch_aidec": { + "stars": 14, + "last_update": "2025-11-12 02:50:17", + "cached_time": 1766772690.939595, + "author_account_age_days": 4453 + }, + "https://github.com/asutermo/ComfyUI-Flux-TryOff": { + "stars": 48, + "last_update": "2025-03-10 21:05:14", + "cached_time": 1766772691.02376, + "author_account_age_days": 5461 + }, + "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { + "stars": 7, + "last_update": "2025-11-11 18:57:09", + "cached_time": 1766772691.447631, + "author_account_age_days": 341 + }, + "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { + "stars": 6, + "last_update": "2025-02-02 00:46:30", + "cached_time": 1766772691.41491, + "author_account_age_days": 338 + }, + "https://github.com/KLL535/ComfyUI_SimpleButcher": { + "stars": 10, + "last_update": "2025-08-23 23:14:41", + "cached_time": 1766772691.467158, + "author_account_age_days": 399 + }, + "https://github.com/bugltd/ComfyLab-Pack": { + "stars": 9, + "last_update": "2025-05-13 17:35:50", + "cached_time": 1766772691.565732, + "author_account_age_days": 349 + }, + "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { + "stars": 26, + "last_update": "2025-11-26 15:12:28", + "cached_time": 1766772691.72762, + "author_account_age_days": 399 + }, + "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { + "stars": 2, + "last_update": "2025-01-21 11:31:10", + "cached_time": 1766772691.745303, + "author_account_age_days": 954 + }, + "https://github.com/duchamps0305/comfyui-white-extractor": { + "stars": 0, + "last_update": "2025-01-23 08:09:12", + "cached_time": 1766772692.296338, + "author_account_age_days": 1172 + }, + "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { + "stars": 2, + "last_update": "2025-01-21 08:19:52", + "cached_time": 1766772691.864184, + "author_account_age_days": 2762 + }, + "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { + "stars": 2, + "last_update": "2025-01-24 18:51:53", + "cached_time": 1766772691.954821, + "author_account_age_days": 3914 + }, + "https://github.com/fblissjr/ComfyUI-DatasetHelper": { + "stars": 6, + "last_update": "2025-01-27 18:58:33", + "cached_time": 1766772692.052725, + "author_account_age_days": 3914 + }, + "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { + "stars": 4, + "last_update": "2025-03-17 22:36:22", + "cached_time": 1766772692.042361, + "author_account_age_days": 3914 + }, + "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { + "stars": 8, + "last_update": "2025-07-27 00:03:24", + "cached_time": 1766772692.468329, + "author_account_age_days": 3914 + }, + "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { + "stars": 165, + "last_update": "2025-12-15 20:50:26", + "cached_time": 1766772692.473404, + "author_account_age_days": 3914 + }, + "https://github.com/vincentfs/ComfyUI-ArchiGraph": { + "stars": 2, + "last_update": "2025-12-26 15:57:59", + "cached_time": 1766772692.4528, + "author_account_age_days": 4216 + }, + "https://github.com/fblissjr/shrug-prompter": { + "stars": 21, + "last_update": "2025-09-30 21:58:22", + "cached_time": 1766772692.596795, + "author_account_age_days": 3914 + }, + "https://github.com/davidgressett/comfyui-systemlevel": { + "stars": 3, + "last_update": "2025-01-22 23:51:40", + "cached_time": 1766772692.785902, + "author_account_age_days": 3180 + }, + "https://github.com/SshunWang/ComfyUI_CosyVoice": { + "stars": 18, + "last_update": "2025-02-05 23:48:10", + "cached_time": 1766772692.769991, + "author_account_age_days": 2492 + }, + "https://github.com/Xiangyu-CAS/HandFixer": { + "stars": 205, + "last_update": "2025-02-10 02:02:01", + "cached_time": 1766772692.864181, + "author_account_age_days": 3938 + }, + "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { + "stars": 3, + "last_update": "2025-06-15 22:39:14", + "cached_time": 1766772692.997493, + "author_account_age_days": 603 + }, + "https://github.com/MontagenAI/ComfyUI-Montagen": { + "stars": 26, + "last_update": "2025-05-29 10:43:37", + "cached_time": 1766772693.098087, + "author_account_age_days": 380 + }, + "https://github.com/cake-ml/tiny-sana-preview": { + "stars": 2, + "last_update": "2025-02-08 00:36:49", + "cached_time": 1766772693.062302, + "author_account_age_days": 432 + }, + "https://github.com/huixingyun/ComfyUI-HX-Captioner": { + "stars": 0, + "last_update": "2025-01-25 06:48:18", + "cached_time": 1766772693.357152, + "author_account_age_days": 385 + }, + "https://github.com/bradsec/ComfyUI_StringEssentials": { + "stars": 25, + "last_update": "2025-12-20 05:45:32", + "cached_time": 1766772693.504629, + "author_account_age_days": 4206 + }, + "https://github.com/Positliver/comfyui-zegr": { + "stars": 1, + "last_update": "2025-01-26 11:51:59", + "cached_time": 1766772693.493696, + "author_account_age_days": 3942 + }, + "https://github.com/tianyuw/ComfyUI-LLM-API": { + "stars": 11, + "last_update": "2025-01-25 19:31:47", + "cached_time": 1766772693.481464, + "author_account_age_days": 3743 + }, + "https://github.com/JTriggerFish/ComfyLatentTools": { + "stars": 4, + "last_update": "2025-05-06 21:07:17", + "cached_time": 1766772693.637755, + "author_account_age_days": 4549 + }, + "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { + "stars": 80, + "last_update": "2025-05-25 19:26:43", + "cached_time": 1766772693.79414, + "author_account_age_days": 3992 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { + "stars": 22, + "last_update": "2025-09-22 18:50:33", + "cached_time": 1766772693.809709, + "author_account_age_days": 3992 + }, + "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { + "stars": 1, + "last_update": "2025-01-26 22:42:52", + "cached_time": 1766772693.876327, + "author_account_age_days": 334 + }, + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { + "stars": 31, + "last_update": "2025-08-30 18:11:35", + "cached_time": 1766772694.006052, + "author_account_age_days": 5195 + }, + "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { + "stars": 0, + "last_update": "2025-09-13 23:22:31", + "cached_time": 1766772694.08117, + "author_account_age_days": 5195 + }, + "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { + "stars": 2, + "last_update": "2025-07-21 02:04:36", + "cached_time": 1766772694.105962, + "author_account_age_days": 5195 + }, + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { + "stars": 14, + "last_update": "2025-11-16 12:12:45", + "cached_time": 1766772694.348066, + "author_account_age_days": 946 + }, + "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { + "stars": 0, + "last_update": "2025-03-07 23:55:55", + "cached_time": 1766772694.54941, + "author_account_age_days": 2157 + }, + "https://github.com/willmiao/ComfyUI-Lora-Manager": { + "stars": 834, + "last_update": "2025-12-26 14:51:33", + "cached_time": 1766772694.505016, + "author_account_age_days": 3908 + }, + "https://github.com/tigeryy2/comfyui-structured-outputs": { + "stars": 2, + "last_update": "2025-12-16 22:31:14", + "cached_time": 1766772694.708256, + "author_account_age_days": 2521 + }, + "https://github.com/852wa/ComfyUI-AAP": { + "stars": 9, + "last_update": "2025-01-29 13:21:59", + "cached_time": 1766772694.637948, + "author_account_age_days": 913 + }, + "https://github.com/ReBeating/ComfyUI-Artist-Selector": { + "stars": 1, + "last_update": "2025-02-10 15:39:41", + "cached_time": 1766772694.829076, + "author_account_age_days": 1928 + }, + "https://github.com/oxysoft/ComfyUI-gowiththeflow": { + "stars": 3, + "last_update": "2025-04-09 03:55:00", + "cached_time": 1766772695.243104, + "author_account_age_days": 4661 + }, + "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { + "stars": 83, + "last_update": "2025-09-30 21:05:37", + "cached_time": 1766772694.887277, + "author_account_age_days": 724 + }, + "https://github.com/gmorks/ComfyUI-SendToDiscord": { + "stars": 0, + "last_update": "2025-07-14 03:00:24", + "cached_time": 1766772695.030627, + "author_account_age_days": 2845 + }, + "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { + "stars": 15, + "last_update": "2025-07-20 03:42:06", + "cached_time": 1766772695.121829, + "author_account_age_days": 2845 + }, + "https://github.com/852wa/ComfyUI-ColorshiftColor": { + "stars": 52, + "last_update": "2025-02-01 12:17:38", + "cached_time": 1766772695.127872, + "author_account_age_days": 913 + }, + "https://github.com/Style-Mosaic/dino-x-comfyui-node": { + "stars": 2, + "last_update": "2025-01-28 21:40:18", + "cached_time": 1766772695.416011, + "author_account_age_days": 418 + }, + "https://github.com/checkbins/checkbin-comfy": { + "stars": 0, + "last_update": "2025-01-31 18:05:33", + "cached_time": 1766772695.648287, + "author_account_age_days": 434 + }, + "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { + "stars": 10, + "last_update": "2025-02-20 12:58:43", + "cached_time": 1766772695.539191, + "author_account_age_days": 2719 + }, + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { + "stars": 0, + "last_update": "2025-01-28 08:04:24", + "cached_time": 1766772696.165332, + "author_account_age_days": 5127 + }, + "https://github.com/aiartvn/A2V_Multi_Image_Composite": { + "stars": 1, + "last_update": "2025-02-02 04:14:06", + "cached_time": 1766772695.840949, + "author_account_age_days": 335 + }, + "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { + "stars": 7, + "last_update": "2025-08-03 11:26:11", + "cached_time": 1766772695.89899, + "author_account_age_days": 2434 + }, + "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { + "stars": 17, + "last_update": "2025-02-09 18:27:16", + "cached_time": 1766772696.058134, + "author_account_age_days": 761 + }, + "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { + "stars": 0, + "last_update": "2025-02-07 17:32:46", + "cached_time": 1766772696.061336, + "author_account_age_days": 761 + }, + "https://github.com/hgabha/WWAA-CustomNodes": { + "stars": 29, + "last_update": "2025-12-16 18:05:13", + "cached_time": 1766772696.141011, + "author_account_age_days": 705 + }, + "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { + "stars": 4, + "last_update": "2025-02-20 06:30:19", + "cached_time": 1766772696.12192, + "author_account_age_days": 761 + }, + "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { + "stars": 2, + "last_update": "2025-11-06 14:32:52", + "cached_time": 1766772696.243577, + "author_account_age_days": 527 + }, + "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { + "stars": 0, + "last_update": "2025-11-06 13:10:07", + "cached_time": 1766772696.449471, + "author_account_age_days": 527 + }, + "https://github.com/Tr1dae/ComfyUI-Dequality": { + "stars": 3, + "last_update": "2025-02-13 16:41:59", + "cached_time": 1766772696.598838, + "author_account_age_days": 1088 + }, + "https://github.com/greengerong/ComfyUI-JanusPro-PL": { + "stars": 11, + "last_update": "2025-02-08 03:32:59", + "cached_time": 1766772696.663725, + "author_account_age_days": 4819 + }, + "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { + "stars": 6, + "last_update": "2025-02-06 19:02:52", + "cached_time": 1766772696.837575, + "author_account_age_days": 1616 + }, + "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { + "stars": 378, + "last_update": "2025-03-22 09:59:11", + "cached_time": 1766772696.91604, + "author_account_age_days": 1616 + }, + "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { + "stars": 40, + "last_update": "2025-08-29 23:04:42", + "cached_time": 1766772697.100422, + "author_account_age_days": 2147 + }, + "https://github.com/gorillaframeai/GF_translate": { + "stars": 7, + "last_update": "2025-02-04 19:26:53", + "cached_time": 1766772697.06326, + "author_account_age_days": 783 + }, + "https://github.com/Arkanun/ReadCSV_ComfyUI": { + "stars": 0, + "last_update": "2025-02-05 23:06:48", + "cached_time": 1766772697.154573, + "author_account_age_days": 3499 + }, + "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { + "stars": 4, + "last_update": "2025-09-21 11:58:58", + "cached_time": 1766772697.135648, + "author_account_age_days": 362 + }, + "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { + "stars": 6, + "last_update": "2025-12-23 21:44:48", + "cached_time": 1766772697.195011, + "author_account_age_days": 362 + }, + "https://github.com/StarAsh042/ComfyUI_RollingArtist": { + "stars": 1, + "last_update": "2025-12-13 13:19:54", + "cached_time": 1766772697.264112, + "author_account_age_days": 3559 + }, + "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { + "stars": 2, + "last_update": "2025-02-04 08:29:24", + "cached_time": 1766772697.461245, + "author_account_age_days": 1182 + }, + "https://github.com/CC-SUN6/ccsun_node": { + "stars": 0, + "last_update": "2025-02-12 07:58:41", + "cached_time": 1766772697.645356, + "author_account_age_days": 919 + }, + "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { + "stars": 6, + "last_update": "2025-10-19 04:29:10", + "cached_time": 1766772697.687213, + "author_account_age_days": 1035 + }, + "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { + "stars": 18, + "last_update": "2025-05-10 16:42:44", + "cached_time": 1766772697.826871, + "author_account_age_days": 809 + }, + "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { + "stars": 2, + "last_update": "2025-05-29 06:33:54", + "cached_time": 1766772697.928847, + "author_account_age_days": 809 + }, + "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { + "stars": 4, + "last_update": "2025-02-09 02:50:51", + "cached_time": 1766772698.07664, + "author_account_age_days": 564 + }, + "https://github.com/guerreiro/comfyg-switch": { + "stars": 5, + "last_update": "2025-08-28 22:13:10", + "cached_time": 1766772698.10479, + "author_account_age_days": 5591 + }, + "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { + "stars": 17, + "last_update": "2025-02-09 04:06:34", + "cached_time": 1766772698.174834, + "author_account_age_days": 2937 + }, + "https://github.com/yanhuifair/comfyui-janus": { + "stars": 5, + "last_update": "2025-07-28 08:39:15", + "cached_time": 1766772698.180603, + "author_account_age_days": 4112 + }, + "https://github.com/lingha0h/comfyui_kj": { + "stars": 7, + "last_update": "2025-03-20 13:24:29", + "cached_time": 1766772698.223018, + "author_account_age_days": 324 + }, + "https://github.com/ShunL12324/comfy-portal-endpoint": { + "stars": 6, + "last_update": "2025-11-25 13:51:36", + "cached_time": 1766772698.270463, + "author_account_age_days": 3088 + }, + "https://github.com/ShinChven/sc-comfy-nodes": { + "stars": 2, + "last_update": "2025-05-21 03:07:18", + "cached_time": 1766772698.475917, + "author_account_age_days": 4720 + }, + "https://github.com/vkff5833/ComfyUI-MobileClient": { + "stars": 8, + "last_update": "2025-02-11 00:34:36", + "cached_time": 1766772698.670123, + "author_account_age_days": 845 + }, + "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { + "stars": 3, + "last_update": "2025-08-10 00:49:32", + "cached_time": 1766772698.735712, + "author_account_age_days": 1752 + }, + "https://github.com/Deep-Neko/ComfyUI_ascii_art": { + "stars": 3, + "last_update": "2025-02-24 13:07:36", + "cached_time": 1766772698.855649, + "author_account_age_days": 305 + }, + "https://github.com/MieMieeeee/ComfyUI-MieNodes": { + "stars": 146, + "last_update": "2025-12-20 03:05:51", + "cached_time": 1766772698.933232, + "author_account_age_days": 2107 + }, + "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { + "stars": 111, + "last_update": "2025-10-09 02:40:02", + "cached_time": 1766772699.109504, + "author_account_age_days": 2107 + }, + "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { + "stars": 3, + "last_update": "2025-03-21 09:09:09", + "cached_time": 1766772699.112261, + "author_account_age_days": 2107 + }, + "https://github.com/lum3on/comfyui_HiDream-Sampler": { + "stars": 483, + "last_update": "2025-04-22 07:21:41", + "cached_time": 1766772699.21434, + "author_account_age_days": 324 + }, + "https://github.com/lum3on/comfyui_LLM_Polymath": { + "stars": 68, + "last_update": "2025-12-17 16:25:12", + "cached_time": 1766772699.188741, + "author_account_age_days": 324 + }, + "https://github.com/lum3on/ComfyUI-ModelQuantizer": { + "stars": 97, + "last_update": "2025-06-14 20:45:21", + "cached_time": 1766772699.243392, + "author_account_age_days": 324 + }, + "https://github.com/lum3on/ComfyUI-FrameUtilitys": { + "stars": 13, + "last_update": "2025-10-17 20:41:40", + "cached_time": 1766772699.300461, + "author_account_age_days": 324 + }, + "https://github.com/lum3on/comfyui_EdgeTAM": { + "stars": 2, + "last_update": "2025-06-27 15:36:58", + "cached_time": 1766772699.47047, + "author_account_age_days": 324 + }, + "https://github.com/lum3on/ComfyUI-StableAudioX": { + "stars": 41, + "last_update": "2025-06-24 22:55:28", + "cached_time": 1766772699.701303, + "author_account_age_days": 324 + }, + "https://github.com/lum3on/ComfyUI_MJ-Scraper": { + "stars": 3, + "last_update": "2025-07-06 18:35:33", + "cached_time": 1766772699.735791, + "author_account_age_days": 324 + }, + "https://github.com/HowToSD/ComfyUI-Data-Analysis": { + "stars": 19, + "last_update": "2025-06-11 04:28:54", + "cached_time": 1766772699.876699, + "author_account_age_days": 725 + }, + "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { + "stars": 1, + "last_update": "2025-02-13 14:29:22", + "cached_time": 1766772699.997122, + "author_account_age_days": 4648 + }, + "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { + "stars": 6, + "last_update": "2025-06-11 04:48:46", + "cached_time": 1766772700.153251, + "author_account_age_days": 725 + }, + "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": { + "stars": 7, + "last_update": "2025-09-02 14:44:32", + "cached_time": 1766772700.150154, + "author_account_age_days": 5263 + }, + "https://github.com/dasilva333/ComfyUI_ContrastingColor": { + "stars": 1, + "last_update": "2025-02-22 04:49:59", + "cached_time": 1766772700.214828, + "author_account_age_days": 5263 + }, + "https://github.com/dasilva333/ComfyUI_MarkdownImage": { + "stars": 0, + "last_update": "2025-04-12 03:11:13", + "cached_time": 1766772700.249508, + "author_account_age_days": 5263 + }, + "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { + "stars": 23, + "last_update": "2025-09-30 06:36:20", + "cached_time": 1766772700.292372, + "author_account_age_days": 957 + }, + "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { + "stars": 5, + "last_update": "2025-07-21 23:11:58", + "cached_time": 1766772700.297642, + "author_account_age_days": 994 + }, + "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { + "stars": 6, + "last_update": "2025-02-16 09:09:34", + "cached_time": 1766772700.915441, + "author_account_age_days": 1774 + }, + "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { + "stars": 1, + "last_update": "2025-02-17 07:14:46", + "cached_time": 1766772700.72728, + "author_account_age_days": 1265 + }, + "https://github.com/BahaC/ComfyUI-ZonosTTS": { + "stars": 23, + "last_update": "2025-02-19 06:28:38", + "cached_time": 1766772700.743315, + "author_account_age_days": 1856 + }, + "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { + "stars": 73, + "last_update": "2025-04-29 21:48:07", + "cached_time": 1766772700.918464, + "author_account_age_days": 3463 + }, + "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { + "stars": 5, + "last_update": "2025-11-26 05:05:36", + "cached_time": 1766772701.005333, + "author_account_age_days": 3463 + }, + "https://github.com/dzqdzq/ComfyUI-crop-alpha": { + "stars": 4, + "last_update": "2025-02-17 14:46:11", + "cached_time": 1766772701.149813, + "author_account_age_days": 3565 + }, + "https://github.com/Hellfiredragon/comfyui-image-manipulation": { + "stars": 0, + "last_update": "2025-02-17 23:25:53", + "cached_time": 1766772701.280926, + "author_account_age_days": 2285 + }, + "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { + "stars": 1, + "last_update": "2025-02-16 03:01:20", + "cached_time": 1766772701.23399, + "author_account_age_days": 1004 + }, + "https://github.com/PrunaAI/ComfyUI_pruna": { + "stars": 65, + "last_update": "2025-09-08 12:53:11", + "cached_time": 1766772701.352918, + "author_account_age_days": 1199 + }, + "https://github.com/lunarring/bitalino_comfy": { + "stars": 0, + "last_update": "2025-02-21 09:03:54", + "cached_time": 1766772701.368385, + "author_account_age_days": 1792 + }, + "https://github.com/AIDC-AI/ComfyUI-Copilot": { + "stars": 4062, + "last_update": "2025-12-15 07:51:39", + "cached_time": 1766772701.368117, + "author_account_age_days": 561 + }, + "https://github.com/attashe/ComfyUI-FluxRegionAttention": { + "stars": 140, + "last_update": "2025-03-02 16:37:39", + "cached_time": 1766772701.730515, + "author_account_age_days": 4174 + }, + "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { + "stars": 0, + "last_update": "2025-02-19 00:38:33", + "cached_time": 1766772701.818101, + "author_account_age_days": 1121 + }, + "https://github.com/HJH-AILab/ComfyUI_Facefusion": { + "stars": 11, + "last_update": "2025-07-25 12:21:52", + "cached_time": 1766772702.000033, + "author_account_age_days": 319 + }, + "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { + "stars": 3, + "last_update": "2025-05-21 08:36:14", + "cached_time": 1766772701.975887, + "author_account_age_days": 319 + }, + "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { + "stars": 17, + "last_update": "2025-04-24 02:45:32", + "cached_time": 1766772702.091984, + "author_account_age_days": 319 + }, + "https://github.com/Easymode-ai/ComfyUI-ShadowR": { + "stars": 15, + "last_update": "2025-02-21 20:53:27", + "cached_time": 1766772702.180993, + "author_account_age_days": 1823 + }, + "https://github.com/GamingDaveUk/daves_nodes": { + "stars": 0, + "last_update": "2025-02-22 06:22:19", + "cached_time": 1766772702.275539, + "author_account_age_days": 982 + }, + "https://github.com/Easymode-ai/ComfyUI-BPT": { + "stars": 12, + "last_update": "2025-07-25 20:05:55", + "cached_time": 1766772702.349796, + "author_account_age_days": 1823 + }, + "https://github.com/chenlongming/ComfyUI_Spectral": { + "stars": 1, + "last_update": "2025-02-22 17:20:35", + "cached_time": 1766772702.41748, + "author_account_age_days": 3728 + }, + "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { + "stars": 0, + "last_update": "2025-04-07 01:09:05", + "cached_time": 1766772702.382558, + "author_account_age_days": 950 + }, + "https://github.com/gitmylo/ComfyUI-audio-nodes": { + "stars": 11, + "last_update": "2025-04-07 07:24:06", + "cached_time": 1766772702.431742, + "author_account_age_days": 2858 + }, + "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { + "stars": 1, + "last_update": "2025-02-21 13:31:14", + "cached_time": 1766772702.77233, + "author_account_age_days": 893 + }, + "https://github.com/benda1989/CosyVoice2_ComfyUI": { + "stars": 25, + "last_update": "2025-04-16 08:39:57", + "cached_time": 1766772702.823114, + "author_account_age_days": 2663 + }, + "https://github.com/benda1989/Sonic_ComfyUI": { + "stars": 3, + "last_update": "2025-02-24 10:04:56", + "cached_time": 1766772702.982003, + "author_account_age_days": 2663 + }, + "https://github.com/morgan55555/comfyui-lock-mode": { + "stars": 0, + "last_update": "2025-04-28 16:16:18", + "cached_time": 1766772703.000832, + "author_account_age_days": 3734 + }, + "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { + "stars": 0, + "last_update": "2025-03-03 07:47:31", + "cached_time": 1766772703.094564, + "author_account_age_days": 388 + }, + "https://github.com/crave33/RenesStuffDanbooruTagGet": { + "stars": 0, + "last_update": "2025-02-23 15:48:48", + "cached_time": 1766772703.192319, + "author_account_age_days": 317 + }, + "https://github.com/MeeeyoAI/ComfyUI_StringOps": { + "stars": 157, + "last_update": "2025-06-04 17:47:55", + "cached_time": 1766772703.313766, + "author_account_age_days": 307 + }, + "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { + "stars": 4, + "last_update": "2025-03-22 01:25:55", + "cached_time": 1766772703.390278, + "author_account_age_days": 3350 + }, + "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { + "stars": 1, + "last_update": "2025-03-21 17:42:55", + "cached_time": 1766772703.410357, + "author_account_age_days": 3350 + }, + "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { + "stars": 1, + "last_update": "2025-03-29 00:39:01", + "cached_time": 1766772703.458051, + "author_account_age_days": 3350 + }, + "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { + "stars": 2, + "last_update": "2025-04-19 09:40:38", + "cached_time": 1766772703.453948, + "author_account_age_days": 3350 + }, + "https://github.com/SirWillance/FoW_Suite_LIGHT": { + "stars": 3, + "last_update": "2025-04-15 08:48:46", + "cached_time": 1766772703.804386, + "author_account_age_days": 328 + }, + "https://github.com/orange90/ComfyUI-Regex-Runner": { + "stars": 3, + "last_update": "2025-02-26 03:48:27", + "cached_time": 1766772703.817225, + "author_account_age_days": 4646 + }, + "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { + "stars": 1, + "last_update": "2025-09-27 17:38:05", + "cached_time": 1766772703.983443, + "author_account_age_days": 4681 + }, + "https://github.com/fat-tire/comfyui-unified-media-suite": { + "stars": 6, + "last_update": "2025-07-07 08:57:09", + "cached_time": 1766772703.98702, + "author_account_age_days": 5487 + }, + "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { + "stars": 3, + "last_update": "2025-05-23 19:32:04", + "cached_time": 1766772704.113105, + "author_account_age_days": 4681 + }, + "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { + "stars": 2, + "last_update": "2025-02-28 22:07:11", + "cached_time": 1766772704.197043, + "author_account_age_days": 2332 + }, + "https://github.com/moose-lab/ComfyUI-GPT": { + "stars": 4, + "last_update": "2025-04-12 07:59:29", + "cached_time": 1766772704.344916, + "author_account_age_days": 336 + }, + "https://github.com/zichongc/ComfyUI-Attention-Distillation": { + "stars": 109, + "last_update": "2025-03-18 02:48:42", + "cached_time": 1766772704.44129, + "author_account_age_days": 1047 + }, + "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { + "stars": 14, + "last_update": "2025-05-09 22:51:17", + "cached_time": 1766772704.432178, + "author_account_age_days": 2035 + }, + "https://github.com/PanicTitan/ComfyUI-Gallery": { + "stars": 83, + "last_update": "2025-12-09 21:44:09", + "cached_time": 1766772704.515929, + "author_account_age_days": 2035 + }, + "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { + "stars": 23, + "last_update": "2025-02-27 21:13:18", + "cached_time": 1766772704.540179, + "author_account_age_days": 549 + }, + "https://github.com/marawan206/ComfyUI-FaceCropper": { + "stars": 10, + "last_update": "2025-03-07 01:44:44", + "cached_time": 1766772704.865197, + "author_account_age_days": 720 + }, + "https://github.com/JiSenHua/ComfyUI-TD": { + "stars": 111, + "last_update": "2025-12-12 11:23:48", + "cached_time": 1766772704.837424, + "author_account_age_days": 1294 + }, + "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { + "stars": 8, + "last_update": "2025-03-30 03:30:40", + "cached_time": 1766772705.008552, + "author_account_age_days": 383 + }, + "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { + "stars": 2, + "last_update": "2025-12-07 15:39:57", + "cached_time": 1766772705.038987, + "author_account_age_days": 1080 + }, + "https://github.com/keit0728/ComfyUI-musubi-tuner": { + "stars": 1, + "last_update": "2025-07-26 09:41:57", + "cached_time": 1766772705.150689, + "author_account_age_days": 3538 + }, + "https://github.com/mang01010/MangoNodePack": { + "stars": 3, + "last_update": "2025-10-03 15:17:39", + "cached_time": 1766772705.316452, + "author_account_age_days": 300 + }, + "https://github.com/keit0728/ComfyUI-Image-Toolkit": { + "stars": 3, + "last_update": "2025-05-30 06:46:47", + "cached_time": 1766772705.327853, + "author_account_age_days": 3538 + }, + "https://github.com/0xRavenBlack/ComfyUI-OOP": { + "stars": 10, + "last_update": "2025-03-02 11:59:14", + "cached_time": 1766772705.445488, + "author_account_age_days": 1929 + }, + "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { + "stars": 5, + "last_update": "2025-11-11 02:06:03", + "cached_time": 1766772705.430985, + "author_account_age_days": 1944 + }, + "https://github.com/Legorobotdude/ComfyUI-VariationLab": { + "stars": 1, + "last_update": "2025-03-02 04:59:28", + "cached_time": 1766772705.560619, + "author_account_age_days": 3919 + }, + "https://github.com/JohanK66/ComfyUI-WebhookImage": { + "stars": 1, + "last_update": "2025-03-10 19:38:53", + "cached_time": 1766772705.549804, + "author_account_age_days": 300 + }, + "https://github.com/mr7thing/circle_pattern_processor": { + "stars": 0, + "last_update": "2025-03-02 19:24:26", + "cached_time": 1766772705.884531, + "author_account_age_days": 687 + }, + "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { + "stars": 0, + "last_update": "2025-03-02 22:17:54", + "cached_time": 1766772705.950206, + "author_account_age_days": 3867 + }, + "https://github.com/justin-vt/ComfyUI-brushstrokes": { + "stars": 1, + "last_update": "2025-03-05 18:27:37", + "cached_time": 1766772706.026626, + "author_account_age_days": 3257 + }, + "https://github.com/chenpipi0807/PIP_ArtisticWords": { + "stars": 30, + "last_update": "2025-03-21 07:29:20", + "cached_time": 1766772706.088037, + "author_account_age_days": 837 + }, + "https://github.com/pxl-pshr/GlitchNodes": { + "stars": 59, + "last_update": "2025-10-11 16:47:17", + "cached_time": 1766772706.150843, + "author_account_age_days": 435 + }, + "https://github.com/sittere/ComfyUI-YK_Line-loading": { + "stars": 2, + "last_update": "2025-03-02 09:10:54", + "cached_time": 1766772706.3192, + "author_account_age_days": 1428 + }, + "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { + "stars": 3, + "last_update": "2025-03-20 11:48:28", + "cached_time": 1766772706.342454, + "author_account_age_days": 837 + }, + "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": { + "stars": 36, + "last_update": "2025-09-04 10:51:53", + "cached_time": 1766772706.496433, + "author_account_age_days": 837 + }, + "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { + "stars": 589, + "last_update": "2025-12-18 09:39:10", + "cached_time": 1766772706.453465, + "author_account_age_days": 837 + }, + "https://github.com/jerome7562/ComfyUI-XenoFlow": { + "stars": 3, + "last_update": "2025-03-10 16:33:16", + "cached_time": 1766772706.560571, + "author_account_age_days": 317 + }, + "https://github.com/ifmylove2011/comfyui-missed-tool": { + "stars": 2, + "last_update": "2025-11-01 09:00:24", + "cached_time": 1766772706.566134, + "author_account_age_days": 3721 + }, + "https://github.com/illuminatianon/comfyui-csvwildcards": { + "stars": 1, + "last_update": "2025-05-02 21:45:53", + "cached_time": 1766772706.923776, + "author_account_age_days": 293 + }, + "https://github.com/finegrain-ai/comfyui-finegrain": { + "stars": 13, + "last_update": "2025-09-17 16:39:03", + "cached_time": 1766772707.033054, + "author_account_age_days": 1053 + }, + "https://github.com/Diohim/ComfyUI-Unusual-Tools": { + "stars": 7, + "last_update": "2025-07-15 09:12:54", + "cached_time": 1766772707.057599, + "author_account_age_days": 330 + }, + "https://github.com/penposs/Comfyui_wan_api": { + "stars": 1, + "last_update": "2025-04-02 16:02:44", + "cached_time": 1766772707.07934, + "author_account_age_days": 2308 + }, + "https://github.com/penposs/ComfyUI_Gemini_Pro": { + "stars": 11, + "last_update": "2025-11-28 14:26:22", + "cached_time": 1766772707.186307, + "author_account_age_days": 2308 + }, + "https://github.com/cardenluo/ComfyUI-Apt_Preset": { + "stars": 230, + "last_update": "2025-12-25 13:42:41", + "cached_time": 1766772707.320626, + "author_account_age_days": 954 + }, + "https://github.com/Holasyb918/Ghost2_Comfyui": { + "stars": 6, + "last_update": "2025-03-14 02:41:21", + "cached_time": 1766772707.394006, + "author_account_age_days": 1185 + }, + "https://github.com/nunchaku-tech/ComfyUI-nunchaku": { + "stars": 2620, + "last_update": "2025-12-24 03:01:12", + "cached_time": 1766772707.523768, + "author_account_age_days": 165 + }, + "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { + "stars": 2, + "last_update": "2025-04-10 00:32:13", + "cached_time": 1766772707.519755, + "author_account_age_days": 2826 + }, + "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { + "stars": 2, + "last_update": "2025-04-08 12:28:17", + "cached_time": 1766772707.566565, + "author_account_age_days": 2826 + }, + "https://github.com/vadimcro/VKRiez-Edge": { + "stars": 16, + "last_update": "2025-03-18 11:18:27", + "cached_time": 1766772707.601208, + "author_account_age_days": 3186 + }, + "https://github.com/Duanyll/duanyll_nodepack": { + "stars": 2, + "last_update": "2025-11-12 11:43:08", + "cached_time": 1766772707.936371, + "author_account_age_days": 3283 + }, + "https://github.com/irreveloper/ComfyUI-DSD": { + "stars": 42, + "last_update": "2025-03-15 16:55:07", + "cached_time": 1766772708.030372, + "author_account_age_days": 4268 + }, + "https://github.com/xingBaGan/ComfyUI-connect-ui": { + "stars": 2, + "last_update": "2025-04-07 09:54:46", + "cached_time": 1766772708.083331, + "author_account_age_days": 2345 + }, + "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { + "stars": 8, + "last_update": "2025-03-13 18:16:21", + "cached_time": 1766772708.102694, + "author_account_age_days": 290 + }, + "https://github.com/HannibalP/comfyui-HannibalPack": { + "stars": 1, + "last_update": "2025-03-11 23:36:33", + "cached_time": 1766772708.306005, + "author_account_age_days": 3154 + }, + "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { + "stars": 6, + "last_update": "2025-03-09 23:39:24", + "cached_time": 1766772708.357707, + "author_account_age_days": 1477 + }, + "https://github.com/orssorbit/ComfyUI-wanBlockswap": { + "stars": 150, + "last_update": "2025-03-19 12:56:23", + "cached_time": 1766772708.430033, + "author_account_age_days": 3579 + }, + "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { + "stars": 0, + "last_update": "2025-03-18 03:15:42", + "cached_time": 1766772708.53355, + "author_account_age_days": 4664 + }, + "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { + "stars": 1, + "last_update": "2025-03-09 18:58:09", + "cached_time": 1766772708.542942, + "author_account_age_days": 4664 + }, + "https://github.com/ali-vilab/ACE_plus": { + "stars": 1340, + "last_update": "2025-04-21 06:36:02", + "cached_time": 1766772708.623897, + "author_account_age_days": 1039 + }, + "https://github.com/chri002/ComfyUI_depthMapOperation": { + "stars": 13, + "last_update": "2025-05-27 06:19:56", + "cached_time": 1766772708.623408, + "author_account_age_days": 2270 + }, + "https://github.com/Laurent2916/comfyui-piq": { + "stars": 0, + "last_update": "2025-03-17 13:50:16", + "cached_time": 1766772708.981336, + "author_account_age_days": 3418 + }, + "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { + "stars": 33, + "last_update": "2025-03-17 10:08:12", + "cached_time": 1766772709.125908, + "author_account_age_days": 3764 + }, + "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { + "stars": 1, + "last_update": "2025-03-16 21:12:54", + "cached_time": 1766772709.105158, + "author_account_age_days": 3764 + }, + "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { + "stars": 3, + "last_update": "2025-05-12 11:01:16", + "cached_time": 1766772709.179597, + "author_account_age_days": 3764 + }, + "https://github.com/thezveroboy/comfyui-random-image-loader": { + "stars": 3, + "last_update": "2025-05-11 18:04:32", + "cached_time": 1766772709.336066, + "author_account_age_days": 3764 + }, + "https://github.com/thezveroboy/ComfyUI-lut": { + "stars": 4, + "last_update": "2025-05-24 21:37:06", + "cached_time": 1766772709.367469, + "author_account_age_days": 3764 + }, + "https://github.com/atluslin/comfyui_arcane_style_trans": { + "stars": 0, + "last_update": "2025-03-14 01:25:41", + "cached_time": 1766772709.42854, + "author_account_age_days": 3577 + }, + "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { + "stars": 5, + "last_update": "2025-08-19 12:29:31", + "cached_time": 1766772709.533392, + "author_account_age_days": 3764 + }, + "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { + "stars": 91, + "last_update": "2025-03-19 15:54:44", + "cached_time": 1766772709.581433, + "author_account_age_days": 2281 + }, + "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { + "stars": 1, + "last_update": "2025-03-13 23:07:04", + "cached_time": 1766772709.650947, + "author_account_age_days": 521 + }, + "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { + "stars": 1, + "last_update": "2025-08-10 13:42:12", + "cached_time": 1766772709.682915, + "author_account_age_days": 521 + }, + "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { + "stars": 7, + "last_update": "2025-03-18 00:51:34", + "cached_time": 1766772710.049619, + "author_account_age_days": 3736 + }, + "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { + "stars": 0, + "last_update": "2025-03-31 15:37:25", + "cached_time": 1766772710.137814, + "author_account_age_days": 4973 + }, + "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { + "stars": 3, + "last_update": "2025-10-01 21:48:29", + "cached_time": 1766772710.193935, + "author_account_age_days": 5056 + }, + "https://github.com/Immac/ComfyUI-CoreVideoMocks": { + "stars": 2, + "last_update": "2025-03-17 20:21:25", + "cached_time": 1766772710.199683, + "author_account_age_days": 4729 + }, + "https://github.com/kukuo6666/ComfyUI-Equirect": { + "stars": 2, + "last_update": "2025-03-29 18:28:47", + "cached_time": 1766772710.358065, + "author_account_age_days": 2117 + }, + "https://github.com/vahidzxc/va-nodes": { + "stars": 2, + "last_update": "2025-03-22 01:50:08", + "cached_time": 1766772710.394786, + "author_account_age_days": 542 + }, + "https://github.com/blovett80/ComfyUI-PixelDojo": { + "stars": 0, + "last_update": "2025-03-27 10:30:18", + "cached_time": 1766772710.458056, + "author_account_age_days": 752 + }, + "https://github.com/SijieMei/ComfyUI-promptHistory": { + "stars": 0, + "last_update": "2025-03-24 03:32:05", + "cached_time": 1766772710.564265, + "author_account_age_days": 2461 + }, + "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { + "stars": 0, + "last_update": "2025-03-22 11:04:33", + "cached_time": 1766772710.657979, + "author_account_age_days": 1947 + }, + "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { + "stars": 15, + "last_update": "2025-04-02 08:31:41", + "cached_time": 1766772710.789561, + "author_account_age_days": 950 + }, + "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { + "stars": 2, + "last_update": "2025-03-21 09:52:29", + "cached_time": 1766772710.725086, + "author_account_age_days": 2910 + }, + "https://github.com/infinigence/ComfyUI_Model_Cache": { + "stars": 9, + "last_update": "2025-03-28 02:35:14", + "cached_time": 1766772711.136249, + "author_account_age_days": 694 + }, + "https://github.com/infinigence/ComfyUI-Infinigence-Nodes": { + "stars": 2, + "last_update": "2025-08-25 03:41:44", + "cached_time": 1766772711.207921, + "author_account_age_days": 694 + }, + "https://github.com/RaymondProduction/comfyui-zerna-pack": { + "stars": 0, + "last_update": "2025-03-26 16:10:15", + "cached_time": 1766772711.269252, + "author_account_age_days": 3476 + }, + "https://github.com/svetozarov/AS_LLM_nodes": { + "stars": 2, + "last_update": "2025-03-23 12:05:43", + "cached_time": 1766772711.249915, + "author_account_age_days": 1035 + }, + "https://github.com/Andro-Meta/ComfyUI-Ovis2": { + "stars": 4, + "last_update": "2025-03-24 04:27:56", + "cached_time": 1766772711.383999, + "author_account_age_days": 822 + }, + "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { + "stars": 19, + "last_update": "2025-03-27 13:34:40", + "cached_time": 1766772711.407438, + "author_account_age_days": 516 + }, + "https://github.com/jupo-ai/comfy-ex-tagcomplete": { + "stars": 24, + "last_update": "2025-09-21 06:59:59", + "cached_time": 1766772711.555371, + "author_account_age_days": 300 + }, + "https://github.com/rainlizard/ComfyUI-Raffle": { + "stars": 18, + "last_update": "2025-11-23 16:11:33", + "cached_time": 1766772711.628315, + "author_account_age_days": 3713 + }, + "https://github.com/felixszeto/ComfyUI-RequestNodes": { + "stars": 103, + "last_update": "2025-08-25 05:11:01", + "cached_time": 1766772711.672385, + "author_account_age_days": 1599 + }, + "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { + "stars": 19, + "last_update": "2025-04-05 22:05:47", + "cached_time": 1766772711.745804, + "author_account_age_days": 4016 + }, + "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { + "stars": 0, + "last_update": "2025-12-24 20:46:10", + "cached_time": 1766772711.802798, + "author_account_age_days": 4016 + }, + "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { + "stars": 1, + "last_update": "2025-11-17 10:19:20", + "cached_time": 1766772712.124437, + "author_account_age_days": 4016 + }, + "https://github.com/wywywywy/ComfyUI-pause": { + "stars": 28, + "last_update": "2025-05-05 21:37:34", + "cached_time": 1766772712.243024, + "author_account_age_days": 3479 + }, + "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { + "stars": 0, + "last_update": "2025-03-23 19:29:25", + "cached_time": 1766772712.271817, + "author_account_age_days": 3260 + }, + "https://github.com/PiggyDance/ComfyUI_OpenCV": { + "stars": 1, + "last_update": "2025-03-24 10:02:49", + "cached_time": 1766772712.28907, + "author_account_age_days": 2937 + }, + "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { + "stars": 2, + "last_update": "2025-03-29 17:35:11", + "cached_time": 1766772712.423359, + "author_account_age_days": 339 + }, + "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { + "stars": 3, + "last_update": "2025-06-02 16:16:12", + "cached_time": 1766772712.471202, + "author_account_age_days": 2143 + }, + "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { + "stars": 7, + "last_update": "2025-04-01 03:12:04", + "cached_time": 1766772712.619756, + "author_account_age_days": 4254 + }, + "https://github.com/YaroslavIv/comfyui_swd": { + "stars": 2, + "last_update": "2025-06-23 04:10:43", + "cached_time": 1766772712.645743, + "author_account_age_days": 2127 + }, + "https://github.com/hayde0096/Comfyui-EasySettingpipes": { + "stars": 1, + "last_update": "2025-11-18 12:13:59", + "cached_time": 1766772712.681639, + "author_account_age_days": 3276 + }, + "https://github.com/orex2121/comfyui-OreX": { + "stars": 14, + "last_update": "2025-12-05 09:45:28", + "cached_time": 1766772712.756529, + "author_account_age_days": 2056 + }, + "https://github.com/zakantonio/AvatarGen-experience": { + "stars": 0, + "last_update": "2025-03-26 20:58:18", + "cached_time": 1766772712.821811, + "author_account_age_days": 4326 + }, + "https://github.com/Gue-e/ComfyUI-PanoCard": { + "stars": 16, + "last_update": "2025-06-23 08:57:03", + "cached_time": 1766772713.147752, + "author_account_age_days": 2634 + }, + "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { + "stars": 80, + "last_update": "2025-03-28 04:58:45", + "cached_time": 1766772713.260271, + "author_account_age_days": 2058 + }, + "https://github.com/stepfun-ai/ComfyUI-StepVideo": { + "stars": 42, + "last_update": "2025-03-27 07:52:26", + "cached_time": 1766772713.356412, + "author_account_age_days": 503 + }, + "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { + "stars": 0, + "last_update": "2025-06-17 05:53:17", + "cached_time": 1766772713.274991, + "author_account_age_days": 2991 + }, + "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { + "stars": 23, + "last_update": "2025-12-07 12:06:26", + "cached_time": 1766772713.444052, + "author_account_age_days": 2157 + }, + "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { + "stars": 5, + "last_update": "2025-05-05 21:36:48", + "cached_time": 1766772713.487115, + "author_account_age_days": 2103 + }, + "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { + "stars": 20, + "last_update": "2025-05-08 21:56:04", + "cached_time": 1766772713.634169, + "author_account_age_days": 2103 + }, + "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { + "stars": 2, + "last_update": "2025-07-15 20:30:08", + "cached_time": 1766772713.687683, + "author_account_age_days": 2157 + }, + "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { + "stars": 21, + "last_update": "2025-06-13 18:44:06", + "cached_time": 1766772713.691456, + "author_account_age_days": 1068 + }, + "https://github.com/yushan777/ComfyUI-Y7Nodes": { + "stars": 6, + "last_update": "2025-11-09 14:09:07", + "cached_time": 1766772713.774893, + "author_account_age_days": 1068 + }, + "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { + "stars": 1, + "last_update": "2025-03-28 12:13:20", + "cached_time": 1766772713.841921, + "author_account_age_days": 3510 + }, + "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { + "stars": 16, + "last_update": "2025-11-07 16:41:28", + "cached_time": 1766772714.186632, + "author_account_age_days": 351 + }, + "https://github.com/zzubnik/TT_TextTools": { + "stars": 1, + "last_update": "2025-04-02 23:40:24", + "cached_time": 1766772714.287851, + "author_account_age_days": 3275 + }, + "https://github.com/dimtion/comfyui-raw-image": { + "stars": 4, + "last_update": "2025-07-19 22:22:37", + "cached_time": 1766772714.358847, + "author_account_age_days": 4915 + }, + "https://github.com/Zar4X/ComfyUI-Batch-Process": { + "stars": 7, + "last_update": "2025-12-10 03:45:04", + "cached_time": 1766772714.437409, + "author_account_age_days": 981 + }, + "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { + "stars": 0, + "last_update": "2025-05-19 23:16:22", + "cached_time": 1766772714.509279, + "author_account_age_days": 271 + }, + "https://github.com/Zar4X/ComfyUI-Image-Resizing": { + "stars": 3, + "last_update": "2025-12-04 02:41:50", + "cached_time": 1766772714.517137, + "author_account_age_days": 981 + }, + "https://github.com/hekmon/comfyui-checkpoint-extract": { + "stars": 1, + "last_update": "2025-03-31 13:30:54", + "cached_time": 1766772714.695499, + "author_account_age_days": 4714 + }, + "https://github.com/WaveSpeedAI/wavespeed-comfyui": { + "stars": 40, + "last_update": "2025-12-04 05:22:27", + "cached_time": 1766772714.746491, + "author_account_age_days": 339 + }, + "https://github.com/hekmon/comfyui-openai-api": { + "stars": 22, + "last_update": "2025-11-26 08:45:23", + "cached_time": 1766772714.745333, + "author_account_age_days": 4714 + }, + "https://github.com/rookiepsi/comfyui-extended": { + "stars": 4, + "last_update": "2025-10-07 20:14:44", + "cached_time": 1766772714.782542, + "author_account_age_days": 307 + }, + "https://github.com/rookiepsi/comfypsi_blur_mask": { + "stars": 1, + "last_update": "2025-09-08 02:32:36", + "cached_time": 1766772714.86553, + "author_account_age_days": 307 + }, + "https://github.com/younyokel/comfyui_prompt_formatter": { + "stars": 4, + "last_update": "2025-05-16 16:33:11", + "cached_time": 1766772715.262732, + "author_account_age_days": 2345 + }, + "https://github.com/MoonGoblinDev/Civicomfy": { + "stars": 73, + "last_update": "2025-09-12 05:21:24", + "cached_time": 1766772715.319961, + "author_account_age_days": 3353 + }, + "https://github.com/hunzmusic/ComfyUI-IG2MV": { + "stars": 38, + "last_update": "2025-05-09 10:46:42", + "cached_time": 1766772715.407481, + "author_account_age_days": 278 + }, + "https://github.com/Ky11le/draw_tools": { + "stars": 1, + "last_update": "2025-05-14 05:35:47", + "cached_time": 1766772715.460187, + "author_account_age_days": 1029 + }, + "https://github.com/LaVie024/comfyui-lopi999-nodes": { + "stars": 9, + "last_update": "2025-12-24 18:35:44", + "cached_time": 1766772715.512501, + "author_account_age_days": 2107 + }, + "https://github.com/cleanlii/comfyui-dalle-integration": { + "stars": 1, + "last_update": "2025-04-02 08:29:56", + "cached_time": 1766772715.533387, + "author_account_age_days": 2653 + }, + "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { + "stars": 3, + "last_update": "2025-04-15 12:40:47", + "cached_time": 1766772715.684474, + "author_account_age_days": 2022 + }, + "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { + "stars": 6, + "last_update": "2025-10-04 09:09:41", + "cached_time": 1766772715.743768, + "author_account_age_days": 5906 + }, + "https://github.com/Siempreflaco/ComfyUI-NCNodes": { + "stars": 0, + "last_update": "2025-05-02 20:04:43", + "cached_time": 1766772715.743975, + "author_account_age_days": 1206 + }, + "https://github.com/livepeer/ComfyUI-Stream-Pack": { + "stars": 18, + "last_update": "2025-09-25 16:22:41", + "cached_time": 1766772715.881131, + "author_account_age_days": 3256 + }, + "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { + "stars": 4, + "last_update": "2025-04-04 13:50:16", + "cached_time": 1766772715.853141, + "author_account_age_days": 1206 + }, + "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { + "stars": 2, + "last_update": "2025-12-19 06:12:25", + "cached_time": 1766772716.27098, + "author_account_age_days": 4722 + }, + "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { + "stars": 25, + "last_update": "2025-12-07 20:30:30", + "cached_time": 1766772716.399234, + "author_account_age_days": 4931 + }, + "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { + "stars": 3, + "last_update": "2025-04-04 19:45:39", + "cached_time": 1766772716.50387, + "author_account_age_days": 4358 + }, + "https://github.com/Temult/TWanSigmaGraph": { + "stars": 12, + "last_update": "2025-04-17 09:39:00", + "cached_time": 1766772716.533055, + "author_account_age_days": 816 + }, + "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { + "stars": 8, + "last_update": "2025-04-12 10:38:46", + "cached_time": 1766772716.607498, + "author_account_age_days": 1930 + }, + "https://github.com/withmpx/mpx-comfyui-nodes": { + "stars": 2, + "last_update": "2025-04-16 22:08:20", + "cached_time": 1766772716.634278, + "author_account_age_days": 280 + }, + "https://github.com/Raykosan/ComfyUI_RaykoStudio": { + "stars": 11, + "last_update": "2025-08-12 08:33:06", + "cached_time": 1766772716.702216, + "author_account_age_days": 1930 + }, + "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { + "stars": 0, + "last_update": "2025-04-09 19:31:50", + "cached_time": 1766772716.784662, + "author_account_age_days": 2883 + }, + "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { + "stars": 1, + "last_update": "2025-04-07 15:01:04", + "cached_time": 1766772716.762362, + "author_account_age_days": 2883 + }, + "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { + "stars": 45, + "last_update": "2025-04-11 05:29:55", + "cached_time": 1766772716.872883, + "author_account_age_days": 1126 + }, + "https://github.com/rickyars/comfyui-llm-tile": { + "stars": 1, + "last_update": "2025-06-25 11:56:15", + "cached_time": 1766772716.917595, + "author_account_age_days": 4754 + }, + "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { + "stars": 0, + "last_update": "2025-04-26 22:48:50", + "cached_time": 1766772717.304089, + "author_account_age_days": 266 + }, + "https://github.com/synthetai/ComfyUI-JM-KLing-API": { + "stars": 3, + "last_update": "2025-10-16 07:24:50", + "cached_time": 1766772717.446838, + "author_account_age_days": 501 + }, + "https://github.com/synthetai/ComfyUI_FaceEnhancer": { + "stars": 2, + "last_update": "2025-04-17 00:34:39", + "cached_time": 1766772717.524317, + "author_account_age_days": 501 + }, + "https://github.com/synthetai/ComfyUI_PromptBatcher": { + "stars": 9, + "last_update": "2025-04-14 04:42:03", + "cached_time": 1766772717.552085, + "author_account_age_days": 501 + }, + "https://github.com/synthetai/ComfyUI-ToolBox": { + "stars": 0, + "last_update": "2025-10-13 15:44:26", + "cached_time": 1766772717.650525, + "author_account_age_days": 501 + }, + "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { + "stars": 3, + "last_update": "2025-07-26 08:32:23", + "cached_time": 1766772717.669617, + "author_account_age_days": 501 + }, + "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { + "stars": 3, + "last_update": "2025-09-12 02:51:40", + "cached_time": 1766772717.738736, + "author_account_age_days": 501 + }, + "https://github.com/chou18194766xx/comfyui_EncryptPreview": { + "stars": 3, + "last_update": "2025-04-26 12:29:43", + "cached_time": 1766772717.776334, + "author_account_age_days": 776 + }, + "https://github.com/chou18194766xx/comfyui-EncryptSave": { + "stars": 4, + "last_update": "2025-05-18 07:55:45", + "cached_time": 1766772717.831907, + "author_account_age_days": 776 + }, + "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { + "stars": 2, + "last_update": "2025-04-09 03:25:32", + "cached_time": 1766772717.928019, + "author_account_age_days": 1804 + }, + "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { + "stars": 3, + "last_update": "2025-06-10 06:16:34", + "cached_time": 1766772717.925264, + "author_account_age_days": 1804 + }, + "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { + "stars": 6, + "last_update": "2025-06-16 06:49:23", + "cached_time": 1766772718.299884, + "author_account_age_days": 1804 + }, + "https://github.com/brantje/ComfyUI-api-tools": { + "stars": 8, + "last_update": "2025-05-28 11:37:29", + "cached_time": 1766772718.829217, + "author_account_age_days": 4795 + }, + "https://github.com/brantje/ComfyUI_MagicQuill": { + "stars": 3, + "last_update": "2025-05-20 19:32:21", + "cached_time": 1766772718.576724, + "author_account_age_days": 4795 + }, + "https://github.com/oshtz/ComfyUI-oshtz-nodes": { + "stars": 7, + "last_update": "2025-11-19 21:03:59", + "cached_time": 1766772718.55175, + "author_account_age_days": 976 + }, + "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { + "stars": 3, + "last_update": "2025-12-15 20:47:13", + "cached_time": 1766772718.686351, + "author_account_age_days": 2464 + }, + "https://github.com/badxprogramm/ComfyUI-GradientBlur": { + "stars": 1, + "last_update": "2025-04-10 03:47:51", + "cached_time": 1766772718.761887, + "author_account_age_days": 822 + }, + "https://github.com/uihp/ComfyUI-String-Chain": { + "stars": 1, + "last_update": "2025-04-12 12:22:14", + "cached_time": 1766772718.75819, + "author_account_age_days": 1588 + }, + "https://github.com/linksluckytime/comfyui_snacknodes": { + "stars": 0, + "last_update": "2025-05-07 01:48:50", + "cached_time": 1766772718.810567, + "author_account_age_days": 975 + }, + "https://github.com/leoleelxh/Comfy-Topaz-Photo": { + "stars": 17, + "last_update": "2025-05-24 05:47:40", + "cached_time": 1766772718.829008, + "author_account_age_days": 4625 + }, + "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { + "stars": 1, + "last_update": "2025-04-15 10:31:38", + "cached_time": 1766772718.921887, + "author_account_age_days": 940 + }, + "https://github.com/hnmr293/comfyui-savemem": { + "stars": 1, + "last_update": "2025-04-15 02:10:14", + "cached_time": 1766772718.975889, + "author_account_age_days": 1105 + }, + "https://github.com/big-mon/ComfyUI-ResolutionPresets": { + "stars": 2, + "last_update": "2025-04-12 17:05:21", + "cached_time": 1766772719.296364, + "author_account_age_days": 3226 + }, + "https://github.com/Reithan/negative_rejection_steering": { + "stars": 16, + "last_update": "2025-12-05 04:44:46", + "cached_time": 1766772719.549874, + "author_account_age_days": 4254 + }, + "https://github.com/hnmr293/ComfyUI-latent-ops": { + "stars": 2, + "last_update": "2025-04-16 08:04:59", + "cached_time": 1766772719.606873, + "author_account_age_days": 1105 + }, + "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { + "stars": 4, + "last_update": "2025-04-22 10:00:31", + "cached_time": 1766772719.688301, + "author_account_age_days": 1126 + }, + "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { + "stars": 2, + "last_update": "2025-04-22 09:12:55", + "cached_time": 1766772719.748911, + "author_account_age_days": 1126 + }, + "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { + "stars": 2, + "last_update": "2025-12-01 14:29:42", + "cached_time": 1766772719.79083, + "author_account_age_days": 1982 + }, + "https://github.com/QijiTec/ComfyUI-RED-UNO": { + "stars": 25, + "last_update": "2025-04-21 01:07:24", + "cached_time": 1766772719.827262, + "author_account_age_days": 1014 + }, + "https://github.com/zzw5516/ComfyUI-zw-tools": { + "stars": 4, + "last_update": "2025-12-03 01:43:00", + "cached_time": 1766772719.822112, + "author_account_age_days": 4692 + }, + "https://github.com/nisaruj/comfyui-daam": { + "stars": 37, + "last_update": "2025-10-13 12:54:31", + "cached_time": 1766772719.878654, + "author_account_age_days": 3758 + }, + "https://github.com/Danteday/ComfyUI-NoteManager": { + "stars": 13, + "last_update": "2025-04-20 19:52:58", + "cached_time": 1766772719.943314, + "author_account_age_days": 2866 + }, + "https://github.com/bytedance/ComfyUI-HyperLoRA": { + "stars": 469, + "last_update": "2025-06-25 08:47:51", + "cached_time": 1766772720.064739, + "author_account_age_days": 4638 + }, + "https://github.com/bytedance/ComfyUI_InfiniteYou": { + "stars": 281, + "last_update": "2025-07-25 04:53:32", + "cached_time": 1766772720.388427, + "author_account_age_days": 4638 + }, + "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { + "stars": 0, + "last_update": "2025-12-26 15:29:04", + "cached_time": 1766772720.569718, + "author_account_age_days": 3390 + }, + "https://github.com/bytedance/comfyui-lumi-batcher": { + "stars": 513, + "last_update": "2025-12-07 11:45:47", + "cached_time": 1766772720.675904, + "author_account_age_days": 4638 + }, + "https://github.com/stevenwg/ComfyUI-VideoGrid": { + "stars": 0, + "last_update": "2025-05-26 06:51:21", + "cached_time": 1766772720.71335, + "author_account_age_days": 3849 + }, + "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { + "stars": 0, + "last_update": "2025-05-25 13:35:03", + "cached_time": 1766772720.82575, + "author_account_age_days": 254 + }, + "https://github.com/avenstack/ComfyUI-AV-LatentSync": { + "stars": 3, + "last_update": "2025-05-28 14:27:42", + "cached_time": 1766772720.829243, + "author_account_age_days": 254 + }, + "https://github.com/avenstack/ComfyUI-AV-FunASR": { + "stars": 16, + "last_update": "2025-06-13 05:53:11", + "cached_time": 1766772720.836247, + "author_account_age_days": 254 + }, + "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { + "stars": 10, + "last_update": "2025-11-30 19:46:03", + "cached_time": 1766772720.935699, + "author_account_age_days": 291 + }, + "https://github.com/Jint8888/Comfyui_JTnodes": { + "stars": 1, + "last_update": "2025-04-22 16:23:53", + "cached_time": 1766772720.956786, + "author_account_age_days": 601 + }, + "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { + "stars": 2, + "last_update": "2025-09-21 06:08:00", + "cached_time": 1766772721.068632, + "author_account_age_days": 4945 + }, + "https://github.com/SignalCha1n/comfyui-ComfySnap": { + "stars": 4, + "last_update": "2025-04-27 15:24:25", + "cached_time": 1766772721.223027, + "author_account_age_days": 260 + }, + "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { + "stars": 20, + "last_update": "2025-05-05 02:46:31", + "cached_time": 1766772721.437868, + "author_account_age_days": 2396 + }, + "https://github.com/judian17/ComfyUI_ZIM": { + "stars": 9, + "last_update": "2025-05-14 11:32:06", + "cached_time": 1766772721.608244, + "author_account_age_days": 2396 + }, + "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { + "stars": 54, + "last_update": "2025-10-26 21:23:07", + "cached_time": 1766772721.704248, + "author_account_age_days": 2396 + }, + "https://github.com/judian17/ComfyUI-UniWorld-jd17": { + "stars": 21, + "last_update": "2025-06-10 14:12:16", + "cached_time": 1766772721.771968, + "author_account_age_days": 2396 + }, + "https://github.com/TiamaTiramisu/risutools": { + "stars": 3, + "last_update": "2025-04-20 22:51:50", + "cached_time": 1766772721.840034, + "author_account_age_days": 550 + }, + "https://github.com/excelwong/ComfyUI-PromptComposer": { + "stars": 1, + "last_update": "2025-04-30 10:33:43", + "cached_time": 1766772721.836858, + "author_account_age_days": 3916 + }, + "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { + "stars": 2, + "last_update": "2025-06-06 04:07:48", + "cached_time": 1766772721.849801, + "author_account_age_days": 4067 + }, + "https://github.com/VK/vk-nodes": { + "stars": 0, + "last_update": "2025-05-07 19:59:57", + "cached_time": 1766772721.983594, + "author_account_age_days": 5895 + }, + "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { + "stars": 2, + "last_update": "2025-04-21 20:57:33", + "cached_time": 1766772721.963261, + "author_account_age_days": 4131 + }, + "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { + "stars": 1, + "last_update": "2025-04-23 04:14:55", + "cached_time": 1766772722.062595, + "author_account_age_days": 2295 + }, + "https://github.com/GrailGreg/images_base64": { + "stars": 1, + "last_update": "2025-05-13 07:12:00", + "cached_time": 1766772722.23617, + "author_account_age_days": 296 + }, + "https://github.com/vekitan55/SimpleFlux1Merger": { + "stars": 4, + "last_update": "2025-04-23 12:09:47", + "cached_time": 1766772722.4906, + "author_account_age_days": 881 + }, + "https://github.com/kantsche/ComfyUI-MixMod": { + "stars": 30, + "last_update": "2025-10-05 05:29:47", + "cached_time": 1766772722.648015, + "author_account_age_days": 4436 + }, + "https://github.com/goldwins520/Comfyui_saveimg2webdav": { + "stars": 0, + "last_update": "2025-05-25 06:15:38", + "cached_time": 1766772722.688797, + "author_account_age_days": 2126 + }, + "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { + "stars": 0, + "last_update": "2025-12-17 14:33:58", + "cached_time": 1766772722.811724, + "author_account_age_days": 3380 + }, + "https://github.com/comfy-deploy/comfyui-llm-toolkit": { + "stars": 77, + "last_update": "2025-10-01 10:55:39", + "cached_time": 1766772722.89564, + "author_account_age_days": 717 + }, + "https://github.com/JustLateNightAI/KeywordImageBlocker": { + "stars": 0, + "last_update": "2025-05-07 17:25:44", + "cached_time": 1766772722.900825, + "author_account_age_days": 430 + }, + "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { + "stars": 2, + "last_update": "2025-10-14 21:19:43", + "cached_time": 1766772722.884321, + "author_account_age_days": 2138 + }, + "https://github.com/pupba/Comfy_ForEach": { + "stars": 3, + "last_update": "2025-05-12 07:08:54", + "cached_time": 1766772722.997268, + "author_account_age_days": 2351 + }, + "https://github.com/n0neye/A3D-comfyui-integration": { + "stars": 6, + "last_update": "2025-04-28 03:54:34", + "cached_time": 1766772723.424546, + "author_account_age_days": 1374 + }, + "https://github.com/alessandroperilli/OCS_Nodes": { + "stars": 3, + "last_update": "2025-11-18 13:01:14", + "cached_time": 1766772723.262811, + "author_account_age_days": 4058 + }, + "https://github.com/rkfg/ComfyUI-Dia_tts": { + "stars": 0, + "last_update": "2025-04-27 15:58:21", + "cached_time": 1766772723.444166, + "author_account_age_days": 5822 + }, + "https://github.com/BNP1111/comfyui_flux_corrector": { + "stars": 4, + "last_update": "2025-04-25 16:47:45", + "cached_time": 1766772723.510523, + "author_account_age_days": 1046 + }, + "https://github.com/hubentu/ComfyUI-loras-loader": { + "stars": 3, + "last_update": "2025-09-04 17:15:58", + "cached_time": 1766772723.651583, + "author_account_age_days": 4054 + }, + "https://github.com/Cryptyox/anaglyphTool-Comfyui": { + "stars": 8, + "last_update": "2025-11-20 01:25:21", + "cached_time": 1766772723.692563, + "author_account_age_days": 1478 + }, + "https://github.com/hugobb/FastGAN-ComfyUI-Node": { + "stars": 1, + "last_update": "2025-11-17 22:24:25", + "cached_time": 1766772723.830678, + "author_account_age_days": 3386 + }, + "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { + "stars": 10, + "last_update": "2025-08-08 23:15:40", + "cached_time": 1766772723.894125, + "author_account_age_days": 4356 + }, + "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { + "stars": 1, + "last_update": "2025-05-12 23:34:55", + "cached_time": 1766772723.955812, + "author_account_age_days": 4356 + }, + "https://github.com/marklieberman/ComfyUI-Liebs-Title": { + "stars": 0, + "last_update": "2025-05-12 23:32:28", + "cached_time": 1766772723.9269, + "author_account_age_days": 4356 + }, + "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { + "stars": 40, + "last_update": "2025-06-08 07:53:11", + "cached_time": 1766772724.024218, + "author_account_age_days": 3342 + }, + "https://github.com/SXQBW/ComfyUI-Qwen-VL": { + "stars": 25, + "last_update": "2025-10-25 02:52:24", + "cached_time": 1766772724.27339, + "author_account_age_days": 3342 + }, + "https://github.com/SXQBW/ComfyUI-Qwen": { + "stars": 20, + "last_update": "2025-05-26 05:01:41", + "cached_time": 1766772724.468041, + "author_account_age_days": 3342 + }, + "https://github.com/nobrainX2/comfyUI-customDia": { + "stars": 14, + "last_update": "2025-05-29 18:32:25", + "cached_time": 1766772724.544697, + "author_account_age_days": 2337 + }, + "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { + "stars": 75, + "last_update": "2025-04-30 11:03:51", + "cached_time": 1766772724.575584, + "author_account_age_days": 3054 + }, + "https://github.com/zygion/comfyui-zygion-util-nodes": { + "stars": 0, + "last_update": "2025-04-26 05:11:35", + "cached_time": 1766772724.66201, + "author_account_age_days": 356 + }, + "https://github.com/Xkipper/ComfyUI_SkipperNodes": { + "stars": 0, + "last_update": "2025-04-26 20:13:45", + "cached_time": 1766772724.707603, + "author_account_age_days": 4029 + }, + "https://github.com/FewBox/fewbox-outfit-comfyui": { + "stars": 0, + "last_update": "2025-07-30 02:03:58", + "cached_time": 1766772724.868994, + "author_account_age_days": 3165 + }, + "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { + "stars": 3, + "last_update": "2025-04-28 02:05:19", + "cached_time": 1766772724.906847, + "author_account_age_days": 893 + }, + "https://github.com/kungful/ComfyUI_to_webui": { + "stars": 21, + "last_update": "2025-07-02 09:38:43", + "cached_time": 1766772724.96885, + "author_account_age_days": 1673 + }, + "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { + "stars": 5, + "last_update": "2025-05-10 12:26:38", + "cached_time": 1766772724.962677, + "author_account_age_days": 893 + }, + "https://github.com/lceric/comfyui-gpt-image": { + "stars": 10, + "last_update": "2025-05-19 10:49:30", + "cached_time": 1766772725.052831, + "author_account_age_days": 3260 + }, + "https://github.com/somesomebody/lorainfo-sidebar": { + "stars": 5, + "last_update": "2025-05-31 07:23:03", + "cached_time": 1766772725.296325, + "author_account_age_days": 241 + }, + "https://github.com/Alexankharin/camera-comfyUI": { + "stars": 23, + "last_update": "2025-12-26 16:27:12", + "cached_time": 1766772725.484301, + "author_account_age_days": 2671 + }, + "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { + "stars": 28, + "last_update": "2025-06-28 17:36:41", + "cached_time": 1766772725.576118, + "author_account_age_days": 1404 + }, + "https://github.com/lisaks/comfyui-panelforge": { + "stars": 2, + "last_update": "2025-04-29 00:25:00", + "cached_time": 1766772725.574153, + "author_account_age_days": 1286 + }, + "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { + "stars": 7, + "last_update": "2025-06-02 03:02:19", + "cached_time": 1766772725.824751, + "author_account_age_days": 393 + }, + "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { + "stars": 4, + "last_update": "2025-07-09 04:52:46", + "cached_time": 1766772725.730113, + "author_account_age_days": 393 + }, + "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { + "stars": 19, + "last_update": "2025-08-13 06:57:26", + "cached_time": 1766772725.931203, + "author_account_age_days": 393 + }, + "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { + "stars": 1, + "last_update": "2025-05-04 04:58:56", + "cached_time": 1766772725.983506, + "author_account_age_days": 501 + }, + "https://github.com/philipy1219/ComfyUI-TaylorSeer": { + "stars": 56, + "last_update": "2025-10-07 08:05:19", + "cached_time": 1766772726.019037, + "author_account_age_days": 3808 + }, + "https://github.com/philipy1219/ComfyUI-CloudStorage": { + "stars": 0, + "last_update": "2025-07-01 13:40:29", + "cached_time": 1766772726.082588, + "author_account_age_days": 3808 + }, + "https://github.com/FaberVS/MultiModel": { + "stars": 3, + "last_update": "2025-08-08 14:52:53", + "cached_time": 1766777789.518577, + "author_account_age_days": 2321 + }, + "https://github.com/matorzhin/milan-nodes-comfyui": { + "stars": 1, + "last_update": "2025-06-05 16:37:41", + "cached_time": 1766777789.490266, + "author_account_age_days": 3203 + }, + "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { + "stars": 30, + "last_update": "2025-12-26 16:37:34", + "cached_time": 1766777789.530163, + "author_account_age_days": 639 + }, + "https://github.com/cathodeDreams/comfyui-azul-scripts": { + "stars": 0, + "last_update": "2025-04-30 17:03:38", + "cached_time": 1766777789.487376, + "author_account_age_days": 1019 + }, + "https://github.com/unicough/comfy_openai_image_api": { + "stars": 0, + "last_update": "2025-05-02 04:24:34", + "cached_time": 1766777789.327144, + "author_account_age_days": 4260 + }, + "https://github.com/XieJunchen/comfyUI_LLM": { + "stars": 2, + "last_update": "2025-08-03 13:21:08", + "cached_time": 1766777789.490086, + "author_account_age_days": 2324 + }, + "https://github.com/raykindle/ComfyUI_Step1X-Edit": { + "stars": 49, + "last_update": "2025-05-06 02:01:37", + "cached_time": 1766777789.49331, + "author_account_age_days": 2473 + }, + "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { + "stars": 2, + "last_update": "2025-05-08 15:04:17", + "cached_time": 1766777789.347651, + "author_account_age_days": 5389 + }, + "https://github.com/McKlinton2/comfyui-mcklinton-pack": { + "stars": 4, + "last_update": "2025-05-31 18:41:13", + "cached_time": 1766777789.362409, + "author_account_age_days": 1329 + }, + "https://github.com/kambara/ComfyUI-PromptPalette": { + "stars": 9, + "last_update": "2025-06-27 14:20:13", + "cached_time": 1766777789.439234, + "author_account_age_days": 6085 + }, + "https://github.com/MijnSpam/UploadToPushOver": { + "stars": 2, + "last_update": "2025-05-31 09:32:38", + "cached_time": 1766777789.502317, + "author_account_age_days": 1099 + }, + "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { + "stars": 0, + "last_update": "2025-05-31 09:27:10", + "cached_time": 1766777790.363148, + "author_account_age_days": 1099 + }, + "https://github.com/wakattac/ComfyUI-AbstractImaGen": { + "stars": 1, + "last_update": "2025-05-09 22:37:03", + "cached_time": 1766777790.716444, + "author_account_age_days": 234 + }, + "https://github.com/Irsalistic/comfyui-dam-object-extractor": { + "stars": 6, + "last_update": "2025-05-13 11:10:44", + "cached_time": 1766777790.417643, + "author_account_age_days": 870 + }, + "https://github.com/dicksensei69/comfyui_loops": { + "stars": 1, + "last_update": "2025-05-03 22:22:55", + "cached_time": 1766777790.455871, + "author_account_age_days": 1185 + }, + "https://github.com/tighug/comfyui-rating-checker": { + "stars": 1, + "last_update": "2025-05-09 14:22:51", + "cached_time": 1766777790.493426, + "author_account_age_days": 2661 + }, + "https://github.com/tighug/comfyui-eagle-feeder": { + "stars": 0, + "last_update": "2025-07-11 15:56:24", + "cached_time": 1766777790.497623, + "author_account_age_days": 2661 + }, + "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { + "stars": 33, + "last_update": "2025-05-07 18:10:18", + "cached_time": 1766777790.503766, + "author_account_age_days": 236 + }, + "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": { + "stars": 23, + "last_update": "2025-11-30 18:18:36", + "cached_time": 1766777790.506374, + "author_account_age_days": 236 + }, + "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { + "stars": 23, + "last_update": "2025-12-08 00:10:14", + "cached_time": 1766777790.548554, + "author_account_age_days": 236 + }, + "https://github.com/surinder83singh/ComfyUI-compare-videos": { + "stars": 6, + "last_update": "2025-05-06 01:30:48", + "cached_time": 1766777790.561117, + "author_account_age_days": 5067 + }, + "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { + "stars": 23, + "last_update": "2025-08-22 22:31:12", + "cached_time": 1766777790.971777, + "author_account_age_days": 1398 + }, + "https://github.com/mohsensd1373/comfyui_wordpress": { + "stars": 0, + "last_update": "2025-05-08 02:25:36", + "cached_time": 1766777791.399965, + "author_account_age_days": 4403 + }, + "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { + "stars": 3, + "last_update": "2025-10-05 09:31:10", + "cached_time": 1766777791.488373, + "author_account_age_days": 1477 + }, + "https://github.com/StableLlama/ComfyUI-basic_data_handling": { + "stars": 31, + "last_update": "2025-11-28 16:20:08", + "cached_time": 1766777791.524627, + "author_account_age_days": 728 + }, + "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { + "stars": 0, + "last_update": "2025-12-03 15:13:28", + "cached_time": 1766777791.515204, + "author_account_age_days": 3166 + }, + "https://github.com/ServiceStack/comfy-asset-downloader": { + "stars": 14, + "last_update": "2025-05-08 16:21:02", + "cached_time": 1766777791.565775, + "author_account_age_days": 5435 + }, + "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { + "stars": 7, + "last_update": "2025-05-07 18:47:45", + "cached_time": 1766777791.512096, + "author_account_age_days": 1754 + }, + "https://github.com/gasparuff/CustomSelector": { + "stars": 1, + "last_update": "2025-05-09 06:17:31", + "cached_time": 1766777791.522931, + "author_account_age_days": 4544 + }, + "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { + "stars": 1, + "last_update": "2025-06-04 09:43:26", + "cached_time": 1766777791.608547, + "author_account_age_days": 874 + }, + "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { + "stars": 75, + "last_update": "2025-11-05 16:18:45", + "cached_time": 1766777791.580811, + "author_account_age_days": 427 + }, + "https://github.com/AIWarper/ComfyUI-WarperNodes": { + "stars": 13, + "last_update": "2025-10-31 19:14:31", + "cached_time": 1766777791.731251, + "author_account_age_days": 427 + }, + "https://github.com/Goshe-nite/comfyui-gps-supplements": { + "stars": 7, + "last_update": "2025-05-14 20:52:22", + "cached_time": 1766777791.983472, + "author_account_age_days": 1210 + }, + "https://github.com/1hew/ComfyUI-1hewNodes": { + "stars": 16, + "last_update": "2025-12-24 05:37:10", + "cached_time": 1766777792.446781, + "author_account_age_days": 998 + }, + "https://github.com/fpgaminer/joycaption_comfyui": { + "stars": 109, + "last_update": "2025-05-15 23:30:13", + "cached_time": 1766777792.545947, + "author_account_age_days": 5020 + }, + "https://github.com/alastor-666-1933/caching_to_not_waste": { + "stars": 8, + "last_update": "2025-07-18 14:34:09", + "cached_time": 1766777792.514072, + "author_account_age_days": 4599 + }, + "https://github.com/cyberhirsch/seb_nodes": { + "stars": 4, + "last_update": "2025-11-25 14:50:54", + "cached_time": 1766777792.51316, + "author_account_age_days": 2417 + }, + "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { + "stars": 203, + "last_update": "2025-07-11 01:56:09", + "cached_time": 1766777792.553012, + "author_account_age_days": 2467 + }, + "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { + "stars": 4, + "last_update": "2025-05-07 23:48:49", + "cached_time": 1766777792.551181, + "author_account_age_days": 1181 + }, + "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { + "stars": 3, + "last_update": "2025-05-26 22:46:39", + "cached_time": 1766777792.738896, + "author_account_age_days": 1181 + }, + "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { + "stars": 8, + "last_update": "2025-06-18 16:41:48", + "cached_time": 1766777792.600839, + "author_account_age_days": 1181 + }, + "https://github.com/tavyra/ComfyUI_Curves": { + "stars": 2, + "last_update": "2025-05-08 01:48:55", + "cached_time": 1766777792.648295, + "author_account_age_days": 2649 + }, + "https://github.com/krmahil/comfyui-hollow-preserve": { + "stars": 1, + "last_update": "2025-05-15 09:55:46", + "cached_time": 1766777792.759981, + "author_account_age_days": 2829 + }, + "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { + "stars": 15, + "last_update": "2025-09-20 10:42:26", + "cached_time": 1766777793.019108, + "author_account_age_days": 3661 + }, + "https://github.com/neggo/comfyui-sambanova": { + "stars": 0, + "last_update": "2025-05-15 01:49:53", + "cached_time": 1766777793.498295, + "author_account_age_days": 4485 + }, + "https://github.com/northumber/ComfyUI-northTools": { + "stars": 2, + "last_update": "2025-05-22 18:08:04", + "cached_time": 1766777793.553926, + "author_account_age_days": 3609 + }, + "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { + "stars": 0, + "last_update": "2025-05-10 15:54:59", + "cached_time": 1766777793.565738, + "author_account_age_days": 2828 + }, + "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { + "stars": 0, + "last_update": "2025-05-15 22:10:43", + "cached_time": 1766777793.597231, + "author_account_age_days": 232 + }, + "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": { + "stars": 67, + "last_update": "2025-10-07 12:28:21", + "cached_time": 1766777793.606861, + "author_account_age_days": 3661 + }, + "https://github.com/monkeyWie/ComfyUI-FormInput": { + "stars": 0, + "last_update": "2025-05-12 03:47:39", + "cached_time": 1766777793.628045, + "author_account_age_days": 3829 + }, + "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { + "stars": 1, + "last_update": "2025-05-12 02:52:38", + "cached_time": 1766777793.730873, + "author_account_age_days": 638 + }, + "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { + "stars": 0, + "last_update": "2025-12-17 09:40:45", + "cached_time": 1766777793.804647, + "author_account_age_days": 3964 + }, + "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { + "stars": 96, + "last_update": "2025-12-26 13:45:58", + "cached_time": 1766777793.795387, + "author_account_age_days": 286 + }, + "https://github.com/otacoo/comfyui_otacoo": { + "stars": 8, + "last_update": "2025-10-02 07:14:56", + "cached_time": 1766777794.029136, + "author_account_age_days": 246 + }, + "https://github.com/vladpro3/ComfyUI_BishaNodes": { + "stars": 1, + "last_update": "2025-06-08 19:23:23", + "cached_time": 1766777794.02488, + "author_account_age_days": 2877 + }, + "https://github.com/usrname0/comfyui-holdup": { + "stars": 3, + "last_update": "2025-12-01 05:37:13", + "cached_time": 1766777794.516446, + "author_account_age_days": 2964 + }, + "https://github.com/lerignoux/ComfyUI-PechaKucha": { + "stars": 1, + "last_update": "2025-10-30 08:08:13", + "cached_time": 1766777794.561352, + "author_account_age_days": 4855 + }, + "https://github.com/lerignoux/ComfyUI-Stable3DGen": { + "stars": 3, + "last_update": "2025-09-23 15:24:40", + "cached_time": 1766777794.604823, + "author_account_age_days": 4855 + }, + "https://github.com/GroxicTinch/EasyUI-ComfyUI": { + "stars": 5, + "last_update": "2025-07-01 15:25:45", + "cached_time": 1766777794.645697, + "author_account_age_days": 3495 + }, + "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { + "stars": 131, + "last_update": "2025-12-10 06:17:45", + "cached_time": 1766777794.624286, + "author_account_age_days": 3454 + }, + "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { + "stars": 624, + "last_update": "2025-12-15 09:16:54", + "cached_time": 1766777794.666639, + "author_account_age_days": 3454 + }, + "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { + "stars": 2, + "last_update": "2025-05-22 07:41:32", + "cached_time": 1766777794.760498, + "author_account_age_days": 1268 + }, + "https://github.com/Sayene/comfyui-base64-to-image-size": { + "stars": 0, + "last_update": "2025-05-15 12:33:33", + "cached_time": 1766777794.819426, + "author_account_age_days": 4231 + }, + "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { + "stars": 4, + "last_update": "2025-05-14 06:50:13", + "cached_time": 1766777794.838388, + "author_account_age_days": 227 + }, + "https://github.com/xuhongming251/ComfyUI-Jimeng": { + "stars": 7, + "last_update": "2025-06-11 09:39:59", + "cached_time": 1766777795.096194, + "author_account_age_days": 4656 + }, + "https://github.com/babydjac/comfyui-smart-scaler": { + "stars": 1, + "last_update": "2025-05-16 07:28:19", + "cached_time": 1766777795.057361, + "author_account_age_days": 955 + }, + "https://github.com/purewater2011/comfyui_color_detection": { + "stars": 1, + "last_update": "2025-05-19 09:59:44", + "cached_time": 1766777795.535822, + "author_account_age_days": 4378 + }, + "https://github.com/X-School-Academy/X-FluxAgent": { + "stars": 29, + "last_update": "2025-06-05 08:28:11", + "cached_time": 1766777795.643628, + "author_account_age_days": 268 + }, + "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { + "stars": 2, + "last_update": "2025-09-06 09:31:44", + "cached_time": 1766777795.610991, + "author_account_age_days": 2131 + }, + "https://github.com/cluny85/ComfyUI-Scripting-Tools": { + "stars": 1, + "last_update": "2025-06-16 12:28:27", + "cached_time": 1766777795.624748, + "author_account_age_days": 5096 + }, + "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { + "stars": 1, + "last_update": "2025-05-18 09:22:38", + "cached_time": 1766777795.704161, + "author_account_age_days": 451 + }, + "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { + "stars": 0, + "last_update": "2025-05-19 02:28:44", + "cached_time": 1766777795.746799, + "author_account_age_days": 591 + }, + "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { + "stars": 10, + "last_update": "2025-10-28 14:17:15", + "cached_time": 1766777795.790234, + "author_account_age_days": 579 + }, + "https://github.com/2frames/ComfyUI-AQnodes": { + "stars": 1, + "last_update": "2025-12-03 17:01:14", + "cached_time": 1766777795.808105, + "author_account_age_days": 540 + }, + "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { + "stars": 1, + "last_update": "2025-05-21 01:16:27", + "cached_time": 1766777795.880995, + "author_account_age_days": 2890 + }, + "https://github.com/Jannled/owl-vit-comfyui": { + "stars": 0, + "last_update": "2025-05-20 00:41:53", + "cached_time": 1766777796.264723, + "author_account_age_days": 4229 + }, + "https://github.com/thedivergentai/divergent_nodes": { + "stars": 0, + "last_update": "2025-12-12 22:20:59", + "cached_time": 1766777796.198155, + "author_account_age_days": 1010 + }, + "https://github.com/skycoder182/comfyui-filename-tools": { + "stars": 3, + "last_update": "2025-05-20 18:06:04", + "cached_time": 1766777796.569275, + "author_account_age_days": 220 + }, + "https://github.com/lepiai/ComfyUI-Minitools": { + "stars": 8, + "last_update": "2025-05-24 16:11:50", + "cached_time": 1766777796.662575, + "author_account_age_days": 2420 + }, + "https://github.com/craig-tanaka/comfyui_animeseg": { + "stars": 2, + "last_update": "2025-05-20 18:59:45", + "cached_time": 1766777796.651549, + "author_account_age_days": 3160 + }, + "https://github.com/skycoder182/comfyui-skycoder-tools": { + "stars": 1, + "last_update": "2025-06-08 12:26:41", + "cached_time": 1766777796.752119, + "author_account_age_days": 220 + }, + "https://github.com/wildminder/ComfyUI-KEEP": { + "stars": 66, + "last_update": "2025-07-04 11:35:38", + "cached_time": 1766777796.762022, + "author_account_age_days": 4783 + }, + "https://github.com/wildminder/ComfyUI-Chatterbox": { + "stars": 75, + "last_update": "2025-08-21 19:21:22", + "cached_time": 1766777796.783977, + "author_account_age_days": 4783 + }, + "https://github.com/wildminder/000_ComfyUI-Optim": { + "stars": 5, + "last_update": "2025-06-02 21:30:04", + "cached_time": 1766777796.816942, + "author_account_age_days": 4783 + }, + "https://github.com/wildminder/ComfyUI-VibeVoice": { + "stars": 545, + "last_update": "2025-09-25 10:19:05", + "cached_time": 1766777796.840231, + "author_account_age_days": 4783 + }, + "https://github.com/cloudkoala/comfyui-koala": { + "stars": 0, + "last_update": "2025-06-06 00:17:19", + "cached_time": 1766777796.902301, + "author_account_age_days": 463 + }, + "https://github.com/Limbicnation/ComfyUIDepthEstimation": { + "stars": 21, + "last_update": "2025-12-08 21:33:50", + "cached_time": 1766777797.234768, + "author_account_age_days": 4379 + }, + "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { + "stars": 11, + "last_update": "2025-11-14 04:36:40", + "cached_time": 1766777797.330954, + "author_account_age_days": 4379 + }, + "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { + "stars": 3, + "last_update": "2025-07-22 04:44:07", + "cached_time": 1766777797.61184, + "author_account_age_days": 4379 + }, + "https://github.com/TensorKaze/ComfyUI-TkNodes": { + "stars": 0, + "last_update": "2025-05-26 01:36:34", + "cached_time": 1766777797.705992, + "author_account_age_days": 286 + }, + "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { + "stars": 5, + "last_update": "2025-08-28 05:17:39", + "cached_time": 1766777797.680967, + "author_account_age_days": 4379 + }, + "https://github.com/hao-ai-lab/FastVideo": { + "stars": 2867, + "last_update": "2025-12-26 09:37:37", + "cached_time": 1766777797.82752, + "author_account_age_days": 792 + }, + "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { + "stars": 1, + "last_update": "2025-05-30 22:51:59", + "cached_time": 1766777797.874322, + "author_account_age_days": 3272 + }, + "https://github.com/angree/ComfyUI-Q_find-mask-size": { + "stars": 0, + "last_update": "2025-05-30 22:53:04", + "cached_time": 1766777797.824536, + "author_account_age_days": 3272 + }, + "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { + "stars": 5, + "last_update": "2025-06-23 16:12:19", + "cached_time": 1766777797.934653, + "author_account_age_days": 227 + }, + "https://github.com/R5-Revo/llm-node-comfyui": { + "stars": 6, + "last_update": "2025-05-24 03:55:35", + "cached_time": 1766777797.841506, + "author_account_age_days": 348 + }, + "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { + "stars": 59, + "last_update": "2025-08-25 12:58:44", + "cached_time": 1766777797.919175, + "author_account_age_days": 4310 + }, + "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { + "stars": 1, + "last_update": "2025-05-24 18:37:41", + "cached_time": 1766777798.266064, + "author_account_age_days": 746 + }, + "https://github.com/ComfyAssets/ComfyUI_Selectors": { + "stars": 4, + "last_update": "2025-06-13 16:13:05", + "cached_time": 1766777798.473601, + "author_account_age_days": 216 + }, + "https://github.com/ComfyAssets/ComfyUI_PromptManager": { + "stars": 94, + "last_update": "2025-12-09 22:14:10", + "cached_time": 1766777798.664781, + "author_account_age_days": 216 + }, + "https://github.com/ComfyAssets/ComfyUI-KikoTools": { + "stars": 10, + "last_update": "2025-12-21 14:49:05", + "cached_time": 1766777798.764818, + "author_account_age_days": 216 + }, + "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { + "stars": 114, + "last_update": "2025-05-25 02:27:01", + "cached_time": 1766777798.796008, + "author_account_age_days": 2092 + }, + "https://github.com/ComfyAssets/ComfyUI-KikoStats": { + "stars": 2, + "last_update": "2025-11-28 17:51:18", + "cached_time": 1766777798.889654, + "author_account_age_days": 216 + }, + "https://github.com/Charonartist/comfyui-auto-lora-v2": { + "stars": 0, + "last_update": "2025-06-17 15:00:30", + "cached_time": 1766777798.858722, + "author_account_age_days": 544 + }, + "https://github.com/Charonartist/comfyui-smart-resize-node": { + "stars": 0, + "last_update": "2025-08-12 13:01:48", + "cached_time": 1766777798.907536, + "author_account_age_days": 544 + }, + "https://github.com/Charonartist/comfyui-tag-remover": { + "stars": 0, + "last_update": "2025-08-14 06:12:04", + "cached_time": 1766777798.903415, + "author_account_age_days": 544 + }, + "https://github.com/Charonartist/comfyui-last-frame-extractor": { + "stars": 3, + "last_update": "2025-08-14 13:42:17", + "cached_time": 1766777798.939125, + "author_account_age_days": 544 + }, + "https://github.com/ptmaster/comfyui-audio-speed": { + "stars": 11, + "last_update": "2025-06-24 15:23:03", + "cached_time": 1766777798.985398, + "author_account_age_days": 4430 + }, + "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { + "stars": 24, + "last_update": "2025-07-06 04:41:46", + "cached_time": 1766777799.296612, + "author_account_age_days": 4430 + }, + "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { + "stars": 24, + "last_update": "2025-12-03 10:33:24", + "cached_time": 1766777799.497221, + "author_account_age_days": 1141 + }, + "https://github.com/openvino-dev-samples/comfyui_openvino": { + "stars": 29, + "last_update": "2025-11-24 02:32:23", + "cached_time": 1766777799.717046, + "author_account_age_days": 1555 + }, + "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { + "stars": 2, + "last_update": "2025-06-24 03:34:32", + "cached_time": 1766777799.803855, + "author_account_age_days": 2448 + }, + "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { + "stars": 5, + "last_update": "2025-06-17 03:43:27", + "cached_time": 1766777799.803195, + "author_account_age_days": 2448 + }, + "https://github.com/coulterj/comfyui-svg-visual-normalize": { + "stars": 1, + "last_update": "2025-05-26 11:45:44", + "cached_time": 1766777799.87906, + "author_account_age_days": 3492 + }, + "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { + "stars": 1, + "last_update": "2025-05-26 12:33:08", + "cached_time": 1766777799.940496, + "author_account_age_days": 2062 + }, + "https://github.com/gabe-init/ComfyUI-Openrouter_node": { + "stars": 35, + "last_update": "2025-09-06 18:35:08", + "cached_time": 1766777799.905853, + "author_account_age_days": 215 + }, + "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { + "stars": 0, + "last_update": "2025-08-08 13:16:05", + "cached_time": 1766777800.027568, + "author_account_age_days": 2062 + }, + "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { + "stars": 5, + "last_update": "2025-08-01 08:16:18", + "cached_time": 1766777800.436231, + "author_account_age_days": 2448 + }, + "https://github.com/gabe-init/ComfyUI-11labs": { + "stars": 6, + "last_update": "2025-05-27 00:27:28", + "cached_time": 1766777799.988109, + "author_account_age_days": 215 + }, + "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { + "stars": 4, + "last_update": "2025-05-27 00:54:00", + "cached_time": 1766777800.329198, + "author_account_age_days": 215 + }, + "https://github.com/gabe-init/ComfyUI-String-Similarity": { + "stars": 1, + "last_update": "2025-05-27 00:59:21", + "cached_time": 1766777800.532097, + "author_account_age_days": 215 + }, + "https://github.com/GACLove/ComfyUI-VFI": { + "stars": 13, + "last_update": "2025-09-30 09:55:40", + "cached_time": 1766777800.742191, + "author_account_age_days": 4167 + }, + "https://github.com/Yahweasel/ComfyUI-MinDalle": { + "stars": 0, + "last_update": "2025-05-26 20:42:34", + "cached_time": 1766777800.841749, + "author_account_age_days": 3200 + }, + "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { + "stars": 13, + "last_update": "2025-09-10 11:03:49", + "cached_time": 1766777800.896849, + "author_account_age_days": 380 + }, + "https://github.com/SamTyurenkov/comfyui_chatgpt": { + "stars": 0, + "last_update": "2025-07-28 11:28:01", + "cached_time": 1766777800.894303, + "author_account_age_days": 3512 + }, + "https://github.com/orion4d/ComfyUI-Image-Effects": { + "stars": 23, + "last_update": "2025-05-28 00:37:16", + "cached_time": 1766777800.941581, + "author_account_age_days": 1132 + }, + "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { + "stars": 0, + "last_update": "2025-07-23 09:56:07", + "cached_time": 1766777800.993025, + "author_account_age_days": 3512 + }, + "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { + "stars": 67, + "last_update": "2025-12-11 17:29:51", + "cached_time": 1766777801.51105, + "author_account_age_days": 1960 + }, + "https://github.com/orion4d/illusion_node": { + "stars": 3, + "last_update": "2025-06-22 08:57:01", + "cached_time": 1766777801.093043, + "author_account_age_days": 1132 + }, + "https://github.com/orion4d/ComfyUI_pdf_nodes": { + "stars": 0, + "last_update": "2025-06-10 15:51:53", + "cached_time": 1766777801.418123, + "author_account_age_days": 1132 + }, + "https://github.com/orion4d/ComfyUI_extract_imag": { + "stars": 0, + "last_update": "2025-06-11 13:37:18", + "cached_time": 1766777801.436878, + "author_account_age_days": 1132 + }, + "https://github.com/orion4d/Calculator_Pro": { + "stars": 0, + "last_update": "2025-06-29 15:47:04", + "cached_time": 1766777801.561986, + "author_account_age_days": 1132 + }, + "https://github.com/orion4d/ComfyUI_colormaster": { + "stars": 2, + "last_update": "2025-07-06 11:30:01", + "cached_time": 1766777801.757926, + "author_account_age_days": 1132 + }, + "https://github.com/orion4d/ComfyUI_image-display": { + "stars": 0, + "last_update": "2025-07-07 14:39:55", + "cached_time": 1766777801.929815, + "author_account_age_days": 1132 + }, + "https://github.com/orion4d/ComfyUI_DAO_master": { + "stars": 10, + "last_update": "2025-09-03 08:56:54", + "cached_time": 1766777801.921213, + "author_account_age_days": 1132 + }, + "https://github.com/aiaiaikkk/ComfyUI-Curve": { + "stars": 158, + "last_update": "2025-10-27 02:13:49", + "cached_time": 1766777801.946596, + "author_account_age_days": 454 + }, + "https://github.com/aiaiaikkk/super-prompt-canvas": { + "stars": 151, + "last_update": "2025-08-30 06:42:21", + "cached_time": 1766777802.359731, + "author_account_age_days": 454 + }, + "https://github.com/aiaiaikkk/comfyui-api-image-edit": { + "stars": 9, + "last_update": "2025-09-03 17:05:31", + "cached_time": 1766777802.0297, + "author_account_age_days": 454 + }, + "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { + "stars": 1, + "last_update": "2025-05-28 05:39:55", + "cached_time": 1766777802.130157, + "author_account_age_days": 5048 + }, + "https://github.com/narusas/Comfyui-Logic-Support": { + "stars": 0, + "last_update": "2025-05-30 04:44:16", + "cached_time": 1766777802.477437, + "author_account_age_days": 5184 + }, + "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { + "stars": 35, + "last_update": "2025-08-08 04:15:10", + "cached_time": 1766777802.49133, + "author_account_age_days": 3814 + }, + "https://github.com/babydjac/comfyui-grok-prompts": { + "stars": 1, + "last_update": "2025-06-06 09:47:19", + "cached_time": 1766777802.560036, + "author_account_age_days": 955 + }, + "https://github.com/LingSss9/comfyui-merge": { + "stars": 15, + "last_update": "2025-08-13 04:43:40", + "cached_time": 1766777802.591405, + "author_account_age_days": 811 + }, + "https://github.com/p1atdev/comfyui-timm-backbone": { + "stars": 1, + "last_update": "2025-08-22 08:04:50", + "cached_time": 1766777802.771083, + "author_account_age_days": 2165 + }, + "https://github.com/p1atdev/comfyui-tkg-chroma-key": { + "stars": 19, + "last_update": "2025-08-23 16:06:14", + "cached_time": 1766777802.966962, + "author_account_age_days": 2165 + }, + "https://github.com/Zch6111/AI_Text_Comfyui": { + "stars": 1, + "last_update": "2025-06-05 03:22:47", + "cached_time": 1766777803.07241, + "author_account_age_days": 623 + }, + "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { + "stars": 0, + "last_update": "2025-05-30 12:10:57", + "cached_time": 1766777803.068931, + "author_account_age_days": 1486 + }, + "https://github.com/ToTheBeginning/ComfyUI-DreamO": { + "stars": 180, + "last_update": "2025-08-22 11:48:28", + "cached_time": 1766777803.063641, + "author_account_age_days": 3939 + }, + "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { + "stars": 2, + "last_update": "2025-06-04 20:33:17", + "cached_time": 1766777803.212807, + "author_account_age_days": 786 + }, + "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { + "stars": 0, + "last_update": "2025-06-01 08:42:50", + "cached_time": 1766777803.382787, + "author_account_age_days": 4899 + }, + "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { + "stars": 0, + "last_update": "2025-06-01 16:35:20", + "cached_time": 1766777803.515149, + "author_account_age_days": 439 + }, + "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { + "stars": 0, + "last_update": "2025-11-16 14:14:42", + "cached_time": 1766777804.013071, + "author_account_age_days": 331 + }, + "https://github.com/lc03lc/Comfyui_OmniConsistency": { + "stars": 64, + "last_update": "2025-06-01 02:56:02", + "cached_time": 1766777803.550892, + "author_account_age_days": 1526 + }, + "https://github.com/bikiam/ComfyUI_WhisperSRT": { + "stars": 2, + "last_update": "2025-06-01 13:56:23", + "cached_time": 1766777803.624332, + "author_account_age_days": 700 + }, + "https://github.com/thalismind/ComfyUI-Blend-Nodes": { + "stars": 1, + "last_update": "2025-06-30 00:06:21", + "cached_time": 1766777803.784721, + "author_account_age_days": 350 + }, + "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { + "stars": 2, + "last_update": "2025-07-21 03:28:05", + "cached_time": 1766777803.980466, + "author_account_age_days": 350 + }, + "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { + "stars": 0, + "last_update": "2025-08-17 21:49:36", + "cached_time": 1766777804.334569, + "author_account_age_days": 2119 + }, + "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { + "stars": 4, + "last_update": "2025-08-10 07:43:57", + "cached_time": 1766777804.111985, + "author_account_age_days": 2119 + }, + "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { + "stars": 0, + "last_update": "2025-06-02 20:35:37", + "cached_time": 1766777804.093218, + "author_account_age_days": 623 + }, + "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { + "stars": 7, + "last_update": "2025-12-15 23:16:12", + "cached_time": 1766777804.249287, + "author_account_age_days": 2570 + }, + "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { + "stars": 1, + "last_update": "2025-06-03 07:56:17", + "cached_time": 1766777804.412898, + "author_account_age_days": 2279 + }, + "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { + "stars": 0, + "last_update": "2025-06-06 21:59:50", + "cached_time": 1766777804.578175, + "author_account_age_days": 231 + }, + "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { + "stars": 6, + "last_update": "2025-12-05 05:41:57", + "cached_time": 1766777804.611129, + "author_account_age_days": 2200 + }, + "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { + "stars": 1, + "last_update": "2025-06-03 10:09:06", + "cached_time": 1766777804.618741, + "author_account_age_days": 1571 + }, + "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { + "stars": 4, + "last_update": "2025-06-05 15:46:52", + "cached_time": 1766777804.828688, + "author_account_age_days": 4313 + }, + "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { + "stars": 3, + "last_update": "2025-09-10 11:31:33", + "cached_time": 1766777804.997813, + "author_account_age_days": 3953 + }, + "https://github.com/Santodan/santodan-custom-nodes-comfyui": { + "stars": 19, + "last_update": "2025-11-27 13:13:18", + "cached_time": 1766777805.050707, + "author_account_age_days": 3245 + }, + "https://github.com/zccrs/comfyui-dci": { + "stars": 1, + "last_update": "2025-10-27 08:04:53", + "cached_time": 1766777805.119763, + "author_account_age_days": 3810 + }, + "https://github.com/set-soft/ComfyUI-AudioBatch": { + "stars": 5, + "last_update": "2025-07-26 16:59:22", + "cached_time": 1766777805.1194, + "author_account_age_days": 3361 + }, + "https://github.com/s9roll7/comfyui_cotracker_node": { + "stars": 26, + "last_update": "2025-06-24 11:30:06", + "cached_time": 1766777805.284224, + "author_account_age_days": 1135 + }, + "https://github.com/set-soft/ComfyUI-ImageMisc": { + "stars": 1, + "last_update": "2025-11-30 18:47:35", + "cached_time": 1766777805.360884, + "author_account_age_days": 3361 + }, + "https://github.com/pictorialink/ComfyUI-Text-Translation": { + "stars": 6, + "last_update": "2025-07-15 07:51:51", + "cached_time": 1766777805.480283, + "author_account_age_days": 226 + }, + "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { + "stars": 0, + "last_update": "2025-07-15 11:19:09", + "cached_time": 1766777805.717122, + "author_account_age_days": 226 + }, + "https://github.com/spawner1145/comfyui-aichat": { + "stars": 3, + "last_update": "2025-09-09 09:53:28", + "cached_time": 1766777805.667771, + "author_account_age_days": 488 + }, + "https://github.com/mo230761/InsertAnything-ComfyUI-official": { + "stars": 26, + "last_update": "2025-07-16 11:05:05", + "cached_time": 1766777805.68099, + "author_account_age_days": 1524 + }, + "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { + "stars": 20, + "last_update": "2025-09-21 04:44:09", + "cached_time": 1766777805.835306, + "author_account_age_days": 488 + }, + "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { + "stars": 4, + "last_update": "2025-06-04 14:38:13", + "cached_time": 1766777806.020608, + "author_account_age_days": 525 + }, + "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { + "stars": 2, + "last_update": "2025-07-15 03:04:43", + "cached_time": 1766777806.601599, + "author_account_age_days": 226 + }, + "https://github.com/PenguinTeo/Comfyui-GeminiBanana": { + "stars": 40, + "last_update": "2025-11-21 05:49:58", + "cached_time": 1766777806.142592, + "author_account_age_days": 525 + }, + "https://github.com/aicoder-max/Pillar_For_ComfyUI": { + "stars": 2, + "last_update": "2025-06-05 09:40:09", + "cached_time": 1766777806.179387, + "author_account_age_days": 220 + }, + "https://github.com/scraed/LanPaint": { + "stars": 825, + "last_update": "2025-12-25 15:37:30", + "cached_time": 1766777806.290134, + "author_account_age_days": 4013 + }, + "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { + "stars": 0, + "last_update": "2025-06-04 15:41:16", + "cached_time": 1766777806.410197, + "author_account_age_days": 1156 + }, + "https://github.com/hvppycoding/comfyui-json-prompt-renderer": { + "stars": 0, + "last_update": "2025-08-26 15:49:55", + "cached_time": 1766777806.519776, + "author_account_age_days": 1156 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { + "stars": 15, + "last_update": "2025-08-08 12:50:29", + "cached_time": 1766777806.685471, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { + "stars": 51, + "last_update": "2025-08-09 18:42:14", + "cached_time": 1766777806.675411, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { + "stars": 18, + "last_update": "2025-06-09 18:55:46", + "cached_time": 1766777806.770447, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { + "stars": 37, + "last_update": "2025-08-09 18:15:36", + "cached_time": 1766777806.863272, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { + "stars": 41, + "last_update": "2025-08-09 17:58:21", + "cached_time": 1766777807.041656, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { + "stars": 6, + "last_update": "2025-08-09 18:08:18", + "cached_time": 1766777807.142813, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { + "stars": 12, + "last_update": "2025-08-09 18:11:21", + "cached_time": 1766777807.193376, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { + "stars": 76, + "last_update": "2025-09-02 12:12:23", + "cached_time": 1766777807.309807, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { + "stars": 4, + "last_update": "2025-08-09 18:46:59", + "cached_time": 1766777807.417057, + "author_account_age_days": 3023 + }, + "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { + "stars": 11, + "last_update": "2025-08-09 18:37:17", + "cached_time": 1766777807.570733, + "author_account_age_days": 3023 + }, + "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { + "stars": 2, + "last_update": "2025-06-06 04:08:30", + "cached_time": 1766777807.719744, + "author_account_age_days": 2218 + }, + "https://github.com/NeonLightning/neonllama": { + "stars": 2, + "last_update": "2025-06-20 22:49:39", + "cached_time": 1766777807.71717, + "author_account_age_days": 4766 + }, + "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { + "stars": 6, + "last_update": "2025-10-12 02:28:44", + "cached_time": 1766777807.712849, + "author_account_age_days": 218 + }, + "https://github.com/xmarre/TorchCompileModel_LoRASafe": { + "stars": 8, + "last_update": "2025-06-06 18:40:09", + "cached_time": 1766777807.770726, + "author_account_age_days": 2306 + }, + "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { + "stars": 0, + "last_update": "2025-06-05 19:20:04", + "cached_time": 1766777807.876173, + "author_account_age_days": 439 + }, + "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { + "stars": 7, + "last_update": "2025-05-01 16:09:43", + "cached_time": 1766777808.076242, + "author_account_age_days": 1799 + }, + "https://github.com/swhsiang/comfyui-3d-gs-renderer": { + "stars": 2, + "last_update": "2025-06-09 03:05:11", + "cached_time": 1766777808.146312, + "author_account_age_days": 3485 + }, + "https://github.com/jasonjgardner/comfui-substance-designer-integration": { + "stars": 1, + "last_update": "2025-06-08 20:40:11", + "cached_time": 1766777808.394893, + "author_account_age_days": 4929 + }, + "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { + "stars": 28, + "last_update": "2025-06-19 03:37:53", + "cached_time": 1766777808.336299, + "author_account_age_days": 3039 + }, + "https://github.com/INuBq8/ComfyUI-NotificationBridge": { + "stars": 1, + "last_update": "2025-06-09 04:11:29", + "cached_time": 1766777808.449768, + "author_account_age_days": 432 + }, + "https://github.com/Erehr/ComfyUI-EreNodes": { + "stars": 54, + "last_update": "2025-08-11 10:10:28", + "cached_time": 1766777808.577557, + "author_account_age_days": 3820 + }, + "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { + "stars": 5, + "last_update": "2025-07-17 07:05:26", + "cached_time": 1766777808.735549, + "author_account_age_days": 3820 + }, + "https://github.com/xiaowc-lib/comfyui-dynamic-params": { + "stars": 0, + "last_update": "2025-06-09 08:56:11", + "cached_time": 1766777808.801432, + "author_account_age_days": 3429 + }, + "https://github.com/keit0728/ComfyUI-keitNodes": { + "stars": 3, + "last_update": "2025-06-20 09:34:46", + "cached_time": 1766777808.777808, + "author_account_age_days": 3539 + }, + "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { + "stars": 3, + "last_update": "2025-06-12 12:51:33", + "cached_time": 1766777808.790647, + "author_account_age_days": 1199 + }, + "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { + "stars": 3, + "last_update": "2025-06-10 14:28:27", + "cached_time": 1766777808.892527, + "author_account_age_days": 1199 + }, + "https://github.com/A043-studios/comfyui-pixel3dmm": { + "stars": 6, + "last_update": "2025-06-10 08:11:51", + "cached_time": 1766777809.088085, + "author_account_age_days": 1199 + }, + "https://github.com/A043-studios/Comfyui-ascii-generator": { + "stars": 0, + "last_update": "2025-06-25 14:55:32", + "cached_time": 1766777809.192565, + "author_account_age_days": 1199 + }, + "https://github.com/A043-studios/ComfyUI-OmniSVG": { + "stars": 1, + "last_update": "2025-08-02 22:44:24", + "cached_time": 1766777809.333806, + "author_account_age_days": 1199 + }, + "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { + "stars": 2, + "last_update": "2025-06-10 07:10:28", + "cached_time": 1766777809.401334, + "author_account_age_days": 1911 + }, + "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { + "stars": 3, + "last_update": "2025-06-13 08:15:25", + "cached_time": 1766777809.477794, + "author_account_age_days": 410 + }, + "https://github.com/AgencyMind/ComfyUI-Satori": { + "stars": 1, + "last_update": "2025-06-27 01:29:00", + "cached_time": 1766777809.639569, + "author_account_age_days": 410 + }, + "https://github.com/gitadmini/comfyui_extractstoryboards": { + "stars": 77, + "last_update": "2025-12-04 07:06:50", + "cached_time": 1766777809.758528, + "author_account_age_days": 3592 + }, + "https://github.com/pawelmal0101/ComfyUI-Webhook": { + "stars": 0, + "last_update": "2025-09-04 12:54:34", + "cached_time": 1766777809.822328, + "author_account_age_days": 1212 + }, + "https://github.com/hassan-sd/comfyui-image-prompt-loader": { + "stars": 2, + "last_update": "2025-06-11 21:10:47", + "cached_time": 1766777809.853321, + "author_account_age_days": 1120 + }, + "https://github.com/olivv-cs/ComfyUI-FunPack": { + "stars": 7, + "last_update": "2025-12-26 14:38:45", + "cached_time": 1766777810.288763, + "author_account_age_days": 962 + }, + "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { + "stars": 2, + "last_update": "2025-06-12 22:37:05", + "cached_time": 1766777809.951771, + "author_account_age_days": 2316 + }, + "https://github.com/Zehong-Ma/ComfyUI-MagCache": { + "stars": 257, + "last_update": "2025-11-27 11:52:49", + "cached_time": 1766777810.122111, + "author_account_age_days": 1753 + }, + "https://github.com/neocrz/comfyui-usetaesd": { + "stars": 2, + "last_update": "2025-10-26 14:56:53", + "cached_time": 1766777810.286792, + "author_account_age_days": 1869 + }, + "https://github.com/AJO-reading/ComfyUI-AjoNodes": { + "stars": 11, + "last_update": "2025-06-16 08:10:10", + "cached_time": 1766777810.434886, + "author_account_age_days": 400 + }, + "https://github.com/havvk/ComfyUI_AIIA": { + "stars": 9, + "last_update": "2025-12-26 15:07:24", + "cached_time": 1766777810.478168, + "author_account_age_days": 4188 + }, + "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { + "stars": 3, + "last_update": "2025-12-15 09:11:02", + "cached_time": 1766777810.994424, + "author_account_age_days": 3473 + }, + "https://github.com/dseditor/ComfyUI-ListHelper": { + "stars": 47, + "last_update": "2025-12-26 11:26:48", + "cached_time": 1766777810.663911, + "author_account_age_days": 1554 + }, + "https://github.com/dseditor/ComfyUI-ScheduledTask": { + "stars": 7, + "last_update": "2025-07-15 12:08:18", + "cached_time": 1766777810.776722, + "author_account_age_days": 1554 + }, + "https://github.com/dseditor/ComfyUI-Thread": { + "stars": 4, + "last_update": "2025-06-17 02:38:00", + "cached_time": 1766777810.892281, + "author_account_age_days": 1554 + }, + "https://github.com/l3ony2k/comfyui-leon-nodes": { + "stars": 3, + "last_update": "2025-12-05 08:53:33", + "cached_time": 1766777810.877762, + "author_account_age_days": 2207 + }, + "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { + "stars": 3, + "last_update": "2025-06-23 14:03:22", + "cached_time": 1766777811.009163, + "author_account_age_days": 217 + }, + "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { + "stars": 3, + "last_update": "2025-06-23 03:58:50", + "cached_time": 1766777811.125891, + "author_account_age_days": 217 + }, + "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { + "stars": 2, + "last_update": "2025-06-17 00:22:24", + "cached_time": 1766777811.728723, + "author_account_age_days": 496 + }, + "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { + "stars": 5, + "last_update": "2025-07-09 13:04:58", + "cached_time": 1766777811.339698, + "author_account_age_days": 648 + }, + "https://github.com/kohs100/comfyui-ppwc": { + "stars": 0, + "last_update": "2025-09-19 10:01:44", + "cached_time": 1766777811.490051, + "author_account_age_days": 3441 + }, + "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { + "stars": 0, + "last_update": "2025-06-17 11:26:32", + "cached_time": 1766777811.507233, + "author_account_age_days": 648 + }, + "https://github.com/jinchanz/ComfyUI-ADIC": { + "stars": 3, + "last_update": "2025-11-21 01:45:46", + "cached_time": 1766777811.731051, + "author_account_age_days": 2615 + }, + "https://github.com/ialhabbal/OcclusionMask": { + "stars": 30, + "last_update": "2025-06-24 14:38:58", + "cached_time": 1766777811.817354, + "author_account_age_days": 3570 + }, + "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { + "stars": 9, + "last_update": "2025-08-20 00:08:16", + "cached_time": 1766777811.892994, + "author_account_age_days": 3198 + }, + "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { + "stars": 3, + "last_update": "2025-12-09 08:17:45", + "cached_time": 1766777811.92173, + "author_account_age_days": 4974 + }, + "https://github.com/drphero/comfyui_prompttester": { + "stars": 1, + "last_update": "2025-06-19 01:06:51", + "cached_time": 1766777812.002257, + "author_account_age_days": 3762 + }, + "https://github.com/casterpollux/MiniMax-bmo": { + "stars": 58, + "last_update": "2025-06-24 19:22:18", + "cached_time": 1766777812.056492, + "author_account_age_days": 224 + }, + "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { + "stars": 1, + "last_update": "2025-06-21 18:26:40", + "cached_time": 1766777812.149193, + "author_account_age_days": 968 + }, + "https://github.com/flamacore/ComfyUI-YouTubeUploader": { + "stars": 5, + "last_update": "2025-06-14 22:11:33", + "cached_time": 1766777812.363916, + "author_account_age_days": 3859 + }, + "https://github.com/robin-collins/ComfyUI-TechsToolz": { + "stars": 0, + "last_update": "2025-06-20 00:25:39", + "cached_time": 1766777812.517035, + "author_account_age_days": 1674 + }, + "https://github.com/fplu/comfyui_lama_with_refiner": { + "stars": 1, + "last_update": "2025-06-22 16:38:15", + "cached_time": 1766777812.551979, + "author_account_age_days": 2633 + }, + "https://github.com/HighDoping/ComfyUI_ASSSSA": { + "stars": 1, + "last_update": "2025-07-02 13:28:45", + "cached_time": 1766777812.81002, + "author_account_age_days": 2720 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { + "stars": 42, + "last_update": "2025-07-10 12:26:02", + "cached_time": 1766777812.800261, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { + "stars": 7, + "last_update": "2025-07-10 12:51:34", + "cached_time": 1766777813.213943, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { + "stars": 14, + "last_update": "2025-07-10 12:33:14", + "cached_time": 1766777812.984772, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { + "stars": 21, + "last_update": "2025-07-10 12:46:20", + "cached_time": 1766777813.002078, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/EsesCompositionGoldenRatio": { + "stars": 16, + "last_update": "2025-06-30 10:15:22", + "cached_time": 1766777813.110856, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { + "stars": 65, + "last_update": "2025-07-10 12:41:40", + "cached_time": 1766777813.084831, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageResize": { + "stars": 44, + "last_update": "2025-10-02 18:14:33", + "cached_time": 1766777813.160507, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { + "stars": 34, + "last_update": "2025-07-12 13:50:35", + "cached_time": 1766777813.384667, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { + "stars": 40, + "last_update": "2025-08-23 12:28:00", + "cached_time": 1766777813.574137, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { + "stars": 13, + "last_update": "2025-07-02 13:29:30", + "cached_time": 1766777813.611322, + "author_account_age_days": 3838 + }, + "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { + "stars": 40, + "last_update": "2025-10-08 13:39:49", + "cached_time": 1766777813.788207, + "author_account_age_days": 3838 + }, + "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { + "stars": 5, + "last_update": "2025-10-22 19:08:07", + "cached_time": 1766777813.909042, + "author_account_age_days": 1629 + }, + "https://github.com/joeriben/ai4artsed_comfyui_nodes": { + "stars": 1, + "last_update": "2025-07-16 22:22:32", + "cached_time": 1766777813.998173, + "author_account_age_days": 4297 + }, + "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { + "stars": 6, + "last_update": "2025-12-19 00:52:10", + "cached_time": 1766777813.998767, + "author_account_age_days": 230 + }, + "https://github.com/834t/ComfyUI_834t_scene_composer": { + "stars": 5, + "last_update": "2025-06-23 10:55:47", + "cached_time": 1766777814.130669, + "author_account_age_days": 748 + }, + "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { + "stars": 0, + "last_update": "2025-12-16 00:57:21", + "cached_time": 1766777814.147704, + "author_account_age_days": 230 + }, + "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { + "stars": 1, + "last_update": "2025-06-21 12:46:56", + "cached_time": 1766777814.179658, + "author_account_age_days": 351 + }, + "https://github.com/aleolidev/comfy_kaizen_package": { + "stars": 0, + "last_update": "2025-06-21 11:10:52", + "cached_time": 1766777814.270231, + "author_account_age_days": 3128 + }, + "https://github.com/cmdicely/simple_image_to_palette": { + "stars": 0, + "last_update": "2025-06-22 03:20:08", + "cached_time": 1766777814.441861, + "author_account_age_days": 6034 + }, + "https://github.com/31702160136/ComfyUI-GrsAI": { + "stars": 44, + "last_update": "2025-12-20 03:49:52", + "cached_time": 1766777814.623478, + "author_account_age_days": 2554 + }, + "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { + "stars": 1, + "last_update": "2025-06-23 22:03:39", + "cached_time": 1766777814.751395, + "author_account_age_days": 3432 + }, + "https://github.com/kpsss34/ComfyUI-kpsss34": { + "stars": 9, + "last_update": "2025-08-06 07:23:01", + "cached_time": 1766777814.806249, + "author_account_age_days": 193 + }, + "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { + "stars": 0, + "last_update": "2025-06-26 08:24:16", + "cached_time": 1766777814.927114, + "author_account_age_days": 1037 + }, + "https://github.com/Gary-yeh/comfyui-super-captioner": { + "stars": 1, + "last_update": "2025-07-07 15:32:34", + "cached_time": 1766777815.015207, + "author_account_age_days": 1037 + }, + "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { + "stars": 2, + "last_update": "2025-06-25 05:04:14", + "cached_time": 1766777815.011592, + "author_account_age_days": 3666 + }, + "https://github.com/fotobudka-team/comfyui-ai-faces": { + "stars": 2, + "last_update": "2025-06-25 19:54:59", + "cached_time": 1766777815.268136, + "author_account_age_days": 406 + }, + "https://github.com/leonardomiramondi/flux-context-comfyui": { + "stars": 0, + "last_update": "2025-06-25 10:18:42", + "cached_time": 1766777815.63485, + "author_account_age_days": 970 + }, + "https://github.com/wasilone11/comfyui-pvm-node": { + "stars": 1, + "last_update": "2025-07-21 01:36:01", + "cached_time": 1766777815.201601, + "author_account_age_days": 2756 + }, + "https://github.com/wasilone11/comfyui-sync-lipsync-node": { + "stars": 1, + "last_update": "2025-07-18 23:16:47", + "cached_time": 1766777815.340764, + "author_account_age_days": 2756 + }, + "https://github.com/uinodes/ComfyUI-uinodesDOC": { + "stars": 57, + "last_update": "2025-08-10 13:17:49", + "cached_time": 1766777815.473255, + "author_account_age_days": 184 + }, + "https://github.com/puke3615/ComfyUI-OneAPI": { + "stars": 8, + "last_update": "2025-08-05 17:33:59", + "cached_time": 1766777815.666089, + "author_account_age_days": 4065 + }, + "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { + "stars": 52, + "last_update": "2025-09-07 18:29:50", + "cached_time": 1766777815.804948, + "author_account_age_days": 2763 + }, + "https://github.com/sdtana/ComfyUI-FDG": { + "stars": 6, + "last_update": "2025-06-28 06:48:07", + "cached_time": 1766777815.857218, + "author_account_age_days": 1755 + }, + "https://github.com/AbstractEyes/comfyui-lycoris": { + "stars": 11, + "last_update": "2025-07-26 16:43:05", + "cached_time": 1766777816.00422, + "author_account_age_days": 1929 + }, + "https://github.com/BobsBlazed/Bobs-Lora-Loader": { + "stars": 9, + "last_update": "2025-08-13 03:41:38", + "cached_time": 1766777816.010989, + "author_account_age_days": 2763 + }, + "https://github.com/alchemine/comfyui-alchemine-pack": { + "stars": 0, + "last_update": "2025-09-27 03:57:59", + "cached_time": 1766777816.042653, + "author_account_age_days": 2375 + }, + "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { + "stars": 0, + "last_update": "2025-06-28 05:29:49", + "cached_time": 1766777816.318461, + "author_account_age_days": 277 + }, + "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { + "stars": 25, + "last_update": "2025-10-17 08:20:56", + "cached_time": 1766777816.340071, + "author_account_age_days": 287 + }, + "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { + "stars": 3, + "last_update": "2025-08-17 10:29:10", + "cached_time": 1766777816.386237, + "author_account_age_days": 3159 + }, + "https://github.com/eg0pr0xy/comfyui_noisegen": { + "stars": 1, + "last_update": "2025-06-29 13:58:28", + "cached_time": 1766777816.468399, + "author_account_age_days": 2624 + }, + "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { + "stars": 8, + "last_update": "2025-11-20 07:48:43", + "cached_time": 1766777816.636986, + "author_account_age_days": 575 + }, + "https://github.com/Windecay/ComfyUI-ReservedVRAM": { + "stars": 190, + "last_update": "2025-11-20 03:09:15", + "cached_time": 1766777816.692224, + "author_account_age_days": 575 + }, + "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { + "stars": 6, + "last_update": "2025-07-03 21:07:05", + "cached_time": 1766777816.853052, + "author_account_age_days": 277 + }, + "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { + "stars": 4, + "last_update": "2025-07-21 10:04:05", + "cached_time": 1766777817.286517, + "author_account_age_days": 1155 + }, + "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { + "stars": 1, + "last_update": "2025-06-29 16:31:15", + "cached_time": 1766777817.088369, + "author_account_age_days": 498 + }, + "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { + "stars": 3, + "last_update": "2025-10-14 06:06:33", + "cached_time": 1766777817.032419, + "author_account_age_days": 3637 + }, + "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { + "stars": 4, + "last_update": "2025-09-10 17:27:59", + "cached_time": 1766777817.090584, + "author_account_age_days": 193 + }, + "https://github.com/LK-168/comfyui_imgutils": { + "stars": 1, + "last_update": "2025-06-30 07:23:25", + "cached_time": 1766777817.362868, + "author_account_age_days": 180 + }, + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { + "stars": 2, + "last_update": "2025-11-18 03:18:39", + "cached_time": 1766777817.357257, + "author_account_age_days": 3637 + }, + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { + "stars": 2, + "last_update": "2025-08-12 15:29:12", + "cached_time": 1766777817.428038, + "author_account_age_days": 3637 + }, + "https://github.com/S4MUEL-404/ComfyUI-Prepack": { + "stars": 1, + "last_update": "2025-11-11 08:19:11", + "cached_time": 1766777817.505021, + "author_account_age_days": 3637 + }, + "https://github.com/fchangjun/Comfyui_MultiSaveImage": { + "stars": 2, + "last_update": "2025-12-15 08:28:37", + "cached_time": 1766777818.166101, + "author_account_age_days": 4074 + }, + "https://github.com/Yo1up/Diffusion-Model-Detailer": { + "stars": 4, + "last_update": "2025-08-08 00:32:59", + "cached_time": 1766777818.142955, + "author_account_age_days": 1090 + }, + "https://github.com/facefusion/facefusion-comfyui": { + "stars": 14, + "last_update": "2025-11-02 20:00:17", + "cached_time": 1766777817.931076, + "author_account_age_days": 862 + }, + "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { + "stars": 10, + "last_update": "2025-11-08 19:39:43", + "cached_time": 1766777818.039562, + "author_account_age_days": 614 + }, + "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { + "stars": 2, + "last_update": "2025-07-01 16:10:19", + "cached_time": 1766777818.103676, + "author_account_age_days": 4481 + }, + "https://github.com/IIEleven11/ComfyUI-FairyTaler": { + "stars": 3, + "last_update": "2025-07-06 03:42:02", + "cached_time": 1766777818.110353, + "author_account_age_days": 2279 + }, + "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { + "stars": 93, + "last_update": "2025-12-18 18:51:15", + "cached_time": 1766777818.347563, + "author_account_age_days": 4768 + }, + "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { + "stars": 17, + "last_update": "2025-12-19 12:14:04", + "cached_time": 1766777818.400419, + "author_account_age_days": 4768 + }, + "https://github.com/Ltamann/ComfyUI-FastVLM-7B": { + "stars": 4, + "last_update": "2025-08-30 10:49:54", + "cached_time": 1766777818.962541, + "author_account_age_days": 4768 + }, + "https://github.com/DavidPiazza/network_bending": { + "stars": 0, + "last_update": "2025-11-30 02:04:39", + "cached_time": 1766777818.44918, + "author_account_age_days": 2429 + }, + "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { + "stars": 13, + "last_update": "2025-07-02 11:04:14", + "cached_time": 1766777818.575741, + "author_account_age_days": 751 + }, + "https://github.com/upseem/comfyui_sun_nodes": { + "stars": 0, + "last_update": "2025-10-28 13:08:55", + "cached_time": 1766777818.988738, + "author_account_age_days": 1051 + }, + "https://github.com/upseem/comfyui_sunxAI_facetools": { + "stars": 7, + "last_update": "2025-10-29 07:46:17", + "cached_time": 1766777819.028118, + "author_account_age_days": 1051 + }, + "https://github.com/set-soft/AudioSeparation": { + "stars": 19, + "last_update": "2025-07-27 17:52:04", + "cached_time": 1766777819.157573, + "author_account_age_days": 3361 + }, + "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { + "stars": 7, + "last_update": "2025-07-03 00:27:01", + "cached_time": 1766777819.158731, + "author_account_age_days": 2157 + }, + "https://github.com/georgitsenov/ComfyUI-R2": { + "stars": 1, + "last_update": "2025-07-03 11:51:13", + "cached_time": 1766777819.16468, + "author_account_age_days": 4098 + }, + "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { + "stars": 9, + "last_update": "2025-07-02 13:28:53", + "cached_time": 1766777819.167438, + "author_account_age_days": 4525 + }, + "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { + "stars": 0, + "last_update": "2025-08-08 06:14:53", + "cached_time": 1766777819.374119, + "author_account_age_days": 2788 + }, + "https://github.com/manifestations/comfyui-globetrotter": { + "stars": 4, + "last_update": "2025-07-07 08:47:57", + "cached_time": 1766777819.407501, + "author_account_age_days": 4704 + }, + "https://github.com/kaipard/comfyui-auto-latent-size": { + "stars": 1, + "last_update": "2025-07-04 10:06:08", + "cached_time": 1766777819.519926, + "author_account_age_days": 2979 + }, + "https://github.com/pvlprk/comfyui-pvl-api-nodes": { + "stars": 0, + "last_update": "2025-12-20 15:53:36", + "cached_time": 1766777819.610703, + "author_account_age_days": 592 + }, + "https://github.com/danTheMonk/comfyui-int-and-float": { + "stars": 4, + "last_update": "2025-07-04 16:07:42", + "cached_time": 1766777820.028987, + "author_account_age_days": 3937 + }, + "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { + "stars": 218, + "last_update": "2025-12-17 19:39:49", + "cached_time": 1766777820.049106, + "author_account_age_days": 959 + }, + "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { + "stars": 27, + "last_update": "2025-11-17 15:39:11", + "cached_time": 1766777820.106143, + "author_account_age_days": 711 + }, + "https://github.com/namtb96/OmniGen2-Simple-Node": { + "stars": 3, + "last_update": "2025-07-04 08:38:27", + "cached_time": 1766777820.23787, + "author_account_age_days": 196 + }, + "https://github.com/lonelyowl13/artist_randomizer": { + "stars": 1, + "last_update": "2025-08-14 08:20:40", + "cached_time": 1766777820.205514, + "author_account_age_days": 439 + }, + "https://github.com/iacoposk8/xor_pickle_nodes": { + "stars": 1, + "last_update": "2025-11-30 19:02:30", + "cached_time": 1766777820.204798, + "author_account_age_days": 4704 + }, + "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { + "stars": 7, + "last_update": "2025-12-23 11:10:38", + "cached_time": 1766777820.188305, + "author_account_age_days": 1722 + }, + "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { + "stars": 3, + "last_update": "2025-07-05 07:17:09", + "cached_time": 1766777820.435909, + "author_account_age_days": 4704 + }, + "https://github.com/FaraamFide/ComfyUI-ParamNodes": { + "stars": 1, + "last_update": "2025-07-05 15:29:32", + "cached_time": 1766777820.422155, + "author_account_age_days": 1390 + }, + "https://github.com/chuchu114514/comfyui_proportion_solver": { + "stars": 1, + "last_update": "2025-07-06 08:58:20", + "cached_time": 1766777820.533063, + "author_account_age_days": 910 + }, + "https://github.com/yamanacn/comfyui_kontext_Analyze": { + "stars": 9, + "last_update": "2025-07-06 08:40:36", + "cached_time": 1766777820.617699, + "author_account_age_days": 1870 + }, + "https://github.com/weekii/comfyui-save-image-pro": { + "stars": 2, + "last_update": "2025-10-28 12:51:48", + "cached_time": 1766777821.056826, + "author_account_age_days": 584 + }, + "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { + "stars": 129, + "last_update": "2025-10-31 14:19:35", + "cached_time": 1766777821.090492, + "author_account_age_days": 175 + }, + "https://github.com/robertvoy/ComfyUI-Distributed": { + "stars": 450, + "last_update": "2025-10-27 21:01:07", + "cached_time": 1766777821.128011, + "author_account_age_days": 4655 + }, + "https://github.com/FortunaCournot/comfyui_stereoscopic": { + "stars": 20, + "last_update": "2025-12-16 20:02:59", + "cached_time": 1766777821.209288, + "author_account_age_days": 2053 + }, + "https://github.com/negaga53/comfyui-imgloader": { + "stars": 2, + "last_update": "2025-07-07 21:27:00", + "cached_time": 1766777821.204699, + "author_account_age_days": 335 + }, + "https://github.com/benstaniford/comfy-load-last-image": { + "stars": 1, + "last_update": "2025-07-08 07:19:46", + "cached_time": 1766777821.228972, + "author_account_age_days": 5018 + }, + "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { + "stars": 10, + "last_update": "2025-08-02 06:16:57", + "cached_time": 1766777821.299575, + "author_account_age_days": 5018 + }, + "https://github.com/sunra-ai/comfyui-sunra": { + "stars": 6, + "last_update": "2025-07-18 14:28:36", + "cached_time": 1766777821.558241, + "author_account_age_days": 303 + }, + "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { + "stars": 34, + "last_update": "2025-12-23 23:16:09", + "cached_time": 1766777821.457829, + "author_account_age_days": 5018 + }, + "https://github.com/benstaniford/comfy-prompt-db": { + "stars": 6, + "last_update": "2025-07-29 07:27:44", + "cached_time": 1766777821.559426, + "author_account_age_days": 5018 + }, + "https://github.com/benstaniford/comfy-image-switch": { + "stars": 0, + "last_update": "2025-08-03 06:08:05", + "cached_time": 1766777821.635554, + "author_account_age_days": 5018 + }, + "https://github.com/OneThingAI/ComfyUI_Onething_Image": { + "stars": 1, + "last_update": "2025-12-19 06:15:46", + "cached_time": 1766777822.096929, + "author_account_age_days": 505 + }, + "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { + "stars": 46, + "last_update": "2025-11-10 22:28:10", + "cached_time": 1766777822.151825, + "author_account_age_days": 1157 + }, + "https://github.com/OneThingAI/ComfyUI_Onething_CV": { + "stars": 1, + "last_update": "2025-07-25 03:17:16", + "cached_time": 1766777822.225552, + "author_account_age_days": 505 + }, + "https://github.com/MovieLabs/comfyui-movielabs-util": { + "stars": 1, + "last_update": "2025-07-12 01:02:15", + "cached_time": 1766777822.301579, + "author_account_age_days": 4944 + }, + "https://github.com/reallusion/ComfyUI-Reallusion": { + "stars": 8, + "last_update": "2025-08-26 10:09:05", + "cached_time": 1766777822.294286, + "author_account_age_days": 2611 + }, + "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { + "stars": 7, + "last_update": "2025-07-11 02:36:28", + "cached_time": 1766777822.258922, + "author_account_age_days": 661 + }, + "https://github.com/claptrap0/ComfyUI_LLM_Hub": { + "stars": 1, + "last_update": "2025-11-03 08:37:18", + "cached_time": 1766777822.348982, + "author_account_age_days": 166 + }, + "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { + "stars": 8, + "last_update": "2025-11-18 14:41:30", + "cached_time": 1766777822.572483, + "author_account_age_days": 2051 + }, + "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { + "stars": 0, + "last_update": "2025-07-10 14:51:00", + "cached_time": 1766777822.578826, + "author_account_age_days": 521 + }, + "https://github.com/CheNing233/ComfyUI_Image_Pin": { + "stars": 5, + "last_update": "2025-07-13 08:11:47", + "cached_time": 1766777822.631961, + "author_account_age_days": 2996 + }, + "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { + "stars": 0, + "last_update": "2025-12-04 10:00:34", + "cached_time": 1766777822.700665, + "author_account_age_days": 282 + }, + "https://github.com/zeeoale/PromptCreatorNode": { + "stars": 3, + "last_update": "2025-08-12 15:08:20", + "cached_time": 1766777823.116509, + "author_account_age_days": 2907 + }, + "https://github.com/zade23/Comfyui-MoGe2": { + "stars": 18, + "last_update": "2025-10-23 09:53:50", + "cached_time": 1766777823.159097, + "author_account_age_days": 2345 + }, + "https://github.com/zade23/Comfyui-Distill-Any-Depth": { + "stars": 5, + "last_update": "2025-11-15 09:35:12", + "cached_time": 1766777823.278275, + "author_account_age_days": 2345 + }, + "https://github.com/SwissCore92/comfyui-telegram-suite": { + "stars": 4, + "last_update": "2025-11-21 13:12:02", + "cached_time": 1766777823.306948, + "author_account_age_days": 2589 + }, + "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { + "stars": 4, + "last_update": "2025-12-23 08:23:49", + "cached_time": 1766777823.299455, + "author_account_age_days": 1833 + }, + "https://github.com/Lex-DRL/ComfyUI-BestResolution": { + "stars": 12, + "last_update": "2025-10-03 07:10:43", + "cached_time": 1766777823.335197, + "author_account_age_days": 4666 + }, + "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { + "stars": 3, + "last_update": "2025-09-18 16:04:48", + "cached_time": 1766777823.399671, + "author_account_age_days": 4666 + }, + "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { + "stars": 0, + "last_update": "2025-07-21 22:39:24", + "cached_time": 1766777823.570372, + "author_account_age_days": 4534 + }, + "https://github.com/JayLyu/blender-in-comfyui": { + "stars": 4, + "last_update": "2025-07-20 07:39:06", + "cached_time": 1766777823.57835, + "author_account_age_days": 3818 + }, + "https://github.com/seanjang990/comfyui-document-auto-crop": { + "stars": 0, + "last_update": "2025-07-16 03:59:22", + "cached_time": 1766777823.659439, + "author_account_age_days": 884 + }, + "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { + "stars": 2, + "last_update": "2025-10-04 06:11:49", + "cached_time": 1766777823.752986, + "author_account_age_days": 1956 + }, + "https://github.com/cjj198909/comfy_openai_image_api_azure": { + "stars": 0, + "last_update": "2025-07-16 05:37:48", + "cached_time": 1766777824.13153, + "author_account_age_days": 907 + }, + "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { + "stars": 33, + "last_update": "2025-08-08 14:30:19", + "cached_time": 1766777824.164023, + "author_account_age_days": 401 + }, + "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { + "stars": 0, + "last_update": "2025-07-17 07:03:51", + "cached_time": 1766777824.342847, + "author_account_age_days": 1301 + }, + "https://github.com/strawberryPunch/vram_optimizer": { + "stars": 17, + "last_update": "2025-07-18 13:34:28", + "cached_time": 1766777824.312963, + "author_account_age_days": 844 + }, + "https://github.com/blird/ComfyUI-Wanify": { + "stars": 0, + "last_update": "2025-07-18 13:48:00", + "cached_time": 1766777824.342426, + "author_account_age_days": 2887 + }, + "https://github.com/hiderminer/ComfyUI-HM-Utilities": { + "stars": 0, + "last_update": "2025-07-28 15:24:35", + "cached_time": 1766777824.365236, + "author_account_age_days": 1066 + }, + "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { + "stars": 1, + "last_update": "2025-07-18 01:39:33", + "cached_time": 1766777824.401338, + "author_account_age_days": 2406 + }, + "https://github.com/edoardocarmignani/extralinks": { + "stars": 8, + "last_update": "2025-12-11 16:59:36", + "cached_time": 1766777824.588205, + "author_account_age_days": 3003 + }, + "https://github.com/MasterDenis/VAE-Decode-Switch": { + "stars": 4, + "last_update": "2025-07-19 12:00:54", + "cached_time": 1766777824.61087, + "author_account_age_days": 2120 + }, + "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { + "stars": 0, + "last_update": "2025-07-19 23:30:14", + "cached_time": 1766777824.655936, + "author_account_age_days": 3944 + }, + "https://github.com/webuilder/WB-ComfyUI-Utils": { + "stars": 0, + "last_update": "2025-07-19 15:04:04", + "cached_time": 1766777824.769644, + "author_account_age_days": 4752 + }, + "https://github.com/rdomunky/comfyui-subfolderimageloader": { + "stars": 1, + "last_update": "2025-07-20 04:21:48", + "cached_time": 1766777825.172914, + "author_account_age_days": 3873 + }, + "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { + "stars": 2, + "last_update": "2025-08-06 06:08:46", + "cached_time": 1766777825.243378, + "author_account_age_days": 1863 + }, + "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { + "stars": 0, + "last_update": "2025-07-20 04:08:09", + "cached_time": 1766777825.343022, + "author_account_age_days": 934 + }, + "https://github.com/cedarconnor/comfyui-LatLong": { + "stars": 0, + "last_update": "2025-12-15 05:18:50", + "cached_time": 1766777825.367701, + "author_account_age_days": 4845 + }, + "https://github.com/cedarconnor/upsampler": { + "stars": 2, + "last_update": "2025-11-05 19:39:45", + "cached_time": 1766777825.386285, + "author_account_age_days": 4845 + }, + "https://github.com/cedarconnor/comfyui-BatchNameLoop": { + "stars": 1, + "last_update": "2025-07-22 04:11:06", + "cached_time": 1766777825.456671, + "author_account_age_days": 4845 + }, + "https://github.com/wawahuy/ComfyUI-HTTP": { + "stars": 10, + "last_update": "2025-10-10 18:16:29", + "cached_time": 1766777825.404879, + "author_account_age_days": 3629 + }, + "https://github.com/vaishnav-vn/va1": { + "stars": 0, + "last_update": "2025-12-12 15:44:22", + "cached_time": 1766777825.626334, + "author_account_age_days": 2507 + }, + "https://github.com/Azornes/Comfyui-LayerForge": { + "stars": 261, + "last_update": "2025-11-13 16:10:34", + "cached_time": 1766777825.634811, + "author_account_age_days": 3440 + }, + "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { + "stars": 4, + "last_update": "2025-12-17 05:30:18", + "cached_time": 1766777825.678881, + "author_account_age_days": 2283 + }, + "https://github.com/Azornes/Comfyui-Resolution-Master": { + "stars": 203, + "last_update": "2025-12-08 13:33:06", + "cached_time": 1766777825.826196, + "author_account_age_days": 3440 + }, + "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { + "stars": 5, + "last_update": "2025-08-31 18:49:44", + "cached_time": 1766777826.224658, + "author_account_age_days": 4496 + }, + "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { + "stars": 1, + "last_update": "2025-07-22 15:23:02", + "cached_time": 1766777826.272663, + "author_account_age_days": 3382 + }, + "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { + "stars": 2, + "last_update": "2025-07-23 11:04:17", + "cached_time": 1766777826.372011, + "author_account_age_days": 1017 + }, + "https://github.com/comnote-max/builmenlabo": { + "stars": 2, + "last_update": "2025-07-24 08:37:04", + "cached_time": 1766777826.383833, + "author_account_age_days": 323 + }, + "https://github.com/Cyrostar/Artha-Gemini": { + "stars": 1, + "last_update": "2025-08-30 15:54:04", + "cached_time": 1766777826.40623, + "author_account_age_days": 3261 + }, + "https://github.com/Cyrostar/Artha-Projekt": { + "stars": 0, + "last_update": "2025-08-25 06:32:51", + "cached_time": 1766777826.446846, + "author_account_age_days": 3261 + }, + "https://github.com/GeraldWie/ComfyUI-I2I-slim": { + "stars": 0, + "last_update": "2025-07-24 05:51:33", + "cached_time": 1766777826.483902, + "author_account_age_days": 247 + }, + "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { + "stars": 36, + "last_update": "2025-08-01 08:26:12", + "cached_time": 1766777826.624947, + "author_account_age_days": 4971 + }, + "https://github.com/adrianschubek/comfyui-zeug": { + "stars": 1, + "last_update": "2025-07-24 22:13:07", + "cached_time": 1766777826.632934, + "author_account_age_days": 3513 + }, + "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { + "stars": 1, + "last_update": "2025-08-05 10:16:15", + "cached_time": 1766777826.685084, + "author_account_age_days": 919 + }, + "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { + "stars": 1, + "last_update": "2025-10-06 23:13:51", + "cached_time": 1766777826.82375, + "author_account_age_days": 399 + }, + "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { + "stars": 236, + "last_update": "2025-08-11 19:41:21", + "cached_time": 1766777827.276032, + "author_account_age_days": 5590 + }, + "https://github.com/AIWarper/ComfyUI-DAViD": { + "stars": 6, + "last_update": "2025-07-25 17:07:43", + "cached_time": 1766777827.318928, + "author_account_age_days": 427 + }, + "https://github.com/weberjc/book-cover-finder-comfy": { + "stars": 0, + "last_update": "2025-07-25 11:04:58", + "cached_time": 1766777827.410289, + "author_account_age_days": 3578 + }, + "https://github.com/rndnanthu/ComfyUI-RndNanthu": { + "stars": 28, + "last_update": "2025-12-02 13:21:47", + "cached_time": 1766777827.387069, + "author_account_age_days": 2363 + }, + "https://github.com/Pun0110/ComfyUI-CSV-Styler": { + "stars": 1, + "last_update": "2025-11-08 14:43:59", + "cached_time": 1766777827.445323, + "author_account_age_days": 1593 + }, + "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { + "stars": 0, + "last_update": "2025-09-09 09:10:08", + "cached_time": 1766777827.886145, + "author_account_age_days": 158 + }, + "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { + "stars": 3, + "last_update": "2025-11-02 04:46:30", + "cached_time": 1766777827.518366, + "author_account_age_days": 290 + }, + "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { + "stars": 6, + "last_update": "2025-11-18 00:58:02", + "cached_time": 1766777827.635006, + "author_account_age_days": 2608 + }, + "https://github.com/mcDandy/more_math": { + "stars": 0, + "last_update": "2025-12-25 15:49:53", + "cached_time": 1766777827.668091, + "author_account_age_days": 3536 + }, + "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { + "stars": 6, + "last_update": "2025-08-07 12:47:42", + "cached_time": 1766777827.83222, + "author_account_age_days": 3728 + }, + "https://github.com/kmlbdh/ComfyUI-kmlbdh-VideoCombine": { + "stars": 2, + "last_update": "2025-09-13 14:47:17", + "cached_time": 1766777827.876711, + "author_account_age_days": 3728 + }, + "https://github.com/joosthel/ComfyUI-CVOverlay": { + "stars": 4, + "last_update": "2025-07-28 11:41:47", + "cached_time": 1766777828.293221, + "author_account_age_days": 816 + }, + "https://github.com/lokinou/comfyui-offload-models": { + "stars": 2, + "last_update": "2025-10-05 04:33:49", + "cached_time": 1766777828.363448, + "author_account_age_days": 4704 + }, + "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { + "stars": 1, + "last_update": "2025-08-14 13:53:47", + "cached_time": 1766777828.407885, + "author_account_age_days": 3713 + }, + "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { + "stars": 6, + "last_update": "2025-10-17 12:29:43", + "cached_time": 1766777828.489204, + "author_account_age_days": 4074 + }, + "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { + "stars": 2, + "last_update": "2025-07-30 04:27:29", + "cached_time": 1766777828.478547, + "author_account_age_days": 1131 + }, + "https://github.com/gvfarns/comfyui_gvf": { + "stars": 0, + "last_update": "2025-12-03 19:53:27", + "cached_time": 1766777828.530994, + "author_account_age_days": 4657 + }, + "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { + "stars": 0, + "last_update": "2025-07-31 08:46:16", + "cached_time": 1766777828.638591, + "author_account_age_days": 4859 + }, + "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { + "stars": 7, + "last_update": "2025-09-19 03:22:12", + "cached_time": 1766777828.701996, + "author_account_age_days": 1227 + }, + "https://github.com/Simlym/comfyui-prompt-helper": { + "stars": 3, + "last_update": "2025-07-31 16:30:02", + "cached_time": 1766777828.874666, + "author_account_age_days": 2732 + }, + "https://github.com/woct0rdho/ComfyUI-RadialAttn": { + "stars": 98, + "last_update": "2025-12-19 08:59:32", + "cached_time": 1766777828.92445, + "author_account_age_days": 3349 + }, + "https://github.com/jiafuzeng/comfyui-LatentSync": { + "stars": 0, + "last_update": "2025-08-01 08:05:58", + "cached_time": 1766777828.949007, + "author_account_age_days": 2763 + }, + "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { + "stars": 1, + "last_update": "2025-07-31 14:35:16", + "cached_time": 1766777829.325226, + "author_account_age_days": 2842 + }, + "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { + "stars": 1, + "last_update": "2025-08-02 09:35:21", + "cached_time": 1766777829.375219, + "author_account_age_days": 3622 + }, + "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { + "stars": 0, + "last_update": "2025-08-01 20:21:22", + "cached_time": 1766777829.486493, + "author_account_age_days": 3166 + }, + "https://github.com/jupo-ai/comfy-aspect-ratios": { + "stars": 1, + "last_update": "2025-10-01 02:59:34", + "cached_time": 1766777829.553996, + "author_account_age_days": 300 + }, + "https://github.com/Rizzlord/ComfyUI-RizzNodes": { + "stars": 1, + "last_update": "2025-12-10 14:16:31", + "cached_time": 1766777829.557441, + "author_account_age_days": 1979 + }, + "https://github.com/Brekel/ComfyUI-Brekel": { + "stars": 18, + "last_update": "2025-11-17 19:08:10", + "cached_time": 1766777829.630198, + "author_account_age_days": 5375 + }, + "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { + "stars": 6, + "last_update": "2025-08-02 00:48:15", + "cached_time": 1766777829.659826, + "author_account_age_days": 2396 + }, + "https://github.com/juddisjudd/ComfyUI-BawkNodes": { + "stars": 7, + "last_update": "2025-10-06 06:57:23", + "cached_time": 1766777829.711315, + "author_account_age_days": 1660 + }, + "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { + "stars": 14, + "last_update": "2025-12-23 14:23:25", + "cached_time": 1766777829.882412, + "author_account_age_days": 369 + }, + "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { + "stars": 59, + "last_update": "2025-08-13 20:55:23", + "cached_time": 1766777829.957017, + "author_account_age_days": 1014 + }, + "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { + "stars": 31, + "last_update": "2025-08-05 12:38:00", + "cached_time": 1766777829.980191, + "author_account_age_days": 3162 + }, + "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { + "stars": 11, + "last_update": "2025-10-22 21:10:35", + "cached_time": 1766777830.383559, + "author_account_age_days": 3162 + }, + "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { + "stars": 211, + "last_update": "2025-10-22 21:09:42", + "cached_time": 1766777830.416076, + "author_account_age_days": 3162 + }, + "https://github.com/chuchu114514/comfyui_text_list_stepper": { + "stars": 4, + "last_update": "2025-08-07 01:52:58", + "cached_time": 1766777830.499625, + "author_account_age_days": 910 + }, + "https://github.com/kanibus/kanibus": { + "stars": 5, + "last_update": "2025-08-04 04:27:56", + "cached_time": 1766777830.57817, + "author_account_age_days": 1087 + }, + "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { + "stars": 4, + "last_update": "2025-10-24 09:33:20", + "cached_time": 1766777830.566925, + "author_account_age_days": 1495 + }, + "https://github.com/ranska/pixel_palette_art": { + "stars": 1, + "last_update": "2025-09-02 08:35:03", + "cached_time": 1766777830.679584, + "author_account_age_days": 5805 + }, + "https://github.com/SaturMars/ComfyUI-NVVFR": { + "stars": 0, + "last_update": "2025-08-05 05:39:42", + "cached_time": 1766777830.696002, + "author_account_age_days": 688 + }, + "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { + "stars": 29, + "last_update": "2025-08-09 17:55:04", + "cached_time": 1766777830.733925, + "author_account_age_days": 688 + }, + "https://github.com/jqy-yo/comfyui-gemini-nodes": { + "stars": 5, + "last_update": "2025-10-10 09:41:20", + "cached_time": 1766777830.894485, + "author_account_age_days": 591 + }, + "https://github.com/fidecastro/comfyui-llamacpp-client": { + "stars": 2, + "last_update": "2025-08-05 06:09:32", + "cached_time": 1766777830.959863, + "author_account_age_days": 3544 + }, + "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { + "stars": 0, + "last_update": "2025-08-05 06:27:09", + "cached_time": 1766777831.021112, + "author_account_age_days": 2438 + }, + "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { + "stars": 11, + "last_update": "2025-08-05 07:33:46", + "cached_time": 1766777831.414304, + "author_account_age_days": 2821 + }, + "https://github.com/snomiao/ComfyUI-Video-Crop": { + "stars": 3, + "last_update": "2025-08-05 13:53:52", + "cached_time": 1766777831.439871, + "author_account_age_days": 4271 + }, + "https://github.com/Koren-cy/FlowCV": { + "stars": 3, + "last_update": "2025-08-12 18:22:52", + "cached_time": 1766777831.520657, + "author_account_age_days": 554 + }, + "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { + "stars": 3, + "last_update": "2025-09-23 22:08:30", + "cached_time": 1766777831.606788, + "author_account_age_days": 4551 + }, + "https://github.com/HWDigi/Factory-Prompts_comfyui": { + "stars": 1, + "last_update": "2025-08-06 08:31:02", + "cached_time": 1766777831.644366, + "author_account_age_days": 172 + }, + "https://github.com/max-dingsda/OllamaTools": { + "stars": 3, + "last_update": "2025-12-10 13:38:13", + "cached_time": 1766777831.839731, + "author_account_age_days": 242 + }, + "https://github.com/diodiogod/TTS-Audio-Suite": { + "stars": 487, + "last_update": "2025-12-20 14:14:40", + "cached_time": 1766777831.809035, + "author_account_age_days": 678 + }, + "https://github.com/Ferocit/comfyui-feroccustomnodes": { + "stars": 0, + "last_update": "2025-08-08 21:50:00", + "cached_time": 1766777831.748652, + "author_account_age_days": 4716 + }, + "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { + "stars": 67, + "last_update": "2025-12-25 19:55:59", + "cached_time": 1766777831.935453, + "author_account_age_days": 3601 + }, + "https://github.com/Lovzu/ComfyUI-KittenTTS": { + "stars": 1, + "last_update": "2025-08-09 06:04:38", + "cached_time": 1766777831.980255, + "author_account_age_days": 334 + }, + "https://github.com/Pirog17000/Pirogs-Nodes": { + "stars": 3, + "last_update": "2025-11-17 00:34:32", + "cached_time": 1766777832.077794, + "author_account_age_days": 4762 + }, + "https://github.com/eric183/ComfyUI-Only": { + "stars": 71, + "last_update": "2025-08-23 07:48:17", + "cached_time": 1766777832.430088, + "author_account_age_days": 3983 + }, + "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { + "stars": 6, + "last_update": "2025-12-01 03:45:48", + "cached_time": 1766777832.471019, + "author_account_age_days": 352 + }, + "https://github.com/ExoticArts/comfyui-ea-nodes": { + "stars": 0, + "last_update": "2025-11-10 03:24:25", + "cached_time": 1766777832.512415, + "author_account_age_days": 138 + }, + "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { + "stars": 16, + "last_update": "2025-09-26 04:19:03", + "cached_time": 1766777832.637869, + "author_account_age_days": 325 + }, + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { + "stars": 12, + "last_update": "2025-11-26 07:42:57", + "cached_time": 1766777832.755468, + "author_account_age_days": 4449 + }, + "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { + "stars": 3, + "last_update": "2025-08-13 00:14:13", + "cached_time": 1766777832.811884, + "author_account_age_days": 4061 + }, + "https://github.com/Baverne/comfyUI-TiledWan": { + "stars": 3, + "last_update": "2025-08-21 10:14:11", + "cached_time": 1766777832.815751, + "author_account_age_days": 1021 + }, + "https://github.com/teamalpha-ai/comfyui-image-transformer": { + "stars": 1, + "last_update": "2025-10-02 03:48:49", + "cached_time": 1766777832.896321, + "author_account_age_days": 542 + }, + "https://github.com/karas17/ComfyUI-Camera-Watermark": { + "stars": 12, + "last_update": "2025-11-07 17:29:28", + "cached_time": 1766777832.946272, + "author_account_age_days": 3207 + }, + "https://github.com/njlent/ComfyUI_wavelet-colorfix": { + "stars": 3, + "last_update": "2025-08-13 13:04:06", + "cached_time": 1766777833.006312, + "author_account_age_days": 4008 + }, + "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { + "stars": 0, + "last_update": "2025-08-14 08:18:47", + "cached_time": 1766777833.091389, + "author_account_age_days": 266 + }, + "https://github.com/flybirdxx/ComfyUI-SDMatte": { + "stars": 157, + "last_update": "2025-12-26 06:20:18", + "cached_time": 1766777833.45045, + "author_account_age_days": 3197 + }, + "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { + "stars": 18, + "last_update": "2025-08-14 18:53:13", + "cached_time": 1766777833.522455, + "author_account_age_days": 1581 + }, + "https://github.com/RainyN0077/ComfyUI-PromptSE": { + "stars": 10, + "last_update": "2025-08-15 13:12:09", + "cached_time": 1766777833.558152, + "author_account_age_days": 340 + }, + "https://github.com/DenRakEiw/Latent_Nodes": { + "stars": 26, + "last_update": "2025-08-13 14:21:14", + "cached_time": 1766777833.626369, + "author_account_age_days": 1581 + }, + "https://github.com/kusurin/ComfyUI-chronophotography": { + "stars": 0, + "last_update": "2025-08-16 15:11:58", + "cached_time": 1766777833.764264, + "author_account_age_days": 1168 + }, + "https://github.com/feffy380/comfyui-chroma-cache": { + "stars": 16, + "last_update": "2025-08-15 12:29:59", + "cached_time": 1766777833.845918, + "author_account_age_days": 1180 + }, + "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { + "stars": 0, + "last_update": "2025-08-15 13:52:56", + "cached_time": 1766777833.846153, + "author_account_age_days": 3434 + }, + "https://github.com/Alectriciti/comfyui-adaptiveprompts": { + "stars": 49, + "last_update": "2025-12-20 23:05:31", + "cached_time": 1766777833.898127, + "author_account_age_days": 5015 + }, + "https://github.com/NHLStenden/ComfyUI-ImageBag": { + "stars": 0, + "last_update": "2025-12-20 12:10:06", + "cached_time": 1766777834.050837, + "author_account_age_days": 2804 + }, + "https://github.com/jupo-ai/comfy-preview-model": { + "stars": 0, + "last_update": "2025-08-21 16:38:28", + "cached_time": 1766777834.071647, + "author_account_age_days": 300 + }, + "https://github.com/jupo-ai/comfy-join-prompt": { + "stars": 1, + "last_update": "2025-10-01 03:36:40", + "cached_time": 1766777834.131815, + "author_account_age_days": 300 + }, + "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { + "stars": 4, + "last_update": "2025-08-15 17:37:40", + "cached_time": 1766777834.500105, + "author_account_age_days": 1172 + }, + "https://github.com/jupo-ai/comfy-linear-move": { + "stars": 1, + "last_update": "2025-08-21 16:31:49", + "cached_time": 1766777834.569043, + "author_account_age_days": 300 + }, + "https://github.com/apeirography/DaimalyadNodes": { + "stars": 0, + "last_update": "2025-08-15 03:21:01", + "cached_time": 1766777834.556804, + "author_account_age_days": 2291 + }, + "https://github.com/mamorett/ComfyUI_minicpmv4": { + "stars": 1, + "last_update": "2025-10-23 14:42:23", + "cached_time": 1766777834.689112, + "author_account_age_days": 1302 + }, + "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { + "stars": 0, + "last_update": "2025-08-17 02:05:40", + "cached_time": 1766777834.87793, + "author_account_age_days": 4068 + }, + "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { + "stars": 149, + "last_update": "2025-08-21 13:52:03", + "cached_time": 1766777834.877045, + "author_account_age_days": 1843 + }, + "https://github.com/vslinx/ComfyUI-vslinx-nodes": { + "stars": 1, + "last_update": "2025-12-26 15:53:23", + "cached_time": 1766777834.889819, + "author_account_age_days": 2403 + }, + "https://github.com/HoangYell/comfyui-hoangyell-video": { + "stars": 0, + "last_update": "2025-08-21 13:34:55", + "cached_time": 1766777834.951295, + "author_account_age_days": 4293 + }, + "https://github.com/SilverAndJade/comfyui-silver-nodes": { + "stars": 0, + "last_update": "2025-09-05 20:06:53", + "cached_time": 1766777835.220086, + "author_account_age_days": 4102 + }, + "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { + "stars": 0, + "last_update": "2025-08-17 22:37:50", + "cached_time": 1766777835.111976, + "author_account_age_days": 2800 + }, + "https://github.com/krigeta/qwen-image-controlnets-comfyui": { + "stars": 2, + "last_update": "2025-08-17 11:09:39", + "cached_time": 1766777835.169869, + "author_account_age_days": 1851 + }, + "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { + "stars": 6, + "last_update": "2025-11-25 19:40:54", + "cached_time": 1766777835.554998, + "author_account_age_days": 921 + }, + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { + "stars": 160, + "last_update": "2025-12-06 16:28:42", + "cached_time": 1766777835.607918, + "author_account_age_days": 4974 + }, + "https://github.com/Saquib764/omini-kontext": { + "stars": 428, + "last_update": "2025-09-01 16:42:36", + "cached_time": 1766777835.6196, + "author_account_age_days": 5026 + }, + "https://github.com/obisin/ComfyUI-DGLS": { + "stars": 12, + "last_update": "2025-09-26 10:25:10", + "cached_time": 1766777835.72316, + "author_account_age_days": 1565 + }, + "https://github.com/Dehypnotic/comfyui-numbered-text": { + "stars": 0, + "last_update": "2025-10-08 15:13:36", + "cached_time": 1766777836.032526, + "author_account_age_days": 1642 + }, + "https://github.com/rickrender/ComfyUI-Vectorizer-API": { + "stars": 2, + "last_update": "2025-08-20 00:09:26", + "cached_time": 1766777835.901293, + "author_account_age_days": 1090 + }, + "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { + "stars": 5, + "last_update": "2025-11-28 08:21:35", + "cached_time": 1766777836.342148, + "author_account_age_days": 579 + }, + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { + "stars": 1, + "last_update": "2025-11-15 18:59:51", + "cached_time": 1766777836.005176, + "author_account_age_days": 1160 + }, + "https://github.com/TinyBeeman/ComfyUI-TinyBee": { + "stars": 1, + "last_update": "2025-11-22 03:39:03", + "cached_time": 1766777836.156664, + "author_account_age_days": 2331 + }, + "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": { + "stars": 6, + "last_update": "2025-11-08 13:11:55", + "cached_time": 1766777836.183292, + "author_account_age_days": 4429 + }, + "https://github.com/chyer/Chye-ComfyUI-Toolset": { + "stars": 0, + "last_update": "2025-11-20 09:04:13", + "cached_time": 1766777836.246044, + "author_account_age_days": 4582 + }, + "https://github.com/ReinerBforartists/comfyui_auto_prompt_schedule": { + "stars": 1, + "last_update": "2025-08-24 09:00:45", + "cached_time": 1766777836.593515, + "author_account_age_days": 3779 + }, + "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { + "stars": 2, + "last_update": "2025-08-21 16:54:53", + "cached_time": 1766777836.614451, + "author_account_age_days": 3228 + }, + "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { + "stars": 0, + "last_update": "2025-08-22 06:10:44", + "cached_time": 1766777836.608441, + "author_account_age_days": 126 + }, + "https://github.com/dimtoneff/ComfyUI-VL-Nodes": { + "stars": 9, + "last_update": "2025-08-29 01:10:55", + "cached_time": 1766777836.779883, + "author_account_age_days": 3964 + }, + "https://github.com/ReinerBforartists/comfyui_text_line_combine": { + "stars": 0, + "last_update": "2025-08-23 10:59:19", + "cached_time": 1766777836.950127, + "author_account_age_days": 3779 + }, + "https://github.com/mangobyed/ComfyUI_Detection_List": { + "stars": 0, + "last_update": "2025-08-22 20:53:01", + "cached_time": 1766777837.036472, + "author_account_age_days": 416 + }, + "https://github.com/Daxamur/DaxNodes": { + "stars": 0, + "last_update": "2025-08-30 19:54:44", + "cached_time": 1766777837.062428, + "author_account_age_days": 2644 + }, + "https://github.com/Dehypnotic/comfyui-range-to-string": { + "stars": 0, + "last_update": "2025-10-02 09:30:29", + "cached_time": 1766777837.231011, + "author_account_age_days": 1642 + }, + "https://github.com/KY-2000/RES4LYF-tester-loop": { + "stars": 9, + "last_update": "2025-08-26 02:18:02", + "cached_time": 1766777837.251245, + "author_account_age_days": 2283 + }, + "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": { + "stars": 2, + "last_update": "2025-08-26 15:57:33", + "cached_time": 1766777837.395484, + "author_account_age_days": 2283 + }, + "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { + "stars": 8, + "last_update": "2025-08-26 02:18:37", + "cached_time": 1766777837.340618, + "author_account_age_days": 2283 + }, + "https://github.com/KY-2000/comfyui-save-image-enhanced": { + "stars": 0, + "last_update": "2025-08-31 07:47:45", + "cached_time": 1766777837.597895, + "author_account_age_days": 2283 + }, + "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": { + "stars": 88, + "last_update": "2025-12-02 14:21:28", + "cached_time": 1766777837.656595, + "author_account_age_days": 1451 + }, + "https://github.com/Jelosus2/comfyui-vae-reflection": { + "stars": 9, + "last_update": "2025-11-11 18:27:58", + "cached_time": 1766777837.644812, + "author_account_age_days": 1854 + }, + "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata": { + "stars": 0, + "last_update": "2025-08-25 20:29:15", + "cached_time": 1766777837.806082, + "author_account_age_days": 4350 + }, + "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { + "stars": 2, + "last_update": "2025-10-27 18:44:13", + "cached_time": 1766777838.431012, + "author_account_age_days": 3405 + }, + "https://github.com/jialuw0830/flux_api_comfyui_plugin": { + "stars": 0, + "last_update": "2025-09-04 12:42:43", + "cached_time": 1766777838.043605, + "author_account_age_days": 391 + }, + "https://github.com/LeanModels/ComfyUI-DFloat11": { + "stars": 17, + "last_update": "2025-08-26 08:55:44", + "cached_time": 1766777838.134303, + "author_account_age_days": 304 + }, + "https://github.com/birdneststream/ComfyUI-Mircify": { + "stars": 0, + "last_update": "2025-08-31 02:51:11", + "cached_time": 1766777838.258268, + "author_account_age_days": 1916 + }, + "https://github.com/citronlegacy/ComfyUI-CitronNodes": { + "stars": 0, + "last_update": "2025-08-26 00:14:42", + "cached_time": 1766777838.292514, + "author_account_age_days": 4488 + }, + "https://github.com/ZeroSpaceStudios/ComfyUI-ZSNodes": { + "stars": 0, + "last_update": "2025-08-26 00:26:08", + "cached_time": 1766777838.472448, + "author_account_age_days": 274 + }, + "https://github.com/thimpat/ThimPatUtils": { + "stars": 0, + "last_update": "2025-08-25 18:04:19", + "cached_time": 1766777838.432565, + "author_account_age_days": 4228 + }, + "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { + "stars": 0, + "last_update": "2025-11-05 16:43:30", + "cached_time": 1766777838.636546, + "author_account_age_days": 3176 + }, + "https://github.com/krakenunbound/ComfyUI-KrakenTools": { + "stars": 2, + "last_update": "2025-12-07 18:32:43", + "cached_time": 1766777838.67095, + "author_account_age_days": 129 + }, + "https://github.com/joanna910225/comfyui-housekeeper": { + "stars": 17, + "last_update": "2025-12-02 06:51:44", + "cached_time": 1766777838.73366, + "author_account_age_days": 4169 + }, + "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": { + "stars": 6, + "last_update": "2025-11-27 04:45:39", + "cached_time": 1766777839.387616, + "author_account_age_days": 642 + }, + "https://github.com/orion4d/ComfyUI_SharpnessPro": { + "stars": 8, + "last_update": "2025-08-27 09:02:20", + "cached_time": 1766777839.06688, + "author_account_age_days": 1132 + }, + "https://github.com/popoimm/comfyui-popo-utility": { + "stars": 0, + "last_update": "2025-08-28 17:56:41", + "cached_time": 1766777839.190247, + "author_account_age_days": 3594 + }, + "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { + "stars": 1272, + "last_update": "2025-10-02 18:51:41", + "cached_time": 1766777839.308647, + "author_account_age_days": 121 + }, + "https://github.com/mikheys/comfyui-gemini-mikheys": { + "stars": 2, + "last_update": "2025-08-29 15:15:54", + "cached_time": 1766777839.369466, + "author_account_age_days": 2951 + }, + "https://github.com/Gipphe/comfyui-metadata-statistics": { + "stars": 0, + "last_update": "2025-08-28 20:43:50", + "cached_time": 1766777839.466951, + "author_account_age_days": 4862 + }, + "https://github.com/fredhopp/comfyui-flipflopnodes": { + "stars": 0, + "last_update": "2025-09-02 04:42:06", + "cached_time": 1766777839.482548, + "author_account_age_days": 1985 + }, + "https://github.com/Saganaki22/ComfyUI-dotWaveform": { + "stars": 27, + "last_update": "2025-11-12 10:35:07", + "cached_time": 1766777839.489509, + "author_account_age_days": 1686 + }, + "https://github.com/sfinktah/comfy-ovum": { + "stars": 6, + "last_update": "2025-11-17 22:15:39", + "cached_time": 1766777839.639427, + "author_account_age_days": 4583 + }, + "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": { + "stars": 1, + "last_update": "2025-09-11 11:41:23", + "cached_time": 1766777839.699139, + "author_account_age_days": 2983 + }, + "https://github.com/sweetndata/ComfyUI-Reflatent": { + "stars": 0, + "last_update": "2025-08-27 16:38:57", + "cached_time": 1766777839.809418, + "author_account_age_days": 1282 + }, + "https://github.com/aesethtics/ComfyUI-Utilitools": { + "stars": 1, + "last_update": "2025-08-27 21:58:17", + "cached_time": 1766777840.113567, + "author_account_age_days": 3396 + }, + "https://github.com/grmchn/ComfyUI-ProportionChanger": { + "stars": 73, + "last_update": "2025-12-13 06:58:50", + "cached_time": 1766777840.213006, + "author_account_age_days": 209 + }, + "https://github.com/huwenkai26/comfyui-remove-text": { + "stars": 0, + "last_update": "2025-08-28 07:03:52", + "cached_time": 1766777840.338078, + "author_account_age_days": 3577 + }, + "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": { + "stars": 3, + "last_update": "2025-08-29 11:15:29", + "cached_time": 1766777840.418878, + "author_account_age_days": 855 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": { + "stars": 102, + "last_update": "2025-11-25 03:54:19", + "cached_time": 1766777840.970092, + "author_account_age_days": 855 + }, + "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": { + "stars": 6, + "last_update": "2025-08-29 16:44:45", + "cached_time": 1766777840.510769, + "author_account_age_days": 2776 + }, + "https://github.com/gsusgg/ComfyUI_CozyGen": { + "stars": 22, + "last_update": "2025-10-17 22:36:41", + "cached_time": 1766777840.496938, + "author_account_age_days": 1169 + }, + "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { + "stars": 2, + "last_update": "2025-09-03 08:41:00", + "cached_time": 1766777840.5382, + "author_account_age_days": 2105 + }, + "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": { + "stars": 5, + "last_update": "2025-08-29 16:48:04", + "cached_time": 1766777840.646492, + "author_account_age_days": 297 + }, + "https://github.com/annewj023/Comfyui_google_nano": { + "stars": 11, + "last_update": "2025-09-03 21:17:57", + "cached_time": 1766777840.729543, + "author_account_age_days": 547 + }, + "https://github.com/Juste-Leo2/USO_ComfyUI": { + "stars": 6, + "last_update": "2025-08-30 20:21:25", + "cached_time": 1766777840.837733, + "author_account_age_days": 421 + }, + "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { + "stars": 0, + "last_update": "2025-08-31 04:06:50", + "cached_time": 1766777841.162932, + "author_account_age_days": 5147 + }, + "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { + "stars": 0, + "last_update": "2025-08-31 19:23:11", + "cached_time": 1766777841.219185, + "author_account_age_days": 4272 + }, + "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { + "stars": 6, + "last_update": "2025-11-29 18:25:47", + "cached_time": 1766777841.357706, + "author_account_age_days": 4272 + }, + "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": { + "stars": 43, + "last_update": "2025-11-17 01:55:11", + "cached_time": 1766777841.424052, + "author_account_age_days": 378 + }, + "https://github.com/hujuying/ComfyUI-ModelScope-API": { + "stars": 38, + "last_update": "2025-12-12 15:07:18", + "cached_time": 1766777841.595851, + "author_account_age_days": 1327 + }, + "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { + "stars": 0, + "last_update": "2025-09-21 02:52:56", + "cached_time": 1766777841.542569, + "author_account_age_days": 4965 + }, + "https://github.com/aistudynow/Comfyui-HunyuanFoley": { + "stars": 57, + "last_update": "2025-09-13 10:17:31", + "cached_time": 1766777841.531869, + "author_account_age_days": 119 + }, + "https://github.com/noelkim12/ComfyUI-NoelTextUtil": { + "stars": 0, + "last_update": "2025-09-01 17:22:53", + "cached_time": 1766777841.64294, + "author_account_age_days": 2534 + }, + "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": { + "stars": 5, + "last_update": "2025-12-13 13:49:32", + "cached_time": 1766777841.819167, + "author_account_age_days": 4665 + }, + "https://github.com/Juste-Leo2/Canary-ComfyUI": { + "stars": 13, + "last_update": "2025-10-29 15:53:49", + "cached_time": 1766777841.847364, + "author_account_age_days": 421 + }, + "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { + "stars": 0, + "last_update": "2025-09-02 09:22:34", + "cached_time": 1766777841.968905, + "author_account_age_days": 3976 + }, + "https://github.com/Shellishack/comfyui_remote_media_io": { + "stars": 1, + "last_update": "2025-09-04 10:42:26", + "cached_time": 1766777842.209769, + "author_account_age_days": 2735 + }, + "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": { + "stars": 7, + "last_update": "2025-10-28 08:51:30", + "cached_time": 1766777842.228087, + "author_account_age_days": 2198 + }, + "https://github.com/grovergol/comfyui-grover-nodes": { + "stars": 0, + "last_update": "2025-09-02 11:18:16", + "cached_time": 1766777842.420016, + "author_account_age_days": 2650 + }, + "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": { + "stars": 27, + "last_update": "2025-12-08 23:32:17", + "cached_time": 1766777842.47027, + "author_account_age_days": 2386 + }, + "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { + "stars": 1, + "last_update": "2025-09-03 18:37:13", + "cached_time": 1766777842.538076, + "author_account_age_days": 664 + }, + "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": { + "stars": 1, + "last_update": "2025-09-05 18:56:41", + "cached_time": 1766777842.569849, + "author_account_age_days": 4230 + }, + "https://github.com/5agado/ComfyUI-Sagado-Nodes": { + "stars": 0, + "last_update": "2025-11-20 17:01:52", + "cached_time": 1766777842.624702, + "author_account_age_days": 5019 + }, + "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": { + "stars": 13, + "last_update": "2025-12-14 10:08:18", + "cached_time": 1766777842.666242, + "author_account_age_days": 3382 + }, + "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": { + "stars": 3, + "last_update": "2025-12-11 17:24:10", + "cached_time": 1766777842.851991, + "author_account_age_days": 872 + }, + "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": { + "stars": 6, + "last_update": "2025-09-05 01:35:40", + "cached_time": 1766777842.908721, + "author_account_age_days": 3997 + }, + "https://github.com/SatadalAI/SATA_UtilityNode": { + "stars": 1, + "last_update": "2025-12-24 16:55:05", + "cached_time": 1766777842.967161, + "author_account_age_days": 714 + }, + "https://github.com/iguanesolutions/comfyui-flux-resolution": { + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "cached_time": 1766777843.788217, + "author_account_age_days": 3061 + }, + "https://github.com/vantagewithai/Vantage-HunyuanFoley": { + "stars": 10, + "last_update": "2025-10-04 23:57:59", + "cached_time": 1766777843.25792, + "author_account_age_days": 565 + }, + "https://github.com/CoreyCorza/ComfyUI-CRZnodes": { + "stars": 35, + "last_update": "2025-09-09 05:29:25", + "cached_time": 1766777843.448599, + "author_account_age_days": 2733 + }, + "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { + "stars": 0, + "last_update": "2025-09-09 14:09:43", + "cached_time": 1766777843.513253, + "author_account_age_days": 113 + }, + "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": { + "stars": 3, + "last_update": "2025-12-11 08:47:11", + "cached_time": 1766777843.577715, + "author_account_age_days": 2029 + }, + "https://github.com/leylahkrell/ComfyUI-Violet-Tools": { + "stars": 12, + "last_update": "2025-11-13 03:06:22", + "cached_time": 1766777844.051074, + "author_account_age_days": 824 + }, + "https://github.com/comfyanonymous/ComfyUI": { + "stars": 98165, + "last_update": "2025-12-26 04:46:55", + "cached_time": 1766777843.708229, + "author_account_age_days": 1099 + }, + "https://github.com/orion4d/Comfyui_EncryptMaster": { + "stars": 3, + "last_update": "2025-09-06 14:18:12", + "cached_time": 1766777843.712775, + "author_account_age_days": 1132 + }, + "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": { + "stars": 20, + "last_update": "2025-12-19 10:49:27", + "cached_time": 1766777843.906162, + "author_account_age_days": 5586 + }, + "https://github.com/orion4d/Gemini_Banana_by_orion4d": { + "stars": 11, + "last_update": "2025-09-07 22:18:10", + "cached_time": 1766777843.926077, + "author_account_age_days": 1132 + }, + "https://github.com/jfcantu/ComfyUI-Prompt-Companion": { + "stars": 8, + "last_update": "2025-09-28 22:27:53", + "cached_time": 1766777844.026067, + "author_account_age_days": 2538 + }, + "https://github.com/Charonartist/comfyui-lmstudio-conversation": { + "stars": 0, + "last_update": "2025-09-07 07:57:09", + "cached_time": 1766777844.263324, + "author_account_age_days": 544 + }, + "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": { + "stars": 41, + "last_update": "2025-10-15 20:51:39", + "cached_time": 1766777844.466471, + "author_account_age_days": 2983 + }, + "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": { + "stars": 49, + "last_update": "2025-12-26 03:34:26", + "cached_time": 1766777844.530503, + "author_account_age_days": 1451 + }, + "https://github.com/duldduld/ComfyUI_md5": { + "stars": 1, + "last_update": "2025-12-12 15:38:26", + "cached_time": 1766777844.601972, + "author_account_age_days": 3277 + }, + "https://github.com/FloyoAI/ComfyUI-Seed-API": { + "stars": 0, + "last_update": "2025-10-29 14:29:56", + "cached_time": 1766777844.794749, + "author_account_age_days": 446 + }, + "https://github.com/regiellis/ComfyUI-EasyIllustrious": { + "stars": 46, + "last_update": "2025-09-23 19:42:28", + "cached_time": 1766777844.719448, + "author_account_age_days": 5177 + }, + "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": { + "stars": 1, + "last_update": "2025-10-02 14:57:02", + "cached_time": 1766777844.818983, + "author_account_age_days": 1642 + }, + "https://github.com/darkamenosa/comfy_nanobanana": { + "stars": 40, + "last_update": "2025-09-09 00:56:14", + "cached_time": 1766777844.917062, + "author_account_age_days": 4334 + }, + "https://github.com/Draek2077/comfyui-draekz-nodez": { + "stars": 1, + "last_update": "2025-09-12 02:32:20", + "cached_time": 1766777844.965731, + "author_account_age_days": 152 + }, + "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { + "stars": 4, + "last_update": "2025-12-24 22:19:33", + "cached_time": 1766777845.054433, + "author_account_age_days": 395 + }, + "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { + "stars": 0, + "last_update": "2025-09-12 02:37:33", + "cached_time": 1766777845.047261, + "author_account_age_days": 428 + }, + "https://github.com/Malte0621/hordeai-comfy": { + "stars": 0, + "last_update": "2025-09-08 16:55:53", + "cached_time": 1766777845.273312, + "author_account_age_days": 2429 + }, + "https://github.com/ApexArtist/comfyui-apex-artist": { + "stars": 1, + "last_update": "2025-10-23 16:54:57", + "cached_time": 1766777845.514834, + "author_account_age_days": 2880 + }, + "https://github.com/writer-in-fancy-pants/octo_json_presets": { + "stars": 0, + "last_update": "2025-09-08 23:42:01", + "cached_time": 1766777845.550967, + "author_account_age_days": 2856 + }, + "https://github.com/sputnik57/comfyui-prompt-logger": { + "stars": 0, + "last_update": "2025-09-09 22:35:39", + "cached_time": 1766777845.620264, + "author_account_age_days": 4299 + }, + "https://github.com/orion4d/Orion4D_pixelshift": { + "stars": 5, + "last_update": "2025-09-09 09:14:31", + "cached_time": 1766777845.727079, + "author_account_age_days": 1132 + }, + "https://github.com/brenzel/comfyui-prompt-beautify": { + "stars": 17, + "last_update": "2025-09-10 15:43:18", + "cached_time": 1766777845.820474, + "author_account_age_days": 3537 + }, + "https://github.com/Firetheft/ComfyUI-Animate-Progress": { + "stars": 3, + "last_update": "2025-09-09 13:21:52", + "cached_time": 1766777845.817957, + "author_account_age_days": 1451 + }, + "https://github.com/ru4ls/ComfyUI_Nano_Banana": { + "stars": 21, + "last_update": "2025-11-30 13:13:19", + "cached_time": 1766777845.962012, + "author_account_age_days": 1036 + }, + "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { + "stars": 1, + "last_update": "2025-12-23 03:44:56", + "cached_time": 1766777846.498759, + "author_account_age_days": 1963 + }, + "https://github.com/Enashka/ComfyUI-nhknodes": { + "stars": 14, + "last_update": "2025-12-20 22:52:26", + "cached_time": 1766777846.120008, + "author_account_age_days": 3521 + }, + "https://github.com/phyblas/nsfw-shorier_comfyui": { + "stars": 7, + "last_update": "2025-09-16 13:23:13", + "cached_time": 1766777846.095073, + "author_account_age_days": 3603 + }, + "https://github.com/Easymode-ai/ComfyUI-FlexPainter": { + "stars": 2, + "last_update": "2025-09-10 20:45:19", + "cached_time": 1766777846.293302, + "author_account_age_days": 1823 + }, + "https://github.com/garg-aayush/ComfyUI-Svg2Raster": { + "stars": 0, + "last_update": "2025-09-10 10:09:14", + "cached_time": 1766777846.534269, + "author_account_age_days": 3598 + }, + "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": { + "stars": 3, + "last_update": "2025-12-23 18:49:11", + "cached_time": 1766777846.633284, + "author_account_age_days": 2051 + }, + "https://github.com/WASasquatch/was_affine": { + "stars": 4, + "last_update": "2025-11-09 22:43:51", + "cached_time": 1766777846.666558, + "author_account_age_days": 5175 + }, + "https://github.com/razvanmatei-sf/razv-llm": { + "stars": 0, + "last_update": "2025-12-02 14:48:54", + "cached_time": 1766777846.739269, + "author_account_age_days": 120 + }, + "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": { + "stars": 6, + "last_update": "2025-09-14 00:53:14", + "cached_time": 1766777846.856197, + "author_account_age_days": 1686 + }, + "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { + "stars": 4, + "last_update": "2025-09-27 20:21:30", + "cached_time": 1766777846.826051, + "author_account_age_days": 1003 + }, + "https://github.com/razvanmatei-sf/razv-wavespeed": { + "stars": 0, + "last_update": "2025-12-02 14:56:41", + "cached_time": 1766777846.969647, + "author_account_age_days": 120 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": { + "stars": 13, + "last_update": "2025-09-11 17:17:22", + "cached_time": 1766777847.113472, + "author_account_age_days": 379 + }, + "https://github.com/ru4ls/ComfyUI_Wan": { + "stars": 3, + "last_update": "2025-10-20 02:32:13", + "cached_time": 1766777847.138026, + "author_account_age_days": 1036 + }, + "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": { + "stars": 3, + "last_update": "2025-09-11 05:06:12", + "cached_time": 1766777847.362026, + "author_account_age_days": 2611 + }, + "https://github.com/snicolast/ComfyUI-IndexTTS2": { + "stars": 144, + "last_update": "2025-10-13 07:16:00", + "cached_time": 1766777847.494389, + "author_account_age_days": 2924 + }, + "https://github.com/efortin/ComfyUI-Ollama-Enhancer": { + "stars": 3, + "last_update": "2025-09-22 07:06:44", + "cached_time": 1766777847.560488, + "author_account_age_days": 4686 + }, + "https://github.com/olafrv/comfyui_olafrv": { + "stars": 0, + "last_update": "2025-09-07 20:31:30", + "cached_time": 1766777847.68481, + "author_account_age_days": 5244 + }, + "https://github.com/blob8/ComfyUI_video-image-motion-transfer": { + "stars": 1, + "last_update": "2025-09-14 15:59:02", + "cached_time": 1766777847.754892, + "author_account_age_days": 618 + }, + "https://github.com/ru4ls/ComfyUI_Imagen": { + "stars": 3, + "last_update": "2025-10-20 02:29:03", + "cached_time": 1766777847.725862, + "author_account_age_days": 1036 + }, + "https://github.com/Me-gumin/MeComfyuiEncrypt": { + "stars": 4, + "last_update": "2025-12-26 13:35:29", + "cached_time": 1766777847.822533, + "author_account_age_days": 1403 + }, + "https://github.com/nakagawadev/comfyui_nakagawa": { + "stars": 2, + "last_update": "2025-09-14 03:18:07", + "cached_time": 1766777847.90747, + "author_account_age_days": 3472 + }, + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": { + "stars": 16, + "last_update": "2025-09-15 13:41:36", + "cached_time": 1766777848.008386, + "author_account_age_days": 3818 + }, + "https://github.com/vanche1212/ComfyUI-InspireMusic": { + "stars": 1, + "last_update": "2025-10-28 02:23:32", + "cached_time": 1766777848.594184, + "author_account_age_days": 3508 + }, + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { + "stars": 5, + "last_update": "2025-12-09 06:07:52", + "cached_time": 1766777848.157203, + "author_account_age_days": 1720 + }, + "https://github.com/darkamenosa/comfy_inpaint_blend": { + "stars": 2, + "last_update": "2025-09-15 16:26:29", + "cached_time": 1766777848.489354, + "author_account_age_days": 4334 + }, + "https://github.com/Ian2073/ComfyUI-MyLLMnode": { + "stars": 0, + "last_update": "2025-09-15 12:47:01", + "cached_time": 1766777848.51388, + "author_account_age_days": 1791 + }, + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": { + "stars": 0, + "last_update": "2025-09-15 05:41:45", + "cached_time": 1766777848.622389, + "author_account_age_days": 3461 + }, + "https://github.com/lenML/comfyui_qwen_image_edit_adv": { + "stars": 33, + "last_update": "2025-12-02 11:12:18", + "cached_time": 1766777848.733612, + "author_account_age_days": 734 + }, + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": { + "stars": 3, + "last_update": "2025-09-16 17:54:17", + "cached_time": 1766777848.795767, + "author_account_age_days": 2800 + }, + "https://github.com/Semonxue/Comfyui-flexai": { + "stars": 4, + "last_update": "2025-12-01 11:07:24", + "cached_time": 1766777848.820678, + "author_account_age_days": 5605 + }, + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": { + "stars": 101, + "last_update": "2025-12-22 06:20:57", + "cached_time": 1766777848.873699, + "author_account_age_days": 2044 + }, + "https://github.com/Dehypnotic/comfyui-save-mp3": { + "stars": 1, + "last_update": "2025-10-24 09:40:52", + "cached_time": 1766777848.918924, + "author_account_age_days": 1642 + }, + "https://github.com/1038lab/ComfyUI-FireRedTTS": { + "stars": 42, + "last_update": "2025-09-16 17:02:31", + "cached_time": 1766777849.017363, + "author_account_age_days": 1002 + }, + "https://github.com/lum3on/ComfyUI_Reve-API": { + "stars": 12, + "last_update": "2025-09-16 12:41:07", + "cached_time": 1766777849.164588, + "author_account_age_days": 324 + }, + "https://github.com/Kaleidia/KaleidiaNodes": { + "stars": 0, + "last_update": "2025-09-23 14:56:53", + "cached_time": 1766777850.036484, + "author_account_age_days": 2222 + }, + "https://github.com/xhh522/ComfyUI-preview-monitor": { + "stars": 1, + "last_update": "2025-09-16 10:41:24", + "cached_time": 1766777849.545512, + "author_account_age_days": 153 + }, + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { + "stars": 16, + "last_update": "2025-09-16 19:56:49", + "cached_time": 1766777849.638195, + "author_account_age_days": 422 + }, + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": { + "stars": 6, + "last_update": "2025-09-17 18:53:24", + "cached_time": 1766777849.683316, + "author_account_age_days": 3570 + }, + "https://github.com/Junst/ComfyUI-Concept-Diffusion": { + "stars": 3, + "last_update": "2025-09-24 10:23:07", + "cached_time": 1766777849.766133, + "author_account_age_days": 3088 + }, + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": { + "stars": 12, + "last_update": "2025-11-13 03:06:22", + "cached_time": 1766777849.831594, + "author_account_age_days": 824 + }, + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": { + "stars": 2, + "last_update": "2025-09-18 09:11:07", + "cached_time": 1766777849.829042, + "author_account_age_days": 3818 + }, + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { + "stars": 55, + "last_update": "2025-11-05 20:04:35", + "cached_time": 1766777849.940122, + "author_account_age_days": 278 + }, + "https://github.com/DecartAI/Lucy-Edit-ComfyUI": { + "stars": 701, + "last_update": "2025-11-07 18:58:33", + "cached_time": 1766777850.047123, + "author_account_age_days": 860 + }, + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": { + "stars": 5, + "last_update": "2025-12-03 00:57:24", + "cached_time": 1766777850.016827, + "author_account_age_days": 1451 + }, + "https://github.com/comrender/ComfyUI-NanoSeed": { + "stars": 3, + "last_update": "2025-12-16 17:31:36", + "cached_time": 1766777850.255703, + "author_account_age_days": 901 + }, + "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": { + "stars": 81, + "last_update": "2025-11-15 23:22:39", + "cached_time": 1766777850.559231, + "author_account_age_days": 968 + }, + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { + "stars": 4, + "last_update": "2025-09-18 20:12:57", + "cached_time": 1766777850.657968, + "author_account_age_days": 882 + }, + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": { + "stars": 2, + "last_update": "2025-10-27 20:55:50", + "cached_time": 1766777850.709433, + "author_account_age_days": 4376 + }, + "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": { + "stars": 0, + "last_update": "2025-09-21 14:38:59", + "cached_time": 1766777850.837746, + "author_account_age_days": 4929 + }, + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": { + "stars": 0, + "last_update": "2025-09-18 16:37:02", + "cached_time": 1766777850.856045, + "author_account_age_days": 815 + }, + "https://github.com/ahkimkoo/Comfyui-AudioSegment": { + "stars": 5, + "last_update": "2025-09-19 03:20:14", + "cached_time": 1766777850.855114, + "author_account_age_days": 5788 + }, + "https://github.com/bmad4ever/comfyui_panels": { + "stars": 3, + "last_update": "2025-11-04 12:52:32", + "cached_time": 1766777850.960305, + "author_account_age_days": 4086 + }, + "https://github.com/Noma-Machiko/ComfyUI-ToDevice": { + "stars": 1, + "last_update": "2025-09-18 16:11:53", + "cached_time": 1766777851.024431, + "author_account_age_days": 1079 + }, + "https://github.com/AdamShuo/ComfyUI_Switch": { + "stars": 5, + "last_update": "2025-09-23 16:59:46", + "cached_time": 1766777851.050702, + "author_account_age_days": 832 + }, + "https://github.com/wildminder/ComfyUI-VoxCPM": { + "stars": 353, + "last_update": "2025-12-17 19:14:57", + "cached_time": 1766777851.106848, + "author_account_age_days": 4783 + }, + "https://github.com/3dgopnik/comfyui-arena-suite": { + "stars": 1, + "last_update": "2025-10-10 12:24:13", + "cached_time": 1766777851.27134, + "author_account_age_days": 2576 + }, + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": { + "stars": 2, + "last_update": "2025-12-26 14:34:49", + "cached_time": 1766777851.568258, + "author_account_age_days": 5050 + }, + "https://github.com/gasdyueer/comfyui-yolo-mask-process": { + "stars": 0, + "last_update": "2025-09-27 02:57:46", + "cached_time": 1766777851.720855, + "author_account_age_days": 603 + }, + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": { + "stars": 34, + "last_update": "2025-10-05 11:40:55", + "cached_time": 1766777851.745914, + "author_account_age_days": 2386 + }, + "https://github.com/perckle/comfyui_dpir": { + "stars": 0, + "last_update": "2025-09-27 06:10:01", + "cached_time": 1766777851.882861, + "author_account_age_days": 1913 + }, + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": { + "stars": 0, + "last_update": "2025-09-22 00:10:40", + "cached_time": 1766777851.879974, + "author_account_age_days": 2797 + }, + "https://github.com/S4MUEL-404/ComfyUI-PromptsO": { + "stars": 1, + "last_update": "2025-11-19 09:20:58", + "cached_time": 1766777851.964793, + "author_account_age_days": 3637 + }, + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": { + "stars": 7, + "last_update": "2025-09-30 16:00:15", + "cached_time": 1766777851.990816, + "author_account_age_days": 3854 + }, + "https://github.com/APZmedia/ComfyUI-color-tools": { + "stars": 2, + "last_update": "2025-09-24 12:52:50", + "cached_time": 1766777852.064376, + "author_account_age_days": 3027 + }, + "https://github.com/vantagewithai/VantageLongWanVideo": { + "stars": 40, + "last_update": "2025-09-25 18:54:33", + "cached_time": 1766777852.044767, + "author_account_age_days": 565 + }, + "https://github.com/ucloud/comfyui-plugin": { + "stars": 3, + "last_update": "2025-09-23 03:26:19", + "cached_time": 1766777852.156723, + "author_account_age_days": 3755 + }, + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": { + "stars": 10, + "last_update": "2025-12-26 09:40:46", + "cached_time": 1766777852.301842, + "author_account_age_days": 2269 + }, + "https://github.com/Santat2023/ComfyUiRagNodes": { + "stars": 0, + "last_update": "2025-09-29 16:14:02", + "cached_time": 1766777852.60073, + "author_account_age_days": 838 + }, + "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { + "stars": 0, + "last_update": "2025-09-23 14:22:09", + "cached_time": 1766777852.731163, + "author_account_age_days": 913 + }, + "https://github.com/suhee19/comfyui-orpheus-loader": { + "stars": 0, + "last_update": "2025-09-23 15:14:02", + "cached_time": 1766777852.796889, + "author_account_age_days": 1164 + }, + "https://github.com/neverbiasu/ComfyUI-ModelScope": { + "stars": 1, + "last_update": "2025-11-08 21:10:36", + "cached_time": 1766777852.905681, + "author_account_age_days": 1569 + }, + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": { + "stars": 0, + "last_update": "2025-09-24 11:01:50", + "cached_time": 1766777852.932438, + "author_account_age_days": 2582 + }, + "https://github.com/GizmoR13/PG-Nodes": { + "stars": 16, + "last_update": "2025-10-10 12:52:07", + "cached_time": 1766777852.99358, + "author_account_age_days": 5375 + }, + "https://github.com/aesethtics/comfyui-3d-model-viewer": { + "stars": 1, + "last_update": "2025-09-24 17:27:58", + "cached_time": 1766777853.034735, + "author_account_age_days": 3396 + }, + "https://github.com/Sampkao/ComfyUI-Amage": { + "stars": 1, + "last_update": "2025-09-24 22:14:30", + "cached_time": 1766777853.092603, + "author_account_age_days": 909 + }, + "https://github.com/BizaNator/ComfyUI_PromptIterator": { + "stars": 3, + "last_update": "2025-09-24 16:47:04", + "cached_time": 1766777853.110502, + "author_account_age_days": 3607 + }, + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { + "stars": 26, + "last_update": "2025-12-11 23:23:52", + "cached_time": 1766777853.182894, + "author_account_age_days": 1002 + }, + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": { + "stars": 0, + "last_update": "2025-10-08 18:29:37", + "cached_time": 1766777853.373316, + "author_account_age_days": 1030 + }, + "https://github.com/Art-xmaster/comfyui-AGSoft": { + "stars": 5, + "last_update": "2025-12-06 12:46:50", + "cached_time": 1766777853.591451, + "author_account_age_days": 485 + }, + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { + "stars": 1, + "last_update": "2025-12-08 03:53:56", + "cached_time": 1766777853.800762, + "author_account_age_days": 1747 + }, + "https://github.com/cyan9977/ComfyUI_PromptQueue": { + "stars": 1, + "last_update": "2025-12-24 04:41:18", + "cached_time": 1766777853.830458, + "author_account_age_days": 477 + }, + "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { + "stars": 0, + "last_update": "2025-09-26 13:42:27", + "cached_time": 1766777853.920735, + "author_account_age_days": 970 + }, + "https://github.com/lrzjason/Comfyui-QwenEditUtils": { + "stars": 652, + "last_update": "2025-11-18 03:52:42", + "cached_time": 1766777853.932749, + "author_account_age_days": 4213 + }, + "https://github.com/Verolelb/ComfyUI-VideoCompressor": { + "stars": 4, + "last_update": "2025-12-23 09:49:58", + "cached_time": 1766777854.019405, + "author_account_age_days": 1172 + }, + "https://github.com/tritant/ComfyUI_Custom_Switch": { + "stars": 6, + "last_update": "2025-10-12 13:57:31", + "cached_time": 1766777854.077313, + "author_account_age_days": 3691 + }, + "https://github.com/co5dt/ComfyUI-Persistent-Queue": { + "stars": 3, + "last_update": "2025-09-28 11:49:26", + "cached_time": 1766777854.131727, + "author_account_age_days": 3396 + }, + "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": { + "stars": 12, + "last_update": "2025-11-16 06:39:09", + "cached_time": 1766777854.116213, + "author_account_age_days": 3693 + }, + "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": { + "stars": 7, + "last_update": "2025-12-18 15:13:54", + "cached_time": 1766777854.208966, + "author_account_age_days": 1328 + }, + "https://github.com/AHEKOT/ComfyUI_VNCCS": { + "stars": 423, + "last_update": "2025-12-24 12:22:52", + "cached_time": 1766777854.619171, + "author_account_age_days": 1125 + }, + "https://github.com/abdullahceylan/ac-comfyui-queue-manager": { + "stars": 5, + "last_update": "2025-09-27 18:12:15", + "cached_time": 1766777854.764396, + "author_account_age_days": 2856 + }, + "https://github.com/wzken/ComfyUI-Steganos-Node": { + "stars": 0, + "last_update": "2025-09-28 16:27:27", + "cached_time": 1766777854.814107, + "author_account_age_days": 3518 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { + "stars": 6, + "last_update": "2025-12-24 01:06:55", + "cached_time": 1766777854.870392, + "author_account_age_days": 5307 + }, + "https://github.com/gregory-richard/ComfyUI-WarpPipe": { + "stars": 1, + "last_update": "2025-12-02 00:30:52", + "cached_time": 1766777854.922793, + "author_account_age_days": 2653 + }, + "https://github.com/J-ChenX/ComfyUI-NIX": { + "stars": 2, + "last_update": "2025-09-29 03:08:12", + "cached_time": 1766777854.954589, + "author_account_age_days": 1879 + }, + "https://github.com/Duanyll/comfyui_functional": { + "stars": 0, + "last_update": "2025-12-16 07:14:38", + "cached_time": 1766777855.028071, + "author_account_age_days": 3283 + }, + "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { + "stars": 11, + "last_update": "2025-11-04 08:57:24", + "cached_time": 1766777855.111622, + "author_account_age_days": 1024 + }, + "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": { + "stars": 1, + "last_update": "2025-11-30 07:17:33", + "cached_time": 1766777855.144915, + "author_account_age_days": 1058 + }, + "https://github.com/nobandegani/comfyui_ino_nodes": { + "stars": 2, + "last_update": "2025-12-26 15:55:15", + "cached_time": 1766777855.162935, + "author_account_age_days": 1837 + }, + "https://github.com/guill/comfyui-stegaflow": { + "stars": 0, + "last_update": "2025-09-30 06:39:36", + "cached_time": 1766777855.236487, + "author_account_age_days": 4743 + }, + "https://github.com/azazeal04/ComfyUI-HybridSamplers": { + "stars": 7, + "last_update": "2025-11-09 17:17:00", + "cached_time": 1766777855.630353, + "author_account_age_days": 968 + }, + "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { + "stars": 1, + "last_update": "2025-09-30 09:49:18", + "cached_time": 1766777855.878942, + "author_account_age_days": 1319 + }, + "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { + "stars": 1, + "last_update": "2025-10-04 06:23:15", + "cached_time": 1766777855.838262, + "author_account_age_days": 1513 + }, + "https://github.com/jfcantu/ComfyUI-AutoNotes": { + "stars": 9, + "last_update": "2025-12-16 06:12:41", + "cached_time": 1766777855.882414, + "author_account_age_days": 2538 + }, + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { + "stars": 248, + "last_update": "2025-08-29 00:23:20", + "cached_time": 1766777855.94547, + "author_account_age_days": 961 + }, + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 9, + "last_update": "2024-09-06 11:37:05", + "cached_time": 1766777855.971899, + "author_account_age_days": 2960 + }, + "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { + "stars": 1, + "last_update": "2025-08-02 15:50:33", + "cached_time": 1766777856.079816, + "author_account_age_days": 1199 + }, + "https://github.com/9nate-drake/ComfyUI-MaskCenter": { + "stars": 6, + "last_update": "2025-10-02 01:35:08", + "cached_time": 1766777856.136886, + "author_account_age_days": 2200 + }, + "https://github.com/mochidroppot/ComfyUI-ProxyFix": { + "stars": 0, + "last_update": "2025-10-03 02:29:35", + "cached_time": 1766777856.183888, + "author_account_age_days": 114 + }, + "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": { + "stars": 5, + "last_update": "2025-10-28 14:46:07", + "cached_time": 1766777856.177642, + "author_account_age_days": 3822 + }, + "https://github.com/wildminder/ComfyUI-KaniTTS": { + "stars": 35, + "last_update": "2025-10-17 15:45:23", + "cached_time": 1766777856.274654, + "author_account_age_days": 4783 + }, + "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": { + "stars": 1, + "last_update": "2025-10-04 02:48:04", + "cached_time": 1766777856.626107, + "author_account_age_days": 1052 + }, + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": { + "stars": 1, + "last_update": "2025-10-09 03:19:03", + "cached_time": 1766777856.875395, + "author_account_age_days": 2983 + }, + "https://github.com/wallen0322/ComfyUI-SageAttention3": { + "stars": 12, + "last_update": "2025-10-04 07:00:09", + "cached_time": 1766777856.891268, + "author_account_age_days": 278 + }, + "https://github.com/u5dev/comfyUI_u5_VramFREE": { + "stars": 5, + "last_update": "2025-10-02 02:30:02", + "cached_time": 1766777856.901153, + "author_account_age_days": 95 + }, + "https://github.com/dothings/comfyui_placeholder_prompting": { + "stars": 0, + "last_update": "2025-10-03 12:06:27", + "cached_time": 1766777856.987223, + "author_account_age_days": 1627 + }, + "https://github.com/azazeal04/comfyui-switch-samplers": { + "stars": 3, + "last_update": "2025-10-07 17:17:03", + "cached_time": 1766777857.021533, + "author_account_age_days": 968 + }, + "https://github.com/Kidev/ComfyUI-FaceFilter": { + "stars": 1, + "last_update": "2025-10-04 18:43:44", + "cached_time": 1766777857.140112, + "author_account_age_days": 5152 + }, + "https://github.com/malkuthro/ComfyUI-Koolook": { + "stars": 0, + "last_update": "2025-12-10 14:11:56", + "cached_time": 1766777857.164392, + "author_account_age_days": 625 + }, + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": { + "stars": 21, + "last_update": "2025-12-16 18:11:36", + "cached_time": 1766777857.181238, + "author_account_age_days": 1328 + }, + "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { + "stars": 1, + "last_update": "2025-12-22 11:52:48", + "cached_time": 1766777857.238637, + "author_account_age_days": 613 + }, + "https://github.com/snicolast/ComfyUI-Ovi": { + "stars": 114, + "last_update": "2025-10-16 21:46:54", + "cached_time": 1766777857.287009, + "author_account_age_days": 2924 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": { + "stars": 45, + "last_update": "2025-10-06 18:35:59", + "cached_time": 1766777857.635122, + "author_account_age_days": 379 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": { + "stars": 102, + "last_update": "2025-11-25 03:54:19", + "cached_time": 1766777857.882146, + "author_account_age_days": 855 + }, + "https://github.com/Glidias/mask2sam": { + "stars": 0, + "last_update": "2025-10-07 04:07:01", + "cached_time": 1766777857.92591, + "author_account_age_days": 5813 + }, + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": { + "stars": 0, + "last_update": "2025-10-13 14:14:55", + "cached_time": 1766777857.967928, + "author_account_age_days": 937 + }, + "https://github.com/smthemex/ComfyUI_LucidFlux": { + "stars": 56, + "last_update": "2025-12-10 12:12:01", + "cached_time": 1766777858.052384, + "author_account_age_days": 904 + }, + "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": { + "stars": 14, + "last_update": "2025-10-10 17:43:43", + "cached_time": 1766777858.055947, + "author_account_age_days": 953 + }, + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": { + "stars": 4, + "last_update": "2025-10-11 12:43:37", + "cached_time": 1766777858.133391, + "author_account_age_days": 1328 + }, + "https://github.com/yolain/SaveVideoRGBA": { + "stars": 36, + "last_update": "2025-10-26 05:56:47", + "cached_time": 1766777858.185986, + "author_account_age_days": 1891 + }, + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { + "stars": 22, + "last_update": "2025-10-26 04:15:42", + "cached_time": 1766777858.196571, + "author_account_age_days": 3857 + }, + "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { + "stars": 1, + "last_update": "2025-10-07 15:35:51", + "cached_time": 1766777858.254806, + "author_account_age_days": 3344 + }, + "https://github.com/lokinou/comfyui-better-flow": { + "stars": 2, + "last_update": "2025-10-22 21:23:02", + "cached_time": 1766777858.299415, + "author_account_age_days": 4704 + }, + "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": { + "stars": 10, + "last_update": "2025-11-11 15:25:48", + "cached_time": 1766777858.661083, + "author_account_age_days": 86 + }, + "https://github.com/mikecaronna/comfyui_c2pa_signer": { + "stars": 1, + "last_update": "2025-10-06 14:27:34", + "cached_time": 1766777858.93525, + "author_account_age_days": 2186 + }, + "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { + "stars": 1, + "last_update": "2025-10-06 15:37:39", + "cached_time": 1766777858.943044, + "author_account_age_days": 1487 + }, + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": { + "stars": 5, + "last_update": "2025-10-05 09:11:26", + "cached_time": 1766777858.964969, + "author_account_age_days": 1891 + }, + "https://github.com/Hearmeman24/ComfyUI-Pinecone": { + "stars": 0, + "last_update": "2025-10-05 15:52:58", + "cached_time": 1766777859.125138, + "author_account_age_days": 1351 + }, + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": { + "stars": 0, + "last_update": "2025-11-11 15:41:53", + "cached_time": 1766777859.116872, + "author_account_age_days": 86 + }, + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": { + "stars": 26, + "last_update": "2025-10-15 01:11:05", + "cached_time": 1766777859.185202, + "author_account_age_days": 4700 + }, + "https://github.com/scofano/comfy-text-stats": { + "stars": 0, + "last_update": "2025-10-10 20:10:48", + "cached_time": 1766777859.181172, + "author_account_age_days": 3300 + }, + "https://github.com/Kayarte/GeoNodes": { + "stars": 0, + "last_update": "2025-10-08 03:49:26", + "cached_time": 1766777859.215658, + "author_account_age_days": 604 + }, + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": { + "stars": 6, + "last_update": "2025-10-06 18:43:07", + "cached_time": 1766777859.28747, + "author_account_age_days": 1868 + }, + "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { + "stars": 0, + "last_update": "2025-12-05 12:51:26", + "cached_time": 1766777859.312054, + "author_account_age_days": 1922 + }, + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": { + "stars": 0, + "last_update": "2025-10-07 22:48:23", + "cached_time": 1766777859.722446, + "author_account_age_days": 1205 + }, + "https://github.com/bobosola/ComfyUI-reboot": { + "stars": 1, + "last_update": "2025-10-12 15:56:09", + "cached_time": 1766777859.973744, + "author_account_age_days": 3965 + }, + "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": { + "stars": 1, + "last_update": "2025-10-09 03:59:42", + "cached_time": 1766777859.982693, + "author_account_age_days": 906 + }, + "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": { + "stars": 34, + "last_update": "2025-10-12 18:20:58", + "cached_time": 1766777859.997788, + "author_account_age_days": 703 + }, + "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": { + "stars": 1, + "last_update": "2025-10-08 18:50:53", + "cached_time": 1766777860.141721, + "author_account_age_days": 1751 + }, + "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { + "stars": 2, + "last_update": "2025-12-16 16:17:12", + "cached_time": 1766777860.144664, + "author_account_age_days": 4376 + }, + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": { + "stars": 11, + "last_update": "2025-12-18 18:58:59", + "cached_time": 1766777860.183958, + "author_account_age_days": 2051 + }, + "https://github.com/PiePieDesign/PiePieTweaks": { + "stars": 1, + "last_update": "2025-10-24 15:27:53", + "cached_time": 1766777860.248875, + "author_account_age_days": 214 + }, + "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": { + "stars": 52, + "last_update": "2025-12-11 03:05:59", + "cached_time": 1766777860.257165, + "author_account_age_days": 3178 + }, + "https://github.com/turnbros/ComfyBros": { + "stars": 0, + "last_update": "2025-11-05 03:20:19", + "cached_time": 1766777860.326777, + "author_account_age_days": 1930 + }, + "https://github.com/wgedeon/comfyui_play_traversal": { + "stars": 2, + "last_update": "2025-11-30 10:31:25", + "cached_time": 1766777860.33454, + "author_account_age_days": 4665 + }, + "https://github.com/moonwhaler/comfyui-moonpack": { + "stars": 10, + "last_update": "2025-10-10 09:53:05", + "cached_time": 1766777860.747082, + "author_account_age_days": 4974 + }, + "https://github.com/rslosch/comfyui-nodesweet": { + "stars": 1, + "last_update": "2025-10-28 19:34:17", + "cached_time": 1766777861.523845, + "author_account_age_days": 1441 + }, + "https://github.com/ycyy/ComfyUI-YCYY-API": { + "stars": 11, + "last_update": "2025-12-19 09:04:50", + "cached_time": 1766777860.989257, + "author_account_age_days": 3975 + }, + "https://github.com/9nate-drake/Comfyui-SecNodes": { + "stars": 343, + "last_update": "2025-12-19 23:32:49", + "cached_time": 1766777861.011481, + "author_account_age_days": 2200 + }, + "https://github.com/ihmily/comfy-deploy": { + "stars": 1, + "last_update": "2025-12-06 07:40:46", + "cached_time": 1766777861.147136, + "author_account_age_days": 1179 + }, + "https://github.com/scofano/comfy-audio-duration": { + "stars": 3, + "last_update": "2025-11-25 13:55:11", + "cached_time": 1766777861.180591, + "author_account_age_days": 3300 + }, + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": { + "stars": 1, + "last_update": "2025-10-27 20:54:15", + "cached_time": 1766777861.199757, + "author_account_age_days": 4376 + }, + "https://github.com/heyburns/PortraitUtils": { + "stars": 1, + "last_update": "2025-10-27 02:00:26", + "cached_time": 1766777861.267024, + "author_account_age_days": 2774 + }, + "https://github.com/sonnybox/ComfyUI-SuperNodes": { + "stars": 1, + "last_update": "2025-12-21 19:34:55", + "cached_time": 1766777861.281439, + "author_account_age_days": 1103 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": { + "stars": 77, + "last_update": "2025-10-11 18:24:55", + "cached_time": 1766777861.342839, + "author_account_age_days": 379 + }, + "https://github.com/sfinktah/ovum-spotlight": { + "stars": 3, + "last_update": "2025-11-17 21:35:38", + "cached_time": 1766777861.363903, + "author_account_age_days": 4583 + }, + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { + "stars": 32, + "last_update": "2025-12-22 14:06:46", + "cached_time": 1766777861.78255, + "author_account_age_days": 994 + }, + "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": { + "stars": 3, + "last_update": "2025-10-28 20:48:57", + "cached_time": 1766777862.014233, + "author_account_age_days": 1231 + }, + "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { + "stars": 0, + "last_update": "2025-10-12 01:48:13", + "cached_time": 1766777862.056086, + "author_account_age_days": 4078 + }, + "https://github.com/jonstreeter/comfyui-compressed-metadata": { + "stars": 0, + "last_update": "2025-10-12 19:25:48", + "cached_time": 1766777862.188099, + "author_account_age_days": 1153 + }, + "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { + "stars": 13, + "last_update": "2025-10-10 19:01:40", + "cached_time": 1766777862.252494, + "author_account_age_days": 2288 + }, + "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": { + "stars": 1, + "last_update": "2025-10-15 09:40:29", + "cached_time": 1766777862.230883, + "author_account_age_days": 2586 + }, + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { + "stars": 2, + "last_update": "2025-10-28 02:32:13", + "cached_time": 1766777862.265893, + "author_account_age_days": 1272 + }, + "https://github.com/maikgreubel/comfyui-loaddds": { + "stars": 0, + "last_update": "2025-10-12 15:04:26", + "cached_time": 1766777862.326869, + "author_account_age_days": 5362 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": { + "stars": 24, + "last_update": "2025-10-11 15:26:20", + "cached_time": 1766777862.403173, + "author_account_age_days": 298 + }, + "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": { + "stars": 38, + "last_update": "2025-10-17 14:58:31", + "cached_time": 1766777862.377183, + "author_account_age_days": 3661 + }, + "https://github.com/njlent/ComfyUI_performance-report": { + "stars": 2, + "last_update": "2025-10-12 15:00:25", + "cached_time": 1766777862.539357, + "author_account_age_days": 4008 + }, + "https://github.com/ru4ls/ComfyUI_Google-Fonts": { + "stars": 1, + "last_update": "2025-10-29 09:24:52", + "cached_time": 1766777862.823892, + "author_account_age_days": 1036 + }, + "https://github.com/IAMCCS/IAMCCS-nodes": { + "stars": 32, + "last_update": "2025-11-19 11:59:50", + "cached_time": 1766777863.042281, + "author_account_age_days": 2105 + }, + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": { + "stars": 0, + "last_update": "2025-12-03 06:42:44", + "cached_time": 1766777863.071203, + "author_account_age_days": 610 + }, + "https://github.com/yichengup/ComfyUI-VideoTransition": { + "stars": 24, + "last_update": "2025-10-27 07:36:45", + "cached_time": 1766777863.20983, + "author_account_age_days": 675 + }, + "https://github.com/leewinder/comfyui-crop-to-center": { + "stars": 0, + "last_update": "2025-10-13 16:41:33", + "cached_time": 1766777863.288386, + "author_account_age_days": 5002 + }, + "https://github.com/iguanesolutions/comfyui-ig1-tools": { + "stars": 4, + "last_update": "2025-11-27 14:42:19", + "cached_time": 1766777863.322689, + "author_account_age_days": 3061 + }, + "https://github.com/niknah/presentation-ComfyUI": { + "stars": 0, + "last_update": "2025-11-12 01:11:40", + "cached_time": 1766777863.282228, + "author_account_age_days": 5270 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": { + "stars": 6, + "last_update": "2025-12-21 22:37:28", + "cached_time": 1766777863.857001, + "author_account_age_days": 2242 + }, + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": { + "stars": 2, + "last_update": "2025-12-25 22:10:02", + "cached_time": 1766777863.449653, + "author_account_age_days": 763 + }, + "https://github.com/MoonMoon82/ClipVision_Tools": { + "stars": 6, + "last_update": "2025-10-29 10:14:16", + "cached_time": 1766777863.398651, + "author_account_age_days": 2717 + }, + "https://github.com/pdale-boop/Comfyui-Network-Guardian": { + "stars": 0, + "last_update": "2025-10-14 21:49:38", + "cached_time": 1766777863.547616, + "author_account_age_days": 77 + }, + "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { + "stars": 1, + "last_update": "2025-11-05 21:55:09", + "cached_time": 1766777863.835195, + "author_account_age_days": 73 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": { + "stars": 6, + "last_update": "2025-10-15 16:19:44", + "cached_time": 1766777864.304238, + "author_account_age_days": 379 + }, + "https://github.com/m3rr/h4_ToolKit": { + "stars": 1, + "last_update": "2025-10-17 14:25:01", + "cached_time": 1766777864.100315, + "author_account_age_days": 851 + }, + "https://github.com/polym/ComfyUI-musubi": { + "stars": 1, + "last_update": "2025-10-21 11:45:22", + "cached_time": 1766777864.209752, + "author_account_age_days": 4782 + }, + "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { + "stars": 0, + "last_update": "2025-10-21 02:34:23", + "cached_time": 1766777864.321064, + "author_account_age_days": 1403 + }, + "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": { + "stars": 3, + "last_update": "2025-11-02 13:46:51", + "cached_time": 1766777864.350437, + "author_account_age_days": 746 + }, + "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": { + "stars": 7, + "last_update": "2025-11-06 16:43:31", + "cached_time": 1766777864.395341, + "author_account_age_days": 479 + }, + "https://github.com/AIGODLIKE/Blender-IO": { + "stars": 1, + "last_update": "2025-10-15 08:52:06", + "cached_time": 1766777864.488151, + "author_account_age_days": 1051 + }, + "https://github.com/smthemex/ComfyUI_OmniPart": { + "stars": 9, + "last_update": "2025-10-15 08:20:42", + "cached_time": 1766777864.478525, + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_FlashVSR": { + "stars": 272, + "last_update": "2025-12-17 01:01:18", + "cached_time": 1766777864.577056, + "author_account_age_days": 904 + }, + "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": { + "stars": 7, + "last_update": "2025-12-20 01:44:21", + "cached_time": 1766777864.826981, + "author_account_age_days": 1444 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { + "stars": 453, + "last_update": "2025-10-23 04:10:00", + "cached_time": 1766777864.884258, + "author_account_age_days": 961 + }, + "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": { + "stars": 0, + "last_update": "2025-10-16 19:08:52", + "cached_time": 1766777865.104537, + "author_account_age_days": 841 + }, + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": { + "stars": 1, + "last_update": "2025-10-17 18:15:29", + "cached_time": 1766777865.213173, + "author_account_age_days": 1051 + }, + "https://github.com/Boba-svg/ComfyUI-PromptSwitch": { + "stars": 2, + "last_update": "2025-12-07 13:43:53", + "cached_time": 1766777865.32951, + "author_account_age_days": 101 + }, + "https://github.com/flybirdxx/ComfyUI-RexOmni": { + "stars": 9, + "last_update": "2025-10-23 07:12:56", + "cached_time": 1766777865.387976, + "author_account_age_days": 3197 + }, + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": { + "stars": 5, + "last_update": "2025-12-19 05:27:55", + "cached_time": 1766777865.359627, + "author_account_age_days": 1036 + }, + "https://github.com/spawner1145/comfyui-lsnet": { + "stars": 78, + "last_update": "2025-12-19 14:20:40", + "cached_time": 1766777865.407052, + "author_account_age_days": 488 + }, + "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon": { + "stars": 1, + "last_update": "2025-10-18 18:25:23", + "cached_time": 1766777865.505264, + "author_account_age_days": 4622 + }, + "https://github.com/OKIE5/ComfyUI-CN-Pre": { + "stars": 0, + "last_update": "2025-10-18 23:45:21", + "cached_time": 1766777865.527264, + "author_account_age_days": 193 + }, + "https://github.com/SquirrelRat/MultiString-Prompts": { + "stars": 1, + "last_update": "2025-10-23 19:44:28", + "cached_time": 1766777865.705516, + "author_account_age_days": 2847 + }, + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": { + "stars": 2, + "last_update": "2025-12-25 18:20:19", + "cached_time": 1766777865.868687, + "author_account_age_days": 4376 + }, + "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { + "stars": 0, + "last_update": "2025-10-19 14:03:25", + "cached_time": 1766777865.92881, + "author_account_age_days": 2851 + }, + "https://github.com/lrzjason/Comfyui-LoraUtils": { + "stars": 27, + "last_update": "2025-11-13 15:49:36", + "cached_time": 1766777866.133735, + "author_account_age_days": 4213 + }, + "https://github.com/diffussy69/comfyui-curved_weight_schedule": { + "stars": 2, + "last_update": "2025-11-23 04:21:13", + "cached_time": 1766777866.235006, + "author_account_age_days": 562 + }, + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": { + "stars": 0, + "last_update": "2025-10-19 20:26:42", + "cached_time": 1766777866.344649, + "author_account_age_days": 68 + }, + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { + "stars": 0, + "last_update": "2025-10-25 21:28:35", + "cached_time": 1766777866.365557, + "author_account_age_days": 4127 + }, + "https://github.com/rdawgemfl/rdawg_3D_pack": { + "stars": 0, + "last_update": "2025-10-19 12:31:40", + "cached_time": 1766777866.395019, + "author_account_age_days": 2478 + }, + "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer": { + "stars": 9, + "last_update": "2025-10-19 10:28:59", + "cached_time": 1766777866.460954, + "author_account_age_days": 1051 + }, + "https://github.com/omixmaxdimo/OmiXDev": { + "stars": 0, + "last_update": "2025-10-23 12:10:24", + "cached_time": 1766777866.583219, + "author_account_age_days": 2018 + }, + "https://github.com/ashtar1984/comfyui-find-perfect-resolution": { + "stars": 5, + "last_update": "2025-12-05 14:45:19", + "cached_time": 1766777866.55215, + "author_account_age_days": 68 + }, + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { + "stars": 0, + "last_update": "2025-10-20 16:08:40", + "cached_time": 1766777866.750217, + "author_account_age_days": 992 + }, + "https://github.com/Analaser/ComfyUI-RandomTagWeights": { + "stars": 1, + "last_update": "2025-12-23 01:58:09", + "cached_time": 1766777866.895574, + "author_account_age_days": 2943 + }, + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { + "stars": 1, + "last_update": "2025-10-21 13:13:22", + "cached_time": 1766777866.927047, + "author_account_age_days": 1991 + }, + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": { + "stars": 5, + "last_update": "2025-11-05 01:59:12", + "cached_time": 1766777867.143645, + "author_account_age_days": 4316 + }, + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": { + "stars": 8, + "last_update": "2025-12-25 03:18:06", + "cached_time": 1766777867.300293, + "author_account_age_days": 926 + }, + "https://github.com/APZmedia/Comfyui-LightDirection-estimation": { + "stars": 0, + "last_update": "2025-10-20 12:32:41", + "cached_time": 1766777867.375709, + "author_account_age_days": 3027 + }, + "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": { + "stars": 0, + "last_update": "2025-12-16 08:05:11", + "cached_time": 1766777867.38641, + "author_account_age_days": 1359 + }, + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": { + "stars": 8, + "last_update": "2025-12-11 22:49:27", + "cached_time": 1766777867.426546, + "author_account_age_days": 926 + }, + "https://github.com/L33chKing/ComfyUI_Channel_Ops": { + "stars": 1, + "last_update": "2025-10-23 05:44:23", + "cached_time": 1766777867.477074, + "author_account_age_days": 2800 + }, + "https://github.com/alibof96/ComfyUI-DownscaleIRN": { + "stars": 0, + "last_update": "2025-10-30 22:04:34", + "cached_time": 1766777867.570931, + "author_account_age_days": 498 + }, + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": { + "stars": 44, + "last_update": "2025-10-28 17:39:56", + "cached_time": 1766777867.616203, + "author_account_age_days": 278 + }, + "https://github.com/charlyad142/comfyUI_charly_replicate_api": { + "stars": 0, + "last_update": "2025-10-21 19:57:07", + "cached_time": 1766777867.753093, + "author_account_age_days": 3166 + }, + "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": { + "stars": 2, + "last_update": "2025-10-21 17:53:33", + "cached_time": 1766777867.923239, + "author_account_age_days": 2958 + }, + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": { + "stars": 5, + "last_update": "2025-10-31 03:04:37", + "cached_time": 1766777867.972023, + "author_account_age_days": 249 + }, + "https://github.com/apenguin24/ComfyUI-WanKeyframing": { + "stars": 0, + "last_update": "2025-10-24 17:43:26", + "cached_time": 1766777868.335313, + "author_account_age_days": 68 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Grounding": { + "stars": 31, + "last_update": "2025-12-22 04:03:58", + "cached_time": 1766777868.362568, + "author_account_age_days": 2242 + }, + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { + "stars": 0, + "last_update": "2025-11-05 05:35:43", + "cached_time": 1766777868.375625, + "author_account_age_days": 2873 + }, + "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": { + "stars": 0, + "last_update": "2025-10-22 16:27:05", + "cached_time": 1766777868.428318, + "author_account_age_days": 228 + }, + "https://github.com/Antique3e/ComfyUI-ModalCredits": { + "stars": 0, + "last_update": "2025-12-05 16:07:04", + "cached_time": 1766777868.567722, + "author_account_age_days": 73 + }, + "https://github.com/balu112121/comfyui-LoadImageFromURL": { + "stars": 1, + "last_update": "2025-10-23 05:44:35", + "cached_time": 1766777868.513973, + "author_account_age_days": 363 + }, + "https://github.com/QuietNoise/comfyui_queue_manager": { + "stars": 37, + "last_update": "2025-12-21 18:20:17", + "cached_time": 1766777868.604649, + "author_account_age_days": 4755 + }, + "https://github.com/Spin256/spin256-comfyui": { + "stars": 0, + "last_update": "2025-10-24 12:41:13", + "cached_time": 1766777868.634391, + "author_account_age_days": 64 + }, + "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": { + "stars": 607, + "last_update": "2025-11-20 07:37:22", + "cached_time": 1766777868.771562, + "author_account_age_days": 3661 + }, + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { + "stars": 0, + "last_update": "2025-12-24 20:38:43", + "cached_time": 1766777868.919918, + "author_account_age_days": 1235 + }, + "https://github.com/lakkiy/ComfyUI-RWImageS3": { + "stars": 0, + "last_update": "2025-11-18 12:12:24", + "cached_time": 1766777868.97152, + "author_account_age_days": 3294 + }, + "https://github.com/wallen0322/ComfyUI-Wan22FMLF": { + "stars": 358, + "last_update": "2025-12-10 12:35:40", + "cached_time": 1766777869.363678, + "author_account_age_days": 278 + }, + "https://github.com/TianDongL/Blind_watermark_Comfyui": { + "stars": 13, + "last_update": "2025-10-25 02:21:54", + "cached_time": 1766777869.479182, + "author_account_age_days": 306 + }, + "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": { + "stars": 10, + "last_update": "2025-12-05 06:41:25", + "cached_time": 1766777869.39828, + "author_account_age_days": 86 + }, + "https://github.com/leewinder/comfyui-mureka-api": { + "stars": 0, + "last_update": "2025-10-24 08:50:08", + "cached_time": 1766777869.472932, + "author_account_age_days": 5002 + }, + "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": { + "stars": 17, + "last_update": "2025-11-25 01:15:55", + "cached_time": 1766777869.533805, + "author_account_age_days": 3300 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": { + "stars": 2, + "last_update": "2025-10-29 15:59:02", + "cached_time": 1766777869.601058, + "author_account_age_days": 3992 + }, + "https://github.com/APZmedia/ComfyUI-Dreamlight": { + "stars": 0, + "last_update": "2025-11-04 16:52:57", + "cached_time": 1766777869.6334, + "author_account_age_days": 3027 + }, + "https://github.com/KursatAs/KrsNodes": { + "stars": 0, + "last_update": "2025-11-01 02:54:07", + "cached_time": 1766777869.691151, + "author_account_age_days": 1123 + }, + "https://github.com/BlackSnowSkill/wd14_batch_tagger": { + "stars": 1, + "last_update": "2025-12-24 19:57:36", + "cached_time": 1766777869.780903, + "author_account_age_days": 457 + }, + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": { + "stars": 7, + "last_update": "2025-12-05 06:39:43", + "cached_time": 1766777869.982469, + "author_account_age_days": 1495 + }, + "https://github.com/WWWEN8/ComfyUI-CCXManager": { + "stars": 5, + "last_update": "2025-11-21 03:36:02", + "cached_time": 1766777870.039157, + "author_account_age_days": 858 + }, + "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": { + "stars": 0, + "last_update": "2025-10-26 15:41:28", + "cached_time": 1766777870.453819, + "author_account_age_days": 1642 + }, + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": { + "stars": 2, + "last_update": "2025-10-31 17:42:44", + "cached_time": 1766777870.426931, + "author_account_age_days": 4325 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": { + "stars": 1, + "last_update": "2025-12-23 11:13:53", + "cached_time": 1766777870.557097, + "author_account_age_days": 3323 + }, + "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper": { + "stars": 228, + "last_update": "2025-10-28 02:46:54", + "cached_time": 1766777870.490541, + "author_account_age_days": 298 + }, + "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": { + "stars": 0, + "last_update": "2025-11-10 00:44:08", + "cached_time": 1766777870.661492, + "author_account_age_days": 1614 + }, + "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": { + "stars": 0, + "last_update": "2025-11-05 13:57:38", + "cached_time": 1766777870.62013, + "author_account_age_days": 2856 + }, + "https://github.com/Windecay/ComfyUI_CheckVprediction": { + "stars": 0, + "last_update": "2025-10-27 01:37:16", + "cached_time": 1766777870.672632, + "author_account_age_days": 575 + }, + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": { + "stars": 269, + "last_update": "2025-12-26 14:39:42", + "cached_time": 1766777870.710774, + "author_account_age_days": 926 + }, + "https://github.com/GeekatplayStudio/comfyui-hitem3d": { + "stars": 8, + "last_update": "2025-11-16 15:47:02", + "cached_time": 1766777870.813181, + "author_account_age_days": 4140 + }, + "https://github.com/iGavroche/rocm-ninodes": { + "stars": 16, + "last_update": "2025-12-12 21:38:12", + "cached_time": 1766777871.0251, + "author_account_age_days": 1487 + }, + "https://github.com/heyburns/image-chooser-classic": { + "stars": 6, + "last_update": "2025-12-21 18:43:00", + "cached_time": 1766777871.057637, + "author_account_age_days": 2774 + }, + "https://github.com/wildminder/ComfyUI-DyPE": { + "stars": 462, + "last_update": "2025-12-09 13:40:24", + "cached_time": 1766777871.469969, + "author_account_age_days": 4783 + }, + "https://github.com/wouterverweirder/comfyui-penplotter": { + "stars": 0, + "last_update": "2025-10-28 14:32:45", + "cached_time": 1766777871.504058, + "author_account_age_days": 5188 + }, + "https://github.com/Aishor/comfyui-meta-sampler-guiado": { + "stars": 0, + "last_update": "2025-10-28 14:04:44", + "cached_time": 1766777871.489808, + "author_account_age_days": 5867 + }, + "https://github.com/ModelTC/ComfyUI-LightVAE": { + "stars": 41, + "last_update": "2025-11-03 08:47:45", + "cached_time": 1766777871.620265, + "author_account_age_days": 1960 + }, + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": { + "stars": 1, + "last_update": "2025-10-28 07:36:38", + "cached_time": 1766777871.639216, + "author_account_age_days": 5346 + }, + "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { + "stars": 0, + "last_update": "2025-10-27 19:59:19", + "cached_time": 1766777871.688236, + "author_account_age_days": 4275 + }, + "https://github.com/myonmu0/ComfyUI-Jumper": { + "stars": 0, + "last_update": "2025-12-03 17:30:16", + "cached_time": 1766777871.713045, + "author_account_age_days": 70 + }, + "https://github.com/weekii/ComfyUI-GGUF-FX": { + "stars": 0, + "last_update": "2025-10-31 11:03:33", + "cached_time": 1766777871.813306, + "author_account_age_days": 584 + }, + "https://github.com/spacepxl/ComfyUI-VAE-Utils": { + "stars": 140, + "last_update": "2025-12-20 07:11:18", + "cached_time": 1766777871.799324, + "author_account_age_days": 844 + }, + "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": { + "stars": 81, + "last_update": "2025-10-31 13:16:53", + "cached_time": 1766777872.059948, + "author_account_age_days": 3197 + }, + "https://github.com/Revmagi/DDM_bundle": { + "stars": 0, + "last_update": "2025-10-30 21:03:27", + "cached_time": 1766777872.090174, + "author_account_age_days": 3774 + }, + "https://github.com/fchangjun/Baidu_Meux_ComfyTools": { + "stars": 2, + "last_update": "2025-12-15 08:28:37", + "cached_time": 1766777872.497954, + "author_account_age_days": 4074 + }, + "https://github.com/SquirrelRat/WanVideoLooper": { + "stars": 7, + "last_update": "2025-11-13 15:18:00", + "cached_time": 1766777872.52208, + "author_account_age_days": 2847 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": { + "stars": 19, + "last_update": "2025-10-30 10:25:36", + "cached_time": 1766777872.533269, + "author_account_age_days": 379 + }, + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { + "stars": 29, + "last_update": "2025-12-19 15:29:35", + "cached_time": 1766777872.628788, + "author_account_age_days": 4037 + }, + "https://github.com/petr-pr/ComfyUI-TranslationNode": { + "stars": 0, + "last_update": "2025-11-05 22:42:00", + "cached_time": 1766777872.70431, + "author_account_age_days": 1373 + }, + "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": { + "stars": 2, + "last_update": "2025-12-15 21:33:50", + "cached_time": 1766777872.728356, + "author_account_age_days": 3176 + }, + "https://github.com/alFrame/ComfyUI-AF-Find-Nodes": { + "stars": 3, + "last_update": "2025-12-15 21:31:37", + "cached_time": 1766777872.711702, + "author_account_age_days": 3176 + }, + "https://github.com/loockluo/comfyui-whisperx-pro": { + "stars": 3, + "last_update": "2025-11-04 16:27:20", + "cached_time": 1766777872.849527, + "author_account_age_days": 3390 + }, + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": { + "stars": 0, + "last_update": "2025-12-19 15:24:49", + "cached_time": 1766777872.897907, + "author_account_age_days": 1856 + }, + "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": { + "stars": 3, + "last_update": "2025-10-30 23:34:18", + "cached_time": 1766777873.069423, + "author_account_age_days": 3804 + }, + "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": { + "stars": 6, + "last_update": "2025-12-20 22:12:31", + "cached_time": 1766777873.484334, + "author_account_age_days": 1747 + }, + "https://github.com/fuselayer/comfyui-minimal-workflow-image": { + "stars": 2, + "last_update": "2025-11-09 06:16:48", + "cached_time": 1766777873.545777, + "author_account_age_days": 827 + }, + "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": { + "stars": 9, + "last_update": "2025-10-31 09:55:07", + "cached_time": 1766777873.540888, + "author_account_age_days": 553 + }, + "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": { + "stars": 2, + "last_update": "2025-11-29 07:41:11", + "cached_time": 1766777873.583544, + "author_account_age_days": 473 + }, + "https://github.com/vantagewithai/Vantage-DyPE": { + "stars": 6, + "last_update": "2025-10-31 09:19:35", + "cached_time": 1766777873.665859, + "author_account_age_days": 565 + }, + "https://github.com/wizdroid/wizdroid-character": { + "stars": 3, + "last_update": "2025-11-29 14:04:02", + "cached_time": 1766777873.71082, + "author_account_age_days": 3024 + }, + "https://github.com/tritant/ComfyUI_SuperScaler": { + "stars": 169, + "last_update": "2025-12-09 09:58:42", + "cached_time": 1766777873.746418, + "author_account_age_days": 3691 + }, + "https://github.com/pizurny/ComfyUI-AV-Handles": { + "stars": 24, + "last_update": "2025-11-08 18:23:12", + "cached_time": 1766777873.78873, + "author_account_age_days": 1231 + }, + "https://github.com/walke2019/ComfyUI-GGUF-VLM": { + "stars": 22, + "last_update": "2025-12-17 05:35:36", + "cached_time": 1766777873.888159, + "author_account_age_days": 2460 + }, + "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": { + "stars": 1, + "last_update": "2025-11-01 08:28:38", + "cached_time": 1766777873.955267, + "author_account_age_days": 3466 + }, + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": { + "stars": 0, + "last_update": "2025-11-01 13:35:28", + "cached_time": 1766777874.081942, + "author_account_age_days": 3944 + }, + "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { + "stars": 6, + "last_update": "2025-11-05 04:44:02", + "cached_time": 1766777874.567291, + "author_account_age_days": 2286 + }, + "https://github.com/DazzleNodes/fit-mask-to-image": { + "stars": 1, + "last_update": "2025-11-16 01:32:44", + "cached_time": 1766777874.686106, + "author_account_age_days": 54 + }, + "https://github.com/hw5511/comfyui_hf_upscaler_loader": { + "stars": 1, + "last_update": "2025-12-24 21:22:27", + "cached_time": 1766777874.980719, + "author_account_age_days": 1639 + }, + "https://github.com/okdalto/ComfyUI-WithAnyone": { + "stars": 21, + "last_update": "2025-12-18 04:42:30", + "cached_time": 1766777874.623131, + "author_account_age_days": 3366 + }, + "https://github.com/darth-veitcher/comfyui-ollama-model-manager": { + "stars": 0, + "last_update": "2025-11-05 17:05:44", + "cached_time": 1766777874.705835, + "author_account_age_days": 4979 + }, + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": { + "stars": 15, + "last_update": "2025-11-06 22:21:00", + "cached_time": 1766777874.707281, + "author_account_age_days": 994 + }, + "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": { + "stars": 1, + "last_update": "2025-11-04 08:08:46", + "cached_time": 1766777874.77511, + "author_account_age_days": 2399 + }, + "https://github.com/dskjal/comfyui-yolov8-simple": { + "stars": 0, + "last_update": "2025-11-07 04:54:26", + "cached_time": 1766777874.789794, + "author_account_age_days": 3628 + }, + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": { + "stars": 12, + "last_update": "2025-12-17 15:01:12", + "cached_time": 1766777874.892744, + "author_account_age_days": 1122 + }, + "https://github.com/kianxyzw/comfyui-model-linker": { + "stars": 53, + "last_update": "2025-11-05 15:39:16", + "cached_time": 1766777874.975226, + "author_account_age_days": 1423 + }, + "https://github.com/vantagewithai/Vantage-DreamOmni2": { + "stars": 2, + "last_update": "2025-11-06 04:53:18", + "cached_time": 1766777875.10973, + "author_account_age_days": 565 + }, + "https://github.com/Lavah000/ComfyUI-AdvGenPack": { + "stars": 1, + "last_update": "2025-11-05 03:36:00", + "cached_time": 1766777875.56654, + "author_account_age_days": 729 + }, + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { + "stars": 3, + "last_update": "2025-11-18 10:43:12", + "cached_time": 1766777875.660525, + "author_account_age_days": 904 + }, + "https://github.com/francarl/ComfyUI-OnDemand-Loaders": { + "stars": 2, + "last_update": "2025-12-20 18:01:33", + "cached_time": 1766777875.712064, + "author_account_age_days": 5099 + }, + "https://github.com/GuardSkill/ComfyUI-VoiceSep": { + "stars": 1, + "last_update": "2025-11-05 06:11:30", + "cached_time": 1766777875.74339, + "author_account_age_days": 3583 + }, + "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": { + "stars": 1, + "last_update": "2025-11-05 02:56:11", + "cached_time": 1766777875.722464, + "author_account_age_days": 2393 + }, + "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { + "stars": 1, + "last_update": "2025-12-01 19:09:39", + "cached_time": 1766777875.787308, + "author_account_age_days": 3736 + }, + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": { + "stars": 52, + "last_update": "2025-11-11 23:36:14", + "cached_time": 1766777875.790498, + "author_account_age_days": 1686 + }, + "https://github.com/gitcapoom/comfyui_fovestimator": { + "stars": 1, + "last_update": "2025-11-06 17:12:20", + "cached_time": 1766777875.923739, + "author_account_age_days": 269 + }, + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { + "stars": 2, + "last_update": "2025-11-03 12:39:44", + "cached_time": 1766777876.022323, + "author_account_age_days": 3085 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": { + "stars": 10, + "last_update": "2025-11-02 17:17:30", + "cached_time": 1766777876.036369, + "author_account_age_days": 298 + }, + "https://github.com/dskjal/comfyui-yolov8-dsuksampler": { + "stars": 0, + "last_update": "2025-11-09 15:23:16", + "cached_time": 1766777876.118409, + "author_account_age_days": 3628 + }, + "https://github.com/Seb-Lis/comfyui-image-labeler": { + "stars": 0, + "last_update": "2025-11-02 09:33:21", + "cached_time": 1766777876.608832, + "author_account_age_days": 84 + }, + "https://github.com/razvanmatei-sf/serhii-prompt-list": { + "stars": 0, + "last_update": "2025-11-03 10:19:48", + "cached_time": 1766777876.683717, + "author_account_age_days": 120 + }, + "https://github.com/HenkDz/nd-super-nodes": { + "stars": 23, + "last_update": "2025-11-03 12:44:11", + "cached_time": 1766777876.744354, + "author_account_age_days": 3599 + }, + "https://github.com/DazzleNodes/DazzleNodes": { + "stars": 0, + "last_update": "2025-11-24 22:23:02", + "cached_time": 1766777876.804417, + "author_account_age_days": 54 + }, + "https://github.com/scofano/ComfyUI-Simple-video-effects": { + "stars": 0, + "last_update": "2025-12-16 21:26:12", + "cached_time": 1766777876.771449, + "author_account_age_days": 3300 + }, + "https://github.com/adambarbato/ComfyUI-Sa2VA": { + "stars": 92, + "last_update": "2025-12-22 23:32:02", + "cached_time": 1766777876.808635, + "author_account_age_days": 4481 + }, + "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": { + "stars": 25, + "last_update": "2025-11-09 02:46:25", + "cached_time": 1766777876.844776, + "author_account_age_days": 964 + }, + "https://github.com/zpengcom/Comfyui-TextLine-counter": { + "stars": 0, + "last_update": "2025-11-04 02:32:33", + "cached_time": 1766777876.946424, + "author_account_age_days": 4177 + }, + "https://github.com/vsaan212/Vsaan212-workflow-utilities": { + "stars": 0, + "last_update": "2025-11-11 20:58:02", + "cached_time": 1766777877.052928, + "author_account_age_days": 340 + }, + "https://github.com/Lakonik/ComfyUI-piFlow": { + "stars": 134, + "last_update": "2025-12-18 15:32:54", + "cached_time": 1766777877.042725, + "author_account_age_days": 2332 + }, + "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets": { + "stars": 11, + "last_update": "2025-11-08 08:42:06", + "cached_time": 1766777877.158745, + "author_account_age_days": 4834 + }, + "https://github.com/mikesimone/ComfyUI-LinkModeToggle": { + "stars": 0, + "last_update": "2025-11-09 01:35:16", + "cached_time": 1766777877.634018, + "author_account_age_days": 2889 + }, + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": { + "stars": 5, + "last_update": "2025-11-08 18:33:14", + "cached_time": 1766777877.738303, + "author_account_age_days": 3978 + }, + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": { + "stars": 1, + "last_update": "2025-11-19 03:25:46", + "cached_time": 1766777877.754487, + "author_account_age_days": 73 + }, + "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": { + "stars": 1, + "last_update": "2025-12-25 22:50:53", + "cached_time": 1766777877.797022, + "author_account_age_days": 2683 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_LLM": { + "stars": 2, + "last_update": "2025-12-18 12:40:02", + "cached_time": 1766777877.827701, + "author_account_age_days": 654 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_SP": { + "stars": 1, + "last_update": "2025-12-19 14:28:26", + "cached_time": 1766777877.807152, + "author_account_age_days": 654 + }, + "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": { + "stars": 1, + "last_update": "2025-12-15 11:52:02", + "cached_time": 1766777877.866226, + "author_account_age_days": 3176 + }, + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": { + "stars": 0, + "last_update": "2025-11-14 17:02:45", + "cached_time": 1766777877.983812, + "author_account_age_days": 3261 + }, + "https://github.com/brayevalerien/ComfyUI-GroqNodes": { + "stars": 1, + "last_update": "2025-11-08 15:46:01", + "cached_time": 1766777878.075463, + "author_account_age_days": 2144 + }, + "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { + "stars": 1, + "last_update": "2025-11-21 04:35:57", + "cached_time": 1766777878.070662, + "author_account_age_days": 2991 + }, + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": { + "stars": 4, + "last_update": "2025-11-12 21:11:23", + "cached_time": 1766777878.214581, + "author_account_age_days": 54 + }, + "https://github.com/EnragedAntelope/comfy-modelopt": { + "stars": 1, + "last_update": "2025-11-10 21:11:04", + "cached_time": 1766777878.637433, + "author_account_age_days": 519 + }, + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": { + "stars": 63, + "last_update": "2025-12-26 14:32:55", + "cached_time": 1766777878.773637, + "author_account_age_days": 2242 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": { + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "cached_time": 1766777878.813774, + "author_account_age_days": 936 + }, + "https://github.com/tester4488/mc_qwen": { + "stars": 4, + "last_update": "2025-11-14 11:46:00", + "cached_time": 1766777878.814417, + "author_account_age_days": 677 + }, + "https://github.com/Creditas-labs/ComfyUI-Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "cached_time": 1766777879.478017, + "author_account_age_days": 51 + }, + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": { + "stars": 104, + "last_update": "2025-11-18 16:14:09", + "cached_time": 1766777878.841359, + "author_account_age_days": 2025 + }, + "https://github.com/fuselayer/comfyui-noise-match": { + "stars": 0, + "last_update": "2025-11-10 06:37:09", + "cached_time": 1766777878.868456, + "author_account_age_days": 827 + }, + "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": { + "stars": 0, + "last_update": "2025-11-09 17:51:36", + "cached_time": 1766777878.992173, + "author_account_age_days": 3085 + }, + "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": { + "stars": 10, + "last_update": "2025-11-25 06:34:18", + "cached_time": 1766777879.083603, + "author_account_age_days": 4890 + }, + "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": { + "stars": 1, + "last_update": "2025-11-09 02:41:19", + "cached_time": 1766777879.103072, + "author_account_age_days": 3085 + }, + "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": { + "stars": 6, + "last_update": "2025-11-10 02:39:24", + "cached_time": 1766777879.233305, + "author_account_age_days": 451 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": { + "stars": 18, + "last_update": "2025-11-10 15:36:42", + "cached_time": 1766777879.663226, + "author_account_age_days": 298 + }, + "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": { + "stars": 0, + "last_update": "2025-11-10 02:13:14", + "cached_time": 1766777879.802993, + "author_account_age_days": 1484 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": { + "stars": 15, + "last_update": "2025-11-10 09:59:51", + "cached_time": 1766777879.849475, + "author_account_age_days": 298 + }, + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": { + "stars": 0, + "last_update": "2025-11-08 23:31:36", + "cached_time": 1766777879.827602, + "author_account_age_days": 1088 + }, + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { + "stars": 1, + "last_update": "2025-11-18 03:42:53", + "cached_time": 1766777879.864245, + "author_account_age_days": 49 + }, + "https://github.com/rafacost/rafacost-comfy": { + "stars": 3, + "last_update": "2025-11-11 14:26:29", + "cached_time": 1766777879.88616, + "author_account_age_days": 4238 + }, + "https://github.com/princepainter/ComfyUI-PainterI2V": { + "stars": 488, + "last_update": "2025-12-25 13:47:59", + "cached_time": 1766777879.990419, + "author_account_age_days": 1053 + }, + "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { + "stars": 0, + "last_update": "2025-11-10 21:17:53", + "cached_time": 1766777880.113206, + "author_account_age_days": 3556 + }, + "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": { + "stars": 50, + "last_update": "2025-12-04 06:03:03", + "cached_time": 1766777880.105101, + "author_account_age_days": 1686 + }, + "https://github.com/yano/comfyui-fast-mosaic-detector": { + "stars": 3, + "last_update": "2025-11-13 14:57:28", + "cached_time": 1766777880.266547, + "author_account_age_days": 3296 + }, + "https://github.com/terefang/ComfyUI-Terefang-Nodes": { + "stars": 0, + "last_update": "2025-11-12 12:35:02", + "cached_time": 1766777880.488794, + "author_account_age_days": 5513 + }, + "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": { + "stars": 0, + "last_update": "2025-11-11 03:17:07", + "cached_time": 1766777880.689536, + "author_account_age_days": 815 + }, + "https://github.com/OwlvChirotha/ComfyUI-Translator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "cached_time": 1766777881.280275, + "author_account_age_days": 73 + }, + "https://github.com/Creepybits/World_weaver": { + "stars": 15, + "last_update": "2025-11-26 16:28:31", + "cached_time": 1766777880.852793, + "author_account_age_days": 2157 + }, + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": { + "stars": 6, + "last_update": "2025-12-21 22:37:28", + "cached_time": 1766777880.87189, + "author_account_age_days": 2242 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": { + "stars": 48, + "last_update": "2025-12-18 17:00:10", + "cached_time": 1766777880.894037, + "author_account_age_days": 5307 + }, + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { + "stars": 25, + "last_update": "2025-11-15 05:43:39", + "cached_time": 1766777880.93312, + "author_account_age_days": 904 + }, + "https://github.com/princepainter/ComfyUI-PainterLongVideo": { + "stars": 103, + "last_update": "2025-11-18 23:59:04", + "cached_time": 1766777881.01819, + "author_account_age_days": 1053 + }, + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { + "stars": 0, + "last_update": "2025-12-06 17:39:43", + "cached_time": 1766777881.10579, + "author_account_age_days": 567 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": { + "stars": 9, + "last_update": "2025-11-11 07:39:18", + "cached_time": 1766777881.138202, + "author_account_age_days": 298 + }, + "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": { + "stars": 2, + "last_update": "2025-11-19 17:19:47", + "cached_time": 1766777881.26972, + "author_account_age_days": 2396 + }, + "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner": { + "stars": 0, + "last_update": "2025-11-14 23:12:48", + "cached_time": 1766777881.488294, + "author_account_age_days": 101 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": { + "stars": 10, + "last_update": "2025-11-11 07:40:58", + "cached_time": 1766777881.691792, + "author_account_age_days": 298 + }, + "https://github.com/AlexXia007/AIYang_TripleAPI": { + "stars": 1, + "last_update": "2025-11-10 17:53:55", + "cached_time": 1766777881.87401, + "author_account_age_days": 575 + }, + "https://github.com/leafiy/comfyui_psd_smart_object": { + "stars": 0, + "last_update": "2025-11-11 02:18:19", + "cached_time": 1766777881.896587, + "author_account_age_days": 5300 + }, + "https://github.com/psdwizzard/Comfyui-XYZ-stitch": { + "stars": 0, + "last_update": "2025-11-11 16:47:27", + "cached_time": 1766777881.908857, + "author_account_age_days": 3397 + }, + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { + "stars": 0, + "last_update": "2025-11-12 23:04:25", + "cached_time": 1766777882.041177, + "author_account_age_days": 2265 + }, + "https://github.com/elyetis/Comfyui-ColorMatchNodes": { + "stars": 1, + "last_update": "2025-11-23 11:23:09", + "cached_time": 1766777882.065753, + "author_account_age_days": 3554 + }, + "https://github.com/ussoewwin/image_resize_comfyui": { + "stars": 0, + "last_update": "2025-11-11 04:18:25", + "cached_time": 1766777882.112041, + "author_account_age_days": 926 + }, + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { + "stars": 2, + "last_update": "2025-11-20 17:47:15", + "cached_time": 1766777882.165009, + "author_account_age_days": 713 + }, + "https://github.com/mercu-lore/BoxBox": { + "stars": 2, + "last_update": "2025-11-17 11:20:20", + "cached_time": 1766777882.272727, + "author_account_age_days": 2025 + }, + "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "cached_time": 1766777882.323654, + "author_account_age_days": 713 + }, + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": { + "stars": 0, + "last_update": "2025-11-14 11:02:04", + "cached_time": 1766777882.546609, + "author_account_age_days": 5788 + }, + "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "cached_time": 1766777882.674143, + "author_account_age_days": 73 + }, + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { + "stars": 237, + "last_update": "2025-12-21 22:38:18", + "cached_time": 1766777882.896896, + "author_account_age_days": 2242 + }, + "https://github.com/IAMCCS/IAMCCS_annotate": { + "stars": 4, + "last_update": "2025-11-15 08:50:13", + "cached_time": 1766777882.897942, + "author_account_age_days": 2105 + }, + "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": { + "stars": 25, + "last_update": "2025-11-12 19:23:07", + "cached_time": 1766777882.918937, + "author_account_age_days": 450 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { + "stars": 13, + "last_update": "2025-12-19 23:22:45", + "cached_time": 1766777883.055876, + "author_account_age_days": 2242 + }, + "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": { + "stars": 1, + "last_update": "2025-12-04 22:11:17", + "cached_time": 1766777883.09299, + "author_account_age_days": 2513 + }, + "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes": { + "stars": 32, + "last_update": "2025-12-06 18:47:15", + "cached_time": 1766777883.134884, + "author_account_age_days": 782 + }, + "https://github.com/fuyouawa/comfyui-easytoolkit": { + "stars": 0, + "last_update": "2025-11-26 04:25:12", + "cached_time": 1766777883.181021, + "author_account_age_days": 1118 + }, + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { + "stars": 0, + "last_update": "2025-11-16 12:13:06", + "cached_time": 1766777883.338764, + "author_account_age_days": 3281 + }, + "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { + "stars": 1, + "last_update": "2025-11-23 11:41:18", + "cached_time": 1766777883.320445, + "author_account_age_days": 374 + }, + "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": { + "stars": 0, + "last_update": "2025-11-13 17:50:49", + "cached_time": 1766777883.932049, + "author_account_age_days": 99 + }, + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": { + "stars": 80, + "last_update": "2025-11-19 10:27:30", + "cached_time": 1766777883.667209, + "author_account_age_days": 1053 + }, + "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { + "stars": 21, + "last_update": "2025-11-20 09:00:07", + "cached_time": 1766777883.918389, + "author_account_age_days": 4187 + }, + "https://github.com/alludus/ComfyUI-multiGPU-upscaler": { + "stars": 1, + "last_update": "2025-11-14 18:32:26", + "cached_time": 1766777883.925031, + "author_account_age_days": 3884 + }, + "https://github.com/Markus-Pasanen/batch_whisper_extension": { + "stars": 0, + "last_update": "2025-11-18 16:28:55", + "cached_time": 1766777883.941024, + "author_account_age_days": 2646 + }, + "https://github.com/princepainter/Comfyui-PainterAudioCut": { + "stars": 6, + "last_update": "2025-12-25 08:48:50", + "cached_time": 1766777884.072921, + "author_account_age_days": 1053 + }, + "htps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "cached_time": 1766777884.121069, + "author_account_age_days": 713 + }, + "https://github.com/MushroomFleet/DJZ-Pedalboard": { + "stars": 2, + "last_update": "2025-11-15 04:19:19", + "cached_time": 1766777884.138035, + "author_account_age_days": 4272 + }, + "https://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "cached_time": 1766777884.220984, + "author_account_age_days": 713 + }, + "https://github.com/smthemex/ComfyUI_DyPE": { + "stars": 24, + "last_update": "2025-11-15 11:15:56", + "cached_time": 1766777884.34161, + "author_account_age_days": 904 + }, + "https://github.com/Koratahiu/ComfyUI-OFTv2": { + "stars": 3, + "last_update": "2025-11-17 19:18:33", + "cached_time": 1766777884.356735, + "author_account_age_days": 374 + }, + "https://github.com/Mister-Link/link-comfy-nodes": { + "stars": 0, + "last_update": "2025-12-24 19:01:30", + "cached_time": 1766777884.706158, + "author_account_age_days": 1232 + }, + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": { + "stars": 32, + "last_update": "2025-12-09 04:52:05", + "cached_time": 1766777884.929465, + "author_account_age_days": 86 + }, + "https://github.com/alankent/ComfyUI-OA-360-Clip": { + "stars": 0, + "last_update": "2025-11-16 05:39:08", + "cached_time": 1766777884.967602, + "author_account_age_days": 4454 + }, + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": { + "stars": 247, + "last_update": "2025-12-21 23:53:17", + "cached_time": 1766777884.960859, + "author_account_age_days": 2242 + }, + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": { + "stars": 1, + "last_update": "2025-12-20 13:02:34", + "cached_time": 1766777885.011967, + "author_account_age_days": 901 + }, + "https://github.com/1038lab/ComfyUI-FlashVSR": { + "stars": 72, + "last_update": "2025-11-17 23:19:10", + "cached_time": 1766777885.112008, + "author_account_age_days": 1002 + }, + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { + "stars": 8, + "last_update": "2025-11-21 15:27:33", + "cached_time": 1766777885.123169, + "author_account_age_days": 1153 + }, + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": { + "stars": 0, + "last_update": "2025-11-17 16:27:54", + "cached_time": 1766777885.136664, + "author_account_age_days": 713 + }, + "https://github.com/liming123332/ComfyUI-Ranbooru": { + "stars": 0, + "last_update": "2025-12-17 01:00:44", + "cached_time": 1766777885.340262, + "author_account_age_days": 3107 + }, + "https://github.com/SilentZhang/comfyui-encrypt": { + "stars": 0, + "last_update": "2025-11-15 22:03:32", + "cached_time": 1766777885.351629, + "author_account_age_days": 3993 + }, + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { + "stars": 0, + "last_update": "2025-11-16 22:35:53", + "cached_time": 1766777885.377789, + "author_account_age_days": 4140 + }, + "https://github.com/tristanvdb/ComfyUI-toolset": { + "stars": 0, + "last_update": "2025-11-17 16:40:27", + "cached_time": 1766777885.778016, + "author_account_age_days": 4959 + }, + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": { + "stars": 3, + "last_update": "2025-12-10 16:37:12", + "cached_time": 1766777885.967549, + "author_account_age_days": 332 + }, + "https://github.com/princepainter/Comfyui-PainterSampler": { + "stars": 21, + "last_update": "2025-11-17 09:12:16", + "cached_time": 1766777885.979828, + "author_account_age_days": 1053 + }, + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": { + "stars": 5, + "last_update": "2025-11-17 22:13:31", + "cached_time": 1766777885.988127, + "author_account_age_days": 5175 + }, + "https://github.com/speige/ComfyUI_Make-It-Animatable": { + "stars": 2, + "last_update": "2025-12-26 12:52:46", + "cached_time": 1766777886.028955, + "author_account_age_days": 4908 + }, + "https://github.com/fuselayer/comfyui-lite-tracker": { + "stars": 0, + "last_update": "2025-11-17 09:53:32", + "cached_time": 1766777886.148151, + "author_account_age_days": 827 + }, + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": { + "stars": 17, + "last_update": "2025-12-18 18:24:00", + "cached_time": 1766777886.554916, + "author_account_age_days": 675 + }, + "https://github.com/cedarconnor/ComfyUI-DreamCube": { + "stars": 0, + "last_update": "2025-11-24 05:06:34", + "cached_time": 1766777886.154823, + "author_account_age_days": 4845 + }, + "https://github.com/EricRollei/Comfy_HunyuanImage3": { + "stars": 10, + "last_update": "2025-12-20 10:04:03", + "cached_time": 1766777886.371234, + "author_account_age_days": 1444 + }, + "https://github.com/alexjx/ComfyUI-XJNodes": { + "stars": 0, + "last_update": "2025-12-25 02:07:28", + "cached_time": 1766777886.828363, + "author_account_age_days": 4890 + }, + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": { + "stars": 1, + "last_update": "2025-11-20 10:20:50", + "cached_time": 1766777886.406497, + "author_account_age_days": 3901 + }, + "https://github.com/IamCreateAI/ComfyUI-Animon": { + "stars": 0, + "last_update": "2025-11-20 11:43:41", + "cached_time": 1766777886.868252, + "author_account_age_days": 382 + }, + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": { + "stars": 1, + "last_update": "2025-11-17 05:44:00", + "cached_time": 1766777886.972625, + "author_account_age_days": 1058 + }, + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": { + "stars": 1, + "last_update": "2025-11-18 16:03:25", + "cached_time": 1766777886.993528, + "author_account_age_days": 4309 + }, + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": { + "stars": 45, + "last_update": "2025-12-21 20:56:52", + "cached_time": 1766777887.019232, + "author_account_age_days": 5292 + }, + "https://github.com/wallen0322/ComfyUI-AE-Animation": { + "stars": 56, + "last_update": "2025-12-25 20:09:56", + "cached_time": 1766777887.052003, + "author_account_age_days": 278 + }, + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": { + "stars": 3, + "last_update": "2025-12-20 01:05:48", + "cached_time": 1766777887.15841, + "author_account_age_days": 1444 + }, + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": { + "stars": 2, + "last_update": "2025-11-21 01:38:12", + "cached_time": 1766777887.201952, + "author_account_age_days": 347 + }, + "https://github.com/7BEII/comfyui-PD_comfy-api-node": { + "stars": 0, + "last_update": "2025-11-19 08:16:25", + "cached_time": 1766777887.391412, + "author_account_age_days": 363 + }, + "https://github.com/huyl3-cpu/comfyui-sortlist": { + "stars": 0, + "last_update": "2025-12-26 09:33:01", + "cached_time": 1766777887.38892, + "author_account_age_days": 2183 + }, + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": { + "stars": 67, + "last_update": "2025-12-11 17:29:51", + "cached_time": 1766777887.660025, + "author_account_age_days": 1960 + }, + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": { + "stars": 3, + "last_update": "2025-11-28 14:51:10", + "cached_time": 1766777887.848967, + "author_account_age_days": 3818 + }, + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": { + "stars": 0, + "last_update": "2025-11-19 19:20:30", + "cached_time": 1766777887.923554, + "author_account_age_days": 523 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": { + "stars": 331, + "last_update": "2025-12-25 20:11:43", + "cached_time": 1766777887.991121, + "author_account_age_days": 2242 + }, + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { + "stars": 27, + "last_update": "2025-11-19 18:08:34", + "cached_time": 1766777888.040523, + "author_account_age_days": 1351 + }, + "https://github.com/wwzhifeng/comfyui-jsonprompt": { + "stars": 24, + "last_update": "2025-11-20 06:08:04", + "cached_time": 1766777888.083214, + "author_account_age_days": 949 + }, + "https://github.com/wouterverweirder/comfyui_sam3": { + "stars": 59, + "last_update": "2025-12-11 14:28:58", + "cached_time": 1766777888.15682, + "author_account_age_days": 5188 + }, + "https://github.com/EricRollei/AAA_Metadata_System": { + "stars": 3, + "last_update": "2025-12-19 21:17:11", + "cached_time": 1766777888.189094, + "author_account_age_days": 1444 + }, + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": { + "stars": 0, + "last_update": "2025-12-24 15:13:42", + "cached_time": 1766777888.290302, + "author_account_age_days": 4376 + }, + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": { + "stars": 4, + "last_update": "2025-12-21 16:08:04", + "cached_time": 1766777888.403294, + "author_account_age_days": 1506 + }, + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": { + "stars": 145, + "last_update": "2025-11-29 08:30:57", + "cached_time": 1766777888.410846, + "author_account_age_days": 4768 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 5, + "last_update": "2025-12-26 03:04:10", + "cached_time": 1766777888.708559, + "author_account_age_days": 763 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 2, + "last_update": "2025-11-18 18:34:15", + "cached_time": 1766777888.884184, + "author_account_age_days": 1444 + }, + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { + "stars": 5, + "last_update": "2025-11-19 20:54:13", + "cached_time": 1766777888.927868, + "author_account_age_days": 79 + }, + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { + "stars": 21, + "last_update": "2025-12-02 12:02:23", + "cached_time": 1766777889.038529, + "author_account_age_days": 35 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 3, + "last_update": "2025-11-27 22:43:38", + "cached_time": 1766777889.114691, + "author_account_age_days": 1232 + }, + "https://github.com/EricRollei/PDF-Tools": { + "stars": 1, + "last_update": "2025-12-20 01:13:41", + "cached_time": 1766777889.132799, + "author_account_age_days": 1444 + }, + "https://github.com/kjqwer/SmartSaveImage": { + "stars": 1, + "last_update": "2025-11-21 07:32:18", + "cached_time": 1766777889.176858, + "author_account_age_days": 745 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": { + "stars": 219, + "last_update": "2025-12-21 22:24:15", + "cached_time": 1766777889.207812, + "author_account_age_days": 2242 + }, + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": { + "stars": 1, + "last_update": "2025-11-22 01:25:11", + "cached_time": 1766777889.311902, + "author_account_age_days": 1417 + }, + "https://github.com/icekiub-ai/ComfyUI-IcyHider": { + "stars": 28, + "last_update": "2025-12-03 23:37:30", + "cached_time": 1766777889.427799, + "author_account_age_days": 90 + }, + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": { + "stars": 0, + "last_update": "2025-11-30 00:45:50", + "cached_time": 1766777889.460605, + "author_account_age_days": 3154 + }, + "https://github.com/TuriSc/comfyui-text-line-selector": { + "stars": 1, + "last_update": "2025-11-22 12:22:59", + "cached_time": 1766777889.719078, + "author_account_age_days": 4287 + }, + "https://github.com/Granddyser/wan-video-extender": { + "stars": 18, + "last_update": "2025-11-29 04:24:25", + "cached_time": 1766777889.863366, + "author_account_age_days": 1932 + }, + "https://github.com/EricRollei/Download_Tools": { + "stars": 2, + "last_update": "2025-12-20 01:23:23", + "cached_time": 1766777889.958128, + "author_account_age_days": 1444 + }, + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": { + "stars": 0, + "last_update": "2025-11-19 23:38:20", + "cached_time": 1766777890.120254, + "author_account_age_days": 934 + }, + "https://github.com/akawana/ComfyUI-Keybinding-extra": { + "stars": 3, + "last_update": "2025-12-20 13:12:48", + "cached_time": 1766777890.481438, + "author_account_age_days": 1025 + }, + "https://github.com/yukascomfy/ATI_AudioReactive": { + "stars": 1, + "last_update": "2025-11-21 10:34:47", + "cached_time": 1766777890.154586, + "author_account_age_days": 696 + }, + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { + "stars": 0, + "last_update": "2025-11-23 15:21:21", + "cached_time": 1766777890.17142, + "author_account_age_days": 519 + }, + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": { + "stars": 13, + "last_update": "2025-12-04 20:52:40", + "cached_time": 1766777890.245331, + "author_account_age_days": 673 + }, + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 00:35:31", + "cached_time": 1766777890.350004, + "author_account_age_days": 3154 + }, + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": { + "stars": 41, + "last_update": "2025-11-29 03:30:56", + "cached_time": 1766777890.434642, + "author_account_age_days": 575 + }, + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { + "stars": 1, + "last_update": "2025-11-21 14:03:38", + "cached_time": 1766777890.480649, + "author_account_age_days": 694 + }, + "https://github.com/aining2022/ComfyUI_Swwan": { + "stars": 2, + "last_update": "2025-12-26 15:03:43", + "cached_time": 1766777890.747664, + "author_account_age_days": 582 + }, + "https://github.com/tuki0918/comfyui-image-expand-nodes": { + "stars": 0, + "last_update": "2025-11-28 01:04:10", + "cached_time": 1766777890.879726, + "author_account_age_days": 5293 + }, + "https://github.com/tuki0918/comfyui-image-tiled-nodes": { + "stars": 0, + "last_update": "2025-11-25 05:13:19", + "cached_time": 1766777890.971776, + "author_account_age_days": 5293 + }, + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": { + "stars": 0, + "last_update": "2025-11-21 09:10:22", + "cached_time": 1766777891.140999, + "author_account_age_days": 720 + }, + "https://github.com/Nynxz/ComfyUI-NynxzNodes": { + "stars": 0, + "last_update": "2025-12-11 09:16:16", + "cached_time": 1766777891.205473, + "author_account_age_days": 2146 + }, + "https://github.com/jav12z/ComfyUI-ToyShaders": { + "stars": 3, + "last_update": "2025-12-20 13:02:51", + "cached_time": 1766777891.234638, + "author_account_age_days": 1247 + }, + "https://github.com/nitingrg/comfyui-ntools": { + "stars": 0, + "last_update": "2025-11-25 15:21:12", + "cached_time": 1766777891.281627, + "author_account_age_days": 1068 + }, + "https://github.com/tuki0918/ComfyUI_Cooldown_Node": { + "stars": 0, + "last_update": "2025-11-25 12:34:53", + "cached_time": 1766777891.351955, + "author_account_age_days": 5293 + }, + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": { + "stars": 1, + "last_update": "2025-12-09 08:59:21", + "cached_time": 1766777891.442691, + "author_account_age_days": 2587 + }, + "https://github.com/akawana/ComfyUI-Utils-extra": { + "stars": 0, + "last_update": "2025-12-22 18:53:00", + "cached_time": 1766777892.006719, + "author_account_age_days": 1025 + }, + "https://github.com/huygiatrng/Facefusion_comfyui": { + "stars": 46, + "last_update": "2025-11-30 22:08:41", + "cached_time": 1766777891.504702, + "author_account_age_days": 2011 + }, + "https://github.com/Ada123-a/ComfyUI-Kandinsky": { + "stars": 6, + "last_update": "2025-11-22 19:28:30", + "cached_time": 1766777891.766175, + "author_account_age_days": 998 + }, + "https://github.com/obvirm/ComfyUI-WhisperXX": { + "stars": 1, + "last_update": "2025-12-03 22:07:11", + "cached_time": 1766777891.898942, + "author_account_age_days": 1068 + }, + "https://github.com/agavesunset/AgaveLogicCounter": { + "stars": 0, + "last_update": "2025-12-18 06:34:34", + "cached_time": 1766777892.4785, + "author_account_age_days": 296 + }, + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": { + "stars": 2, + "last_update": "2025-12-10 04:42:19", + "cached_time": 1766777892.168797, + "author_account_age_days": 840 + }, + "https://github.com/erosDiffusion/ComfyUI-ZImageDit": { + "stars": 5, + "last_update": "2025-12-03 21:54:01", + "cached_time": 1766777892.257124, + "author_account_age_days": 547 + }, + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": { + "stars": 5, + "last_update": "2025-12-21 15:44:00", + "cached_time": 1766777892.274451, + "author_account_age_days": 4272 + }, + "https://github.com/keghoang/ComfyUI-Charon": { + "stars": 0, + "last_update": "2025-11-24 19:00:49", + "cached_time": 1766777892.311456, + "author_account_age_days": 3594 + }, + "https://github.com/EnragedAntelope/comfyui-sdnq": { + "stars": 57, + "last_update": "2025-12-25 13:13:26", + "cached_time": 1766777892.714802, + "author_account_age_days": 519 + }, + "https://github.com/judian17/ComfyUI-multiple-inputs": { + "stars": 1, + "last_update": "2025-11-26 17:17:01", + "cached_time": 1766777892.514606, + "author_account_age_days": 2396 + }, + "https://github.com/marduk191/comfyui_qwen_runninghub": { + "stars": 0, + "last_update": "2025-11-23 16:45:09", + "cached_time": 1766777892.51191, + "author_account_age_days": 4965 + }, + "https://github.com/princepainter/Comfyui-PainterVRAM": { + "stars": 19, + "last_update": "2025-11-28 08:50:39", + "cached_time": 1766777892.790368, + "author_account_age_days": 1053 + }, + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": { + "stars": 59, + "last_update": "2025-12-26 11:03:46", + "cached_time": 1766777892.918677, + "author_account_age_days": 1217 + }, + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": { + "stars": 6, + "last_update": "2025-11-27 06:58:09", + "cached_time": 1766777893.047329, + "author_account_age_days": 253 + }, + "https://github.com/mobcat40/ComfyUI-PromptChain": { + "stars": 3, + "last_update": "2025-12-04 19:14:47", + "cached_time": 1766777893.197555, + "author_account_age_days": 154 + }, + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": { + "stars": 0, + "last_update": "2025-11-28 02:40:18", + "cached_time": 1766777893.310661, + "author_account_age_days": 97 + }, + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": { + "stars": 10, + "last_update": "2025-11-28 21:49:00", + "cached_time": 1766777893.34552, + "author_account_age_days": 1288 + }, + "https://github.com/jrabek/BokehDiffusionComfyUI": { + "stars": 1, + "last_update": "2025-11-27 18:58:43", + "cached_time": 1766777893.342983, + "author_account_age_days": 5105 + }, + "https://github.com/princepainter/Comfyui-PainterFLF2V": { + "stars": 102, + "last_update": "2025-11-28 02:57:39", + "cached_time": 1766777893.519499, + "author_account_age_days": 1053 + }, + "https://github.com/llikethat/ComfyUI-iseebetter": { + "stars": 1, + "last_update": "2025-11-29 10:56:25", + "cached_time": 1766777893.518189, + "author_account_age_days": 4728 + }, + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": { + "stars": 0, + "last_update": "2025-12-08 06:33:14", + "cached_time": 1766777893.54686, + "author_account_age_days": 195 + }, + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": { + "stars": 2, + "last_update": "2025-12-05 08:14:07", + "cached_time": 1766777893.746055, + "author_account_age_days": 640 + }, + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node": { + "stars": 0, + "last_update": "2025-12-01 23:39:14", + "cached_time": 1766777893.82341, + "author_account_age_days": 678 + }, + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy": { + "stars": 0, + "last_update": "2025-12-02 09:36:39", + "cached_time": 1766777893.956182, + "author_account_age_days": 574 + }, + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": { + "stars": 3, + "last_update": "2025-12-06 09:18:26", + "cached_time": 1766777894.06896, + "author_account_age_days": 410 + }, + "https://github.com/hal-xp/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "cached_time": 1766777894.24027, + "author_account_age_days": 3075 + }, + "https://github.com/Aryan185/ComfyUI-VertexAPI": { + "stars": 1, + "last_update": "2025-12-19 12:39:33", + "cached_time": 1766777894.325036, + "author_account_age_days": 1722 + }, + "https://github.com/Seb-Lis/ComfyUI_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 11:13:27", + "cached_time": 1766777894.377395, + "author_account_age_days": 84 + }, + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent": { + "stars": 9, + "last_update": "2025-12-03 23:23:29", + "cached_time": 1766777894.401146, + "author_account_age_days": 4878 + }, + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": { + "stars": 3, + "last_update": "2025-12-16 01:36:33", + "cached_time": 1766777894.52415, + "author_account_age_days": 501 + }, + "https://github.com/Carasibana/ComfyUI-PolyMask": { + "stars": 2, + "last_update": "2025-12-01 10:57:35", + "cached_time": 1766777894.546019, + "author_account_age_days": 26 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": { + "stars": 0, + "last_update": "2025-11-28 23:28:46", + "cached_time": 1766777894.663058, + "author_account_age_days": 502 + }, + "https://github.com/illuminatianon/comfyui-lumi-tools": { + "stars": 0, + "last_update": "2025-12-26 08:07:04", + "cached_time": 1766777894.739439, + "author_account_age_days": 293 + }, + "https://github.com/MushroomFleet/ComfyUI-Variationator": { + "stars": 1, + "last_update": "2025-12-01 13:51:30", + "cached_time": 1766777894.904017, + "author_account_age_days": 4272 + }, + "https://github.com/llikethat/ComfyUI-faceExtracter": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "cached_time": 1766777895.424712, + "author_account_age_days": 4728 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers": { + "stars": 2, + "last_update": "2025-12-02 03:41:53", + "cached_time": 1766777895.076674, + "author_account_age_days": 3323 + }, + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": { + "stars": 265, + "last_update": "2025-12-11 11:46:09", + "cached_time": 1766777895.244881, + "author_account_age_days": 547 + }, + "https://github.com/Zeknes/Comfyui-Nanobanana-API": { + "stars": 0, + "last_update": "2025-12-17 08:35:06", + "cached_time": 1766777895.375432, + "author_account_age_days": 1145 + }, + "https://github.com/supElement/ComfyUI_Element_easy": { + "stars": 0, + "last_update": "2025-12-04 17:37:39", + "cached_time": 1766777895.428351, + "author_account_age_days": 596 + }, + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": { + "stars": 106, + "last_update": "2025-12-21 18:07:45", + "cached_time": 1766777895.432311, + "author_account_age_days": 22 + }, + "https://github.com/UndefinedUo/DuoUmiWildcards": { + "stars": 0, + "last_update": "2025-11-30 08:24:43", + "cached_time": 1766777895.573285, + "author_account_age_days": 892 + }, + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo": { + "stars": 3, + "last_update": "2025-12-01 14:12:22", + "cached_time": 1766777895.564666, + "author_account_age_days": 759 + }, + "https://github.com/bpmpnaito/comfyui-imageviewer": { + "stars": 0, + "last_update": "2025-11-28 15:15:50", + "cached_time": 1766777895.692769, + "author_account_age_days": 5955 + }, + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions": { + "stars": 2, + "last_update": "2025-12-04 10:00:45", + "cached_time": 1766777895.765515, + "author_account_age_days": 3217 + }, + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider": { + "stars": 0, + "last_update": "2025-12-08 04:15:29", + "cached_time": 1766777895.916321, + "author_account_age_days": 1757 + }, + "https://github.com/Randy420Marsh/ComfyUI-Civitai-API-Url-Resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "cached_time": 1766777896.579803, + "author_account_age_days": 2554 + }, + "https://github.com/zn123/ComfyUI-image-processor-zn123": { + "stars": 0, + "last_update": "2025-12-05 07:06:24", + "cached_time": 1766777896.364757, + "author_account_age_days": 4664 + }, + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": { + "stars": 101, + "last_update": "2025-12-22 13:28:21", + "cached_time": 1766777896.399615, + "author_account_age_days": 2349 + }, + "https://github.com/fredlef/Comfyui_FSL_Nodes": { + "stars": 11, + "last_update": "2025-12-06 01:29:05", + "cached_time": 1766777896.455924, + "author_account_age_days": 2739 + }, + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": { + "stars": 6, + "last_update": "2025-12-03 10:00:24", + "cached_time": 1766777896.432562, + "author_account_age_days": 1532 + }, + "https://github.com/llikethat/ComfyUI-faceExtractor": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "cached_time": 1766777896.463332, + "author_account_age_days": 4728 + }, + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-22 21:24:22", + "cached_time": 1766777896.590895, + "author_account_age_days": 1025 + }, + "https://github.com/exedesign/Hunyuan-3D-v3": { + "stars": 1, + "last_update": "2025-12-11 14:11:29", + "cached_time": 1766777896.566866, + "author_account_age_days": 1885 + }, + "https://github.com/sirouk/chutes-comfyui-node": { + "stars": 0, + "last_update": "2025-12-01 23:12:03", + "cached_time": 1766777896.741822, + "author_account_age_days": 4111 + }, + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing": { + "stars": 8, + "last_update": "2025-11-30 07:52:54", + "cached_time": 1766777896.760378, + "author_account_age_days": 904 + }, + "https://github.com/Tinuva88/Comfy-UmiAI": { + "stars": 20, + "last_update": "2025-12-11 13:05:52", + "cached_time": 1766777896.939667, + "author_account_age_days": 1153 + }, + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": { + "stars": 14, + "last_update": "2025-12-26 01:44:02", + "cached_time": 1766777897.476493, + "author_account_age_days": 399 + }, + "https://github.com/mrf/ComfyPoe": { + "stars": 0, + "last_update": "2025-11-26 22:43:59", + "cached_time": 1766777897.45886, + "author_account_age_days": 5727 + }, + "https://github.com/1038lab/ComfyUI-QwenVL": { + "stars": 516, + "last_update": "2025-12-24 17:56:03", + "cached_time": 1766777897.466557, + "author_account_age_days": 1002 + }, + "https://github.com/dzy1128/ComfyUI-VertexAI": { + "stars": 1, + "last_update": "2025-11-25 08:18:07", + "cached_time": 1766777897.454813, + "author_account_age_days": 1720 + }, + "https://github.com/jeankassio/ComfyUI_MusicTools": { + "stars": 107, + "last_update": "2025-12-09 11:04:57", + "cached_time": 1766777897.519618, + "author_account_age_days": 3196 + }, + "https://github.com/Matthew-X/comfyui-workflow_importer": { + "stars": 0, + "last_update": "2025-12-10 09:16:34", + "cached_time": 1766777897.587442, + "author_account_age_days": 3324 + }, + "https://github.com/bomborant/ComfyUI-ShakaNodes": { + "stars": 0, + "last_update": "2025-12-06 03:30:50", + "cached_time": 1766777897.616632, + "author_account_age_days": 2070 + }, + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": { + "stars": 0, + "last_update": "2025-12-12 15:43:06", + "cached_time": 1766777897.606384, + "author_account_age_days": 2070 + }, + "https://github.com/HAL-XP/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "cached_time": 1766777897.782808, + "author_account_age_days": 3075 + }, + "https://github.com/Transhumai/ComfyUI-LegionPower": { + "stars": 1, + "last_update": "2025-12-09 18:02:40", + "cached_time": 1766777897.854986, + "author_account_age_days": 353 + }, + "https://github.com/krakenunbound/kraken-discord-bot": { + "stars": 0, + "last_update": "2025-12-10 20:36:38", + "cached_time": 1766777897.961833, + "author_account_age_days": 129 + }, + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": { + "stars": 4, + "last_update": "2025-12-09 09:55:11", + "cached_time": 1766777898.46605, + "author_account_age_days": 454 + }, + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": { + "stars": 284, + "last_update": "2025-12-23 01:32:24", + "cached_time": 1766777898.498084, + "author_account_age_days": 1241 + }, + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes": { + "stars": 1, + "last_update": "2025-12-14 01:34:47", + "cached_time": 1766777898.554158, + "author_account_age_days": 768 + }, + "https://github.com/wouterverweirder/comfyui_live_input_stream": { + "stars": 2, + "last_update": "2025-11-25 15:19:18", + "cached_time": 1766777898.509164, + "author_account_age_days": 5188 + }, + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": { + "stars": 0, + "last_update": "2025-12-13 11:16:00", + "cached_time": 1766777898.598429, + "author_account_age_days": 5091 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana": { + "stars": 7, + "last_update": "2025-12-17 21:11:05", + "cached_time": 1766777898.621207, + "author_account_age_days": 1002 + }, + "https://github.com/akawana/ComfyUI-Folded-Prompts": { + "stars": 3, + "last_update": "2025-12-20 13:12:48", + "cached_time": 1766777898.634955, + "author_account_age_days": 1025 + }, + "https://github.com/DemonNCoding/PromptGenerator12Columns": { + "stars": 0, + "last_update": "2025-12-08 15:49:32", + "cached_time": 1766777898.637927, + "author_account_age_days": 1241 + }, + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser": { + "stars": 8, + "last_update": "2025-12-02 15:25:45", + "cached_time": 1766777898.884705, + "author_account_age_days": 1451 + }, + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper": { + "stars": 1, + "last_update": "2025-12-07 08:54:58", + "cached_time": 1766777898.89666, + "author_account_age_days": 2683 + }, + "https://github.com/jomakaze/ComfyUI_JomaNodes": { + "stars": 1, + "last_update": "2025-12-05 07:33:50", + "cached_time": 1766777898.977204, + "author_account_age_days": 2811 + }, + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate": { + "stars": 0, + "last_update": "2025-11-29 13:36:44", + "cached_time": 1766777899.711572, + "author_account_age_days": 4681 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": { + "stars": 70, + "last_update": "2025-12-09 13:48:35", + "cached_time": 1766777899.52012, + "author_account_age_days": 236 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": { + "stars": 15, + "last_update": "2025-12-07 10:46:58", + "cached_time": 1766777899.53037, + "author_account_age_days": 4206 + }, + "https://github.com/smthemex/ComfyUI_UltraFlux": { + "stars": 19, + "last_update": "2025-11-27 04:17:26", + "cached_time": 1766777899.58242, + "author_account_age_days": 904 + }, + "https://github.com/penposs/Comfyui-banana2": { + "stars": 1, + "last_update": "2025-11-26 03:58:01", + "cached_time": 1766777899.627163, + "author_account_age_days": 2308 + }, + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": { + "stars": 0, + "last_update": "2025-12-09 21:55:58", + "cached_time": 1766777899.654707, + "author_account_age_days": 393 + }, + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": { + "stars": 0, + "last_update": "2025-12-18 13:55:23", + "cached_time": 1766777899.652781, + "author_account_age_days": 1153 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": { + "stars": 1, + "last_update": "2025-12-09 14:34:29", + "cached_time": 1766777899.710225, + "author_account_age_days": 236 + }, + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": { + "stars": 1, + "last_update": "2025-12-10 18:47:34", + "cached_time": 1766777899.954457, + "author_account_age_days": 901 + }, + "https://github.com/dzy1128/ComfyUI-Vector-Engine": { + "stars": 0, + "last_update": "2025-12-23 07:40:39", + "cached_time": 1766777899.901638, + "author_account_age_days": 1720 + }, + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": { + "stars": 0, + "last_update": "2025-11-26 12:06:56", + "cached_time": 1766777900.026047, + "author_account_age_days": 1302 + }, + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": { + "stars": 3, + "last_update": "2025-12-19 20:31:48", + "cached_time": 1766777900.549252, + "author_account_age_days": 1444 + }, + "https://github.com/Randy420Marsh/civitai-api-url-resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "cached_time": 1766777900.594138, + "author_account_age_days": 2554 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF": { + "stars": 6, + "last_update": "2025-12-07 17:56:07", + "cached_time": 1766777900.580748, + "author_account_age_days": 298 + }, + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": { + "stars": 0, + "last_update": "2025-12-08 19:39:56", + "cached_time": 1766777900.66291, + "author_account_age_days": 228 + }, + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node": { + "stars": 0, + "last_update": "2025-12-06 16:11:07", + "cached_time": 1766777900.746137, + "author_account_age_days": 20 + }, + "https://github.com/Kebolder/ComfyUI-Jax-Nodes": { + "stars": 0, + "last_update": "2025-12-15 23:27:04", + "cached_time": 1766777900.663451, + "author_account_age_days": 2055 + }, + "https://github.com/Zeknes/Comfyui-LLM-Chat": { + "stars": 0, + "last_update": "2025-12-17 08:04:07", + "cached_time": 1766777900.728598, + "author_account_age_days": 1145 + }, + "https://github.com/sooxt98/comfyui_longcat_image": { + "stars": 66, + "last_update": "2025-12-21 02:42:42", + "cached_time": 1766777900.7438, + "author_account_age_days": 3815 + }, + "https://github.com/Creditas-labs/ComfyUI_Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "cached_time": 1766777901.056725, + "author_account_age_days": 51 + }, + "https://github.com/Seb-Lis/ComfyUI_Gemini_3_Pro_API_node": { + "stars": 0, + "last_update": "2025-11-21 09:06:40", + "cached_time": 1766777901.106809, + "author_account_age_days": 84 + }, + "https://github.com/t22m003/ComfyUI_LoopNode": { + "stars": 0, + "last_update": "2025-12-19 04:33:18", + "cached_time": 1766777901.071128, + "author_account_age_days": 2450 + }, + "https://github.com/thatname/Comfyui_CharaConsist": { + "stars": 0, + "last_update": "2025-12-06 04:33:36", + "cached_time": 1766777901.574907, + "author_account_age_days": 4329 + }, + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": { + "stars": 0, + "last_update": "2025-12-04 22:09:43", + "cached_time": 1766777901.58993, + "author_account_age_days": 2083 + }, + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": { + "stars": 5, + "last_update": "2025-12-09 01:34:02", + "cached_time": 1766777901.629359, + "author_account_age_days": 366 + }, + "https://github.com/jessesep/SimpleVariables": { + "stars": 0, + "last_update": "2025-12-05 01:30:24", + "cached_time": 1766777901.682927, + "author_account_age_days": 2796 + }, + "https://github.com/siray-ai/siray-comfyui": { + "stars": 84, + "last_update": "2025-12-11 10:26:20", + "cached_time": 1766777901.789705, + "author_account_age_days": 91 + }, + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": { + "stars": 1, + "last_update": "2025-11-26 23:27:36", + "cached_time": 1766777901.795493, + "author_account_age_days": 38 + }, + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": { + "stars": 0, + "last_update": "2025-12-02 03:08:44", + "cached_time": 1766777901.849426, + "author_account_age_days": 592 + }, + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": { + "stars": 0, + "last_update": "2025-12-07 18:45:32", + "cached_time": 1766777902.06268, + "author_account_age_days": 258 + }, + "https://github.com/purzbeats/ComfyUI-Purz": { + "stars": 19, + "last_update": "2025-12-08 19:56:18", + "cached_time": 1766777902.089866, + "author_account_age_days": 1445 + }, + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom": { + "stars": 0, + "last_update": "2025-12-07 20:21:12", + "cached_time": 1766777902.087598, + "author_account_age_days": 1009 + }, + "https://github.com/reeoi/ComfyUI-WebROI": { + "stars": 1, + "last_update": "2025-11-25 08:44:40", + "cached_time": 1766777902.141814, + "author_account_age_days": 2310 + }, + "https://github.com/amtarr/ComfyUI-TextureAlchemy": { + "stars": 1, + "last_update": "2025-12-18 19:29:59", + "cached_time": 1766777902.588038, + "author_account_age_days": 1203 + }, + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": { + "stars": 0, + "last_update": "2025-12-17 12:39:30", + "cached_time": 1766777902.668313, + "author_account_age_days": 812 + }, + "https://github.com/Zone-Roam/ComfyUI-Live-Search": { + "stars": 0, + "last_update": "2025-11-26 12:20:52", + "cached_time": 1766777902.626218, + "author_account_age_days": 1802 + }, + "https://github.com/Daohoi123/ComfyUI-Gemini3": { + "stars": 1, + "last_update": "2025-11-26 01:14:40", + "cached_time": 1766777902.697104, + "author_account_age_days": 960 + }, + "https://github.com/FeiMao-326/Comfyui-General-API-Node": { + "stars": 0, + "last_update": "2025-12-24 08:42:16", + "cached_time": 1766777902.777788, + "author_account_age_days": 2108 + }, + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": { + "stars": 5, + "last_update": "2025-12-12 05:53:27", + "cached_time": 1766777902.850277, + "author_account_age_days": 1128 + }, + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi": { + "stars": 10, + "last_update": "2025-11-27 03:21:30", + "cached_time": 1766777902.870752, + "author_account_age_days": 621 + }, + "https://github.com/Merserk/ComfyUI-Flow-Assistor": { + "stars": 1, + "last_update": "2025-12-25 00:34:07", + "cached_time": 1766777903.103111, + "author_account_age_days": 1121 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI": { + "stars": 0, + "last_update": "2025-12-04 04:36:01", + "cached_time": 1766777903.114396, + "author_account_age_days": 107 + }, + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller": { + "stars": 0, + "last_update": "2025-12-09 15:17:10", + "cached_time": 1766777903.124815, + "author_account_age_days": 2226 + }, + "https://github.com/xiangyuT/ComfyUI-PromptEnhance": { + "stars": 0, + "last_update": "2025-12-08 08:52:26", + "cached_time": 1766777903.21259, + "author_account_age_days": 1263 + }, + "https://github.com/anilstream/ComfyUI-Ideogram-Character": { + "stars": 0, + "last_update": "2025-12-08 10:55:29", + "cached_time": 1766777903.632835, + "author_account_age_days": 557 + }, + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "cached_time": 1766777903.676825, + "author_account_age_days": 1405 + }, + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": { + "stars": 3, + "last_update": "2025-12-04 07:39:45", + "cached_time": 1766777903.696406, + "author_account_age_days": 4438 + }, + "https://github.com/lovelybbq/comfyui-custom-node-color": { + "stars": 13, + "last_update": "2025-12-22 12:11:43", + "cached_time": 1766777903.743646, + "author_account_age_days": 1505 + }, + "https://github.com/huihuihuiz/lora_downloader": { + "stars": 1, + "last_update": "2025-12-10 04:57:14", + "cached_time": 1766777903.783939, + "author_account_age_days": 2098 + }, + "https://github.com/Moeblack/ComfyUI-SimpleChat": { + "stars": 4, + "last_update": "2025-12-10 04:35:51", + "cached_time": 1766777903.858032, + "author_account_age_days": 3141 + }, + "https://github.com/Braeden90000/comfyui-load-image-url": { + "stars": 0, + "last_update": "2025-12-10 23:32:57", + "cached_time": 1766777903.932276, + "author_account_age_days": 2228 + }, + "https://github.com/lrzjason/Comfyui-LatentUtils": { + "stars": 62, + "last_update": "2025-12-06 16:50:41", + "cached_time": 1766777904.137468, + "author_account_age_days": 4213 + }, + "https://github.com/fudosanit/ComfyUI-Random-Resolution": { + "stars": 0, + "last_update": "2025-12-10 06:57:24", + "cached_time": 1766777904.149474, + "author_account_age_days": 54 + }, + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": { + "stars": 18, + "last_update": "2025-12-24 23:41:25", + "cached_time": 1766777904.181529, + "author_account_age_days": 711 + }, + "https://github.com/akaugun/comfyui-lora-hook-trigger": { + "stars": 0, + "last_update": "2025-12-18 04:48:19", + "cached_time": 1766777904.200637, + "author_account_age_days": 15 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner": { + "stars": 0, + "last_update": "2025-12-10 11:09:29", + "cached_time": 1766777904.645468, + "author_account_age_days": 521 + }, + "https://github.com/theshubzworld/ComfyUI-Universal-Latent": { + "stars": 0, + "last_update": "2025-12-10 07:23:11", + "cached_time": 1766777904.686597, + "author_account_age_days": 521 + }, + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": { + "stars": 0, + "last_update": "2025-12-10 15:06:11", + "cached_time": 1766777904.729538, + "author_account_age_days": 990 + }, + "https://github.com/tumbowungus/MultiMaskCouple": { + "stars": 0, + "last_update": "2025-12-10 21:50:31", + "cached_time": 1766777904.809893, + "author_account_age_days": 16 + }, + "https://github.com/jeankassio/JK-AceStep-Nodes": { + "stars": 11, + "last_update": "2025-12-12 22:23:08", + "cached_time": 1766777904.789172, + "author_account_age_days": 3196 + }, + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": { + "stars": 2, + "last_update": "2025-12-09 16:06:41", + "cached_time": 1766777904.920213, + "author_account_age_days": 1857 + }, + "https://github.com/aTanguay/ComfyUI_Detonate": { + "stars": 1, + "last_update": "2025-11-25 04:13:26", + "cached_time": 1766777905.280616, + "author_account_age_days": 3999 + }, + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth": { + "stars": 0, + "last_update": "2025-12-08 16:00:05", + "cached_time": 1766777905.16303, + "author_account_age_days": 443 + }, + "https://github.com/dcyd-lun/ComfyUI_text_diff": { + "stars": 0, + "last_update": "2025-12-09 14:31:18", + "cached_time": 1766777905.197536, + "author_account_age_days": 19 + }, + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": { + "stars": 0, + "last_update": "2025-12-05 11:00:30", + "cached_time": 1766777905.246598, + "author_account_age_days": 3057 + }, + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": { + "stars": 0, + "last_update": "2025-12-12 11:10:05", + "cached_time": 1766777905.219034, + "author_account_age_days": 228 + }, + "https://github.com/princepainter/Comfyui-PainterAudioLength": { + "stars": 0, + "last_update": "2025-12-09 01:50:09", + "cached_time": 1766777905.656974, + "author_account_age_days": 1053 + }, + "https://github.com/drawthingsai/draw-things-comfyui": { + "stars": 2, + "last_update": "2025-12-22 17:30:08", + "cached_time": 1766777905.774938, + "author_account_age_days": 956 + }, + "https://github.com/SKFRMSEHF/comfyui_SK_Loader": { + "stars": 0, + "last_update": "2025-12-15 09:50:34", + "cached_time": 1766777905.793218, + "author_account_age_days": 17 + }, + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut": { + "stars": 0, + "last_update": "2025-12-12 12:49:54", + "cached_time": 1766777905.881118, + "author_account_age_days": 241 + }, + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": { + "stars": 2, + "last_update": "2025-12-14 17:10:39", + "cached_time": 1766777905.835777, + "author_account_age_days": 4379 + }, + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu": { + "stars": 0, + "last_update": "2025-12-13 11:39:13", + "cached_time": 1766777905.954844, + "author_account_age_days": 5801 + }, + "https://github.com/sebagallo/comfyui-sg-llama-cpp": { + "stars": 3, + "last_update": "2025-12-23 11:02:03", + "cached_time": 1766777906.171335, + "author_account_age_days": 3177 + }, + "https://github.com/hubo502/ComfyUI-Env-Loader": { + "stars": 0, + "last_update": "2025-12-07 03:39:23", + "cached_time": 1766777906.226677, + "author_account_age_days": 4448 + }, + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy": { + "stars": 0, + "last_update": "2025-12-13 15:55:26", + "cached_time": 1766777906.229829, + "author_account_age_days": 68 + }, + "https://github.com/fabbarix/comfyui-promptstore": { + "stars": 2, + "last_update": "2025-12-07 19:02:28", + "cached_time": 1766777906.291234, + "author_account_age_days": 2431 + }, + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler": { + "stars": 1, + "last_update": "2025-12-16 09:47:17", + "cached_time": 1766777906.271903, + "author_account_age_days": 621 + }, + "https://github.com/bedovyy/ComfyUI-LLM-Helper": { + "stars": 0, + "last_update": "2025-12-12 16:16:46", + "cached_time": 1766777906.673899, + "author_account_age_days": 913 + }, + "https://github.com/g7b2/ComfyUI-Artist-Tester": { + "stars": 0, + "last_update": "2025-12-20 06:53:21", + "cached_time": 1766777906.80206, + "author_account_age_days": 563 + }, + "https://github.com/ubisoft/ComfyUI-Chord": { + "stars": 227, + "last_update": "2025-12-24 11:39:15", + "cached_time": 1766777906.854855, + "author_account_age_days": 3075 + }, + "https://github.com/dseditor/Comfy-MCP": { + "stars": 1, + "last_update": "2025-12-14 04:47:06", + "cached_time": 1766777906.902395, + "author_account_age_days": 1554 + }, + "https://github.com/karas17/comfyui_GLM_TTS": { + "stars": 3, + "last_update": "2025-12-24 03:07:01", + "cached_time": 1766777906.891937, + "author_account_age_days": 3207 + }, + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin": { + "stars": 0, + "last_update": "2025-12-09 22:27:11", + "cached_time": 1766777907.000182, + "author_account_age_days": 640 + }, + "https://github.com/pantaleone-ai/Comfy-Firefly": { + "stars": 0, + "last_update": "2025-12-11 21:24:50", + "cached_time": 1766777907.184552, + "author_account_age_days": 1469 + }, + "https://github.com/febogallo/ComfyUI-Freepik": { + "stars": 0, + "last_update": "2025-12-12 12:06:18", + "cached_time": 1766777907.234917, + "author_account_age_days": 225 + }, + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": { + "stars": 0, + "last_update": "2025-12-11 11:49:41", + "cached_time": 1766777907.322622, + "author_account_age_days": 317 + }, + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": { + "stars": 0, + "last_update": "2025-12-14 13:16:58", + "cached_time": 1766777907.268429, + "author_account_age_days": 3921 + }, + "https://github.com/maxczc/comfyui-sora-node": { + "stars": 0, + "last_update": "2025-12-13 06:26:26", + "cached_time": 1766777907.486415, + "author_account_age_days": 4193 + }, + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": { + "stars": 2, + "last_update": "2025-12-19 01:31:10", + "cached_time": 1766777907.687713, + "author_account_age_days": 1353 + }, + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-15 13:00:50", + "cached_time": 1766777907.824751, + "author_account_age_days": 12 + }, + "https://github.com/kijai/ComfyUI-SCAIL-Pose": { + "stars": 219, + "last_update": "2025-12-24 16:55:33", + "cached_time": 1766777907.87852, + "author_account_age_days": 2733 + }, + "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG": { + "stars": 0, + "last_update": "2025-12-11 14:30:20", + "cached_time": 1766777907.905228, + "author_account_age_days": 86 + }, + "https://github.com/logicalor/comfyui_text_to_pose": { + "stars": 1, + "last_update": "2025-12-13 06:50:42", + "cached_time": 1766777908.006738, + "author_account_age_days": 4448 + }, + "https://github.com/ssspace1/SSpack_ComfyUI": { + "stars": 0, + "last_update": "2025-12-13 08:16:16", + "cached_time": 1766777907.999724, + "author_account_age_days": 379 + }, + "https://github.com/GavChap/ComfyUI_ExtractLora": { + "stars": 1, + "last_update": "2025-12-06 12:32:45", + "cached_time": 1766777908.17901, + "author_account_age_days": 5118 + }, + "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D": { + "stars": 1, + "last_update": "2025-12-04 18:28:30", + "cached_time": 1766777908.272583, + "author_account_age_days": 454 + }, + "https://github.com/SanDiegoDude/SCG_LocalVLM": { + "stars": 4, + "last_update": "2025-12-18 02:11:18", + "cached_time": 1766777908.271638, + "author_account_age_days": 1181 + }, + "https://github.com/flybirdxx/ComfyUI-Prompt_Helper": { + "stars": 19, + "last_update": "2025-12-26 06:23:45", + "cached_time": 1766777908.329596, + "author_account_age_days": 3197 + }, + "https://github.com/ckinpdx/comfyui-humo-audio-motion": { + "stars": 1, + "last_update": "2025-12-15 06:51:02", + "cached_time": 1766777908.483601, + "author_account_age_days": 366 + }, + "https://github.com/Sean-Bradley/ComfyUI-Get-Line": { + "stars": 0, + "last_update": "2025-12-15 11:47:02", + "cached_time": 1766777908.690381, + "author_account_age_days": 4376 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L": { + "stars": 61, + "last_update": "2025-12-12 22:04:13", + "cached_time": 1766777908.89043, + "author_account_age_days": 379 + }, + "https://github.com/laboratoiresonore/ComfyUI_PerformanceLab": { + "stars": 1, + "last_update": "2025-12-11 07:31:44", + "cached_time": 1766777908.896935, + "author_account_age_days": 66 + }, + "https://github.com/logicalor/comfyui_multi_replace": { + "stars": 1, + "last_update": "2025-12-16 00:16:32", + "cached_time": 1766777908.90873, + "author_account_age_days": 4448 + }, + "https://github.com/thezveroboy/ComfyUI-ClipReshaper": { + "stars": 2, + "last_update": "2025-12-15 14:48:40", + "cached_time": 1766777909.024751, + "author_account_age_days": 3764 + }, + "https://github.com/tppp2806/ComfyUI-YoloTrack": { + "stars": 0, + "last_update": "2025-12-19 14:35:46", + "cached_time": 1766777908.996679, + "author_account_age_days": 790 + }, + "https://github.com/Maenvaeru/comfyui-vram-overlay": { + "stars": 0, + "last_update": "2025-12-20 18:29:00", + "cached_time": 1766777909.17343, + "author_account_age_days": 3128 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API": { + "stars": 97, + "last_update": "2025-12-12 16:14:36", + "cached_time": 1766777909.301005, + "author_account_age_days": 379 + }, + "https://github.com/akawana/ComfyUI-AK-XZ-Axis": { + "stars": 3, + "last_update": "2025-12-20 13:12:16", + "cached_time": 1766777909.323378, + "author_account_age_days": 1025 + }, + "https://github.com/revisiontony/LoraMangerWebFrame": { + "stars": 1, + "last_update": "2025-12-24 11:56:44", + "cached_time": 1766777909.824125, + "author_account_age_days": 11 + }, + "https://github.com/PROJECTMAD/PROJECT-MAD-NODES": { + "stars": 1, + "last_update": "2025-12-19 13:42:35", + "cached_time": 1766777909.526113, + "author_account_age_days": 2883 + }, + "https://github.com/revisionhiep-create/comfyui-standard-trigger-words": { + "stars": 16, + "last_update": "2025-12-25 13:12:00", + "cached_time": 1766777909.709841, + "author_account_age_days": 13 + }, + "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": { + "stars": 6, + "last_update": "2025-12-19 03:20:19", + "cached_time": 1766777909.990474, + "author_account_age_days": 366 + }, + "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": { + "stars": 0, + "last_update": "2025-12-16 21:09:59", + "cached_time": 1766777909.933241, + "author_account_age_days": 314 + }, + "https://github.com/razvanmatei-sf/comfyui-stillfront": { + "stars": 0, + "last_update": "2025-12-17 16:06:44", + "cached_time": 1766777909.949818, + "author_account_age_days": 120 + }, + "https://github.com/Faildes/ComfyUI-NegativeFold": { + "stars": 1, + "last_update": "2025-12-25 01:08:46", + "cached_time": 1766777910.008695, + "author_account_age_days": 1024 + }, + "https://github.com/okdalto/ComfyUI-PersonaLive": { + "stars": 63, + "last_update": "2025-12-18 04:42:11", + "cached_time": 1766777910.051142, + "author_account_age_days": 3366 + }, + "https://github.com/isekai-sh/isekai-comfy-node": { + "stars": 2, + "last_update": "2025-12-22 21:31:55", + "cached_time": 1766777910.232669, + "author_account_age_days": 16 + }, + "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove": { + "stars": 0, + "last_update": "2025-12-19 19:36:36", + "cached_time": 1766777910.330049, + "author_account_age_days": 1215 + }, + "https://github.com/gateway/ComfyUI-Kie-API": { + "stars": 0, + "last_update": "2025-12-23 12:45:33", + "cached_time": 1766777910.344246, + "author_account_age_days": 5493 + }, + "https://github.com/QL-boy/ComfyUI-Advanced-Tile-Processing": { + "stars": 32, + "last_update": "2025-12-19 10:44:35", + "cached_time": 1766777910.588636, + "author_account_age_days": 2531 + }, + "https://github.com/lazyq666/gemini-3-simply-comfyui": { + "stars": 0, + "last_update": "2025-12-18 07:00:09", + "cached_time": 1766777910.72753, + "author_account_age_days": 1123 + }, + "https://github.com/aria1th/ComfyUI-Wildcards-rework": { + "stars": 0, + "last_update": "2025-12-22 00:46:59", + "cached_time": 1766777910.843842, + "author_account_age_days": 2895 + }, + "https://github.com/huchenlei/ComfyUI-execution-glow": { + "stars": 7, + "last_update": "2025-12-18 21:57:51", + "cached_time": 1766777910.954804, + "author_account_age_days": 3426 + }, + "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers": { + "stars": 0, + "last_update": "2025-12-19 19:36:40", + "cached_time": 1766777910.968633, + "author_account_age_days": 1215 + }, + "https://github.com/aslanxie/comfyui_qwen_image_edit": { + "stars": 0, + "last_update": "2025-12-18 07:36:29", + "cached_time": 1766777911.050314, + "author_account_age_days": 2433 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Sharp": { + "stars": 104, + "last_update": "2025-12-21 22:29:32", + "cached_time": 1766777911.051043, + "author_account_age_days": 2242 + }, + "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": { + "stars": 0, + "last_update": "2025-12-24 07:59:17", + "cached_time": 1766777911.116259, + "author_account_age_days": 1761 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoCombine": { + "stars": 2, + "last_update": "2025-12-25 13:48:35", + "cached_time": 1766777911.281659, + "author_account_age_days": 1053 + }, + "https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI": { + "stars": 0, + "last_update": "2025-12-23 03:44:25", + "cached_time": 1766777911.361454, + "author_account_age_days": 1963 + }, + "https://github.com/by-ae/ae-in-workflow": { + "stars": 4, + "last_update": "2025-12-21 03:54:04", + "cached_time": 1766777911.434825, + "author_account_age_days": 3240 + }, + "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID": { + "stars": 2, + "last_update": "2025-12-23 16:00:32", + "cached_time": 1766777911.605966, + "author_account_age_days": 5982 + }, + "https://github.com/benjiyaya/ComfyUI-QwenImageLayeredToLength": { + "stars": 9, + "last_update": "2025-12-20 18:45:31", + "cached_time": 1766777911.732542, + "author_account_age_days": 663 + }, + "https://github.com/akawana/ComfyUI-AK-Pack": { + "stars": 0, + "last_update": "2025-12-22 18:53:00", + "cached_time": 1766777911.830193, + "author_account_age_days": 1025 + }, + "https://github.com/mirabarukaso/ComfyUI_MiraSubPack": { + "stars": 0, + "last_update": "2025-12-26 06:30:17", + "cached_time": 1766777911.995179, + "author_account_age_days": 1771 + }, + "https://github.com/Austat/ComfyUI-RemacriScale": { + "stars": 0, + "last_update": "2025-12-26 10:36:05", + "cached_time": 1766777912.069655, + "author_account_age_days": 8 + }, + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer": { + "stars": 7, + "last_update": "2025-12-19 04:59:38", + "cached_time": 1766777912.045946, + "author_account_age_days": 298 + }, + "https://github.com/Lysthan/ComfyUI-LYSTHAN-PPS": { + "stars": 0, + "last_update": "2025-12-21 12:28:20", + "cached_time": 1766777912.074383, + "author_account_age_days": 15 + }, + "https://github.com/SKBv0/ComfyUI_SpideyReroute": { + "stars": 11, + "last_update": "2025-12-19 16:10:36", + "cached_time": 1766777912.123041, + "author_account_age_days": 2106 + }, + "https://github.com/Austat/ComfyUI-DownsampleFPS": { + "stars": 0, + "last_update": "2025-12-26 17:09:51", + "cached_time": 1766777912.285221, + "author_account_age_days": 8 + }, + "https://github.com/1038lab/ComfyUI-NodeAlign": { + "stars": 28, + "last_update": "2025-12-19 08:03:16", + "cached_time": 1766777912.38298, + "author_account_age_days": 1002 + }, + "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter": { + "stars": 5, + "last_update": "2025-12-26 06:59:49", + "cached_time": 1766777912.44727, + "author_account_age_days": 1732 + }, + "https://github.com/chameleon-ai/comfyui_momo": { + "stars": 0, + "last_update": "2025-12-20 15:24:43", + "cached_time": 1766777912.605875, + "author_account_age_days": 386 + }, + "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg": { + "stars": 0, + "last_update": "2025-12-19 23:15:14", + "cached_time": 1766777912.766969, + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Cadrille": { + "stars": 1, + "last_update": "2025-12-19 23:15:07", + "cached_time": 1766777912.819508, + "author_account_age_days": 2242 + }, + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": { + "stars": 0, + "last_update": "2025-12-25 18:30:31", + "cached_time": 1766777913.035094, + "author_account_age_days": 5 + }, + "https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion": { + "stars": 1, + "last_update": "2025-12-21 17:36:04", + "cached_time": 1766777913.078095, + "author_account_age_days": 4414 + }, + "https://github.com/SKBv0/ComfyUI_LinkFX": { + "stars": 39, + "last_update": "2025-12-21 16:53:51", + "cached_time": 1766777913.067077, + "author_account_age_days": 2106 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET": { + "stars": 0, + "last_update": "2025-12-19 23:15:07", + "cached_time": 1766777913.148933, + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon": { + "stars": 0, + "last_update": "2025-12-19 23:15:08", + "cached_time": 1766777913.189468, + "author_account_age_days": 2242 + }, + "https://github.com/DenRakEiw/ComfyUI-nearest-qwen-resolution": { + "stars": 0, + "last_update": "2025-12-20 06:58:05", + "cached_time": 1766777913.302493, + "author_account_age_days": 1581 + }, + "https://github.com/RyukoMatoiFan/ComfyUI-Switti": { + "stars": 0, + "last_update": "2025-12-21 21:37:47", + "cached_time": 1766777913.395437, + "author_account_age_days": 14 + }, + "https://github.com/9nate-drake/ComfyUI-PanoTools": { + "stars": 0, + "last_update": "2025-12-22 01:36:29", + "cached_time": 1766777913.482898, + "author_account_age_days": 2200 + }, + "https://github.com/rethink-studios/comfyui-model-linker-desktop": { + "stars": 3, + "last_update": "2025-12-22 05:02:38", + "cached_time": 1766777913.624611, + "author_account_age_days": 2167 + }, + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": { + "stars": 1, + "last_update": "2025-12-22 04:27:46", + "cached_time": 1766777913.819851, + "author_account_age_days": 1005 + }, + "https://github.com/TobiasGlaubach/ComfyUI-TG_pydocmaker": { + "stars": 0, + "last_update": "2025-12-22 10:40:21", + "cached_time": 1766777913.82595, + "author_account_age_days": 2940 + }, + "https://github.com/ddontsov93/ComfyUI-AudioSeparator": { + "stars": 0, + "last_update": "2025-12-22 15:11:58", + "cached_time": 1766777914.056294, + "author_account_age_days": 2998 + }, + "https://github.com/logicalor/comfyui_friendly_pipe": { + "stars": 1, + "last_update": "2025-12-23 03:11:15", + "cached_time": 1766777914.093847, + "author_account_age_days": 4448 + }, + "https://github.com/xuheyao/comfyui-dinov3-point-prompt": { + "stars": 0, + "last_update": "2025-12-22 06:20:06", + "cached_time": 1766777914.11872, + "author_account_age_days": 312 + }, + "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced": { + "stars": 0, + "last_update": "2025-12-22 17:05:20", + "cached_time": 1766777914.225886, + "author_account_age_days": 502 + }, + "https://github.com/cyberlightdev/ComfyUI-CyberUtils": { + "stars": 0, + "last_update": "2025-12-22 21:19:05", + "cached_time": 1766777914.282402, + "author_account_age_days": 3900 + }, + "https://github.com/Asidert/ComfyUI_Base64Images": { + "stars": 0, + "last_update": "2025-12-22 12:27:20", + "cached_time": 1766777914.341182, + "author_account_age_days": 3922 + }, + "https://github.com/filliptm/ComfyUI_FL-CosyVoice3": { + "stars": 49, + "last_update": "2025-12-26 05:43:52", + "cached_time": 1766777914.499521, + "author_account_age_days": 2286 + }, + "https://github.com/ShammiG/ComfyUI_Text_Tools_SG": { + "stars": 2, + "last_update": "2025-12-05 05:46:41", + "cached_time": 1766777914.506485, + "author_account_age_days": 86 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana-Gallery": { + "stars": 0, + "last_update": "2025-12-18 02:52:06", + "cached_time": 1766777914.611213, + "author_account_age_days": 1002 + }, + "https://github.com/BlackVortexAI/bv_nodepack": { + "stars": 0, + "last_update": "2025-12-21 18:34:24", + "cached_time": 1766777914.834377, + "author_account_age_days": 506 + }, + "https://github.com/Shadowwalker0P/CryptoNoise-Ksampler": { + "stars": 0, + "last_update": "2025-12-24 14:56:42", + "cached_time": 1766777914.835192, + "author_account_age_days": 216 + }, + "https://github.com/Verolelb/ComfyUI-Video-Workbench": { + "stars": 0, + "last_update": "2025-12-23 11:40:27", + "cached_time": 1766777915.104049, + "author_account_age_days": 1172 + }, + "https://github.com/rakkarage/ComfyRage": { + "stars": 0, + "last_update": "2025-12-24 01:30:06", + "cached_time": 1766777915.085184, + "author_account_age_days": 5256 + }, + "https://github.com/okdalto/ComfyUI-FlashPortrait": { + "stars": 4, + "last_update": "2025-12-24 07:02:35", + "cached_time": 1766777915.129104, + "author_account_age_days": 3366 + }, + "https://github.com/naxci1/ComfyUI-FlashVSR_Stable": { + "stars": 9, + "last_update": "2025-12-24 16:52:18", + "cached_time": 1766777915.275277, + "author_account_age_days": 266 + }, + "https://github.com/ttulttul/Skoogeer-Noise": { + "stars": 0, + "last_update": "2025-12-26 19:08:01", + "cached_time": 1766777915.285134, + "author_account_age_days": 5307 + }, + "https://github.com/Paddel87/ComfyUI_fal_image": { + "stars": 1, + "last_update": "2025-12-23 22:45:12", + "cached_time": 1766777915.358894, + "author_account_age_days": 628 + }, + "https://github.com/vjumpkung/ComfyUI-STARWrapper": { + "stars": 3, + "last_update": "2025-12-26 08:34:34", + "cached_time": 1766777915.523686, + "author_account_age_days": 3900 + }, + "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": { + "stars": 25, + "last_update": "2025-12-24 11:47:30", + "cached_time": 1766777915.581085, + "author_account_age_days": 502 + }, + "https://github.com/huihuihuiz/plugin_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:29", + "cached_time": 1766777788.214799, + "author_account_age_days": 2098 + }, + "https://github.com/huihuihuiz/upscaler_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:39", + "cached_time": 1766777788.28207, + "author_account_age_days": 2098 + }, + "https://github.com/huihuihuiz/unet_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:21", + "cached_time": 1766777788.304223, + "author_account_age_days": 2098 + }, + "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter": { + "stars": 0, + "last_update": "2025-12-25 21:05:36", + "cached_time": 1766780255.244412, + "author_account_age_days": 14 + }, + "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt": { + "stars": 0, + "last_update": "2025-12-26 12:31:08", + "cached_time": 1766780255.495408, + "author_account_age_days": 1024 + }, + "https://github.com/nawka12/ComfyUI-Adept-Sampler": { + "stars": 1, + "last_update": "2025-12-25 15:38:32", + "cached_time": 1766780255.524695, + "author_account_age_days": 2305 + }, + "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle": { + "stars": 1, + "last_update": "2025-12-26 08:34:53", + "cached_time": 1766780255.52845, + "author_account_age_days": 14 + }, + "https://github.com/id7238/ComfyUI-PackedPipes": { + "stars": 0, + "last_update": "2025-12-26 04:46:43", + "cached_time": 1766780255.541214, + "author_account_age_days": 2 + }, + "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils": { + "stars": 80, + "last_update": "2025-12-24 23:54:58", + "cached_time": 1766780255.540769, + "author_account_age_days": 645 + }, + "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave": { + "stars": 0, + "last_update": "2025-12-26 18:07:46", + "cached_time": 1766780255.534377, + "author_account_age_days": 4343 + }, + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": { + "stars": 0, + "last_update": "2025-12-23 20:51:58", + "cached_time": 1766780255.543294, + "author_account_age_days": 1444 + }, + "https://github.com/zhuyanan/Comfy-FilmSimulator": { + "stars": 0, + "last_update": "2025-12-26 09:50:36", + "cached_time": 1766780255.564113, + "author_account_age_days": 4196 + }, + "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models": { + "stars": 1, + "last_update": "2025-12-25 13:38:37", + "cached_time": 1766780255.562464, + "author_account_age_days": 123 + } +} \ No newline at end of file diff --git a/github-stats.json b/github-stats.json index d7b3764f..b0e67244 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,17477 +1,19077 @@ { "htps://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, - "last_update": "2025-11-12 16:32:41", - "author_account_age_days": 671 + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 713 }, "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3717 + "author_account_age_days": 3759 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { - "stars": 9, + "stars": 10, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1888 + "author_account_age_days": 1929 }, "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 258, + "stars": 259, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 1040 + "author_account_age_days": 1081 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 58, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-FireRedTTS": { - "stars": 41, + "stars": 42, "last_update": "2025-09-16 17:02:31", - "author_account_age_days": 960 + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-FlashVSR": { + "stars": 72, + "last_update": "2025-11-17 23:19:10", + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 158, - "last_update": "2025-11-07 06:57:18", - "author_account_age_days": 960 + "stars": 183, + "last_update": "2025-12-24 18:25:47", + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-LBM": { - "stars": 82, + "stars": 88, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { - "stars": 49, + "stars": 50, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-MiniCPM": { - "stars": 129, + "stars": 142, "last_update": "2025-08-28 19:52:08", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { - "stars": 72, + "stars": 74, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 960 + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-NodeAlign": { + "stars": 28, + "last_update": "2025-12-19 08:03:16", + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 294, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-Pollinations": { - "stars": 45, + "stars": 46, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 960 + "author_account_age_days": 1002 + }, + "https://github.com/1038lab/ComfyUI-QwenVL": { + "stars": 516, + "last_update": "2025-12-24 17:56:03", + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1484, - "last_update": "2025-10-05 08:45:33", - "author_account_age_days": 960 + "stars": 1601, + "last_update": "2025-12-21 11:44:16", + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { - "stars": 65, + "stars": 66, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { - "stars": 118, + "stars": 121, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { - "stars": 11, - "last_update": "2025-09-25 00:50:46", - "author_account_age_days": 960 + "stars": 26, + "last_update": "2025-12-11 23:23:52", + "author_account_age_days": 1002 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { - "stars": 58, + "stars": 60, "last_update": "2025-11-06 00:14:44", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-08-26 04:55:51", - "author_account_age_days": 2391 + "author_account_age_days": 2433 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1382, + "stars": 1398, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 713 + "author_account_age_days": 755 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { - "stars": 109, + "stars": 125, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { - "stars": 39, + "stars": 40, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 110, + "stars": 119, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 91, + "stars": 96, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 74, + "stars": 77, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/1hew/ComfyUI-1hewNodes": { - "stars": 7, - "last_update": "2025-11-13 06:53:54", - "author_account_age_days": 956 + "stars": 16, + "last_update": "2025-12-24 05:37:10", + "author_account_age_days": 998 }, "https://github.com/1mckw/Comfyui-Gelbooru": { - "stars": 7, + "stars": 8, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1198 + "author_account_age_days": 1240 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { - "stars": 8, + "stars": 10, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 967 + "author_account_age_days": 1009 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, - "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 498 + "last_update": "2025-12-03 17:01:14", + "author_account_age_days": 540 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 235, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1427 + "author_account_age_days": 1469 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 228, + "stars": 229, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1427 + "author_account_age_days": 1469 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3280 + "author_account_age_days": 3322 }, "https://github.com/31702160136/ComfyUI-GrsAI": { - "stars": 21, - "last_update": "2025-10-11 06:37:49", - "author_account_age_days": 2512 + "stars": 44, + "last_update": "2025-12-20 03:49:52", + "author_account_age_days": 2554 }, "https://github.com/3dgopnik/comfyui-arena-suite": { "stars": 1, "last_update": "2025-10-10 12:24:13", - "author_account_age_days": 2534 + "author_account_age_days": 2576 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 922 + "author_account_age_days": 964 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 33, - "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2811 + "stars": 35, + "last_update": "2025-11-22 20:30:01", + "author_account_age_days": 2853 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 92, + "stars": 94, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4559 + "author_account_age_days": 4600 }, "https://github.com/5agado/ComfyUI-Sagado-Nodes": { "stars": 0, - "last_update": "2025-10-08 15:07:45", - "author_account_age_days": 4977 + "last_update": "2025-11-20 17:01:52", + "author_account_age_days": 5019 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1480 + "author_account_age_days": 1522 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1480 + "author_account_age_days": 1522 }, "https://github.com/6174/comflowy-nodes": { - "stars": 14, + "stars": 16, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4627 + "author_account_age_days": 4669 + }, + "https://github.com/7BEII/comfyui-PD_comfy-api-node": { + "stars": 0, + "last_update": "2025-11-19 08:16:25", + "author_account_age_days": 363 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2521 + "author_account_age_days": 2563 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 13, "last_update": "2025-09-03 02:31:35", - "author_account_age_days": 2521 + "author_account_age_days": 2563 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2521 + "author_account_age_days": 2563 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1979 + "author_account_age_days": 2021 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { - "stars": 4, + "stars": 5, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 871 + "author_account_age_days": 913 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 52, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 871 + "author_account_age_days": 913 }, "https://github.com/9nate-drake/ComfyUI-MaskCenter": { "stars": 6, "last_update": "2025-10-02 01:35:08", - "author_account_age_days": 2159 + "author_account_age_days": 2200 + }, + "https://github.com/9nate-drake/ComfyUI-PanoTools": { + "stars": 0, + "last_update": "2025-12-22 01:36:29", + "author_account_age_days": 2200 }, "https://github.com/9nate-drake/Comfyui-SecNodes": { - "stars": 325, - "last_update": "2025-10-18 04:07:12", - "author_account_age_days": 2159 + "stars": 343, + "last_update": "2025-12-19 23:32:49", + "author_account_age_days": 2200 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1157 + "author_account_age_days": 1199 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 1, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1157 + "author_account_age_days": 1199 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 1, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1157 + "author_account_age_days": 1199 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1157 + "author_account_age_days": 1199 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { - "stars": 2, + "stars": 3, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1157 + "author_account_age_days": 1199 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 6, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1157 + "author_account_age_days": 1199 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 981 + "author_account_age_days": 1023 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 981 + "author_account_age_days": 1023 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 146, + "stars": 147, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 1007 + "author_account_age_days": 1049 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 43, - "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 611 + "last_update": "2025-12-26 05:34:08", + "author_account_age_days": 652 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 10, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 611 + "author_account_age_days": 652 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { - "stars": 47, + "stars": 53, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 611 + "author_account_age_days": 652 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 22, "last_update": "2025-09-01 21:40:26", - "author_account_age_days": 611 + "author_account_age_days": 652 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { - "stars": 57, + "stars": 59, "last_update": "2025-09-02 08:09:40", - "author_account_age_days": 611 + "author_account_age_days": 652 }, "https://github.com/AHEKOT/ComfyUI_VNCCS": { - "stars": 238, - "last_update": "2025-11-06 16:57:50", - "author_account_age_days": 1084 + "stars": 423, + "last_update": "2025-12-24 12:22:52", + "author_account_age_days": 1125 }, "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": { "stars": 0, "last_update": "2025-10-13 14:14:55", - "author_account_age_days": 895 + "author_account_age_days": 937 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 700 + "author_account_age_days": 742 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 3635, - "last_update": "2025-11-13 09:43:58", - "author_account_age_days": 519 + "stars": 4062, + "last_update": "2025-12-15 07:51:39", + "author_account_age_days": 561 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { - "stars": 17, + "stars": 19, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3975 + "author_account_age_days": 4016 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, - "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3975 + "last_update": "2025-12-24 20:46:10", + "author_account_age_days": 4016 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { - "stars": 0, - "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3975 + "stars": 1, + "last_update": "2025-11-17 10:19:20", + "author_account_age_days": 4016 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { - "stars": 14, + "stars": 15, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 95, + "stars": 96, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 42, + "stars": 43, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 247, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 308, + "stars": 307, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 10, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 28, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 118, + "stars": 117, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 378, + "stars": 381, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 26, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 104, + "stars": 105, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 40, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { - "stars": 57, + "stars": 59, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 63, + "stars": 65, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ComfyUI_V-Express": { - "stars": 85, + "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 274, + "stars": 281, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 13, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { - "stars": 42, + "stars": 43, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 176, + "stars": 177, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 63, + "stars": 62, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 51, + "stars": 52, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 15, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { - "stars": 21, + "stars": 23, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 739 + "author_account_age_days": 781 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 718 + "author_account_age_days": 760 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2377, + "stars": 2411, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 1009 + "author_account_age_days": 1051 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 371, + "stars": 380, "last_update": "2025-10-27 09:36:36", - "author_account_age_days": 1009 + "author_account_age_days": 1051 }, "https://github.com/AIGODLIKE/Blender-IO": { "stars": 1, "last_update": "2025-10-15 08:52:06", - "author_account_age_days": 1009 + "author_account_age_days": 1051 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 53, "last_update": "2025-10-15 09:39:30", - "author_account_age_days": 1009 + "author_account_age_days": 1051 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 369, + "stars": 372, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 1009 + "author_account_age_days": 1051 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 108, + "stars": 109, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 391 + "author_account_age_days": 433 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 13, "last_update": "2025-09-10 11:03:49", - "author_account_age_days": 338 + "author_account_age_days": 380 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 5, + "stars": 6, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 386 + "author_account_age_days": 427 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { - "stars": 71, + "stars": 75, "last_update": "2025-11-05 16:18:45", - "author_account_age_days": 386 + "author_account_age_days": 427 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 13, "last_update": "2025-10-31 19:14:31", - "author_account_age_days": 386 + "author_account_age_days": 427 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 224, + "stars": 229, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2191 + "author_account_age_days": 2233 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1030, + "stars": 1042, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 951 + "author_account_age_days": 993 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 358 + "author_account_age_days": 400 + }, + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi": { + "stars": 10, + "last_update": "2025-11-27 03:21:30", + "author_account_age_days": 621 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 1, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3391 + "author_account_age_days": 3432 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 71, + "stars": 74, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1968 + "author_account_age_days": 2010 }, "https://github.com/ALatentPlace/YANC_LMStudio": { - "stars": 19, + "stars": 21, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1968 + "author_account_age_days": 2010 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2985 + "author_account_age_days": 3027 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 5, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2985 + "author_account_age_days": 3027 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2985 + "author_account_age_days": 3027 }, "https://github.com/APZmedia/ComfyUI-Dreamlight": { "stars": 0, "last_update": "2025-11-04 16:52:57", - "author_account_age_days": 2985 + "author_account_age_days": 3027 }, "https://github.com/APZmedia/ComfyUI-color-tools": { - "stars": 0, + "stars": 2, "last_update": "2025-09-24 12:52:50", - "author_account_age_days": 2985 + "author_account_age_days": 3027 }, "https://github.com/APZmedia/Comfyui-LightDirection-estimation": { "stars": 0, "last_update": "2025-10-20 12:32:41", - "author_account_age_days": 2985 + "author_account_age_days": 3027 + }, + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin": { + "stars": 0, + "last_update": "2025-12-09 22:27:11", + "author_account_age_days": 640 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-10-02 04:10:23", - "author_account_age_days": 2275 + "author_account_age_days": 2316 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-10-19 10:10:12", - "author_account_age_days": 2275 + "author_account_age_days": 2316 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2275 + "author_account_age_days": 2316 }, "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": { - "stars": 61, - "last_update": "2025-11-14 06:31:38", - "author_account_age_days": 2003 + "stars": 101, + "last_update": "2025-12-22 06:20:57", + "author_account_age_days": 2044 }, "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": 2034 + "author_account_age_days": 2076 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 297, + "stars": 303, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4176 + "author_account_age_days": 4217 }, "https://github.com/AbstractEyes/comfyui-lycoris": { - "stars": 10, + "stars": 11, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1887 + "author_account_age_days": 1929 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 7, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 997 + "author_account_age_days": 1039 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { - "stars": 4, + "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 997 + "author_account_age_days": 1039 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { - "stars": 19, - "last_update": "2025-10-13 00:23:24", - "author_account_age_days": 541 + "stars": 25, + "last_update": "2025-12-24 02:40:34", + "author_account_age_days": 583 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1066, + "stars": 1099, "last_update": "2025-10-03 16:47:12", - "author_account_age_days": 4313 + "author_account_age_days": 4354 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 583, - "last_update": "2025-11-03 09:57:06", - "author_account_age_days": 4313 + "stars": 599, + "last_update": "2025-12-22 10:38:45", + "author_account_age_days": 4354 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-08-19 18:40:24", - "author_account_age_days": 1989 + "author_account_age_days": 2031 + }, + "https://github.com/Ada123-a/ComfyUI-Kandinsky": { + "stars": 6, + "last_update": "2025-11-22 19:28:30", + "author_account_age_days": 998 }, "https://github.com/AdamShuo/ComfyUI_Switch": { - "stars": 4, + "stars": 5, "last_update": "2025-09-23 16:59:46", - "author_account_age_days": 790 + "author_account_age_days": 832 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1259 + "author_account_age_days": 1301 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3886 + "author_account_age_days": 3928 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 368 + "author_account_age_days": 410 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 1, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 368 + "author_account_age_days": 410 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, - "last_update": "2025-11-11 13:13:19", - "author_account_age_days": 1317 + "last_update": "2025-11-27 11:27:08", + "author_account_age_days": 1359 }, "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": { "stars": 0, - "last_update": "2025-10-31 03:12:00", - "author_account_age_days": 1317 + "last_update": "2025-12-16 08:05:11", + "author_account_age_days": 1359 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1784 + "author_account_age_days": 1826 }, "https://github.com/Aishor/comfyui-meta-sampler-guiado": { "stars": 0, "last_update": "2025-10-28 14:04:44", - "author_account_age_days": 5825 + "author_account_age_days": 5867 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-08-24 07:19:00", - "author_account_age_days": 2261 + "author_account_age_days": 2303 }, "https://github.com/Aksaz/comfyui-seamless-clone": { - "stars": 16, + "stars": 18, "last_update": "2025-09-23 13:10:16", - "author_account_age_days": 391 + "author_account_age_days": 433 }, "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": { "stars": 0, "last_update": "2025-10-19 20:26:42", - "author_account_age_days": 26 + "author_account_age_days": 68 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { - "stars": 45, - "last_update": "2025-11-05 22:43:44", - "author_account_age_days": 4974 + "stars": 49, + "last_update": "2025-12-20 23:05:31", + "author_account_age_days": 5015 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1389, - "last_update": "2025-09-21 11:02:10", - "author_account_age_days": 3208 + "stars": 1422, + "last_update": "2025-12-25 07:44:08", + "author_account_age_days": 3249 }, "https://github.com/AlexXia007/AIYang_TripleAPI": { "stars": 1, "last_update": "2025-11-10 17:53:55", - "author_account_age_days": 533 + "author_account_age_days": 575 }, "https://github.com/Alexankharin/camera-comfyUI": { - "stars": 19, - "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2629 + "stars": 23, + "last_update": "2025-12-26 16:27:12", + "author_account_age_days": 2671 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 3, "last_update": "2025-09-10 11:31:33", - "author_account_age_days": 3911 + "author_account_age_days": 3953 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3218 + "author_account_age_days": 3260 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4210 + "author_account_age_days": 4251 }, "https://github.com/Amorano/Jovi_Capture": { - "stars": 8, + "stars": 9, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5720 + "author_account_age_days": 5762 }, "https://github.com/Amorano/Jovi_Colorizer": { - "stars": 11, + "stars": 12, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5720 + "author_account_age_days": 5762 }, "https://github.com/Amorano/Jovi_GLSL": { - "stars": 17, + "stars": 18, "last_update": "2025-08-25 04:34:38", - "author_account_age_days": 5720 + "author_account_age_days": 5762 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 5, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5720 + "author_account_age_days": 5762 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-08-29 02:31:26", - "author_account_age_days": 5720 + "author_account_age_days": 5762 }, "https://github.com/Amorano/Jovi_Spout": { - "stars": 8, + "stars": 9, "last_update": "2025-08-29 02:29:14", - "author_account_age_days": 5720 + "author_account_age_days": 5762 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 377, + "stars": 383, "last_update": "2025-09-05 03:15:03", - "author_account_age_days": 5720 + "author_account_age_days": 5762 }, "https://github.com/Analaser/ComfyUI-RandomTagWeights": { "stars": 1, - "last_update": "2025-11-06 17:54:50", - "author_account_age_days": 2901 + "last_update": "2025-12-23 01:58:09", + "author_account_age_days": 2943 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 4, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 780 - }, - "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { - "stars": 0, - "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1329 + "author_account_age_days": 822 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3885 + "author_account_age_days": 3926 }, "https://github.com/Antique3e/ComfyUI-ModalCredits": { "stars": 0, - "last_update": "2025-10-29 12:39:09", - "author_account_age_days": 31 + "last_update": "2025-12-05 16:07:04", + "author_account_age_days": 73 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 11, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4600 + "author_account_age_days": 4642 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4600 + "author_account_age_days": 4642 }, "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { "stars": 0, "last_update": "2025-09-12 02:37:33", - "author_account_age_days": 386 + "author_account_age_days": 428 }, "https://github.com/ApexArtist/comfyui-apex-artist": { "stars": 1, "last_update": "2025-10-23 16:54:57", - "author_account_age_days": 2838 + "author_account_age_days": 2880 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { - "stars": 44, + "stars": 45, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3897 + "author_account_age_days": 3939 + }, + "https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI": { + "stars": 0, + "last_update": "2025-12-23 03:44:25", + "author_account_age_days": 1963 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 635 + "author_account_age_days": 677 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3457 + "author_account_age_days": 3499 }, "https://github.com/Art-xmaster/comfyui-AGSoft": { - "stars": 3, - "last_update": "2025-11-13 17:35:02", - "author_account_age_days": 443 + "stars": 5, + "last_update": "2025-12-06 12:46:50", + "author_account_age_days": 485 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 94, + "stars": 96, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 801 + "author_account_age_days": 843 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 1041 + "author_account_age_days": 1083 }, "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": { - "stars": 34, - "last_update": "2025-09-06 07:30:23", - "author_account_age_days": 336 + "stars": 43, + "last_update": "2025-11-17 01:55:11", + "author_account_age_days": 378 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 21, - "last_update": "2025-09-21 18:10:47", - "author_account_age_days": 597 + "stars": 30, + "last_update": "2025-12-26 16:37:34", + "author_account_age_days": 639 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { - "stars": 4, - "last_update": "2025-11-12 14:12:34", - "author_account_age_days": 1680 + "stars": 7, + "last_update": "2025-12-23 11:10:38", + "author_account_age_days": 1722 + }, + "https://github.com/Aryan185/ComfyUI-VertexAPI": { + "stars": 1, + "last_update": "2025-12-19 12:39:33", + "author_account_age_days": 1722 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 28, + "stars": 29, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5094 + "author_account_age_days": 5136 + }, + "https://github.com/Asidert/ComfyUI_Base64Images": { + "stars": 0, + "last_update": "2025-12-22 12:27:20", + "author_account_age_days": 3922 }, "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { "stars": 1, - "last_update": "2025-09-15 07:41:44", - "author_account_age_days": 1922 + "last_update": "2025-12-23 03:44:56", + "author_account_age_days": 1963 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, - "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3349 + "last_update": "2025-12-26 15:29:04", + "author_account_age_days": 3390 + }, + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": { + "stars": 0, + "last_update": "2025-12-25 18:30:31", + "author_account_age_days": 5 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 898 + "author_account_age_days": 940 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 467, + "stars": 471, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 898 + "author_account_age_days": 940 + }, + "https://github.com/Austat/ComfyUI-DownsampleFPS": { + "stars": 0, + "last_update": "2025-12-26 17:09:51", + "author_account_age_days": 8 + }, + "https://github.com/Austat/ComfyUI-RemacriScale": { + "stars": 0, + "last_update": "2025-12-26 10:36:05", + "author_account_age_days": 8 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4582 + "author_account_age_days": 4624 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 3, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4582 + "author_account_age_days": 4624 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4582 + "author_account_age_days": 4624 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { - "stars": 10, + "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4582 + "author_account_age_days": 4624 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3157 + "author_account_age_days": 3199 }, "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { "stars": 0, - "last_update": "2025-10-08 01:12:48", - "author_account_age_days": 1880 + "last_update": "2025-12-05 12:51:26", + "author_account_age_days": 1922 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 236, + "stars": 261, "last_update": "2025-11-13 16:10:34", - "author_account_age_days": 3399 + "author_account_age_days": 3440 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 170, - "last_update": "2025-11-14 20:24:57", - "author_account_age_days": 3399 + "stars": 203, + "last_update": "2025-12-08 13:33:06", + "author_account_age_days": 3440 }, "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": { - "stars": 88, - "last_update": "2025-10-28 02:03:52", - "author_account_age_days": 813 + "stars": 102, + "last_update": "2025-11-25 03:54:19", + "author_account_age_days": 855 }, "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": { - "stars": 88, - "last_update": "2025-10-28 02:03:52", - "author_account_age_days": 813 + "stars": 102, + "last_update": "2025-11-25 03:54:19", + "author_account_age_days": 855 }, "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": { "stars": 3, "last_update": "2025-08-29 11:15:29", - "author_account_age_days": 813 + "author_account_age_days": 855 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 998 + "author_account_age_days": 1039 }, "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { "stars": 0, "last_update": "2025-08-22 06:10:44", - "author_account_age_days": 84 + "author_account_age_days": 126 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 8, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1740 + "author_account_age_days": 1782 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1740 + "author_account_age_days": 1782 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 1004 + "author_account_age_days": 1046 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2951 + "author_account_age_days": 2993 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3745 + "author_account_age_days": 3787 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 451, + "stars": 461, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 938 + "author_account_age_days": 980 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { - "stars": 21, + "stars": 23, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1814 + "author_account_age_days": 1856 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 3, "last_update": "2025-08-21 10:14:11", - "author_account_age_days": 979 + "author_account_age_days": 1021 }, "https://github.com/Beinsezii/bsz-cui-extras": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2734 + "author_account_age_days": 2776 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3515 + "author_account_age_days": 3557 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3580 + "author_account_age_days": 3622 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3580 + "author_account_age_days": 3622 + }, + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer": { + "stars": 7, + "last_update": "2025-12-19 04:59:38", + "author_account_age_days": 298 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1455, + "stars": 1477, "last_update": "2025-11-13 10:40:04", - "author_account_age_days": 3504 + "author_account_age_days": 3546 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { - "stars": 37, + "stars": 38, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1306 + "author_account_age_days": 1348 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { - "stars": 9, + "stars": 10, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1306 + "author_account_age_days": 1348 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1306 + "author_account_age_days": 1348 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1306 + "author_account_age_days": 1348 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1306 + "author_account_age_days": 1348 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 6, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1306 + "author_account_age_days": 1348 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { - "stars": 32, + "stars": 33, "last_update": "2025-08-29 08:44:14", - "author_account_age_days": 1380 + "author_account_age_days": 1422 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 66, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1380 + "author_account_age_days": 1422 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": { + "stars": 70, + "last_update": "2025-12-09 13:48:35", + "author_account_age_days": 236 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": { + "stars": 1, + "last_update": "2025-12-09 14:34:29", + "author_account_age_days": 236 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { - "stars": 19, - "last_update": "2025-08-28 04:31:22", - "author_account_age_days": 194 + "stars": 23, + "last_update": "2025-12-08 00:10:14", + "author_account_age_days": 236 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { - "stars": 29, + "stars": 33, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 194 + "author_account_age_days": 236 }, "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": { - "stars": 21, - "last_update": "2025-08-21 07:42:18", - "author_account_age_days": 194 + "stars": 23, + "last_update": "2025-11-30 18:18:36", + "author_account_age_days": 236 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 1, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2849 + "author_account_age_days": 2890 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { - "stars": 20, + "stars": 21, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 643 + "author_account_age_days": 685 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 442 + "author_account_age_days": 484 }, "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets": { - "stars": 8, + "stars": 11, "last_update": "2025-11-08 08:42:06", - "author_account_age_days": 4792 + "author_account_age_days": 4834 }, "https://github.com/BizaNator/ComfyUI_PromptIterator": { - "stars": 0, + "stars": 3, "last_update": "2025-09-24 16:47:04", - "author_account_age_days": 3565 + "author_account_age_days": 3607 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, - "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1363 + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1405 }, "https://github.com/BlackSnowSkill/wd14_batch_tagger": { "stars": 1, - "last_update": "2025-10-23 14:29:51", - "author_account_age_days": 416 + "last_update": "2025-12-24 19:57:36", + "author_account_age_days": 457 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { - "stars": 2, + "stars": 3, "last_update": "2025-10-01 17:23:19", - "author_account_age_days": 464 + "author_account_age_days": 506 + }, + "https://github.com/BlackVortexAI/bv_nodepack": { + "stars": 0, + "last_update": "2025-12-21 18:34:24", + "author_account_age_days": 506 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 3041 + "author_account_age_days": 3082 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 3041 + "author_account_age_days": 3082 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 3041 + "author_account_age_days": 3082 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 3041 + "author_account_age_days": 3082 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 418, + "stars": 429, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 986 + "author_account_age_days": 1028 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 394, + "stars": 398, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 986 + "author_account_age_days": 1028 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 312, + "stars": 315, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 986 + "author_account_age_days": 1028 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { - "stars": 41, + "stars": 42, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 986 + "author_account_age_days": 1028 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 399, + "stars": 404, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 986 - }, - "https://github.com/Blonicx/ComfyUI-X-Rework": { - "stars": 1, - "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1231 + "author_account_age_days": 1028 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 953 + "author_account_age_days": 994 + }, + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": { + "stars": 0, + "last_update": "2025-12-09 21:55:58", + "author_account_age_days": 393 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 7, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 352 + "author_account_age_days": 393 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 4, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 352 + "author_account_age_days": 393 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 18, + "stars": 19, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 352 + "author_account_age_days": 393 }, "https://github.com/Boba-svg/ComfyUI-PromptSwitch": { - "stars": 0, - "last_update": "2025-11-15 01:29:38", - "author_account_age_days": 59 + "stars": 2, + "last_update": "2025-12-07 13:43:53", + "author_account_age_days": 101 }, "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner": { "stars": 0, "last_update": "2025-11-14 23:12:48", - "author_account_age_days": 59 + "author_account_age_days": 101 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { - "stars": 8, + "stars": 9, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2722 + "author_account_age_days": 2763 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { - "stars": 49, + "stars": 52, "last_update": "2025-09-07 18:29:50", - "author_account_age_days": 2722 + "author_account_age_days": 2763 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 106, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3589 + "author_account_age_days": 3631 + }, + "https://github.com/Braeden90000/comfyui-load-image-url": { + "stars": 0, + "last_update": "2025-12-10 23:32:57", + "author_account_age_days": 2228 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 18, - "last_update": "2025-09-08 15:27:40", - "author_account_age_days": 5333 + "last_update": "2025-11-17 19:08:10", + "author_account_age_days": 5375 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 66, - "last_update": "2025-11-12 12:31:14", - "author_account_age_days": 1986 + "stars": 72, + "last_update": "2025-12-24 09:34:25", + "author_account_age_days": 2027 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { - "stars": 4, - "last_update": "2025-08-27 04:12:24", - "author_account_age_days": 3421 + "stars": 5, + "last_update": "2025-11-26 05:05:36", + "author_account_age_days": 3463 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3421 + "author_account_age_days": 3463 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { - "stars": 8, + "stars": 7, "last_update": "2025-11-11 18:57:09", - "author_account_age_days": 299 + "author_account_age_days": 341 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { - "stars": 8, + "stars": 7, "last_update": "2025-11-11 18:57:09", - "author_account_age_days": 299 + "author_account_age_days": 341 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 299 + "author_account_age_days": 341 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 299 + "author_account_age_days": 341 + }, + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": { + "stars": 1, + "last_update": "2025-12-22 04:27:46", + "author_account_age_days": 1005 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 24, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 993 + "author_account_age_days": 1035 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 877 + "author_account_age_days": 919 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { - "stars": 15, + "stars": 19, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 474 + "author_account_age_days": 516 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { - "stars": 15, + "stars": 17, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 73, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { - "stars": 235, + "stars": 239, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 4, + "stars": 5, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 86, + "stars": 91, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 637, + "stars": 642, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { - "stars": 25, + "stars": 26, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 35, + "stars": 36, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 138, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 99, + "stars": 102, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 706 + "author_account_age_days": 748 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 10, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 758 + "author_account_age_days": 799 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-11-02 04:46:30", - "author_account_age_days": 248 + "author_account_age_days": 290 + }, + "https://github.com/Carasibana/ComfyUI-PolyMask": { + "stars": 2, + "last_update": "2025-12-01 10:57:35", + "author_account_age_days": 26 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 261, + "stars": 268, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3234 + "author_account_age_days": 3276 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 13, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2374 + "author_account_age_days": 2416 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 74, + "stars": 75, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2374 + "author_account_age_days": 2416 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 36, + "stars": 37, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2374 + "author_account_age_days": 2416 + }, + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": { + "stars": 106, + "last_update": "2025-12-21 18:07:45", + "author_account_age_days": 22 }, "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { "stars": 0, "last_update": "2025-09-23 14:22:09", - "author_account_age_days": 872 + "author_account_age_days": 913 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 43, - "last_update": "2025-10-28 16:09:40", - "author_account_age_days": 2387 + "stars": 46, + "last_update": "2025-12-05 14:19:43", + "author_account_age_days": 2429 }, "https://github.com/Charlweed/image_transceiver": { - "stars": 3, + "stars": 4, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5605 + "author_account_age_days": 5647 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 502 + "author_account_age_days": 544 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { "stars": 3, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 502 + "author_account_age_days": 544 }, "https://github.com/Charonartist/comfyui-lmstudio-conversation": { "stars": 0, "last_update": "2025-09-07 07:57:09", - "author_account_age_days": 502 + "author_account_age_days": 544 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 502 + "author_account_age_days": 544 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 502 + "author_account_age_days": 544 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 5, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2954 + "author_account_age_days": 2996 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 277, + "stars": 297, "last_update": "2025-11-03 20:44:25", - "author_account_age_days": 2409 + "author_account_age_days": 2451 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2409 + "author_account_age_days": 2451 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 908 + "author_account_age_days": 950 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { - "stars": 17, + "stars": 18, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2920 + "author_account_age_days": 2962 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2920 + "author_account_age_days": 2962 }, "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { "stars": 0, "last_update": "2025-10-21 02:34:23", - "author_account_age_days": 1362 + "author_account_age_days": 1403 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 1, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2237 + "author_account_age_days": 2279 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 783, - "last_update": "2025-10-27 02:13:49", - "author_account_age_days": 538 + "stars": 876, + "last_update": "2025-12-13 00:05:24", + "author_account_age_days": 580 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 13, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2242 + "author_account_age_days": 2284 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 95, + "stars": 97, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2242 + "author_account_age_days": 2284 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 84, + "stars": 85, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2242 + "author_account_age_days": 2284 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 5, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2406 + "author_account_age_days": 2448 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 2, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2406 + "author_account_age_days": 2448 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 5, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2406 + "author_account_age_days": 2448 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 55, + "stars": 56, "last_update": "2025-08-20 15:31:03", - "author_account_age_days": 583 + "author_account_age_days": 625 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, - "last_update": "2025-10-08 01:25:29", - "author_account_age_days": 174 + "last_update": "2025-11-28 17:51:18", + "author_account_age_days": 216 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { - "stars": 6, - "last_update": "2025-11-14 21:06:58", - "author_account_age_days": 174 + "stars": 10, + "last_update": "2025-12-21 14:49:05", + "author_account_age_days": 216 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 76, - "last_update": "2025-10-28 23:38:00", - "author_account_age_days": 174 + "stars": 94, + "last_update": "2025-12-09 22:14:10", + "author_account_age_days": 216 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { - "stars": 2, + "stars": 4, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 174 + "author_account_age_days": 216 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 331 + "author_account_age_days": 372 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 331 + "author_account_age_days": 372 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4932 + "author_account_age_days": 4973 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 73, + "stars": 83, "last_update": "2025-09-30 21:05:37", - "author_account_age_days": 682 + "author_account_age_days": 724 + }, + "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models": { + "stars": 1, + "last_update": "2025-12-25 13:38:37", + "author_account_age_days": 123 }, "https://github.com/CoreyCorza/ComfyUI-CRZnodes": { - "stars": 32, + "stars": 35, "last_update": "2025-09-09 05:29:25", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 130, - "last_update": "2025-11-11 16:00:21", - "author_account_age_days": 4163 + "stars": 133, + "last_update": "2025-12-15 18:20:03", + "author_account_age_days": 4205 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 461 + "author_account_age_days": 502 + }, + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider": { + "stars": 0, + "last_update": "2025-12-08 04:15:29", + "author_account_age_days": 1757 }, "https://github.com/Creditas-labs/ComfyUI-Adforge": { "stars": 1, - "last_update": "2025-11-12 21:16:17", - "author_account_age_days": 10 + "last_update": "2025-11-26 19:14:11", + "author_account_age_days": 51 + }, + "https://github.com/Creditas-labs/ComfyUI_Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "author_account_age_days": 51 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1511 + "author_account_age_days": 1553 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { - "stars": 21, - "last_update": "2025-11-12 19:49:08", - "author_account_age_days": 2116 + "stars": 23, + "last_update": "2025-12-07 12:06:26", + "author_account_age_days": 2157 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 7, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2116 + "author_account_age_days": 2157 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2116 + "author_account_age_days": 2157 }, "https://github.com/Creepybits/World_weaver": { - "stars": 7, - "last_update": "2025-11-14 03:28:22", - "author_account_age_days": 2116 + "stars": 15, + "last_update": "2025-11-26 16:28:31", + "author_account_age_days": 2157 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 8, - "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1436 + "last_update": "2025-11-20 01:25:21", + "author_account_age_days": 1478 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 7, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3694 + "author_account_age_days": 3736 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2025-09-05 13:21:04", - "author_account_age_days": 1610 + "author_account_age_days": 1652 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { - "stars": 3, + "stars": 5, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 923 + "author_account_age_days": 965 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-10-24 07:46:08", - "author_account_age_days": 923 + "author_account_age_days": 965 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 16, "last_update": "2025-10-24 07:49:28", - "author_account_age_days": 923 + "author_account_age_days": 965 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5666 + "author_account_age_days": 5708 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-30 15:54:04", - "author_account_age_days": 3219 + "author_account_age_days": 3261 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-25 06:32:51", - "author_account_age_days": 3219 + "author_account_age_days": 3261 }, "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": { "stars": 0, "last_update": "2025-11-14 17:02:45", - "author_account_age_days": 3219 + "author_account_age_days": 3261 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { - "stars": 2, + "stars": 4, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1113 + "author_account_age_days": 1155 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 6, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 297 + "author_account_age_days": 338 }, "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": { "stars": 0, "last_update": "2025-09-24 11:01:50", - "author_account_age_days": 2541 + "author_account_age_days": 2582 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { - "stars": 79, + "stars": 89, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4797 + "author_account_age_days": 4839 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4092 + "author_account_age_days": 4134 + }, + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": { + "stars": 1, + "last_update": "2025-11-22 01:25:11", + "author_account_age_days": 1417 }, "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": { "stars": 1, "last_update": "2025-10-15 09:40:29", - "author_account_age_days": 2544 + "author_account_age_days": 2586 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 13, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2825 + "author_account_age_days": 2866 + }, + "https://github.com/Daohoi123/ComfyUI-Gemini3": { + "stars": 1, + "last_update": "2025-11-26 01:14:40", + "author_account_age_days": 960 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5095 + "author_account_age_days": 5137 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { - "stars": 5, + "stars": 6, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3985 + "author_account_age_days": 4027 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 94, + "stars": 97, "last_update": "2025-08-18 13:18:24", - "author_account_age_days": 1286 + "author_account_age_days": 1327 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, - "last_update": "2025-10-02 15:39:55", - "author_account_age_days": 2388 + "last_update": "2025-11-30 02:04:39", + "author_account_age_days": 2429 }, "https://github.com/Daxamur/DaxNodes": { "stars": 0, "last_update": "2025-08-30 19:54:44", - "author_account_age_days": 2603 + "author_account_age_days": 2644 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana": { + "stars": 7, + "last_update": "2025-12-17 21:11:05", + "author_account_age_days": 1002 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana-Gallery": { + "stars": 0, + "last_update": "2025-12-18 02:52:06", + "author_account_age_days": 1002 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4724 + "author_account_age_days": 4765 }, "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": { - "stars": 2, + "stars": 4, "last_update": "2025-11-12 21:11:23", - "author_account_age_days": 13 + "author_account_age_days": 54 }, "https://github.com/DazzleNodes/DazzleNodes": { "stars": 0, - "last_update": "2025-11-12 21:31:12", - "author_account_age_days": 13 + "last_update": "2025-11-24 22:23:02", + "author_account_age_days": 54 }, "https://github.com/DazzleNodes/fit-mask-to-image": { "stars": 1, - "last_update": "2025-11-03 13:47:10", - "author_account_age_days": 13 + "last_update": "2025-11-16 01:32:44", + "author_account_age_days": 54 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 28, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1363 + "author_account_age_days": 1404 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 4, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3499 + "author_account_age_days": 3541 + }, + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu": { + "stars": 0, + "last_update": "2025-12-13 11:39:13", + "author_account_age_days": 5801 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { - "stars": 0, + "stars": 1, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 309 + "author_account_age_days": 351 }, "https://github.com/DecartAI/Lucy-Edit-ComfyUI": { - "stars": 668, + "stars": 701, "last_update": "2025-11-07 18:58:33", - "author_account_age_days": 818 + "author_account_age_days": 860 }, "https://github.com/DeemosTech/ComfyUI-Rodin": { - "stars": 41, + "stars": 45, "last_update": "2025-10-15 03:36:50", - "author_account_age_days": 1274 + "author_account_age_days": 1316 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 3, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 263 + "author_account_age_days": 305 }, "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": { "stars": 1, "last_update": "2025-10-02 14:57:02", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": { "stars": 0, "last_update": "2025-10-26 15:41:28", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Dehypnotic/comfyui-numbered-text": { "stars": 0, "last_update": "2025-10-08 15:13:36", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Dehypnotic/comfyui-range-to-string": { "stars": 0, "last_update": "2025-10-02 09:30:29", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Dehypnotic/comfyui-save-mp3": { - "stars": 0, + "stars": 1, "last_update": "2025-10-24 09:40:52", - "author_account_age_days": 1600 + "author_account_age_days": 1642 + }, + "https://github.com/DemonNCoding/PromptGenerator12Columns": { + "stars": 0, + "last_update": "2025-12-08 15:49:32", + "author_account_age_days": 1241 + }, + "https://github.com/DenRakEiw/ComfyUI-nearest-qwen-resolution": { + "stars": 0, + "last_update": "2025-12-20 06:58:05", + "author_account_age_days": 1581 }, "https://github.com/DenRakEiw/Latent_Nodes": { - "stars": 4, + "stars": 26, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1539 + "author_account_age_days": 1581 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 15, + "stars": 18, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1539 + "author_account_age_days": 1581 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 437, + "stars": 442, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2283 + "author_account_age_days": 2325 }, "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": { "stars": 2, "last_update": "2025-08-26 22:21:45", - "author_account_age_days": 654 + "author_account_age_days": 696 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { - "stars": 23, + "stars": 24, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 654 + "author_account_age_days": 696 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 654 + "author_account_age_days": 696 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 6, "last_update": "2025-10-19 04:29:10", - "author_account_age_days": 993 + "author_account_age_days": 1035 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 13, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 709 + "author_account_age_days": 751 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 230 + "author_account_age_days": 271 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { - "stars": 30, + "stars": 32, "last_update": "2025-09-15 20:38:26", - "author_account_age_days": 4547 + "author_account_age_days": 4589 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3581 + "author_account_age_days": 3623 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { - "stars": 4, + "stars": 7, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 288 + "author_account_age_days": 330 }, "https://github.com/Dobidop/ComfyStereo": { - "stars": 31, - "last_update": "2025-08-31 11:30:27", - "author_account_age_days": 1968 + "stars": 33, + "last_update": "2025-11-26 07:52:40", + "author_account_age_days": 2010 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 44, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 850 + "author_account_age_days": 892 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { - "stars": 29, + "stars": 31, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 850 + "author_account_age_days": 892 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { - "stars": 6, + "stars": 8, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 850 + "author_account_age_days": 892 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 6, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 850 + "author_account_age_days": 892 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 850 + "author_account_age_days": 892 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { - "stars": 102, - "last_update": "2025-09-21 06:52:45", - "author_account_age_days": 3412 + "stars": 131, + "last_update": "2025-12-10 06:17:45", + "author_account_age_days": 3454 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 518, - "last_update": "2025-11-11 03:35:55", - "author_account_age_days": 3412 + "stars": 624, + "last_update": "2025-12-15 09:16:54", + "author_account_age_days": 3454 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5503 + "author_account_age_days": 5544 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-09-18 05:45:51", - "author_account_age_days": 1540 + "author_account_age_days": 1582 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 4, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1540 + "author_account_age_days": 1582 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { - "stars": 1, + "stars": 2, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 454 + "author_account_age_days": 496 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { - "stars": 6, - "last_update": "2025-08-22 18:51:34", - "author_account_age_days": 1882 + "stars": 8, + "last_update": "2025-12-14 03:38:08", + "author_account_age_days": 1924 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { - "stars": 5, - "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1882 + "stars": 6, + "last_update": "2025-12-14 09:47:11", + "author_account_age_days": 1924 }, "https://github.com/Draek2077/comfyui-draekz-nodez": { "stars": 1, "last_update": "2025-09-12 02:32:20", - "author_account_age_days": 111 + "author_account_age_days": 152 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-09-21 11:58:58", - "author_account_age_days": 320 + "author_account_age_days": 362 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { - "stars": 4, - "last_update": "2025-11-10 21:50:20", - "author_account_age_days": 320 + "stars": 6, + "last_update": "2025-12-23 21:44:48", + "author_account_age_days": 362 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2364 + "author_account_age_days": 2406 }, "https://github.com/Duanyll/comfyui_functional": { "stars": 0, - "last_update": "2025-11-13 08:18:56", - "author_account_age_days": 3241 + "last_update": "2025-12-16 07:14:38", + "author_account_age_days": 3283 }, "https://github.com/Duanyll/duanyll_nodepack": { - "stars": 1, + "stars": 2, "last_update": "2025-11-12 11:43:08", - "author_account_age_days": 3241 + "author_account_age_days": 3283 + }, + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth": { + "stars": 0, + "last_update": "2025-12-08 16:00:05", + "author_account_age_days": 443 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 63, + "stars": 69, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3135 + "author_account_age_days": 3177 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 12, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1781 + "author_account_age_days": 1823 }, "https://github.com/Easymode-ai/ComfyUI-FlexPainter": { "stars": 2, "last_update": "2025-09-10 20:45:19", - "author_account_age_days": 1781 + "author_account_age_days": 1823 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { - "stars": 14, + "stars": 15, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1781 + "author_account_age_days": 1823 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 73, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5225 + "author_account_age_days": 5267 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1651 + "author_account_age_days": 1693 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { - "stars": 27, + "stars": 29, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3128 + "author_account_age_days": 3170 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 238, + "stars": 241, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3286 + "author_account_age_days": 3328 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 2, "last_update": "2025-10-14 21:19:43", - "author_account_age_days": 2097 + "author_account_age_days": 2138 }, "https://github.com/Enashka/ComfyUI-nhknodes": { - "stars": 13, - "last_update": "2025-11-13 11:55:01", - "author_account_age_days": 3479 + "stars": 14, + "last_update": "2025-12-20 22:52:26", + "author_account_age_days": 3521 }, "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { - "stars": 1142, + "stars": 1272, "last_update": "2025-10-02 18:51:41", - "author_account_age_days": 79 + "author_account_age_days": 121 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { - "stars": 7, + "stars": 8, "last_update": "2025-11-09 01:25:14", - "author_account_age_days": 477 + "author_account_age_days": 519 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { - "stars": 7, + "stars": 8, "last_update": "2025-11-09 02:04:45", - "author_account_age_days": 477 + "author_account_age_days": 519 + }, + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { + "stars": 0, + "last_update": "2025-11-23 15:21:21", + "author_account_age_days": 519 }, "https://github.com/EnragedAntelope/comfy-modelopt": { - "stars": 0, + "stars": 1, "last_update": "2025-11-10 21:11:04", - "author_account_age_days": 478 + "author_account_age_days": 519 }, "https://github.com/EnragedAntelope/comfyui-relight": { - "stars": 82, + "stars": 86, "last_update": "2025-11-09 02:16:20", - "author_account_age_days": 477 + "author_account_age_days": 519 + }, + "https://github.com/EnragedAntelope/comfyui-sdnq": { + "stars": 57, + "last_update": "2025-12-25 13:13:26", + "author_account_age_days": 519 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 5, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3779 + "author_account_age_days": 3820 }, "https://github.com/Erehr/ComfyUI-EreNodes": { - "stars": 52, + "stars": 54, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3779 + "author_account_age_days": 3820 + }, + "https://github.com/EricRollei/AAA_Metadata_System": { + "stars": 3, + "last_update": "2025-12-19 21:17:11", + "author_account_age_days": 1444 + }, + "https://github.com/EricRollei/Comfy_HunyuanImage3": { + "stars": 10, + "last_update": "2025-12-20 10:04:03", + "author_account_age_days": 1444 + }, + "https://github.com/EricRollei/Download_Tools": { + "stars": 2, + "last_update": "2025-12-20 01:23:23", + "author_account_age_days": 1444 + }, + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": { + "stars": 3, + "last_update": "2025-12-19 20:31:48", + "author_account_age_days": 1444 + }, + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": { + "stars": 3, + "last_update": "2025-12-20 01:05:48", + "author_account_age_days": 1444 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 2, + "last_update": "2025-11-18 18:34:15", + "author_account_age_days": 1444 }, "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": { - "stars": 3, - "last_update": "2025-11-14 01:14:34", - "author_account_age_days": 1403 + "stars": 7, + "last_update": "2025-12-20 01:44:21", + "author_account_age_days": 1444 + }, + "https://github.com/EricRollei/PDF-Tools": { + "stars": 1, + "last_update": "2025-12-20 01:13:41", + "author_account_age_days": 1444 + }, + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": { + "stars": 0, + "last_update": "2025-12-23 20:51:58", + "author_account_age_days": 1444 }, "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-11-01 08:28:38", - "author_account_age_days": 3424 + "author_account_age_days": 3466 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 671, + "stars": 696, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4107 + "author_account_age_days": 4149 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 55, + "stars": 58, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 515 + "author_account_age_days": 557 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 515 + "author_account_age_days": 557 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, "last_update": "2025-11-10 03:24:25", - "author_account_age_days": 96 + "author_account_age_days": 138 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { - "stars": 26, + "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2132 + "author_account_age_days": 2173 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { - "stars": 114, + "stars": 115, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2132 + "author_account_age_days": 2173 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 303, + "stars": 306, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2132 + "author_account_age_days": 2173 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3716 + "author_account_age_days": 3758 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 424, + "stars": 426, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 41, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { - "stars": 83, + "stars": 85, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 215, + "stars": 224, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { - "stars": 43, + "stars": 44, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { - "stars": 49, + "stars": 51, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 123, + "stars": 125, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { - "stars": 33, + "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 55, + "stars": 58, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { - "stars": 89, + "stars": 92, "last_update": "2025-08-21 18:17:03", - "author_account_age_days": 3658 + "author_account_age_days": 3700 }, "https://github.com/FaberVS/MultiModel": { - "stars": 2, + "stars": 3, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2279 + "author_account_age_days": 2321 + }, + "https://github.com/Faildes/ComfyUI-NegativeFold": { + "stars": 1, + "last_update": "2025-12-25 01:08:46", + "author_account_age_days": 1024 + }, + "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt": { + "stars": 0, + "last_update": "2025-12-26 12:31:08", + "author_account_age_days": 1024 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 877, + "stars": 926, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3640 + "author_account_age_days": 3682 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 127, + "stars": 131, "last_update": "2025-11-09 02:34:01", - "author_account_age_days": 3640 + "author_account_age_days": 3682 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 208, + "stars": 211, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3640 + "author_account_age_days": 3682 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 219, + "stars": 221, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3640 + "author_account_age_days": 3682 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3546, - "last_update": "2025-10-24 04:18:35", - "author_account_age_days": 3640 + "stars": 3674, + "last_update": "2025-12-10 11:26:27", + "author_account_age_days": 3682 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 5, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 1044 + "author_account_age_days": 1086 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1348 + "author_account_age_days": 1390 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3393 + "author_account_age_days": 3434 + }, + "https://github.com/FeiMao-326/Comfyui-General-API-Node": { + "stars": 0, + "last_update": "2025-12-24 08:42:16", + "author_account_age_days": 2108 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { - "stars": 4, + "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3263 + "author_account_age_days": 3305 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4674 + "author_account_age_days": 4716 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3123 + "author_account_age_days": 3165 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 18, - "last_update": "2025-08-31 17:04:24", - "author_account_age_days": 1180 + "stars": 20, + "last_update": "2025-12-26 01:34:05", + "author_account_age_days": 1222 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 9, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3255 + "author_account_age_days": 3297 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 529 + "author_account_age_days": 571 }, "https://github.com/Firetheft/ComfyUI-Animate-Progress": { "stars": 3, "last_update": "2025-09-09 13:21:52", - "author_account_age_days": 1409 + "author_account_age_days": 1451 }, "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": { - "stars": 80, - "last_update": "2025-11-11 14:45:30", - "author_account_age_days": 1409 + "stars": 88, + "last_update": "2025-12-02 14:21:28", + "author_account_age_days": 1451 }, "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": { - "stars": 41, - "last_update": "2025-10-20 16:34:18", - "author_account_age_days": 1409 + "stars": 49, + "last_update": "2025-12-26 03:34:26", + "author_account_age_days": 1451 }, "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": { - "stars": 4, - "last_update": "2025-09-17 04:50:32", - "author_account_age_days": 1409 + "stars": 5, + "last_update": "2025-12-03 00:57:24", + "author_account_age_days": 1451 + }, + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser": { + "stars": 8, + "last_update": "2025-12-02 15:25:45", + "author_account_age_days": 1451 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { - "stars": 51, + "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2488 + "author_account_age_days": 2529 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 461, + "stars": 468, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2488 + "author_account_age_days": 2529 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { - "stars": 79, + "stars": 80, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 2016 + "author_account_age_days": 2058 }, "https://github.com/FloyoAI/ComfyUI-Seed-API": { "stars": 0, "last_update": "2025-10-29 14:29:56", - "author_account_age_days": 404 + "author_account_age_days": 446 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 94, + "stars": 100, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1141 + "author_account_age_days": 1182 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 241, + "stars": 244, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1752 + "author_account_age_days": 1794 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { - "stars": 19, - "last_update": "2025-11-14 23:58:54", - "author_account_age_days": 2011 + "stars": 20, + "last_update": "2025-12-16 20:02:59", + "author_account_age_days": 2053 }, "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": { "stars": 1, - "last_update": "2025-10-31 18:22:43", - "author_account_age_days": 3282 + "last_update": "2025-12-23 11:13:53", + "author_account_age_days": 3323 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers": { + "stars": 2, + "last_update": "2025-12-02 03:41:53", + "author_account_age_days": 3323 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2279 + "author_account_age_days": 2321 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2279 + "author_account_age_days": 2321 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2279 + "author_account_age_days": 2321 }, "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { - "stars": 3, - "last_update": "2025-10-29 02:07:37", - "author_account_age_days": 3995 + "stars": 29, + "last_update": "2025-12-19 15:29:35", + "author_account_age_days": 4037 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 7, "last_update": "2025-09-19 03:22:12", - "author_account_age_days": 1185 + "author_account_age_days": 1227 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2825 + "author_account_age_days": 2867 }, "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { "stars": 0, "last_update": "2025-09-02 09:22:34", - "author_account_age_days": 3934 + "author_account_age_days": 3976 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { - "stars": 1, + "stars": 2, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 1084 + "author_account_age_days": 1126 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 4, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 1084 + "author_account_age_days": 1126 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 103, + "stars": 106, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2189 + "author_account_age_days": 2231 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 7, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2189 + "author_account_age_days": 2231 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { - "stars": 16, + "stars": 18, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2189 + "author_account_age_days": 2231 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 13, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2189 + "author_account_age_days": 2231 }, "https://github.com/FuouM/FM_nodes": { "stars": 7, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2189 + "author_account_age_days": 2231 + }, + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 00:35:31", + "author_account_age_days": 3154 + }, + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": { + "stars": 0, + "last_update": "2025-11-30 00:45:50", + "author_account_age_days": 3154 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 74, + "stars": 77, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1671 + "author_account_age_days": 1713 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 2027 + "author_account_age_days": 2069 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 49, - "last_update": "2025-10-26 15:46:37", - "author_account_age_days": 1918 + "stars": 67, + "last_update": "2025-12-11 17:29:51", + "author_account_age_days": 1960 }, "https://github.com/GACLove/ComfyUI-VFI": { - "stars": 9, + "stars": 13, "last_update": "2025-09-30 09:55:40", - "author_account_age_days": 4125 + "author_account_age_days": 4167 }, "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 9, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2918 + "author_account_age_days": 2960 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2677 + "author_account_age_days": 2719 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 13, "last_update": "2025-11-09 20:11:28", - "author_account_age_days": 3065 + "author_account_age_days": 3106 }, "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { "stars": 2, "last_update": "2025-10-28 02:32:13", - "author_account_age_days": 1230 + "author_account_age_days": 1272 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 664 + "author_account_age_days": 706 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 664 + "author_account_age_days": 706 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 940 + "author_account_age_days": 982 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 995 + "author_account_age_days": 1037 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 995 + "author_account_age_days": 1037 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 15, "last_update": "2025-09-16 20:38:14", - "author_account_age_days": 5076 + "author_account_age_days": 5118 + }, + "https://github.com/GavChap/ComfyUI_ExtractLora": { + "stars": 1, + "last_update": "2025-12-06 12:32:45", + "author_account_age_days": 5118 + }, + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { + "stars": 0, + "last_update": "2025-11-16 22:35:53", + "author_account_age_days": 4140 }, "https://github.com/GeekatplayStudio/comfyui-hitem3d": { - "stars": 3, - "last_update": "2025-10-27 03:09:07", - "author_account_age_days": 4099 + "stars": 8, + "last_update": "2025-11-16 15:47:02", + "author_account_age_days": 4140 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { - "stars": 40, - "last_update": "2025-09-20 23:45:04", - "author_account_age_days": 1178 + "stars": 45, + "last_update": "2025-11-29 15:08:39", + "author_account_age_days": 1220 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 8, "last_update": "2025-09-13 11:00:11", - "author_account_age_days": 1178 + "author_account_age_days": 1220 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 49, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1178 + "author_account_age_days": 1220 }, "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { "stars": 1, "last_update": "2025-08-21 13:06:03", - "author_account_age_days": 1178 + "author_account_age_days": 1220 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1178 + "author_account_age_days": 1220 }, "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { - "stars": 12, + "stars": 16, "last_update": "2025-09-16 19:56:49", - "author_account_age_days": 380 + "author_account_age_days": 422 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 20, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2891 + "author_account_age_days": 2933 }, "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { - "stars": 0, - "last_update": "2025-11-10 07:43:46", - "author_account_age_days": 7 + "stars": 1, + "last_update": "2025-11-18 03:42:53", + "author_account_age_days": 49 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 205 + "author_account_age_days": 247 }, "https://github.com/Gipphe/comfyui-metadata-statistics": { "stars": 0, "last_update": "2025-08-28 20:43:50", - "author_account_age_days": 4821 + "author_account_age_days": 4862 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 89, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1174 + "author_account_age_days": 1215 + }, + "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers": { + "stars": 0, + "last_update": "2025-12-19 19:36:40", + "author_account_age_days": 1215 + }, + "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove": { + "stars": 0, + "last_update": "2025-12-19 19:36:36", + "author_account_age_days": 1215 }, "https://github.com/GizmoR13/PG-Nodes": { - "stars": 15, + "stars": 16, "last_update": "2025-10-10 12:52:07", - "author_account_age_days": 5333 + "author_account_age_days": 5375 }, "https://github.com/Glidias/mask2sam": { "stars": 0, "last_update": "2025-10-07 04:07:01", - "author_account_age_days": 5771 + "author_account_age_days": 5813 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 14, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5440 + "author_account_age_days": 5482 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { - "stars": 23, + "stars": 25, "last_update": "2025-10-17 08:20:56", - "author_account_age_days": 245 + "author_account_age_days": 287 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { - "stars": 6, + "stars": 7, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1169 + "author_account_age_days": 1210 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 906, - "last_update": "2025-10-07 16:36:49", - "author_account_age_days": 1628 + "stars": 991, + "last_update": "2025-12-08 08:24:57", + "author_account_age_days": 1670 }, "https://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, - "last_update": "2025-11-12 16:32:41", - "author_account_age_days": 671 + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 713 + }, + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": { + "stars": 0, + "last_update": "2025-11-17 16:27:54", + "author_account_age_days": 713 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { - "stars": 56, + "stars": 57, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 671 + "author_account_age_days": 713 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 64, - "last_update": "2025-11-09 22:45:46", - "author_account_age_days": 671 + "stars": 67, + "last_update": "2025-12-22 09:25:06", + "author_account_age_days": 713 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 671 + "author_account_age_days": 713 }, "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { - "stars": 0, - "last_update": "2025-11-12 07:29:00", - "author_account_age_days": 671 + "stars": 2, + "last_update": "2025-11-20 17:47:15", + "author_account_age_days": 713 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 254 + "author_account_age_days": 296 + }, + "https://github.com/Granddyser/wan-video-extender": { + "stars": 18, + "last_update": "2025-11-29 04:24:25", + "author_account_age_days": 1932 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 198, + "stars": 200, "last_update": "2025-09-25 21:20:31", - "author_account_age_days": 1706 + "author_account_age_days": 1747 }, "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { "stars": 1, - "last_update": "2025-10-17 19:50:12", - "author_account_age_days": 1706 + "last_update": "2025-12-08 03:53:56", + "author_account_age_days": 1747 }, "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": { "stars": 6, - "last_update": "2025-11-12 22:28:51", - "author_account_age_days": 1706 + "last_update": "2025-12-20 22:12:31", + "author_account_age_days": 1747 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 9, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2918 + "author_account_age_days": 2960 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3453 + "author_account_age_days": 3495 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 381 + "author_account_age_days": 422 }, "https://github.com/GuardSkill/ComfyUI-VoiceSep": { - "stars": 0, + "stars": 1, "last_update": "2025-11-05 06:11:30", - "author_account_age_days": 3541 + "author_account_age_days": 3583 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 16, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2592 + "author_account_age_days": 2634 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1988 + "author_account_age_days": 2030 + }, + "https://github.com/HAL-XP/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "author_account_age_days": 3075 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3354 + "author_account_age_days": 3396 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { - "stars": 12, + "stars": 15, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3488 + "author_account_age_days": 3530 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 277 + "author_account_age_days": 319 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { - "stars": 9, + "stars": 11, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 277 + "author_account_age_days": 319 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { - "stars": 16, + "stars": 17, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 277 + "author_account_age_days": 319 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 147, + "stars": 167, "last_update": "2025-10-18 20:06:12", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": { - "stars": 76, + "stars": 77, "last_update": "2025-10-11 18:24:55", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { - "stars": 187, + "stars": 190, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": { "stars": 35, "last_update": "2025-09-03 17:40:53", - "author_account_age_days": 337 + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API": { + "stars": 97, + "last_update": "2025-12-12 16:14:36", + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 141, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": { - "stars": 12, + "stars": 13, "last_update": "2025-09-11 17:17:22", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": { "stars": 45, "last_update": "2025-10-06 18:35:59", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 91, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 337 + "author_account_age_days": 379 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L": { + "stars": 61, + "last_update": "2025-12-12 22:04:13", + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 63, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 24, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { - "stars": 53, + "stars": 54, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_USO": { - "stars": 53, + "stars": 55, "last_update": "2025-09-01 19:32:02", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": { - "stars": 18, + "stars": 19, "last_update": "2025-10-30 10:25:36", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": { "stars": 6, "last_update": "2025-10-15 16:19:44", - "author_account_age_days": 337 + "author_account_age_days": 379 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 235 + "author_account_age_days": 277 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 15, + "stars": 16, "last_update": "2025-09-26 04:19:03", - "author_account_age_days": 283 + "author_account_age_days": 325 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 1, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 131 + "author_account_age_days": 172 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1508 + "author_account_age_days": 1550 }, "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": { - "stars": 3, + "stars": 6, "last_update": "2025-11-10 02:39:24", - "author_account_age_days": 409 + "author_account_age_days": 451 }, "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { "stars": 1, - "last_update": "2025-11-09 15:36:26", - "author_account_age_days": 1118 + "last_update": "2025-11-15 18:59:51", + "author_account_age_days": 1160 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3113 + "author_account_age_days": 3154 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, - "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1839 + "last_update": "2025-11-19 07:54:55", + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 101, - "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1839 + "stars": 103, + "last_update": "2025-11-19 08:58:40", + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-floodgate": { - "stars": 32, + "stars": 35, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1839 + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, - "last_update": "2025-10-04 13:10:20", - "author_account_age_days": 1839 + "last_update": "2025-11-25 08:41:38", + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, - "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1839 + "last_update": "2025-11-19 07:30:34", + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 56, + "stars": 59, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1839 + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-prompt-format": { - "stars": 34, - "last_update": "2025-10-13 02:15:00", - "author_account_age_days": 1839 + "stars": 35, + "last_update": "2025-11-19 07:31:58", + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-resharpen": { - "stars": 53, - "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1839 + "stars": 54, + "last_update": "2025-12-09 01:57:07", + "author_account_age_days": 1881 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, - "last_update": "2025-10-13 02:14:46", - "author_account_age_days": 1839 + "last_update": "2025-11-19 07:46:47", + "author_account_age_days": 1881 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2746 + "author_account_age_days": 2788 + }, + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": { + "stars": 4, + "last_update": "2025-12-09 09:55:11", + "author_account_age_days": 454 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, - "last_update": "2025-09-22 01:18:37", - "author_account_age_days": 2422 + "last_update": "2025-12-15 20:47:13", + "author_account_age_days": 2464 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2750 + "author_account_age_days": 2792 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { - "stars": 4, + "stars": 9, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4483 + "author_account_age_days": 4525 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 862 + "author_account_age_days": 904 + }, + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { + "stars": 27, + "last_update": "2025-11-19 18:08:34", + "author_account_age_days": 1351 }, "https://github.com/Hearmeman24/ComfyUI-Pinecone": { "stars": 0, "last_update": "2025-10-05 15:52:58", - "author_account_age_days": 1309 + "author_account_age_days": 1351 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2832 + "author_account_age_days": 2874 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 2, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4836 + "author_account_age_days": 4878 + }, + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent": { + "stars": 9, + "last_update": "2025-12-03 23:23:29", + "author_account_age_days": 4878 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2243 + "author_account_age_days": 2285 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 372, + "stars": 373, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 421 + "author_account_age_days": 463 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3593 + "author_account_age_days": 3634 }, "https://github.com/HenkDz/nd-super-nodes": { - "stars": 16, + "stars": 23, "last_update": "2025-11-03 12:44:11", - "author_account_age_days": 3558 + "author_account_age_days": 3599 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2679 + "author_account_age_days": 2720 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-21 13:34:55", - "author_account_age_days": 4251 + "author_account_age_days": 4293 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { - "stars": 4, + "stars": 6, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1144 + "author_account_age_days": 1185 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { - "stars": 6, + "stars": 7, "last_update": "2025-09-30 20:29:12", - "author_account_age_days": 697 + "author_account_age_days": 738 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { - "stars": 18, + "stars": 19, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 683 + "author_account_age_days": 725 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 683 + "author_account_age_days": 725 }, "https://github.com/Hullabalo/ComfyUI-Loop": { - "stars": 11, - "last_update": "2025-10-24 22:39:11", - "author_account_age_days": 1119 + "stars": 12, + "last_update": "2025-12-17 13:17:26", + "author_account_age_days": 1161 }, "https://github.com/IAMCCS/IAMCCS-nodes": { - "stars": 25, - "last_update": "2025-10-31 17:24:26", - "author_account_age_days": 2063 + "stars": 32, + "last_update": "2025-11-19 11:59:50", + "author_account_age_days": 2105 }, "https://github.com/IAMCCS/IAMCCS_annotate": { - "stars": 1, - "last_update": "2025-11-13 17:17:20", - "author_account_age_days": 2063 + "stars": 4, + "last_update": "2025-11-15 08:50:13", + "author_account_age_days": 2105 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 40, + "stars": 41, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5989 + "author_account_age_days": 6031 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5989 + "author_account_age_days": 6031 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5989 + "author_account_age_days": 6031 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { - "stars": 2, + "stars": 3, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2237 + "author_account_age_days": 2279 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 832 + "author_account_age_days": 874 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 1, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 390 + "author_account_age_days": 432 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4217 + "author_account_age_days": 4259 }, "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { "stars": 0, "last_update": "2025-11-05 05:35:43", - "author_account_age_days": 2831 + "author_account_age_days": 2873 + }, + "https://github.com/IamCreateAI/ComfyUI-Animon": { + "stars": 0, + "last_update": "2025-11-20 11:43:41", + "author_account_age_days": 382 }, "https://github.com/IamCreateAI/Ruyi-Models": { - "stars": 520, + "stars": 522, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 340 + "author_account_age_days": 382 }, "https://github.com/Ian2073/ComfyUI-MyLLMnode": { "stars": 0, "last_update": "2025-09-15 12:47:01", - "author_account_age_days": 1749 + "author_account_age_days": 1791 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { - "stars": 8, + "stars": 10, "last_update": "2025-10-28 14:17:15", - "author_account_age_days": 537 + "author_account_age_days": 579 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 4, "last_update": "2025-09-10 17:27:59", - "author_account_age_days": 152 + "author_account_age_days": 193 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { - "stars": 3, - "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 2006 + "stars": 4, + "last_update": "2025-12-21 06:43:05", + "author_account_age_days": 2047 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 2006 + "author_account_age_days": 2047 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2738 + "author_account_age_days": 2780 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { - "stars": 4, + "stars": 5, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 2061 + "author_account_age_days": 2103 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { - "stars": 19, + "stars": 20, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 2061 + "author_account_age_days": 2103 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { - "stars": 1, + "stars": 2, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4687 + "author_account_age_days": 4729 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4331 + "author_account_age_days": 4372 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, - "last_update": "2025-09-15 08:09:34", - "author_account_age_days": 1038 + "last_update": "2025-12-07 15:39:57", + "author_account_age_days": 1080 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 338 + "author_account_age_days": 380 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3138 + "author_account_age_days": 3180 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 22, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4418 + "author_account_age_days": 4459 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 828 + "author_account_age_days": 870 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 620 + "author_account_age_days": 661 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 7, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 620 + "author_account_age_days": 661 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 33, "last_update": "2025-10-21 17:29:45", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { - "stars": 19, + "stars": 20, "last_update": "2025-10-02 08:11:32", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 13, "last_update": "2025-10-02 08:08:42", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 184, "last_update": "2025-10-02 08:17:02", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { - "stars": 3, - "last_update": "2025-09-05 19:11:07", - "author_account_age_days": 1600 + "stars": 4, + "last_update": "2025-11-26 09:45:37", + "author_account_age_days": 1642 }, "https://github.com/Isulion/ComfyUI_Isulion": { - "stars": 37, + "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 866 + "author_account_age_days": 907 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { - "stars": 236, + "stars": 248, "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 919 + "author_account_age_days": 961 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 15, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 919 + "author_account_age_days": 961 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 313, + "stars": 453, "last_update": "2025-10-23 04:10:00", - "author_account_age_days": 919 + "author_account_age_days": 961 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { - "stars": 313, + "stars": 453, "last_update": "2025-10-23 04:10:00", - "author_account_age_days": 919 + "author_account_age_days": 961 }, "https://github.com/J-ChenX/ComfyUI-NIX": { "stars": 2, "last_update": "2025-09-29 03:08:12", - "author_account_age_days": 1837 + "author_account_age_days": 1879 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 3075 + "author_account_age_days": 3117 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 88, + "stars": 93, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 824 + "author_account_age_days": 866 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 1067 + "author_account_age_days": 1109 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 4, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4507 + "author_account_age_days": 4549 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 1079 + "author_account_age_days": 1121 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 851 + "author_account_age_days": 893 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { - "stars": 2, + "stars": 3, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 851 + "author_account_age_days": 893 }, "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": { "stars": 1, "last_update": "2025-10-08 18:50:53", - "author_account_age_days": 1709 + "author_account_age_days": 1751 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 2070 + "author_account_age_days": 2112 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 3061 + "author_account_age_days": 3103 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4187 + "author_account_age_days": 4229 }, "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": { - "stars": 5, + "stars": 6, "last_update": "2025-08-29 16:44:45", - "author_account_age_days": 2734 + "author_account_age_days": 2776 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 77, - "last_update": "2025-09-09 00:16:03", - "author_account_age_days": 4080 + "stars": 80, + "last_update": "2025-12-24 00:18:26", + "author_account_age_days": 4122 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 919 + "author_account_age_days": 961 }, "https://github.com/JayLyu/blender-in-comfyui": { - "stars": 2, + "stars": 4, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3777 + "author_account_age_days": 3818 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { - "stars": 29, + "stars": 31, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1198 + "author_account_age_days": 1240 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 176, + "stars": 181, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5394 + "author_account_age_days": 5436 }, "https://github.com/Jelosus2/comfyui-vae-reflection": { "stars": 9, "last_update": "2025-11-11 18:27:58", - "author_account_age_days": 1812 + "author_account_age_days": 1854 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { - "stars": 6, + "stars": 7, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 664 + "author_account_age_days": 706 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 137, + "stars": 138, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2866 + "author_account_age_days": 2908 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 97, + "stars": 98, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2866 + "author_account_age_days": 2908 }, "https://github.com/JiSenHua/ComfyUI-TD": { - "stars": 101, - "last_update": "2025-10-31 09:57:42", - "author_account_age_days": 1252 + "stars": 111, + "last_update": "2025-12-12 11:23:48", + "author_account_age_days": 1294 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 559 + "author_account_age_days": 601 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { - "stars": 20, + "stars": 23, "last_update": "2025-08-22 22:31:12", - "author_account_age_days": 1357 + "author_account_age_days": 1398 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 259 + "author_account_age_days": 300 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 292 + "author_account_age_days": 334 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 21, - "last_update": "2025-11-02 14:37:40", - "author_account_age_days": 4889 + "stars": 25, + "last_update": "2025-12-07 20:30:30", + "author_account_age_days": 4931 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 819, - "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2688 + "stars": 902, + "last_update": "2025-12-21 19:02:05", + "author_account_age_days": 2730 }, "https://github.com/Jordach/comfy-plasma": { - "stars": 74, + "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 5021 + "author_account_age_days": 5063 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3863 + "author_account_age_days": 3905 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 41, + "stars": 44, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3678 + "author_account_age_days": 3720 }, "https://github.com/Julian-adv/WildDivide": { "stars": 18, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 846 + "author_account_age_days": 888 }, "https://github.com/Junst/ComfyUI-Concept-Diffusion": { "stars": 3, "last_update": "2025-09-24 10:23:07", - "author_account_age_days": 3047 + "author_account_age_days": 3088 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 389 + "author_account_age_days": 430 }, "https://github.com/Juste-Leo2/Canary-ComfyUI": { "stars": 13, "last_update": "2025-10-29 15:53:49", - "author_account_age_days": 379 + "author_account_age_days": 421 }, "https://github.com/Juste-Leo2/USO_ComfyUI": { "stars": 6, "last_update": "2025-08-30 20:21:25", - "author_account_age_days": 379 + "author_account_age_days": 421 }, "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": { - "stars": 5, + "stars": 6, "last_update": "2025-09-05 01:35:40", - "author_account_age_days": 3956 + "author_account_age_days": 3997 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3279 + "author_account_age_days": 3321 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-09-27 17:38:05", - "author_account_age_days": 4639 + "author_account_age_days": 4681 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 3, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4639 + "author_account_age_days": 4681 + }, + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate": { + "stars": 0, + "last_update": "2025-11-29 13:36:44", + "author_account_age_days": 4681 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1762 + "author_account_age_days": 1804 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1762 + "author_account_age_days": 1804 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 3, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1762 + "author_account_age_days": 1804 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { - "stars": 23, - "last_update": "2025-10-31 15:07:58", - "author_account_age_days": 358 + "stars": 26, + "last_update": "2025-11-26 15:12:28", + "author_account_age_days": 399 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { - "stars": 9, + "stars": 10, "last_update": "2025-08-23 23:14:41", - "author_account_age_days": 358 + "author_account_age_days": 399 + }, + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": { + "stars": 14, + "last_update": "2025-12-26 01:44:02", + "author_account_age_days": 399 }, "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": { "stars": 2, "last_update": "2025-08-26 15:57:33", - "author_account_age_days": 2241 + "author_account_age_days": 2283 }, "https://github.com/KY-2000/RES4LYF-tester-loop": { - "stars": 8, + "stars": 9, "last_update": "2025-08-26 02:18:02", - "author_account_age_days": 2241 + "author_account_age_days": 2283 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { - "stars": 7, + "stars": 8, "last_update": "2025-08-26 02:18:37", - "author_account_age_days": 2241 + "author_account_age_days": 2283 }, "https://github.com/KY-2000/comfyui-save-image-enhanced": { "stars": 0, "last_update": "2025-08-31 07:47:45", - "author_account_age_days": 2241 + "author_account_age_days": 2283 }, "https://github.com/Kaleidia/KaleidiaNodes": { "stars": 0, "last_update": "2025-09-23 14:56:53", - "author_account_age_days": 2180 + "author_account_age_days": 2222 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1422 + "author_account_age_days": 1464 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 1, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 456 + "author_account_age_days": 498 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 562 + "author_account_age_days": 603 }, "https://github.com/Kayarte/GeoNodes": { "stars": 0, "last_update": "2025-10-08 03:49:26", - "author_account_age_days": 562 + "author_account_age_days": 604 + }, + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy": { + "stars": 0, + "last_update": "2025-12-02 09:36:39", + "author_account_age_days": 574 + }, + "https://github.com/Kebolder/ComfyUI-Jax-Nodes": { + "stars": 0, + "last_update": "2025-12-15 23:27:04", + "author_account_age_days": 2055 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 5055 + "author_account_age_days": 5097 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2195 + "author_account_age_days": 2237 }, "https://github.com/Kidev/ComfyUI-FaceFilter": { "stars": 1, "last_update": "2025-10-04 18:43:44", - "author_account_age_days": 5110 + "author_account_age_days": 5152 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5110 + "author_account_age_days": 5152 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 91, + "stars": 92, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5399 + "author_account_age_days": 5440 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 66, + "stars": 67, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5399 + "author_account_age_days": 5440 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 42, + "stars": 43, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5399 + "author_account_age_days": 5440 }, "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": { - "stars": 2, + "stars": 5, "last_update": "2025-10-28 14:46:07", - "author_account_age_days": 3780 + "author_account_age_days": 3822 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 37, - "last_update": "2025-08-21 04:47:05", - "author_account_age_days": 2136 + "stars": 41, + "last_update": "2025-12-14 09:11:06", + "author_account_age_days": 2178 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 534, - "last_update": "2025-11-06 12:32:42", - "author_account_age_days": 2136 + "stars": 548, + "last_update": "2025-12-14 13:08:35", + "author_account_age_days": 2178 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 218, + "stars": 221, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1994 + "author_account_age_days": 2036 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { - "stars": 6, + "stars": 5, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1994 + "author_account_age_days": 2036 + }, + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": { + "stars": 101, + "last_update": "2025-12-22 13:28:21", + "author_account_age_days": 2349 }, "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { - "stars": 0, - "last_update": "2025-11-15 01:50:15", - "author_account_age_days": 333 + "stars": 1, + "last_update": "2025-11-23 11:41:18", + "author_account_age_days": 374 + }, + "https://github.com/Koratahiu/ComfyUI-OFTv2": { + "stars": 3, + "last_update": "2025-11-17 19:18:33", + "author_account_age_days": 374 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 12, + "stars": 13, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3698 + "author_account_age_days": 3740 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 64, + "stars": 65, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3698 + "author_account_age_days": 3740 }, "https://github.com/Koren-cy/FlowCV": { "stars": 3, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 512 + "author_account_age_days": 554 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 902, + "stars": 921, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4225 + "author_account_age_days": 4266 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3313, + "stars": 3351, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4225 + "author_account_age_days": 4266 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1319, - "last_update": "2025-11-03 07:28:40", - "author_account_age_days": 4225 + "stars": 1409, + "last_update": "2025-12-17 22:23:30", + "author_account_age_days": 4266 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1629 + "author_account_age_days": 1670 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 6076 + "author_account_age_days": 6118 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 1019 + "author_account_age_days": 1061 }, "https://github.com/KursatAs/KrsNodes": { "stars": 0, "last_update": "2025-11-01 02:54:07", - "author_account_age_days": 1081 + "author_account_age_days": 1123 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 147, + "stars": 152, "last_update": "2025-10-24 02:07:14", - "author_account_age_days": 566 + "author_account_age_days": 608 }, "https://github.com/Ky11le/draw_tools": { - "stars": 0, + "stars": 1, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 987 + "author_account_age_days": 1029 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2288 + "author_account_age_days": 2329 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { - "stars": 142, + "stars": 145, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2288 + "author_account_age_days": 2329 }, "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": { "stars": 2, "last_update": "2025-10-21 17:53:33", - "author_account_age_days": 2916 + "author_account_age_days": 2958 }, "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": { - "stars": 2, + "stars": 3, "last_update": "2025-09-16 17:54:17", - "author_account_age_days": 2759 + "author_account_age_days": 2800 }, "https://github.com/L33chKing/ComfyUI_Channel_Ops": { "stars": 1, "last_update": "2025-10-23 05:44:23", - "author_account_age_days": 2759 + "author_account_age_days": 2800 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, "last_update": "2025-08-17 22:37:50", - "author_account_age_days": 2759 + "author_account_age_days": 2800 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { - "stars": 234, - "last_update": "2025-11-13 02:45:20", - "author_account_age_days": 603 + "stars": 261, + "last_update": "2025-11-16 16:45:24", + "author_account_age_days": 645 + }, + "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils": { + "stars": 80, + "last_update": "2025-12-24 23:54:58", + "author_account_age_days": 645 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 193, - "last_update": "2025-10-29 15:17:32", - "author_account_age_days": 603 + "stars": 204, + "last_update": "2025-12-02 06:53:37", + "author_account_age_days": 645 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { - "stars": 207, + "stars": 210, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 205, + "stars": 255, "last_update": "2025-11-03 18:34:35", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 282, - "last_update": "2025-11-14 17:18:06", - "author_account_age_days": 603 + "stars": 302, + "last_update": "2025-12-15 13:19:30", + "author_account_age_days": 645 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 197, + "stars": 200, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2716 + "author_account_age_days": 2758 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 138 + "author_account_age_days": 180 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { - "stars": 27, + "stars": 28, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2997 + "author_account_age_days": 3039 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 9, - "last_update": "2025-10-24 17:59:49", - "author_account_age_days": 2066 + "last_update": "2025-12-24 18:35:44", + "author_account_age_days": 2107 }, "https://github.com/Lakonik/ComfyUI-piFlow": { - "stars": 101, - "last_update": "2025-11-12 05:08:29", - "author_account_age_days": 2290 + "stars": 134, + "last_update": "2025-12-18 15:32:54", + "author_account_age_days": 2332 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 409 + "author_account_age_days": 451 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-10-31 06:21:02", - "author_account_age_days": 240 - }, - "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { - "stars": 4, - "last_update": "2025-09-16 20:28:45", - "author_account_age_days": 1640 + "last_update": "2025-12-04 10:00:34", + "author_account_age_days": 282 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { - "stars": 70, + "stars": 71, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 672 + "author_account_age_days": 714 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 518, + "stars": 522, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 672 + "author_account_age_days": 714 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 9, - "last_update": "2025-10-12 21:24:39", - "author_account_age_days": 1252 + "last_update": "2025-12-01 22:21:43", + "author_account_age_days": 1294 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 17, - "last_update": "2025-10-14 04:42:26", - "author_account_age_days": 367 + "stars": 18, + "last_update": "2025-12-15 08:08:49", + "author_account_age_days": 409 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3376 + "author_account_age_days": 3418 }, "https://github.com/Lavah000/ComfyUI-AdvGenPack": { - "stars": 0, + "stars": 1, "last_update": "2025-11-05 03:36:00", - "author_account_age_days": 687 + "author_account_age_days": 729 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 142, + "stars": 144, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 840 + "author_account_age_days": 882 }, "https://github.com/LeanModels/ComfyUI-DFloat11": { - "stars": 9, + "stars": 17, "last_update": "2025-08-26 08:55:44", - "author_account_age_days": 263 + "author_account_age_days": 304 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3878 + "author_account_age_days": 3919 + }, + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler": { + "stars": 1, + "last_update": "2025-12-16 09:47:17", + "author_account_age_days": 621 }, "https://github.com/Lerc/canvas_tab": { - "stars": 201, + "stars": 203, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5876 + "author_account_age_days": 5917 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 19, + "stars": 20, "last_update": "2025-09-01 07:46:45", - "author_account_age_days": 491 + "author_account_age_days": 532 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { - "stars": 12, + "stars": 15, "last_update": "2025-09-24 19:23:21", - "author_account_age_days": 491 + "author_account_age_days": 532 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 12, "last_update": "2025-10-03 07:10:43", - "author_account_age_days": 4624 + "author_account_age_days": 4666 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { - "stars": 2, + "stars": 3, "last_update": "2025-09-18 16:04:48", - "author_account_age_days": 4624 + "author_account_age_days": 4666 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3110 + "author_account_age_days": 3152 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, - "last_update": "2025-08-25 16:58:37", - "author_account_age_days": 3910 + "last_update": "2025-12-07 14:12:56", + "author_account_age_days": 3952 }, "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": { - "stars": 14, - "last_update": "2025-10-05 02:37:53", - "author_account_age_days": 1286 + "stars": 21, + "last_update": "2025-12-16 18:11:36", + "author_account_age_days": 1328 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { - "stars": 7, + "stars": 8, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1286 + "author_account_age_days": 1328 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 8, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1286 + "author_account_age_days": 1328 }, "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": { - "stars": 4, - "last_update": "2025-10-17 17:23:22", - "author_account_age_days": 1286 + "stars": 7, + "last_update": "2025-12-18 15:13:54", + "author_account_age_days": 1328 }, "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": { - "stars": 3, + "stars": 4, "last_update": "2025-10-11 12:43:37", - "author_account_age_days": 1286 + "author_account_age_days": 1328 }, "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": { "stars": 1, "last_update": "2025-08-24 15:15:23", - "author_account_age_days": 1286 + "author_account_age_days": 1328 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 492 + "author_account_age_days": 534 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2423, - "last_update": "2025-10-20 18:05:22", - "author_account_age_days": 4699 + "stars": 2460, + "last_update": "2025-12-02 14:57:43", + "author_account_age_days": 4741 + }, + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": { + "stars": 2, + "last_update": "2025-12-14 17:10:39", + "author_account_age_days": 4379 }, "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { - "stars": 4, + "stars": 5, "last_update": "2025-08-28 05:17:39", - "author_account_age_days": 4337 + "author_account_age_days": 4379 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 11, "last_update": "2025-11-14 04:36:40", - "author_account_age_days": 4337 + "author_account_age_days": 4379 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { - "stars": 14, - "last_update": "2025-08-28 05:22:54", - "author_account_age_days": 4337 + "stars": 21, + "last_update": "2025-12-08 21:33:50", + "author_account_age_days": 4379 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4337 + "author_account_age_days": 4379 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1783 + "author_account_age_days": 1825 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 177, - "last_update": "2025-11-12 15:20:32", - "author_account_age_days": 1783 + "stars": 178, + "last_update": "2025-11-28 17:04:22", + "author_account_age_days": 1825 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 895 + "author_account_age_days": 937 }, "https://github.com/LingSss9/comfyui-merge": { - "stars": 14, + "stars": 15, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 770 + "author_account_age_days": 811 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { - "stars": 68, + "stars": 69, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 979 + "author_account_age_days": 1021 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1484 + "author_account_age_days": 1525 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1484 + "author_account_age_days": 1525 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2949 + "author_account_age_days": 2991 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 292 + "author_account_age_days": 334 }, "https://github.com/Ltamann/ComfyUI-FastVLM-7B": { - "stars": 3, + "stars": 4, "last_update": "2025-08-30 10:49:54", - "author_account_age_days": 4727 + "author_account_age_days": 4768 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 85, - "last_update": "2025-11-04 10:49:29", - "author_account_age_days": 4727 + "stars": 93, + "last_update": "2025-12-18 18:51:15", + "author_account_age_days": 4768 + }, + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": { + "stars": 145, + "last_update": "2025-11-29 08:30:57", + "author_account_age_days": 4768 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { - "stars": 10, - "last_update": "2025-10-30 09:52:35", - "author_account_age_days": 4727 + "stars": 17, + "last_update": "2025-12-19 12:14:04", + "author_account_age_days": 4768 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 56, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 2005 + "author_account_age_days": 2047 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 2005 + "author_account_age_days": 2047 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 102, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 2005 + "author_account_age_days": 2047 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1541 + "author_account_age_days": 1583 }, "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { - "stars": 2, + "stars": 4, "last_update": "2025-09-18 20:12:57", - "author_account_age_days": 841 + "author_account_age_days": 882 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3365 + "author_account_age_days": 3407 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3365 + "author_account_age_days": 3407 + }, + "https://github.com/Lysthan/ComfyUI-LYSTHAN-PPS": { + "stars": 0, + "last_update": "2025-12-21 12:28:20", + "author_account_age_days": 15 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 71, + "stars": 82, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4766 + "author_account_age_days": 4808 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { - "stars": 29, + "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4766 + "author_account_age_days": 4808 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4766 + "author_account_age_days": 4808 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4766 + "author_account_age_days": 4808 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 47, + "stars": 48, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4766 + "author_account_age_days": 4808 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { - "stars": 10, + "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4766 + "author_account_age_days": 4808 }, "https://github.com/M1kep/KepPromptLang": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4766 + "author_account_age_days": 4808 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { - "stars": 5, - "last_update": "2025-10-27 03:20:43", - "author_account_age_days": 2158 + "stars": 6, + "last_update": "2025-12-05 05:41:57", + "author_account_age_days": 2200 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 79, - "last_update": "2025-11-02 10:29:09", - "author_account_age_days": 2113 + "stars": 81, + "last_update": "2025-12-22 15:00:05", + "author_account_age_days": 2155 + }, + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { + "stars": 5, + "last_update": "2025-11-19 20:54:13", + "author_account_age_days": 79 + }, + "https://github.com/Maenvaeru/comfyui-vram-overlay": { + "stars": 0, + "last_update": "2025-12-20 18:29:00", + "author_account_age_days": 3128 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2290 + "author_account_age_days": 2332 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 6, - "last_update": "2025-10-09 07:24:42", - "author_account_age_days": 821 + "last_update": "2025-12-12 07:14:28", + "author_account_age_days": 862 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { - "stars": 14, + "stars": 16, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { - "stars": 17, + "stars": 18, "last_update": "2025-09-22 12:41:25", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/Malte0621/hordeai-comfy": { "stars": 0, "last_update": "2025-09-08 16:55:53", - "author_account_age_days": 2387 + "author_account_age_days": 2429 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 28, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 890 + "author_account_age_days": 932 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 175, + "stars": 176, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1164 + "author_account_age_days": 1205 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 168, + "stars": 175, "last_update": "2025-11-12 21:46:59", - "author_account_age_days": 5478 + "author_account_age_days": 5520 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1931 + "author_account_age_days": 1973 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { - "stars": 2, + "stars": 3, "last_update": "2025-11-12 22:57:40", - "author_account_age_days": 2739 + "author_account_age_days": 2781 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 9, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2141 + "author_account_age_days": 2183 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 24, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2141 + "author_account_age_days": 2183 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { - "stars": 8, + "stars": 9, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1216 + "author_account_age_days": 1258 }, "https://github.com/Markus-Pasanen/batch_whisper_extension": { "stars": 0, - "last_update": "2025-11-14 14:43:58", - "author_account_age_days": 2604 + "last_update": "2025-11-18 16:28:55", + "author_account_age_days": 2646 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3902 + "author_account_age_days": 3944 }, "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": { "stars": 0, "last_update": "2025-11-01 13:35:28", - "author_account_age_days": 3902 + "author_account_age_days": 3944 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { - "stars": 1, + "stars": 2, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4089 + "author_account_age_days": 4131 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { - "stars": 5, + "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3714 + "author_account_age_days": 3755 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 4, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 2078 + "author_account_age_days": 2120 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2116 + "author_account_age_days": 2157 + }, + "https://github.com/Matthew-X/comfyui-workflow_importer": { + "stars": 0, + "last_update": "2025-12-10 09:16:34", + "author_account_age_days": 3324 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 6, - "last_update": "2025-11-10 03:53:04", - "author_account_age_days": 189 + "last_update": "2025-12-19 00:52:10", + "author_account_age_days": 230 }, "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { "stars": 0, - "last_update": "2025-08-21 05:34:02", - "author_account_age_days": 189 + "last_update": "2025-12-16 00:57:21", + "author_account_age_days": 230 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 4, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1287 + "author_account_age_days": 1329 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3404 + "author_account_age_days": 3446 }, "https://github.com/Me-gumin/MeComfyuiEncrypt": { "stars": 4, - "last_update": "2025-09-18 02:34:03", - "author_account_age_days": 1361 + "last_update": "2025-12-26 13:35:29", + "author_account_age_days": 1403 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 131, + "stars": 157, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 265 + "author_account_age_days": 307 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5840 + "author_account_age_days": 5882 + }, + "https://github.com/Merserk/ComfyUI-Flow-Assistor": { + "stars": 1, + "last_update": "2025-12-25 00:34:07", + "author_account_age_days": 1121 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 787 + "author_account_age_days": 829 }, "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": { "stars": 0, - "last_update": "2025-10-14 08:30:47", - "author_account_age_days": 568 + "last_update": "2025-12-03 06:42:44", + "author_account_age_days": 610 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 7, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1757 + "author_account_age_days": 1799 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 1038 + "author_account_age_days": 1080 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 1038 + "author_account_age_days": 1080 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 1038 + "author_account_age_days": 1080 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 101, + "stars": 111, "last_update": "2025-10-09 02:40:02", - "author_account_age_days": 2065 + "author_account_age_days": 2107 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 130, - "last_update": "2025-11-06 14:45:41", - "author_account_age_days": 2065 + "stars": 146, + "last_update": "2025-12-20 03:05:51", + "author_account_age_days": 2107 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 2065 + "author_account_age_days": 2107 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 1057 + "author_account_age_days": 1099 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 2, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 1057 + "author_account_age_days": 1099 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-10-09 02:55:31", - "author_account_age_days": 568 + "author_account_age_days": 610 }, "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { "stars": 0, "last_update": "2025-09-09 14:09:43", - "author_account_age_days": 71 + "author_account_age_days": 113 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 4, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3685 + "author_account_age_days": 3727 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 109, + "stars": 110, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 342, + "stars": 348, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 585, + "stars": 589, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 123, + "stars": 125, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 33, + "stars": 34, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 3024 + "author_account_age_days": 3066 + }, + "https://github.com/Mister-Link/link-comfy-nodes": { + "stars": 0, + "last_update": "2025-12-24 19:01:30", + "author_account_age_days": 1232 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4492 + "author_account_age_days": 4534 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4476 + "author_account_age_days": 4518 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4476 + "author_account_age_days": 4518 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3433 + "author_account_age_days": 3474 }, "https://github.com/ModelTC/ComfyUI-LightVAE": { - "stars": 30, + "stars": 41, "last_update": "2025-11-03 08:47:45", - "author_account_age_days": 1918 + "author_account_age_days": 1960 + }, + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": { + "stars": 67, + "last_update": "2025-12-11 17:29:51", + "author_account_age_days": 1960 + }, + "https://github.com/Moeblack/ComfyUI-SimpleChat": { + "stars": 4, + "last_update": "2025-12-10 04:35:51", + "author_account_age_days": 3141 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 195, - "last_update": "2025-10-10 14:25:09", - "author_account_age_days": 1535 + "stars": 205, + "last_update": "2025-12-13 14:54:37", + "author_account_age_days": 1576 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { - "stars": 15, + "stars": 16, "last_update": "2025-10-25 14:38:09", - "author_account_age_days": 888 + "author_account_age_days": 929 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { - "stars": 23, + "stars": 26, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 338 + "author_account_age_days": 380 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 68, + "stars": 73, "last_update": "2025-09-12 05:21:24", - "author_account_age_days": 3311 + "author_account_age_days": 3353 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 437 + "author_account_age_days": 479 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 347, + "stars": 355, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 437 + "author_account_age_days": 479 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 121, + "stars": 128, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 437 + "author_account_age_days": 479 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 27, + "stars": 29, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 437 + "author_account_age_days": 479 }, "https://github.com/MoonMoon82/ClipVision_Tools": { "stars": 6, "last_update": "2025-10-29 10:14:16", - "author_account_age_days": 2675 + "author_account_age_days": 2717 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 201, - "last_update": "2025-11-14 15:19:07", - "author_account_age_days": 495 + "stars": 231, + "last_update": "2025-12-16 15:14:55", + "author_account_age_days": 537 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4903 + "author_account_age_days": 4944 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3481, - "last_update": "2025-11-12 09:24:34", - "author_account_age_days": 2069 + "stars": 3566, + "last_update": "2025-12-05 12:34:09", + "author_account_age_days": 2111 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 552, + "stars": 555, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 2069 + "author_account_age_days": 2111 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { - "stars": 1, - "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4099 + "stars": 2, + "last_update": "2025-12-25 15:15:12", + "author_account_age_days": 4141 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { - "stars": 35, - "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4099 + "stars": 38, + "last_update": "2025-12-25 15:07:47", + "author_account_age_days": 4141 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 49, + "stars": 54, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3553 + "author_account_age_days": 3595 }, "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { "stars": 0, "last_update": "2025-08-31 19:23:11", - "author_account_age_days": 4230 + "author_account_age_days": 4272 + }, + "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": { + "stars": 5, + "last_update": "2025-12-21 15:44:00", + "author_account_age_days": 4272 + }, + "https://github.com/MushroomFleet/ComfyUI-Variationator": { + "stars": 1, + "last_update": "2025-12-01 13:51:30", + "author_account_age_days": 4272 }, "https://github.com/MushroomFleet/DJZ-Pedalboard": { "stars": 2, - "last_update": "2025-11-15 04:01:20", - "author_account_age_days": 4230 + "last_update": "2025-11-15 04:19:19", + "author_account_age_days": 4272 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 56, + "stars": 58, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 480 + "author_account_age_days": 522 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { - "stars": 14, + "stars": 15, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2247 + "author_account_age_days": 2288 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 72, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 585 + "author_account_age_days": 627 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, - "last_update": "2025-08-18 11:07:43", - "author_account_age_days": 2762 + "last_update": "2025-12-20 12:10:06", + "author_account_age_days": 2804 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 4, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 1087 + "author_account_age_days": 1128 + }, + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": { + "stars": 0, + "last_update": "2025-12-11 11:49:41", + "author_account_age_days": 317 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 49, - "last_update": "2025-11-13 00:54:40", - "author_account_age_days": 4189 + "stars": 53, + "last_update": "2025-11-18 20:04:03", + "author_account_age_days": 4230 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 871 + "author_account_age_days": 912 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 9, - "last_update": "2025-11-05 14:27:15", - "author_account_age_days": 871 + "last_update": "2025-12-03 03:34:57", + "author_account_age_days": 912 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-11-05 21:49:30", - "author_account_age_days": 871 + "author_account_age_days": 912 + }, + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": { + "stars": 13, + "last_update": "2025-12-04 20:52:40", + "author_account_age_days": 673 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4797 + "author_account_age_days": 4839 }, "https://github.com/NeonLightning/neonllama": { "stars": 2, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4725 + "author_account_age_days": 4766 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { - "stars": 3, + "stars": 4, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1833 + "author_account_age_days": 1874 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 602 + "author_account_age_days": 644 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 8, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 602 + "author_account_age_days": 644 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { - "stars": 4, + "stars": 5, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 602 + "author_account_age_days": 644 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { - "stars": 68, + "stars": 69, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 602 + "author_account_age_days": 644 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { - "stars": 35, + "stars": 46, "last_update": "2025-11-10 22:28:10", - "author_account_age_days": 1115 + "author_account_age_days": 1157 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 1035 + "author_account_age_days": 1077 }, "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { "stars": 0, "last_update": "2025-10-19 14:03:25", - "author_account_age_days": 2809 + "author_account_age_days": 2851 }, "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": { - "stars": 2, - "last_update": "2025-10-24 00:35:06", - "author_account_age_days": 1453 + "stars": 7, + "last_update": "2025-12-05 06:39:43", + "author_account_age_days": 1495 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { - "stars": 3, + "stars": 4, "last_update": "2025-10-24 09:33:20", - "author_account_age_days": 1453 + "author_account_age_days": 1495 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 9, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1166 + "author_account_age_days": 1208 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { - "stars": 14, + "stars": 16, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5658 + "author_account_age_days": 5700 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 2, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2785 + "author_account_age_days": 2826 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2785 + "author_account_age_days": 2826 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1315, + "stars": 1416, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 753 + "author_account_age_days": 794 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { - "stars": 35, + "stars": 37, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 753 + "author_account_age_days": 794 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1550 + "author_account_age_days": 1592 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1712 + "author_account_age_days": 1754 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4339 + "author_account_age_days": 4381 }, "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { "stars": 0, "last_update": "2025-09-26 13:42:27", - "author_account_age_days": 928 + "author_account_age_days": 970 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { - "stars": 23, + "stars": 26, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3328 + "author_account_age_days": 3370 }, "https://github.com/Noma-Machiko/ComfyUI-ToDevice": { "stars": 1, "last_update": "2025-09-18 16:11:53", - "author_account_age_days": 1037 + "author_account_age_days": 1079 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2492 + "author_account_age_days": 2533 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 281, + "stars": 290, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3354 + "author_account_age_days": 3396 }, "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { "stars": 0, - "last_update": "2025-11-11 06:18:56", - "author_account_age_days": 525 + "last_update": "2025-12-06 17:39:43", + "author_account_age_days": 567 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 235, + "stars": 236, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4988 + "author_account_age_days": 5029 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 568, + "stars": 577, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4988 + "author_account_age_days": 5029 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 2, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1821 + "author_account_age_days": 1863 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 11, "last_update": "2025-09-05 04:20:22", - "author_account_age_days": 2625 + "author_account_age_days": 2667 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { - "stars": 36, - "last_update": "2025-09-29 08:40:37", - "author_account_age_days": 2625 + "stars": 39, + "last_update": "2025-11-19 06:12:14", + "author_account_age_days": 2667 + }, + "https://github.com/Nynxz/ComfyUI-NynxzNodes": { + "stars": 0, + "last_update": "2025-12-11 09:16:16", + "author_account_age_days": 2146 }, "https://github.com/OKIE5/ComfyUI-CN-Pre": { "stars": 0, "last_update": "2025-10-18 23:45:21", - "author_account_age_days": 152 + "author_account_age_days": 193 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1680 + "author_account_age_days": 1722 + }, + "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": { + "stars": 0, + "last_update": "2025-12-24 07:59:17", + "author_account_age_days": 1761 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 99, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2634 + "author_account_age_days": 2676 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 463 + "author_account_age_days": 505 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, - "last_update": "2025-10-22 12:35:21", - "author_account_age_days": 463 + "last_update": "2025-12-19 06:15:46", + "author_account_age_days": 505 }, "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { - "stars": 3, - "last_update": "2025-08-21 02:43:15", - "author_account_age_days": 537 + "stars": 5, + "last_update": "2025-11-28 08:21:35", + "author_account_age_days": 579 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2244 + "author_account_age_days": 2286 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1283 + "author_account_age_days": 1325 }, "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { "stars": 1, "last_update": "2025-09-30 09:49:18", - "author_account_age_days": 1277 + "author_account_age_days": 1319 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 3041 + "author_account_age_days": 3083 }, "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { "stars": 0, "last_update": "2025-11-11 09:09:25", - "author_account_age_days": 31 + "author_account_age_days": 73 }, "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": { "stars": 1, - "last_update": "2025-11-13 15:10:25", - "author_account_age_days": 31 + "last_update": "2025-11-19 03:25:46", + "author_account_age_days": 73 }, "https://github.com/OwlvChirotha/ComfyUI-Translator": { "stars": 0, "last_update": "2025-11-11 09:09:25", - "author_account_age_days": 31 + "author_account_age_days": 73 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { - "stars": 16, + "stars": 17, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2173 + "author_account_age_days": 2215 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2396 + "author_account_age_days": 2438 + }, + "https://github.com/PROJECTMAD/PROJECT-MAD-NODES": { + "stars": 1, + "last_update": "2025-12-19 13:42:35", + "author_account_age_days": 2883 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { - "stars": 3, + "stars": 4, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3309 + "author_account_age_days": 3350 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3309 + "author_account_age_days": 3350 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 2, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3309 + "author_account_age_days": 3350 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3309 + "author_account_age_days": 3350 + }, + "https://github.com/Paddel87/ComfyUI_fal_image": { + "stars": 1, + "last_update": "2025-12-23 22:45:12", + "author_account_age_days": 628 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { - "stars": 13, + "stars": 14, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1994 + "author_account_age_days": 2035 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { - "stars": 73, - "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1994 + "stars": 83, + "last_update": "2025-12-09 21:44:09", + "author_account_age_days": 2035 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3336 + "author_account_age_days": 3378 }, "https://github.com/ParisNeo/lollms_nodes_suite": { - "stars": 10, + "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5278 + "author_account_age_days": 5320 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4151 + "author_account_age_days": 4193 }, "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { "stars": 0, "last_update": "2025-10-12 01:48:13", - "author_account_age_days": 4037 + "author_account_age_days": 4078 }, "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": { - "stars": 0, + "stars": 1, "last_update": "2025-11-05 02:56:11", - "author_account_age_days": 2352 + "author_account_age_days": 2393 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2352 + "author_account_age_days": 2393 }, "https://github.com/PenguinTeo/Comfyui-GeminiBanana": { - "stars": 8, - "last_update": "2025-09-04 03:31:16", - "author_account_age_days": 483 + "stars": 40, + "last_update": "2025-11-21 05:49:58", + "author_account_age_days": 525 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { - "stars": 2, + "stars": 4, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 483 + "author_account_age_days": 525 }, "https://github.com/Pfaeff/pfaeff-comfyui": { - "stars": 21, + "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3716 + "author_account_age_days": 3757 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5734 + "author_account_age_days": 5775 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 5, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 542 + "author_account_age_days": 584 }, "https://github.com/PiePieDesign/PiePieTweaks": { "stars": 1, "last_update": "2025-10-24 15:27:53", - "author_account_age_days": 172 + "author_account_age_days": 214 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { - "stars": 0, + "stars": 1, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2895 + "author_account_age_days": 2937 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 397 + "author_account_age_days": 439 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 397 + "author_account_age_days": 439 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, - "last_update": "2025-09-07 14:37:10", - "author_account_age_days": 4720 + "last_update": "2025-11-17 00:34:32", + "author_account_age_days": 4762 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 298 + "author_account_age_days": 340 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 619 + "author_account_age_days": 661 }, "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": { - "stars": 3, + "stars": 7, "last_update": "2025-11-06 16:43:31", - "author_account_age_days": 437 + "author_account_age_days": 479 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2025-10-13 07:45:11", - "author_account_age_days": 3060 + "author_account_age_days": 3101 }, "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { "stars": 1, "last_update": "2025-09-03 18:37:13", - "author_account_age_days": 623 + "author_account_age_days": 664 + }, + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": { + "stars": 2, + "last_update": "2025-12-05 08:14:07", + "author_account_age_days": 640 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3900 + "author_account_age_days": 3942 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": { - "stars": 1, - "last_update": "2025-11-14 01:25:18", - "author_account_age_days": 830 + "stars": 3, + "last_update": "2025-12-11 17:24:10", + "author_account_age_days": 872 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2533, + "stars": 2566, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 471 + "author_account_age_days": 513 + }, + "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg": { + "stars": 0, + "last_update": "2025-12-19 23:15:14", + "author_account_age_days": 2242 }, "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { - "stars": 0, - "last_update": "2025-11-14 18:01:54", - "author_account_age_days": 2201 + "stars": 13, + "last_update": "2025-12-19 23:22:45", + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Cadrille": { + "stars": 1, + "last_update": "2025-12-19 23:15:07", + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": { + "stars": 247, + "last_update": "2025-12-21 23:53:17", + "author_account_age_days": 2242 }, "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": { - "stars": 1, - "last_update": "2025-11-14 17:09:36", - "author_account_age_days": 2201 + "stars": 63, + "last_update": "2025-12-26 14:32:55", + "author_account_age_days": 2242 }, "https://github.com/PozzettiAndrea/ComfyUI-Grounding": { - "stars": 17, - "last_update": "2025-11-14 20:29:12", - "author_account_age_days": 2201 + "stars": 31, + "last_update": "2025-12-22 04:03:58", + "author_account_age_days": 2242 }, "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": { - "stars": 2, - "last_update": "2025-11-14 13:23:40", - "author_account_age_days": 2201 + "stars": 6, + "last_update": "2025-12-21 22:37:28", + "author_account_age_days": 2242 }, "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": { - "stars": 2, - "last_update": "2025-11-14 13:23:40", - "author_account_age_days": 2201 + "stars": 6, + "last_update": "2025-12-21 22:37:28", + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon": { + "stars": 0, + "last_update": "2025-12-19 23:15:08", + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": { + "stars": 331, + "last_update": "2025-12-25 20:11:43", + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": { + "stars": 219, + "last_update": "2025-12-21 22:24:15", + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET": { + "stars": 0, + "last_update": "2025-12-19 23:15:07", + "author_account_age_days": 2242 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Sharp": { + "stars": 104, + "last_update": "2025-12-21 22:29:32", + "author_account_age_days": 2242 }, "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { - "stars": 0, - "last_update": "2025-11-14 13:06:38", - "author_account_age_days": 2201 + "stars": 237, + "last_update": "2025-12-21 22:38:18", + "author_account_age_days": 2242 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 333 + "author_account_age_days": 375 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { - "stars": 73, + "stars": 80, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3950 + "author_account_age_days": 3992 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { - "stars": 18, + "stars": 22, "last_update": "2025-09-22 18:50:33", - "author_account_age_days": 3950 + "author_account_age_days": 3992 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": { - "stars": 0, + "stars": 2, "last_update": "2025-10-29 15:59:02", - "author_account_age_days": 3950 + "author_account_age_days": 3992 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 65, "last_update": "2025-09-08 12:53:11", - "author_account_age_days": 1157 + "author_account_age_days": 1199 }, "https://github.com/Pseudotools/Pseudocomfy": { - "stars": 1, + "stars": 2, "last_update": "2025-10-07 04:01:07", - "author_account_age_days": 778 + "author_account_age_days": 820 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-11-08 14:43:59", - "author_account_age_days": 1551 + "author_account_age_days": 1593 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 4, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2442 + "author_account_age_days": 2484 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 7, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2442 + "author_account_age_days": 2484 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2442 + "author_account_age_days": 2484 + }, + "https://github.com/QL-boy/ComfyUI-Advanced-Tile-Processing": { + "stars": 32, + "last_update": "2025-12-19 10:44:35", + "author_account_age_days": 2531 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1759 + "author_account_age_days": 1800 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 25, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 972 + "author_account_age_days": 1014 }, "https://github.com/QuietNoise/comfyui_queue_manager": { - "stars": 31, - "last_update": "2025-11-06 12:30:48", - "author_account_age_days": 4714 + "stars": 37, + "last_update": "2025-12-21 18:20:17", + "author_account_age_days": 4755 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 307 + "author_account_age_days": 348 }, "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": { - "stars": 4, - "last_update": "2025-11-14 10:39:14", - "author_account_age_days": 600 + "stars": 6, + "last_update": "2025-11-27 04:45:39", + "author_account_age_days": 642 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4440 + "author_account_age_days": 4482 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 10, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 299 + "author_account_age_days": 340 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 27, - "last_update": "2025-09-20 17:59:18", - "author_account_age_days": 669 + "last_update": "2025-11-17 15:39:11", + "author_account_age_days": 711 + }, + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": { + "stars": 18, + "last_update": "2025-12-24 23:41:25", + "author_account_age_days": 711 + }, + "https://github.com/Randy420Marsh/ComfyUI-Civitai-API-Url-Resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "author_account_age_days": 2554 + }, + "https://github.com/Randy420Marsh/civitai-api-url-resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "author_account_age_days": 2554 + }, + "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": { + "stars": 0, + "last_update": "2025-11-28 02:40:18", + "author_account_age_days": 97 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1888 + "author_account_age_days": 1930 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 11, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1888 + "author_account_age_days": 1930 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3434 + "author_account_age_days": 3476 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1886 + "author_account_age_days": 1928 }, "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { - "stars": 1, + "stars": 2, "last_update": "2025-10-27 18:44:13", - "author_account_age_days": 3363 + "author_account_age_days": 3405 }, "https://github.com/ReinerBforartists/comfyui_auto_prompt_schedule": { - "stars": 0, + "stars": 1, "last_update": "2025-08-24 09:00:45", - "author_account_age_days": 3737 + "author_account_age_days": 3779 }, "https://github.com/ReinerBforartists/comfyui_text_line_combine": { "stars": 0, "last_update": "2025-08-23 10:59:19", - "author_account_age_days": 3737 + "author_account_age_days": 3779 }, "https://github.com/Reithan/negative_rejection_steering": { - "stars": 15, - "last_update": "2025-09-12 03:27:25", - "author_account_age_days": 4213 + "stars": 16, + "last_update": "2025-12-05 04:44:46", + "author_account_age_days": 4254 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 695 + "author_account_age_days": 737 }, "https://github.com/Revmagi/DDM_bundle": { "stars": 0, "last_update": "2025-10-30 21:03:27", - "author_account_age_days": 3732 + "author_account_age_days": 3774 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1675 + "author_account_age_days": 1717 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1675 + "author_account_age_days": 1717 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1675 + "author_account_age_days": 1717 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 97, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 412 + "author_account_age_days": 454 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 412 + "author_account_age_days": 454 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 659 + "author_account_age_days": 701 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, - "last_update": "2025-11-12 13:39:20", - "author_account_age_days": 1937 + "last_update": "2025-12-10 14:16:31", + "author_account_age_days": 1979 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 8, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1256 + "author_account_age_days": 1298 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { - "stars": 13, + "stars": 14, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1256 + "author_account_age_days": 1298 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 23, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1256 + "author_account_age_days": 1298 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { - "stars": 22, + "stars": 23, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1890 + "author_account_age_days": 1932 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1437 + "author_account_age_days": 1479 + }, + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1405 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 121, - "last_update": "2025-11-14 23:30:18", - "author_account_age_days": 708 + "stars": 129, + "last_update": "2025-12-23 20:40:01", + "author_account_age_days": 750 + }, + "https://github.com/RyukoMatoiFan/ComfyUI-Switti": { + "stars": 0, + "last_update": "2025-12-21 21:37:47", + "author_account_age_days": 14 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 40, + "stars": 41, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2921 + "author_account_age_days": 2963 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 180, + "stars": 185, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2921 + "author_account_age_days": 2963 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2921 + "author_account_age_days": 2963 }, "https://github.com/S4MUEL-404/ComfyUI-Prepack": { "stars": 1, "last_update": "2025-11-11 08:19:11", - "author_account_age_days": 3595 + "author_account_age_days": 3637 }, "https://github.com/S4MUEL-404/ComfyUI-PromptsO": { "stars": 1, - "last_update": "2025-11-11 09:44:20", - "author_account_age_days": 3595 + "last_update": "2025-11-19 09:20:58", + "author_account_age_days": 3637 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 3, "last_update": "2025-10-14 06:06:33", - "author_account_age_days": 3595 + "author_account_age_days": 3637 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, - "last_update": "2025-10-30 09:46:14", - "author_account_age_days": 3595 + "last_update": "2025-11-18 03:18:39", + "author_account_age_days": 3637 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 2, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3595 + "author_account_age_days": 3637 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1165 + "author_account_age_days": 1207 + }, + "https://github.com/SKBv0/ComfyUI_LinkFX": { + "stars": 39, + "last_update": "2025-12-21 16:53:51", + "author_account_age_days": 2106 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 95, + "stars": 103, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 2064 + "author_account_age_days": 2106 + }, + "https://github.com/SKBv0/ComfyUI_SpideyReroute": { + "stars": 11, + "last_update": "2025-12-19 16:10:36", + "author_account_age_days": 2106 + }, + "https://github.com/SKFRMSEHF/comfyui_SK_Loader": { + "stars": 0, + "last_update": "2025-12-15 09:50:34", + "author_account_age_days": 17 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 101, + "stars": 102, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4206 + "author_account_age_days": 4248 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4206 + "author_account_age_days": 4248 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { - "stars": 3, + "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4592 + "author_account_age_days": 4633 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { - "stars": 29, + "stars": 31, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4592 + "author_account_age_days": 4633 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 808 + "author_account_age_days": 850 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 5, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 808 + "author_account_age_days": 850 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 808 + "author_account_age_days": 850 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 45, + "stars": 49, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 808 + "author_account_age_days": 850 }, "https://github.com/SXQBW/ComfyUI-Qwen": { - "stars": 16, + "stars": 20, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3300 + "author_account_age_days": 3342 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { - "stars": 35, + "stars": 40, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3300 + "author_account_age_days": 3342 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { - "stars": 22, + "stars": 25, "last_update": "2025-10-25 02:52:24", - "author_account_age_days": 3300 + "author_account_age_days": 3342 + }, + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions": { + "stars": 2, + "last_update": "2025-12-04 10:00:45", + "author_account_age_days": 3217 }, "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": { - "stars": 34, + "stars": 52, "last_update": "2025-11-11 23:36:14", - "author_account_age_days": 1645 + "author_account_age_days": 1686 }, "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": { "stars": 6, "last_update": "2025-09-14 00:53:14", - "author_account_age_days": 1645 + "author_account_age_days": 1686 }, "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": { - "stars": 17, - "last_update": "2025-11-12 11:13:19", - "author_account_age_days": 1645 + "stars": 50, + "last_update": "2025-12-04 06:03:03", + "author_account_age_days": 1686 }, "https://github.com/Saganaki22/ComfyUI-dotWaveform": { - "stars": 25, + "stars": 27, "last_update": "2025-11-12 10:35:07", - "author_account_age_days": 1645 + "author_account_age_days": 1686 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 445, + "stars": 448, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1951 + "author_account_age_days": 1993 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3470 + "author_account_age_days": 3512 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3470 + "author_account_age_days": 3512 }, "https://github.com/Sampkao/ComfyUI-Amage": { "stars": 1, "last_update": "2025-09-24 22:14:30", - "author_account_age_days": 868 + "author_account_age_days": 909 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { - "stars": 1, + "stars": 2, "last_update": "2025-09-06 09:31:44", - "author_account_age_days": 2089 + "author_account_age_days": 2131 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1140 + "author_account_age_days": 1181 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1140 + "author_account_age_days": 1181 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 4, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1140 + "author_account_age_days": 1181 + }, + "https://github.com/SanDiegoDude/SCG_LocalVLM": { + "stars": 4, + "last_update": "2025-12-18 02:11:18", + "author_account_age_days": 1181 }, "https://github.com/Santat2023/ComfyUiRagNodes": { "stars": 0, "last_update": "2025-09-29 16:14:02", - "author_account_age_days": 796 + "author_account_age_days": 838 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { - "stars": 18, - "last_update": "2025-11-06 15:41:07", - "author_account_age_days": 3203 + "stars": 19, + "last_update": "2025-11-27 13:13:18", + "author_account_age_days": 3245 }, "https://github.com/Saquib764/omini-kontext": { - "stars": 418, + "stars": 428, "last_update": "2025-09-01 16:42:36", - "author_account_age_days": 4984 + "author_account_age_days": 5026 }, "https://github.com/SatadalAI/SATA_UtilityNode": { "stars": 1, - "last_update": "2025-11-14 18:06:34", - "author_account_age_days": 673 + "last_update": "2025-12-24 16:55:05", + "author_account_age_days": 714 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 647 + "author_account_age_days": 688 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 27, + "stars": 29, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 647 + "author_account_age_days": 688 }, "https://github.com/SayanoAI/Comfy-RVC": { - "stars": 25, + "stars": 26, "last_update": "2025-10-15 18:30:03", - "author_account_age_days": 3112 + "author_account_age_days": 3153 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4189 + "author_account_age_days": 4231 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3704 + "author_account_age_days": 3746 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 20, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1618 + "author_account_age_days": 1660 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 3, + "last_update": "2025-11-27 22:43:38", + "author_account_age_days": 1232 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 15, + "stars": 16, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 5014 + "author_account_age_days": 5056 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 163, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 585 + "author_account_age_days": 627 + }, + "https://github.com/Sean-Bradley/ComfyUI-Get-Line": { + "stars": 0, + "last_update": "2025-12-15 11:47:02", + "author_account_age_days": 4376 }, "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { + "stars": 2, + "last_update": "2025-12-16 16:17:12", + "author_account_age_days": 4376 + }, + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": { "stars": 0, - "last_update": "2025-11-14 13:36:36", - "author_account_age_days": 4334 + "last_update": "2025-12-24 15:13:42", + "author_account_age_days": 4376 }, "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": { - "stars": 0, + "stars": 1, "last_update": "2025-10-27 20:54:15", - "author_account_age_days": 4334 + "author_account_age_days": 4376 }, "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": { - "stars": 1, + "stars": 2, "last_update": "2025-10-27 20:55:50", - "author_account_age_days": 4334 + "author_account_age_days": 4376 }, "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": { - "stars": 1, - "last_update": "2025-11-06 09:52:32", - "author_account_age_days": 4334 + "stars": 2, + "last_update": "2025-12-25 18:20:19", + "author_account_age_days": 4376 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 77, + "stars": 79, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 2028 + "author_account_age_days": 2070 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 71, + "stars": 81, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 2028 + "author_account_age_days": 2070 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 136, - "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4680 + "stars": 146, + "last_update": "2025-11-29 01:12:44", + "author_account_age_days": 4722 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 861, + "stars": 867, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4680 + "author_account_age_days": 4722 + }, + "https://github.com/Seb-Lis/ComfyUI_Gemini_3_Pro_API_node": { + "stars": 0, + "last_update": "2025-11-21 09:06:40", + "author_account_age_days": 84 + }, + "https://github.com/Seb-Lis/ComfyUI_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 11:13:27", + "author_account_age_days": 84 }, "https://github.com/Seb-Lis/comfyui-image-labeler": { "stars": 0, "last_update": "2025-11-02 09:33:21", - "author_account_age_days": 42 + "author_account_age_days": 84 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1980 + "author_account_age_days": 2022 }, "https://github.com/Semonxue/Comfyui-flexai": { - "stars": 3, - "last_update": "2025-11-10 16:20:42", - "author_account_age_days": 5563 + "stars": 4, + "last_update": "2025-12-01 11:07:24", + "author_account_age_days": 5605 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 298 + "author_account_age_days": 339 }, "https://github.com/ServiceStack/comfy-asset-downloader": { - "stars": 13, + "stars": 14, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5394 + "author_account_age_days": 5435 }, "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": { - "stars": 10, - "last_update": "2025-11-11 01:47:54", - "author_account_age_days": 5544 + "stars": 20, + "last_update": "2025-12-19 10:49:27", + "author_account_age_days": 5586 + }, + "https://github.com/Shadowwalker0P/CryptoNoise-Ksampler": { + "stars": 0, + "last_update": "2025-12-24 14:56:42", + "author_account_age_days": 216 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 444, + "stars": 456, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 357 + "author_account_age_days": 399 }, "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": { - "stars": 9, - "last_update": "2025-11-14 17:04:41", - "author_account_age_days": 44 + "stars": 10, + "last_update": "2025-12-05 06:41:25", + "author_account_age_days": 86 }, "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": { - "stars": 8, + "stars": 10, "last_update": "2025-11-11 15:25:48", - "author_account_age_days": 44 + "author_account_age_days": 86 + }, + "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG": { + "stars": 0, + "last_update": "2025-12-11 14:30:20", + "author_account_age_days": 86 + }, + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": { + "stars": 32, + "last_update": "2025-12-09 04:52:05", + "author_account_age_days": 86 }, "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": { "stars": 0, "last_update": "2025-11-11 15:41:53", - "author_account_age_days": 44 + "author_account_age_days": 86 + }, + "https://github.com/ShammiG/ComfyUI_Text_Tools_SG": { + "stars": 2, + "last_update": "2025-12-05 05:46:41", + "author_account_age_days": 86 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 5, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1805 + "author_account_age_days": 1847 }, "https://github.com/Shellishack/comfyui_remote_media_io": { "stars": 1, "last_update": "2025-09-04 10:42:26", - "author_account_age_days": 2693 + "author_account_age_days": 2735 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 623 + "author_account_age_days": 665 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 7, "last_update": "2025-10-05 18:19:27", - "author_account_age_days": 895 + "author_account_age_days": 936 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { - "stars": 30, + "stars": 31, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 895 + "author_account_age_days": 936 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": { "stars": 1, "last_update": "2025-11-09 14:06:53", - "author_account_age_days": 895 + "author_account_age_days": 936 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 1, "last_update": "2025-11-09 14:06:53", - "author_account_age_days": 895 + "author_account_age_days": 936 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 5, "last_update": "2025-10-06 02:49:47", - "author_account_age_days": 895 + "author_account_age_days": 936 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 11, - "last_update": "2025-09-09 13:20:15", - "author_account_age_days": 910 + "last_update": "2025-12-20 00:11:14", + "author_account_age_days": 952 }, "https://github.com/ShinChven/sc-comfy-nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4678 + "author_account_age_days": 4720 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { - "stars": 9, + "stars": 10, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { - "stars": 20, + "stars": 27, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 20, + "stars": 19, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { - "stars": 105, + "stars": 106, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 125, + "stars": 130, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { - "stars": 66, + "stars": 67, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 327, + "stars": 334, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { - "stars": 18, + "stars": 19, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 27, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { - "stars": 45, + "stars": 46, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { - "stars": 29, + "stars": 31, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 915, + "stars": 924, "last_update": "2025-09-04 08:19:07", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { - "stars": 52, + "stars": 65, "last_update": "2025-08-27 12:38:13", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 10, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 3, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 17, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { - "stars": 30, + "stars": 31, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { - "stars": 109, + "stars": 111, "last_update": "2025-09-18 04:06:05", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 37, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { - "stars": 20, + "stars": 21, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 4, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { - "stars": 19, + "stars": 21, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { - "stars": 17, + "stars": 18, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 144, + "stars": 148, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 81, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { - "stars": 2, + "stars": 3, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/flux_pro_integrative": { "stars": 0, "last_update": "2025-09-05 18:08:58", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 4, "last_update": "2025-10-16 05:00:58", - "author_account_age_days": 1713 + "author_account_age_days": 1755 }, "https://github.com/ShmuelRonen/multi-lora-stack": { - "stars": 7, + "stars": 8, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1713 + "author_account_age_days": 1755 + }, + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": { + "stars": 284, + "last_update": "2025-12-23 01:32:24", + "author_account_age_days": 1241 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2825 + "author_account_age_days": 2867 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { - "stars": 2, - "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 3046 + "stars": 6, + "last_update": "2025-11-25 13:51:36", + "author_account_age_days": 3088 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 46, + "stars": 48, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 961 + "author_account_age_days": 1003 + }, + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": { + "stars": 0, + "last_update": "2025-12-14 13:16:58", + "author_account_age_days": 3921 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1164 + "author_account_age_days": 1206 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2191 + "author_account_age_days": 2233 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 4, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 218 + "author_account_age_days": 260 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2420 + "author_account_age_days": 2461 + }, + "https://github.com/SilentZhang/comfyui-encrypt": { + "stars": 0, + "last_update": "2025-11-15 22:03:32", + "author_account_age_days": 3993 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, "last_update": "2025-09-05 20:06:53", - "author_account_age_days": 4060 + "author_account_age_days": 4102 }, "https://github.com/Simlym/comfyui-prompt-helper": { - "stars": 2, + "stars": 3, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2691 + "author_account_age_days": 2732 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2787 + "author_account_age_days": 2828 }, "https://github.com/SipherAGI/comfyui-animatediff": { - "stars": 741, + "stars": 749, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 913 + "author_account_age_days": 955 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 3, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 286 + "author_account_age_days": 328 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 7, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1706 + "author_account_age_days": 1748 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 65, "last_update": "2025-09-25 09:47:49", - "author_account_age_days": 4070 + "author_account_age_days": 4112 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 22, "last_update": "2025-09-23 11:46:41", - "author_account_age_days": 4070 + "author_account_age_days": 4112 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 280, + "stars": 287, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 2020 + "author_account_age_days": 2062 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1200 + "author_account_age_days": 1241 }, "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": { "stars": 3, - "last_update": "2025-10-25 11:08:02", - "author_account_age_days": 1987 + "last_update": "2025-12-11 08:47:11", + "author_account_age_days": 2029 + }, + "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D": { + "stars": 1, + "last_update": "2025-12-04 18:28:30", + "author_account_age_days": 454 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 4032 + "author_account_age_days": 4074 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 4032 + "author_account_age_days": 4074 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 4032 + "author_account_age_days": 4074 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 4032 + "author_account_age_days": 4074 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 4032 + "author_account_age_days": 4074 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 345 + "author_account_age_days": 387 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4755 + "author_account_age_days": 4797 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 588 + "author_account_age_days": 629 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 8, - "last_update": "2025-09-06 19:16:37", - "author_account_age_days": 588 + "last_update": "2025-12-19 22:56:43", + "author_account_age_days": 629 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 461 + "author_account_age_days": 502 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 67, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 461 + "author_account_age_days": 502 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, - "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 461 + "last_update": "2025-11-29 00:59:24", + "author_account_age_days": 502 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 20, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 461 + "author_account_age_days": 502 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 461 + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": { + "stars": 0, + "last_update": "2025-11-28 23:28:46", + "author_account_age_days": 502 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, - "last_update": "2025-09-28 18:50:05", - "author_account_age_days": 461 + "last_update": "2025-12-02 21:29:54", + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced": { + "stars": 0, + "last_update": "2025-12-22 17:05:20", + "author_account_age_days": 502 + }, + "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": { + "stars": 25, + "last_update": "2025-12-24 11:47:30", + "author_account_age_days": 502 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 461 + "author_account_age_days": 502 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 88, + "stars": 90, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3223 + "author_account_age_days": 3265 }, "https://github.com/Spin256/spin256-comfyui": { "stars": 0, "last_update": "2025-10-24 12:41:13", - "author_account_age_days": 22 + "author_account_age_days": 64 }, "https://github.com/SquirrelRat/MultiString-Prompts": { - "stars": 0, + "stars": 1, "last_update": "2025-10-23 19:44:28", - "author_account_age_days": 2805 + "author_account_age_days": 2847 }, "https://github.com/SquirrelRat/WanVideoLooper": { - "stars": 2, + "stars": 7, "last_update": "2025-11-13 15:18:00", - "author_account_age_days": 2805 + "author_account_age_days": 2847 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { - "stars": 17, + "stars": 18, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2450 + "author_account_age_days": 2492 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 59, + "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1351 + "author_account_age_days": 1393 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 234, + "stars": 236, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1351 + "author_account_age_days": 1393 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { - "stars": 27, - "last_update": "2025-08-31 19:27:10", - "author_account_age_days": 687 + "stars": 31, + "last_update": "2025-11-28 16:20:08", + "author_account_age_days": 728 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 1, - "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3517 + "last_update": "2025-12-13 13:19:54", + "author_account_age_days": 3559 + }, + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": { + "stars": 0, + "last_update": "2025-11-19 19:20:30", + "author_account_age_days": 523 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 4054 + "author_account_age_days": 4096 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { - "stars": 13, - "last_update": "2025-10-29 19:43:11", - "author_account_age_days": 511 + "stars": 15, + "last_update": "2025-12-22 07:48:01", + "author_account_age_days": 552 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 46, - "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 511 + "stars": 65, + "last_update": "2025-12-22 08:01:41", + "author_account_age_days": 552 }, "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": { - "stars": 8, + "stars": 9, "last_update": "2025-10-31 09:55:07", - "author_account_age_days": 511 + "author_account_age_days": 553 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 126, + "stars": 127, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 224, + "stars": 226, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 61, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 103, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3343 + "author_account_age_days": 3385 }, "https://github.com/Steudio/ComfyUI_Steudio": { - "stars": 110, - "last_update": "2025-10-25 18:51:46", - "author_account_age_days": 644 + "stars": 113, + "last_update": "2025-11-17 17:59:12", + "author_account_age_days": 686 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 2, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 376 + "author_account_age_days": 418 + }, + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": { + "stars": 2, + "last_update": "2025-12-09 16:06:41", + "author_account_age_days": 1857 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 204, + "stars": 208, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 597 + "author_account_age_days": 639 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 4086 + "author_account_age_days": 4128 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 1066, + "stars": 1122, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2658 + "author_account_age_days": 2700 + }, + "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter": { + "stars": 5, + "last_update": "2025-12-26 06:59:49", + "author_account_age_days": 1732 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { - "stars": 3, - "last_update": "2025-11-11 19:33:47", - "author_account_age_days": 2547 + "stars": 4, + "last_update": "2025-11-21 13:12:02", + "author_account_age_days": 2589 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 47, + "stars": 48, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3880 + "author_account_age_days": 3922 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 14, - "last_update": "2025-08-28 14:36:18", - "author_account_age_days": 904 + "last_update": "2025-11-16 12:12:45", + "author_account_age_days": 946 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1444 + "author_account_age_days": 1486 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 104, + "stars": 114, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 2050 + "author_account_age_days": 2092 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 140, + "stars": 141, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4199 + "author_account_age_days": 4241 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 202, + "stars": 203, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4199 + "author_account_age_days": 4241 }, "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { "stars": 2, "last_update": "2025-11-03 12:39:44", - "author_account_age_days": 3043 + "author_account_age_days": 3085 }, "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": { "stars": 0, "last_update": "2025-11-09 17:51:36", - "author_account_age_days": 3043 + "author_account_age_days": 3085 }, "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": { "stars": 1, "last_update": "2025-11-09 02:41:19", - "author_account_age_days": 3043 + "author_account_age_days": 3085 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 3043 + "author_account_age_days": 3085 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 3, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 628 + "author_account_age_days": 670 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 417, + "stars": 421, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 605 + "author_account_age_days": 647 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 947 + "author_account_age_days": 989 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { - "stars": 26, + "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 947 + "author_account_age_days": 989 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 30, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 711 + "author_account_age_days": 753 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 213, + "stars": 215, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 711 + "author_account_age_days": 753 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 140, - "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 711 + "stars": 143, + "last_update": "2025-12-14 14:27:01", + "author_account_age_days": 753 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 778, + "stars": 785, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 711 + "author_account_age_days": 753 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 711 + "author_account_age_days": 753 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 796, + "stars": 841, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 711 + "author_account_age_days": 753 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 711 + "author_account_age_days": 753 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 539 + "author_account_age_days": 581 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 4, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3558 + "author_account_age_days": 3599 }, "https://github.com/TaiTair/comfyui-simswap": { - "stars": 14, + "stars": 13, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 4075 + "author_account_age_days": 4117 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 3, "last_update": "2025-10-01 21:48:29", - "author_account_age_days": 5014 + "author_account_age_days": 5056 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 7, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2723 + "author_account_age_days": 2765 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2723 + "author_account_age_days": 2765 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { - "stars": 7, - "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2723 + "stars": 6, + "last_update": "2025-12-07 21:41:24", + "author_account_age_days": 2765 }, "https://github.com/Taremin/comfyui-string-tools": { - "stars": 2, - "last_update": "2025-10-19 20:12:29", - "author_account_age_days": 2723 + "stars": 3, + "last_update": "2025-12-07 23:43:19", + "author_account_age_days": 2765 }, "https://github.com/Taremin/webui-monaco-prompt": { - "stars": 28, - "last_update": "2025-11-09 10:41:22", - "author_account_age_days": 2723 + "stars": 29, + "last_update": "2025-12-07 21:29:11", + "author_account_age_days": 2765 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3673 + "author_account_age_days": 3715 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { - "stars": 4, + "stars": 5, "last_update": "2025-11-11 16:22:44", - "author_account_age_days": 3726 + "author_account_age_days": 3767 }, "https://github.com/TemryL/ComfyS3": { "stars": 55, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1377 + "author_account_age_days": 1419 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 551, + "stars": 559, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1377 + "author_account_age_days": 1419 }, "https://github.com/Temult/TWanSigmaGraph": { - "stars": 10, + "stars": 12, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 774 + "author_account_age_days": 816 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 383, + "stars": 384, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 606 + "author_account_age_days": 648 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 148, + "stars": 153, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 434 + "author_account_age_days": 476 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { - "stars": 13, + "stars": 15, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 908 + "author_account_age_days": 950 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 245 + "author_account_age_days": 286 + }, + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": { + "stars": 0, + "last_update": "2025-12-07 18:45:32", + "author_account_age_days": 258 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3221 - }, - "https://github.com/TheBill2001/comfyui-upscale-by-model": { - "stars": 10, - "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1950 + "author_account_age_days": 3262 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { - "stars": 4, + "stars": 5, "last_update": "2025-10-22 19:08:07", - "author_account_age_days": 1588 + "author_account_age_days": 1629 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 485, + "stars": 490, "last_update": "2025-09-05 11:18:56", - "author_account_age_days": 673 + "author_account_age_days": 715 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3826 + "author_account_age_days": 3867 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 2069 + "author_account_age_days": 2111 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { - "stars": 11, + "stars": 12, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1443 + "author_account_age_days": 1485 + }, + "https://github.com/This-is-Uncut/Custom-Node-ComfyUI-NBP-Uncut": { + "stars": 0, + "last_update": "2025-12-12 12:49:54", + "author_account_age_days": 241 }, "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { "stars": 1, - "last_update": "2025-10-04 10:47:38", - "author_account_age_days": 571 + "last_update": "2025-12-22 11:52:48", + "author_account_age_days": 613 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 3, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 509 + "author_account_age_days": 550 }, "https://github.com/TianDongL/Blind_watermark_Comfyui": { - "stars": 11, + "stars": 13, "last_update": "2025-10-25 02:21:54", - "author_account_age_days": 264 + "author_account_age_days": 306 + }, + "https://github.com/Tinuva88/Comfy-UmiAI": { + "stars": 20, + "last_update": "2025-12-11 13:05:52", + "author_account_age_days": 1153 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { - "stars": 0, - "last_update": "2025-11-10 01:13:34", - "author_account_age_days": 2290 + "stars": 1, + "last_update": "2025-11-22 03:39:03", + "author_account_age_days": 2331 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 557, - "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1129 + "stars": 571, + "last_update": "2025-12-16 23:41:23", + "author_account_age_days": 1171 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3178 + "author_account_age_days": 3220 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 177, + "stars": 180, "last_update": "2025-08-22 11:48:28", - "author_account_age_days": 3898 + "author_account_age_days": 3939 + }, + "https://github.com/TobiasGlaubach/ComfyUI-TG_pydocmaker": { + "stars": 0, + "last_update": "2025-12-22 10:40:21", + "author_account_age_days": 2940 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 3, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 1047 + "author_account_age_days": 1088 }, "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": { "stars": 0, "last_update": "2025-11-08 23:31:36", - "author_account_age_days": 1047 + "author_account_age_days": 1088 }, - "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": { - "stars": 0, - "last_update": "2025-09-14 02:36:11", - "author_account_age_days": 1047 + "https://github.com/Transhumai/ComfyUI-LegionPower": { + "stars": 1, + "last_update": "2025-12-09 18:02:40", + "author_account_age_days": 353 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 1080 + "author_account_age_days": 1122 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 64, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1369 + "author_account_age_days": 1410 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { - "stars": 46, + "stars": 47, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4362 + "author_account_age_days": 4403 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 14, + "stars": 16, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4362 + "author_account_age_days": 4403 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1227 + "author_account_age_days": 1268 }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 133, + "stars": 137, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3888 + "author_account_age_days": 3930 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 252, + "stars": 255, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5430 + "author_account_age_days": 5472 + }, + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": { + "stars": 0, + "last_update": "2025-12-08 19:39:56", + "author_account_age_days": 228 + }, + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": { + "stars": 0, + "last_update": "2025-12-12 11:10:05", + "author_account_age_days": 228 + }, + "https://github.com/TuriSc/comfyui-text-line-selector": { + "stars": 1, + "last_update": "2025-11-22 12:22:59", + "author_account_age_days": 4287 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1794 + "author_account_age_days": 1835 + }, + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": { + "stars": 0, + "last_update": "2025-12-13 11:16:00", + "author_account_age_days": 5091 }, "https://github.com/Umikaze-job/select_folder_path_easy": { - "stars": 5, + "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 727 + "author_account_age_days": 769 + }, + "https://github.com/UndefinedUo/DuoUmiWildcards": { + "stars": 0, + "last_update": "2025-11-30 08:24:43", + "author_account_age_days": 892 }, "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { "stars": 0, "last_update": "2025-08-31 04:06:50", - "author_account_age_days": 5106 + "author_account_age_days": 5147 }, "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": { - "stars": 2, + "stars": 5, "last_update": "2025-11-08 18:33:14", - "author_account_age_days": 3937 + "author_account_age_days": 3978 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 312, + "stars": 316, "last_update": "2025-11-06 05:26:51", - "author_account_age_days": 750 + "author_account_age_days": 792 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5854 + "author_account_age_days": 5895 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3489 + "author_account_age_days": 3531 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { - "stars": 5, + "stars": 6, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 787 + "author_account_age_days": 829 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { - "stars": 22, + "stars": 23, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 787 + "author_account_age_days": 829 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { - "stars": 0, + "stars": 2, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5347 + "author_account_age_days": 5389 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { - "stars": 1, + "stars": 4, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1130 + "author_account_age_days": 1172 + }, + "https://github.com/Verolelb/ComfyUI-Video-Workbench": { + "stars": 0, + "last_update": "2025-12-23 11:40:27", + "author_account_age_days": 1172 }, "https://github.com/Verolelb/ComfyUI-VideoCompressor": { "stars": 4, - "last_update": "2025-09-26 13:06:13", - "author_account_age_days": 1130 + "last_update": "2025-12-23 09:49:58", + "author_account_age_days": 1172 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { - "stars": 3, + "stars": 4, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1164 + "author_account_age_days": 1206 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3487 + "author_account_age_days": 3529 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1864 + "author_account_age_days": 1906 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { - "stars": 24, - "last_update": "2025-11-10 20:51:01", - "author_account_age_days": 625 + "stars": 27, + "last_update": "2025-12-22 20:19:28", + "author_account_age_days": 666 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 625 + "author_account_age_days": 666 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { - "stars": 1, + "stars": 2, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 625 + "author_account_age_days": 666 }, "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": { - "stars": 54, - "last_update": "2025-11-15 00:18:41", - "author_account_age_days": 926 + "stars": 81, + "last_update": "2025-11-15 23:22:39", + "author_account_age_days": 968 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 313, - "last_update": "2025-11-05 20:41:38", - "author_account_age_days": 1428 + "stars": 321, + "last_update": "2025-12-16 19:26:20", + "author_account_age_days": 1470 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 132, + "stars": 136, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2418 + "author_account_age_days": 2460 + }, + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": { + "stars": 5, + "last_update": "2025-11-17 22:13:31", + "author_account_age_days": 5175 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { - "stars": 33, + "stars": 34, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5134 + "author_account_age_days": 5175 }, "https://github.com/WASasquatch/FreeU_Advanced": { - "stars": 119, + "stars": 121, "last_update": "2025-09-29 15:46:06", - "author_account_age_days": 5134 + "author_account_age_days": 5175 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { - "stars": 24, + "stars": 25, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5134 + "author_account_age_days": 5175 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 78, + "stars": 80, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5134 + "author_account_age_days": 5175 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 38, - "last_update": "2025-11-04 17:59:47", - "author_account_age_days": 5134 + "stars": 39, + "last_update": "2025-12-25 00:03:47", + "author_account_age_days": 5175 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 9, "last_update": "2025-11-08 18:44:40", - "author_account_age_days": 5134 + "author_account_age_days": 5175 }, "https://github.com/WASasquatch/was_affine": { - "stars": 3, + "stars": 4, "last_update": "2025-11-09 22:43:51", - "author_account_age_days": 5134 + "author_account_age_days": 5175 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2720 + "author_account_age_days": 2762 }, "https://github.com/WWWEN8/ComfyUI-CCXManager": { - "stars": 4, - "last_update": "2025-10-28 08:42:45", - "author_account_age_days": 816 + "stars": 5, + "last_update": "2025-11-21 03:36:02", + "author_account_age_days": 858 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 484 + "author_account_age_days": 526 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-11-03 22:46:57", - "author_account_age_days": 1131 + "author_account_age_days": 1173 }, "https://github.com/WainWong/ComfyUI-Loop-image": { - "stars": 36, + "stars": 40, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3131 + "author_account_age_days": 3173 + }, + "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave": { + "stars": 0, + "last_update": "2025-12-26 18:07:46", + "author_account_age_days": 4343 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3468 + "author_account_age_days": 3510 }, "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": { "stars": 1, "last_update": "2025-10-04 02:48:04", - "author_account_age_days": 1010 + "author_account_age_days": 1052 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 835 + "author_account_age_days": 877 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { - "stars": 9, - "last_update": "2025-09-25 01:07:02", - "author_account_age_days": 249 + "stars": 10, + "last_update": "2025-11-30 19:46:03", + "author_account_age_days": 291 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 32, - "last_update": "2025-09-22 08:31:08", - "author_account_age_days": 297 + "stars": 40, + "last_update": "2025-12-04 05:22:27", + "author_account_age_days": 339 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 148, + "stars": 149, "last_update": "2025-08-21 13:52:03", - "author_account_age_days": 1801 + "author_account_age_days": 1843 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4260 + "author_account_age_days": 4302 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 24, + "stars": 25, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 1046 + "author_account_age_days": 1088 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2801 + "author_account_age_days": 2842 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-10-06 11:03:44", - "author_account_age_days": 4152 + "author_account_age_days": 4194 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { - "stars": 137, - "last_update": "2025-10-20 16:59:45", - "author_account_age_days": 534 + "stars": 190, + "last_update": "2025-11-20 03:09:15", + "author_account_age_days": 575 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { - "stars": 7, - "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 534 + "stars": 8, + "last_update": "2025-11-20 07:48:43", + "author_account_age_days": 575 }, "https://github.com/Windecay/ComfyUI_CheckVprediction": { "stars": 0, "last_update": "2025-10-27 01:37:16", - "author_account_age_days": 534 + "author_account_age_days": 575 + }, + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": { + "stars": 41, + "last_update": "2025-11-29 03:30:56", + "author_account_age_days": 575 }, "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": { - "stars": 3, - "last_update": "2025-11-10 16:51:44", - "author_account_age_days": 1080 + "stars": 12, + "last_update": "2025-12-17 15:01:12", + "author_account_age_days": 1122 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 29, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 226 + "author_account_age_days": 268 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1671 + "author_account_age_days": 1713 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1662, + "stars": 1683, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 466 + "author_account_age_days": 508 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 745 + "author_account_age_days": 786 + }, + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-15 13:00:50", + "author_account_age_days": 12 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 190 + "author_account_age_days": 232 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 31, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 445 + "author_account_age_days": 487 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 202, + "stars": 205, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3896 + "author_account_age_days": 3938 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2282 + "author_account_age_days": 2324 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3987 + "author_account_age_days": 4029 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 5, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3114 + "author_account_age_days": 3156 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 195, + "stars": 197, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3114 + "author_account_age_days": 3156 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4833 + "author_account_age_days": 4874 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3203 + "author_account_age_days": 3245 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3203 + "author_account_age_days": 3245 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { - "stars": 19, + "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3203 + "author_account_age_days": 3245 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3203 + "author_account_age_days": 3245 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { - "stars": 14, + "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4264 + "author_account_age_days": 4305 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { - "stars": 22, + "stars": 23, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 507 + "author_account_age_days": 549 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3158 + "author_account_age_days": 3200 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 247, + "stars": 250, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1322 + "author_account_age_days": 1364 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 2085 + "author_account_age_days": 2127 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, - "last_update": "2025-10-19 00:24:16", - "author_account_age_days": 715 + "last_update": "2025-11-28 03:59:23", + "author_account_age_days": 756 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { - "stars": 3, + "stars": 6, "last_update": "2025-10-17 12:29:43", - "author_account_age_days": 4033 + "author_account_age_days": 4074 }, "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": { "stars": 7, "last_update": "2025-10-28 08:51:30", - "author_account_age_days": 2156 + "author_account_age_days": 2198 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 4, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 1049 + "author_account_age_days": 1090 + }, + "https://github.com/Ysthara/ComfyUI-Resolution-AR-Node": { + "stars": 0, + "last_update": "2025-12-06 16:11:07", + "author_account_age_days": 20 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { - "stars": 47, + "stars": 49, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 11, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 7, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 6, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 16, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 21, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { - "stars": 34, + "stars": 35, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 7, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { - "stars": 123, + "stars": 122, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 7, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 18, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 31, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 12, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 3, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { - "stars": 22, + "stars": 23, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1948 + "author_account_age_days": 1990 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-10-04 06:11:49", - "author_account_age_days": 1915 + "author_account_age_days": 1956 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 381, + "stars": 382, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { - "stars": 20, + "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 535, + "stars": 542, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 819, + "stars": 825, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { - "stars": 105, + "stars": 106, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 74, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1433, + "stars": 1442, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 206, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 813, + "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { - "stars": 50, + "stars": 51, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 5, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 219, + "stars": 220, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 107, + "stars": 109, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { - "stars": 79, + "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 115, + "stars": 119, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { - "stars": 147, + "stars": 148, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 788, + "stars": 798, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1781, + "stars": 1791, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 848 + "author_account_age_days": 890 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { - "stars": 3, - "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1791 + "stars": 4, + "last_update": "2025-12-23 08:23:49", + "author_account_age_days": 1833 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1781 + "author_account_age_days": 1823 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1869 + "author_account_age_days": 1911 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { - "stars": 30, + "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 6048 + "author_account_age_days": 6090 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { - "stars": 5, - "last_update": "2025-11-13 09:47:22", - "author_account_age_days": 939 + "stars": 7, + "last_update": "2025-12-10 03:45:04", + "author_account_age_days": 981 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { - "stars": 2, - "last_update": "2025-11-14 03:15:38", - "author_account_age_days": 939 + "stars": 3, + "last_update": "2025-12-04 02:41:50", + "author_account_age_days": 981 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 581 + "author_account_age_days": 623 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1702 + "author_account_age_days": 1744 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 241, - "last_update": "2025-09-05 12:40:46", - "author_account_age_days": 1711 + "stars": 257, + "last_update": "2025-11-27 11:52:49", + "author_account_age_days": 1753 + }, + "https://github.com/Zeknes/Comfyui-LLM-Chat": { + "stars": 0, + "last_update": "2025-12-17 08:04:07", + "author_account_age_days": 1145 + }, + "https://github.com/Zeknes/Comfyui-Nanobanana-API": { + "stars": 0, + "last_update": "2025-12-17 08:35:06", + "author_account_age_days": 1145 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, - "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5129 + "last_update": "2025-11-21 08:39:28", + "author_account_age_days": 5171 }, "https://github.com/ZeroSpaceStudios/ComfyUI-ZSNodes": { "stars": 0, "last_update": "2025-08-26 00:26:08", - "author_account_age_days": 232 + "author_account_age_days": 274 + }, + "https://github.com/Zone-Roam/ComfyUI-Live-Search": { + "stars": 0, + "last_update": "2025-11-26 12:20:52", + "author_account_age_days": 1802 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { - "stars": 43, + "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 1031 + "author_account_age_days": 1073 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { - "stars": 119, + "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 1031 + "author_account_age_days": 1073 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { - "stars": 38, + "stars": 39, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 1031 + "author_account_age_days": 1073 }, "https://github.com/a-l-e-x-d-s-9/ComfyUI-SaveCheckpointWithMetadata": { "stars": 0, "last_update": "2025-08-25 20:29:15", - "author_account_age_days": 4309 + "author_account_age_days": 4350 + }, + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": { + "stars": 0, + "last_update": "2025-12-10 15:06:11", + "author_account_age_days": 990 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 948 + "author_account_age_days": 990 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { - "stars": 41, + "stars": 42, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 948 + "author_account_age_days": 990 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 948 + "author_account_age_days": 990 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 4, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 948 + "author_account_age_days": 990 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 4, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 948 + "author_account_age_days": 990 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 102, + "stars": 105, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5310 + "author_account_age_days": 5352 + }, + "https://github.com/aTanguay/ComfyUI_Detonate": { + "stars": 1, + "last_update": "2025-11-25 04:13:26", + "author_account_age_days": 3999 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { - "stars": 44, + "stars": 45, "last_update": "2025-08-26 02:43:39", - "author_account_age_days": 661 + "author_account_age_days": 703 }, "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": { - "stars": 32, + "stars": 34, "last_update": "2025-10-12 18:20:58", - "author_account_age_days": 661 + "author_account_age_days": 703 }, "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": { "stars": 0, "last_update": "2025-11-05 13:57:38", - "author_account_age_days": 2814 + "author_account_age_days": 2856 }, "https://github.com/abdullahceylan/ac-comfyui-queue-manager": { - "stars": 3, + "stars": 5, "last_update": "2025-09-27 18:12:15", - "author_account_age_days": 2814 + "author_account_age_days": 2856 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 581 + "author_account_age_days": 623 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 581 + "author_account_age_days": 623 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 671 + "author_account_age_days": 712 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 42, - "last_update": "2025-09-27 11:42:45", - "author_account_age_days": 4336 + "stars": 47, + "last_update": "2025-12-09 19:13:15", + "author_account_age_days": 4378 }, "https://github.com/adambarbato/ComfyUI-Sa2VA": { - "stars": 72, - "last_update": "2025-11-08 02:53:34", - "author_account_age_days": 4440 + "stars": 92, + "last_update": "2025-12-22 23:32:02", + "author_account_age_days": 4481 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 7, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1212 + "author_account_age_days": 1253 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 358, + "stars": 372, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5525 + "author_account_age_days": 5567 }, "https://github.com/adigayung/ComfyUI-Translator": { - "stars": 14, + "stars": 15, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 721 + "author_account_age_days": 763 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3471 + "author_account_age_days": 3513 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2730 + "author_account_age_days": 2772 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 37, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1092 + "author_account_age_days": 1133 }, "https://github.com/aegis72/comfyui-styles-all": { - "stars": 52, + "stars": 53, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1092 + "author_account_age_days": 1133 }, "https://github.com/aesethtics/ComfyUI-Utilitools": { "stars": 1, "last_update": "2025-08-27 21:58:17", - "author_account_age_days": 3355 + "author_account_age_days": 3396 }, "https://github.com/aesethtics/comfyui-3d-model-viewer": { "stars": 1, "last_update": "2025-09-24 17:27:58", - "author_account_age_days": 3355 + "author_account_age_days": 3396 + }, + "https://github.com/agavesunset/AgaveLogicCounter": { + "stars": 0, + "last_update": "2025-12-18 06:34:34", + "author_account_age_days": 296 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2393 + "author_account_age_days": 2434 + }, + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node": { + "stars": 0, + "last_update": "2025-12-01 23:39:14", + "author_account_age_days": 678 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 3, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4504 + "author_account_age_days": 4546 }, "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": { "stars": 0, "last_update": "2025-11-14 11:02:04", - "author_account_age_days": 5746 + "author_account_age_days": 5788 }, "https://github.com/ahkimkoo/Comfyui-AudioSegment": { - "stars": 3, + "stars": 5, "last_update": "2025-09-19 03:20:14", - "author_account_age_days": 5746 + "author_account_age_days": 5788 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 2029 + "author_account_age_days": 2071 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 2029 + "author_account_age_days": 2071 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { - "stars": 18, + "stars": 19, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 520 + "author_account_age_days": 562 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 152, + "stars": 158, "last_update": "2025-10-27 02:13:49", - "author_account_age_days": 412 + "author_account_age_days": 454 }, "https://github.com/aiaiaikkk/comfyui-api-image-edit": { "stars": 9, "last_update": "2025-09-03 17:05:31", - "author_account_age_days": 412 + "author_account_age_days": 454 }, "https://github.com/aiaiaikkk/super-prompt-canvas": { - "stars": 146, + "stars": 151, "last_update": "2025-08-30 06:42:21", - "author_account_age_days": 412 + "author_account_age_days": 454 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 782 + "author_account_age_days": 824 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 293 + "author_account_age_days": 335 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 178 + "author_account_age_days": 220 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 851 + "author_account_age_days": 893 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 14, "last_update": "2025-11-12 02:50:17", - "author_account_age_days": 4411 + "author_account_age_days": 4453 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 134, - "last_update": "2025-11-06 12:09:44", - "author_account_age_days": 5056 + "stars": 140, + "last_update": "2025-12-04 02:01:08", + "author_account_age_days": 5098 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2232, + "stars": 2240, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 826 + "author_account_age_days": 868 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1539, - "last_update": "2025-11-13 04:46:50", - "author_account_age_days": 826 + "stars": 1744, + "last_update": "2025-12-26 08:26:02", + "author_account_age_days": 868 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3179 + "author_account_age_days": 3221 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 54, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1162 + "author_account_age_days": 1204 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 4, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1162 + "author_account_age_days": 1204 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 103, - "last_update": "2025-11-11 07:11:02", - "author_account_age_days": 1162 + "stars": 117, + "last_update": "2025-12-23 05:45:41", + "author_account_age_days": 1204 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 86, + "stars": 87, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1162 + "author_account_age_days": 1204 + }, + "https://github.com/aining2022/ComfyUI_Swwan": { + "stars": 2, + "last_update": "2025-12-26 15:03:43", + "author_account_age_days": 582 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 497 + "author_account_age_days": 539 }, "https://github.com/aistudynow/Comfyui-HunyuanFoley": { - "stars": 54, + "stars": 57, "last_update": "2025-09-13 10:17:31", - "author_account_age_days": 77 + "author_account_age_days": 119 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2291 + "author_account_age_days": 2332 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 31, - "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 543 + "last_update": "2025-11-30 20:57:15", + "author_account_age_days": 585 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { - "stars": 9, + "stars": 12, "last_update": "2025-09-30 03:58:34", - "author_account_age_days": 543 + "author_account_age_days": 585 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 244, + "stars": 247, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 543 + "author_account_age_days": 585 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 325, - "last_update": "2025-09-16 18:25:42", - "author_account_age_days": 543 + "stars": 335, + "last_update": "2025-11-30 04:47:00", + "author_account_age_days": 585 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 543 + "author_account_age_days": 585 + }, + "https://github.com/akaugun/comfyui-lora-hook-trigger": { + "stars": 0, + "last_update": "2025-12-18 04:48:19", + "author_account_age_days": 15 + }, + "https://github.com/akawana/ComfyUI-AK-Pack": { + "stars": 0, + "last_update": "2025-12-22 18:53:00", + "author_account_age_days": 1025 + }, + "https://github.com/akawana/ComfyUI-AK-XZ-Axis": { + "stars": 3, + "last_update": "2025-12-20 13:12:16", + "author_account_age_days": 1025 + }, + "https://github.com/akawana/ComfyUI-Folded-Prompts": { + "stars": 3, + "last_update": "2025-12-20 13:12:48", + "author_account_age_days": 1025 + }, + "https://github.com/akawana/ComfyUI-Keybinding-extra": { + "stars": 3, + "last_update": "2025-12-20 13:12:48", + "author_account_age_days": 1025 + }, + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-22 21:24:22", + "author_account_age_days": 1025 + }, + "https://github.com/akawana/ComfyUI-Utils-extra": { + "stars": 0, + "last_update": "2025-12-22 18:53:00", + "author_account_age_days": 1025 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2843 + "author_account_age_days": 2884 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2843 + "author_account_age_days": 2884 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1438 + "author_account_age_days": 1479 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1438 + "author_account_age_days": 1479 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 134, - "last_update": "2025-09-05 15:47:59", - "author_account_age_days": 1438 + "stars": 149, + "last_update": "2025-12-23 19:34:00", + "author_account_age_days": 1479 }, "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { "stars": 0, "last_update": "2025-11-05 16:43:30", - "author_account_age_days": 3135 + "author_account_age_days": 3176 }, "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": { "stars": 1, - "last_update": "2025-11-10 14:12:45", - "author_account_age_days": 3135 + "last_update": "2025-12-15 11:52:02", + "author_account_age_days": 3176 }, "https://github.com/alFrame/ComfyUI-AF-Find-Nodes": { - "stars": 2, - "last_update": "2025-11-10 18:46:11", - "author_account_age_days": 3135 + "stars": 3, + "last_update": "2025-12-15 21:31:37", + "author_account_age_days": 3176 }, "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": { "stars": 2, - "last_update": "2025-11-12 17:23:45", - "author_account_age_days": 3135 + "last_update": "2025-12-15 21:33:50", + "author_account_age_days": 3176 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3998 + "author_account_age_days": 4040 + }, + "https://github.com/alankent/ComfyUI-OA-360-Clip": { + "stars": 0, + "last_update": "2025-11-16 05:39:08", + "author_account_age_days": 4454 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 8, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4558 + "author_account_age_days": 4599 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-09-27 03:57:59", - "author_account_age_days": 2333 + "author_account_age_days": 2375 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 3086 + "author_account_age_days": 3128 }, "https://github.com/alessandroperilli/OCS_Nodes": { - "stars": 2, - "last_update": "2025-10-17 12:37:40", - "author_account_age_days": 4017 + "stars": 3, + "last_update": "2025-11-18 13:01:14", + "author_account_age_days": 4058 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1705 + "author_account_age_days": 1747 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 56, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1705 + "author_account_age_days": 1747 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 31, + "stars": 33, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1705 + "author_account_age_days": 1747 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 2, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1705 + "author_account_age_days": 1747 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1705 + "author_account_age_days": 1747 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 100, - "last_update": "2025-11-13 03:17:22", - "author_account_age_days": 4095 + "stars": 121, + "last_update": "2025-11-29 20:16:15", + "author_account_age_days": 4137 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 1, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5523 + "author_account_age_days": 5565 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5523 + "author_account_age_days": 5565 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 88, - "last_update": "2025-11-08 14:39:09", - "author_account_age_days": 3794 + "stars": 107, + "last_update": "2025-12-26 11:13:18", + "author_account_age_days": 3836 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-09-22 14:35:07", - "author_account_age_days": 3794 + "author_account_age_days": 3836 }, "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": { - "stars": 3, - "last_update": "2025-11-12 01:51:33", - "author_account_age_days": 4848 + "stars": 10, + "last_update": "2025-11-25 06:34:18", + "author_account_age_days": 4890 + }, + "https://github.com/alexjx/ComfyUI-XJNodes": { + "stars": 0, + "last_update": "2025-12-25 02:07:28", + "author_account_age_days": 4890 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 129, - "last_update": "2025-10-19 13:03:33", - "author_account_age_days": 3188 + "stars": 139, + "last_update": "2025-12-23 16:54:37", + "author_account_age_days": 3230 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3188 + "author_account_age_days": 3230 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1328, + "stars": 1340, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 997 + "author_account_age_days": 1039 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 119, + "stars": 122, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5368 + "author_account_age_days": 5410 }, "https://github.com/alibof96/ComfyUI-DownscaleIRN": { "stars": 0, "last_update": "2025-10-30 22:04:34", - "author_account_age_days": 457 + "author_account_age_days": 498 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 93, + "stars": 98, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1109 + "author_account_age_days": 1150 }, "https://github.com/alludus/ComfyUI-multiGPU-upscaler": { - "stars": 0, + "stars": 1, "last_update": "2025-11-14 18:32:26", - "author_account_age_days": 3843 + "author_account_age_days": 3884 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1781 + "author_account_age_days": 1823 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 106, + "stars": 109, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1781 + "author_account_age_days": 1823 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { - "stars": 16, + "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2502 + "author_account_age_days": 2544 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 107, + "stars": 108, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1168 + "author_account_age_days": 1210 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 80, + "stars": 84, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1168 + "author_account_age_days": 1210 + }, + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": { + "stars": 0, + "last_update": "2025-12-12 15:43:06", + "author_account_age_days": 2070 }, "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { - "stars": 23, - "last_update": "2025-11-07 07:58:14", - "author_account_age_days": 952 + "stars": 32, + "last_update": "2025-12-22 14:06:46", + "author_account_age_days": 994 }, "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": { - "stars": 12, + "stars": 15, "last_update": "2025-11-06 22:21:00", - "author_account_age_days": 952 + "author_account_age_days": 994 + }, + "https://github.com/amtarr/ComfyUI-TextureAlchemy": { + "stars": 1, + "last_update": "2025-12-18 19:29:59", + "author_account_age_days": 1203 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 697 + "author_account_age_days": 738 }, "https://github.com/andersxa/comfyui-PromptAttention": { - "stars": 21, + "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3461 + "author_account_age_days": 3503 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6301 + "author_account_age_days": 6343 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2337 + "author_account_age_days": 2378 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3230 + "author_account_age_days": 3272 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3230 + "author_account_age_days": 3272 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2258 + "author_account_age_days": 2300 }, "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { "stars": 0, "last_update": "2025-11-12 23:04:25", - "author_account_age_days": 2224 + "author_account_age_days": 2265 + }, + "https://github.com/anilstream/ComfyUI-Ideogram-Character": { + "stars": 0, + "last_update": "2025-12-08 10:55:29", + "author_account_age_days": 557 }, "https://github.com/annewj023/Comfyui_google_nano": { "stars": 11, "last_update": "2025-09-03 21:17:57", - "author_account_age_days": 505 + "author_account_age_days": 547 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 25, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3371 + "author_account_age_days": 3413 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2249 + "author_account_age_days": 2291 }, "https://github.com/apenguin24/ComfyUI-WanKeyframing": { "stars": 0, "last_update": "2025-10-24 17:43:26", - "author_account_age_days": 26 + "author_account_age_days": 68 }, "https://github.com/arcum42/ComfyUI_SageUtils": { - "stars": 19, - "last_update": "2025-11-12 01:42:38", - "author_account_age_days": 6256 + "stars": 21, + "last_update": "2025-12-04 07:11:39", + "author_account_age_days": 6298 }, "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": { - "stars": 1, - "last_update": "2025-10-31 13:57:29", - "author_account_age_days": 431 + "stars": 2, + "last_update": "2025-11-29 07:41:11", + "author_account_age_days": 473 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 95, + "stars": 99, "last_update": "2025-10-19 07:50:46", - "author_account_age_days": 2853 + "author_account_age_days": 2895 + }, + "https://github.com/aria1th/ComfyUI-Wildcards-rework": { + "stars": 0, + "last_update": "2025-12-22 00:46:59", + "author_account_age_days": 2895 }, "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { - "stars": 0, - "last_update": "2025-11-12 00:46:52", - "author_account_age_days": 2950 + "stars": 1, + "last_update": "2025-11-21 04:35:57", + "author_account_age_days": 2991 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 4, "last_update": "2025-09-25 05:37:51", - "author_account_age_days": 4042 + "author_account_age_days": 4084 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 6, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 4042 + "author_account_age_days": 4084 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { - "stars": 62, + "stars": 63, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 949 + "author_account_age_days": 991 }, "https://github.com/asagi4/ComfyUI-CADS": { - "stars": 41, + "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 949 + "author_account_age_days": 991 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 949 + "author_account_age_days": 991 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 337, - "last_update": "2025-08-27 17:28:25", - "author_account_age_days": 949 + "stars": 357, + "last_update": "2025-12-18 21:55:32", + "author_account_age_days": 991 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 949 + "author_account_age_days": 991 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 522 + "author_account_age_days": 564 + }, + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy": { + "stars": 0, + "last_update": "2025-12-13 15:55:26", + "author_account_age_days": 68 }, "https://github.com/ashtar1984/comfyui-find-perfect-resolution": { - "stars": 3, - "last_update": "2025-11-04 09:33:31", - "author_account_age_days": 26 + "stars": 5, + "last_update": "2025-12-05 14:45:19", + "author_account_age_days": 68 + }, + "https://github.com/aslanxie/comfyui_qwen_image_edit": { + "stars": 0, + "last_update": "2025-12-18 07:36:29", + "author_account_age_days": 2433 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 48, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5420 + "author_account_age_days": 5461 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 170, + "stars": 175, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3235 + "author_account_age_days": 3277 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3535 + "author_account_age_days": 3577 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 153, + "stars": 162, "last_update": "2025-09-13 07:08:57", - "author_account_age_days": 2857 + "author_account_age_days": 2898 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 139, + "stars": 140, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4132 + "author_account_age_days": 4174 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { - "stars": 37, + "stars": 39, "last_update": "2025-09-02 02:49:43", - "author_account_age_days": 4629 + "author_account_age_days": 4671 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 122, + "stars": 126, "last_update": "2025-09-02 01:48:10", - "author_account_age_days": 4629 + "author_account_age_days": 4671 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4606 + "author_account_age_days": 4648 }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 263, + "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1362 + "author_account_age_days": 1404 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { - "stars": 15, + "stars": 16, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 212 + "author_account_age_days": 254 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 212 + "author_account_age_days": 254 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 212 + "author_account_age_days": 254 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 581 + "author_account_age_days": 623 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { - "stars": 29, + "stars": 30, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 4067 + "author_account_age_days": 4109 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 926 + "author_account_age_days": 968 }, "https://github.com/azazeal04/ComfyUI-HybridSamplers": { - "stars": 6, + "stars": 7, "last_update": "2025-11-09 17:17:00", - "author_account_age_days": 926 + "author_account_age_days": 968 }, "https://github.com/azazeal04/comfyui-switch-samplers": { "stars": 3, "last_update": "2025-10-07 17:17:03", - "author_account_age_days": 926 + "author_account_age_days": 968 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 5, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 809 + "author_account_age_days": 851 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 8, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 809 + "author_account_age_days": 851 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 5, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 186 + "author_account_age_days": 227 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 1, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2253 + "author_account_age_days": 2295 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 914 + "author_account_age_days": 955 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 1, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 914 + "author_account_age_days": 955 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 50, + "stars": 52, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2279 + "author_account_age_days": 2321 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 91, + "stars": 96, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5871 + "author_account_age_days": 5913 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 780 + "author_account_age_days": 822 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 14, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1339 + "author_account_age_days": 1381 }, "https://github.com/balu112121/comfyui-LoadImageFromURL": { "stars": 1, "last_update": "2025-10-23 05:44:35", - "author_account_age_days": 321 + "author_account_age_days": 363 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-08-29 18:40:07", - "author_account_age_days": 3042 + "author_account_age_days": 3084 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 3042 + "author_account_age_days": 3084 }, "https://github.com/banodoco/steerable-motion": { - "stars": 951, + "stars": 960, "last_update": "2025-10-03 19:34:07", - "author_account_age_days": 910 + "author_account_age_days": 952 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2807 + "author_account_age_days": 2849 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4635 + "author_account_age_days": 4677 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 169, + "stars": 175, "last_update": "2025-10-03 08:03:29", - "author_account_age_days": 4695 + "author_account_age_days": 4737 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 125, + "stars": 129, "last_update": "2025-10-31 14:19:35", - "author_account_age_days": 133 + "author_account_age_days": 175 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 962 + "author_account_age_days": 1004 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3473 + "author_account_age_days": 3515 + }, + "https://github.com/bedovyy/ComfyUI-LLM-Helper": { + "stars": 0, + "last_update": "2025-12-12 16:16:46", + "author_account_age_days": 913 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 84, + "stars": 86, "last_update": "2025-10-11 21:48:05", - "author_account_age_days": 871 + "author_account_age_days": 913 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3468 + "author_account_age_days": 3510 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 25, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2621 + "author_account_age_days": 2663 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2621 + "author_account_age_days": 2663 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { - "stars": 1, + "stars": 2, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2275 + "author_account_age_days": 2316 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 621 + "author_account_age_days": 663 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 64, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 621 + "author_account_age_days": 663 + }, + "https://github.com/benjiyaya/ComfyUI-QwenImageLayeredToLength": { + "stars": 9, + "last_update": "2025-12-20 18:45:31", + "author_account_age_days": 663 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4976 + "author_account_age_days": 5018 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4976 + "author_account_age_days": 5018 }, "https://github.com/benstaniford/comfy-load-last-image": { - "stars": 0, + "stars": 1, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4976 + "author_account_age_days": 5018 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { - "stars": 32, - "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4976 + "stars": 34, + "last_update": "2025-12-23 23:16:09", + "author_account_age_days": 5018 }, "https://github.com/benstaniford/comfy-prompt-db": { - "stars": 5, + "stars": 6, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4976 + "author_account_age_days": 5018 }, "https://github.com/bentoml/comfy-pack": { - "stars": 192, + "stars": 200, "last_update": "2025-11-10 02:12:51", - "author_account_age_days": 2418 + "author_account_age_days": 2460 + }, + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": { + "stars": 0, + "last_update": "2025-12-17 12:39:30", + "author_account_age_days": 812 }, "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": { - "stars": 25, + "stars": 26, "last_update": "2025-10-15 01:11:05", - "author_account_age_days": 4658 + "author_account_age_days": 4700 }, "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { "stars": 2, "last_update": "2025-08-21 16:54:53", - "author_account_age_days": 3186 + "author_account_age_days": 3228 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 2, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3184 + "author_account_age_days": 3226 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 2, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 658 + "author_account_age_days": 700 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 4016 + "author_account_age_days": 4057 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { - "stars": 185, + "stars": 208, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { - "stars": 70, + "stars": 78, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 137, + "stars": 141, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 398, + "stars": 471, "last_update": "2025-11-07 09:48:46", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 29, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { - "stars": 203, + "stars": 205, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { - "stars": 51, + "stars": 53, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { - "stars": 23, + "stars": 24, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 19, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 7, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { - "stars": 47, + "stars": 51, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 151, + "stars": 157, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 27, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 156, + "stars": 173, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2444 + "author_account_age_days": 2486 }, "https://github.com/birdneststream/ComfyUI-Mircify": { "stars": 0, "last_update": "2025-08-31 02:51:11", - "author_account_age_days": 1875 + "author_account_age_days": 1916 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 565 + "author_account_age_days": 607 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 87, + "stars": 89, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 605 + "author_account_age_days": 647 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { - "stars": 8, + "stars": 9, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3382 + "author_account_age_days": 3423 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 662 + "author_account_age_days": 704 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 128, + "stars": 131, "last_update": "2025-09-17 19:18:14", - "author_account_age_days": 662 + "author_account_age_days": 704 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 47, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 662 + "author_account_age_days": 704 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 662 + "author_account_age_days": 704 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 125, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 662 + "author_account_age_days": 704 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 662 + "author_account_age_days": 704 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 174, + "stars": 175, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 782 + "author_account_age_days": 823 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2845 + "author_account_age_days": 2887 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 11, "last_update": "2025-09-09 15:26:36", - "author_account_age_days": 576 + "author_account_age_days": 618 }, "https://github.com/blob8/ComfyUI_video-image-motion-transfer": { - "stars": 0, + "stars": 1, "last_update": "2025-09-14 15:59:02", - "author_account_age_days": 576 + "author_account_age_days": 618 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 711 + "author_account_age_days": 752 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 821 + "author_account_age_days": 863 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 5075 + "author_account_age_days": 5117 }, "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": { "stars": 3, "last_update": "2025-09-11 05:06:12", - "author_account_age_days": 2569 + "author_account_age_days": 2611 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { - "stars": 46, + "stars": 48, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 4045 + "author_account_age_days": 4086 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 11, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 4045 + "author_account_age_days": 4086 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { - "stars": 4, - "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 4045 + "stars": 5, + "last_update": "2025-11-18 23:47:59", + "author_account_age_days": 4086 }, "https://github.com/bmad4ever/comfyui_panels": { - "stars": 2, + "stars": 3, "last_update": "2025-11-04 12:52:32", - "author_account_age_days": 4045 + "author_account_age_days": 4086 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 4045 + "author_account_age_days": 4086 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 4045 + "author_account_age_days": 4086 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5253 + "author_account_age_days": 5295 }, "https://github.com/bobosola/ComfyUI-reboot": { "stars": 1, "last_update": "2025-10-12 15:56:09", - "author_account_age_days": 3924 + "author_account_age_days": 3965 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, - "last_update": "2025-11-13 16:01:56", - "author_account_age_days": 3922 + "last_update": "2025-12-17 09:40:45", + "author_account_age_days": 3964 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 416 + "author_account_age_days": 458 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 416 + "author_account_age_days": 458 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 416 + "author_account_age_days": 458 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { - "stars": 1, + "stars": 2, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 416 + "author_account_age_days": 458 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 416 + "author_account_age_days": 458 + }, + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": { + "stars": 2, + "last_update": "2025-12-19 01:31:10", + "author_account_age_days": 1353 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 5067 + "author_account_age_days": 5109 + }, + "https://github.com/bomborant/ComfyUI-ShakaNodes": { + "stars": 0, + "last_update": "2025-12-06 03:30:50", + "author_account_age_days": 2070 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4111 + "author_account_age_days": 4153 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4606 + "author_account_age_days": 4648 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 2078 + "author_account_age_days": 2119 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 4, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 2078 + "author_account_age_days": 2119 }, "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": { "stars": 0, "last_update": "2025-11-10 02:13:14", - "author_account_age_days": 1442 + "author_account_age_days": 1484 + }, + "https://github.com/bpmpnaito/comfyui-imageviewer": { + "stars": 0, + "last_update": "2025-11-28 15:15:50", + "author_account_age_days": 5955 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { - "stars": 13, - "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4164 + "stars": 15, + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4206 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": { + "stars": 15, + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4206 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { - "stars": 22, - "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4164 + "stars": 25, + "last_update": "2025-12-20 05:45:32", + "author_account_age_days": 4206 + }, + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom": { + "stars": 0, + "last_update": "2025-12-07 20:21:12", + "author_account_age_days": 1009 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { - "stars": 1, + "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 939 + "author_account_age_days": 981 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 8, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4753 + "author_account_age_days": 4795 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4753 + "author_account_age_days": 4795 }, "https://github.com/brayevalerien/ComfyUI-GroqNodes": { - "stars": 0, + "stars": 1, "last_update": "2025-11-08 15:46:01", - "author_account_age_days": 2102 + "author_account_age_days": 2144 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2102 + "author_account_age_days": 2144 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 28, + "stars": 29, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2102 + "author_account_age_days": 2144 }, "https://github.com/brenzel/comfyui-prompt-beautify": { - "stars": 16, + "stars": 17, "last_update": "2025-09-10 15:43:18", - "author_account_age_days": 3495 + "author_account_age_days": 3537 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 306, + "stars": 308, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4748 + "author_account_age_days": 4790 }, "https://github.com/bronkula/comfyui-fitsize": { - "stars": 49, + "stars": 50, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5663 + "author_account_age_days": 5705 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 892 + "author_account_age_days": 934 + }, + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": { + "stars": 0, + "last_update": "2025-11-19 23:38:20", + "author_account_age_days": 934 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { - "stars": 44, + "stars": 45, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2874 + "author_account_age_days": 2916 + }, + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": { + "stars": 6, + "last_update": "2025-12-03 10:00:24", + "author_account_age_days": 1532 + }, + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": { + "stars": 0, + "last_update": "2025-12-08 06:33:14", + "author_account_age_days": 195 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 3, "last_update": "2025-08-26 06:14:34", - "author_account_age_days": 5194 + "author_account_age_days": 5236 }, "https://github.com/budihartono/comfyui_otonx_nodes": { - "stars": 0, + "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5194 + "author_account_age_days": 5236 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 9, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 308 + "author_account_age_days": 349 }, "https://github.com/bulldog68/ComfyUI_FMJ_LLM": { - "stars": 0, - "last_update": "2025-11-13 22:13:44", - "author_account_age_days": 612 + "stars": 2, + "last_update": "2025-12-18 12:40:02", + "author_account_age_days": 654 }, "https://github.com/bulldog68/ComfyUI_FMJ_SP": { - "stars": 0, - "last_update": "2025-11-13 21:52:03", - "author_account_age_days": 612 + "stars": 1, + "last_update": "2025-12-19 14:28:26", + "author_account_age_days": 654 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { - "stars": 22, + "stars": 31, "last_update": "2025-08-30 18:11:35", - "author_account_age_days": 5153 + "author_account_age_days": 5195 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5153 + "author_account_age_days": 5195 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-09-13 23:22:31", - "author_account_age_days": 5153 + "author_account_age_days": 5195 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1683 + "author_account_age_days": 1725 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { - "stars": 23, + "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1683 + "author_account_age_days": 1725 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1683 + "author_account_age_days": 1725 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { - "stars": 11, + "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1683 + "author_account_age_days": 1725 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 16, + "stars": 17, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1683 + "author_account_age_days": 1725 + }, + "https://github.com/by-ae/ae-in-workflow": { + "stars": 4, + "last_update": "2025-12-21 03:54:04", + "author_account_age_days": 3240 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 455, + "stars": 469, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4596 + "author_account_age_days": 4638 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { "stars": 281, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4596 + "author_account_age_days": 4638 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 465, - "last_update": "2025-11-04 08:01:43", - "author_account_age_days": 4596 + "stars": 513, + "last_update": "2025-12-07 11:45:47", + "author_account_age_days": 4638 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 10, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 5023 + "author_account_age_days": 5065 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 18, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 5023 + "author_account_age_days": 5065 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 390 + "author_account_age_days": 432 }, "https://github.com/calcuis/gguf": { - "stars": 154, - "last_update": "2025-11-08 15:23:23", - "author_account_age_days": 1156 + "stars": 175, + "last_update": "2025-12-19 11:28:27", + "author_account_age_days": 1197 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 49, + "stars": 50, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3811 + "author_account_age_days": 3853 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3811 + "author_account_age_days": 3853 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2277 + "author_account_age_days": 2319 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 212, - "last_update": "2025-11-13 15:38:28", - "author_account_age_days": 912 + "stars": 230, + "last_update": "2025-12-25 13:42:41", + "author_account_age_days": 954 }, "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": { "stars": 0, "last_update": "2025-10-07 22:48:23", - "author_account_age_days": 1163 + "author_account_age_days": 1205 }, "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 53, + "stars": 58, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 182 + "author_account_age_days": 224 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 1039 + "author_account_age_days": 1081 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 977 + "author_account_age_days": 1019 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 492, + "stars": 495, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1713 + "author_account_age_days": 1754 }, "https://github.com/cdb-boop/comfyui-image-round": { - "stars": 10, + "stars": 11, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1713 + "author_account_age_days": 1754 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { - "stars": 1, + "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3804 + "author_account_age_days": 3846 }, - "https://github.com/cedarconnor/ComfyUI-DiT360": { + "https://github.com/cedarconnor/ComfyUI-DreamCube": { "stars": 0, - "last_update": "2025-10-26 19:46:00", - "author_account_age_days": 4804 - }, - "https://github.com/cedarconnor/ComfyUI-OmniX": { - "stars": 0, - "last_update": "2025-11-13 15:51:08", - "author_account_age_days": 4804 + "last_update": "2025-11-24 05:06:34", + "author_account_age_days": 4845 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { - "stars": 0, + "stars": 1, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4804 + "author_account_age_days": 4845 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, - "last_update": "2025-11-08 04:44:36", - "author_account_age_days": 4804 + "last_update": "2025-12-15 05:18:50", + "author_account_age_days": 4845 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-11-05 19:39:45", - "author_account_age_days": 4804 + "author_account_age_days": 4845 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5520 + "author_account_age_days": 5562 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3907 + "author_account_age_days": 3949 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 4, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3907 + "author_account_age_days": 3949 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1973 + "author_account_age_days": 2015 }, "https://github.com/cerspense/ComfyUI_cspnodes": { - "stars": 35, + "stars": 36, "last_update": "2025-10-09 11:28:43", - "author_account_age_days": 3190 + "author_account_age_days": 3232 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 140, + "stars": 141, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1662 + "author_account_age_days": 1703 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 45, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 1084 + "author_account_age_days": 1126 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4344 + "author_account_age_days": 4386 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4344 + "author_account_age_days": 4386 + }, + "https://github.com/chameleon-ai/comfyui_momo": { + "stars": 0, + "last_update": "2025-12-20 15:24:43", + "author_account_age_days": 386 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 864 + "author_account_age_days": 906 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 864 + "author_account_age_days": 906 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1701 + "author_account_age_days": 1743 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { - "stars": 252, + "stars": 254, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 26, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-DragAnything": { - "stars": 69, + "stars": 71, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 411, + "stars": 412, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { - "stars": 27, + "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-LightGlue": { - "stars": 48, + "stars": 49, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { - "stars": 138, + "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 85, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 277, + "stars": 281, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-MuseV": { - "stars": 157, + "stars": 158, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { - "stars": 49, + "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-RAFT": { - "stars": 25, + "stars": 27, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI-dust3r": { - "stars": 21, + "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 36, + "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5342 + "author_account_age_days": 5384 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 110, + "stars": 114, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 842 + "author_account_age_days": 884 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3124 + "author_account_age_days": 3166 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, - "last_update": "2025-08-18 21:40:21", - "author_account_age_days": 3124 + "last_update": "2025-12-03 15:13:28", + "author_account_age_days": 3166 }, "https://github.com/charlyad142/comfyUI_charly_replicate_api": { "stars": 0, "last_update": "2025-10-21 19:57:07", - "author_account_age_days": 3124 + "author_account_age_days": 3166 }, "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { "stars": 0, "last_update": "2025-09-21 02:52:56", - "author_account_age_days": 4923 + "author_account_age_days": 4965 + }, + "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": { + "stars": 1, + "last_update": "2025-12-09 08:59:21", + "author_account_age_days": 2587 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 392 + "author_account_age_days": 434 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 6, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2243 + "author_account_age_days": 2285 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3686 + "author_account_age_days": 3728 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 515, - "last_update": "2025-10-23 09:36:33", - "author_account_age_days": 795 + "stars": 589, + "last_update": "2025-12-18 09:39:10", + "author_account_age_days": 837 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 3, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 795 + "author_account_age_days": 837 }, "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": { - "stars": 32, + "stars": 36, "last_update": "2025-09-04 10:51:53", - "author_account_age_days": 795 + "author_account_age_days": 837 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 30, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 795 + "author_account_age_days": 837 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3923 + "author_account_age_days": 3965 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 605 + "author_account_age_days": 647 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 2038 + "author_account_age_days": 2080 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 363, + "stars": 370, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 952 + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 54, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 952 + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 36, + "stars": 38, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 952 + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 18, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 952 + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2694, - "last_update": "2025-11-07 15:30:49", - "author_account_age_days": 952 + "stars": 2799, + "last_update": "2025-12-24 07:03:50", + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 528, - "last_update": "2025-11-07 09:44:04", - "author_account_age_days": 952 + "stars": 569, + "last_update": "2025-12-26 13:53:40", + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 29, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 952 + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 147, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 952 + "author_account_age_days": 994 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 112, + "stars": 114, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 952 + "author_account_age_days": 994 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 78, + "stars": 85, "last_update": "2025-11-03 21:11:57", - "author_account_age_days": 3357 + "author_account_age_days": 3399 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 205, + "stars": 206, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 6031 + "author_account_age_days": 6073 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 734 + "author_account_age_days": 776 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { - "stars": 2, + "stars": 3, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 734 + "author_account_age_days": 776 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { - "stars": 12, + "stars": 13, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2228 + "author_account_age_days": 2270 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4481 + "author_account_age_days": 4522 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2305 + "author_account_age_days": 2347 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 89, + "stars": 92, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1240 + "author_account_age_days": 1282 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 77, + "stars": 79, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4573 + "author_account_age_days": 4615 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 96, - "last_update": "2025-09-30 03:57:33", - "author_account_age_days": 4573 + "stars": 102, + "last_update": "2025-11-30 04:05:03", + "author_account_age_days": 4615 }, "https://github.com/chrisgoringe/cg-noisetools": { - "stars": 19, + "stars": 20, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4573 + "author_account_age_days": 4615 }, "https://github.com/chrisgoringe/cg-prompt-info": { - "stars": 31, + "stars": 32, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4573 + "author_account_age_days": 4615 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 841, - "last_update": "2025-11-07 03:55:17", - "author_account_age_days": 4573 + "stars": 886, + "last_update": "2025-12-17 01:53:11", + "author_account_age_days": 4615 }, "https://github.com/chrish-slingshot/CrasHUtils": { - "stars": 13, + "stars": 14, "last_update": "2025-10-09 23:23:49", - "author_account_age_days": 1109 + "author_account_age_days": 1151 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2563 + "author_account_age_days": 2605 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 373, - "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1857 + "stars": 398, + "last_update": "2025-12-24 01:27:55", + "author_account_age_days": 1898 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { - "stars": 13, + "stars": 15, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1857 + "author_account_age_days": 1898 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1857 + "author_account_age_days": 1898 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1857 + "author_account_age_days": 1898 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 13, + "stars": 15, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1857 + "author_account_age_days": 1898 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 95, + "stars": 96, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1857 + "author_account_age_days": 1898 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1857 + "author_account_age_days": 1898 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1857 + "author_account_age_days": 1898 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 868 + "author_account_age_days": 910 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { - "stars": 3, + "stars": 4, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 868 + "author_account_age_days": 910 }, "https://github.com/chyer/Chye-ComfyUI-Toolset": { "stars": 0, - "last_update": "2025-08-31 12:00:23", - "author_account_age_days": 4540 + "last_update": "2025-11-20 09:04:13", + "author_account_age_days": 4582 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4707 + "author_account_age_days": 4749 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 5, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4707 + "author_account_age_days": 4749 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { - "stars": 8, + "stars": 10, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4707 + "author_account_age_days": 4749 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 96, - "last_update": "2025-10-28 15:03:10", - "author_account_age_days": 5879 + "stars": 102, + "last_update": "2025-12-10 09:16:35", + "author_account_age_days": 5920 }, "https://github.com/citronlegacy/ComfyUI-CitronNodes": { "stars": 0, "last_update": "2025-08-26 00:14:42", - "author_account_age_days": 4446 + "author_account_age_days": 4488 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2743, - "last_update": "2025-11-08 18:35:19", - "author_account_age_days": 1006 + "stars": 3021, + "last_update": "2025-12-18 08:16:57", + "author_account_age_days": 1047 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 100, + "stars": 102, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 1006 + "author_account_age_days": 1047 }, "https://github.com/city96/ComfyUI_DiT": { - "stars": 4, + "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 1006 + "author_account_age_days": 1047 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 524, + "stars": 525, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 1006 + "author_account_age_days": 1047 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 484, + "stars": 490, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 1006 + "author_account_age_days": 1047 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 310, + "stars": 313, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 1006 + "author_account_age_days": 1047 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 163, + "stars": 166, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 1006 + "author_account_age_days": 1047 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 8, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 3013 + "author_account_age_days": 3055 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 3013 + "author_account_age_days": 3055 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 161, + "stars": 164, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1107 + "author_account_age_days": 1148 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 865 + "author_account_age_days": 907 + }, + "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": { + "stars": 6, + "last_update": "2025-12-19 03:20:19", + "author_account_age_days": 366 + }, + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": { + "stars": 5, + "last_update": "2025-12-09 01:34:02", + "author_account_age_days": 366 + }, + "https://github.com/ckinpdx/comfyui-humo-audio-motion": { + "stars": 1, + "last_update": "2025-12-15 06:51:02", + "author_account_age_days": 366 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-11-03 08:37:18", - "author_account_age_days": 124 + "author_account_age_days": 166 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3209 + "author_account_age_days": 3251 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2611 + "author_account_age_days": 2653 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 7, "last_update": "2025-09-27 11:32:52", - "author_account_age_days": 3337 + "author_account_age_days": 3379 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 3, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2101 + "author_account_age_days": 2143 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 422 + "author_account_age_days": 463 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 1, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 5054 + "author_account_age_days": 5096 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5992 + "author_account_age_days": 6034 }, "https://github.com/cmeka/ComfyUI-WanMoEScheduler": { "stars": 5, "last_update": "2025-11-05 01:59:12", - "author_account_age_days": 4274 + "author_account_age_days": 4316 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 683 + "author_account_age_days": 724 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-09-09 09:10:08", - "author_account_age_days": 117 + "author_account_age_days": 158 }, "https://github.com/co5dt/ComfyUI-Persistent-Queue": { "stars": 3, "last_update": "2025-09-28 11:49:26", - "author_account_age_days": 3355 + "author_account_age_days": 3396 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3306 + "author_account_age_days": 3348 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6357 + "author_account_age_days": 6399 }, "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": { - "stars": 20, + "stars": 25, "last_update": "2025-11-09 02:46:25", - "author_account_age_days": 922 + "author_account_age_days": 964 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { - "stars": 69, + "stars": 77, "last_update": "2025-10-01 10:55:39", - "author_account_age_days": 675 + "author_account_age_days": 717 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 93597, - "last_update": "2025-11-14 08:26:09", - "author_account_age_days": 1057 + "stars": 98165, + "last_update": "2025-12-26 04:46:55", + "author_account_age_days": 1099 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 671, + "stars": 678, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 1057 + "author_account_age_days": 1099 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 190, + "stars": 195, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 1057 + "author_account_age_days": 1099 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 14, - "last_update": "2025-09-13 15:37:23", - "author_account_age_days": 327 + "last_update": "2025-12-23 14:23:25", + "author_account_age_days": 369 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 1, "last_update": "2025-10-06 23:13:51", - "author_account_age_days": 357 + "author_account_age_days": 399 }, "https://github.com/comnote-max/builmenlabo": { - "stars": 1, + "stars": 2, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 281 + "author_account_age_days": 323 + }, + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": { + "stars": 1, + "last_update": "2025-12-10 18:47:34", + "author_account_age_days": 901 }, "https://github.com/comrender/ComfyUI-NanoSeed": { - "stars": 2, - "last_update": "2025-11-13 16:10:56", - "author_account_age_days": 859 + "stars": 3, + "last_update": "2025-12-16 17:31:36", + "author_account_age_days": 901 }, - "https://github.com/comrender/ComfyUI-gpt5_image_text": { - "stars": 0, - "last_update": "2025-11-12 17:41:47", - "author_account_age_days": 859 + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": { + "stars": 1, + "last_update": "2025-12-20 13:02:34", + "author_account_age_days": 901 }, "https://github.com/concarne000/ComfyUI-Stacker": { - "stars": 7, + "stars": 9, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2409 + "author_account_age_days": 2451 }, "https://github.com/concarne000/ConCarneNode": { "stars": 5, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2409 + "author_account_age_days": 2451 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 6, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5117 + "author_account_age_days": 5159 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 90, + "stars": 91, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5171 + "author_account_age_days": 5213 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 178, + "stars": 186, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5171 + "author_account_age_days": 5213 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 80, + "stars": 82, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3564 + "author_account_age_days": 3606 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { - "stars": 11, + "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3564 + "author_account_age_days": 3606 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 1, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3450 + "author_account_age_days": 3492 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 574 + "author_account_age_days": 616 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { - "stars": 4, + "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 617 + "author_account_age_days": 658 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 119, + "stars": 123, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 617 + "author_account_age_days": 658 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 86, + "stars": 89, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 617 + "author_account_age_days": 658 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1633 + "author_account_age_days": 1675 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 2, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3118 + "author_account_age_days": 3160 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 275 + "author_account_age_days": 317 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1554, + "stars": 1655, "last_update": "2025-10-26 19:10:29", - "author_account_age_days": 4625 + "author_account_age_days": 4667 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 50, + "stars": 52, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4625 + "author_account_age_days": 4667 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { - "stars": 1, + "stars": 2, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 975 + "author_account_age_days": 1017 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 84, + "stars": 85, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5519 + "author_account_age_days": 5561 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 500, + "stars": 511, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5519 + "author_account_age_days": 5561 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5584, + "stars": 5688, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5519 + "author_account_age_days": 5561 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1747, + "stars": 1777, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5519 + "author_account_age_days": 5561 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 982, + "stars": 1011, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5519 + "author_account_age_days": 5561 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 898, + "stars": 901, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5519 + "author_account_age_days": 5561 }, "https://github.com/cuongloveit/comfy_http_request": { - "stars": 5, + "stars": 6, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3760 + "author_account_age_days": 3802 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2438 + "author_account_age_days": 2480 }, "https://github.com/cyan9977/ComfyUI_PromptQueue": { - "stars": 0, - "last_update": "2025-11-07 01:51:10", - "author_account_age_days": 435 + "stars": 1, + "last_update": "2025-12-24 04:41:18", + "author_account_age_days": 477 }, "https://github.com/cyberhirsch/seb_nodes": { - "stars": 2, - "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2375 + "stars": 4, + "last_update": "2025-11-25 14:50:54", + "author_account_age_days": 2417 + }, + "https://github.com/cyberlightdev/ComfyUI-CyberUtils": { + "stars": 0, + "last_update": "2025-12-22 21:19:05", + "author_account_age_days": 3900 }, "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { - "stars": 0, + "stars": 1, "last_update": "2025-10-21 13:13:22", - "author_account_age_days": 1949 + "author_account_age_days": 1991 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4742 + "author_account_age_days": 4784 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 19, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 898 + "author_account_age_days": 940 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 898 + "author_account_age_days": 940 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { - "stars": 5, + "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 898 + "author_account_age_days": 940 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 898 + "author_account_age_days": 940 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 898 + "author_account_age_days": 940 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 4, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 898 + "author_account_age_days": 940 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 44, - "last_update": "2025-10-25 07:55:31", - "author_account_age_days": 898 + "stars": 48, + "last_update": "2025-12-09 02:42:57", + "author_account_age_days": 940 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { - "stars": 5, + "stars": 6, "last_update": "2025-11-12 21:16:28", - "author_account_age_days": 2098 + "author_account_age_days": 2140 }, "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { "stars": 2, "last_update": "2025-09-03 08:41:00", - "author_account_age_days": 2063 + "author_account_age_days": 2105 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1184 + "author_account_age_days": 1226 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 272, - "last_update": "2025-11-14 20:22:57", - "author_account_age_days": 4580 + "stars": 274, + "last_update": "2025-12-13 21:44:35", + "author_account_age_days": 4622 }, "https://github.com/danTheMonk/comfyui-int-and-float": { - "stars": 1, + "stars": 4, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3895 + "author_account_age_days": 3937 + }, + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller": { + "stars": 0, + "last_update": "2025-12-09 15:17:10", + "author_account_age_days": 2226 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 1, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 899 + "author_account_age_days": 940 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 342, + "stars": 354, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2913 + "author_account_age_days": 2955 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 61, + "stars": 64, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3860 + "author_account_age_days": 3902 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3860 + "author_account_age_days": 3902 }, "https://github.com/darkamenosa/comfy_inpaint_blend": { "stars": 2, "last_update": "2025-09-15 16:26:29", - "author_account_age_days": 4293 + "author_account_age_days": 4334 }, "https://github.com/darkamenosa/comfy_nanobanana": { - "stars": 36, + "stars": 40, "last_update": "2025-09-09 00:56:14", - "author_account_age_days": 4293 + "author_account_age_days": 4334 }, "https://github.com/darkpixel/darkprompts": { "stars": 10, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5832 + "author_account_age_days": 5874 + }, + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": { + "stars": 0, + "last_update": "2025-12-05 11:00:30", + "author_account_age_days": 3057 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-11-05 15:49:02", - "author_account_age_days": 4937 + "author_account_age_days": 4979 }, "https://github.com/darth-veitcher/comfyui-ollama-model-manager": { "stars": 0, "last_update": "2025-11-05 17:05:44", - "author_account_age_days": 4937 + "author_account_age_days": 4979 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 3, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4973 + "author_account_age_days": 5014 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5221 + "author_account_age_days": 5263 }, "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": { "stars": 7, "last_update": "2025-09-02 14:44:32", - "author_account_age_days": 5221 + "author_account_age_days": 5263 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5221 + "author_account_age_days": 5263 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 666 + "author_account_age_days": 708 }, "https://github.com/davidgressett/comfyui-systemlevel": { - "stars": 1, + "stars": 3, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3139 + "author_account_age_days": 3180 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 134, + "stars": 141, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/daxcay/ComfyUI-NODEJS": { - "stars": 14, + "stars": 15, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 87, + "stars": 92, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 23, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 50, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { - "stars": 5, + "stars": 4, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 603 + "author_account_age_days": 645 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, - "last_update": "2025-11-11 12:48:12", - "author_account_age_days": 5044 + "last_update": "2025-12-03 10:03:22", + "author_account_age_days": 5085 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 157, + "stars": 162, "last_update": "2025-10-08 11:49:00", - "author_account_age_days": 5044 + "author_account_age_days": 5085 + }, + "https://github.com/dcyd-lun/ComfyUI_text_diff": { + "stars": 0, + "last_update": "2025-12-09 14:31:18", + "author_account_age_days": 19 + }, + "https://github.com/ddontsov93/ComfyUI-AudioSeparator": { + "stars": 0, + "last_update": "2025-12-22 15:11:58", + "author_account_age_days": 2998 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 4005 + "author_account_age_days": 4047 }, "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { - "stars": 2, - "last_update": "2025-11-15 02:25:06", - "author_account_age_days": 4145 + "stars": 21, + "last_update": "2025-11-20 09:00:07", + "author_account_age_days": 4187 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 180, + "stars": 181, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5804 + "author_account_age_days": 5846 }, "https://github.com/deroberon/demofusion-comfyui": { - "stars": 87, + "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5804 + "author_account_age_days": 5846 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { - "stars": 16, + "stars": 18, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 418 + "author_account_age_days": 459 }, "https://github.com/dfl/comfyui-clip-with-break": { - "stars": 15, + "stars": 17, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6483 + "author_account_age_days": 6524 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 84, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6483 + "author_account_age_days": 6524 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 572, + "stars": 576, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4713 + "author_account_age_days": 4754 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { - "stars": 21, + "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4713 + "author_account_age_days": 4754 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1143 + "author_account_age_days": 1185 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4499 + "author_account_age_days": 4541 }, "https://github.com/diffussy69/comfyui-curved_weight_schedule": { "stars": 2, - "last_update": "2025-11-13 03:13:32", - "author_account_age_days": 520 + "last_update": "2025-11-23 04:21:13", + "author_account_age_days": 562 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 192, + "stars": 195, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 5026 + "author_account_age_days": 5068 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 4, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4873 + "author_account_age_days": 4915 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 342, + "stars": 355, "last_update": "2025-10-31 00:44:32", - "author_account_age_days": 3923 + "author_account_age_days": 3964 }, "https://github.com/dimtoneff/ComfyUI-VL-Nodes": { "stars": 9, "last_update": "2025-08-29 01:10:55", - "author_account_age_days": 3923 + "author_account_age_days": 3964 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 396, - "last_update": "2025-11-15 02:02:17", - "author_account_age_days": 636 + "stars": 487, + "last_update": "2025-12-20 14:14:40", + "author_account_age_days": 678 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 80, + "stars": 82, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5279 + "author_account_age_days": 5321 }, "https://github.com/discopixel-studio/comfyui-discopixel": { - "stars": 11, + "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 854 + "author_account_age_days": 895 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 15, + "stars": 16, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1978 + "author_account_age_days": 2020 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1978 + "author_account_age_days": 2020 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 140, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1978 + "author_account_age_days": 2020 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 382, + "stars": 388, "last_update": "2025-09-22 11:58:35", - "author_account_age_days": 4792 + "author_account_age_days": 4834 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 41, + "stars": 42, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2358 + "author_account_age_days": 2400 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { - "stars": 10, + "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 5013 + "author_account_age_days": 5054 }, "https://github.com/dmarx/ComfyUI-Keyframed": { - "stars": 88, + "stars": 90, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 5013 + "author_account_age_days": 5054 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 768 + "author_account_age_days": 809 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 18, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 768 + "author_account_age_days": 809 }, "https://github.com/dothings/comfyui_placeholder_prompting": { "stars": 0, "last_update": "2025-10-03 12:06:27", - "author_account_age_days": 1585 + "author_account_age_days": 1627 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { - "stars": 23, - "last_update": "2025-09-15 18:43:37", - "author_account_age_days": 1099 + "stars": 24, + "last_update": "2025-12-03 10:33:24", + "author_account_age_days": 1141 }, "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": { "stars": 0, "last_update": "2025-09-22 00:10:40", - "author_account_age_days": 2755 + "author_account_age_days": 2797 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { - "stars": 2, + "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4278 + "author_account_age_days": 4320 + }, + "https://github.com/drawthingsai/draw-things-comfyui": { + "stars": 2, + "last_update": "2025-12-22 17:30:08", + "author_account_age_days": 956 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 992 + "author_account_age_days": 1034 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 5, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4286 + "author_account_age_days": 4328 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 61, - "last_update": "2025-10-30 18:01:01", - "author_account_age_days": 3560 + "stars": 67, + "last_update": "2025-12-25 19:55:59", + "author_account_age_days": 3601 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3720 + "author_account_age_days": 3762 }, "https://github.com/drustan-hawk/primitive-types": { - "stars": 5, + "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 797 + "author_account_age_days": 839 + }, + "https://github.com/dseditor/Comfy-MCP": { + "stars": 1, + "last_update": "2025-12-14 04:47:06", + "author_account_age_days": 1554 }, "https://github.com/dseditor/ComfyUI-ListHelper": { - "stars": 30, - "last_update": "2025-09-04 07:32:18", - "author_account_age_days": 1512 + "stars": 47, + "last_update": "2025-12-26 11:26:48", + "author_account_age_days": 1554 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1512 + "author_account_age_days": 1554 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 4, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1512 + "author_account_age_days": 1554 }, "https://github.com/dskjal/comfyui-yolov8-dsuksampler": { "stars": 0, "last_update": "2025-11-09 15:23:16", - "author_account_age_days": 3587 + "author_account_age_days": 3628 }, "https://github.com/dskjal/comfyui-yolov8-simple": { "stars": 0, "last_update": "2025-11-07 04:54:26", - "author_account_age_days": 3587 + "author_account_age_days": 3628 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1130 + "author_account_age_days": 1172 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 1037 + "author_account_age_days": 1079 }, "https://github.com/duldduld/ComfyUI_md5": { "stars": 1, - "last_update": "2025-09-06 16:58:52", - "author_account_age_days": 3236 + "last_update": "2025-12-12 15:38:26", + "author_account_age_days": 3277 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 1080 + "author_account_age_days": 1122 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { - "stars": 2, + "stars": 4, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3523 + "author_account_age_days": 3565 + }, + "https://github.com/dzy1128/ComfyUI-Vector-Engine": { + "stars": 0, + "last_update": "2025-12-23 07:40:39", + "author_account_age_days": 1720 + }, + "https://github.com/dzy1128/ComfyUI-VertexAI": { + "stars": 1, + "last_update": "2025-11-25 08:18:07", + "author_account_age_days": 1720 }, "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { - "stars": 2, - "last_update": "2025-11-04 08:45:39", - "author_account_age_days": 1678 + "stars": 5, + "last_update": "2025-12-09 06:07:52", + "author_account_age_days": 1720 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 190 + "author_account_age_days": 231 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5312 + "author_account_age_days": 5353 }, "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": { "stars": 0, - "last_update": "2025-10-29 14:49:21", - "author_account_age_days": 1814 + "last_update": "2025-12-19 15:24:49", + "author_account_age_days": 1856 }, "https://github.com/ealkanat/comfyui-easy-padding": { - "stars": 16, + "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2971 + "author_account_age_days": 3013 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3226 + "author_account_age_days": 3268 }, "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { "stars": 4, - "last_update": "2025-10-28 07:34:15", - "author_account_age_days": 353 + "last_update": "2025-12-24 22:19:33", + "author_account_age_days": 395 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { - "stars": 4, - "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2566 + "stars": 6, + "last_update": "2025-11-18 00:58:02", + "author_account_age_days": 2608 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": { - "stars": 9, + "stars": 10, "last_update": "2025-11-02 17:17:30", - "author_account_age_days": 256 + "author_account_age_days": 298 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF": { + "stars": 6, + "last_update": "2025-12-07 17:56:07", + "author_account_age_days": 298 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": { - "stars": 12, + "stars": 18, "last_update": "2025-11-10 15:36:42", - "author_account_age_days": 256 + "author_account_age_days": 298 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": { - "stars": 7, + "stars": 9, "last_update": "2025-11-11 07:39:18", - "author_account_age_days": 256 + "author_account_age_days": 298 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": { - "stars": 7, + "stars": 10, "last_update": "2025-11-11 07:40:58", - "author_account_age_days": 256 + "author_account_age_days": 298 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": { - "stars": 10, + "stars": 15, "last_update": "2025-11-10 09:59:51", - "author_account_age_days": 256 + "author_account_age_days": 298 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": { "stars": 24, "last_update": "2025-10-11 15:26:20", - "author_account_age_days": 256 + "author_account_age_days": 298 }, "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper": { - "stars": 229, + "stars": 228, "last_update": "2025-10-28 02:46:54", - "author_account_age_days": 256 + "author_account_age_days": 298 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2641 + "author_account_age_days": 2683 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { - "stars": 64, + "stars": 70, "last_update": "2025-11-05 10:03:15", - "author_account_age_days": 2641 + "author_account_age_days": 2683 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 102, + "stars": 106, "last_update": "2025-10-23 12:26:53", - "author_account_age_days": 781 + "author_account_age_days": 822 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 62, + "stars": 63, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 781 + "author_account_age_days": 822 }, "https://github.com/edoardocarmignani/extralinks": { - "stars": 5, - "last_update": "2025-10-01 20:46:36", - "author_account_age_days": 2961 + "stars": 8, + "last_update": "2025-12-11 16:59:36", + "author_account_age_days": 3003 }, "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": { "stars": 1, "last_update": "2025-11-04 08:08:46", - "author_account_age_days": 2357 + "author_account_age_days": 2399 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { - "stars": 3, + "stars": 4, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 710 + "author_account_age_days": 752 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 1, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 710 + "author_account_age_days": 752 }, "https://github.com/efortin/ComfyUI-Ollama-Enhancer": { - "stars": 2, + "stars": 3, "last_update": "2025-09-22 07:06:44", - "author_account_age_days": 4644 + "author_account_age_days": 4686 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 1, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2582 + "author_account_age_days": 2624 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 1, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3340 + "author_account_age_days": 3382 }, "https://github.com/elyetis/Comfyui-ColorMatchNodes": { - "stars": 0, - "last_update": "2025-11-12 14:09:37", - "author_account_age_days": 3513 + "stars": 1, + "last_update": "2025-11-23 11:23:09", + "author_account_age_days": 3554 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 3031 + "author_account_age_days": 3073 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 207, "last_update": "2025-09-03 00:40:23", - "author_account_age_days": 464 - }, - "https://github.com/eric183/ComfyUI-Only": { - "stars": 68, - "last_update": "2025-08-23 07:48:17", - "author_account_age_days": 3941 - }, - "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 543, - "last_update": "2025-10-22 06:43:18", "author_account_age_days": 505 }, + "https://github.com/eric183/ComfyUI-Only": { + "stars": 71, + "last_update": "2025-08-23 07:48:17", + "author_account_age_days": 3983 + }, + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": { + "stars": 265, + "last_update": "2025-12-11 11:46:09", + "author_account_age_days": 547 + }, + "https://github.com/erosDiffusion/ComfyUI-ZImageDit": { + "stars": 5, + "last_update": "2025-12-03 21:54:01", + "author_account_age_days": 547 + }, + "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { + "stars": 573, + "last_update": "2025-11-18 23:55:24", + "author_account_age_days": 547 + }, "https://github.com/evanspearman/ComfyMath": { - "stars": 137, + "stars": 146, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4747 + "author_account_age_days": 4788 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 1, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3874 + "author_account_age_days": 3916 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1504 + "author_account_age_days": 1545 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { - "stars": 5, + "stars": 6, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4426 + "author_account_age_days": 4468 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4426 + "author_account_age_days": 4468 }, "https://github.com/exectails/comfyui-et_stringutils": { - "stars": 1, + "stars": 2, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4426 + "author_account_age_days": 4468 + }, + "https://github.com/exedesign/Hunyuan-3D-v3": { + "stars": 1, + "last_update": "2025-12-11 14:11:29", + "author_account_age_days": 1885 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { - "stars": 22, + "stars": 23, "last_update": "2025-09-23 05:43:28", - "author_account_age_days": 442 + "author_account_age_days": 484 + }, + "https://github.com/fabbarix/comfyui-promptstore": { + "stars": 2, + "last_update": "2025-12-07 19:02:28", + "author_account_age_days": 2431 }, "https://github.com/facefusion/facefusion-comfyui": { - "stars": 12, + "stars": 14, "last_update": "2025-11-02 20:00:17", - "author_account_age_days": 820 + "author_account_age_days": 862 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 118, + "stars": 119, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 966 + "author_account_age_days": 1008 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 91, + "stars": 92, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 966 + "author_account_age_days": 1008 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2442 + "author_account_age_days": 2484 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { - "stars": 32, + "stars": 43, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2442 + "author_account_age_days": 2484 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { - "stars": 20, + "stars": 21, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2442 + "author_account_age_days": 2484 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 234, - "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2442 + "stars": 236, + "last_update": "2025-11-22 01:14:46", + "author_account_age_days": 2484 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 17, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2442 + "author_account_age_days": 2484 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-11-07 09:24:25", - "author_account_age_days": 1597 + "author_account_age_days": 1639 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { - "stars": 28, + "stars": 29, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 864 + "author_account_age_days": 906 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { - "stars": 5, + "stars": 6, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5445 + "author_account_age_days": 5487 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3873 + "author_account_age_days": 3914 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3873 + "author_account_age_days": 3914 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 99, - "last_update": "2025-11-05 19:33:27", - "author_account_age_days": 3873 + "stars": 165, + "last_update": "2025-12-15 20:50:26", + "author_account_age_days": 3914 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { - "stars": 7, + "stars": 8, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3873 + "author_account_age_days": 3914 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3873 + "author_account_age_days": 3914 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 21, "last_update": "2025-09-30 21:58:22", - "author_account_age_days": 3873 + "author_account_age_days": 3914 }, "https://github.com/fchangjun/Baidu_Meux_ComfyTools": { "stars": 2, - "last_update": "2025-11-13 08:05:15", - "author_account_age_days": 4033 + "last_update": "2025-12-15 08:28:37", + "author_account_age_days": 4074 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 2, - "last_update": "2025-11-13 08:05:15", - "author_account_age_days": 4033 + "last_update": "2025-12-15 08:28:37", + "author_account_age_days": 4074 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 1070 + "author_account_age_days": 1112 + }, + "https://github.com/febogallo/ComfyUI-Freepik": { + "stars": 0, + "last_update": "2025-12-12 12:06:18", + "author_account_age_days": 225 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 14, + "stars": 16, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1139 + "author_account_age_days": 1180 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4471 + "author_account_age_days": 4513 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { - "stars": 100, + "stars": 103, "last_update": "2025-08-25 05:11:01", - "author_account_age_days": 1557 + "author_account_age_days": 1599 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 2067 + "author_account_age_days": 2109 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 9, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5552 + "author_account_age_days": 5594 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { - "stars": 5, + "stars": 6, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5552 + "author_account_age_days": 5594 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5552 + "author_account_age_days": 5594 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 2, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3502 + "author_account_age_days": 3544 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 75, + "stars": 81, "last_update": "2025-08-19 21:29:55", - "author_account_age_days": 3985 + "author_account_age_days": 4026 + }, + "https://github.com/filliptm/ComfyUI_FL-CosyVoice3": { + "stars": 49, + "last_update": "2025-12-26 05:43:52", + "author_account_age_days": 2286 }, "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { - "stars": 2, + "stars": 6, "last_update": "2025-11-05 04:44:02", - "author_account_age_days": 2245 + "author_account_age_days": 2286 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 172, + "stars": 173, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2245 + "author_account_age_days": 2286 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 171, + "stars": 179, "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2245 + "author_account_age_days": 2286 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 496, - "last_update": "2025-11-03 15:17:22", - "author_account_age_days": 2245 + "stars": 534, + "last_update": "2025-12-04 00:13:50", + "author_account_age_days": 2286 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 13, "last_update": "2025-09-17 16:39:03", - "author_account_age_days": 1011 + "author_account_age_days": 1053 }, "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": { - "stars": 4, - "last_update": "2025-11-14 07:18:24", - "author_account_age_days": 2227 + "stars": 10, + "last_update": "2025-12-26 09:40:46", + "author_account_age_days": 2269 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 5, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3817 + "author_account_age_days": 3859 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 702 + "author_account_age_days": 744 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 16, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 702 + "author_account_age_days": 744 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { - "stars": 139, + "stars": 140, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 702 + "author_account_age_days": 744 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 702 + "author_account_age_days": 744 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1153, + "stars": 1168, "last_update": "2025-09-14 10:54:52", - "author_account_age_days": 702 + "author_account_age_days": 744 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 297, + "stars": 298, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 702 + "author_account_age_days": 744 + }, + "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": { + "stars": 0, + "last_update": "2025-12-16 21:09:59", + "author_account_age_days": 314 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 782 + "author_account_age_days": 824 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 258, + "stars": 261, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 782 + "author_account_age_days": 824 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 517, + "stars": 527, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 782 + "author_account_age_days": 824 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 341 + "author_account_age_days": 383 + }, + "https://github.com/flybirdxx/ComfyUI-Prompt_Helper": { + "stars": 19, + "last_update": "2025-12-26 06:23:45", + "author_account_age_days": 3197 }, "https://github.com/flybirdxx/ComfyUI-RexOmni": { - "stars": 8, + "stars": 9, "last_update": "2025-10-23 07:12:56", - "author_account_age_days": 3155 + "author_account_age_days": 3197 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 153, - "last_update": "2025-10-31 09:44:50", - "author_account_age_days": 3155 + "stars": 157, + "last_update": "2025-12-26 06:20:18", + "author_account_age_days": 3197 }, "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": { - "stars": 66, + "stars": 81, "last_update": "2025-10-31 13:16:53", - "author_account_age_days": 3155 + "author_account_age_days": 3197 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 3, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5368 + "author_account_age_days": 5410 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { - "stars": 7, + "stars": 8, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 4003 + "author_account_age_days": 4045 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4130 + "author_account_age_days": 4172 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 11, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5616 + "author_account_age_days": 5658 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { - "stars": 79, + "stars": 80, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5616 + "author_account_age_days": 5658 }, "https://github.com/fofr/comfyui-basic-auth": { - "stars": 1, + "stars": 2, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5616 + "author_account_age_days": 5658 }, "https://github.com/fofr/comfyui-fofr-toolkit": { - "stars": 4, + "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5616 + "author_account_age_days": 5658 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 833 + "author_account_age_days": 875 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 364 + "author_account_age_days": 406 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2829 + "author_account_age_days": 2871 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 109, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4978 + "author_account_age_days": 5020 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2592 + "author_account_age_days": 2633 }, "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": { "stars": 16, "last_update": "2025-09-15 13:41:36", - "author_account_age_days": 3776 + "author_account_age_days": 3818 + }, + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": { + "stars": 3, + "last_update": "2025-11-28 14:51:10", + "author_account_age_days": 3818 }, "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": { "stars": 2, "last_update": "2025-09-18 09:11:07", - "author_account_age_days": 3776 + "author_account_age_days": 3818 }, "https://github.com/francarl/ComfyUI-OnDemand-Loaders": { - "stars": 0, - "last_update": "2025-11-11 13:47:16", - "author_account_age_days": 5057 + "stars": 2, + "last_update": "2025-12-20 18:01:33", + "author_account_age_days": 5099 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 949 + "author_account_age_days": 991 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 590, + "stars": 593, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 949 + "author_account_age_days": 991 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 949 - }, - "https://github.com/fredconex/ComfyUI-SongBloom": { - "stars": 189, - "last_update": "2025-09-17 20:07:56", - "author_account_age_days": 1210 - }, - "https://github.com/fredconex/ComfyUI-SoundFlow": { - "stars": 73, - "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1210 - }, - "https://github.com/fredconex/ComfyUI-SyncEdit": { - "stars": 0, - "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1210 + "author_account_age_days": 991 }, "https://github.com/fredhopp/comfyui-flipflopnodes": { "stars": 0, "last_update": "2025-09-02 04:42:06", - "author_account_age_days": 1943 + "author_account_age_days": 1985 + }, + "https://github.com/fredlef/Comfyui_FSL_Nodes": { + "stars": 11, + "last_update": "2025-12-06 01:29:05", + "author_account_age_days": 2739 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2666 + "author_account_age_days": 2708 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2714 + "author_account_age_days": 2756 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 14, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5095 + "author_account_age_days": 5137 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 181, + "stars": 185, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5095 + "author_account_age_days": 5137 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 20, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5095 + "author_account_age_days": 5137 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 86, + "stars": 89, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5095 + "author_account_age_days": 5137 + }, + "https://github.com/fudosanit/ComfyUI-Random-Resolution": { + "stars": 0, + "last_update": "2025-12-10 06:57:24", + "author_account_age_days": 54 + }, + "https://github.com/fuselayer/comfyui-lite-tracker": { + "stars": 0, + "last_update": "2025-11-17 09:53:32", + "author_account_age_days": 827 }, "https://github.com/fuselayer/comfyui-minimal-workflow-image": { "stars": 2, "last_update": "2025-11-09 06:16:48", - "author_account_age_days": 786 + "author_account_age_days": 827 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 786 + "author_account_age_days": 827 }, "https://github.com/fuselayer/comfyui-noise-match": { "stars": 0, "last_update": "2025-11-10 06:37:09", - "author_account_age_days": 786 + "author_account_age_days": 827 }, "https://github.com/fuyouawa/comfyui-easytoolkit": { "stars": 0, - "last_update": "2025-11-13 01:57:54", - "author_account_age_days": 1076 + "last_update": "2025-11-26 04:25:12", + "author_account_age_days": 1118 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 1, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 877 + "author_account_age_days": 919 + }, + "https://github.com/g7b2/ComfyUI-Artist-Tester": { + "stars": 0, + "last_update": "2025-12-20 06:53:21", + "author_account_age_days": 563 }, "https://github.com/gabe-init/ComfyUI-11labs": { - "stars": 4, + "stars": 6, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 173 + "author_account_age_days": 215 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 4, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 173 + "author_account_age_days": 215 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { - "stars": 20, + "stars": 35, "last_update": "2025-09-06 18:35:08", - "author_account_age_days": 173 + "author_account_age_days": 215 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 1, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 173 + "author_account_age_days": 215 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4212 + "author_account_age_days": 4254 }, "https://github.com/garg-aayush/ComfyUI-Svg2Raster": { "stars": 0, "last_update": "2025-09-10 10:09:14", - "author_account_age_days": 3556 + "author_account_age_days": 3598 }, "https://github.com/gasdyueer/comfyui-yolo-mask-process": { "stars": 0, "last_update": "2025-09-27 02:57:46", - "author_account_age_days": 561 + "author_account_age_days": 603 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4502 + "author_account_age_days": 4544 + }, + "https://github.com/gateway/ComfyUI-Kie-API": { + "stars": 0, + "last_update": "2025-12-23 12:45:33", + "author_account_age_days": 5493 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-08-28 19:48:17", - "author_account_age_days": 2489 - }, - "https://github.com/geltz/ComfyUI-geltz": { - "stars": 1, - "last_update": "2025-11-14 21:29:16", - "author_account_age_days": 164 + "author_account_age_days": 2531 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2465 + "author_account_age_days": 2507 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5460 + "author_account_age_days": 5502 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 4056 + "author_account_age_days": 4098 + }, + "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": { + "stars": 59, + "last_update": "2025-12-26 11:03:46", + "author_account_age_days": 1217 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 5, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4367 + "author_account_age_days": 4409 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 313, + "stars": 321, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4746 + "author_account_age_days": 4788 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5507 + "author_account_age_days": 5549 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 64, - "last_update": "2025-09-21 12:59:07", - "author_account_age_days": 3550 + "stars": 77, + "last_update": "2025-12-04 07:06:50", + "author_account_age_days": 3592 }, "https://github.com/gitcapoom/comfyui_fovestimator": { - "stars": 0, + "stars": 1, "last_update": "2025-11-06 17:12:20", - "author_account_age_days": 227 + "author_account_age_days": 269 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4411 + "author_account_age_days": 4453 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4411 + "author_account_age_days": 4453 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4411 + "author_account_age_days": 4453 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4411 + "author_account_age_days": 4453 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4411 + "author_account_age_days": 4453 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 11, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2816 + "author_account_age_days": 2858 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 183, + "stars": 191, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 3006 + "author_account_age_days": 3048 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 62, "last_update": "2025-08-18 08:00:38", - "author_account_age_days": 1082 + "author_account_age_days": 1124 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 479 + "author_account_age_days": 521 }, "https://github.com/glowcone/comfyui-base64-to-image": { - "stars": 18, + "stars": 19, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4254 + "author_account_age_days": 4296 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4254 + "author_account_age_days": 4296 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 15, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2803 + "author_account_age_days": 2845 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2803 + "author_account_age_days": 2845 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 462 + "author_account_age_days": 504 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2238 + "author_account_age_days": 2280 }, "https://github.com/godmt/ComfyUI-List-Utils": { - "stars": 11, + "stars": 13, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2238 + "author_account_age_days": 2280 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3621 + "author_account_age_days": 3663 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 67, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1566 + "author_account_age_days": 1608 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1566 + "author_account_age_days": 1608 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 53, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1566 + "author_account_age_days": 1608 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 162, - "last_update": "2025-10-31 18:30:28", - "author_account_age_days": 1566 + "stars": 168, + "last_update": "2025-12-19 19:54:54", + "author_account_age_days": 1608 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 534, - "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1566 + "stars": 546, + "last_update": "2025-12-05 12:29:00", + "author_account_age_days": 1608 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 2084 + "author_account_age_days": 2126 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, - "last_update": "2025-10-04 03:55:06", - "author_account_age_days": 2969 + "last_update": "2025-12-24 03:02:31", + "author_account_age_days": 3011 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3297 + "author_account_age_days": 3339 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 33, + "stars": 36, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 742 + "author_account_age_days": 783 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 7, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 742 + "author_account_age_days": 783 }, "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": { "stars": 1, - "last_update": "2025-11-04 11:08:16", - "author_account_age_days": 1016 + "last_update": "2025-11-30 07:17:33", + "author_account_age_days": 1058 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4777 + "author_account_age_days": 4819 }, "https://github.com/gregory-richard/ComfyUI-WarpPipe": { - "stars": 0, - "last_update": "2025-10-14 22:04:31", - "author_account_age_days": 2611 + "stars": 1, + "last_update": "2025-12-02 00:30:52", + "author_account_age_days": 2653 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 331 + "author_account_age_days": 373 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 331 + "author_account_age_days": 373 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 331 + "author_account_age_days": 373 }, "https://github.com/gremlation/ComfyUI-ViewData": { - "stars": 1, + "stars": 2, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 331 + "author_account_age_days": 373 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 331 + "author_account_age_days": 373 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 216, + "stars": 220, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 1029 + "author_account_age_days": 1071 }, "https://github.com/grmchn/ComfyUI-ProportionChanger": { - "stars": 9, - "last_update": "2025-09-04 03:05:44", - "author_account_age_days": 167 + "stars": 73, + "last_update": "2025-12-13 06:58:50", + "author_account_age_days": 209 }, "https://github.com/grovergol/comfyui-grover-nodes": { "stars": 0, "last_update": "2025-09-02 11:18:16", - "author_account_age_days": 2608 + "author_account_age_days": 2650 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 171, + "stars": 182, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4355 + "author_account_age_days": 4396 }, "https://github.com/gsusgg/ComfyUI_CozyGen": { - "stars": 21, + "stars": 22, "last_update": "2025-10-17 22:36:41", - "author_account_age_days": 1127 + "author_account_age_days": 1169 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1664 + "author_account_age_days": 1705 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 5, "last_update": "2025-08-28 22:13:10", - "author_account_age_days": 5549 + "author_account_age_days": 5591 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4701 + "author_account_age_days": 4743 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 7, + "stars": 14, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4701 + "author_account_age_days": 4743 }, "https://github.com/guill/comfyui-stegaflow": { "stars": 0, "last_update": "2025-09-30 06:39:36", - "author_account_age_days": 4701 + "author_account_age_days": 4743 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 410 + "author_account_age_days": 452 }, "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { "stars": 0, "last_update": "2025-10-20 16:08:40", - "author_account_age_days": 950 + "author_account_age_days": 992 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, - "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4615 + "last_update": "2025-12-03 19:53:27", + "author_account_age_days": 4657 + }, + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes": { + "stars": 1, + "last_update": "2025-12-14 01:34:47", + "author_account_age_days": 768 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2359 + "author_account_age_days": 2401 + }, + "https://github.com/hal-xp/halxp-comfy": { + "stars": 1, + "last_update": "2025-12-04 11:21:35", + "author_account_age_days": 3075 }, "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { - "stars": 10, + "stars": 11, "last_update": "2025-11-04 08:57:24", - "author_account_age_days": 982 + "author_account_age_days": 1024 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5345 + "author_account_age_days": 5387 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 2582, - "last_update": "2025-11-13 07:03:59", - "author_account_age_days": 750 + "stars": 2867, + "last_update": "2025-12-26 09:37:37", + "author_account_age_days": 792 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 614 + "author_account_age_days": 655 }, "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": { - "stars": 2, + "stars": 3, "last_update": "2025-10-30 23:34:18", - "author_account_age_days": 3762 + "author_account_age_days": 3804 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 1078 + "author_account_age_days": 1120 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 9, - "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4146 + "last_update": "2025-12-26 15:07:24", + "author_account_age_days": 4188 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5175 + "author_account_age_days": 5217 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5175 + "author_account_age_days": 5217 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5175 + "author_account_age_days": 5217 }, "https://github.com/hay86/ComfyUI_LatentSync": { - "stars": 16, + "stars": 17, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5175 + "author_account_age_days": 5217 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { - "stars": 41, + "stars": 42, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5175 + "author_account_age_days": 5217 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 19, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5175 + "author_account_age_days": 5217 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { - "stars": 201, + "stars": 203, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2426 + "author_account_age_days": 2467 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { - "stars": 0, - "last_update": "2025-11-14 04:45:55", - "author_account_age_days": 3235 + "stars": 1, + "last_update": "2025-11-18 12:13:59", + "author_account_age_days": 3276 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 160, + "stars": 172, "last_update": "2025-09-24 07:18:26", - "author_account_age_days": 2445 + "author_account_age_days": 2487 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 6, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 856 + "author_account_age_days": 898 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 2, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4439 + "author_account_age_days": 4481 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4672 + "author_account_age_days": 4714 }, "https://github.com/hekmon/comfyui-openai-api": { - "stars": 14, - "last_update": "2025-11-11 11:53:30", - "author_account_age_days": 4672 + "stars": 22, + "last_update": "2025-11-26 08:45:23", + "author_account_age_days": 4714 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1987, + "stars": 2048, "last_update": "2025-09-08 02:51:40", - "author_account_age_days": 3403 + "author_account_age_days": 3445 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3403 + "author_account_age_days": 3445 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { - "stars": 4, + "stars": 6, "last_update": "2025-10-12 02:28:44", - "author_account_age_days": 176 + "author_account_age_days": 218 }, "https://github.com/heyburns/PortraitUtils": { "stars": 1, "last_update": "2025-10-27 02:00:26", - "author_account_age_days": 2732 + "author_account_age_days": 2774 }, "https://github.com/heyburns/image-chooser-classic": { - "stars": 3, - "last_update": "2025-11-10 23:06:08", - "author_account_age_days": 2732 + "stars": 6, + "last_update": "2025-12-21 18:43:00", + "author_account_age_days": 2774 }, "https://github.com/hgabha/WWAA-CustomNodes": { - "stars": 25, - "last_update": "2025-11-09 07:52:19", - "author_account_age_days": 664 + "stars": 29, + "last_update": "2025-12-16 18:05:13", + "author_account_age_days": 705 }, "https://github.com/hhhzzyang/Comfyui_Lama": { - "stars": 54, + "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 1015 + "author_account_age_days": 1057 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 1024 + "author_account_age_days": 1066 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 5, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 3033 + "author_account_age_days": 3075 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { - "stars": 9, + "stars": 11, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2310 + "author_account_age_days": 2352 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 216, + "stars": 228, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5620 + "author_account_age_days": 5662 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { - "stars": 8, + "stars": 9, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3122 + "author_account_age_days": 3164 }, "https://github.com/hmwl/ComfyUI_zip": { - "stars": 4, + "stars": 5, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3122 + "author_account_age_days": 3164 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 1063 + "author_account_age_days": 1105 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 1, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 1063 + "author_account_age_days": 1105 + }, + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": { + "stars": 4, + "last_update": "2025-12-21 16:08:04", + "author_account_age_days": 1506 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2837 + "author_account_age_days": 2879 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5151 + "author_account_age_days": 5193 + }, + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": { + "stars": 1, + "last_update": "2025-11-20 10:20:50", + "author_account_age_days": 3901 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5140 + "author_account_age_days": 5182 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5140 + "author_account_age_days": 5182 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 449, + "stars": 453, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1746 + "author_account_age_days": 1788 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-09-04 17:15:58", - "author_account_age_days": 4012 + "author_account_age_days": 4054 + }, + "https://github.com/hubo502/ComfyUI-Env-Loader": { + "stars": 0, + "last_update": "2025-12-07 03:39:23", + "author_account_age_days": 4448 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 635, + "stars": 641, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3384 + "author_account_age_days": 3426 + }, + "https://github.com/huchenlei/ComfyUI-execution-glow": { + "stars": 7, + "last_update": "2025-12-18 21:57:51", + "author_account_age_days": 3426 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1736, + "stars": 1747, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3384 + "author_account_age_days": 3426 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 125, + "stars": 142, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3384 + "author_account_age_days": 3426 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 75, + "stars": 77, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3384 + "author_account_age_days": 3426 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 149, + "stars": 153, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3384 + "author_account_age_days": 3426 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 447, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3384 + "author_account_age_days": 3426 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 36, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6149 + "author_account_age_days": 6190 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, - "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3344 + "last_update": "2025-11-17 22:24:25", + "author_account_age_days": 3386 + }, + "https://github.com/huihuihuiz/lora_downloader": { + "stars": 1, + "last_update": "2025-12-10 04:57:14", + "author_account_age_days": 2098 + }, + "https://github.com/huihuihuiz/plugin_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:29", + "author_account_age_days": 2098 + }, + "https://github.com/huihuihuiz/unet_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:21", + "author_account_age_days": 2098 + }, + "https://github.com/huihuihuiz/upscaler_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:39", + "author_account_age_days": 2098 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 343 + "author_account_age_days": 385 }, "https://github.com/hujuying/ComfyUI-ModelScope-API": { - "stars": 15, - "last_update": "2025-10-23 13:08:35", - "author_account_age_days": 1285 + "stars": 38, + "last_update": "2025-12-12 15:07:18", + "author_account_age_days": 1327 + }, + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": { + "stars": 3, + "last_update": "2025-12-10 16:37:12", + "author_account_age_days": 332 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1875 + "author_account_age_days": 1916 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { - "stars": 36, + "stars": 38, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 236 + "author_account_age_days": 278 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { - "stars": 65, + "stars": 66, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 948 + "author_account_age_days": 990 }, "https://github.com/hustille/ComfyUI_hus_utils": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 948 + "author_account_age_days": 990 }, "https://github.com/huwenkai26/comfyui-remove-text": { "stars": 0, "last_update": "2025-08-28 07:03:52", - "author_account_age_days": 3535 + "author_account_age_days": 3577 + }, + "https://github.com/huygiatrng/Facefusion_comfyui": { + "stars": 46, + "last_update": "2025-11-30 22:08:41", + "author_account_age_days": 2011 + }, + "https://github.com/huyl3-cpu/comfyui-sortlist": { + "stars": 0, + "last_update": "2025-12-26 09:33:01", + "author_account_age_days": 2183 }, "https://github.com/hvppycoding/comfyui-json-prompt-renderer": { "stars": 0, "last_update": "2025-08-26 15:49:55", - "author_account_age_days": 1114 + "author_account_age_days": 1156 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1114 - }, - "https://github.com/hvppycoding/hvppyflow": { - "stars": 0, - "last_update": "2025-11-13 04:58:52", - "author_account_age_days": 1114 + "author_account_age_days": 1156 }, "https://github.com/hw5511/comfyui_hf_upscaler_loader": { "stars": 1, - "last_update": "2025-11-03 09:29:28", - "author_account_age_days": 1597 + "last_update": "2025-12-24 21:22:27", + "author_account_age_days": 1639 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3396 + "author_account_age_days": 3438 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 3, "last_update": "2025-10-05 09:31:10", - "author_account_age_days": 1435 + "author_account_age_days": 1477 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 4, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3619 + "author_account_age_days": 3660 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { - "stars": 4, + "stars": 8, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 248 + "author_account_age_days": 290 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 2065 + "author_account_age_days": 2107 }, "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { - "stars": 0, + "stars": 1, "last_update": "2025-10-06 15:37:39", - "author_account_age_days": 1446 + "author_account_age_days": 1487 }, "https://github.com/iGavroche/rocm-ninodes": { - "stars": 11, - "last_update": "2025-11-01 19:02:13", - "author_account_age_days": 1446 + "stars": 16, + "last_update": "2025-12-12 21:38:12", + "author_account_age_days": 1487 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 2, - "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4680 + "last_update": "2025-12-19 06:12:25", + "author_account_age_days": 4722 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4662 + "author_account_age_days": 4704 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, - "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4662 + "last_update": "2025-11-30 19:02:30", + "author_account_age_days": 4704 }, "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": { - "stars": 5, + "stars": 6, "last_update": "2025-09-17 18:53:24", - "author_account_age_days": 3528 + "author_account_age_days": 3570 }, "https://github.com/ialhabbal/OcclusionMask": { - "stars": 26, + "stars": 30, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3528 + "author_account_age_days": 3570 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2714 + "author_account_age_days": 2756 + }, + "https://github.com/icekiub-ai/ComfyUI-IcyHider": { + "stars": 28, + "last_update": "2025-12-03 23:37:30", + "author_account_age_days": 90 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4614 + "author_account_age_days": 4656 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-09-21 06:08:00", - "author_account_age_days": 4904 + "author_account_age_days": 4945 + }, + "https://github.com/id7238/ComfyUI-PackedPipes": { + "stars": 0, + "last_update": "2025-12-26 04:46:43", + "author_account_age_days": 2 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 234, + "stars": 248, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3558 + "author_account_age_days": 3599 + }, + "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": { + "stars": 6, + "last_update": "2025-11-27 06:58:09", + "author_account_age_days": 253 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5800 + "author_account_age_days": 5841 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { - "stars": 20, + "stars": 21, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { - "stars": 63, + "stars": 65, "last_update": "2025-09-03 12:31:44", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { - "stars": 144, + "stars": 146, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { - "stars": 171, + "stars": 172, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { - "stars": 439, + "stars": 443, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { - "stars": 52, + "stars": 53, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 9, "last_update": "2025-08-25 14:42:19", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { - "stars": 128, + "stars": 139, "last_update": "2025-09-08 20:24:15", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { - "stars": 11, + "stars": 13, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3370 + "author_account_age_days": 3412 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-11-01 09:00:24", - "author_account_age_days": 3679 + "author_account_age_days": 3721 }, "https://github.com/iguanesolutions/comfyui-flux-resolution": { "stars": 4, - "last_update": "2025-11-13 10:11:45", - "author_account_age_days": 3019 + "last_update": "2025-11-27 14:42:19", + "author_account_age_days": 3061 }, "https://github.com/iguanesolutions/comfyui-ig1-tools": { "stars": 4, - "last_update": "2025-11-13 10:11:45", - "author_account_age_days": 3019 + "last_update": "2025-11-27 14:42:19", + "author_account_age_days": 3061 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 15, - "last_update": "2025-10-11 08:31:53", - "author_account_age_days": 1137 + "last_update": "2025-12-03 14:13:35", + "author_account_age_days": 1179 }, "https://github.com/ihmily/comfy-deploy": { "stars": 1, - "last_update": "2025-11-14 05:48:33", - "author_account_age_days": 1137 + "last_update": "2025-12-06 07:40:46", + "author_account_age_days": 1179 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 252 + "author_account_age_days": 293 + }, + "https://github.com/illuminatianon/comfyui-lumi-tools": { + "stars": 0, + "last_update": "2025-12-26 08:07:04", + "author_account_age_days": 293 }, "https://github.com/imb101/ComfyUI-FaceSwap": { - "stars": 35, + "stars": 37, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1397 + "author_account_age_days": 1439 }, "https://github.com/infinigence/ComfyUI-Infinigence-Nodes": { "stars": 2, "last_update": "2025-08-25 03:41:44", - "author_account_age_days": 652 + "author_account_age_days": 694 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { - "stars": 8, + "stars": 9, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 652 + "author_account_age_days": 694 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4289 + "author_account_age_days": 4330 }, "https://github.com/injet-zhou/comfyui_extra_api": { - "stars": 13, + "stars": 15, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2735 + "author_account_age_days": 2777 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 67, + "stars": 68, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3394 + "author_account_age_days": 3436 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 42, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4226 + "author_account_age_days": 4268 + }, + "https://github.com/isekai-sh/isekai-comfy-node": { + "stars": 2, + "last_update": "2025-12-22 21:31:55", + "author_account_age_days": 16 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 2, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4934 + "author_account_age_days": 4976 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 491 + "author_account_age_days": 533 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 91, + "stars": 95, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4379 + "author_account_age_days": 4421 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 84, + "stars": 86, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4379 + "author_account_age_days": 4421 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1363, + "stars": 1387, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4379 + "author_account_age_days": 4421 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 59, "last_update": "2025-08-25 12:58:44", - "author_account_age_days": 4268 + "author_account_age_days": 4310 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 124, - "last_update": "2025-11-14 15:59:24", - "author_account_age_days": 2080 + "stars": 131, + "last_update": "2025-12-01 07:50:07", + "author_account_age_days": 2122 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1485 + "author_account_age_days": 1527 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { - "stars": 16, + "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 3035 + "author_account_age_days": 3077 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 147, + "stars": 161, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 3035 + "author_account_age_days": 3077 }, "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { "stars": 1, "last_update": "2025-10-04 06:23:15", - "author_account_age_days": 1472 + "author_account_age_days": 1513 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 15, + "stars": 16, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4986 + "author_account_age_days": 5028 }, "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": { - "stars": 16, + "stars": 25, "last_update": "2025-11-12 19:23:07", - "author_account_age_days": 408 + "author_account_age_days": 450 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4887 + "author_account_age_days": 4929 }, "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": { "stars": 0, "last_update": "2025-09-21 14:38:59", - "author_account_age_days": 4887 + "author_account_age_days": 4929 + }, + "https://github.com/jav12z/ComfyUI-ToyShaders": { + "stars": 3, + "last_update": "2025-12-20 13:02:51", + "author_account_age_days": 1247 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { - "stars": 189, + "stars": 190, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 1085 + "author_account_age_days": 1127 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 19, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 1085 + "author_account_age_days": 1127 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 1085 + "author_account_age_days": 1127 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { - "stars": 188, + "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 1085 + "author_account_age_days": 1127 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 1085 + "author_account_age_days": 1127 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 1085 + "author_account_age_days": 1127 + }, + "https://github.com/jeankassio/ComfyUI_MusicTools": { + "stars": 107, + "last_update": "2025-12-09 11:04:57", + "author_account_age_days": 3196 + }, + "https://github.com/jeankassio/JK-AceStep-Nodes": { + "stars": 11, + "last_update": "2025-12-12 22:23:08", + "author_account_age_days": 3196 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4979 + "author_account_age_days": 5021 }, "https://github.com/jeffy5/comfyui-faceless-node": { - "stars": 57, + "stars": 58, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3439 + "author_account_age_days": 3481 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 3, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 275 + "author_account_age_days": 317 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 4, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4440 + "author_account_age_days": 4482 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 0, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2842 + "author_account_age_days": 2883 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2842 + "author_account_age_days": 2883 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 148, + "stars": 150, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4160 + "author_account_age_days": 4202 + }, + "https://github.com/jessesep/SimpleVariables": { + "stars": 0, + "last_update": "2025-12-05 01:30:24", + "author_account_age_days": 2796 }, "https://github.com/jfcantu/ComfyUI-AutoNotes": { "stars": 9, - "last_update": "2025-10-01 21:17:38", - "author_account_age_days": 2496 + "last_update": "2025-12-16 06:12:41", + "author_account_age_days": 2538 }, "https://github.com/jfcantu/ComfyUI-Prompt-Companion": { - "stars": 7, + "stars": 8, "last_update": "2025-09-28 22:27:53", - "author_account_age_days": 2496 + "author_account_age_days": 2538 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1407 + "author_account_age_days": 1449 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 5, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1407 + "author_account_age_days": 1449 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2721 + "author_account_age_days": 2763 }, "https://github.com/jialuw0830/flux_api_comfyui_plugin": { "stars": 0, "last_update": "2025-09-04 12:42:43", - "author_account_age_days": 349 + "author_account_age_days": 391 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3545 + "author_account_age_days": 3587 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 15, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3638 + "author_account_age_days": 3680 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 282, + "stars": 284, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1794 + "author_account_age_days": 1836 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 5085 + "author_account_age_days": 5127 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 3, - "last_update": "2025-09-25 09:28:32", - "author_account_age_days": 2574 + "last_update": "2025-11-21 01:45:46", + "author_account_age_days": 2615 }, "https://github.com/jitcoder/lora-info": { - "stars": 105, + "stars": 108, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4549 + "author_account_age_days": 4591 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { - "stars": 35, + "stars": 38, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4157 + "author_account_age_days": 4199 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, - "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4720 + "last_update": "2025-12-04 12:39:44", + "author_account_age_days": 4762 }, "https://github.com/jmkl/ComfyUI-ricing": { - "stars": 10, + "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5105 + "author_account_age_days": 5147 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4492 + "author_account_age_days": 4534 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { - "stars": 10, - "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 847 + "stars": 12, + "last_update": "2025-12-07 16:08:26", + "author_account_age_days": 888 }, "https://github.com/joanna910225/comfyui-housekeeper": { - "stars": 16, - "last_update": "2025-10-22 15:12:57", - "author_account_age_days": 4127 + "stars": 17, + "last_update": "2025-12-02 06:51:44", + "author_account_age_days": 4169 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 1, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4255 + "author_account_age_days": 4297 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 669, + "stars": 684, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 716 + "author_account_age_days": 758 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 140, + "stars": 141, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5306 + "author_account_age_days": 5348 + }, + "https://github.com/jomakaze/ComfyUI_JomaNodes": { + "stars": 1, + "last_update": "2025-12-05 07:33:50", + "author_account_age_days": 2811 + }, + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { + "stars": 8, + "last_update": "2025-11-21 15:27:33", + "author_account_age_days": 1153 + }, + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": { + "stars": 0, + "last_update": "2025-12-18 13:55:23", + "author_account_age_days": 1153 }, "https://github.com/jonstreeter/comfyui-compressed-metadata": { "stars": 0, "last_update": "2025-10-12 19:25:48", - "author_account_age_days": 1111 + "author_account_age_days": 1153 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 4, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 774 + "author_account_age_days": 816 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 31, + "stars": 34, "last_update": "2025-08-30 18:41:41", - "author_account_age_days": 5502 + "author_account_age_days": 5543 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { - "stars": 0, + "stars": 1, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4622 + "author_account_age_days": 4664 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4622 + "author_account_age_days": 4664 }, "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": { "stars": 0, "last_update": "2025-09-18 16:37:02", - "author_account_age_days": 773 + "author_account_age_days": 815 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 549 + "author_account_age_days": 591 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 5, "last_update": "2025-10-10 09:41:20", - "author_account_age_days": 549 + "author_account_age_days": 591 + }, + "https://github.com/jrabek/BokehDiffusionComfyUI": { + "stars": 1, + "last_update": "2025-11-27 18:58:43", + "author_account_age_days": 5105 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { - "stars": 13, + "stars": 14, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1197 + "author_account_age_days": 1239 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2372 + "author_account_age_days": 2414 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4438 + "author_account_age_days": 4480 }, "https://github.com/jtrue/ComfyUI-Rect": { - "stars": 2, + "stars": 3, "last_update": "2025-08-24 04:20:24", - "author_account_age_days": 4438 + "author_account_age_days": 4480 }, "https://github.com/jtrue/ComfyUI-WordEmbeddings": { "stars": 1, "last_update": "2025-08-22 05:30:24", - "author_account_age_days": 4438 + "author_account_age_days": 4480 }, "https://github.com/jtydhr88/ComfyUI-AudioMass": { - "stars": 22, - "last_update": "2025-08-30 13:36:54", - "author_account_age_days": 5261 + "stars": 25, + "last_update": "2025-11-30 20:14:13", + "author_account_age_days": 5303 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 29, + "stars": 31, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5261 + "author_account_age_days": 5303 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 103, + "stars": 104, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5261 + "author_account_age_days": 5303 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 119, - "last_update": "2025-08-30 20:34:42", - "author_account_age_days": 5261 + "stars": 131, + "last_update": "2025-12-01 18:41:51", + "author_account_age_days": 5303 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5261 + "author_account_age_days": 5303 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 38, + "stars": 41, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5261 + "author_account_age_days": 5303 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 7, "last_update": "2025-10-06 06:57:23", - "author_account_age_days": 1619 + "author_account_age_days": 1660 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 20, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2354 + "author_account_age_days": 2396 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 6, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2354 + "author_account_age_days": 2396 }, "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": { - "stars": 1, - "last_update": "2025-11-11 20:33:46", - "author_account_age_days": 2354 + "stars": 2, + "last_update": "2025-11-19 17:19:47", + "author_account_age_days": 2396 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2354 + "author_account_age_days": 2396 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { - "stars": 52, + "stars": 54, "last_update": "2025-10-26 21:23:07", - "author_account_age_days": 2354 + "author_account_age_days": 2396 + }, + "https://github.com/judian17/ComfyUI-multiple-inputs": { + "stars": 1, + "last_update": "2025-11-26 17:17:01", + "author_account_age_days": 2396 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 9, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2354 + "author_account_age_days": 2396 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 499, - "last_update": "2025-11-11 09:48:04", - "author_account_age_days": 1620 + "stars": 522, + "last_update": "2025-12-26 03:13:00", + "author_account_age_days": 1662 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-10-01 02:59:34", - "author_account_age_days": 258 + "author_account_age_days": 300 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { - "stars": 22, + "stars": 24, "last_update": "2025-09-21 06:59:59", - "author_account_age_days": 258 + "author_account_age_days": 300 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, "last_update": "2025-10-01 03:36:40", - "author_account_age_days": 258 + "author_account_age_days": 300 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-21 16:31:49", - "author_account_age_days": 258 + "author_account_age_days": 300 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, "last_update": "2025-08-21 16:38:28", - "author_account_age_days": 258 + "author_account_age_days": 300 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 175 + "author_account_age_days": 217 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 175 + "author_account_age_days": 217 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 420 + "author_account_age_days": 461 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 466, + "stars": 485, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3297 + "author_account_age_days": 3339 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3215 + "author_account_age_days": 3257 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3983 + "author_account_age_days": 4025 }, "https://github.com/ka-puna/comfyui-yanc": { - "stars": 10, + "stars": 12, "last_update": "2025-09-07 18:29:10", - "author_account_age_days": 2715 + "author_account_age_days": 2757 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { - "stars": 5, + "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1775 + "author_account_age_days": 1817 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { - "stars": 5, + "stars": 6, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 235 + "author_account_age_days": 277 }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 22, + "stars": 23, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2838 + "author_account_age_days": 2880 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 104, - "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2838 + "stars": 109, + "last_update": "2025-12-08 18:57:22", + "author_account_age_days": 2880 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { - "stars": 8, + "stars": 9, "last_update": "2025-08-20 00:08:16", - "author_account_age_days": 3156 + "author_account_age_days": 3198 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 640, + "stars": 649, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5190 + "author_account_age_days": 5232 }, "https://github.com/kaipard/comfyui-auto-latent-size": { - "stars": 0, + "stars": 1, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2937 + "author_account_age_days": 2979 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2120 + "author_account_age_days": 2162 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { - "stars": 20, + "stars": 21, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2120 + "author_account_age_days": 2162 }, "https://github.com/kale4eat/ComfyUI-string-util": { - "stars": 4, + "stars": 6, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2120 + "author_account_age_days": 2162 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2120 + "author_account_age_days": 2162 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 9, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 6043 + "author_account_age_days": 6085 }, "https://github.com/kanibus/kanibus": { "stars": 5, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 1045 + "author_account_age_days": 1087 }, "https://github.com/kantsche/ComfyUI-MixMod": { - "stars": 28, + "stars": 30, "last_update": "2025-10-05 05:29:47", - "author_account_age_days": 4394 + "author_account_age_days": 4436 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 2019 + "author_account_age_days": 2061 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { - "stars": 11, + "stars": 12, "last_update": "2025-11-07 17:29:28", - "author_account_age_days": 3166 + "author_account_age_days": 3207 + }, + "https://github.com/karas17/comfyui_GLM_TTS": { + "stars": 3, + "last_update": "2025-12-24 03:07:01", + "author_account_age_days": 3207 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 704 + "author_account_age_days": 746 }, "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": { - "stars": 2, + "stars": 3, "last_update": "2025-11-02 13:46:51", - "author_account_age_days": 704 + "author_account_age_days": 746 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3170 + "author_account_age_days": 3211 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 4, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1262 + "author_account_age_days": 1303 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1236 + "author_account_age_days": 1278 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4636 + "author_account_age_days": 4678 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4636 + "author_account_age_days": 4678 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 175, + "stars": 177, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4636 + "author_account_age_days": 4678 + }, + "https://github.com/keghoang/ComfyUI-Charon": { + "stars": 0, + "last_update": "2025-11-24 19:00:49", + "author_account_age_days": 3594 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { - "stars": 1, + "stars": 3, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3497 + "author_account_age_days": 3538 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3497 + "author_account_age_days": 3539 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3497 + "author_account_age_days": 3538 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 62, + "stars": 65, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5398 + "author_account_age_days": 5439 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1262 + "author_account_age_days": 1304 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1262 + "author_account_age_days": 1304 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1467 + "author_account_age_days": 1509 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 5, "last_update": "2025-08-31 18:49:44", - "author_account_age_days": 4454 + "author_account_age_days": 4496 }, "https://github.com/kianxyzw/comfyui-model-linker": { - "stars": 37, + "stars": 53, "last_update": "2025-11-05 15:39:16", - "author_account_age_days": 1382 + "author_account_age_days": 1423 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 177, + "stars": 178, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 73, + "stars": 74, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { - "stars": 148, + "stars": 149, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 238, + "stars": 240, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1529, + "stars": 1538, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 190, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 158, + "stars": 161, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 368, + "stars": 381, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 72, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 676, + "stars": 679, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 115, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1494, - "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2691 + "stars": 1547, + "last_update": "2025-12-15 21:09:42", + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1073, + "stars": 1092, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 412, + "stars": 429, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 123, + "stars": 126, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { - "stars": 52, + "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2556, + "stars": 2565, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1112, + "stars": 1127, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1942, - "last_update": "2025-11-05 16:19:08", - "author_account_age_days": 2691 + "stars": 2072, + "last_update": "2025-12-21 12:23:08", + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 596, + "stars": 595, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 243, + "stars": 247, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { - "stars": 85, + "stars": 86, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2094, + "stars": 2108, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 156, + "stars": 158, "last_update": "2025-11-04 16:36:47", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 196, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 554, + "stars": 559, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-MelBandRoFormer": { - "stars": 76, + "stars": 94, "last_update": "2025-08-26 08:29:25", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 506, + "stars": 512, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 52, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 367, + "stars": 368, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2691 + "author_account_age_days": 2733 + }, + "https://github.com/kijai/ComfyUI-SCAIL-Pose": { + "stars": 219, + "last_update": "2025-12-24 16:55:33", + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2153, + "stars": 2195, "last_update": "2025-09-24 13:51:11", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-SVD": { - "stars": 163, + "stars": 164, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { - "stars": 60, + "stars": 63, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 5249, - "last_update": "2025-11-13 15:11:02", - "author_account_age_days": 2691 + "stars": 5735, + "last_update": "2025-12-26 14:09:02", + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 86, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 110, + "stars": 111, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1119, + "stars": 1148, "last_update": "2025-09-28 08:35:30", - "author_account_age_days": 2691 + "author_account_age_days": 2733 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 20, + "stars": 21, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 365 + "author_account_age_days": 407 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { - "stars": 28, + "stars": 29, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 977 + "author_account_age_days": 1018 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { - "stars": 30, + "stars": 29, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 977 + "author_account_age_days": 1018 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 977 + "author_account_age_days": 1018 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 59, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 977 + "author_account_age_days": 1018 }, "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": { - "stars": 10, - "last_update": "2025-11-12 00:35:07", - "author_account_age_days": 3652 + "stars": 12, + "last_update": "2025-11-16 06:39:09", + "author_account_age_days": 3693 + }, + "https://github.com/kjqwer/SmartSaveImage": { + "stars": 1, + "last_update": "2025-11-21 07:32:18", + "author_account_age_days": 745 }, "https://github.com/kk8bit/KayTool": { - "stars": 265, + "stars": 299, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 865 + "author_account_age_days": 907 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-10-12 09:38:53", - "author_account_age_days": 934 + "last_update": "2025-12-07 05:28:22", + "author_account_age_days": 975 }, "https://github.com/kmlbdh/ComfyUI-kmlbdh-VideoCombine": { "stars": 2, "last_update": "2025-09-13 14:47:17", - "author_account_age_days": 3686 + "author_account_age_days": 3728 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { - "stars": 5, + "stars": 6, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3686 + "author_account_age_days": 3728 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 708 + "author_account_age_days": 750 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-09-19 10:01:44", - "author_account_age_days": 3400 + "author_account_age_days": 3441 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 203, + "stars": 207, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2317 + "author_account_age_days": 2359 }, "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { "stars": 0, "last_update": "2025-10-27 19:59:19", - "author_account_age_days": 4233 + "author_account_age_days": 4275 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1091 + "author_account_age_days": 1133 }, "https://github.com/komojini/komojini-comfyui-nodes": { - "stars": 76, + "stars": 78, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1091 + "author_account_age_days": 1133 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 8, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3558 + "author_account_age_days": 3599 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 151 + "author_account_age_days": 193 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2966 + "author_account_age_days": 3007 }, "https://github.com/krakenunbound/ComfyUI-KrakenTools": { "stars": 2, - "last_update": "2025-08-25 21:17:49", - "author_account_age_days": 87 + "last_update": "2025-12-07 18:32:43", + "author_account_age_days": 129 + }, + "https://github.com/krakenunbound/kraken-discord-bot": { + "stars": 0, + "last_update": "2025-12-10 20:36:38", + "author_account_age_days": 129 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 2, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1809 + "author_account_age_days": 1851 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2787 + "author_account_age_days": 2829 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 2075 + "author_account_age_days": 2117 }, "https://github.com/kungful/ComfyUI_to_webui": { - "stars": 18, + "stars": 21, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1631 + "author_account_age_days": 1673 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 3028 + "author_account_age_days": 3070 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1126 + "author_account_age_days": 1168 }, "https://github.com/kwaroran/abg-comfyui": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1116 + "author_account_age_days": 1158 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2025-08-27 13:47:53", - "author_account_age_days": 1449 + "author_account_age_days": 1491 }, "https://github.com/l-comm/WatermarkRemoval": { - "stars": 5, + "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 319 + "author_account_age_days": 361 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1675 + "author_account_age_days": 1717 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 3, - "last_update": "2025-09-11 02:01:13", - "author_account_age_days": 2165 + "last_update": "2025-12-05 08:53:33", + "author_account_age_days": 2207 + }, + "https://github.com/laboratoiresonore/ComfyUI_PerformanceLab": { + "stars": 1, + "last_update": "2025-12-11 07:31:44", + "author_account_age_days": 66 }, "https://github.com/lakkiy/ComfyUI-RWImageS3": { "stars": 0, - "last_update": "2025-10-24 08:40:33", - "author_account_age_days": 3252 + "last_update": "2025-11-18 12:12:24", + "author_account_age_days": 3294 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { - "stars": 7, + "stars": 8, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3339 + "author_account_age_days": 3381 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 6, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3339 + "author_account_age_days": 3381 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3339 + "author_account_age_days": 3381 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3339 + "author_account_age_days": 3381 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3339 + "author_account_age_days": 3381 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 87, + "stars": 91, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3339 + "author_account_age_days": 3381 }, "https://github.com/laksjdjf/pfg-ComfyUI": { - "stars": 11, + "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3339 + "author_account_age_days": 3381 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 60, - "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3584 + "stars": 64, + "last_update": "2025-12-26 18:06:52", + "author_account_age_days": 3626 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 659 + "author_account_age_days": 700 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { - "stars": 10, + "stars": 11, "last_update": "2025-10-30 23:21:11", - "author_account_age_days": 2790 + "author_account_age_days": 2831 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 13, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2790 + "author_account_age_days": 2831 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2790 + "author_account_age_days": 2831 + }, + "https://github.com/lazyq666/gemini-3-simply-comfyui": { + "stars": 0, + "last_update": "2025-12-18 07:00:09", + "author_account_age_days": 1123 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { - "stars": 63, + "stars": 64, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1484 + "author_account_age_days": 1526 }, "https://github.com/lceric/comfyui-gpt-image": { - "stars": 9, + "stars": 10, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3218 + "author_account_age_days": 3260 }, "https://github.com/leafiy/comfyui_psd_smart_object": { "stars": 0, "last_update": "2025-11-11 02:18:19", - "author_account_age_days": 5258 + "author_account_age_days": 5300 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 4025 + "author_account_age_days": 4067 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 9, "last_update": "2025-09-06 08:35:54", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { "stars": 1, "last_update": "2025-10-07 15:35:51", - "author_account_age_days": 3303 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3302 + "author_account_age_days": 3344 }, "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { - "stars": 12, + "stars": 13, "last_update": "2025-10-10 19:01:40", - "author_account_age_days": 2246 + "author_account_age_days": 2288 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4287 + "author_account_age_days": 4329 }, "https://github.com/leewinder/comfyui-crop-to-center": { "stars": 0, "last_update": "2025-10-13 16:41:33", - "author_account_age_days": 4960 + "author_account_age_days": 5002 }, "https://github.com/leewinder/comfyui-mureka-api": { "stars": 0, "last_update": "2025-10-24 08:50:08", - "author_account_age_days": 4960 + "author_account_age_days": 5002 }, "https://github.com/lenML/comfyui_qwen_image_edit_adv": { - "stars": 22, - "last_update": "2025-10-07 14:19:59", - "author_account_age_days": 692 + "stars": 33, + "last_update": "2025-12-02 11:12:18", + "author_account_age_days": 734 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 4005 + "author_account_age_days": 4047 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { - "stars": 16, + "stars": 17, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4583 + "author_account_age_days": 4625 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 52, + "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4583 + "author_account_age_days": 4625 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 928 + "author_account_age_days": 970 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2379 + "author_account_age_days": 2420 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-10-30 08:08:13", - "author_account_age_days": 4813 + "author_account_age_days": 4855 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 3, "last_update": "2025-09-23 15:24:40", - "author_account_age_days": 4813 + "author_account_age_days": 4855 }, "https://github.com/leylahkrell/ComfyUI-Violet-Tools": { - "stars": 11, + "stars": 12, "last_update": "2025-11-13 03:06:22", - "author_account_age_days": 783 + "author_account_age_days": 824 }, "https://github.com/leylahviolet/ComfyUI-Violet-Tools": { - "stars": 11, + "stars": 12, "last_update": "2025-11-13 03:06:22", - "author_account_age_days": 783 + "author_account_age_days": 824 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 76, + "stars": 79, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2198 + "author_account_age_days": 2240 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2198 + "author_account_age_days": 2240 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4567 + "author_account_age_days": 4609 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 10, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1776 + "author_account_age_days": 1818 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 12, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1776 + "author_account_age_days": 1818 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 7, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1776 + "author_account_age_days": 1818 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { - "stars": 12, + "stars": 15, "last_update": "2025-09-20 10:42:26", - "author_account_age_days": 3619 + "author_account_age_days": 3661 }, "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": { - "stars": 478, - "last_update": "2025-11-06 15:26:44", - "author_account_age_days": 3619 + "stars": 607, + "last_update": "2025-11-20 07:37:22", + "author_account_age_days": 3661 }, "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": { - "stars": 66, + "stars": 67, "last_update": "2025-10-07 12:28:21", - "author_account_age_days": 3619 + "author_account_age_days": 3661 }, "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": { - "stars": 35, + "stars": 38, "last_update": "2025-10-17 14:58:31", - "author_account_age_days": 3619 + "author_account_age_days": 3661 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { - "stars": 56, + "stars": 58, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3418 + "author_account_age_days": 3460 + }, + "https://github.com/liming123332/ComfyUI-Ranbooru": { + "stars": 0, + "last_update": "2025-12-17 01:00:44", + "author_account_age_days": 3107 }, "https://github.com/lingha0h/comfyui_kj": { - "stars": 6, + "stars": 7, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 282 + "author_account_age_days": 324 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 5, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 606 + "author_account_age_days": 648 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 606 + "author_account_age_days": 648 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 933 + "author_account_age_days": 975 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4300 + "author_account_age_days": 4342 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 2, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1245 + "author_account_age_days": 1286 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { - "stars": 13, + "stars": 14, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 695 + "author_account_age_days": 737 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { - "stars": 20, + "stars": 22, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 695 + "author_account_age_days": 737 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 695 + "author_account_age_days": 737 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 695 + "author_account_age_days": 737 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4555 + "author_account_age_days": 4597 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 118, + "stars": 127, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3716 + "author_account_age_days": 3758 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 74, + "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3716 + "author_account_age_days": 3758 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 14, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3716 + "author_account_age_days": 3758 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 190, + "stars": 200, "last_update": "2025-10-31 03:29:37", - "author_account_age_days": 3716 + "author_account_age_days": 3758 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 8, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3716 + "author_account_age_days": 3758 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 18, "last_update": "2025-09-25 16:22:41", - "author_account_age_days": 3215 + "author_account_age_days": 3256 }, "https://github.com/ljleb/comfy-mecha": { - "stars": 93, - "last_update": "2025-11-12 01:27:21", - "author_account_age_days": 2972 + "stars": 94, + "last_update": "2025-12-18 15:27:29", + "author_account_age_days": 3013 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 263, + "stars": 265, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 608 + "author_account_age_days": 649 }, "https://github.com/lks-ai/anynode": { - "stars": 544, + "stars": 547, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 608 + "author_account_age_days": 649 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2601 + "author_account_age_days": 2643 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 256, + "stars": 264, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2601 + "author_account_age_days": 2643 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 115, + "stars": 117, "last_update": "2025-11-04 10:36:44", - "author_account_age_days": 2601 + "author_account_age_days": 2643 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 433, + "stars": 440, "last_update": "2025-11-07 05:19:50", - "author_account_age_days": 2601 + "author_account_age_days": 2643 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 13, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2601 + "author_account_age_days": 2643 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 74, + "stars": 79, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2601 + "author_account_age_days": 2643 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 90, - "last_update": "2025-08-25 11:50:40", - "author_account_age_days": 2601 + "stars": 91, + "last_update": "2025-12-10 10:58:04", + "author_account_age_days": 2643 + }, + "https://github.com/llikethat/ComfyUI-faceExtracter": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "author_account_age_days": 4728 + }, + "https://github.com/llikethat/ComfyUI-faceExtractor": { + "stars": 0, + "last_update": "2025-12-03 04:53:02", + "author_account_age_days": 4728 + }, + "https://github.com/llikethat/ComfyUI-iseebetter": { + "stars": 1, + "last_update": "2025-11-29 10:56:25", + "author_account_age_days": 4728 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 21, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4988 + "author_account_age_days": 5030 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 120, + "stars": 123, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1092 + "author_account_age_days": 1133 + }, + "https://github.com/logicalor/comfyui_friendly_pipe": { + "stars": 1, + "last_update": "2025-12-23 03:11:15", + "author_account_age_days": 4448 + }, + "https://github.com/logicalor/comfyui_multi_replace": { + "stars": 1, + "last_update": "2025-12-16 00:16:32", + "author_account_age_days": 4448 + }, + "https://github.com/logicalor/comfyui_text_to_pose": { + "stars": 1, + "last_update": "2025-12-13 06:50:42", + "author_account_age_days": 4448 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-FLATTEN": { - "stars": 108, + "stars": 110, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1388, + "stars": 1394, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 177, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 295, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { - "stars": 40, + "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-ReNoise": { - "stars": 5, + "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 40, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 14, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 630 + "author_account_age_days": 672 }, "https://github.com/lokinou/comfyui-better-flow": { - "stars": 1, + "stars": 2, "last_update": "2025-10-22 21:23:02", - "author_account_age_days": 4663 + "author_account_age_days": 4704 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 2, "last_update": "2025-10-05 04:33:49", - "author_account_age_days": 4663 + "author_account_age_days": 4704 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 397 + "author_account_age_days": 439 }, "https://github.com/longgui0318/comfyui-common-util": { - "stars": 0, + "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4673 + "author_account_age_days": 4715 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4673 + "author_account_age_days": 4715 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 82, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4673 + "author_account_age_days": 4715 }, "https://github.com/longgui0318/comfyui-mask-util": { - "stars": 7, + "stars": 8, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4673 + "author_account_age_days": 4715 }, "https://github.com/loockluo/comfyui-whisperx-pro": { - "stars": 2, + "stars": 3, "last_update": "2025-11-04 16:27:20", - "author_account_age_days": 3348 + "author_account_age_days": 3390 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 3, - "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4932 + "last_update": "2025-12-09 08:17:45", + "author_account_age_days": 4974 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5275 + "author_account_age_days": 5317 }, "https://github.com/lordgasmic/comfyui_wildcards": { - "stars": 12, + "stars": 13, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5275 + "author_account_age_days": 5317 + }, + "https://github.com/lovelybbq/comfyui-custom-node-color": { + "stars": 13, + "last_update": "2025-12-22 12:11:43", + "author_account_age_days": 1505 + }, + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { + "stars": 1, + "last_update": "2025-11-21 14:03:38", + "author_account_age_days": 694 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 879, - "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4559 + "stars": 913, + "last_update": "2025-11-23 20:42:45", + "author_account_age_days": 4601 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 47, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4559 + "author_account_age_days": 4601 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 45, + "stars": 48, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4559 + "author_account_age_days": 4601 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { - "stars": 36, + "stars": 40, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4171 + "author_account_age_days": 4213 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 240, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4171 + "author_account_age_days": 4213 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4171 + "author_account_age_days": 4213 + }, + "https://github.com/lrzjason/Comfyui-LatentUtils": { + "stars": 62, + "last_update": "2025-12-06 16:50:41", + "author_account_age_days": 4213 }, "https://github.com/lrzjason/Comfyui-LoraUtils": { - "stars": 18, + "stars": 27, "last_update": "2025-11-13 15:49:36", - "author_account_age_days": 4171 + "author_account_age_days": 4213 }, "https://github.com/lrzjason/Comfyui-QwenEditUtils": { - "stars": 529, - "last_update": "2025-11-12 10:30:16", - "author_account_age_days": 4171 + "stars": 652, + "last_update": "2025-11-18 03:52:42", + "author_account_age_days": 4213 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4171 + "author_account_age_days": 4213 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2802, - "last_update": "2025-10-09 16:44:27", - "author_account_age_days": 970 + "stars": 2882, + "last_update": "2025-11-18 15:30:24", + "author_account_age_days": 1012 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 280, + "stars": 298, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 970 + "author_account_age_days": 1012 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 688, - "last_update": "2025-10-09 16:03:02", - "author_account_age_days": 970 + "stars": 732, + "last_update": "2025-11-17 17:03:31", + "author_account_age_days": 1012 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 12187, - "last_update": "2025-11-14 23:27:15", - "author_account_age_days": 583 + "stars": 12963, + "last_update": "2025-12-24 03:50:32", + "author_account_age_days": 625 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 42, + "stars": 46, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 970 + "author_account_age_days": 1012 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 124, + "stars": 152, "last_update": "2025-09-26 22:22:30", - "author_account_age_days": 970 + "author_account_age_days": 1012 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-11-11 02:06:03", - "author_account_age_days": 1902 + "author_account_age_days": 1944 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 55, + "stars": 56, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4316 + "author_account_age_days": 4358 }, "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": { - "stars": 37, + "stars": 41, "last_update": "2025-10-15 20:51:39", - "author_account_age_days": 2942 + "author_account_age_days": 2983 }, "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": { "stars": 1, "last_update": "2025-10-09 03:19:03", - "author_account_age_days": 2942 + "author_account_age_days": 2983 }, "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": { "stars": 1, "last_update": "2025-09-11 11:41:23", - "author_account_age_days": 2942 + "author_account_age_days": 2983 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3624 + "author_account_age_days": 3666 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1945 + "author_account_age_days": 1987 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 4020 + "author_account_age_days": 4061 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 13, "last_update": "2025-10-17 20:41:40", - "author_account_age_days": 283 + "author_account_age_days": 324 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 91, + "stars": 97, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 283 + "author_account_age_days": 324 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { - "stars": 35, + "stars": 41, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 283 + "author_account_age_days": 324 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { - "stars": 2, + "stars": 3, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 283 + "author_account_age_days": 324 }, "https://github.com/lum3on/ComfyUI_Reve-API": { - "stars": 9, + "stars": 12, "last_update": "2025-09-16 12:41:07", - "author_account_age_days": 283 + "author_account_age_days": 324 }, "https://github.com/lum3on/comfyui_EdgeTAM": { - "stars": 3, + "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 283 + "author_account_age_days": 324 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { - "stars": 480, + "stars": 483, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 283 + "author_account_age_days": 324 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { - "stars": 67, - "last_update": "2025-08-27 23:22:27", - "author_account_age_days": 283 + "stars": 68, + "last_update": "2025-12-17 16:25:12", + "author_account_age_days": 324 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 204, + "stars": 205, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1619 + "author_account_age_days": 1661 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1751 + "author_account_age_days": 1792 + }, + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": { + "stars": 3, + "last_update": "2025-12-06 09:18:26", + "author_account_age_days": 410 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 1, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 5007 + "author_account_age_days": 5048 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { - "stars": 2, + "stars": 3, "last_update": "2025-09-29 00:50:12", - "author_account_age_days": 824 + "author_account_age_days": 865 }, "https://github.com/m3rr/h4_ToolKit": { "stars": 1, "last_update": "2025-10-17 14:25:01", - "author_account_age_days": 809 + "author_account_age_days": 851 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 16, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 969 + "author_account_age_days": 1011 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2866 + "author_account_age_days": 2908 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1141 + "author_account_age_days": 1182 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { - "stars": 3, + "stars": 4, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 185 + "author_account_age_days": 227 }, "https://github.com/maikgreubel/comfyui-loaddds": { "stars": 0, "last_update": "2025-10-12 15:04:26", - "author_account_age_days": 5320 + "author_account_age_days": 5362 }, "https://github.com/malkuthro/ComfyUI-Koolook": { "stars": 0, - "last_update": "2025-10-26 17:32:40", - "author_account_age_days": 583 + "last_update": "2025-12-10 14:11:56", + "author_account_age_days": 625 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 4015 + "author_account_age_days": 4056 + }, + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": { + "stars": 0, + "last_update": "2025-11-26 12:06:56", + "author_account_age_days": 1302 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 1, "last_update": "2025-10-23 14:42:23", - "author_account_age_days": 1260 + "author_account_age_days": 1302 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-10-03 15:17:39", - "author_account_age_days": 259 + "author_account_age_days": 300 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 2, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 912 + "author_account_age_days": 954 }, "https://github.com/mangobyed/ComfyUI_Detection_List": { "stars": 0, "last_update": "2025-08-22 20:53:01", - "author_account_age_days": 374 + "author_account_age_days": 416 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4662 + "author_account_age_days": 4704 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 183, + "stars": 186, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6263 + "author_account_age_days": 6304 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { - "stars": 4, + "stars": 3, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1675 + "author_account_age_days": 1717 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 678 + "author_account_age_days": 720 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 4026 + "author_account_age_days": 4068 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2025-08-27 01:08:27", - "author_account_age_days": 5692 + "author_account_age_days": 5734 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5692 + "author_account_age_days": 5734 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 118, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4923 + "author_account_age_days": 4965 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4923 + "author_account_age_days": 4965 + }, + "https://github.com/marduk191/comfyui_qwen_runninghub": { + "stars": 0, + "last_update": "2025-11-23 16:45:09", + "author_account_age_days": 4965 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 91, + "stars": 92, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5283 + "author_account_age_days": 5325 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 10, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4314 + "author_account_age_days": 4356 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4314 + "author_account_age_days": 4356 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { - "stars": 0, + "stars": 1, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4314 + "author_account_age_days": 4356 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { - "stars": 15, + "stars": 16, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3386 + "author_account_age_days": 3428 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3386 + "author_account_age_days": 3428 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3386 + "author_account_age_days": 3428 }, "https://github.com/martijnat/comfyui-previewlatent": { - "stars": 44, + "stars": 45, "last_update": "2025-09-27 05:59:45", - "author_account_age_days": 3340 + "author_account_age_days": 3381 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 40, "last_update": "2025-08-29 23:04:42", - "author_account_age_days": 2106 + "author_account_age_days": 2147 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 14, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1915 + "author_account_age_days": 1957 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 69, + "stars": 70, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3248 + "author_account_age_days": 3290 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 1, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3161 + "author_account_age_days": 3203 }, "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": { "stars": 13, - "last_update": "2025-10-30 04:56:17", - "author_account_age_days": 3340 + "last_update": "2025-12-14 10:08:18", + "author_account_age_days": 3382 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { - "stars": 33, + "stars": 38, "last_update": "2025-08-22 14:25:23", - "author_account_age_days": 5058 + "author_account_age_days": 5100 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 306, + "stars": 315, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3429 + "author_account_age_days": 3471 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 3, - "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 200 + "last_update": "2025-12-10 13:38:13", + "author_account_age_days": 242 + }, + "https://github.com/maxczc/comfyui-sora-node": { + "stars": 0, + "last_update": "2025-12-13 06:26:26", + "author_account_age_days": 4193 }, "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": { "stars": 0, "last_update": "2025-10-08 18:29:37", - "author_account_age_days": 988 + "author_account_age_days": 1030 + }, + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": { + "stars": 0, + "last_update": "2025-12-02 03:08:44", + "author_account_age_days": 592 }, "https://github.com/mbrostami/ComfyUI-HF": { - "stars": 19, + "stars": 20, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4830 + "author_account_age_days": 4872 }, "https://github.com/mbrostami/ComfyUI-TITrain": { - "stars": 12, + "stars": 13, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4830 + "author_account_age_days": 4872 }, "https://github.com/mcDandy/more_math": { "stars": 0, - "last_update": "2025-10-25 15:00:23", - "author_account_age_days": 3494 + "last_update": "2025-12-25 15:49:53", + "author_account_age_days": 3536 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1224, + "stars": 1231, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2610 - }, - "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader": { - "stars": 4, - "last_update": "2025-11-15 02:51:08", - "author_account_age_days": 1039 + "author_account_age_days": 2652 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-09-10 15:42:57", - "author_account_age_days": 1163 + "author_account_age_days": 1205 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 63, + "stars": 64, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3711 + "author_account_age_days": 3753 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { - "stars": 2, + "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3711 + "author_account_age_days": 3753 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { - "stars": 76, + "stars": 77, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3711 + "author_account_age_days": 3753 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2025-09-06 00:52:37", - "author_account_age_days": 4948 + "author_account_age_days": 4990 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 3, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1710 + "author_account_age_days": 1752 }, "https://github.com/melMass/comfy_mtb": { - "stars": 630, + "stars": 655, "last_update": "2025-11-09 15:31:23", - "author_account_age_days": 4254 + "author_account_age_days": 4295 }, "https://github.com/melMass/comfy_oiio": { "stars": 9, "last_update": "2025-09-08 19:18:29", - "author_account_age_days": 4254 + "author_account_age_days": 4295 }, "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { - "stars": 5, - "last_update": "2025-09-01 13:31:55", - "author_account_age_days": 4230 + "stars": 6, + "last_update": "2025-11-29 18:25:47", + "author_account_age_days": 4272 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4181 + "author_account_age_days": 4223 }, "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": { - "stars": 79, - "last_update": "2025-11-11 10:26:26", - "author_account_age_days": 1983 + "stars": 104, + "last_update": "2025-11-18 16:14:09", + "author_account_age_days": 2025 }, "https://github.com/mercu-lore/BoxBox": { - "stars": 1, - "last_update": "2025-11-13 09:34:23", - "author_account_age_days": 1983 + "stars": 2, + "last_update": "2025-11-17 11:20:20", + "author_account_age_days": 2025 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 737 + "author_account_age_days": 778 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 737 + "author_account_age_days": 778 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 737 + "author_account_age_days": 778 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 39, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5982 + "author_account_age_days": 6023 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 2, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5982 + "author_account_age_days": 6023 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1131 + "author_account_age_days": 1173 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { - "stars": 6, + "stars": 7, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2826 + "author_account_age_days": 2868 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 25, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 510 + "author_account_age_days": 552 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 483, + "stars": 501, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 976 + "author_account_age_days": 1018 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 32, + "stars": 35, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 976 + "author_account_age_days": 1018 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { - "stars": 5, + "stars": 6, "last_update": "2025-10-04 09:09:41", - "author_account_age_days": 5865 + "author_account_age_days": 5906 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2516 + "author_account_age_days": 2558 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3170 + "author_account_age_days": 3211 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 3072 + "author_account_age_days": 3114 }, "https://github.com/mikecaronna/comfyui_c2pa_signer": { "stars": 1, "last_update": "2025-10-06 14:27:34", - "author_account_age_days": 2144 + "author_account_age_days": 2186 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4817 + "author_account_age_days": 4859 }, "https://github.com/mikesimone/ComfyUI-LinkModeToggle": { "stars": 0, "last_update": "2025-11-09 01:35:16", - "author_account_age_days": 2847 + "author_account_age_days": 2889 }, "https://github.com/mikheys/comfyui-gemini-mikheys": { "stars": 2, "last_update": "2025-08-29 15:15:54", - "author_account_age_days": 2910 + "author_account_age_days": 2951 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 60, + "stars": 62, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6425 + "author_account_age_days": 6466 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 31, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6425 + "author_account_age_days": 6466 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 460, + "stars": 476, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 429 + "author_account_age_days": 471 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 5, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 901 + "author_account_age_days": 942 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 159, - "last_update": "2025-10-30 05:45:24", - "author_account_age_days": 1729 + "stars": 164, + "last_update": "2025-12-19 18:55:47", + "author_account_age_days": 1771 + }, + "https://github.com/mirabarukaso/ComfyUI_MiraSubPack": { + "stars": 0, + "last_update": "2025-12-26 06:30:17", + "author_account_age_days": 1771 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { - "stars": 0, + "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1246 + "author_account_age_days": 1288 }, "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { "stars": 0, "last_update": "2025-07-09 08:51:24", - "author_account_age_days": 4518 + "author_account_age_days": 4560 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4518 + "author_account_age_days": 4560 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4518 + "author_account_age_days": 4560 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, - "last_update": "2025-08-27 07:55:25", - "author_account_age_days": 4518 + "last_update": "2025-12-11 15:08:49", + "author_account_age_days": 4560 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 26, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1482 + "author_account_age_days": 1524 + }, + "https://github.com/mobcat40/ComfyUI-PromptChain": { + "stars": 3, + "last_update": "2025-12-04 19:14:47", + "author_account_age_days": 154 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4317 + "author_account_age_days": 4358 }, "https://github.com/mochidroppot/ComfyUI-ProxyFix": { "stars": 0, "last_update": "2025-10-03 02:29:35", - "author_account_age_days": 72 + "author_account_age_days": 114 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1208 + "author_account_age_days": 1250 }, "https://github.com/modelscope/scepter": { - "stars": 545, + "stars": 546, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1208 + "author_account_age_days": 1250 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5112 + "author_account_age_days": 5154 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1223 + "author_account_age_days": 1265 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4361 + "author_account_age_days": 4403 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3787 + "author_account_age_days": 3829 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { - "stars": 22, + "stars": 23, "last_update": "2025-09-30 06:36:20", - "author_account_age_days": 916 + "author_account_age_days": 957 }, "https://github.com/moonwhaler/comfyui-moonpack": { - "stars": 7, + "stars": 10, "last_update": "2025-10-10 09:53:05", - "author_account_age_days": 4932 + "author_account_age_days": 4974 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { - "stars": 124, - "last_update": "2025-11-08 09:58:20", - "author_account_age_days": 4932 + "stars": 160, + "last_update": "2025-12-06 16:28:42", + "author_account_age_days": 4974 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 294 + "author_account_age_days": 336 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3693 + "author_account_age_days": 3734 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { - "stars": 0, - "last_update": "2025-11-10 14:40:21", - "author_account_age_days": 1832 + "stars": 1, + "last_update": "2025-12-15 14:05:35", + "author_account_age_days": 1874 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3314 + "author_account_age_days": 3356 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3979 + "author_account_age_days": 4021 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { - "stars": 17, + "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2809 + "author_account_age_days": 2851 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4588 + "author_account_age_days": 4630 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 645 + "author_account_age_days": 687 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { - "stars": 2, + "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2819 + "author_account_age_days": 2861 + }, + "https://github.com/mrf/ComfyPoe": { + "stars": 0, + "last_update": "2025-11-26 22:43:59", + "author_account_age_days": 5727 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2375 + "author_account_age_days": 2417 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2603 + "author_account_age_days": 2645 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4446 + "author_account_age_days": 4488 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 164, + "stars": 165, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3469 + "author_account_age_days": 3511 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 12, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3454 + "author_account_age_days": 3496 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1888 + "author_account_age_days": 1930 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1888 + "author_account_age_days": 1930 }, "https://github.com/myonmu0/ComfyUI-Jumper": { "stars": 0, - "last_update": "2025-11-10 22:41:27", - "author_account_age_days": 28 + "last_update": "2025-12-03 17:30:16", + "author_account_age_days": 70 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { - "stars": 32, - "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 977 + "stars": 36, + "last_update": "2025-12-15 09:27:28", + "author_account_age_days": 1019 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1332 + "author_account_age_days": 1374 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { - "stars": 3, + "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4182 + "author_account_age_days": 4224 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4182 + "author_account_age_days": 4224 }, "https://github.com/nakagawadev/comfyui_nakagawa": { "stars": 2, "last_update": "2025-09-14 03:18:07", - "author_account_age_days": 3430 + "author_account_age_days": 3472 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 224 + "author_account_age_days": 266 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 3, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 154 + "author_account_age_days": 196 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5142 + "author_account_age_days": 5184 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3501 + "author_account_age_days": 3543 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3501 + "author_account_age_days": 3543 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 204, + "stars": 207, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3234 + "author_account_age_days": 3275 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 48, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3234 + "author_account_age_days": 3275 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 786 + "author_account_age_days": 828 + }, + "https://github.com/nawka12/ComfyUI-Adept-Sampler": { + "stars": 1, + "last_update": "2025-12-25 15:38:32", + "author_account_age_days": 2305 + }, + "https://github.com/naxci1/ComfyUI-FlashVSR_Stable": { + "stars": 9, + "last_update": "2025-12-24 16:52:18", + "author_account_age_days": 266 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1158 + "author_account_age_days": 1199 }, "https://github.com/negaga53/comfyui-imgloader": { - "stars": 0, + "stars": 2, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 293 + "author_account_age_days": 335 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4443 + "author_account_age_days": 4485 }, "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": { "stars": 0, "last_update": "2025-10-16 19:08:52", - "author_account_age_days": 799 + "author_account_age_days": 841 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 2, "last_update": "2025-10-26 14:56:53", - "author_account_age_days": 1828 + "author_account_age_days": 1869 + }, + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": { + "stars": 1, + "last_update": "2025-11-18 16:03:25", + "author_account_age_days": 4309 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4160 + "author_account_age_days": 4201 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { - "stars": 185, + "stars": 187, "last_update": "2025-10-13 00:36:22", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { - "stars": 2, + "stars": 4, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { - "stars": 19, + "stars": 22, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/neverbiasu/ComfyUI-ModelScope": { "stars": 1, "last_update": "2025-11-08 21:10:36", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { - "stars": 3, + "stars": 4, "last_update": "2025-09-28 21:59:19", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 228, + "stars": 238, "last_update": "2025-11-13 00:40:29", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 15, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1527 + "author_account_age_days": 1569 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { - "stars": 74, - "last_update": "2025-11-13 13:25:16", - "author_account_age_days": 244 + "stars": 96, + "last_update": "2025-12-26 13:45:58", + "author_account_age_days": 286 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { - "stars": 8, + "stars": 9, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4830 + "author_account_age_days": 4872 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4518 + "author_account_age_days": 4560 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4537 + "author_account_age_days": 4579 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 216, + "stars": 220, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1739 + "author_account_age_days": 1781 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 240, - "last_update": "2025-11-04 07:35:16", - "author_account_age_days": 5228 + "stars": 246, + "last_update": "2025-12-20 05:01:19", + "author_account_age_days": 5270 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 63, - "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5228 + "stars": 66, + "last_update": "2025-12-12 17:46:38", + "author_account_age_days": 5270 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5228 + "author_account_age_days": 5270 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 1, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5228 + "author_account_age_days": 5270 }, "https://github.com/niknah/presentation-ComfyUI": { "stars": 0, "last_update": "2025-11-12 01:11:40", - "author_account_age_days": 5228 + "author_account_age_days": 5270 }, "https://github.com/niknah/quick-connections": { - "stars": 402, - "last_update": "2025-08-29 05:33:13", - "author_account_age_days": 5228 + "stars": 435, + "last_update": "2025-12-12 00:35:07", + "author_account_age_days": 5270 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 5, - "last_update": "2025-10-20 12:56:45", - "author_account_age_days": 723 + "last_update": "2025-12-15 18:42:44", + "author_account_age_days": 765 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 61, + "stars": 62, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3496 + "author_account_age_days": 3538 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 844 + "author_account_age_days": 886 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 4011 + "author_account_age_days": 4053 }, "https://github.com/nisaruj/comfyui-daam": { - "stars": 34, + "stars": 37, "last_update": "2025-10-13 12:54:31", - "author_account_age_days": 3716 + "author_account_age_days": 3758 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-10-27 19:57:39", - "author_account_age_days": 4815 + "author_account_age_days": 4857 + }, + "https://github.com/nitingrg/comfyui-ntools": { + "stars": 0, + "last_update": "2025-11-25 15:21:12", + "author_account_age_days": 1068 }, "https://github.com/njlent/ComfyUI_performance-report": { "stars": 2, "last_update": "2025-10-12 15:00:25", - "author_account_age_days": 3966 + "author_account_age_days": 4008 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 3, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3966 + "author_account_age_days": 4008 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 668 + "author_account_age_days": 710 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 28, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 668 + "author_account_age_days": 710 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 25, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 668 + "author_account_age_days": 710 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 103, + "stars": 108, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 668 + "author_account_age_days": 710 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { - "stars": 11, + "stars": 14, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 668 + "author_account_age_days": 710 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { - "stars": 12, + "stars": 13, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 668 + "author_account_age_days": 710 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-11-14 13:36:48", - "author_account_age_days": 1795 + "last_update": "2025-12-26 15:55:15", + "author_account_age_days": 1837 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 14, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2295 + "author_account_age_days": 2337 }, "https://github.com/noelkim12/ComfyUI-NoelTextUtil": { "stars": 0, "last_update": "2025-09-01 17:22:53", - "author_account_age_days": 2492 + "author_account_age_days": 2534 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3251 + "author_account_age_days": 3293 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { - "stars": 6, - "last_update": "2025-11-10 05:34:28", - "author_account_age_days": 1721 + "stars": 7, + "last_update": "2025-11-26 22:00:39", + "author_account_age_days": 1762 }, "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer": { "stars": 9, "last_update": "2025-10-19 10:28:59", - "author_account_age_days": 1009 + "author_account_age_days": 1051 }, "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": { "stars": 1, "last_update": "2025-10-17 18:15:29", - "author_account_age_days": 1009 + "author_account_age_days": 1051 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2630 + "author_account_age_days": 2672 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3568 + "author_account_age_days": 3609 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 254, + "stars": 257, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4413 + "author_account_age_days": 4455 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4413 + "author_account_age_days": 4455 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { - "stars": 11, + "stars": 12, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 3069 + "author_account_age_days": 3110 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { - "stars": 17, + "stars": 18, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 583 + "author_account_age_days": 625 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { - "stars": 35, + "stars": 36, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2226 + "author_account_age_days": 2267 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { - "stars": 25, + "stars": 26, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1600 + "author_account_age_days": 1642 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 926, + "stars": 935, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1685 + "author_account_age_days": 1726 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 162, + "stars": 164, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5292 + "author_account_age_days": 5334 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 1098, - "last_update": "2025-11-13 17:04:52", - "author_account_age_days": 5292 + "stars": 1672, + "last_update": "2025-12-24 08:52:32", + "author_account_age_days": 5334 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 9, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5292 + "author_account_age_days": 5334 }, "https://github.com/nunchaku-tech/ComfyUI-nunchaku": { - "stars": 2486, - "last_update": "2025-11-08 06:31:28", - "author_account_age_days": 123 + "stars": 2620, + "last_update": "2025-12-24 03:01:12", + "author_account_age_days": 165 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 38, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 1061 + "author_account_age_days": 1103 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 6, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 12, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 37, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 65, + "stars": 76, "last_update": "2025-09-02 12:12:23", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 4, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { - "stars": 40, + "stars": 41, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { - "stars": 10, + "stars": 11, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 15, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { - "stars": 48, + "stars": 51, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { - "stars": 17, + "stars": 18, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2981 + "author_account_age_days": 3023 }, "https://github.com/obisin/ComfyUI-DGLS": { "stars": 12, "last_update": "2025-09-26 10:25:10", - "author_account_age_days": 1523 + "author_account_age_days": 1565 + }, + "https://github.com/obvirm/ComfyUI-WhisperXX": { + "stars": 1, + "last_update": "2025-12-03 22:07:11", + "author_account_age_days": 1068 + }, + "https://github.com/okdalto/ComfyUI-FlashPortrait": { + "stars": 4, + "last_update": "2025-12-24 07:02:35", + "author_account_age_days": 3366 + }, + "https://github.com/okdalto/ComfyUI-PersonaLive": { + "stars": 63, + "last_update": "2025-12-18 04:42:11", + "author_account_age_days": 3366 }, "https://github.com/okdalto/ComfyUI-WithAnyone": { - "stars": 15, - "last_update": "2025-11-04 03:53:47", - "author_account_age_days": 3324 + "stars": 21, + "last_update": "2025-12-18 04:42:30", + "author_account_age_days": 3366 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 8, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3195 + "author_account_age_days": 3237 }, "https://github.com/olafrv/comfyui_olafrv": { "stars": 0, "last_update": "2025-09-07 20:31:30", - "author_account_age_days": 5203 + "author_account_age_days": 5244 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-09-27 03:52:18", - "author_account_age_days": 1384 + "author_account_age_days": 1426 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1384 + "author_account_age_days": 1426 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 470 + "author_account_age_days": 512 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 3, "last_update": "2025-09-23 22:08:30", - "author_account_age_days": 4510 + "author_account_age_days": 4551 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { - "stars": 3, - "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 920 + "stars": 7, + "last_update": "2025-12-26 14:38:45", + "author_account_age_days": 962 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 170, + "stars": 172, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 5015 + "author_account_age_days": 5056 }, "https://github.com/omixmaxdimo/OmiXDev": { "stars": 0, "last_update": "2025-10-23 12:10:24", - "author_account_age_days": 1976 + "author_account_age_days": 2018 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { - "stars": 27, - "last_update": "2025-10-31 07:05:59", - "author_account_age_days": 1513 + "stars": 29, + "last_update": "2025-11-24 02:32:23", + "author_account_age_days": 1555 }, "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": { - "stars": 0, + "stars": 1, "last_update": "2025-09-05 18:56:41", - "author_account_age_days": 4189 + "author_account_age_days": 4230 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 2063 + "author_account_age_days": 2104 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4604 + "author_account_age_days": 4646 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 14, - "last_update": "2025-11-09 19:57:12", - "author_account_age_days": 2015 + "last_update": "2025-12-05 09:45:28", + "author_account_age_days": 2056 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 23, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/ComfyUI_DAO_master": { "stars": 10, "last_update": "2025-09-03 08:56:54", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/ComfyUI_SharpnessPro": { "stars": 8, "last_update": "2025-08-27 09:02:20", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 2, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/Comfyui_EncryptMaster": { "stars": 3, "last_update": "2025-09-06 14:18:12", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/Gemini_Banana_by_orion4d": { - "stars": 10, + "stars": 11, "last_update": "2025-09-07 22:18:10", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/Orion4D_pixelshift": { - "stars": 4, + "stars": 5, "last_update": "2025-09-09 09:14:31", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orion4d/illusion_node": { "stars": 3, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1090 + "author_account_age_days": 1132 }, "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": { "stars": 0, "last_update": "2025-11-13 17:50:49", - "author_account_age_days": 57 + "author_account_age_days": 99 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 128, + "stars": 150, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3537 + "author_account_age_days": 3579 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 7, - "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 934 + "last_update": "2025-11-19 21:03:59", + "author_account_age_days": 976 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 21, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1585 + "author_account_age_days": 1627 }, "https://github.com/ostris/ComfyUI-FlexTools": { - "stars": 78, + "stars": 79, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2911 + "author_account_age_days": 2953 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 41, + "stars": 42, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2911 + "author_account_age_days": 2953 }, "https://github.com/otacoo/comfyui_otacoo": { - "stars": 6, + "stars": 8, "last_update": "2025-10-02 07:14:56", - "author_account_age_days": 205 + "author_account_age_days": 246 }, "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": { "stars": 5, - "last_update": "2025-11-09 12:30:24", - "author_account_age_days": 4623 + "last_update": "2025-12-13 13:49:32", + "author_account_age_days": 4665 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3291 + "author_account_age_days": 3333 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4620 + "author_account_age_days": 4661 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2838 + "author_account_age_days": 2880 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 31, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1350 + "author_account_age_days": 1391 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-08-22 08:04:50", - "author_account_age_days": 2123 + "author_account_age_days": 2165 }, "https://github.com/p1atdev/comfyui-tkg-chroma-key": { "stars": 19, "last_update": "2025-08-23 16:06:14", - "author_account_age_days": 2123 + "author_account_age_days": 2165 }, "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": { "stars": 0, "last_update": "2025-10-22 16:27:05", - "author_account_age_days": 187 + "author_account_age_days": 228 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 100, + "stars": 103, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5561 + "author_account_age_days": 5603 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 37, + "stars": 39, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5561 + "author_account_age_days": 5603 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 225, - "last_update": "2025-10-28 12:30:05", - "author_account_age_days": 2639 + "stars": 231, + "last_update": "2025-12-18 14:51:53", + "author_account_age_days": 2681 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 19, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2639 + "author_account_age_days": 2681 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 289, + "stars": 292, "last_update": "2025-09-27 04:23:13", - "author_account_age_days": 2639 + "author_account_age_days": 2681 + }, + "https://github.com/pantaleone-ai/Comfy-Firefly": { + "stars": 0, + "last_update": "2025-12-11 21:24:50", + "author_account_age_days": 1469 }, "https://github.com/pants007/comfy-pants": { - "stars": 1, + "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2825 + "author_account_age_days": 2867 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 2021 + "author_account_age_days": 2062 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 2021 + "author_account_age_days": 2062 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 346 + "author_account_age_days": 388 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 228, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5588 + "author_account_age_days": 5630 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { - "stars": 30, + "stars": 33, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 360 + "author_account_age_days": 401 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3195 + "author_account_age_days": 3237 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-09-04 12:54:34", - "author_account_age_days": 1170 + "author_account_age_days": 1212 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1738 + "author_account_age_days": 1780 }, "https://github.com/pdale-boop/Comfyui-Network-Guardian": { "stars": 0, "last_update": "2025-10-14 21:49:38", - "author_account_age_days": 35 - }, - "https://github.com/penposs/ComfyUI-Banana-Node": { - "stars": 0, - "last_update": "2025-09-02 12:24:21", - "author_account_age_days": 2266 + "author_account_age_days": 77 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { - "stars": 9, - "last_update": "2025-09-14 06:32:08", - "author_account_age_days": 2266 + "stars": 11, + "last_update": "2025-11-28 14:26:22", + "author_account_age_days": 2308 + }, + "https://github.com/penposs/Comfyui-banana2": { + "stars": 1, + "last_update": "2025-11-26 03:58:01", + "author_account_age_days": 2308 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2266 + "author_account_age_days": 2308 }, "https://github.com/perckle/comfyui_dpir": { "stars": 0, "last_update": "2025-09-27 06:10:01", - "author_account_age_days": 1872 + "author_account_age_days": 1913 }, "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": { - "stars": 0, - "last_update": "2025-11-14 08:59:57", - "author_account_age_days": 2471 + "stars": 1, + "last_update": "2025-12-04 22:11:17", + "author_account_age_days": 2513 }, "https://github.com/petr-pr/ComfyUI-TranslationNode": { "stars": 0, "last_update": "2025-11-05 22:42:00", - "author_account_age_days": 1331 + "author_account_age_days": 1373 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 61, + "stars": 62, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1423 + "author_account_age_days": 1465 + }, + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": { + "stars": 5, + "last_update": "2025-12-12 05:53:27", + "author_account_age_days": 1128 }, "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": { "stars": 2, "last_update": "2025-09-10 06:24:20", - "author_account_age_days": 5517 + "author_account_age_days": 5558 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { - "stars": 33, - "last_update": "2025-08-23 11:28:09", - "author_account_age_days": 5517 + "stars": 39, + "last_update": "2025-12-06 02:53:25", + "author_account_age_days": 5558 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3507 + "author_account_age_days": 3548 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3767 + "author_account_age_days": 3808 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { - "stars": 54, + "stars": 56, "last_update": "2025-10-07 08:05:19", - "author_account_age_days": 3767 + "author_account_age_days": 3808 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 197, + "stars": 200, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1172 + "author_account_age_days": 1214 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 56, + "stars": 58, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2797 + "author_account_age_days": 2839 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { - "stars": 36, + "stars": 37, "last_update": "2025-09-15 02:17:21", - "author_account_age_days": 2182 + "author_account_age_days": 2224 }, "https://github.com/phyblas/nsfw-shorier_comfyui": { - "stars": 6, + "stars": 7, "last_update": "2025-09-16 13:23:13", - "author_account_age_days": 3561 + "author_account_age_days": 3603 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 10, "last_update": "2025-09-10 14:45:01", - "author_account_age_days": 3561 + "author_account_age_days": 3603 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 184 + "author_account_age_days": 226 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { - "stars": 1, + "stars": 2, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 184 + "author_account_age_days": 226 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 6, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 184 + "author_account_age_days": 226 }, "https://github.com/picturesonpictures/comfy_PoP": { - "stars": 20, + "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1095 + "author_account_age_days": 1137 }, "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { "stars": 1, "last_update": "2025-11-05 21:55:09", - "author_account_age_days": 31 + "author_account_age_days": 73 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 478 + "author_account_age_days": 520 }, "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { - "stars": 19, + "stars": 22, "last_update": "2025-10-26 04:15:42", - "author_account_age_days": 3815 + "author_account_age_days": 3857 + }, + "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID": { + "stars": 2, + "last_update": "2025-12-23 16:00:32", + "author_account_age_days": 5982 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 479 + "author_account_age_days": 521 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { - "stars": 0, + "stars": 1, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 479 + "author_account_age_days": 521 }, "https://github.com/pizurny/ComfyUI-AV-Handles": { - "stars": 22, + "stars": 24, "last_update": "2025-11-08 18:23:12", - "author_account_age_days": 1189 + "author_account_age_days": 1231 }, "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": { - "stars": 2, + "stars": 3, "last_update": "2025-10-28 20:48:57", - "author_account_age_days": 1189 + "author_account_age_days": 1231 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 2011 + "author_account_age_days": 2053 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 10, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 2011 + "author_account_age_days": 2053 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 2011 + "author_account_age_days": 2053 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 2011 + "author_account_age_days": 2053 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 2009 + "author_account_age_days": 2050 }, "https://github.com/plugcrypt/CRT-Nodes": { - "stars": 18, - "last_update": "2025-10-27 03:33:17", - "author_account_age_days": 1570 + "stars": 71, + "last_update": "2025-12-21 14:48:19", + "author_account_age_days": 1612 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { - "stars": 7, + "stars": 10, "last_update": "2025-11-08 19:39:43", - "author_account_age_days": 572 + "author_account_age_days": 614 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { - "stars": 15, + "stars": 16, "last_update": "2025-11-07 16:41:28", - "author_account_age_days": 309 + "author_account_age_days": 351 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 613, - "last_update": "2025-10-16 03:10:03", - "author_account_age_days": 4015 + "stars": 704, + "last_update": "2025-12-22 15:59:29", + "author_account_age_days": 4057 }, "https://github.com/polym/ComfyUI-musubi": { "stars": 1, "last_update": "2025-10-21 11:45:22", - "author_account_age_days": 4740 + "author_account_age_days": 4782 }, "https://github.com/popoimm/comfyui-popo-utility": { "stars": 0, "last_update": "2025-08-28 17:56:41", - "author_account_age_days": 3552 + "author_account_age_days": 3594 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 120, - "last_update": "2025-08-23 16:35:18", - "author_account_age_days": 830 + "stars": 121, + "last_update": "2025-12-20 12:27:06", + "author_account_age_days": 872 }, "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { "stars": 0, - "last_update": "2025-11-13 13:09:50", - "author_account_age_days": 3239 + "last_update": "2025-11-16 12:13:06", + "author_account_age_days": 3281 }, "https://github.com/princepainter/ComfyUI-PainterI2V": { - "stars": 271, - "last_update": "2025-11-14 06:39:29", - "author_account_age_days": 1012 + "stars": 488, + "last_update": "2025-12-25 13:47:59", + "author_account_age_days": 1053 }, "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": { - "stars": 28, - "last_update": "2025-11-14 06:40:14", - "author_account_age_days": 1012 + "stars": 80, + "last_update": "2025-11-19 10:27:30", + "author_account_age_days": 1053 }, "https://github.com/princepainter/ComfyUI-PainterLongVideo": { - "stars": 30, - "last_update": "2025-11-14 06:39:53", - "author_account_age_days": 1012 + "stars": 103, + "last_update": "2025-11-18 23:59:04", + "author_account_age_days": 1053 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoCombine": { + "stars": 2, + "last_update": "2025-12-25 13:48:35", + "author_account_age_days": 1053 }, "https://github.com/princepainter/Comfyui-PainterAudioCut": { - "stars": 1, - "last_update": "2025-11-13 12:02:15", - "author_account_age_days": 1012 + "stars": 6, + "last_update": "2025-12-25 08:48:50", + "author_account_age_days": 1053 + }, + "https://github.com/princepainter/Comfyui-PainterAudioLength": { + "stars": 0, + "last_update": "2025-12-09 01:50:09", + "author_account_age_days": 1053 + }, + "https://github.com/princepainter/Comfyui-PainterFLF2V": { + "stars": 102, + "last_update": "2025-11-28 02:57:39", + "author_account_age_days": 1053 + }, + "https://github.com/princepainter/Comfyui-PainterSampler": { + "stars": 21, + "last_update": "2025-11-17 09:12:16", + "author_account_age_days": 1053 + }, + "https://github.com/princepainter/Comfyui-PainterVRAM": { + "stars": 19, + "last_update": "2025-11-28 08:50:39", + "author_account_age_days": 1053 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 44, + "stars": 46, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1538 + "author_account_age_days": 1580 }, "https://github.com/prodogape/ComfyUI-Minio": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1538 + "author_account_age_days": 1580 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1538 + "author_account_age_days": 1580 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 27, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1538 + "author_account_age_days": 1580 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 6076 + "author_account_age_days": 6118 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 14, + "stars": 15, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4496 + "author_account_age_days": 4537 }, "https://github.com/psdwizzard/Comfyui-XYZ-stitch": { "stars": 0, "last_update": "2025-11-11 16:47:27", - "author_account_age_days": 3356 + "author_account_age_days": 3397 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 24, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4388 + "author_account_age_days": 4430 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 11, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4388 + "author_account_age_days": 4430 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 8, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 4023 + "author_account_age_days": 4065 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2309 + "author_account_age_days": 2351 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4336 + "author_account_age_days": 4378 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5446 + "author_account_age_days": 5488 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5446 + "author_account_age_days": 5488 + }, + "https://github.com/purzbeats/ComfyUI-Purz": { + "stars": 19, + "last_update": "2025-12-08 19:56:18", + "author_account_age_days": 1445 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, - "last_update": "2025-11-06 22:36:28", - "author_account_age_days": 550 + "last_update": "2025-12-20 15:53:36", + "author_account_age_days": 592 }, "https://github.com/pxl-pshr/GlitchNodes": { - "stars": 58, + "stars": 59, "last_update": "2025-10-11 16:47:17", - "author_account_age_days": 394 + "author_account_age_days": 435 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 2113, + "stars": 2180, "last_update": "2025-09-26 23:53:00", - "author_account_age_days": 3205 + "author_account_age_days": 3247 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2787, + "stars": 2866, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 1006 + "author_account_age_days": 1048 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 1010, + "stars": 1055, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 1006 + "author_account_age_days": 1048 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 167, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1285 + "author_account_age_days": 1327 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 82, + "stars": 83, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1285 + "author_account_age_days": 1327 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 75, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 3012 + "author_account_age_days": 3054 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 14, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { - "stars": 41, + "stars": 42, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { - "stars": 34, + "stars": 40, "last_update": "2025-10-08 13:39:49", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 63, + "stars": 65, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { - "stars": 32, + "stars": 34, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { - "stars": 39, + "stars": 40, "last_update": "2025-08-23 12:28:00", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 21, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 7, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { - "stars": 43, + "stars": 44, "last_update": "2025-10-02 18:14:33", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { - "stars": 10, + "stars": 13, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { - "stars": 15, + "stars": 16, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3796 + "author_account_age_days": 3838 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1119 + "author_account_age_days": 1161 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 940 + "author_account_age_days": 981 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 649 + "author_account_age_days": 691 }, "https://github.com/rafacost/rafacost-comfy": { - "stars": 1, + "stars": 3, "last_update": "2025-11-11 14:26:29", - "author_account_age_days": 4197 + "author_account_age_days": 4238 }, "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": { "stars": 5, "last_update": "2025-08-29 16:48:04", - "author_account_age_days": 256 + "author_account_age_days": 297 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 377, + "stars": 378, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1574 + "author_account_age_days": 1616 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1574 + "author_account_age_days": 1616 }, "https://github.com/rainlizard/ComfyUI-Raffle": { - "stars": 16, - "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3671 + "stars": 18, + "last_update": "2025-11-23 16:11:33", + "author_account_age_days": 3713 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3671 + "author_account_age_days": 3713 + }, + "https://github.com/rakkarage/ComfyRage": { + "stars": 0, + "last_update": "2025-12-24 01:30:06", + "author_account_age_days": 5256 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 5, "last_update": "2025-10-27 11:11:50", - "author_account_age_days": 1830 + "author_account_age_days": 1872 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { - "stars": 66, + "stars": 68, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3725 + "author_account_age_days": 3767 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1269 + "author_account_age_days": 1311 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { - "stars": 1, - "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 327 + "stars": 3, + "last_update": "2025-12-07 02:37:32", + "author_account_age_days": 369 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, "last_update": "2025-09-02 08:35:03", - "author_account_age_days": 5764 + "author_account_age_days": 5805 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 89, + "stars": 90, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 5002 + "author_account_age_days": 5044 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { - "stars": 48, + "stars": 49, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2431 + "author_account_age_days": 2473 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 111, + "stars": 113, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2513 + "author_account_age_days": 2554 + }, + "https://github.com/razvanmatei-sf/comfyui-stillfront": { + "stars": 0, + "last_update": "2025-12-17 16:06:44", + "author_account_age_days": 120 }, "https://github.com/razvanmatei-sf/razv-llm": { "stars": 0, - "last_update": "2025-10-13 10:36:55", - "author_account_age_days": 78 + "last_update": "2025-12-02 14:48:54", + "author_account_age_days": 120 }, "https://github.com/razvanmatei-sf/razv-wavespeed": { "stars": 0, - "last_update": "2025-10-15 16:11:17", - "author_account_age_days": 78 + "last_update": "2025-12-02 14:56:41", + "author_account_age_days": 120 }, "https://github.com/razvanmatei-sf/serhii-prompt-list": { "stars": 0, "last_update": "2025-11-03 10:19:48", - "author_account_age_days": 78 + "author_account_age_days": 120 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3933 + "author_account_age_days": 3974 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 2019 + "author_account_age_days": 2061 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 44, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6129 + "author_account_age_days": 6171 }, "https://github.com/rdawgemfl/rdawg_3D_pack": { "stars": 0, "last_update": "2025-10-19 12:31:40", - "author_account_age_days": 2437 + "author_account_age_days": 2478 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3832 + "author_account_age_days": 3873 }, "https://github.com/reallusion/ComfyUI-Reallusion": { - "stars": 6, + "stars": 8, "last_update": "2025-08-26 10:09:05", - "author_account_age_days": 2569 + "author_account_age_days": 2611 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 410, + "stars": 423, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3101 + "author_account_age_days": 3143 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 65, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1231 + "author_account_age_days": 1273 }, "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": { - "stars": 5, + "stars": 7, "last_update": "2025-09-30 16:00:15", - "author_account_age_days": 3812 + "author_account_age_days": 3854 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 15, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 647 + "author_account_age_days": 689 + }, + "https://github.com/reeoi/ComfyUI-WebROI": { + "stars": 1, + "last_update": "2025-11-25 08:44:40", + "author_account_age_days": 2310 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { - "stars": 110, + "stars": 116, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5135 + "author_account_age_days": 5177 }, "https://github.com/regiellis/ComfyUI-EasyIllustrious": { - "stars": 40, + "stars": 46, "last_update": "2025-09-23 19:42:28", - "author_account_age_days": 5135 + "author_account_age_days": 5177 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 45, + "stars": 46, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5135 + "author_account_age_days": 5177 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 11, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5135 + "author_account_age_days": 5177 }, "https://github.com/regiellis/ComfyUI-SDXL-Adherence": { - "stars": 5, + "stars": 7, "last_update": "2025-09-01 01:09:00", - "author_account_age_days": 5135 + "author_account_age_days": 5177 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 201, + "stars": 205, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2117 + "author_account_age_days": 2158 + }, + "https://github.com/rethink-studios/comfyui-model-linker-desktop": { + "stars": 3, + "last_update": "2025-12-22 05:02:38", + "author_account_age_days": 2167 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 2, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4993 + "author_account_age_days": 5035 + }, + "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter": { + "stars": 0, + "last_update": "2025-12-25 21:05:36", + "author_account_age_days": 14 + }, + "https://github.com/revisionhiep-create/comfyui-standard-trigger-words": { + "stars": 16, + "last_update": "2025-12-25 13:12:00", + "author_account_age_days": 13 + }, + "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle": { + "stars": 1, + "last_update": "2025-12-26 08:34:53", + "author_account_age_days": 14 + }, + "https://github.com/revisiontony/LoraMangerWebFrame": { + "stars": 1, + "last_update": "2025-12-24 11:56:44", + "author_account_age_days": 11 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2410, - "last_update": "2025-11-12 00:55:33", - "author_account_age_days": 5483 + "stars": 2574, + "last_update": "2025-12-12 01:53:37", + "author_account_age_days": 5524 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 11, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6145 + "author_account_age_days": 6187 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6145 + "author_account_age_days": 6187 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 661 + "author_account_age_days": 703 }, "https://github.com/richinsley/Comfy-LFO": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3189 + "author_account_age_days": 3230 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5341 + "author_account_age_days": 5383 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { "stars": 2, "last_update": "2025-08-20 00:09:26", - "author_account_age_days": 1049 + "author_account_age_days": 1090 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4712 + "author_account_age_days": 4754 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 6, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1155 + "author_account_age_days": 1197 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1155 + "author_account_age_days": 1197 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 18, "last_update": "2025-09-25 09:39:29", - "author_account_age_days": 1155 + "author_account_age_days": 1197 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 37, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1155 + "author_account_age_days": 1197 + }, + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": { + "stars": 1, + "last_update": "2025-11-26 23:27:36", + "author_account_age_days": 38 + }, + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": { + "stars": 3, + "last_update": "2025-12-04 07:39:45", + "author_account_age_days": 4438 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5780 + "author_account_age_days": 5822 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { - "stars": 15, + "stars": 16, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 4055 + "author_account_age_days": 4097 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 28, - "last_update": "2025-09-04 07:09:16", - "author_account_age_days": 2321 + "last_update": "2025-12-02 13:21:47", + "author_account_age_days": 2363 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 414, + "stars": 450, "last_update": "2025-10-27 21:01:07", - "author_account_age_days": 4613 + "author_account_age_days": 4655 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 232, - "last_update": "2025-09-08 11:56:14", - "author_account_age_days": 4613 + "last_update": "2025-12-04 06:17:57", + "author_account_age_days": 4655 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1632 + "author_account_age_days": 1674 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3662 + "author_account_age_days": 3704 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 799 + "author_account_age_days": 840 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 6, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2818 + "author_account_age_days": 2860 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 108, + "stars": 109, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4663 + "author_account_age_days": 4705 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1526 + "author_account_age_days": 1568 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 1, "last_update": "2025-09-08 02:32:36", - "author_account_age_days": 265 + "author_account_age_days": 307 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 4, "last_update": "2025-10-07 20:14:44", - "author_account_age_days": 265 + "author_account_age_days": 307 }, "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": { - "stars": 0, - "last_update": "2025-10-15 10:36:56", - "author_account_age_days": 722 + "stars": 2, + "last_update": "2025-12-25 22:10:02", + "author_account_age_days": 763 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 5, + "last_update": "2025-12-26 03:04:10", + "author_account_age_days": 763 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1436 + "author_account_age_days": 1477 }, "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { - "stars": 5, - "last_update": "2025-08-19 13:53:35", - "author_account_age_days": 879 + "stars": 6, + "last_update": "2025-11-25 19:40:54", + "author_account_age_days": 921 }, "https://github.com/royceschultz/ComfyUI-Notifications": { - "stars": 21, + "stars": 24, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 3038 + "author_account_age_days": 3079 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { - "stars": 25, + "stars": 27, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 3038 - }, - "https://github.com/rslosch/ComfyUI-EZ_Prompts": { - "stars": 0, - "last_update": "2025-08-29 19:12:11", - "author_account_age_days": 1399 + "author_account_age_days": 3079 }, "https://github.com/rslosch/comfyui-nodesweet": { "stars": 1, "last_update": "2025-10-28 19:34:17", - "author_account_age_days": 1399 + "author_account_age_days": 1441 }, "https://github.com/rsxdalv/ComfyUI-TTS-Webui": { "stars": 2, "last_update": "2025-10-31 17:42:44", - "author_account_age_days": 4283 + "author_account_age_days": 4325 }, "https://github.com/ru4ls/ComfyUI_Google-Fonts": { "stars": 1, "last_update": "2025-10-29 09:24:52", - "author_account_age_days": 994 + "author_account_age_days": 1036 }, "https://github.com/ru4ls/ComfyUI_Imagen": { "stars": 3, "last_update": "2025-10-20 02:29:03", - "author_account_age_days": 994 + "author_account_age_days": 1036 }, "https://github.com/ru4ls/ComfyUI_Nano_Banana": { - "stars": 5, - "last_update": "2025-10-20 02:29:59", - "author_account_age_days": 994 + "stars": 21, + "last_update": "2025-11-30 13:13:19", + "author_account_age_days": 1036 }, "https://github.com/ru4ls/ComfyUI_StreetView-Loader": { - "stars": 4, - "last_update": "2025-11-14 05:57:36", - "author_account_age_days": 994 + "stars": 5, + "last_update": "2025-12-19 05:27:55", + "author_account_age_days": 1036 }, "https://github.com/ru4ls/ComfyUI_Wan": { - "stars": 1, + "stars": 3, "last_update": "2025-10-20 02:32:13", - "author_account_age_days": 994 + "author_account_age_days": 1036 }, "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": { "stars": 0, "last_update": "2025-11-11 03:17:07", - "author_account_age_days": 773 + "author_account_age_days": 815 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3581 + "author_account_age_days": 3622 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 13, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 690 + "author_account_age_days": 732 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { - "stars": 41, + "stars": 42, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 690 + "author_account_age_days": 732 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 690 + "author_account_age_days": 732 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { - "stars": 12, + "stars": 14, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 690 + "author_account_age_days": 732 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 982 + "author_account_age_days": 1024 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 578 + "author_account_age_days": 620 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 676 + "author_account_age_days": 718 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2929 + "author_account_age_days": 2971 }, "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": { - "stars": 3, + "stars": 6, "last_update": "2025-10-06 18:43:07", - "author_account_age_days": 1826 + "author_account_age_days": 1868 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { - "stars": 10, + "stars": 11, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 20, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 69, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { - "stars": 71, + "stars": 74, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 570, + "stars": 575, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4198 + "author_account_age_days": 4239 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 8, - "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4408 + "stars": 12, + "last_update": "2025-11-26 07:42:57", + "author_account_age_days": 4449 }, "https://github.com/s9roll7/comfyui_cotracker_node": { - "stars": 22, + "stars": 26, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1093 + "author_account_age_days": 1135 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2025-08-22 15:14:56", - "author_account_age_days": 5266 + "author_account_age_days": 5307 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, - "last_update": "2025-11-09 15:03:26", - "author_account_age_days": 447 + "last_update": "2025-12-21 11:31:09", + "author_account_age_days": 488 }, "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": { - "stars": 1, - "last_update": "2025-11-12 22:41:16", - "author_account_age_days": 5009 + "stars": 2, + "last_update": "2025-12-26 14:34:49", + "author_account_age_days": 5050 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 3, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1430 + "author_account_age_days": 1472 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 459 + "author_account_age_days": 501 }, "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": { - "stars": 1, - "last_update": "2025-10-29 14:33:22", - "author_account_age_days": 3259 + "stars": 17, + "last_update": "2025-11-25 01:15:55", + "author_account_age_days": 3300 }, "https://github.com/scofano/ComfyUI-Simple-video-effects": { "stars": 0, - "last_update": "2025-11-14 17:59:22", - "author_account_age_days": 3259 + "last_update": "2025-12-16 21:26:12", + "author_account_age_days": 3300 }, "https://github.com/scofano/comfy-audio-duration": { - "stars": 1, - "last_update": "2025-10-10 20:11:24", - "author_account_age_days": 3259 + "stars": 3, + "last_update": "2025-11-25 13:55:11", + "author_account_age_days": 3300 }, "https://github.com/scofano/comfy-text-stats": { "stars": 0, "last_update": "2025-10-10 20:10:48", - "author_account_age_days": 3259 + "author_account_age_days": 3300 }, "https://github.com/scraed/LanPaint": { - "stars": 678, - "last_update": "2025-11-10 05:37:50", - "author_account_age_days": 3971 + "stars": 825, + "last_update": "2025-12-25 15:37:30", + "author_account_age_days": 4013 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 743 + "author_account_age_days": 785 }, "https://github.com/sdtana/ComfyUI-FDG": { - "stars": 5, + "stars": 6, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1713 - }, - "https://github.com/sean-hungerford/seedVR2_cudafull": { - "stars": 2, - "last_update": "2025-11-14 22:43:00", - "author_account_age_days": 3700 + "author_account_age_days": 1755 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 842 + "author_account_age_days": 884 }, "https://github.com/seanlynch/comfyui-optical-flow": { - "stars": 31, + "stars": 33, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5813 + "author_account_age_days": 5855 }, "https://github.com/seanlynch/srl-nodes": { - "stars": 10, + "stars": 12, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5813 + "author_account_age_days": 5855 + }, + "https://github.com/sebagallo/comfyui-sg-llama-cpp": { + "stars": 3, + "last_update": "2025-12-23 11:02:03", + "author_account_age_days": 3177 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 90, + "stars": 101, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1295 + "author_account_age_days": 1337 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3841 + "author_account_age_days": 3883 }, "https://github.com/set-soft/AudioSeparation": { - "stars": 14, + "stars": 19, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3319 + "author_account_age_days": 3361 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { - "stars": 3, + "stars": 5, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3319 + "author_account_age_days": 3361 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 1, - "last_update": "2025-11-14 16:49:37", - "author_account_age_days": 3319 + "last_update": "2025-11-30 18:47:35", + "author_account_age_days": 3361 }, "https://github.com/sfinktah/comfy-ovum": { - "stars": 5, - "last_update": "2025-11-13 18:47:16", - "author_account_age_days": 4542 + "stars": 6, + "last_update": "2025-11-17 22:15:39", + "author_account_age_days": 4583 }, "https://github.com/sfinktah/ovum-spotlight": { - "stars": 1, - "last_update": "2025-11-13 18:40:20", - "author_account_age_days": 4542 + "stars": 3, + "last_update": "2025-11-17 21:35:38", + "author_account_age_days": 4583 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { - "stars": 231, + "stars": 233, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 3010 + "author_account_age_days": 3052 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 237, + "stars": 246, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 3010 + "author_account_age_days": 3052 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2278 + "author_account_age_days": 2320 }, "https://github.com/shadowcz007/comfyui-Image-reward": { - "stars": 31, + "stars": 32, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3823 + "author_account_age_days": 3865 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 3, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3823 + "author_account_age_days": 3865 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3823 + "author_account_age_days": 3865 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 464, + "stars": 470, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2551 + "author_account_age_days": 2593 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1740, + "stars": 1775, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2551 + "author_account_age_days": 2593 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 127, + "stars": 130, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2551 + "author_account_age_days": 2593 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 14, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2551 + "author_account_age_days": 2593 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 35, + "stars": 36, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3823 + "author_account_age_days": 3865 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 6, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 701 + "author_account_age_days": 743 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { - "stars": 23, + "stars": 25, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 701 + "author_account_age_days": 743 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 220, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2626 + "author_account_age_days": 2668 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5601 + "author_account_age_days": 5643 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1529 + "author_account_age_days": 1571 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 288, + "stars": 292, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2273 + "author_account_age_days": 2315 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 489, + "stars": 505, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2273 + "author_account_age_days": 2315 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2273 + "author_account_age_days": 2315 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 302, + "stars": 312, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2273 + "author_account_age_days": 2315 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 2, "last_update": "2025-09-10 15:02:44", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-10-12 10:16:58", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-09-10 15:13:41", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 9, "last_update": "2025-09-12 23:21:21", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-10-16 09:46:49", - "author_account_age_days": 821 - }, - "https://github.com/shinich39/comfyui-innnnnpaint": { - "stars": 0, - "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, - "last_update": "2025-11-10 09:38:44", - "author_account_age_days": 821 - }, - "https://github.com/shinich39/comfyui-no-one-above-me": { - "stars": 0, - "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 821 + "last_update": "2025-12-17 06:55:53", + "author_account_age_days": 862 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-09-13 15:11:24", - "author_account_age_days": 821 + "author_account_age_days": 862 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 225 + "author_account_age_days": 266 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4816 + "author_account_age_days": 4858 }, "https://github.com/shockz0rz/comfy-easy-grids": { - "stars": 23, + "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2134 + "author_account_age_days": 2176 }, "https://github.com/siliconflow/BizyAir": { - "stars": 787, + "stars": 814, "last_update": "2025-09-24 10:15:54", - "author_account_age_days": 814 + "author_account_age_days": 856 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 814 + "author_account_age_days": 856 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { - "stars": 4, - "last_update": "2025-11-09 05:57:57", - "author_account_age_days": 2009 + "stars": 5, + "last_update": "2025-12-21 19:32:27", + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-08-20 08:47:24", - "author_account_age_days": 2009 + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 9, "last_update": "2025-09-19 03:17:25", - "author_account_age_days": 2009 + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { - "stars": 4, - "last_update": "2025-08-22 23:12:24", - "author_account_age_days": 2009 + "stars": 5, + "last_update": "2025-12-21 21:33:30", + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": { "stars": 3, - "last_update": "2025-11-14 11:41:39", - "author_account_age_days": 2010 + "last_update": "2025-12-23 18:49:11", + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": { - "stars": 7, - "last_update": "2025-11-13 10:14:05", - "author_account_age_days": 2010 + "stars": 11, + "last_update": "2025-12-18 18:58:59", + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, - "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 2010 + "last_update": "2025-11-18 14:41:30", + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { - "stars": 21, + "stars": 23, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 2009 + "author_account_age_days": 2051 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 38, - "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 2009 + "last_update": "2025-11-26 17:06:10", + "author_account_age_days": 2051 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 320, + "stars": 327, "last_update": "2025-11-04 08:43:09", - "author_account_age_days": 1615 + "author_account_age_days": 1657 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 220, + "stars": 223, "last_update": "2025-10-07 10:25:26", - "author_account_age_days": 2635 + "author_account_age_days": 2677 }, "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": { - "stars": 17, - "last_update": "2025-11-13 16:33:34", - "author_account_age_days": 3136 + "stars": 52, + "last_update": "2025-12-11 03:05:59", + "author_account_age_days": 3178 + }, + "https://github.com/siray-ai/siray-comfyui": { + "stars": 84, + "last_update": "2025-12-11 10:26:20", + "author_account_age_days": 91 + }, + "https://github.com/sirouk/chutes-comfyui-node": { + "stars": 0, + "last_update": "2025-12-01 23:12:03", + "author_account_age_days": 4111 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1386 + "author_account_age_days": 1428 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 4, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4271 + "author_account_age_days": 4313 }, "https://github.com/skfoo/ComfyUI-Coziness": { - "stars": 31, + "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2590 + "author_account_age_days": 2632 }, "https://github.com/skycoder182/comfyui-filename-tools": { - "stars": 1, + "stars": 3, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 178 + "author_account_age_days": 220 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 178 + "author_account_age_days": 220 + }, + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": { + "stars": 45, + "last_update": "2025-12-21 20:56:52", + "author_account_age_days": 5292 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-11-06 14:32:52", - "author_account_age_days": 486 + "author_account_age_days": 527 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-11-06 13:10:07", - "author_account_age_days": 486 + "author_account_age_days": 527 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 1, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4448 + "author_account_age_days": 4490 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3223 + "author_account_age_days": 3265 }, "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { "stars": 0, "last_update": "2025-10-25 21:28:35", - "author_account_age_days": 4086 + "author_account_age_days": 4127 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3230 + "author_account_age_days": 3271 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3230 + "author_account_age_days": 3271 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 36, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 66, + "stars": 67, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 19, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 25, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { "stars": 3, - "last_update": "2025-11-13 11:19:44", - "author_account_age_days": 863 + "last_update": "2025-11-18 10:43:12", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Demucs": { - "stars": 9, - "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 862 + "stars": 10, + "last_update": "2025-12-12 06:04:30", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 31, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 222, - "last_update": "2025-11-03 00:23:02", - "author_account_age_days": 862 + "stars": 231, + "last_update": "2025-12-02 06:38:39", + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_DyPE": { + "stars": 24, + "last_update": "2025-11-15 11:15:56", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 675, + "stars": 680, "last_update": "2025-08-26 00:42:33", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 16, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_FlashVSR": { - "stars": 190, - "last_update": "2025-11-15 00:52:02", - "author_account_age_days": 863 + "stars": 272, + "last_update": "2025-12-17 01:01:18", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 64, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 17, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 862 + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing": { + "stars": 8, + "last_update": "2025-11-30 07:52:54", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 71, + "stars": 73, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { - "stars": 51, + "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 80, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { - "stars": 23, + "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 244, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { - "stars": 60, + "stars": 61, "last_update": "2025-09-30 08:22:04", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 87, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { - "stars": 26, + "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_LucidFlux": { - "stars": 55, - "last_update": "2025-11-05 05:55:42", - "author_account_age_days": 863 + "stars": 56, + "last_update": "2025-12-10 12:12:01", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 58, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 58, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 26, - "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 862 + "last_update": "2025-11-24 10:01:01", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 39, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_OmniPart": { "stars": 9, "last_update": "2025-10-15 08:20:42", - "author_account_age_days": 863 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { - "stars": 21, - "last_update": "2025-09-20 08:50:30", - "author_account_age_days": 862 + "stars": 23, + "last_update": "2025-12-05 09:14:08", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { - "stars": 14, + "stars": 15, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 47, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_PartPacker": { - "stars": 29, + "stars": 30, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { - "stars": 44, + "stars": 45, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 95, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_SVFR": { - "stars": 96, + "stars": 97, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 195, + "stars": 198, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { - "stars": 98, - "last_update": "2025-11-12 00:36:43", - "author_account_age_days": 862 + "stars": 112, + "last_update": "2025-12-08 10:08:42", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1104, + "stars": 1116, "last_update": "2025-09-27 00:02:18", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 32, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 42, + "stars": 43, "last_update": "2025-08-21 07:58:39", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 100, + "stars": 101, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { - "stars": 13, - "last_update": "2025-11-12 05:44:18", - "author_account_age_days": 863 + "stars": 25, + "last_update": "2025-11-15 05:43:39", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 475, + "stars": 487, "last_update": "2025-10-11 09:57:02", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { - "stars": 10, + "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { - "stars": 174, + "stars": 175, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 862 + "author_account_age_days": 904 + }, + "https://github.com/smthemex/ComfyUI_UltraFlux": { + "stars": 19, + "last_update": "2025-11-27 04:17:26", + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/smthemex/ComfyUI_YuE": { - "stars": 164, + "stars": 175, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 862 + "author_account_age_days": 904 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 15, "last_update": "2025-10-31 14:48:37", - "author_account_age_days": 1282 + "author_account_age_days": 1324 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, - "last_update": "2025-09-16 12:38:44", - "author_account_age_days": 1282 + "last_update": "2025-12-17 16:46:25", + "author_account_age_days": 1324 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-09-19 00:26:30", - "author_account_age_days": 2076 + "author_account_age_days": 2117 }, "https://github.com/snicolast/ComfyUI-IndexTTS2": { - "stars": 113, + "stars": 144, "last_update": "2025-10-13 07:16:00", - "author_account_age_days": 2882 + "author_account_age_days": 2924 }, "https://github.com/snicolast/ComfyUI-Ovi": { - "stars": 100, + "stars": 114, "last_update": "2025-10-16 21:46:54", - "author_account_age_days": 2882 + "author_account_age_days": 2924 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 3, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4229 + "author_account_age_days": 4271 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 200 + "author_account_age_days": 241 }, "https://github.com/sonnybox/ComfyUI-SuperNodes": { - "stars": 0, - "last_update": "2025-10-11 06:00:33", - "author_account_age_days": 1061 + "stars": 1, + "last_update": "2025-12-21 19:34:55", + "author_account_age_days": 1103 + }, + "https://github.com/sooxt98/comfyui_longcat_image": { + "stars": 66, + "last_update": "2025-12-21 02:42:42", + "author_account_age_days": 3815 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3768 + "author_account_age_days": 3810 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1991 + "author_account_age_days": 2033 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 31, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 916 + "author_account_age_days": 958 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { - "stars": 57, + "stars": 58, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3233 + "author_account_age_days": 3274 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 228, + "stars": 232, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3233 + "author_account_age_days": 3274 }, "https://github.com/space-nuko/nui-suite": { - "stars": 10, + "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3233 + "author_account_age_days": 3274 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 195, + "stars": 201, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 803 + "author_account_age_days": 844 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 74, + "stars": 92, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 803 + "author_account_age_days": 844 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 270, - "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 803 + "stars": 274, + "last_update": "2025-12-15 02:00:51", + "author_account_age_days": 844 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 803 + "author_account_age_days": 844 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 92, + "stars": 93, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 803 + "author_account_age_days": 844 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 803 + "author_account_age_days": 844 }, "https://github.com/spacepxl/ComfyUI-VAE-Utils": { - "stars": 92, - "last_update": "2025-10-29 04:09:49", - "author_account_age_days": 803 + "stars": 140, + "last_update": "2025-12-20 07:11:18", + "author_account_age_days": 844 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { - "stars": 18, + "stars": 20, "last_update": "2025-09-21 04:44:09", - "author_account_age_days": 446 + "author_account_age_days": 488 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 3, "last_update": "2025-09-09 09:53:28", - "author_account_age_days": 446 + "author_account_age_days": 488 }, "https://github.com/spawner1145/comfyui-lsnet": { - "stars": 71, - "last_update": "2025-11-04 05:55:42", - "author_account_age_days": 446 + "stars": 78, + "last_update": "2025-12-19 14:20:40", + "author_account_age_days": 488 + }, + "https://github.com/speige/ComfyUI_Make-It-Animatable": { + "stars": 2, + "last_update": "2025-12-26 12:52:46", + "author_account_age_days": 4908 }, "https://github.com/spinagon/ComfyUI-seam-carving": { - "stars": 24, + "stars": 27, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5249 + "author_account_age_days": 5291 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 239, + "stars": 247, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5249 - }, - "https://github.com/spiralmountain/ComfyUI_HDNodes": { - "stars": 0, - "last_update": "2025-11-13 23:00:47", - "author_account_age_days": 135 + "author_account_age_days": 5291 }, "https://github.com/spro/comfyui-mirror": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5740 + "author_account_age_days": 5781 }, "https://github.com/sputnik57/comfyui-prompt-logger": { "stars": 0, "last_update": "2025-09-09 22:35:39", - "author_account_age_days": 4258 + "author_account_age_days": 4299 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { - "stars": 5, - "last_update": "2025-11-05 03:43:35", - "author_account_age_days": 310 + "stars": 6, + "last_update": "2025-12-01 03:45:48", + "author_account_age_days": 352 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1349, - "last_update": "2025-10-31 14:35:49", - "author_account_age_days": 2197 + "stars": 1384, + "last_update": "2025-12-21 18:14:39", + "author_account_age_days": 2239 }, "https://github.com/ssitu/ComfyUI_fabric": { - "stars": 92, + "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2197 + "author_account_age_days": 2239 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { - "stars": 88, - "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2197 + "stars": 90, + "last_update": "2025-12-06 03:42:31", + "author_account_age_days": 2239 }, "https://github.com/ssitu/ComfyUI_roop": { - "stars": 77, + "stars": 80, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2197 + "author_account_age_days": 2239 + }, + "https://github.com/ssspace1/SSpack_ComfyUI": { + "stars": 0, + "last_update": "2025-12-13 08:16:16", + "author_account_age_days": 379 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4592 + "author_account_age_days": 4634 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 62, + "stars": 65, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4592 + "author_account_age_days": 4634 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 686, + "stars": 737, "last_update": "2025-10-23 17:02:46", - "author_account_age_days": 4592 + "author_account_age_days": 4634 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 28, + "stars": 31, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3121 + "author_account_age_days": 3162 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 11, "last_update": "2025-10-22 21:10:35", - "author_account_age_days": 3121 + "author_account_age_days": 3162 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 192, + "stars": 211, "last_update": "2025-10-22 21:09:42", - "author_account_age_days": 3121 + "author_account_age_days": 3162 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { - "stars": 41, + "stars": 42, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 461 + "author_account_age_days": 503 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3807 + "author_account_age_days": 3849 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { - "stars": 37, + "stars": 40, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4636 + "author_account_age_days": 4678 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 34, + "stars": 36, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4636 + "author_account_age_days": 4678 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4636 + "author_account_age_days": 4678 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 3060 + "author_account_age_days": 3102 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1040, + "stars": 1060, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 3060 + "author_account_age_days": 3102 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4980 + "author_account_age_days": 5022 }, "https://github.com/strawberryPunch/vram_optimizer": { - "stars": 15, + "stars": 17, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 802 + "author_account_age_days": 844 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { - "stars": 33, + "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3135 + "author_account_age_days": 3177 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2354 + "author_account_age_days": 2396 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { - "stars": 37, + "stars": 39, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2354 + "author_account_age_days": 2396 + }, + "https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion": { + "stars": 1, + "last_update": "2025-12-21 17:36:04", + "author_account_age_days": 4414 }, "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { "stars": 0, "last_update": "2025-11-10 21:17:53", - "author_account_age_days": 3515 + "author_account_age_days": 3556 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6439 + "author_account_age_days": 6480 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1384 + "author_account_age_days": 1426 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 2, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1384 + "author_account_age_days": 1426 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1384 + "author_account_age_days": 1426 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 69, + "stars": 73, "last_update": "2025-09-16 00:29:21", - "author_account_age_days": 1384 + "author_account_age_days": 1426 }, "https://github.com/suhee19/comfyui-orpheus-loader": { "stars": 0, "last_update": "2025-09-23 15:14:02", - "author_account_age_days": 1122 + "author_account_age_days": 1164 }, "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": { - "stars": 29, + "stars": 34, "last_update": "2025-10-05 11:40:55", - "author_account_age_days": 2344 + "author_account_age_days": 2386 }, "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": { - "stars": 24, - "last_update": "2025-09-21 04:58:49", - "author_account_age_days": 2344 + "stars": 27, + "last_update": "2025-12-08 23:32:17", + "author_account_age_days": 2386 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 261 + "author_account_age_days": 303 + }, + "https://github.com/supElement/ComfyUI_Element_easy": { + "stars": 0, + "last_update": "2025-12-04 17:37:39", + "author_account_age_days": 596 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 957 + "author_account_age_days": 999 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 6, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 5025 + "author_account_age_days": 5067 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 994 + "author_account_age_days": 1035 }, "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": { - "stars": 3, + "stars": 6, "last_update": "2025-11-08 13:11:55", - "author_account_age_days": 4388 + "author_account_age_days": 4429 + }, + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": { + "stars": 2, + "last_update": "2025-11-21 01:38:12", + "author_account_age_days": 347 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1240 + "author_account_age_days": 1282 }, "https://github.com/sweetndata/ComfyUI-Reflatent": { "stars": 0, "last_update": "2025-08-27 16:38:57", - "author_account_age_days": 1240 + "author_account_age_days": 1282 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1240 + "author_account_age_days": 1282 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1240 + "author_account_age_days": 1282 }, "https://github.com/swfxliyiyu/ComfyUI-FastVideo": { "stars": 0, "last_update": "2025-09-15 05:41:45", - "author_account_age_days": 3420 + "author_account_age_days": 3461 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { - "stars": 1, + "stars": 2, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3443 + "author_account_age_days": 3485 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 137, + "stars": 139, "last_update": "2025-09-17 19:49:51", - "author_account_age_days": 3644 + "author_account_age_days": 3686 }, "https://github.com/sylym/comfy_vid2vid": { - "stars": 71, + "stars": 72, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2406 + "author_account_age_days": 2448 + }, + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": { + "stars": 3, + "last_update": "2025-12-16 01:36:33", + "author_account_age_days": 501 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { - "stars": 2, + "stars": 3, "last_update": "2025-10-16 07:24:50", - "author_account_age_days": 459 + "author_account_age_days": 501 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { - "stars": 1, + "stars": 3, "last_update": "2025-09-12 02:51:40", - "author_account_age_days": 459 + "author_account_age_days": 501 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 3, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 459 + "author_account_age_days": 501 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-10-13 15:44:26", - "author_account_age_days": 459 + "author_account_age_days": 501 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 459 + "author_account_age_days": 501 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { - "stars": 8, + "stars": 9, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 459 + "author_account_age_days": 501 }, "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": { - "stars": 13, + "stars": 14, "last_update": "2025-10-10 17:43:43", - "author_account_age_days": 912 + "author_account_age_days": 953 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 3, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3117 + "author_account_age_days": 3159 }, "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon": { - "stars": 0, + "stars": 1, "last_update": "2025-10-18 18:25:23", - "author_account_age_days": 4580 + "author_account_age_days": 4622 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI": { + "stars": 0, + "last_update": "2025-12-04 04:36:01", + "author_account_age_days": 107 }, "https://github.com/szhublox/ambw_comfyui": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1515 + "author_account_age_days": 1557 + }, + "https://github.com/t22m003/ComfyUI_LoopNode": { + "stars": 0, + "last_update": "2025-12-19 04:33:18", + "author_account_age_days": 2450 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 92, + "stars": 93, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2191 + "author_account_age_days": 2233 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 260, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2191 + "author_account_age_days": 2233 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 4, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2191 + "author_account_age_days": 2233 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 64, - "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 415 + "stars": 67, + "last_update": "2025-12-18 02:24:57", + "author_account_age_days": 457 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5429 + "author_account_age_days": 5471 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 44, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 893 + "author_account_age_days": 935 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 624, + "stars": 641, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 1064 + "author_account_age_days": 1106 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { - "stars": 18, + "stars": 19, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4480 + "author_account_age_days": 4522 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { - "stars": 92, + "stars": 91, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2239 + "author_account_age_days": 2281 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 31, + "stars": 36, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4929 + "author_account_age_days": 4971 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2608 + "author_account_age_days": 2649 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-10-02 03:48:49", - "author_account_age_days": 500 + "author_account_age_days": 542 + }, + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": { + "stars": 0, + "last_update": "2025-11-21 09:10:22", + "author_account_age_days": 720 }, "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { "stars": 4, "last_update": "2025-09-27 20:21:30", - "author_account_age_days": 962 + "author_account_age_days": 1003 }, "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": { "stars": 5, "last_update": "2025-10-31 03:04:37", - "author_account_age_days": 207 + "author_account_age_days": 249 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { "stars": 59, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 972 + "author_account_age_days": 1014 }, "https://github.com/terefang/ComfyUI-Terefang-Nodes": { "stars": 0, "last_update": "2025-11-12 12:35:02", - "author_account_age_days": 5471 + "author_account_age_days": 5513 }, "https://github.com/tester4488/mc_qwen": { "stars": 4, "last_update": "2025-11-14 11:46:00", - "author_account_age_days": 635 + "author_account_age_days": 677 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 7, - "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2528 + "last_update": "2025-12-15 23:16:12", + "author_account_age_days": 2570 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5606 + "author_account_age_days": 5648 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5606 + "author_account_age_days": 5648 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 308 + "author_account_age_days": 350 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 2, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 308 + "author_account_age_days": 350 + }, + "https://github.com/thatname/Comfyui_CharaConsist": { + "stars": 0, + "last_update": "2025-12-06 04:33:36", + "author_account_age_days": 4329 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1864 + "author_account_age_days": 1906 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 65, + "stars": 69, "last_update": "2025-09-15 15:48:29", - "author_account_age_days": 3231 + "author_account_age_days": 3273 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 73, + "stars": 74, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2931 + "author_account_age_days": 2972 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2931 + "author_account_age_days": 2972 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 363, + "stars": 365, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2931 + "author_account_age_days": 2972 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, - "last_update": "2025-10-22 23:19:42", - "author_account_age_days": 968 + "last_update": "2025-12-12 22:20:59", + "author_account_age_days": 1010 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, - "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 479 + "last_update": "2025-12-10 08:17:58", + "author_account_age_days": 521 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner": { + "stars": 0, + "last_update": "2025-12-10 11:09:29", + "author_account_age_days": 521 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { - "stars": 1, - "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 479 + "stars": 2, + "last_update": "2025-12-10 12:04:07", + "author_account_age_days": 521 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 5, - "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 479 + "last_update": "2025-12-10 08:25:51", + "author_account_age_days": 521 + }, + "https://github.com/theshubzworld/ComfyUI-Universal-Latent": { + "stars": 0, + "last_update": "2025-12-10 07:23:11", + "author_account_age_days": 521 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, - "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 479 + "last_update": "2025-12-10 12:02:59", + "author_account_age_days": 521 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 33, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3722 + "author_account_age_days": 3764 + }, + "https://github.com/thezveroboy/ComfyUI-ClipReshaper": { + "stars": 2, + "last_update": "2025-12-15 14:48:40", + "author_account_age_days": 3764 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3722 + "author_account_age_days": 3764 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 4, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3722 + "author_account_age_days": 3764 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3722 + "author_account_age_days": 3764 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { - "stars": 3, + "stars": 5, "last_update": "2025-08-19 12:29:31", - "author_account_age_days": 3722 + "author_account_age_days": 3764 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { - "stars": 2, + "stars": 3, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3722 + "author_account_age_days": 3764 }, "https://github.com/thimpat/ThimPatUtils": { "stars": 0, "last_update": "2025-08-25 18:04:19", - "author_account_age_days": 4187 + "author_account_age_days": 4228 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 178, + "stars": 188, "last_update": "2025-11-06 10:34:02", - "author_account_age_days": 772 + "author_account_age_days": 814 + }, + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": { + "stars": 0, + "last_update": "2025-12-04 22:09:43", + "author_account_age_days": 2083 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2848 + "author_account_age_days": 2890 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3458 + "author_account_age_days": 3500 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 40, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3833 + "author_account_age_days": 3875 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { - "stars": 9, + "stars": 11, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3701 + "author_account_age_days": 3743 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 2, - "last_update": "2025-10-29 22:15:03", - "author_account_age_days": 2480 + "last_update": "2025-12-16 22:31:14", + "author_account_age_days": 2521 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2619 + "author_account_age_days": 2661 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2619 + "author_account_age_days": 2661 }, "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes": { - "stars": 3, - "last_update": "2025-11-14 16:59:39", - "author_account_age_days": 740 + "stars": 32, + "last_update": "2025-12-06 18:47:15", + "author_account_age_days": 782 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 1044 + "author_account_age_days": 1086 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4883 + "author_account_age_days": 4925 }, "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { "stars": 0, - "last_update": "2025-11-14 12:53:29", - "author_account_age_days": 1193 + "last_update": "2025-12-24 20:38:43", + "author_account_age_days": 1235 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { - "stars": 7, + "stars": 9, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4368 + "author_account_age_days": 4409 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4368 + "author_account_age_days": 4409 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3411 + "author_account_age_days": 3453 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { - "stars": 12, + "stars": 13, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4826 + "author_account_age_days": 4868 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4878 + "author_account_age_days": 4920 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 121, + "stars": 122, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4158 + "author_account_age_days": 4200 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 592, + "stars": 601, "last_update": "2025-11-02 19:13:09", - "author_account_age_days": 4158 + "author_account_age_days": 4200 + }, + "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": { + "stars": 10, + "last_update": "2025-11-28 21:49:00", + "author_account_age_days": 1288 + }, + "https://github.com/tppp2806/ComfyUI-YoloTrack": { + "stars": 0, + "last_update": "2025-12-19 14:35:46", + "author_account_age_days": 790 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 5, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4328 + "author_account_age_days": 4370 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-08-22 23:56:33", - "author_account_age_days": 4328 + "author_account_age_days": 4370 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { - "stars": 15, - "last_update": "2025-10-29 00:49:43", - "author_account_age_days": 4328 + "stars": 16, + "last_update": "2025-12-04 15:25:09", + "author_account_age_days": 4370 + }, + "https://github.com/tristanvdb/ComfyUI-toolset": { + "stars": 0, + "last_update": "2025-11-17 16:40:27", + "author_account_age_days": 4959 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { - "stars": 2, + "stars": 5, "last_update": "2025-10-04 19:08:45", - "author_account_age_days": 3649 + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 73, - "last_update": "2025-10-13 15:33:29", - "author_account_age_days": 3649 + "stars": 76, + "last_update": "2025-12-05 12:18:00", + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_Custom_Switch": { - "stars": 4, + "stars": 6, "last_update": "2025-10-12 13:57:31", - "author_account_age_days": 3649 + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3649 + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3649 + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 65, "last_update": "2025-10-07 17:14:33", - "author_account_age_days": 3649 + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_Relight_Img": { - "stars": 5, + "stars": 6, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3649 + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { - "stars": 12, + "stars": 13, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3649 + "author_account_age_days": 3691 }, "https://github.com/tritant/ComfyUI_SuperScaler": { - "stars": 145, - "last_update": "2025-11-07 16:05:29", - "author_account_age_days": 3649 + "stars": 169, + "last_update": "2025-12-09 09:58:42", + "author_account_age_days": 3691 }, "https://github.com/trojblue/trNodes": { - "stars": 7, + "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2766 + "author_account_age_days": 2808 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5897 + "author_account_age_days": 5939 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { - "stars": 47, + "stars": 49, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3468 + "author_account_age_days": 3510 }, "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { "stars": 1, - "last_update": "2025-11-06 22:13:02", - "author_account_age_days": 3694 + "last_update": "2025-12-01 19:09:39", + "author_account_age_days": 3736 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 24, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 2037 + "author_account_age_days": 2079 }, "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { - "stars": 4, - "last_update": "2025-10-07 16:01:16", - "author_account_age_days": 5266 + "stars": 6, + "last_update": "2025-12-24 01:06:55", + "author_account_age_days": 5307 }, "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": { - "stars": 2, - "last_update": "2025-11-15 02:13:17", - "author_account_age_days": 5266 + "stars": 48, + "last_update": "2025-12-18 17:00:10", + "author_account_age_days": 5307 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { - "stars": 117, + "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5266 + "author_account_age_days": 5307 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5266 + "author_account_age_days": 5307 + }, + "https://github.com/ttulttul/Skoogeer-Noise": { + "stars": 0, + "last_update": "2025-12-26 19:08:01", + "author_account_age_days": 5307 + }, + "https://github.com/tuki0918/ComfyUI_Cooldown_Node": { + "stars": 0, + "last_update": "2025-11-25 12:34:53", + "author_account_age_days": 5293 + }, + "https://github.com/tuki0918/comfyui-image-expand-nodes": { + "stars": 0, + "last_update": "2025-11-28 01:04:10", + "author_account_age_days": 5293 + }, + "https://github.com/tuki0918/comfyui-image-tiled-nodes": { + "stars": 0, + "last_update": "2025-11-25 05:13:19", + "author_account_age_days": 5293 + }, + "https://github.com/tumbowungus/MultiMaskCouple": { + "stars": 0, + "last_update": "2025-12-10 21:50:31", + "author_account_age_days": 16 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1932 + "author_account_age_days": 1974 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { - "stars": 8, + "stars": 9, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1932 + "author_account_age_days": 1974 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3257 + "author_account_age_days": 3299 }, "https://github.com/turnbros/ComfyBros": { "stars": 0, "last_update": "2025-11-05 03:20:19", - "author_account_age_days": 1888 + "author_account_age_days": 1930 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 10, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3173 + "author_account_age_days": 3215 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 60, + "stars": 62, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3173 + "author_account_age_days": 3215 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 887, + "stars": 904, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4576 + "author_account_age_days": 4618 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 593 + "author_account_age_days": 634 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 157, + "stars": 170, "last_update": "2025-11-01 14:56:57", - "author_account_age_days": 4211 + "author_account_age_days": 4253 }, "https://github.com/tzwm/comfyui-profiler": { - "stars": 162, + "stars": 163, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5277 + "author_account_age_days": 5319 }, "https://github.com/u5dev/comfyUI_u5_VramFREE": { - "stars": 2, + "stars": 5, "last_update": "2025-10-02 02:30:02", - "author_account_age_days": 54 + "author_account_age_days": 95 }, "https://github.com/uarefans/ComfyUI-Fans": { - "stars": 16, + "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1780 + "author_account_age_days": 1822 + }, + "https://github.com/ubisoft/ComfyUI-Chord": { + "stars": 227, + "last_update": "2025-12-24 11:39:15", + "author_account_age_days": 3075 }, "https://github.com/ucloud/comfyui-plugin": { "stars": 3, "last_update": "2025-09-23 03:26:19", - "author_account_age_days": 3713 + "author_account_age_days": 3755 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2822 + "author_account_age_days": 2864 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 1, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1546 + "author_account_age_days": 1588 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { - "stars": 55, + "stars": 57, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 142 + "author_account_age_days": 184 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4262 + "author_account_age_days": 4304 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 31, + "stars": 37, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1824 + "author_account_age_days": 1866 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 10, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1824 + "author_account_age_days": 1866 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4219 + "author_account_age_days": 4260 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 582 + "author_account_age_days": 623 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-10-28 13:08:55", - "author_account_age_days": 1010 + "author_account_age_days": 1051 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { - "stars": 4, + "stars": 7, "last_update": "2025-10-29 07:46:17", - "author_account_age_days": 1010 + "author_account_age_days": 1051 }, "https://github.com/usrname0/comfyui-holdup": { - "stars": 1, - "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2922 + "stars": 3, + "last_update": "2025-12-01 05:37:13", + "author_account_age_days": 2964 }, "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": { - "stars": 3, - "last_update": "2025-11-10 19:43:40", - "author_account_age_days": 884 + "stars": 8, + "last_update": "2025-12-11 22:49:27", + "author_account_age_days": 926 }, "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": { - "stars": 3, - "last_update": "2025-11-13 11:50:19", - "author_account_age_days": 884 + "stars": 8, + "last_update": "2025-12-25 03:18:06", + "author_account_age_days": 926 }, "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": { - "stars": 186, - "last_update": "2025-11-06 16:44:19", - "author_account_age_days": 884 + "stars": 269, + "last_update": "2025-12-26 14:39:42", + "author_account_age_days": 926 }, "https://github.com/ussoewwin/image_resize_comfyui": { "stars": 0, "last_update": "2025-11-11 04:18:25", - "author_account_age_days": 884 + "author_account_age_days": 926 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 16, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3144 + "author_account_age_days": 3186 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 500 + "author_account_age_days": 542 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 17, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2895 + "author_account_age_days": 2937 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, - "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2465 + "last_update": "2025-12-12 15:44:22", + "author_account_age_days": 2507 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1892 + "author_account_age_days": 1933 }, "https://github.com/vanche1212/ComfyUI-InspireMusic": { "stars": 1, "last_update": "2025-10-28 02:23:32", - "author_account_age_days": 3466 + "author_account_age_days": 3508 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { - "stars": 4, - "last_update": "2025-10-21 07:38:11", - "author_account_age_days": 3466 + "stars": 8, + "last_update": "2025-11-19 01:52:23", + "author_account_age_days": 3508 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { - "stars": 5, + "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1365 + "author_account_age_days": 1407 }, "https://github.com/vantagewithai/Vantage-DreamOmni2": { - "stars": 1, + "stars": 2, "last_update": "2025-11-06 04:53:18", - "author_account_age_days": 524 + "author_account_age_days": 565 }, "https://github.com/vantagewithai/Vantage-DyPE": { - "stars": 5, + "stars": 6, "last_update": "2025-10-31 09:19:35", - "author_account_age_days": 524 + "author_account_age_days": 565 }, "https://github.com/vantagewithai/Vantage-HunyuanFoley": { - "stars": 8, + "stars": 10, "last_update": "2025-10-04 23:57:59", - "author_account_age_days": 524 + "author_account_age_days": 565 }, "https://github.com/vantagewithai/VantageLongWanVideo": { - "stars": 35, + "stars": 40, "last_update": "2025-09-25 18:54:33", - "author_account_age_days": 524 + "author_account_age_days": 565 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-09-18 02:41:54", - "author_account_age_days": 5272 + "author_account_age_days": 5314 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3122 + "author_account_age_days": 3164 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, - "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3608 + "last_update": "2025-11-28 04:00:25", + "author_account_age_days": 3650 }, "https://github.com/vekitan55/SimpleFlux1Merger": { - "stars": 3, + "stars": 4, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 839 + "author_account_age_days": 881 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { - "stars": 12, + "stars": 11, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2779 + "author_account_age_days": 2821 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 15, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3654 + "author_account_age_days": 3695 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { - "stars": 30, + "stars": 32, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3935 + "author_account_age_days": 3977 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, - "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4174 + "last_update": "2025-12-26 15:57:59", + "author_account_age_days": 4216 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1906 + "author_account_age_days": 1948 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, - "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 289 + "last_update": "2025-11-16 14:14:42", + "author_account_age_days": 331 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2541 + "author_account_age_days": 2583 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 210, + "stars": 236, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5548 + "author_account_age_days": 5590 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 162, + "stars": 163, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2347 + "author_account_age_days": 2389 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { - "stars": 2, + "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2347 + "author_account_age_days": 2389 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4857 + "author_account_age_days": 4899 + }, + "https://github.com/vjumpkung/ComfyUI-STARWrapper": { + "stars": 3, + "last_update": "2025-12-26 08:34:34", + "author_account_age_days": 3900 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { - "stars": 7, + "stars": 8, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 803 + "author_account_age_days": 845 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 803 + "author_account_age_days": 845 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2835 + "author_account_age_days": 2877 }, "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": { "stars": 1, "last_update": "2025-10-09 03:59:42", - "author_account_age_days": 865 + "author_account_age_days": 906 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 199, - "last_update": "2025-11-09 20:26:52", - "author_account_age_days": 918 + "stars": 218, + "last_update": "2025-12-17 19:39:49", + "author_account_age_days": 959 }, "https://github.com/vsaan212/Vsaan212-workflow-utilities": { "stars": 0, "last_update": "2025-11-11 20:58:02", - "author_account_age_days": 298 + "author_account_age_days": 340 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5492 + "author_account_age_days": 5534 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 1, - "last_update": "2025-10-24 19:43:19", - "author_account_age_days": 2361 + "last_update": "2025-12-26 15:53:23", + "author_account_age_days": 2403 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 213, + "stars": 215, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 1080 + "author_account_age_days": 1122 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { - "stars": 2, + "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1869 + "author_account_age_days": 1911 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1869 + "author_account_age_days": 1911 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { - "stars": 4, + "stars": 6, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1869 + "author_account_age_days": 1911 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 193 + "author_account_age_days": 234 }, "https://github.com/walke2019/ComfyUI-GGUF-VLM": { - "stars": 4, - "last_update": "2025-11-12 09:51:01", - "author_account_age_days": 2419 + "stars": 22, + "last_update": "2025-12-17 05:35:36", + "author_account_age_days": 2460 + }, + "https://github.com/wallen0322/ComfyUI-AE-Animation": { + "stars": 56, + "last_update": "2025-12-25 20:09:56", + "author_account_age_days": 278 }, "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { - "stars": 51, + "stars": 55, "last_update": "2025-11-05 20:04:35", - "author_account_age_days": 236 + "author_account_age_days": 278 }, "https://github.com/wallen0322/ComfyUI-SageAttention3": { - "stars": 11, + "stars": 12, "last_update": "2025-10-04 07:00:09", - "author_account_age_days": 236 + "author_account_age_days": 278 }, "https://github.com/wallen0322/ComfyUI-Wan22FMLF": { - "stars": 232, - "last_update": "2025-11-14 19:13:40", - "author_account_age_days": 236 + "stars": 358, + "last_update": "2025-12-10 12:35:40", + "author_account_age_days": 278 }, "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": { - "stars": 39, + "stars": 44, "last_update": "2025-10-28 17:39:56", - "author_account_age_days": 236 + "author_account_age_days": 278 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 133, + "stars": 137, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2728 + "author_account_age_days": 2770 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3892 + "author_account_age_days": 3934 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2714 + "author_account_age_days": 2756 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2714 + "author_account_age_days": 2756 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { - "stars": 3, - "last_update": "2025-11-09 08:23:01", - "author_account_age_days": 2241 + "stars": 4, + "last_update": "2025-12-17 05:30:18", + "author_account_age_days": 2283 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { - "stars": 12, + "stars": 13, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2620 + "author_account_age_days": 2662 }, "https://github.com/wawahuy/ComfyUI-HTTP": { - "stars": 5, + "stars": 10, "last_update": "2025-10-10 18:16:29", - "author_account_age_days": 3587 + "author_account_age_days": 3629 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1476 + "author_account_age_days": 1518 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3537 + "author_account_age_days": 3578 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { - "stars": 10, + "stars": 11, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 482 + "author_account_age_days": 524 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4710 + "author_account_age_days": 4752 }, "https://github.com/weekii/ComfyUI-GGUF-FX": { "stars": 0, "last_update": "2025-10-31 11:03:33", - "author_account_age_days": 542 + "author_account_age_days": 584 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 2, "last_update": "2025-10-28 12:51:48", - "author_account_age_days": 542 + "author_account_age_days": 584 }, "https://github.com/wei30172/comfygen": { - "stars": 9, + "stars": 10, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2121 + "author_account_age_days": 2163 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 301, - "last_update": "2025-11-08 11:11:54", - "author_account_age_days": 2416 + "stars": 339, + "last_update": "2025-12-21 04:25:26", + "author_account_age_days": 2458 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 1019, + "stars": 1042, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 2080 + "author_account_age_days": 2122 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2288 + "author_account_age_days": 2330 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 110, - "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 803 + "stars": 120, + "last_update": "2025-12-09 21:38:24", + "author_account_age_days": 844 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { - "stars": 19, + "stars": 25, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 803 + "author_account_age_days": 844 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 14, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 803 + "author_account_age_days": 844 }, "https://github.com/wgedeon/comfyui_play_traversal": { - "stars": 1, - "last_update": "2025-11-02 09:41:07", - "author_account_age_days": 4624 + "stars": 2, + "last_update": "2025-11-30 10:31:25", + "author_account_age_days": 4665 }, "https://github.com/whatbirdisthat/cyberdolphin": { - "stars": 13, + "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5995 + "author_account_age_days": 6037 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { - "stars": 40, + "stars": 41, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { - "stars": 6, + "stars": 7, "last_update": "2025-10-25 11:22:31", - "author_account_age_days": 960 + "author_account_age_days": 1002 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { - "stars": 55, - "last_update": "2025-10-31 17:50:10", - "author_account_age_days": 960 + "stars": 60, + "last_update": "2025-12-03 17:48:11", + "author_account_age_days": 1002 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 5, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4741 + "author_account_age_days": 4783 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { - "stars": 66, + "stars": 75, "last_update": "2025-08-21 19:21:22", - "author_account_age_days": 4741 + "author_account_age_days": 4783 }, "https://github.com/wildminder/ComfyUI-DyPE": { - "stars": 299, - "last_update": "2025-10-27 21:41:04", - "author_account_age_days": 4741 + "stars": 462, + "last_update": "2025-12-09 13:40:24", + "author_account_age_days": 4783 }, "https://github.com/wildminder/ComfyUI-KEEP": { - "stars": 63, + "stars": 66, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4741 + "author_account_age_days": 4783 }, "https://github.com/wildminder/ComfyUI-KaniTTS": { - "stars": 33, + "stars": 35, "last_update": "2025-10-17 15:45:23", - "author_account_age_days": 4741 + "author_account_age_days": 4783 }, "https://github.com/wildminder/ComfyUI-VibeVoice": { - "stars": 508, + "stars": 545, "last_update": "2025-09-25 10:19:05", - "author_account_age_days": 4741 + "author_account_age_days": 4783 }, "https://github.com/wildminder/ComfyUI-VoxCPM": { - "stars": 314, - "last_update": "2025-10-17 15:44:30", - "author_account_age_days": 4741 + "stars": 353, + "last_update": "2025-12-17 19:14:57", + "author_account_age_days": 4783 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3146 + "author_account_age_days": 3188 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 753, - "last_update": "2025-11-14 07:46:18", - "author_account_age_days": 3866 + "stars": 834, + "last_update": "2025-12-26 14:51:33", + "author_account_age_days": 3908 }, "https://github.com/windfancy/zsq_prompt": { - "stars": 0, + "stars": 1, "last_update": "2025-09-14 14:27:33", - "author_account_age_days": 2045 + "author_account_age_days": 2087 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 597 + "author_account_age_days": 638 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { - "stars": 4, + "stars": 6, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1732 + "author_account_age_days": 1774 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 238 + "author_account_age_days": 280 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { - "stars": 2, - "last_update": "2025-08-25 11:33:35", - "author_account_age_days": 3431 + "stars": 3, + "last_update": "2025-12-15 09:11:02", + "author_account_age_days": 3473 }, "https://github.com/wizdroid/wizdroid-character": { - "stars": 2, - "last_update": "2025-11-14 15:36:52", - "author_account_age_days": 2982 + "stars": 3, + "last_update": "2025-11-29 14:04:02", + "author_account_age_days": 3024 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { - "stars": 44, + "stars": 46, "last_update": "2025-09-22 06:27:43", - "author_account_age_days": 2380 + "author_account_age_days": 2422 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4626 + "author_account_age_days": 4668 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3538 + "author_account_age_days": 3580 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 89, - "last_update": "2025-11-09 00:19:29", - "author_account_age_days": 3307 + "stars": 98, + "last_update": "2025-12-19 08:59:32", + "author_account_age_days": 3349 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 100, + "stars": 103, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6229 + "author_account_age_days": 6271 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { - "stars": 9, + "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6229 + "author_account_age_days": 6271 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { - "stars": 62, + "stars": 64, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 2076 + "author_account_age_days": 2118 }, "https://github.com/wouterverweirder/comfyui-penplotter": { "stars": 0, "last_update": "2025-10-28 14:32:45", - "author_account_age_days": 5146 + "author_account_age_days": 5188 + }, + "https://github.com/wouterverweirder/comfyui_live_input_stream": { + "stars": 2, + "last_update": "2025-11-25 15:19:18", + "author_account_age_days": 5188 + }, + "https://github.com/wouterverweirder/comfyui_sam3": { + "stars": 59, + "last_update": "2025-12-11 14:28:58", + "author_account_age_days": 5188 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, - "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3442 + "last_update": "2025-11-17 14:16:32", + "author_account_age_days": 3484 }, "https://github.com/writer-in-fancy-pants/octo_json_presets": { "stars": 0, "last_update": "2025-09-08 23:42:01", - "author_account_age_days": 2814 + "author_account_age_days": 2856 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 825 + "author_account_age_days": 867 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 86, + "stars": 85, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2771 + "author_account_age_days": 2813 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 2, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4693 + "author_account_age_days": 4735 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5558 + "author_account_age_days": 5600 + }, + "https://github.com/wwzhifeng/comfyui-jsonprompt": { + "stars": 24, + "last_update": "2025-11-20 06:08:04", + "author_account_age_days": 949 }, "https://github.com/wywywywy/ComfyUI-pause": { - "stars": 27, + "stars": 28, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3437 + "author_account_age_days": 3479 }, "https://github.com/wzken/ComfyUI-Steganos-Node": { "stars": 0, "last_update": "2025-09-28 16:27:27", - "author_account_age_days": 3476 + "author_account_age_days": 3518 + }, + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": { + "stars": 1, + "last_update": "2025-11-17 05:44:00", + "author_account_age_days": 1058 }, "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": { - "stars": 0, - "last_update": "2025-11-11 23:47:11", - "author_account_age_days": 2642 + "stars": 1, + "last_update": "2025-12-25 22:50:53", + "author_account_age_days": 2683 + }, + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper": { + "stars": 1, + "last_update": "2025-12-07 08:54:58", + "author_account_age_days": 2683 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { - "stars": 3, - "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1941 + "stars": 2, + "last_update": "2025-12-01 14:29:42", + "author_account_age_days": 1982 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 351, + "stars": 354, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1987 + "author_account_age_days": 2029 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 4, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 937 + "author_account_age_days": 979 }, "https://github.com/xhh522/ComfyUI-preview-monitor": { "stars": 1, "last_update": "2025-09-16 10:41:24", - "author_account_age_days": 112 + "author_account_age_days": 153 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { - "stars": 33, + "stars": 35, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3772 + "author_account_age_days": 3814 + }, + "https://github.com/xiangyuT/ComfyUI-PromptEnhance": { + "stars": 0, + "last_update": "2025-12-08 08:52:26", + "author_account_age_days": 1263 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2176 + "author_account_age_days": 2218 + }, + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo": { + "stars": 3, + "last_update": "2025-12-01 14:12:22", + "author_account_age_days": 759 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3387 + "author_account_age_days": 3429 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 18, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3383 + "author_account_age_days": 3425 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2303 + "author_account_age_days": 2345 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 5007 + "author_account_age_days": 5049 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { - "stars": 28, + "stars": 29, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 5007 + "author_account_age_days": 5049 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { - "stars": 12, + "stars": 13, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 5007 + "author_account_age_days": 5049 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1782 + "author_account_age_days": 1823 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 8, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2264 + "author_account_age_days": 2306 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2198 + "author_account_age_days": 2239 }, "https://github.com/xs315431/Comfyui_Get_promptId": { - "stars": 1, + "stars": 2, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1783 + "author_account_age_days": 1825 + }, + "https://github.com/xuheyao/comfyui-dinov3-point-prompt": { + "stars": 0, + "last_update": "2025-12-22 06:20:06", + "author_account_age_days": 312 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4614 + "author_account_age_days": 4656 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { - "stars": 5, + "stars": 7, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4614 + "author_account_age_days": 4656 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4614 + "author_account_age_days": 4656 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 6, + "stars": 7, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4614 + "author_account_age_days": 4656 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { - "stars": 8, + "stars": 9, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1828 + "author_account_age_days": 1870 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 5, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 4070 + "author_account_age_days": 4112 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 58, - "last_update": "2025-11-13 09:52:55", - "author_account_age_days": 3316 + "stars": 61, + "last_update": "2025-12-16 09:16:12", + "author_account_age_days": 3358 }, "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": { "stars": 0, "last_update": "2025-11-10 00:44:08", - "author_account_age_days": 1572 + "author_account_age_days": 1614 }, "https://github.com/yano/comfyui-fast-mosaic-detector": { - "stars": 2, + "stars": 3, "last_update": "2025-11-13 14:57:28", - "author_account_age_days": 3254 + "author_account_age_days": 3296 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1905 + "author_account_age_days": 1947 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2625 + "author_account_age_days": 2667 }, "https://github.com/ycyy/ComfyUI-YCYY-API": { - "stars": 0, - "last_update": "2025-11-11 09:17:05", - "author_account_age_days": 3933 + "stars": 11, + "last_update": "2025-12-19 09:04:50", + "author_account_age_days": 3975 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3933 + "author_account_age_days": 3975 }, "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": { "stars": 1, "last_update": "2025-10-28 07:36:38", - "author_account_age_days": 5304 - }, - "https://github.com/yemanou/ComfyUI-NABA": { - "stars": 0, - "last_update": "2025-11-12 04:19:54", - "author_account_age_days": 33 + "author_account_age_days": 5346 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4230 + "author_account_age_days": 4272 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 57, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 1079 + "author_account_age_days": 1121 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 1079 + "author_account_age_days": 1121 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 1079 + "author_account_age_days": 1121 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/ComfyUI-VideoTransition": { - "stars": 18, + "stars": 24, "last_update": "2025-10-27 07:36:45", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/ComfyUI-YCNodes": { - "stars": 30, - "last_update": "2025-10-27 17:35:53", - "author_account_age_days": 633 + "stars": 35, + "last_update": "2025-12-21 07:52:02", + "author_account_age_days": 675 + }, + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": { + "stars": 17, + "last_update": "2025-12-18 18:24:00", + "author_account_age_days": 675 }, "https://github.com/yichengup/ComfyUI_SwiftCut": { "stars": 5, "last_update": "2025-10-24 14:27:08", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/Comfyui-Deepseek": { - "stars": 32, + "stars": 33, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 110, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 303, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 103, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 2, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 633 + "author_account_age_days": 675 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 89, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 1060 + "author_account_age_days": 1102 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 50, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 1060 + "author_account_age_days": 1102 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, - "last_update": "2025-10-17 07:01:00", - "author_account_age_days": 3338 + "last_update": "2025-12-17 14:33:58", + "author_account_age_days": 3380 }, "https://github.com/yolain/ComfyUI-Easy-DotsOCR": { "stars": 5, "last_update": "2025-10-05 09:11:26", - "author_account_age_days": 1849 + "author_account_age_days": 1891 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 2052, - "last_update": "2025-11-06 06:32:49", - "author_account_age_days": 1849 + "stars": 2188, + "last_update": "2025-12-19 04:16:18", + "author_account_age_days": 1891 }, "https://github.com/yolain/SaveVideoRGBA": { - "stars": 29, + "stars": 36, "last_update": "2025-10-26 05:56:47", - "author_account_age_days": 1849 + "author_account_age_days": 1891 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5372 + "author_account_age_days": 5413 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5372 + "author_account_age_days": 5413 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5372 + "author_account_age_days": 5413 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5372 + "author_account_age_days": 5413 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5372 + "author_account_age_days": 5413 }, "https://github.com/yolanother/DTAIComfyVariables": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5372 + "author_account_age_days": 5413 }, "https://github.com/yolanother/DTAIImageToTextNode": { - "stars": 19, + "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5372 + "author_account_age_days": 5413 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4384 + "author_account_age_days": 4425 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { - "stars": 7, + "stars": 8, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4384 + "author_account_age_days": 4425 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 9, - "last_update": "2025-10-07 15:57:29", - "author_account_age_days": 3898 + "last_update": "2025-12-01 14:07:57", + "author_account_age_days": 3940 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 4, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2303 + "author_account_age_days": 2345 }, "https://github.com/youyegit/tdxh_node_comfyui": { - "stars": 1, + "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 937 + "author_account_age_days": 979 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2951 + "author_account_age_days": 2993 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 10, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2951 + "author_account_age_days": 2993 + }, + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { + "stars": 21, + "last_update": "2025-12-02 12:02:23", + "author_account_age_days": 35 + }, + "https://github.com/yukascomfy/ATI_AudioReactive": { + "stars": 1, + "last_update": "2025-11-21 10:34:47", + "author_account_age_days": 696 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { - "stars": 14, + "stars": 21, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 1026 + "author_account_age_days": 1068 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { - "stars": 5, + "stars": 6, "last_update": "2025-11-09 14:09:07", - "author_account_age_days": 1026 + "author_account_age_days": 1068 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 120, + "stars": 122, "last_update": "2025-09-17 05:44:08", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 47, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 238, "last_update": "2025-08-27 08:00:28", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 28, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 4, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 52, + "stars": 70, "last_update": "2025-09-23 07:06:14", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 200, + "stars": 218, "last_update": "2025-09-08 04:44:47", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 33, + "stars": 36, "last_update": "2025-10-15 06:15:18", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 150, + "stars": 167, "last_update": "2025-08-27 06:08:11", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 18, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 245, + "stars": 251, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2661 + "author_account_age_days": 2703 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 484, + "stars": 499, "last_update": "2025-11-07 13:58:35", - "author_account_age_days": 1408 + "author_account_age_days": 1450 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1096 + "author_account_age_days": 1138 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, - "last_update": "2025-11-05 08:57:16", - "author_account_age_days": 2304 + "last_update": "2025-11-15 09:35:12", + "author_account_age_days": 2345 }, "https://github.com/zade23/Comfyui-MoGe2": { - "stars": 16, + "stars": 18, "last_update": "2025-10-23 09:53:50", - "author_account_age_days": 2304 + "author_account_age_days": 2345 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2868 + "author_account_age_days": 2910 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4285 + "author_account_age_days": 4326 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-10-27 08:04:53", - "author_account_age_days": 3768 + "author_account_age_days": 3810 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { - "stars": 5, + "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4923 + "author_account_age_days": 4965 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 27, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4923 + "author_account_age_days": 4965 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4923 + "author_account_age_days": 4965 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 3, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2865 + "author_account_age_days": 2907 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { - "stars": 13, + "stars": 17, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 719 + "author_account_age_days": 761 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 4, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 719 + "author_account_age_days": 761 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 719 + "author_account_age_days": 761 }, "https://github.com/zer0TF/cute-comfy": { - "stars": 33, + "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3178 + "author_account_age_days": 3220 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 625 + "author_account_age_days": 667 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { - "stars": 74, + "stars": 75, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2951 + "author_account_age_days": 2993 }, "https://github.com/zfkun/ComfyUI_zfkun": { - "stars": 22, - "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5371 + "stars": 24, + "last_update": "2025-11-24 07:31:53", + "author_account_age_days": 5413 + }, + "https://github.com/zhanglongxiao111/Comfyui-geminiapi": { + "stars": 2, + "last_update": "2025-12-10 04:42:19", + "author_account_age_days": 840 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 102, - "last_update": "2025-11-07 12:46:24", - "author_account_age_days": 799 + "stars": 112, + "last_update": "2025-12-26 08:42:40", + "author_account_age_days": 841 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { - "stars": 11, - "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 799 + "stars": 13, + "last_update": "2025-11-24 01:11:29", + "author_account_age_days": 841 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3858 + "author_account_age_days": 3900 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { - "stars": 74, + "stars": 75, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3967 + "author_account_age_days": 4009 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 69, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4743 + "author_account_age_days": 4785 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1473, + "stars": 1485, "last_update": "2025-09-11 03:57:50", - "author_account_age_days": 547 + "author_account_age_days": 589 + }, + "https://github.com/zhuyanan/Comfy-FilmSimulator": { + "stars": 0, + "last_update": "2025-12-26 09:50:36", + "author_account_age_days": 4196 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 109, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 1005 + "author_account_age_days": 1047 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { - "stars": 1, + "stars": 2, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1089 + "author_account_age_days": 1131 }, "https://github.com/zmwv823/ComfyUI_Anytext": { - "stars": 91, + "stars": 96, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3777 + "author_account_age_days": 3819 + }, + "https://github.com/zn123/ComfyUI-image-processor-zn123": { + "stars": 0, + "last_update": "2025-12-05 07:06:24", + "author_account_age_days": 4664 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3170 + "author_account_age_days": 3212 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1818, - "last_update": "2025-11-11 16:00:36", - "author_account_age_days": 4426 + "stars": 1882, + "last_update": "2025-12-21 14:03:17", + "author_account_age_days": 4468 }, "https://github.com/zpengcom/Comfyui-TextLine-counter": { "stars": 0, "last_update": "2025-11-04 02:32:33", - "author_account_age_days": 4135 + "author_account_age_days": 4177 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5470 + "author_account_age_days": 5512 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 314 + "author_account_age_days": 356 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 1, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3234 + "author_account_age_days": 3275 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { - "stars": 3, - "last_update": "2025-11-04 13:09:36", - "author_account_age_days": 4650 + "stars": 4, + "last_update": "2025-12-03 01:43:00", + "author_account_age_days": 4692 }, "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, - "last_update": "2025-11-12 16:32:41", - "author_account_age_days": 671 + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 713 } } \ No newline at end of file diff --git a/glob/manager_core.py b/glob/manager_core.py index 441627d2..a1173b05 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -40,10 +40,11 @@ import cnr_utils import manager_util import git_utils import manager_downloader +import manager_migration from node_package import InstalledNodePackage -version_code = [3, 37, 1] +version_code = [3, 39] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') @@ -214,9 +215,10 @@ def update_user_directory(user_dir): global manager_pip_blacklist_path global manager_components_path - manager_files_path = os.path.abspath(os.path.join(user_dir, 'default', 'ComfyUI-Manager')) + manager_files_path = manager_migration.get_manager_path(user_dir) if not os.path.exists(manager_files_path): os.makedirs(manager_files_path) + manager_migration.run_migration_checks(user_dir, manager_files_path) manager_snapshot_path = os.path.join(manager_files_path, "snapshots") if not os.path.exists(manager_snapshot_path): @@ -1719,7 +1721,7 @@ def read_config(): manager_util.use_uv = default_conf['use_uv'].lower() == 'true' if 'use_uv' in default_conf else False manager_util.bypass_ssl = get_bool('bypass_ssl', False) - return { + result = { 'http_channel_enabled': get_bool('http_channel_enabled', False), 'preview_method': default_conf.get('preview_method', manager_funcs.get_current_preview_method()).lower(), 'git_exe': default_conf.get('git_exe', ''), @@ -1739,6 +1741,8 @@ def read_config(): 'security_level': default_conf.get('security_level', 'normal').lower(), 'db_mode': default_conf.get('db_mode', 'cache').lower(), } + manager_migration.force_security_level_if_needed(result) + return result except Exception: import importlib.util @@ -1746,7 +1750,7 @@ def read_config(): manager_util.use_uv = importlib.util.find_spec("uv") is not None and platform.system() != "Windows" manager_util.bypass_ssl = False - return { + result = { 'http_channel_enabled': False, 'preview_method': manager_funcs.get_current_preview_method(), 'git_exe': '', @@ -1766,6 +1770,8 @@ def read_config(): 'security_level': 'normal', # strong | normal | normal- | weak 'db_mode': 'cache', # local | cache | remote } + manager_migration.force_security_level_if_needed(result) + return result def get_config(): @@ -2247,9 +2253,17 @@ def git_pull(path): current_branch = repo.active_branch remote_name = current_branch.tracking_branch().remote_name - remote = repo.remote(name=remote_name) - remote.pull() + try: + repo.git.pull('--ff-only') + except git.GitCommandError: + branch_name = current_branch.name + backup_name = f'backup_{time.strftime("%Y%m%d_%H%M%S")}' + repo.create_head(backup_name) + logging.info(f"[ComfyUI-Manager] Cannot fast-forward. Backup created: {backup_name}") + repo.git.reset('--hard', f'{remote_name}/{branch_name}') + logging.info(f"[ComfyUI-Manager] Reset to {remote_name}/{branch_name}") + repo.git.submodule('update', '--init', '--recursive') repo.close() @@ -2517,22 +2531,23 @@ def update_to_stable_comfyui(repo_path): logging.error('\t'+branch.name) return "fail", None - versions, current_tag, _ = get_comfyui_versions(repo) - - if len(versions) == 0 or (len(versions) == 1 and versions[0] == 'nightly'): + versions, current_tag, latest_tag = get_comfyui_versions(repo) + + if latest_tag is None: logging.info("[ComfyUI-Manager] Unable to update to the stable ComfyUI version.") return "fail", None - - if versions[0] == 'nightly': - latest_tag = versions[1] - else: - latest_tag = versions[0] - if current_tag == latest_tag: + tag_ref = next((t for t in repo.tags if t.name == latest_tag), None) + if tag_ref is None: + logging.info(f"[ComfyUI-Manager] Unable to locate tag '{latest_tag}' in repository.") + return "fail", None + + if repo.head.commit == tag_ref.commit: return "skip", None else: logging.info(f"[ComfyUI-Manager] Updating ComfyUI: {current_tag} -> {latest_tag}") - repo.git.checkout(latest_tag) + repo.git.checkout(tag_ref.name) + execute_install_script("ComfyUI", repo_path, instant_execution=False, no_deps=False) return 'updated', latest_tag except: traceback.print_exc() @@ -3355,36 +3370,80 @@ async def restore_snapshot(snapshot_path, git_helper_extras=None): def get_comfyui_versions(repo=None): - if repo is None: - repo = git.Repo(comfy_path) + repo = repo or git.Repo(comfy_path) + remote_name = None try: - remote = get_remote_name(repo) - repo.remotes[remote].fetch() + remote_name = get_remote_name(repo) + repo.remotes[remote_name].fetch() except: logging.error("[ComfyUI-Manager] Failed to fetch ComfyUI") - versions = [x.name for x in repo.tags if x.name.startswith('v')] + def parse_semver(tag_name): + match = re.match(r'^v(\d+)\.(\d+)\.(\d+)$', tag_name) + return tuple(int(x) for x in match.groups()) if match else None - # nearest tag - versions = sorted(versions, key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True) - versions = versions[:4] + def normalize_describe(tag_name): + if not tag_name: + return None + base = tag_name.split('-', 1)[0] + return base if parse_semver(base) else None - current_tag = repo.git.describe('--tags') + # Collect semver tags and sort descending (highest first) + semver_tags = [] + for tag in repo.tags: + semver = parse_semver(tag.name) + if semver: + semver_tags.append((semver, tag.name)) + semver_tags.sort(key=lambda x: x[0], reverse=True) + semver_tags = [name for _, name in semver_tags] - if current_tag not in versions: - versions = sorted(versions + [current_tag], key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True) - versions = versions[:4] + latest_tag = semver_tags[0] if semver_tags else None - main_branch = repo.heads.master - latest_commit = main_branch.commit - latest_tag = repo.git.describe('--tags', latest_commit.hexsha) + try: + described = repo.git.describe('--tags') + except Exception: + described = '' - if latest_tag != versions[0]: - versions.insert(0, 'nightly') - else: - versions[0] = 'nightly' + try: + exact_tag = repo.git.describe('--tags', '--exact-match') + except Exception: + exact_tag = '' + + head_is_default = False + if remote_name: + try: + default_head_ref = repo.refs[f'{remote_name}/HEAD'] + default_commit = default_head_ref.reference.commit + head_is_default = repo.head.commit == default_commit + except Exception: + head_is_default = False + + nearest_semver = normalize_describe(described) + exact_semver = exact_tag if parse_semver(exact_tag) else None + + if head_is_default and not exact_tag: current_tag = 'nightly' + else: + current_tag = exact_tag or described or 'nightly' + + # Prepare semver list for display: top 4 plus the current/nearest semver if missing + display_semver_tags = semver_tags[:4] + if exact_semver and exact_semver not in display_semver_tags: + display_semver_tags.append(exact_semver) + elif nearest_semver and nearest_semver not in display_semver_tags: + display_semver_tags.append(nearest_semver) + + versions = ['nightly'] + + if current_tag and not exact_semver and current_tag not in versions and current_tag not in display_semver_tags: + versions.append(current_tag) + + for tag in display_semver_tags: + if tag not in versions: + versions.append(tag) + + versions = versions[:6] return versions, current_tag, latest_tag diff --git a/glob/manager_migration.py b/glob/manager_migration.py new file mode 100644 index 00000000..00db2775 --- /dev/null +++ b/glob/manager_migration.py @@ -0,0 +1,356 @@ +""" +ComfyUI-Manager migration module. +Handles migration from legacy paths to new __manager path structure. +""" + +import os +import sys +import subprocess +import configparser + +# Startup notices for notice board +startup_notices = [] # List of (message, level) tuples + + +def add_startup_notice(message, level='warning'): + """Add a notice to be displayed on Manager notice board. + + Args: + message: HTML-formatted message string + level: 'warning', 'error', 'info' + """ + global startup_notices + startup_notices.append((message, level)) + + +# Cache for API check (computed once per session) +_cached_has_system_user_api = None + + +def has_system_user_api(): + """Check if ComfyUI has the System User Protection API (PR #10966). + + Result is cached for performance. + """ + global _cached_has_system_user_api + if _cached_has_system_user_api is None: + try: + import folder_paths + _cached_has_system_user_api = hasattr(folder_paths, 'get_system_user_directory') + except Exception: + _cached_has_system_user_api = False + return _cached_has_system_user_api + + +def get_manager_path(user_dir): + """Get the appropriate manager files path based on ComfyUI version. + + Returns: + str: manager_files_path + """ + if has_system_user_api(): + return os.path.abspath(os.path.join(user_dir, '__manager')) + else: + return os.path.abspath(os.path.join(user_dir, 'default', 'ComfyUI-Manager')) + + +def run_migration_checks(user_dir, manager_files_path): + """Run all migration and security checks. + + Call this after get_manager_path() to handle: + - Legacy config migration (new ComfyUI) + - Legacy backup notification (every startup) + - Suspicious directory detection (old ComfyUI) + - Outdated ComfyUI warning (old ComfyUI) + """ + if has_system_user_api(): + migrated = migrate_legacy_config(user_dir, manager_files_path) + # Only check for legacy backup if migration didn't just happen + # (migration already shows backup location in its message) + if not migrated: + check_legacy_backup(manager_files_path) + else: + check_suspicious_manager(user_dir) + warn_outdated_comfyui() + + +def check_legacy_backup(manager_files_path): + """Check for legacy backup and notify user to verify and remove it. + + This runs on every startup to remind users about pending legacy backup. + """ + backup_dir = os.path.join(manager_files_path, '.legacy-manager-backup') + if not os.path.exists(backup_dir): + return + + # Terminal output + print("\n" + "-"*70) + print("[ComfyUI-Manager] NOTICE: Legacy backup exists") + print(" - Your old Manager data was backed up to:") + print(f" {backup_dir}") + print(" - Please verify and remove it when no longer needed.") + print("-"*70 + "\n") + + # Notice board output + add_startup_notice( + "Legacy ComfyUI-Manager data backup exists. Please verify and remove when no longer needed. See terminal for details.", + level='info' + ) + + +def check_suspicious_manager(user_dir): + """Check for suspicious __manager directory on old ComfyUI. + + On old ComfyUI without System User API, if __manager exists with low security, + warn the user to verify manually. + + Returns: + bool: True if suspicious setup detected + """ + if has_system_user_api(): + return False # Not suspicious on new ComfyUI + + suspicious_path = os.path.abspath(os.path.join(user_dir, '__manager')) + if not os.path.exists(suspicious_path): + return False + + config_path = os.path.join(suspicious_path, 'config.ini') + if not os.path.exists(config_path): + return False + + config = configparser.ConfigParser() + config.read(config_path) + sec_level = config.get('default', 'security_level', fallback='normal').lower() + + if sec_level in ['weak', 'normal-']: + # Terminal output + print("\n" + "!"*70) + print("[ComfyUI-Manager] ERROR: Suspicious path detected!") + print(f" - '__manager' exists with low security level: '{sec_level}'") + print(" - Please verify manually:") + print(f" {config_path}") + print("!"*70 + "\n") + + # Notice board output + add_startup_notice( + "[Security Alert] Suspicious path detected. See terminal log for details.", + level='error' + ) + return True + + return False + + +def warn_outdated_comfyui(): + """Warn user about outdated ComfyUI without System User API.""" + if has_system_user_api(): + return + + # Terminal output + print("\n" + "!"*70) + print("[ComfyUI-Manager] ERROR: ComfyUI version is outdated!") + print(" - Most operations are blocked for security.") + print(" - ComfyUI update is still allowed.") + print(" - Please update ComfyUI to use Manager normally.") + print("!"*70 + "\n") + + # Notice board output + add_startup_notice( + "[Security Alert] ComfyUI outdated. Installations blocked (update allowed).
" + "Update ComfyUI for normal operation.", + level='error' + ) + + +def migrate_legacy_config(user_dir, manager_files_path): + """Migrate ONLY config.ini to new __manager path if needed. + + IMPORTANT: Only config.ini is migrated. Other files (snapshots, cache, etc.) + are NOT migrated - users must recreate them. + + Scenarios: + 1. Legacy exists, New doesn't exist → Migrate config.ini + 2. Legacy exists, New exists → First update after upgrade + - Run ComfyUI dependency installation + - Rename legacy to .backup + 3. Legacy doesn't exist → No migration needed + + Returns: + bool: True if migration was performed + """ + if not has_system_user_api(): + return False + + legacy_dir = os.path.join(user_dir, 'default', 'ComfyUI-Manager') + legacy_config = os.path.join(legacy_dir, 'config.ini') + new_config = os.path.join(manager_files_path, 'config.ini') + + if not os.path.exists(legacy_dir): + return False # No legacy directory, nothing to migrate + + # IMPORTANT: Check for config.ini existence, not just directory + # (because makedirs() creates __manager before this function is called) + + # Case: Both configs exist (first update after ComfyUI upgrade) + # This means user ran new ComfyUI at least once, creating __manager/config.ini + if os.path.exists(legacy_config) and os.path.exists(new_config): + _handle_first_update_migration(user_dir, legacy_dir, manager_files_path) + return True + + # Case: Legacy config exists but new config doesn't (normal migration) + # This is the first run after ComfyUI upgrade + if os.path.exists(legacy_config) and not os.path.exists(new_config): + pass # Continue with normal migration below + else: + return False + + # Terminal output + print("\n" + "-"*70) + print("[ComfyUI-Manager] NOTICE: Legacy config.ini detected") + print(f" - Old: {legacy_config}") + print(f" - New: {new_config}") + print(" - Migrating config.ini only (other files are NOT migrated).") + print(" - Security level below 'normal' will be raised.") + print("-"*70 + "\n") + + _migrate_config_with_security_check(legacy_config, new_config) + + # Move legacy directory to backup + _move_legacy_to_backup(legacy_dir, manager_files_path) + + return True + + +def _handle_first_update_migration(user_dir, legacy_dir, manager_files_path): + """Handle first ComfyUI update when both legacy and new directories exist. + + This scenario happens when: + - User was on old ComfyUI (using default/ComfyUI-Manager) + - ComfyUI was updated (now has System User API) + - Manager already created __manager on first new run + - But legacy directory still exists + + Actions: + 1. Run ComfyUI dependency installation + 2. Move legacy to __manager/.legacy-manager-backup + """ + # Terminal output + print("\n" + "-"*70) + print("[ComfyUI-Manager] NOTICE: First update after ComfyUI upgrade detected") + print(" - Both legacy and new directories exist.") + print(" - Running ComfyUI dependency installation...") + print("-"*70 + "\n") + + # Run ComfyUI dependency installation + # Path: glob/manager_migration.py → glob → comfyui-manager → custom_nodes → ComfyUI + try: + comfyui_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) + requirements_path = os.path.join(comfyui_path, 'requirements.txt') + if os.path.exists(requirements_path): + subprocess.run([sys.executable, '-m', 'pip', 'install', '-r', requirements_path], + capture_output=True, check=False) + print("[ComfyUI-Manager] ComfyUI dependencies installation completed.") + except Exception as e: + print(f"[ComfyUI-Manager] WARNING: Failed to install ComfyUI dependencies: {e}") + + # Move legacy to backup inside __manager + _move_legacy_to_backup(legacy_dir, manager_files_path) + + +def _move_legacy_to_backup(legacy_dir, manager_files_path): + """Move legacy directory to backup inside __manager. + + Returns: + str: Path to backup directory if successful, None if failed + """ + import shutil + + backup_dir = os.path.join(manager_files_path, '.legacy-manager-backup') + + try: + if os.path.exists(backup_dir): + shutil.rmtree(backup_dir) # Remove old backup if exists + shutil.move(legacy_dir, backup_dir) + + # Terminal output (full paths shown here only) + print("\n" + "-"*70) + print("[ComfyUI-Manager] NOTICE: Legacy settings migrated") + print(f" - Old location: {legacy_dir}") + print(f" - Backed up to: {backup_dir}") + print(" - Please verify and remove the backup when no longer needed.") + print("-"*70 + "\n") + + # Notice board output (no full paths for security) + add_startup_notice( + "Legacy ComfyUI-Manager data migrated. See terminal for details.", + level='info' + ) + return backup_dir + except Exception as e: + print(f"[ComfyUI-Manager] WARNING: Failed to backup legacy directory: {e}") + add_startup_notice( + f"[MIGRATION] Failed to backup legacy directory: {e}", + level='warning' + ) + return None + + +def _migrate_config_with_security_check(legacy_path, new_path): + """Migrate legacy config, raising security level only if below default.""" + config = configparser.ConfigParser() + try: + config.read(legacy_path) + except Exception as e: + print(f"[ComfyUI-Manager] WARNING: Failed to parse config.ini: {e}") + print(" - Creating fresh config with default settings.") + add_startup_notice( + "[MIGRATION] Failed to parse legacy config. Using defaults.", + level='warning' + ) + return # Skip migration, let Manager create fresh config + + # Security level hierarchy: strong > normal > normal- > weak + # Default is 'normal', only raise if below default + if 'default' in config: + current_level = config['default'].get('security_level', 'normal').lower() + below_default_levels = ['weak', 'normal-'] + + if current_level in below_default_levels: + config['default']['security_level'] = 'normal' + + # Terminal output + print("\n" + "="*70) + print("[ComfyUI-Manager] WARNING: Security level adjusted") + print(f" - Previous: '{current_level}' → New: 'normal'") + print(" - Raised to prevent unauthorized remote access.") + print("="*70 + "\n") + + # Notice board output + add_startup_notice( + f"[MIGRATION] Security level raised: '{current_level}' → 'normal'.
" + "To prevent unauthorized remote access.", + level='warning' + ) + else: + print(f" - Security level: '{current_level}' (no change needed)") + + # Ensure directory exists + os.makedirs(os.path.dirname(new_path), exist_ok=True) + + with open(new_path, 'w') as f: + config.write(f) + + +def force_security_level_if_needed(config_dict): + """Force security level to 'strong' if on old ComfyUI. + + Args: + config_dict: Configuration dictionary to modify in-place + + Returns: + bool: True if security level was forced + """ + if not has_system_user_api(): + config_dict['security_level'] = 'strong' + return True + return False diff --git a/glob/manager_server.py b/glob/manager_server.py index cb3bcd92..b9391016 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -22,6 +22,7 @@ import asyncio import queue import manager_downloader +import manager_migration logging.info(f"### Loading: ComfyUI-Manager ({core.version_str})") @@ -37,6 +38,25 @@ SECURITY_MESSAGE_NORMAL_MINUS_MODEL = "ERROR: Downloading models that are not in routes = PromptServer.instance.routes + +def has_per_queue_preview(): + """ + Check if ComfyUI PR #11261 (per-queue live preview override) is merged + + Returns: + bool: True if ComfyUI has per-queue preview feature + """ + try: + import latent_preview + return hasattr(latent_preview, 'set_preview_method') + except ImportError: + return False + + +# Detect ComfyUI per-queue preview override feature (PR #11261) +COMFYUI_HAS_PER_QUEUE_PREVIEW = has_per_queue_preview() + + def handle_stream(stream, prefix): stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace') for msg in stream: @@ -181,10 +201,19 @@ def set_preview_method(method): core.get_config()['preview_method'] = method -if args.preview_method == latent_preview.LatentPreviewMethod.NoPreviews: +if COMFYUI_HAS_PER_QUEUE_PREVIEW: + logging.info( + "[ComfyUI-Manager] ComfyUI per-queue preview override detected (PR #11261). " + "Manager's preview method feature is disabled. " + "Use ComfyUI's --preview-method CLI option or 'Settings > Execution > Live preview method'." + ) +elif args.preview_method == latent_preview.LatentPreviewMethod.NoPreviews: set_preview_method(core.get_config()['preview_method']) else: - logging.warning("[ComfyUI-Manager] Since --preview-method is set, ComfyUI-Manager's preview method feature will be ignored.") + logging.warning( + "[ComfyUI-Manager] Since --preview-method is set, " + "ComfyUI-Manager's preview method feature will be ignored." + ) def set_component_policy(mode): @@ -276,6 +305,13 @@ import zipfile import urllib.request +def security_403_response(): + """Return appropriate 403 response based on ComfyUI version.""" + if not manager_migration.has_system_user_api(): + return web.json_response({"error": "comfyui_outdated"}, status=403) + return web.json_response({"error": "security_level"}, status=403) + + def get_model_dir(data, show_log=False): if 'download_model_base' in folder_paths.folder_names_and_paths: models_base = folder_paths.folder_names_and_paths['download_model_base'][0][0] @@ -732,7 +768,7 @@ async def fetch_updates(request): async def update_all(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return security_403_response() with task_worker_lock: is_processing = task_worker_thread is not None and task_worker_thread.is_alive() @@ -965,7 +1001,7 @@ async def get_snapshot_list(request): async def remove_snapshot(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return security_403_response() try: target = request.rel_url.query["target"] @@ -983,7 +1019,7 @@ async def remove_snapshot(request): async def restore_snapshot(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return security_403_response() try: target = request.rel_url.query["target"] @@ -1302,7 +1338,7 @@ async def fix_custom_node(request): async def install_custom_node_git_url(request): if not is_allowed_security_level('high'): logging.error(SECURITY_MESSAGE_NORMAL_MINUS) - return web.Response(status=403) + return security_403_response() url = await request.text() res = await core.gitclone_install(url) @@ -1322,7 +1358,7 @@ async def install_custom_node_git_url(request): async def install_custom_node_pip(request): if not is_allowed_security_level('high'): logging.error(SECURITY_MESSAGE_NORMAL_MINUS) - return web.Response(status=403) + return security_403_response() packages = await request.text() core.pip_install(packages.split(' ')) @@ -1474,13 +1510,25 @@ async def install_model(request): @routes.get("/manager/preview_method") async def preview_method(request): + # Setting change request if "value" in request.rel_url.query: + # Reject setting change if per-queue preview feature is available + if COMFYUI_HAS_PER_QUEUE_PREVIEW: + return web.Response(text="DISABLED", status=403) + + # Process normally if not available set_preview_method(request.rel_url.query['value']) core.write_config() - else: - return web.Response(text=core.manager_funcs.get_current_preview_method(), status=200) + return web.Response(status=200) - return web.Response(status=200) + # Status query request + else: + # Return DISABLED if per-queue preview feature is available + if COMFYUI_HAS_PER_QUEUE_PREVIEW: + return web.Response(text="DISABLED", status=200) + + # Return current value if not available + return web.Response(text=core.manager_funcs.get_current_preview_method(), status=200) @routes.get("/manager/db_mode") @@ -1594,6 +1642,16 @@ async def get_notice(request): except: pass + # Prepend startup notices from manager_migration + for message, level in reversed(manager_migration.startup_notices): + if level == 'error': + style = 'color:red; background-color:white; font-weight:bold' + elif level == 'warning': + style = 'color:orange; background-color:white; font-weight:bold' + else: + style = 'color:blue; background-color:white' + markdown_content = f'

{message}

' + markdown_content + return web.Response(text=markdown_content, status=200) else: return web.Response(text="Unable to retrieve Notice", status=200) @@ -1601,11 +1659,35 @@ async def get_notice(request): return web.Response(text="Unable to retrieve Notice", status=200) +@routes.get("/manager/startup_alerts") +async def get_startup_alerts(request): + """Return startup alerts for customAlert display on page load. + + Returns JSON array of alerts that should be shown to user immediately. + All startup notices (error, warning, info) are returned. + """ + alerts = [] + + # Return all startup notices for alert display + for message, level in manager_migration.startup_notices: + # Convert HTML BR to newlines for customAlert + text = message.replace('
', '\n').replace('
', '\n') + # Add [ComfyUI-Manager] prefix for customAlert (notice board shows in Manager UI anyway) + text = text.replace('[Security Alert]', '[ComfyUI-Manager] Security Alert:') + text = text.replace('[MIGRATION]', '[ComfyUI-Manager] Migration:') + alerts.append({ + 'message': text, + 'level': level + }) + + return web.json_response(alerts) + + @routes.get("/manager/reboot") def restart(self): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return security_403_response() try: sys.stdout.close_log() diff --git a/glob/manager_util.py b/glob/manager_util.py index 5d6a58c7..fd110b7f 100644 --- a/glob/manager_util.py +++ b/glob/manager_util.py @@ -55,7 +55,7 @@ def get_pip_cmd(force_uv=False): subprocess.check_output(test_cmd, stderr=subprocess.DEVNULL, timeout=5) return [sys.executable] + (['-s'] if embedded else []) + ['-m', 'pip'] except Exception: - logging.warning("[ComfyUI-Manager] python -m pip not available. Falling back to uv.") + logging.warning("[ComfyUI-Manager] `python -m pip` not available. Falling back to `uv`.") # Try uv (either forced or pip failed) import shutil @@ -64,19 +64,19 @@ def get_pip_cmd(force_uv=False): try: test_cmd = [sys.executable] + (['-s'] if embedded else []) + ['-m', 'uv', '--version'] subprocess.check_output(test_cmd, stderr=subprocess.DEVNULL, timeout=5) - logging.info("[ComfyUI-Manager] Using uv as Python module for pip operations.") + logging.info("[ComfyUI-Manager] Using `uv` as Python module for pip operations.") return [sys.executable] + (['-s'] if embedded else []) + ['-m', 'uv', 'pip'] except Exception: pass # Try standalone uv if shutil.which('uv'): - logging.info("[ComfyUI-Manager] Using standalone uv for pip operations.") + logging.info("[ComfyUI-Manager] Using standalone `uv` for pip operations.") return ['uv', 'pip'] # Nothing worked - logging.error("[ComfyUI-Manager] Neither python -m pip nor uv are available. Cannot proceed with package operations.") - raise Exception("Neither pip nor uv are available for package management") + logging.error("[ComfyUI-Manager] Neither `python -m pip` nor `uv` are available. Cannot proceed with package operations.") + raise Exception("Neither `pip` nor `uv` are available for package management") def make_pip_cmd(cmd): diff --git a/js/cm-api.js b/js/cm-api.js index dabc6f1d..c4d6da03 100644 --- a/js/cm-api.js +++ b/js/cm-api.js @@ -1,6 +1,6 @@ import { api } from "../../scripts/api.js"; import { app } from "../../scripts/app.js"; -import { sleep, customConfirm, customAlert } from "./common.js"; +import { sleep, customConfirm, customAlert, handle403Response, show_message } from "./common.js"; async function tryInstallCustomNode(event) { let msg = '-= [ComfyUI Manager] extension installation request =-\n\n'; @@ -42,7 +42,7 @@ async function tryInstallCustomNode(event) { }); if(response.status == 403) { - show_message('This action is not allowed with this security level configuration.'); + await handle403Response(response); return false; } else if(response.status == 400) { @@ -54,7 +54,7 @@ async function tryInstallCustomNode(event) { let response = await api.fetchApi("/manager/reboot"); if(response.status == 403) { - show_message('This action is not allowed with this security level configuration.'); + await handle403Response(response); return false; } diff --git a/js/comfyui-gui-builder.js b/js/comfyui-gui-builder.js new file mode 100644 index 00000000..e6de81c6 --- /dev/null +++ b/js/comfyui-gui-builder.js @@ -0,0 +1,227 @@ +import { $el } from "../../scripts/ui.js"; + +function normalizeContent(content) { + const tmp = document.createElement('div'); + if (typeof content === 'string') { + tmp.innerHTML = content; + return Array.from(tmp.childNodes); + } + if (content instanceof Node) { + return content; + } + return content; +} + +export function createSettingsCombo(label, content) { + const settingItem = $el("div.setting-item", {}, [ + $el("div.flex.flex-row.items-center.gap-2",[ + $el("div.form-label.flex.grow.items-center", [ + $el("span.text-muted", { textContent: label },) + ]), + $el("div.form-input.flex.justify-end", + [content] + ) + ] + ) + ]); + return settingItem; +} + +export function buildGuiFrame(dialogId, title, iconClass, content, owner) { + const dialog_mask = $el("div.p-dialog-mask.p-overlay-mask.p-overlay-mask-enter", { + parent: document.body, + style: { + position: "fixed", + height: "100%", + width: "100%", + left: "0px", + top: "0px", + display: "flex", + justifyContent: "center", + alignItems: "center", + pointerEvents: "auto", + zIndex: "1000" + }, + onclick: (e) => { + if (e.target === dialog_mask) { + owner.close(); + } + } + // data-pc-section="mask" + }); + + const header_actions = $el("div.p-dialog-header-actions", { + // [TODO] + // data-pc-section="headeractions" + } + ); + + const close_button = $el("button.p-button.p-component.p-button-icon-only.p-button-secondary.p-button-rounded.p-button-text.p-dialog-close-button", { + parent: header_actions, + type: "button", + ariaLabel: "Close", + onclick: () => owner.close(), + // "data-pc-name": "pcclosebutton", + // "data-p-disabled": "false", + // "data-p-severity": "secondary", + // "data-pc-group-section": "headericon", + // "data-pc-extend": "button", + // "data-pc-section": "root", + // [FIXME] Not sure how to do most of the SVG using $el + innerHTML: ' ' + } + ); + + const dialog_header = $el("div.p-dialog-header", + [ + $el("div", [ + $el("div", + { + id: "frame-title-container", + }, + [ + $el("h2.px-4", [ + $el(iconClass, { + style: { + "font-size": "1.25rem", + "margin-right": ".5rem" + } + }), + $el("span", { textContent: title }) + ]) + ] + ) + ]), + header_actions + ] + ); + + const contentFrame = $el("div.p-dialog-content", {}, normalizeContent(content)); + const manager_dialog = $el("div.p-dialog.p-component.global-dialog", { + id: dialogId, + parent: dialog_mask, + style: { + 'display': 'flex', + 'flex-direction': 'column', + 'pointer-events': 'auto', + 'margin': '0px', + }, + role: 'dialog', + ariaModal: 'true', + // [TODO] + // ariaLabbelledby: 'cm-title', + // maximized: 'false', + // data-pc-name: 'dialog', + // data-pc-section: 'root', + // data-pd-focustrap: 'true' + }, + [ dialog_header, contentFrame ] + ); + + const hidden_accessible = $el("span.p-hidden-accessible.p-hidden-focusable", { + parent: manager_dialog, + tabindex: "0", + role: "presentation", + ariaHidden: "true", + "data-p-hidden-accessible": "true", + "data-p-hidden-focusable": "true", + "data-pc-section": "firstfocusableelement" + }); + + return dialog_mask; +} + +export function buildGuiFrameCustomHeader(dialogId, customHeader, content, owner) { + const dialog_mask = $el("div.p-dialog-mask.p-overlay-mask.p-overlay-mask-enter", { + parent: document.body, + style: { + position: "fixed", + height: "100%", + width: "100%", + left: "0px", + top: "0px", + display: "flex", + justifyContent: "center", + alignItems: "center", + pointerEvents: "auto", + zIndex: "1000" + }, + onclick: (e) => { + if (e.target === dialog_mask) { + owner.close(); + } + } + // data-pc-section="mask" + }); + + const header_actions = $el("div.p-dialog-header-actions", { + // [TODO] + // data-pc-section="headeractions" + } + ); + + const close_button = $el("button.p-button.p-component.p-button-icon-only.p-button-secondary.p-button-rounded.p-button-text.p-dialog-close-button", { + parent: header_actions, + type: "button", + ariaLabel: "Close", + onclick: () => owner.close(), + // "data-pc-name": "pcclosebutton", + // "data-p-disabled": "false", + // "data-p-severity": "secondary", + // "data-pc-group-section": "headericon", + // "data-pc-extend": "button", + // "data-pc-section": "root", + // [FIXME] Not sure how to do most of the SVG using $el + innerHTML: ' ' + } + ); + + const _customHeader = normalizeContent(customHeader); + const dialog_header = $el("div.p-dialog-header", + [ + $el("div", [ + $el("div", + { + id: "frame-title-container", + }, + Array.isArray(_customHeader) ? _customHeader : [_customHeader] + ) + ]), + header_actions + ] + ); + + const contentFrame = $el("div.p-dialog-content", {}, normalizeContent(content)); + const manager_dialog = $el("div.p-dialog.p-component.global-dialog", { + id: dialogId, + parent: dialog_mask, + style: { + 'display': 'flex', + 'flex-direction': 'column', + 'pointer-events': 'auto', + 'margin': '0px', + }, + role: 'dialog', + ariaModal: 'true', + // [TODO] + // ariaLabbelledby: 'cm-title', + // maximized: 'false', + // data-pc-name: 'dialog', + // data-pc-section: 'root', + // data-pd-focustrap: 'true' + }, + [ dialog_header, contentFrame ] + ); + + const hidden_accessible = $el("span.p-hidden-accessible.p-hidden-focusable", { + parent: manager_dialog, + tabindex: "0", + role: "presentation", + ariaHidden: "true", + "data-p-hidden-accessible": "true", + "data-p-hidden-focusable": "true", + "data-pc-section": "firstfocusableelement" + }); + + return dialog_mask; +} \ No newline at end of file diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 6fc504b1..bcf7e9e5 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -14,12 +14,13 @@ import { OpenArtShareDialog } from "./comfyui-share-openart.js"; import { free_models, install_pip, install_via_git_url, manager_instance, rebootAPI, setManagerInstance, show_message, customAlert, customPrompt, - infoToast, showTerminal, setNeedRestart + infoToast, showTerminal, setNeedRestart, handle403Response } from "./common.js"; 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 { SnapshotManager } from "./snapshot.js"; +import { buildGuiFrame, createSettingsCombo } from "./comfyui-gui-builder.js"; let manager_version = await getVersion(); @@ -44,12 +45,16 @@ docStyle.innerHTML = ` #cm-manager-dialog { width: 1000px; - height: 455px; + height: auto; box-sizing: content-box; z-index: 1000; overflow-y: auto; } +#cm-manager-dialog br { + margin-bottom: 1em; +} + .cb-widget { width: 400px; height: 25px; @@ -80,6 +85,7 @@ docStyle.innerHTML = ` } .cm-menu-container { + padding : calc(var(--spacing)*2); column-gap: 20px; display: flex; flex-wrap: wrap; @@ -140,8 +146,8 @@ docStyle.innerHTML = ` } .cm-notice-board { - width: 290px; - height: 230px; + width: auto; + height: 280px; overflow: auto; color: var(--input-text); border: 1px solid var(--descrip-text); @@ -238,68 +244,50 @@ var is_updating = false; // copied style from https://github.com/pythongosssss/ComfyUI-Custom-Scripts const style = ` #workflowgallery-button { - width: 310px; - height: 27px; + height: 50px; padding: 0px !important; - position: relative; - overflow: hidden; - font-size: 17px !important; } #cm-nodeinfo-button { - width: 310px; - height: 27px; - padding: 0px !important; - position: relative; - overflow: hidden; - font-size: 17px !important; + } #cm-manual-button { - width: 310px; - height: 27px; - position: relative; - overflow: hidden; + } .cm-button { - width: 310px; - height: 30px; + width: auto; position: relative; overflow: hidden; - font-size: 17px !important; + background-color: var(--comfy-menu-secondary-bg); + border-color: var(--border-color); + color: var(--input-text); +} + +.cm-button:hover { + filter: brightness(125%); } .cm-button-red { - width: 310px; - height: 30px; - position: relative; - overflow: hidden; - font-size: 17px !important; background-color: #500000 !important; + border-color: #88181b !important; color: white !important; } +.cm-button-red:hover { + background-color: #88181b !important; +} .cm-button-orange { - width: 310px; - height: 30px; - position: relative; - overflow: hidden; - font-size: 17px !important; font-weight: bold; background-color: orange !important; color: black !important; } .cm-experimental-button { - width: 290px; - height: 30px; - position: relative; - overflow: hidden; - font-size: 17px !important; + width: 100%; } .cm-experimental { - width: 310px; border: 1px solid #555; border-radius: 5px; padding: 10px; @@ -326,8 +314,14 @@ const style = ` .cm-menu-combo { cursor: pointer; - width: 310px; - box-sizing: border-box; + padding: 0.5em 0.5em; + border: 1px solid var(--border-color); + border-radius: 6px; + background: var(--comfy-menu-secondary-bg); +} + +.cm-menu-combo:hover { + filter: brightness(125%); } .cm-small-button { @@ -753,9 +747,9 @@ async function onQueueStatus(event) { const rebootButton = document.getElementById('cm-reboot-button5'); rebootButton?.addEventListener("click", - function() { - if(rebootAPI()) { - manager_dialog.close(); + async function() { + if(await rebootAPI()) { + manager_instance.close(); } }); } @@ -780,8 +774,13 @@ async function updateAll(update_comfyui) { const response = await api.fetchApi(`/manager/queue/update_all?mode=${mode}`); - if (response.status == 401) { + if (response.status == 403) { + await handle403Response(response); + reset_action_buttons(); + } + else if (response.status == 401) { customAlert('Another task is already in progress. Please stop the ongoing task first.'); + reset_action_buttons(); } else if(response.status == 200) { is_updating = true; @@ -826,7 +825,7 @@ class ManagerMenuDialog extends ComfyDialog { const isElectron = 'electronAPI' in window; update_comfyui_button = - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Update ComfyUI", style: { @@ -837,7 +836,7 @@ class ManagerMenuDialog extends ComfyDialog { }); switch_comfyui_button = - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Switch ComfyUI", style: { @@ -848,7 +847,7 @@ class ManagerMenuDialog extends ComfyDialog { }); restart_stop_button = - $el("button.cm-button-red", { + $el("button.p-button.p-component.cm-button-red", { type: "button", textContent: "Restart", onclick: () => restartOrStop() @@ -856,7 +855,7 @@ class ManagerMenuDialog extends ComfyDialog { if(isElectron) { update_all_button = - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Update All Custom Nodes", onclick: @@ -865,7 +864,7 @@ class ManagerMenuDialog extends ComfyDialog { } else { update_all_button = - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Update All", onclick: @@ -875,7 +874,7 @@ class ManagerMenuDialog extends ComfyDialog { const res = [ - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Custom Nodes Manager", onclick: @@ -887,7 +886,7 @@ class ManagerMenuDialog extends ComfyDialog { } }), - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Install Missing Custom Nodes", onclick: @@ -899,7 +898,7 @@ class ManagerMenuDialog extends ComfyDialog { } }), - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Custom Nodes In Workflow", onclick: @@ -911,8 +910,8 @@ class ManagerMenuDialog extends ComfyDialog { } }), - $el("br", {}, []), - $el("button.cm-button", { + $el("div", {}, []), + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Model Manager", onclick: @@ -924,7 +923,7 @@ class ManagerMenuDialog extends ComfyDialog { } }), - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { type: "button", textContent: "Install via Git URL", onclick: async () => { @@ -936,13 +935,13 @@ class ManagerMenuDialog extends ComfyDialog { } }), - $el("br", {}, []), + $el("div", {}, []), update_all_button, update_comfyui_button, switch_comfyui_button, // fetch_updates_button, - $el("br", {}, []), + $el("div", {}, []), restart_stop_button, ]; @@ -955,12 +954,13 @@ class ManagerMenuDialog extends ComfyDialog { let self = this; // db mode + this.datasrc_combo = document.createElement("select"); this.datasrc_combo.setAttribute("title", "Configure where to retrieve node/model information. If set to 'local,' the channel is ignored, and if set to 'channel (remote),' it fetches the latest information each time the list is opened."); - this.datasrc_combo.className = "cm-menu-combo"; - this.datasrc_combo.appendChild($el('option', { value: 'cache', text: 'DB: Channel (1day cache)' }, [])); - this.datasrc_combo.appendChild($el('option', { value: 'local', text: 'DB: Local' }, [])); - this.datasrc_combo.appendChild($el('option', { value: 'remote', text: 'DB: Channel (remote)' }, [])); + this.datasrc_combo.className = "cm-menu-combo p-select p-component p-inputwrapper p-inputwrapper-filled "; + this.datasrc_combo.appendChild($el('option', { value: 'cache', text: 'Channel (1day cache)' }, [])); + this.datasrc_combo.appendChild($el('option', { value: 'local', text: 'Local' }, [])); + this.datasrc_combo.appendChild($el('option', { value: 'remote', text: 'Channel (remote)' }, [])); api.fetchApi('/manager/db_mode') .then(response => response.text()) @@ -970,27 +970,110 @@ class ManagerMenuDialog extends ComfyDialog { api.fetchApi(`/manager/db_mode?value=${event.target.value}`); }); + const dbRetrievalSetttingItem = createSettingsCombo("DB", this.datasrc_combo); + // preview method let preview_combo = document.createElement("select"); preview_combo.setAttribute("title", "Configure how latent variables will be decoded during preview in the sampling process."); - preview_combo.className = "cm-menu-combo"; - preview_combo.appendChild($el('option', { value: 'auto', text: 'Preview method: Auto' }, [])); - preview_combo.appendChild($el('option', { value: 'taesd', text: 'Preview method: TAESD (slow)' }, [])); - preview_combo.appendChild($el('option', { value: 'latent2rgb', text: 'Preview method: Latent2RGB (fast)' }, [])); - preview_combo.appendChild($el('option', { value: 'none', text: 'Preview method: None (very fast)' }, [])); + preview_combo.className = "cm-menu-combo p-select p-component p-inputwrapper p-inputwrapper-filled"; + // Loading state to prevent flash of enabled state + preview_combo.appendChild($el('option', { value: '', text: 'Loading...', disabled: true }, [])); + preview_combo.appendChild($el('option', { value: 'auto', text: 'Auto' }, [])); + preview_combo.appendChild($el('option', { value: 'taesd', text: 'TAESD (slow)' }, [])); + preview_combo.appendChild($el('option', { value: 'latent2rgb', text: 'Latent2RGB (fast)' }, [])); + preview_combo.appendChild($el('option', { value: 'none', text: 'None (very fast)' }, [])); + + // Start disabled to prevent flash + preview_combo.disabled = true; + preview_combo.value = ''; + + // Fetch current state api.fetchApi('/manager/preview_method') .then(response => response.text()) - .then(data => { preview_combo.value = data; }); + .then(data => { + // Remove loading option + preview_combo.querySelector('option[value=""]')?.remove(); + + if (data === "DISABLED") { + // ComfyUI per-queue preview feature is active + preview_combo.disabled = true; + preview_combo.value = 'auto'; + + // Accessibility attributes + preview_combo.setAttribute("aria-disabled", "true"); + preview_combo.setAttribute("aria-label", + "Preview method setting (disabled - managed by ComfyUI). " + + "Use Settings > Execution > Live preview method instead." + ); + + // Tooltip for mouse users + preview_combo.setAttribute("title", + "This feature is now provided natively by ComfyUI. " + + "Please use 'Settings > Execution > Live preview method' instead." + ); + + // Visual feedback + preview_combo.style.opacity = '0.6'; + preview_combo.style.cursor = 'not-allowed'; + } else { + // Manager feature is active + preview_combo.disabled = false; + preview_combo.value = data; + + // Accessibility for enabled state + preview_combo.setAttribute("aria-label", + "Preview method setting. Select how latent variables are decoded during preview." + ); + } + }) + .catch(error => { + console.error('[ComfyUI-Manager] Failed to fetch preview method status:', error); + // Error recovery: fallback to enabled + preview_combo.querySelector('option[value=""]')?.remove(); + preview_combo.disabled = false; + preview_combo.value = 'auto'; + }); preview_combo.addEventListener('change', function (event) { - api.fetchApi(`/manager/preview_method?value=${event.target.value}`); + // Ignore if disabled + if (preview_combo.disabled) { + event.preventDefault(); + return; + } + + // Normal operation + api.fetchApi(`/manager/preview_method?value=${event.target.value}`) + .then(response => { + if (response.status === 403) { + // Feature transitioned to native + alert( + 'This feature is now provided natively by ComfyUI.\n' + + 'Please use \'Settings > Execution > Live preview method\' instead.' + ); + preview_combo.disabled = true; + preview_combo.style.opacity = '0.6'; + preview_combo.style.cursor = 'not-allowed'; + + // Update aria attributes + preview_combo.setAttribute("aria-disabled", "true"); + preview_combo.setAttribute("aria-label", + "Preview method setting (disabled - managed by ComfyUI). " + + "Use Settings > Execution > Live preview method instead." + ); + } + }) + .catch(error => { + console.error('[ComfyUI-Manager] Preview method update failed:', error); + }); }); + const previewSetttingItem = createSettingsCombo("Preview method", preview_combo); + // channel let channel_combo = document.createElement("select"); channel_combo.setAttribute("title", "Configure the channel for retrieving data from the Custom Node list (including missing nodes) or the Model list."); - channel_combo.className = "cm-menu-combo"; + channel_combo.className = "cm-menu-combo p-select p-component p-inputwrapper p-inputwrapper-filled"; api.fetchApi('/manager/channel_url_list') .then(response => response.json()) .then(async data => { @@ -999,7 +1082,7 @@ class ManagerMenuDialog extends ComfyDialog { for (let i in urls) { if (urls[i] != '') { let name_url = urls[i].split('::'); - channel_combo.appendChild($el('option', { value: name_url[0], text: `Channel: ${name_url[0]}` }, [])); + channel_combo.appendChild($el('option', { value: name_url[0], text: `${name_url[0]}` }, [])); } } @@ -1014,11 +1097,13 @@ class ManagerMenuDialog extends ComfyDialog { } }); + const channelSetttingItem = createSettingsCombo("Channel", channel_combo); + // share let share_combo = document.createElement("select"); share_combo.setAttribute("title", "Hide the share button in the main menu or set the default action upon clicking it. Additionally, configure the default share site when sharing via the context menu's share button."); - share_combo.className = "cm-menu-combo"; + share_combo.className = "cm-menu-combo p-select p-component p-inputwrapper p-inputwrapper-filled"; const share_options = [ ['none', 'None'], ['openart', 'OpenArt AI'], @@ -1029,7 +1114,7 @@ class ManagerMenuDialog extends ComfyDialog { ['all', 'All'], ]; for (const option of share_options) { - share_combo.appendChild($el('option', { value: option[0], text: `Share: ${option[1]}` }, [])); + share_combo.appendChild($el('option', { value: option[0], text: `${option[1]}` }, [])); } api.fetchApi('/manager/share_option') @@ -1051,12 +1136,14 @@ class ManagerMenuDialog extends ComfyDialog { } }); + const shareSetttingItem = createSettingsCombo("Share", share_combo); + let component_policy_combo = document.createElement("select"); component_policy_combo.setAttribute("title", "When loading the workflow, configure which version of the component to use."); - component_policy_combo.className = "cm-menu-combo"; - component_policy_combo.appendChild($el('option', { value: 'workflow', text: 'Component: Use workflow version' }, [])); - component_policy_combo.appendChild($el('option', { value: 'higher', text: 'Component: Use higher version' }, [])); - component_policy_combo.appendChild($el('option', { value: 'mine', text: 'Component: Use my version' }, [])); + component_policy_combo.className = "cm-menu-combo p-select p-component p-inputwrapper p-inputwrapper-filled"; + component_policy_combo.appendChild($el('option', { value: 'workflow', text: 'Use workflow version' }, [])); + component_policy_combo.appendChild($el('option', { value: 'higher', text: 'Use higher version' }, [])); + component_policy_combo.appendChild($el('option', { value: 'mine', text: 'Use my version' }, [])); api.fetchApi('/manager/policy/component') .then(response => response.text()) .then(data => { @@ -1069,15 +1156,14 @@ class ManagerMenuDialog extends ComfyDialog { set_component_policy(event.target.value); }); - update_policy_combo = document.createElement("select"); + const componentSetttingItem = createSettingsCombo("Component", component_policy_combo); - if(isElectron) - update_policy_combo.style.display = 'none'; + update_policy_combo = document.createElement("select"); update_policy_combo.setAttribute("title", "Sets the policy to be applied when performing an update."); - update_policy_combo.className = "cm-menu-combo"; - update_policy_combo.appendChild($el('option', { value: 'stable-comfyui', text: 'Update: ComfyUI Stable Version' }, [])); - update_policy_combo.appendChild($el('option', { value: 'nightly-comfyui', text: 'Update: ComfyUI Nightly Version' }, [])); + update_policy_combo.className = "cm-menu-combo p-select p-component p-inputwrapper p-inputwrapper-filled"; + update_policy_combo.appendChild($el('option', { value: 'stable-comfyui', text: 'ComfyUI Stable Version' }, [])); + update_policy_combo.appendChild($el('option', { value: 'nightly-comfyui', text: 'ComfyUI Nightly Version' }, [])); api.fetchApi('/manager/policy/update') .then(response => response.text()) .then(data => { @@ -1088,20 +1174,22 @@ class ManagerMenuDialog extends ComfyDialog { api.fetchApi(`/manager/policy/update?value=${event.target.value}`); }); - return [ - $el("br", {}, []), - this.datasrc_combo, - channel_combo, - preview_combo, - share_combo, - component_policy_combo, - update_policy_combo, - $el("br", {}, []), + const updateSetttingItem = createSettingsCombo("Update", update_policy_combo); + + if(isElectron) + updateSetttingItem.style.display = 'none'; - $el("br", {}, []), - $el("filedset.cm-experimental", {}, [ + return [ + dbRetrievalSetttingItem, + channelSetttingItem, + previewSetttingItem, + shareSetttingItem, + componentSetttingItem, + updateSetttingItem, + //[TODO] replace mt-2 with wrapper div with flex column gap + $el("filedset.cm-experimental.mt-auto", {}, [ $el("legend.cm-experimental-legend", {}, ["EXPERIMENTAL"]), - $el("button.cm-experimental-button", { + $el("button.p-button.p-component.cm-button.cm-experimental-button", { type: "button", textContent: "Snapshot Manager", onclick: @@ -1111,7 +1199,7 @@ class ManagerMenuDialog extends ComfyDialog { SnapshotManager.instance.show(); } }), - $el("button.cm-experimental-button", { + $el("button.p-button.p-component.cm-button.cm-experimental-button.mt-2", { type: "button", textContent: "Install PIP packages", onclick: @@ -1129,7 +1217,7 @@ class ManagerMenuDialog extends ComfyDialog { createControlsRight() { const elts = [ - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { id: 'cm-manual-button', type: "button", textContent: "Community Manual", @@ -1180,11 +1268,11 @@ class ManagerMenuDialog extends ComfyDialog { }) ]), - $el("button", { + $el("button.p-button.p-component.cm-button", { id: 'workflowgallery-button', type: "button", style: { - ...(localStorage.getItem("wg_last_visited") ? {height: '50px'} : {}) + // ...(localStorage.getItem("wg_last_visited") ? {height: '50px'} : {}) }, onclick: (e) => { const last_visited_site = localStorage.getItem("wg_last_visited") @@ -1207,7 +1295,7 @@ class ManagerMenuDialog extends ComfyDialog { }, [ $el("p", { id: 'workflowgallery-button-last-visited-label', - textContent: `(${localStorage.getItem("wg_last_visited") ? localStorage.getItem("wg_last_visited").split('/')[2] : ''})`, + textContent: `(${localStorage.getItem("wg_last_visited") ? localStorage.getItem("wg_last_visited").split('/')[2] : 'none selected'})`, style: { 'text-align': 'center', 'color': 'var(--input-text)', @@ -1223,13 +1311,12 @@ class ManagerMenuDialog extends ComfyDialog { }) ]), - $el("button.cm-button", { + $el("button.p-button.p-component.cm-button", { id: 'cm-nodeinfo-button', type: "button", textContent: "Nodes Info", onclick: () => { window.open("https://ltdrdata.github.io/", "comfyui-node-info"); } }), - $el("br", {}, []), ]; var textarea = document.createElement("div"); @@ -1244,31 +1331,23 @@ class ManagerMenuDialog extends ComfyDialog { constructor() { super(); - const close_button = $el("button", { id: "cm-close-button", type: "button", textContent: "Close", onclick: () => this.close() }); + const content = $el("div.cm-menu-container", + [ + $el("div.cm-menu-column.gap-2", [...this.createControlsLeft()]), + $el("div.cm-menu-column.gap-2", [...this.createControlsMid()]), + $el("div.cm-menu-column.gap-2", [...this.createControlsRight()]) + ] + ); - const content = - $el("div.comfy-modal-content", - [ - $el("tr.cm-title", {}, [ - $el("font", {size:6, color:"white"}, [`ComfyUI Manager ${manager_version}`])] - ), - $el("br", {}, []), - $el("div.cm-menu-container", - [ - $el("div.cm-menu-column", [...this.createControlsLeft()]), - $el("div.cm-menu-column", [...this.createControlsMid()]), - $el("div.cm-menu-column", [...this.createControlsRight()]) - ]), + const frame = buildGuiFrame( + 'cm-manager-dialog', // dialog id + `ComfyUI Manager ${manager_version}`, // dialog title + "i.mdi.mdi-puzzle", // dialog icon class to show before title + content, // dialog content element + this + ); // send this so we can attach close functions - $el("br", {}, []), - close_button, - ] - ); - - content.style.width = '100%'; - content.style.height = '100%'; - - this.element = $el("div.comfy-modal", { id:'cm-manager-dialog', parent: document.body }, [ content ]); + this.element = frame; } get isVisible() { @@ -1276,7 +1355,7 @@ class ManagerMenuDialog extends ComfyDialog { } show() { - this.element.style.display = "block"; + this.element.style.display = "flex"; } toggleVisibility() { @@ -1453,6 +1532,31 @@ app.registerExtension({ load_components(); + // Fetch and show startup alerts (critical errors like outdated ComfyUI) + // Poll until extensionManager.toast is ready (set in Vue onMounted) + const showStartupAlerts = async () => { + let toastWaitCount = 0; + const waitForToast = () => { + if (window['app']?.extensionManager?.toast) { + fetch('/manager/startup_alerts') + .then(response => response.ok ? response.json() : []) + .then(alerts => { + for (const alert of alerts) { + customAlert(alert.message); + } + }) + .catch(e => console.warn('[ComfyUI-Manager] Failed to fetch startup alerts:', e)); + } else if (toastWaitCount < 300) { // Max 30 seconds (300 * 100ms) + toastWaitCount++; + setTimeout(waitForToast, 100); + } else { + console.warn('[ComfyUI-Manager] Timeout waiting for toast. Startup alerts skipped.'); + } + }; + waitForToast(); + }; + showStartupAlerts(); + const menu = document.querySelector(".comfy-menu"); const separator = document.createElement("hr"); diff --git a/js/common.js b/js/common.js index 71cf58ea..b8193055 100644 --- a/js/common.js +++ b/js/common.js @@ -100,6 +100,19 @@ export function show_message(msg) { app.ui.dialog.element.style.zIndex = 1100; } +export async function handle403Response(res, defaultMessage) { + try { + const data = await res.json(); + if(data.error === 'comfyui_outdated') { + show_message('ComfyUI version is outdated.
Please update ComfyUI to use Manager normally.'); + } else { + show_message(defaultMessage || 'This action is not allowed with this security level configuration.'); + } + } catch { + show_message(defaultMessage || 'This action is not allowed with this security level configuration.'); + } +} + export async function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } @@ -163,20 +176,23 @@ export async function customPrompt(title, message) { } -export function rebootAPI() { +export async function rebootAPI() { if ('electronAPI' in window) { window.electronAPI.restartApp(); return true; } - customConfirm("Are you sure you'd like to reboot the server?").then((isConfirmed) => { - if (isConfirmed) { - try { - api.fetchApi("/manager/reboot"); + const isConfirmed = await customConfirm("Are you sure you'd like to reboot the server?"); + if (isConfirmed) { + try { + const response = await api.fetchApi("/manager/reboot"); + if (response.status == 403) { + await handle403Response(response); + return false; } - catch(exception) {} } - }); + catch(exception) {} + } return false; } @@ -216,7 +232,7 @@ export async function install_pip(packages) { }); if(res.status == 403) { - show_message('This action is not allowed with this security level configuration.'); + await handle403Response(res); return; } @@ -251,7 +267,7 @@ export async function install_via_git_url(url, manager_dialog) { }); if(res.status == 403) { - show_message('This action is not allowed with this security level configuration.'); + await handle403Response(res); return; } @@ -262,9 +278,9 @@ export async function install_via_git_url(url, manager_dialog) { const self = this; rebootButton.addEventListener("click", - function() { - if(rebootAPI()) { - manager_dialog.close(); + async function() { + if(await rebootAPI()) { + manager_instance.close(); } }); } diff --git a/js/custom-nodes-manager.css b/js/custom-nodes-manager.css index 1a918e5b..4ea82580 100644 --- a/js/custom-nodes-manager.css +++ b/js/custom-nodes-manager.css @@ -1,8 +1,9 @@ .cn-manager { --grid-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; z-index: 1099; - width: 80%; - height: 80%; + width: 80vw; + height: 75vh; + min-height: 30em; display: flex; flex-direction: column; gap: 10px; @@ -10,6 +11,7 @@ font-family: arial, sans-serif; text-underline-offset: 3px; outline: none; + margin: calc(var(--spacing)*2); } .cn-manager .cn-flex-auto { @@ -17,17 +19,21 @@ } .cn-manager button { + width: auto; + position: relative; + overflow: hidden; font-size: 16px; color: var(--input-text); background-color: var(--comfy-input-bg); - border-radius: 8px; border-color: var(--border-color); - border-style: solid; margin: 0; - padding: 4px 8px; min-width: 100px; } +.cn-manager button:hover { + filter: brightness(125%); +} + .cn-manager button:disabled, .cn-manager input:disabled, .cn-manager select:disabled { @@ -40,8 +46,13 @@ .cn-manager .cn-manager-restart { display: none; - background-color: #500000; - color: white; + background-color: #500000 !important; + border-color: #88181b !important; + color: white !important; +} + +.cn-manager .cn-manager-restart:hover { + background-color: #88181b !important; } .cn-manager .cn-manager-stop { @@ -79,7 +90,6 @@ flex-wrap: wrap; gap: 5px; align-items: center; - padding: 0 5px; } .cn-manager-header label { @@ -91,16 +101,32 @@ .cn-manager-filter { height: 28px; line-height: 28px; + + cursor: pointer; + padding: 0.5em 0.5em; + border: 1px solid var(--border-color); + border-radius: 6px; + background: var(--comfy-input-bg); +} + +.cn-manager-filter:hover { + filter: brightness(125%); } .cn-manager-keywords { height: 28px; line-height: 28px; padding: 0 5px 0 26px; + background: var(--comfy-input-bg); background-size: 16px; background-position: 5px center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20pointer-events%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23888%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m21%2021-4.486-4.494M19%2010.5a8.5%208.5%200%201%201-17%200%208.5%208.5%200%200%201%2017%200%22%2F%3E%3C%2Fsvg%3E"); + + border: 1px solid var(--border-color); + border-radius: 6px; + + outline-color: transparent; } .cn-manager-status { @@ -588,6 +614,10 @@ height: 100%; } +.cn-install-buttons button { + padding: 4px 8px; +} + .cn-selected-buttons { display: flex; gap: 5px; diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index a5683a2d..b290df61 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -1,13 +1,14 @@ import { app } from "../../scripts/app.js"; import { ComfyDialog, $el } from "../../scripts/ui.js"; import { api } from "../../scripts/api.js"; +import { buildGuiFrameCustomHeader, createSettingsCombo } from "./comfyui-gui-builder.js"; import { manager_instance, rebootAPI, install_via_git_url, fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt, sanitizeHTML, infoToast, showTerminal, setNeedRestart, storeColumnWidth, restoreColumnWidth, getTimeAgo, copyText, loadCss, - showPopover, hidePopover + showPopover, hidePopover, handle403Response } from "./common.js"; // https://cenfun.github.io/turbogrid/api.html @@ -18,32 +19,19 @@ loadCss("./custom-nodes-manager.css"); const gridId = "node"; const pageHtml = ` -
- - -
-
-
-
-
-
-
-