diff --git a/.cache/.cache_directory b/.cache/.cache_directory deleted file mode 100644 index e69de29b..00000000 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 4339f027..d9045dfc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -440,6 +440,26 @@ "install_type": "git-clone", "description": "LM Studio calls with image support and easy task directions." }, + { + "author": "WASasquatch", + "title": "ComfyUI_RetroArch_Player", + "reference": "https://github.com/WASasquatch/ComfyUI_RetroArch_Player", + "files": [ + "https://github.com/WASasquatch/ComfyUI_RetroArch_Player" + ], + "install_type": "git-clone", + "description": "Simple ComfyUI RetroArch Web Player embed" + }, + { + "author": "WASasquatch", + "title": "ComfyUI_Viewer", + "reference": "https://github.com/WASasquatch/ComfyUI_Viewer", + "files": [ + "https://github.com/WASasquatch/ComfyUI_Viewer" + ], + "install_type": "git-clone", + "description": "Extensible content viewer for ComfyUI: HTML, Markdown (LaTeX, Mermaid, etc), Code, Images, and more" + }, { "author": "omar92", "title": "Quality of life Suit:V2", @@ -964,7 +984,7 @@ ], "install_type": "git-clone", "description": "This node allows downloading models directly within ComfyUI for easier use and integration." - }, + }, { "author": "Suzie1", "title": "Comfyroll Studio", @@ -1503,6 +1523,16 @@ "install_type": "git-clone", "description": "A very barebones mostly-copypaste implementation of [a/https://github.com/xie-lab-ml/Golden-Noise-for-Diffusion-Models](https://github.com/xie-lab-ml/Golden-Noise-for-Diffusion-Models)" }, + { + "author": "asagi4", + "title": "comfyui-dynamic-anynode", + "reference": "https://github.com/asagi4/comfyui-dynamic-anynode", + "files": [ + "https://github.com/asagi4/comfyui-dynamic-anynode" + ], + "install_type": "git-clone", + "description": "Dynamic All-In-One Guider/Scheduler/Sampler nodes for custom sampling" + }, { "author": "jamesWalker55", "title": "ComfyUI - P2LDGAN Node", @@ -1636,6 +1666,17 @@ "install_type": "git-clone", "description": "Nodes related to video workflows" }, + { + "author": "KrakenUnbound", + "title": "Kraken Tools", + "id": "kraken-tools", + "reference": "https://github.com/krakenunbound/comfyui-kraken-tools", + "files": [ + "https://github.com/krakenunbound/comfyui-kraken-tools" + ], + "install_type": "git-clone", + "description": "15 productivity nodes: Kraken Unbound Prompt (vision-enabled prompt builder with Qwen2-VL), WAN Prompt Splitter (cinematic styling), Ollama Prompt Chat (LLM enhancement), LoRA Loader with CivitAI trigger fetching, Dual CLIP Loader (Flux/SD3/SDXL), smart KSampler (AMP handling for WAN/Flow/FP8), Empty Latent with aspect presets, Upscale & Tile Calculator for Ultimate SD Upscale, Resolution Helper, Image Processor, WAN Helper, and more." + }, { "author": "Gourieff", "title": "ComfyUI-FutureWarningIgnore", @@ -1853,7 +1894,7 @@ ], "install_type": "git-clone", "description": "A small node suite for ComfyUI" - }, + }, { "author": "Extraltodeus", "title": "noise latent perlinpinpin", @@ -2260,10 +2301,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" @@ -3325,6 +3366,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", @@ -4258,6 +4309,36 @@ "install_type": "git-clone", "description": "Nodes:Noodle webcam is a node that records frames and send them to your favourite node." }, + { + "author": "Niutonian", + "title": "ComfyUI-Niutonian-Themes", + "reference": "https://github.com/Niutonian/ComfyUI-Niutonian-Themes", + "files": [ + "https://github.com/Niutonian/ComfyUI-Niutonian-Themes" + ], + "install_type": "git-clone", + "description": "A theme pack for ComfyUI that transforms the nodes into the best 2000's aesthetics styles while preserving full functionality." + }, + { + "author": "Niutonian", + "title": "comfyui_Niutonian_GLM_4_6V", + "reference": "https://github.com/Niutonian/comfyui_Niutonian_GLM_4_6V", + "files": [ + "https://github.com/Niutonian/comfyui_Niutonian_GLM_4_6V" + ], + "install_type": "git-clone", + "description": "This is the transformer-based implementation of Niutonian GLM-4.6V nodes for ComfyUI with memory optimizations." + }, + { + "author": "Niutonian", + "title": "comfyui-niutonian-smart-image", + "reference": "https://github.com/Niutonian/comfyui-niutonian-smart-image", + "files": [ + "https://github.com/Niutonian/comfyui-niutonian-smart-image" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI custom node suite for intelligent image stitching, processing, and manipulation with automatic handling of empty/bypassed inputs." + }, { "author": "Feidorian", "title": "feidorian-ComfyNodes", @@ -4904,6 +4985,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", @@ -5091,6 +5182,46 @@ "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": "filliptm", + "title": "ComfyUI_FL-ClearVoice", + "reference": "https://github.com/filliptm/ComfyUI_FL-ClearVoice", + "files": [ + "https://github.com/filliptm/ComfyUI_FL-ClearVoice" + ], + "install_type": "git-clone", + "description": "FL ClearVoice - Audio enhancement nodes for ComfyUI. Features speech enhancement, super-resolution, denoising, and audio restoration using ClearVoice, Resemble-Enhance, and VoiceFixer models. Supports multiple backends with automatic model downloading." + }, + { + "author": "filliptm", + "title": "ComfyUI_FL-SongGen", + "reference": "https://github.com/filliptm/ComfyUI_FL-SongGen", + "files": [ + "https://github.com/filliptm/ComfyUI_FL-SongGen" + ], + "install_type": "git-clone", + "description": "FL Song Gen - AI-powered song generation nodes for ComfyUI. Generate complete songs with vocals and instrumentals from lyrics using Tencent's SongGeneration (LeVo) model. Features style transfer, auto style presets, dual-track output, and up to 4m30s song generation." + }, + { + "author": "filliptm", + "title": "ComfyUI-FL-DiffVSR", + "reference": "https://github.com/filliptm/ComfyUI-FL-DiffVSR", + "files": [ + "https://github.com/filliptm/ComfyUI-FL-DiffVSR" + ], + "install_type": "git-clone", + "description": "FL DiffVSR - Diffusion-based video super-resolution nodes for ComfyUI. Features 4x upscaling with temporal coherence using Stream-DiffVSR for smooth, artifact-free video enhancement. Supports text-guided upscaling, chunked processing for memory efficiency, and automatic model downloading from HuggingFace." + }, { "author": "zfkun", "title": "ComfyUI_zfkun", @@ -5154,6 +5285,7 @@ { "author": "bruefire", "title": "ComfyUI Sequential Image Loader", + "id": "comfyui-sq-imageloader", "reference": "https://github.com/bruefire/ComfyUI-SeqImageLoader", "files": [ "https://github.com/bruefire/ComfyUI-SeqImageLoader" @@ -5191,6 +5323,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", @@ -5707,6 +5849,36 @@ "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": "ttulttul", + "title": "Better-Gemini", + "reference": "https://github.com/ttulttul/Better-Gemini", + "files": [ + "https://github.com/ttulttul/Better-Gemini" + ], + "install_type": "git-clone", + "description": "A better node for using Google Gemini models, supporting the latest API endpoints with a v3 ComfyUI node interface." + }, + { + "author": "ttulttul", + "title": "ComfyUI-Taylor-Attention", + "reference": "https://github.com/ttulttul/ComfyUI-Taylor-Attention", + "files": [ + "https://github.com/ttulttul/ComfyUI-Taylor-Attention" + ], + "install_type": "git-clone", + "description": "ComfyUI Taylor attention custom node" + }, { "author": "jitcoder", "title": "LoraInfo", @@ -8284,6 +8456,46 @@ "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": "1038lab", + "title": "ComfyUI-QwenASR", + "reference": "https://github.com/1038lab/ComfyUI-QwenASR", + "files": [ + "https://github.com/1038lab/ComfyUI-QwenASR" + ], + "install_type": "git-clone", + "description": "A lightweight ComfyUI custom node pack for Qwen3-ASR, providing simple speech‑to‑text workflows with local model caching and optional timestamp output. Supports Qwen/Qwen3‑ASR‑1.7B and 0.6B, with HuggingFace/ModelScope download options and clean integration for ComfyUI pipelines." + }, + { + "author": "1038lab", + "title": "ComfyUI-Youtu-VL", + "reference": "https://github.com/1038lab/ComfyUI-Youtu-VL", + "files": [ + "https://github.com/1038lab/ComfyUI-Youtu-VL" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Tencent Youtu-VL vision-language model" + }, { "author": "Klinter", "title": "Klinter_nodes", @@ -8562,16 +8774,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", @@ -8800,6 +9002,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", @@ -9338,7 +9550,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", @@ -9435,6 +9647,16 @@ "install_type": "git-clone", "description": "Automatically archives generated files to Amazon S3 or S3-compatible storage services" }, + { + "author": "olduvai-jp", + "title": "ComfyUI-S3-IO", + "reference": "https://github.com/olduvai-jp/ComfyUI-S3-IO", + "files": [ + "https://github.com/olduvai-jp/ComfyUI-S3-IO" + ], + "install_type": "git-clone", + "description": "S3-backed input/output nodes for ComfyUI to browse, load images/videos from S3 buckets and push outputs back to S3 automatically." + }, { "author": "AiMiDi", "title": "ComfyUI-Aimidi-nodes", @@ -9775,26 +9997,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", @@ -11389,6 +11591,36 @@ "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": "smthemex", + "title": "ComfyUI_InteractAvatar", + "reference": "https://github.com/smthemex/ComfyUI_InteractAvatar", + "files": [ + "https://github.com/smthemex/ComfyUI_InteractAvatar" + ], + "install_type": "git-clone", + "description": "Making Avatars InteractTowards Text-Driven Human-Object Interaction for Controllable Talking Avatars" + }, { "author": "choey", "title": "Comfy-Topaz", @@ -12253,6 +12485,16 @@ "install_type": "git-clone", "description": "This is a node for using cohere (Command R+) from ComfyUI. You need to edit the startup .bat file of ComfyUI and describe the API key obtained from Cohere as follows." }, + { + "author": "sugarkwork", + "title": "comfyui_smart_character_detailer", + "reference": "https://github.com/sugarkwork/comfyui_smart_character_detailer", + "files": [ + "https://github.com/sugarkwork/comfyui_smart_character_detailer" + ], + "install_type": "git-clone", + "description": "Extended ComfyUI node with WD14 Tagger-based image analysis and automatic character identification to apply optimized prompts dynamically. (Description by CC)" + }, { "author": "alessandrozonta", "title": "ComfyUI-CenterNode", @@ -12744,6 +12986,27 @@ "install_type": "git-clone", "description": "A visual ComfyUI latent canvas dimensions selector" }, + { + "author": "GraftingRayman", + "title": "ComfyUI-Games", + "reference": "https://github.com/GraftingRayman/ComfyUI-Games", + "files": [ + "https://github.com/GraftingRayman/ComfyUI-Games" + ], + "install_type": "git-clone", + "description": "ComfyUI node providing Tetris game functionality. (Description by CC)" + }, + { + "author": "GraftingRayman", + "title": "ComfyUI-ZImage-Bake-Extract", + "id": "ComfyUI-ZImage-Bake-Extract", + "reference": "https://github.com/GraftingRayman/ComfyUI-ZImage-Bake-Extract", + "files": [ + "https://github.com/GraftingRayman/ComfyUI-ZImage-Bake-Extract" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for baking LoRAs into base models and extracting LoRAs from merged/finetuned models. This node provides advanced functionality for managing LoRA weights with support for format conversion between sd-scripts and ComfyUI formats." + }, { "author": "royceschultz", "title": "ComfyUI-Notifications", @@ -13635,6 +13898,36 @@ "install_type": "git-clone", "description": "Custom ComfyUI nodes for integrating RunningHub's AI image and video generation services into workflows. (Description by CC)" }, + { + "author": "marduk191", + "title": "ComfyUI_LFM2-350M", + "reference": "https://github.com/marduk191/ComfyUI_LFM2-350M", + "files": [ + "https://github.com/marduk191/ComfyUI_LFM2-350M" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI to load and use the LFM2-350M model trained to work as a prompt enhancer for z-image turbo or any other long token model." + }, + { + "author": "marduk191", + "title": "ComfyUI-TF32-Enabler", + "reference": "https://github.com/marduk191/ComfyUI-TF32-Enabler", + "files": [ + "https://github.com/marduk191/ComfyUI-TF32-Enabler" + ], + "install_type": "git-clone", + "description": "Automatically enables TensorFloat-32 (TF32) acceleration for NVIDIA RTX 30/40/50 series GPUs in ComfyUI." + }, + { + "author": "marduk191", + "title": "ComfyUI-ZImageTurboHQNodes", + "reference": "https://github.com/marduk191/ComfyUI-ZImageTurboHQNodes", + "files": [ + "https://github.com/marduk191/ComfyUI-ZImageTurboHQNodes" + ], + "install_type": "git-clone", + "description": "Self-contained ComfyUI nodes for Tongyi Z-Image-Turbo high-quality workflows" + }, { "author": "haohaocreates", "title": "ComfyUI-HH-Image-Selector", @@ -13678,6 +13971,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", @@ -14310,6 +14613,16 @@ "install_type": "git-clone", "description": "An all-in-one, multi-pass generative upscaling and post-processing node designed to simplify complex workflows and add a professional finish to your images." }, + { + "author": "tritant", + "title": "ComfyUI_Kitchen_nvfp4_Converter", + "reference": "https://github.com/tritant/ComfyUI_Kitchen_nvfp4_Converter", + "files": [ + "https://github.com/tritant/ComfyUI_Kitchen_nvfp4_Converter" + ], + "install_type": "git-clone", + "description": "Convert to nvfp4, support Z-image-turbo, flux.1 and more" + }, { "author": "metncelik", "title": "comfyui_met_suite", @@ -14848,6 +15161,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", @@ -15288,6 +15611,16 @@ "install_type": "git-clone", "description": "Makki's self custom nodes for ComfyUI." }, + { + "author": "MakkiShizu", + "title": "ComfyUI-animetimm", + "reference": "https://github.com/MakkiShizu/ComfyUI-animetimm", + "files": [ + "https://github.com/MakkiShizu/ComfyUI-animetimm" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for tagging anime images using TIMM models from animetimm, supporting general tags, character tags, artist tags, and rating tags with batch image processing." + }, { "author": "JosefKuchar", "title": "ComfyUI-AdvancedTiling", @@ -16392,6 +16725,16 @@ "install_type": "git-clone", "description": "This node integrates the face-swapping capabilities from Deep Live Cam into ComfyUI, allowing you to perform real-time face swapping on images and video streams." }, + { + "author": "ryanontheinside", + "title": "ComfyUI-CalculatorX", + "reference": "https://github.com/ryanontheinside/ComfyUI-CalculatorX", + "files": [ + "https://github.com/ryanontheinside/ComfyUI-CalculatorX" + ], + "install_type": "git-clone", + "description": "A fully interactive calculator node for ComfyUI with variable inputs and scientific functions" + }, { "author": "ControlAltAI", "title": "ControlAltAI Nodes", @@ -16630,6 +16973,16 @@ "install_type": "git-clone", "description": "This repository provides a custom ComfyUI node for running object detection with the [a/Qwen 2.5 VL](https://github.com/QwenLM/Qwen2.5-VL) model. The node downloads the selected model on demand, runs a detection prompt and outputs bounding boxes that can be used with segmentation nodes such as [a/SAM2](https://github.com/kijai/ComfyUI-segment-anything-2)." }, + { + "author": "TTPlanetPig", + "title": "Comfyui_DreamID-V_wrapper", + "reference": "https://github.com/TTPlanetPig/Comfyui_DreamID-V_wrapper", + "files": [ + "https://github.com/TTPlanetPig/Comfyui_DreamID-V_wrapper" + ], + "install_type": "git-clone", + "description": "A simple and efficient ComfyUI integration for DreamID-V, a model for identity-preserving video generation that animates reference images using motion from pose videos." + }, { "author": "camenduru", "title": "ComfyUI-TostAI", @@ -16834,6 +17187,16 @@ "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", @@ -17165,6 +17528,16 @@ "install_type": "git-clone", "description": "An experimental implementation of MagCache for SDXL" }, + { + "author": "Shiba-2-shiba", + "title": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer", + "reference": "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer", + "files": [ + "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer" + ], + "install_type": "git-clone", + "description": "Unofficial reference implementation of Hybrid Sensitivity Weighted Quantization (HSWQ) for ComfyUI, providing calibration and FP8 conversion nodes for model optimization." + }, { "author": "Bao Pham", "title": "ComfyUI-LyraVSIH", @@ -17208,6 +17581,17 @@ "install_type": "git-clone", "description": "Easy deploy API for ComfyUI." }, + { + "author": "Hmily", + "title": "ComfyUI-FitDiTx", + "id": "ComfyUI-FitDiTx", + "reference": "https://github.com/ihmily/ComfyUI-FitDiTx", + "files": [ + "https://github.com/ihmily/ComfyUI-FitDiTx" + ], + "install_type": "git-clone", + "description": "ComfyUI implementation of 'FitDiTx: Advancing the Authentic Garment Details for High-fidelity Virtual Try-on'" + }, { "author": "k-komarov", "title": "comfyui-bunny-cdn-storage", @@ -17468,6 +17852,16 @@ "install_type": "git-clone", "description": "ComfyUI Qwen2-VL wrapper that supports text-based and single-image queries." }, + { + "author": "alexcong", + "title": "ComfyUI-SwinIR", + "reference": "https://github.com/alexcong/ComfyUI-SwinIR", + "files": [ + "https://github.com/alexcong/ComfyUI-SwinIR" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for SwinIR (Swin Transformer for Image Restoration) supporting image super-resolution and denoising." + }, { "author": "Bin-sam", "title": "DynamicPose-ComfyUI", @@ -17883,6 +18277,26 @@ "install_type": "git-clone", "description": "Custom Loader for scaled_fp8 models with hybrid precision layers." }, + { + "author": "silveroxides", + "title": "ComfyUI-PokeIndex", + "reference": "https://github.com/silveroxides/ComfyUI-PokeIndex", + "files": [ + "https://github.com/silveroxides/ComfyUI-PokeIndex" + ], + "install_type": "git-clone", + "description": "A node for randomly fetching Pokemon Infinite Fusion sprite and prompt snippet and add to your workflow." + }, + { + "author": "silveroxides", + "title": "ComfyUI-LogicMath", + "reference": "https://github.com/silveroxides/ComfyUI-LogicMath", + "files": [ + "https://github.com/silveroxides/ComfyUI-LogicMath" + ], + "install_type": "git-clone", + "description": "Utilities for Math and Logic operations." + }, { "author": "turkyden", "title": "ComfyUI-SmartCrop", @@ -17955,6 +18369,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", @@ -18223,16 +18657,6 @@ "install_type": "git-clone", "description": "These are designed to be custom nodes i found usefulness to that hopefully others can share." }, - { - "author": "thoddnn", - "title": "ComfyUI MLX Nodes", - "reference": "https://github.com/thoddnn/ComfyUI-MLX", - "files": [ - "https://github.com/thoddnn/ComfyUI-MLX" - ], - "install_type": "git-clone", - "description": "Faster workflows for ComfyUI users on Mac with Apple silicon" - }, { "author": "acorderob", "title": "Prompt PostProcessor", @@ -18561,6 +18985,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", @@ -18770,13 +19204,13 @@ }, { "author": "BlackVortexAI", - "title": "BV Nodes", - "reference": "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes", + "title": "BV Node Pack", + "reference": "https://github.com/BlackVortexAI/bv_nodepack", "files": [ - "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes" + "https://github.com/BlackVortexAI/bv_nodepack" ], "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." + "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", @@ -19142,16 +19576,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", @@ -19162,6 +19586,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", @@ -19398,17 +19852,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", @@ -20041,6 +20484,16 @@ "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": "yichengup", + "title": "ComfyUI-gaussian_preview", + "reference": "https://github.com/yichengup/ComfyUI-gaussian_preview", + "files": [ + "https://github.com/yichengup/ComfyUI-gaussian_preview" + ], + "install_type": "git-clone", + "description": "Preview and record 3D Gaussian splatting models with interactive 3D rendering and video export. (Description by CC)" + }, { "author": "Horizon Team", "title": "ComfyUI_FluxMod", @@ -20160,10 +20613,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." @@ -20238,6 +20690,56 @@ "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": "SparknightLLC", + "title": "ComfyUI-MakeSeamlessTexture", + "reference": "https://github.com/SparknightLLC/ComfyUI-MakeSeamlessTexture", + "files": [ + "https://github.com/SparknightLLC/ComfyUI-MakeSeamlessTexture" + ], + "install_type": "git-clone", + "description": "Turn images into seamless textures and build tiled previews. Unique radial mask method available." + }, + { + "author": "SparknightLLC", + "title": "ComfyUI-CrosshairGuidelines", + "reference": "https://github.com/SparknightLLC/ComfyUI-CrosshairGuidelines", + "files": [ + "https://github.com/SparknightLLC/ComfyUI-CrosshairGuidelines" + ], + "install_type": "git-clone", + "description": "Crosshair guidelines to help align nodes and groups while moving or resizing." + }, { "author": "lightricks", "title": "ComfyUI-LTXVideo", @@ -21081,16 +21583,6 @@ "install_type": "git-clone", "description": "This is a subset of nodes for ComfyUI that I made just for my own workflow. The nodes support Flux (single conditioning, no negatives) and are just a way of minimizing the noodles. There's no real journey to be made here, just anything that helps me get through the day." }, - { - "author": "inflamously", - "title": "comfyui-prompt-enhancer", - "reference": "https://github.com/inflamously/comfyui-prompt-enhancer", - "files": [ - "https://github.com/inflamously/comfyui-prompt-enhancer" - ], - "install_type": "git-clone", - "description": "A crazy node that pragmatically just enhances a given prompt with various descriptions in the hope that the image quality just increase and prompting just gets easier." - }, { "author": "111496583yzy", "title": "Jigsaw Puzzle Effect Plugin", @@ -21343,7 +21835,7 @@ ], "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", @@ -21751,6 +22243,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", @@ -21909,6 +22421,36 @@ "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": "SKBv0", + "title": "ComfyUI_BlendPack", + "reference": "https://github.com/SKBv0/ComfyUI_BlendPack", + "files": [ + "https://github.com/SKBv0/ComfyUI_BlendPack" + ], + "install_type": "git-clone", + "description": "Video transition effects for ComfyUI using WebGL rendering with 100+ transition variants across categories like dissolve, wipe, zoom, blur, glitch, and more." + }, { "author": "civen-cn", "title": "ComfyUI Whisper Translator", @@ -22340,6 +22882,16 @@ "install_type": "git-clone", "description": "This is a TeaCache acceleration node for HunYuan Video, supporting the native node workflow for seamless upgrades. Simply choose the acceleration multiplier you want—currently, three levels are available." }, + { + "author": "facok", + "title": "comfyui-meancache-z", + "reference": "https://github.com/facok/comfyui-meancache-z", + "files": [ + "https://github.com/facok/comfyui-meancache-z" + ], + "install_type": "git-clone", + "description": "MeanCache: Training-free inference acceleration for Z-Image Flow Matching models" + }, { "author": "FinetunersAI", "title": "ComfyUI_Finetuners_Suite", @@ -22423,16 +22975,6 @@ "install_type": "git-clone", "description": "NODES: ComfyUI-ImageFx, ComfyUI-Whisk, ComfyUI-Whisk-Prompts" }, - { - "author": "ainewsto", - "title": "Comfyui_Comfly_v2", - "reference": "https://github.com/ainewsto/Comfyui_Comfly_v2", - "files": [ - "https://github.com/ainewsto/Comfyui_Comfly_v2" - ], - "install_type": "git-clone", - "description": "NODES: Comfly_Mj, Comfly_mjstyle, Comfly_upload, Comfly_Mju, Comfly_Mjv, Comfly_kling_text2video, Comfly_kling_image2video, Comfly_video_extend, Comfly_lip_sync, Comfly_kling_videoPreview, Comfly Gemini API, Comfly Doubao SeedEdit, Comfly ChatGPT Api,Comfly Jimeng API, Comfly_gpt_image_1_edit, Comfly_gpt_image_1" - }, { "author": "ainewsto", "title": "Comfyui-chatgpt-api", @@ -22695,14 +23237,14 @@ "description": "Calculates the percentage of a mask area compared to the total image size and outputs a boolean based on a defined threshold." }, { - "author": "r3dial", - "title": "Redial Discomphy - Discord Integration for ComfyUI", - "reference": "https://github.com/r3dial/redial-discomphy", + "author": "a-und-b", + "title": "ComfyUI_AB_Wildcard", + "reference": "https://github.com/a-und-b/ComfyUI_AB_Wildcard", "files": [ - "https://github.com/r3dial/redial-discomphy" + "https://github.com/a-und-b/ComfyUI_AB_Wildcard" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that enables direct posting of images, videos, and messages to Discord channels. This node seamlessly integrates your ComfyUI workflows with Discord communication, allowing you to automatically share your generated content." + "description": "Simple node for advanced wildcard text processing. Supports variables, conditionals, tag aggregation, weighted selection, and deep nesting. Lightweight, fast, zero external dependencies." }, { "author": "r3dsd", @@ -22787,6 +23329,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", @@ -22960,6 +23512,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", @@ -23145,6 +23707,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", @@ -23533,6 +24105,16 @@ "install_type": "git-clone", "description": "Comfy UI node to prompt build for https://huggingface.co/cagliostrolab/animagine-xl-4.0 model" }, + { + "author": "gmorks", + "title": "ComfyUI-WatchPoint", + "reference": "https://github.com/gmorks/ComfyUI-WatchPoint", + "files": [ + "https://github.com/gmorks/ComfyUI-WatchPoint" + ], + "install_type": "git-clone", + "description": "Multi-monitor preview with external window (zoom, pan, save), floating in-browser preview, and prompt monitoring. Features stable threading, customizable positioning, and Signal Scout for real-time prompt tracking." + }, { "author": "jinanlongen", "title": "ComfyUI Prompt Expander Node", @@ -23593,7 +24175,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"] }, @@ -23604,7 +24186,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" }, { @@ -23614,7 +24196,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" }, { @@ -23624,7 +24206,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" }, { @@ -23707,6 +24289,16 @@ "install_type": "git-clone", "description": "ComfyUI-TinyBreaker is a collection of custom nodes specifically designed to generate images using the TinyBreaker model. It's actively developed with ongoing improvements. Although still in progress, these nodes are functional and allow you to explore the potential of the model." }, + { + "author": "martin-rizzo", + "title": "ComfyUI-ZImagePowerNodes", + "reference": "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes", + "files": [ + "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI nodes designed and fine-tuned specifically for the Z-Image model. Pushing the best image generation model to its limits!" + }, { "author": "Arkanun", "title": "ReadCSV_ComfyUI", @@ -24023,6 +24615,16 @@ "install_type": "git-clone", "description": "A unified ComfyUI custom node that integrates all Reve API endpoints (Create, Edit, Remix) into a single, dynamic node with operation-specific inputs and seamless operation switching." }, + { + "author": "lum3on", + "title": "ComfyUI_NativeBlockSwap", + "reference": "https://github.com/lum3on/ComfyUI_NativeBlockSwap", + "files": [ + "https://github.com/lum3on/ComfyUI_NativeBlockSwap" + ], + "install_type": "git-clone", + "description": "Native block swap node for ComfyUI WAN models (2.1 & 2.2), reduces VRAM by swapping up to 40 transformer blocks to CPU." + }, { "author": "austinbrown34", "title": "ComfyUI-IO-Helpers", @@ -24349,6 +24951,16 @@ "install_type": "git-clone", "description": "This repository contains custom nodes for Stability AI API which supports SD3.0 and 3.5." }, + { + "author": "aicuai", + "title": "comfyui-save-image-watermark", + "reference": "https://github.com/aicuai/comfyui-save-image-watermark", + "files": [ + "https://github.com/aicuai/comfyui-save-image-watermark" + ], + "install_type": "git-clone", + "description": "Save images with visible watermarks (logo/text), invisible watermarks (LSB steganography), and metadata embedding. Supports PNG/JPEG/WebP with browser download." + }, { "author": "benda1989", "title": "GKK·CosyVoice", @@ -24491,6 +25103,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", @@ -24796,6 +25418,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", @@ -24836,6 +25468,16 @@ "install_type": "git-clone", "description": "Free trial of Tongyi Wanxiang wan2.1 model, this is a batch implementation of wan2.1 API, providing batch processing for your short video production." }, + { + "author": "penposs", + "title": "Comfyui-banana2", + "reference": "https://github.com/penposs/Comfyui-banana2", + "files": [ + "https://github.com/penposs/Comfyui-banana2" + ], + "install_type": "git-clone", + "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", "title": "ComfyUI-Apt_Preset", @@ -24846,6 +25488,16 @@ "install_type": "git-clone", "description": "ComfyUI Preset Manager, supporting various preset templates and workflow management" }, + { + "author": "cardenluo", + "title": "ComfyUI-Apt_UnitPromptWeight", + "reference": "https://github.com/cardenluo/ComfyUI-Apt_UnitPromptWeight", + "files": [ + "https://github.com/cardenluo/ComfyUI-Apt_UnitPromptWeight" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI node for precise control of prompt weights, supporting multiple processing modes and visual weight allocation. (Description by CC)" + }, { "author": "Holasyb918", "title": "Ghost2_Comfyui", @@ -25077,6 +25729,36 @@ "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": "thezveroboy", + "title": "ComfyUI-LoadRandomText", + "reference": "https://github.com/thezveroboy/ComfyUI-LoadRandomText", + "files": [ + "https://github.com/thezveroboy/ComfyUI-LoadRandomText" + ], + "install_type": "git-clone", + "description": "Load Random Text is a ComfyUI node pack that instantly picks a text file from a folder and outputs its contents straight into your workflow." + }, + { + "author": "thezveroboy", + "title": "ComfyUI-klein4-9multiangle", + "reference": "https://github.com/thezveroboy/ComfyUI-klein4-9multiangle", + "files": [ + "https://github.com/thezveroboy/ComfyUI-klein4-9multiangle" + ], + "install_type": "git-clone", + "description": "Klein4&9 MultiAngle Prompt is a ComfyUI node that lets you quickly set the camera angle and distance to the subject in your prompt without typing long descriptions manually." + }, { "author": "tatookan", "title": "comfyui_ssl_gemini_EXP", @@ -25592,16 +26274,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", @@ -25964,6 +26636,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", @@ -26038,7 +26720,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", @@ -26079,16 +26761,6 @@ "install_type": "git-clone", "description": "GradientBlurNode is a custom node for ComfyUI that allows for gradient-based image blurring. This tool provides precise control over the direction, intensity, and distribution of the blur, making it ideal for creating smooth transitions, focusing attention on specific parts of an image, or adding artistic effects." }, - { - "author": "linksluckytime", - "title": "comfyui_snacknodes", - "reference": "https://github.com/linksluckytime/comfyui_snacknodes", - "files": [ - "https://github.com/linksluckytime/comfyui_snacknodes" - ], - "install_type": "git-clone", - "description": "A comprehensive collection of ComfyUI nodes designed to reduce reliance on multiple third-party node packages." - }, { "author": "uihp", "title": "ComfyUI-String-Chain", @@ -26414,16 +27086,6 @@ "install_type": "git-clone", "description": "A collection of utility nodes for ComfyUI, focusing on batch processing, stitching, and visualization." }, - { - "author": "AngelCookies", - "title": "ComfyUI-Seed-Tracker", - "reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker", - "files": [ - "https://github.com/AngelCookies/ComfyUI-Seed-Tracker" - ], - "install_type": "git-clone", - "description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows" - }, { "author": "TiamaTiramisu", "title": "RisuTools", @@ -26864,6 +27526,26 @@ "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": "BobRandomNumber", + "title": "ComfyUI-Calculator", + "reference": "https://github.com/BobRandomNumber/ComfyUI-Calculator", + "files": [ + "https://github.com/BobRandomNumber/ComfyUI-Calculator" + ], + "install_type": "git-clone", + "description": "Calculator" + }, { "author": "santiagosamuel3455", "title": "ComfyUI-GeminiImageToPrompt", @@ -26906,13 +27588,15 @@ }, { "author": "ArtsticH", - "title": "ComfyUI_EasyKitHT_NodeAlignPro", + "title": "EasyKit-NodeAlign-Pro", + "id": "easykit-node-align", "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": "Node2.0-based professional alignment & real-time node color picker - innovative first support: 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": ["node2.0", "alignment", "color-picker", "node-utility", "ui", "organizer", "frontend"] }, { "author": "matorzhin", @@ -27097,6 +27781,56 @@ "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": "BigStationW", + "title": "ComfyUi-TextEncodeQwenImageEditAdvanced", + "reference": "https://github.com/BigStationW/ComfyUi-TextEncodeQwenImageEditAdvanced", + "files": [ + "https://github.com/BigStationW/ComfyUi-TextEncodeQwenImageEditAdvanced" + ], + "install_type": "git-clone", + "description": "Qwen Image Edit uses a Vision Language Model to analyze input images and automatically enhance prompts with detailed descriptions." + }, + { + "author": "BigStationW", + "title": "ComfyUi-DisplayAllSteps", + "reference": "https://github.com/BigStationW/ComfyUi-DisplayAllSteps", + "files": [ + "https://github.com/BigStationW/ComfyUi-DisplayAllSteps" + ], + "install_type": "git-clone", + "description": "Custom node that displays the intermediate images generated at each denoising step during sampling. (Description by CC)" + }, + { + "author": "BigStationW", + "title": "Comfyui-AD-Image-Concatenation-Advanced", + "reference": "https://github.com/BigStationW/Comfyui-AD-Image-Concatenation-Advanced", + "files": [ + "https://github.com/BigStationW/Comfyui-AD-Image-Concatenation-Advanced" + ], + "install_type": "git-clone", + "description": "Advanced image concatenation node for ComfyUI with flexible grid layouts, padding, and styling options." + }, { "author": "matoo", "title": "Compare Videos", @@ -27314,6 +28048,26 @@ "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": "SanDiegoDude", + "title": "ComfyUI-Soprano-TTS", + "reference": "https://github.com/SanDiegoDude/ComfyUI-Soprano-TTS", + "files": [ + "https://github.com/SanDiegoDude/ComfyUI-Soprano-TTS" + ], + "install_type": "git-clone", + "description": "Ultra-lightweight, high-fidelity text-to-speech for ComfyUI using Soprano TTS." + }, { "author": "tavyra", "title": "ComfyUI_Curves", @@ -27374,6 +28128,16 @@ "install_type": "git-clone", "description": "Running FlashVSR on lower VRAM without any artifacts." }, + { + "author": "lihaoyun6", + "title": "ComfyUI-NoCache", + "reference": "https://github.com/lihaoyun6/ComfyUI-NoCache", + "files": [ + "https://github.com/lihaoyun6/ComfyUI-NoCache" + ], + "install_type": "git-clone", + "description": "Ignore the output cache of specific nodes to save RAM." + }, { "author": "northumber", "title": "ComfyUI-northTools", @@ -27577,6 +28341,16 @@ "install_type": "git-clone", "description": "for use jimeng ai in comfyui" }, + { + "author": "xuhongming251", + "title": "ComfyUI-InfiniteTalk-MultiImage", + "reference": "https://github.com/xuhongming251/ComfyUI-InfiniteTalk-MultiImage", + "files": [ + "https://github.com/xuhongming251/ComfyUI-InfiniteTalk-MultiImage" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for multi-image processing and data manipulation in InfiniteTalk workflows. (Description by CC)" + }, { "author": "Kyron Mahan", "title": "ComfyUI Smart Scaler", @@ -27657,7 +28431,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", @@ -27831,7 +28605,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", @@ -27862,6 +28636,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", @@ -28236,6 +29021,16 @@ "install_type": "git-clone", "description": "This is a quick-and-filthy wrapper of [a/min-dalle](https://github.com/kuprel/min-dalle) for ComfyUI. min-dalle downloads and loads the actual model itself, making for a very simple, but very non-idiomatic, ComfyUI node." }, + { + "author": "Yahweasel", + "title": "ComfyUI-HF-Diffusers", + "reference": "https://github.com/Yahweasel/ComfyUI-HF-Diffusers", + "files": [ + "https://github.com/Yahweasel/ComfyUI-HF-Diffusers" + ], + "install_type": "git-clone", + "description": "A lot of custom nodes for ComfyUI are really just bindings to HuggingFace Diffusers and/or Transformers, but overly constrained to use them in very particular ways." + }, { "author": "AIToldMeTo", "title": "ComfyUI Cache Cleaner Node", @@ -28524,9 +29319,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." @@ -28536,7 +29331,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." @@ -28546,7 +29341,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." @@ -28556,7 +29351,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." @@ -28566,7 +29361,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." @@ -28576,7 +29371,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." @@ -28586,7 +29381,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." @@ -28596,7 +29391,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" @@ -28606,7 +29401,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" @@ -28616,7 +29411,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" @@ -29114,16 +29909,6 @@ "install_type": "git-clone", "description": "Professional 3D face reconstruction for ComfyUI using the Pixel3DMM method" }, - { - "author": "A043-studios", - "title": "ComfyUI Deforum-X-Flux Nodes", - "reference": "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes", - "files": [ - "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes" - ], - "install_type": "git-clone", - "description": "Professional video animation nodes for ComfyUI based on Deforum-X-Flux research" - }, { "author": "A043-studios", "title": "ComfyUI ASDF Pixel Sort Nodes", @@ -29226,16 +30011,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", @@ -29327,6 +30102,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", @@ -29421,17 +30206,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", @@ -29453,6 +30227,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", @@ -29835,7 +30620,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" }, @@ -30223,7 +31008,7 @@ ], "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", @@ -30377,6 +31162,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", @@ -30418,6 +31213,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", @@ -30448,16 +31253,6 @@ "install_type": "git-clone", "description": "ComfyUI-ParamNodes is a lightweight, dependency-free collection of custom nodes for ComfyUI, designed to parameterize your workflows for API-driven generation. It provides a clean set of input nodes to control strings, numbers, booleans, and model/LoRA selections, along with a simple logic switch for conditional execution." }, - { - "author": "chuchu114514", - "title": "comfyui_proportion_solver", - "reference": "https://github.com/chuchu114514/comfyui_proportion_solver", - "files": [ - "https://github.com/chuchu114514/comfyui_proportion_solver" - ], - "install_type": "git-clone", - "description": "This plugin includes two core nodes designed to handle proportion optimization tasks of varying complexity" - }, { "author": "yamanacn", "title": "ComfyUI Kontext Duo Image Analyzer", @@ -30968,6 +31763,17 @@ "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": "brucew4yn3rp", + "title": "Frontend Cleanup Node", + "id": "ComfyUI_FrontEndCleanup", + "reference": "https://github.com/brucew4yn3rp/ComfyUI_FrontEndCleanup", + "files": [ + "https://github.com/brucew4yn3rp/ComfyUI_FrontEndCleanup" + ], + "install_type": "git-clone", + "description": "This node customizes the ComfyUI frontend by relocating the action bar into the top bar and hiding selected UI elements to reduce visual clutter." + }, { "author": "cedarconnor", "title": "ComfyUI LatLong - Equirectangular Image Processing Nodes", @@ -31008,16 +31814,26 @@ "install_type": "git-clone", "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": "cedarconnor", + "title": "ComfyUI-Skeletonretarget", + "reference": "https://github.com/cedarconnor/ComfyUI-Skeletonretarget", + "files": [ + "https://github.com/cedarconnor/ComfyUI-Skeletonretarget" + ], + "install_type": "git-clone", + "description": "A custom node pack for ComfyUI that aligns and retargets skeletal pose data from driving videos to match reference images, enabling consistent motion transfer. (Description by CC)" + }, { "author": "vaishnav-vn", "title": "va1", - "name": "Pad Image by Aspect", + "name": "va1", "reference": "https://github.com/vaishnav-vn/va1", "files": [ "https://github.com/vaishnav-vn/va1" ], "install_type": "git-clone", - "description": "repo has Custon node designed to expand, pad, and mask images to fixed or randomized aspect ratios with precise spatial and scale control — engineered for outpainting, compositional layout, and creative canvas expansion. " + "description": "ComfyUI custom nodes: (1) Pad Image by Aspect for Outpaint — expand, pad, and mask images to fixed or randomized aspect ratios with precise spatial and scale control for outpainting and canvas expansion. (2) Image Mask Comparer — compare masked regions of two images with similarity scoring and automatic retry/re-queue on mismatch." }, { "author": "wawahuy", @@ -31104,7 +31920,7 @@ "tags": [ "LLM", "translation", - "multilingual", + "multilingual", "pose-analysis", "controlnet", "text-generation", @@ -31186,6 +32002,16 @@ "install_type": "git-clone", "description": "ComfyUI Wrapper for [a/Hunyuan3D v2.1](https://github.com/Tencent-Hunyuan/Hunyuan3D-2.1) - From Images to High-Fidelity 3D Assets with Production-Ready PBR Material" }, + { + "author": "visualbruno", + "title": "ComfyUI-Trellis2", + "reference": "https://github.com/visualbruno/ComfyUI-Trellis2", + "files": [ + "https://github.com/visualbruno/ComfyUI-Trellis2" + ], + "install_type": "git-clone", + "description": "ComfyUI Wrapper for TRELLIS.2 - Microsoft's image-to-3D generation model. (Description by CC)" + }, { "author": "AIWarper", "title": "ComfyUI-DAViD", @@ -31561,16 +32387,6 @@ "install_type": "git-clone", "description": "A ComfyUI node that integrates LibLib's text-to-image and image-to-image generation capabilities, with customizable ControlNet and Lora support." }, - { - "author": "chuchu114514", - "title": "comfyui_text_list_stepper", - "reference": "https://github.com/chuchu114514/comfyui_text_list_stepper", - "files": [ - "https://github.com/chuchu114514/comfyui_text_list_stepper" - ], - "install_type": "git-clone", - "description": "Used for batch extraction of prompt words." - }, { "author": "ranska", "title": "Pixel Palette Art", @@ -31804,6 +32620,16 @@ "install_type": "git-clone", "description": "An empty latent size picker with support for Qwen Image, SDXL, and Flux models." }, + { + "author": "rzgarespo", + "title": "ComfyUI-diffusiondb", + "reference": "https://github.com/rzgarespo/ComfyUI-diffusiondb", + "files": [ + "https://github.com/rzgarespo/ComfyUI-diffusiondb" + ], + "install_type": "git-clone", + "description": "This code gives you the quick access to 14 million text-to-image prompts from the DiffusionDB dataset." + }, { "author": "luke-mino-altherr", "title": "ComfyUI-Latent-Reverb", @@ -31844,6 +32670,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", @@ -31924,6 +32760,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 +32811,37 @@ "install_type": "git-clone", "description": "Attempt to create a ComfyUI node for masking AI-generated fingerprints." }, + { + "author": "FearL0rd", + "title": "ComfyUI Any-Device Offload", + "id": "ComfyUI-AnyDeviceOffload", + "reference": "https://github.com/FearL0rd/ComfyUI-AnyDeviceOffload", + "files": [ + "https://github.com/FearL0rd/ComfyUI-AnyDeviceOffload" + ], + "install_type": "git-clone", + "description": "This custom node gives you total control over where your models run and where they live in memory. It solves common Out of Memory (OOM) errors, enables multi-GPU workflows, and fixes persistent crashes when trying to run modern workflows (like Flux/SD3) on CPUs or secondary GPUs." + }, + { + "author": "FearL0rd", + "title": "ComfyUI-ParallelAnything", + "reference": "https://github.com/FearL0rd/ComfyUI-ParallelAnything", + "files": [ + "https://github.com/FearL0rd/ComfyUI-ParallelAnything" + ], + "install_type": "git-clone", + "description": "This suite of nodes unlocks high-performance parallel processing in ComfyUI by utilizing **Model Replication**. Unlike standard offloading which moves a single model instance between devices, these nodes create independent replicas of the model on each selected GPU/CPU, allowing for true simultaneous batch processing." + }, + { + "author": "FearL0rd", + "title": "ComfyUI-ComfyUI-Flash-Attention_v100", + "reference": "https://github.com/FearL0rd/ComfyUI-ComfyUI-Flash-Attention_v100", + "files": [ + "https://github.com/FearL0rd/ComfyUI-ComfyUI-Flash-Attention_v100" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node enabling **Flash Attention 1** on legacy NVIDIA GPUs (Tesla V100, T4) that lack Compute Capability 8.0+ required by FlashAttention-2." + }, { "author": "Alectriciti", "title": "comfyui-adaptiveprompts", @@ -32037,6 +32914,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", @@ -32047,6 +32934,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", @@ -32394,6 +33291,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", @@ -32497,7 +33404,7 @@ "description": "A collection of essential utility nodes for handling image sequences, video, audio, and synchronized data within ComfyUI workflows." }, { - "author": "thimpat", + "author": "KrakenUnbound", "title": "ComfyUI-KrakenTools", "reference": "https://github.com/krakenunbound/ComfyUI-KrakenTools", "files": [ @@ -32506,6 +33413,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", @@ -32859,6 +33777,46 @@ "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": "MushroomFleet", + "title": "ComfyUI-Zero2JSON", + "reference": "https://github.com/MushroomFleet/ComfyUI-Zero2JSON", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-Zero2JSON" + ], + "install_type": "git-clone", + "description": "ZeroPrompt integration for FLUX2-JSON providing deterministic, profile-based procedural text generation for structured prompt building." + }, + { + "author": "MushroomFleet", + "title": "ComfyUI_PromptExtractor_nodes", + "reference": "https://github.com/MushroomFleet/ComfyUI_PromptExtractor_nodes", + "files": [ + "https://github.com/MushroomFleet/ComfyUI_PromptExtractor_nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that extract text prompts from PNG image metadata" + }, + { + "author": "MushroomFleet", + "title": "ComfyUI-DJZ-Offsquare", + "reference": "https://github.com/MushroomFleet/ComfyUI-DJZ-Offsquare", + "files": [ + "https://github.com/MushroomFleet/ComfyUI-DJZ-Offsquare" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that creates optimized image collages from batches of 2-6 images" + }, { "author": "Urabewe", "title": "ComfyUI Video Extend Counter", @@ -32869,6 +33827,16 @@ "install_type": "git-clone", "description": "A simple utility node that counts active Video S2V Extend nodes in your workflow and returns that number plus one. Now you don't have to remember to update the batch number. Just set your extend nodes and go. It was easy to forget so I made this quick and dirty." }, + { + "author": "Urabewe", + "title": "ComfyUI-AudioTools", + "reference": "https://github.com/Urabewe/ComfyUI-AudioTools", + "files": [ + "https://github.com/Urabewe/ComfyUI-AudioTools" + ], + "install_type": "git-clone", + "description": "Audio normalization and enhancement nodes for ComfyUI (LUFS normalization, audio processing utilities)." + }, { "author": "Juste-Leo2", "title": "USO Nodes for ComfyUI", @@ -32889,6 +33857,16 @@ "install_type": "git-clone", "description": "A general comfyui model loading plugin that supports loading unet models quantized in bnb-4bit (nf4 and fp4) format" }, + { + "author": "mengqin", + "title": "Twinflow Node for ComfyUI", + "reference": "https://github.com/mengqin/ComfyUI-TwinFlow", + "files": [ + "https://github.com/mengqin/ComfyUI-TwinFlow" + ], + "install_type": "git-clone", + "description": "This is a set of sampling nodes specifically designed for fine-tuning Twinflow models." + }, { "author": "Artificial-Sweetener", "title": "WhiteRabbit", @@ -32939,6 +33917,16 @@ "install_type": "git-clone", "description": "Generate Audio from any video and or text" }, + { + "author": "aistudynow", + "title": "Comfyui-tetestyle-image-video", + "reference": "https://github.com/aistudynow/Comfyui-tetestyle-image-video", + "files": [ + "https://github.com/aistudynow/Comfyui-tetestyle-image-video" + ], + "install_type": "git-clone", + "description": "TeleStyle custom nodes for ComfyUI video style transfer and official Qwen image style transfer." + }, { "author": "noelkim12", "title": "ComfyUI-ComfyUI-NoelTextUtil", @@ -33121,6 +34109,26 @@ "install_type": "git-clone", "description": "ntage-DreamOmni2 brings Qwen2.5-VL’s multimodal intelligence to ComfyUI, enabling unified text–image understanding for both generation and editing. Create context-aware prompts, perform reference-based visual edits, and build adaptive image grids — all with high consistency, abstraction, and creative control." }, + { + "author": "vantagewithai", + "title": "Vantage-Nodes", + "reference": "https://github.com/vantagewithai/Vantage-Nodes", + "files": [ + "https://github.com/vantagewithai/Vantage-Nodes" + ], + "install_type": "git-clone", + "description": "This release introduces Vantage Nodes, a powerful utility and infrastructure node pack for ComfyUI, designed for advanced workflows, batch processing, and experimental pipelines." + }, + { + "author": "vantagewithai", + "title": "Vantage-Step-Audio-EditX", + "reference": "https://github.com/vantagewithai/Vantage-Step-Audio-EditX", + "files": [ + "https://github.com/vantagewithai/Vantage-Step-Audio-EditX" + ], + "install_type": "git-clone", + "description": "This project is a custom node implementation built on top of Step-Audio-EditX. It adapts and extends EditX capabilities to support multi‑speaker, long‑format, voice cloning, and emotion/style/speed editing, enabling you to feed in a script with multiple speakers, inline pauses, paralinguistic cues, and get a concatenated audio output in one pass." + }, { "author": "SatadalAI", "title": "SATA UtilityNode Node for ComfyUI", @@ -33162,6 +34170,26 @@ "install_type": "git-clone", "description": "This is a custom node for ComfyUI designed to remove JPEG compression artifacts and digital noise from images. It is powered by a lightweight UNetRestorer model that efficiently restores image quality." }, + { + "author": "SnJake", + "title": "SnJake_Baikal_Swin_Anime", + "reference": "https://github.com/SnJake/SnJake_Baikal_Swin_Anime", + "files": [ + "https://github.com/SnJake/SnJake_Baikal_Swin_Anime" + ], + "install_type": "git-clone", + "description": "SnJake Baikal-Swin-Anime x2 is a custom ComfyUI node for upscaling anime/illustration images with a dedicated restoration model." + }, + { + "author": "SnJake", + "title": "SnJake_Sapsan-VFI", + "reference": "https://github.com/SnJake/SnJake_Sapsan-VFI", + "files": [ + "https://github.com/SnJake/SnJake_Sapsan-VFI" + ], + "install_type": "git-clone", + "description": "SnJake Sapsan-VFI is a custom ComfyUI node for x2 video frame interpolation. It inserts one in-between frame for every input pair, doubling the FPS." + }, { "author": "MilleN2ium", "title": "ComfyUI-CutomizableSave", @@ -33194,7 +34222,7 @@ "category": "Image Processing", "tags": [ "image", - "resize", + "resize", "scaling", "aspect-ratio", "lanczos", @@ -33484,6 +34512,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", @@ -33554,16 +34592,6 @@ "install_type": "git-clone", "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": "Tr1dae", - "title": "LoRA Matcher Nodes for ComfyUI", - "reference": "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher", - "files": [ - "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher" - ], - "install_type": "git-clone", - "description": "This custom node provides two different approaches to automatically match text prompts with LoRA models using their descriptions." - }, { "author": "nakagawadev", "title": "comfyui_nakagawa", @@ -33594,6 +34622,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", @@ -33725,16 +34773,6 @@ "install_type": "git-clone", "description": "A custom ComfyUI node for seamless image editing using fal.ai's NanoBanana and Seedream (v4) models. Edit images with AI-powered prompts, supporting multi-image batches, custom resolutions, and easy fal.ai API key integration directly in the node interface. " }, - { - "author": "comrender", - "title": "ComfyUI-gpt5_image_text", - "reference": "https://github.com/comrender/ComfyUI-gpt5_image_text", - "files": [ - "https://github.com/comrender/ComfyUI-gpt5_image_text" - ], - "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." - }, { "author": "comrender", "title": "ComfyUI-Topaz-Upscaler", @@ -33747,23 +34785,13 @@ }, { "author": "comrender", - "title": "ComfyUI-Nano-Banana-Resizer", - "reference": "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer", + "title": "ComfyUI-NanoB-Edit-Gemini", + "reference": "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini", "files": [ - "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer" + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini" ], "install_type": "git-clone", - "description": "A ComfyUI custom node that automatically calculates optimal output dimensions for Google's Nano Banana image editing model, supporting 22 aspect ratio buckets and ensuring pixel-perfect outputs without shifting or cropping." - }, - { - "author": "comrender", - "title": "ComfyUI-edge-match-checker", - "reference": "https://github.com/comrender/ComfyUI-edge-match-checker", - "files": [ - "https://github.com/comrender/ComfyUI-edge-match-checker" - ], - "install_type": "git-clone", - "description": "Node comparing two image masks or images with adjustable overlap threshold (default 95%) for detecting minor shifts and mismatches in proportions, suitable for automated post-processing validation. (Description by CC)" + "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", @@ -33776,7 +34804,7 @@ "description": "Lucy Edit is a video editing model that performs instruction-guided edits on videos using free-text prompts — it supports a variety of edits, such as clothing & accessory changes, character changes, object insertions, and scene replacements while preserving the motion and composition perfectly." }, { - "author": "Sean-Bradley", + "author": "sbcode", "title": "ComfyUI Virtual Webcam", "reference": "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam", "files": [ @@ -33787,7 +34815,7 @@ "tags": ["virtual-camera", "obs", "webcam"] }, { - "author": "Sean-Bradley", + "author": "sbcode", "title": "ComfyUI Image Compare", "reference": "https://github.com/Sean-Bradley/ComfyUI-Image-Compare", "files": [ @@ -33798,7 +34826,7 @@ "tags": ["image-compare", "imagecompare"] }, { - "author": "Sean-Bradley", + "author": "sbcode", "title": "ComfyUI Video Reverse", "reference": "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse", "files": [ @@ -33809,7 +34837,7 @@ "tags": ["video-reverse", "image-batch-reverse"] }, { - "author": "Sean-Bradley", + "author": "sbcode", "title": "ComfyUI Voice Clone", "reference": "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone", "files": [ @@ -33828,6 +34856,26 @@ "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": "sbcode", + "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": "sbcode", + "title": "ComfyUI-Sonic", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Sonic", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Sonic" + ], + "install_type": "git-clone", + "description": "Custom node that takes an audio mp3 and an image, and creates a lip synced video from them." + }, { "author": "LukeCoulson1", "title": "ComfyUI LoRA Combine Node", @@ -33888,16 +34936,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", @@ -33937,7 +34975,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", @@ -34009,6 +35047,16 @@ "install_type": "git-clone", "description": "Strict Sage 3 (Blackwell) attention for ComfyUI official flows." }, + { + "author": "wallen0322", + "title": "ComfyUI-qwenmultianglelight", + "reference": "https://github.com/wallen0322/ComfyUI-qwenmultianglelight", + "files": [ + "https://github.com/wallen0322/ComfyUI-qwenmultianglelight" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for 3D lighting angle control, outputs lighting prompts for relighting image generation" + }, { "author": "ChaosHL", "title": "Marvelous-Box-Comfyui", @@ -34307,7 +35355,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" @@ -34315,6 +35363,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", @@ -34526,6 +35584,26 @@ "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", @@ -34776,6 +35854,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", @@ -34968,6 +36056,76 @@ "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": "PozzettiAndrea", + "title": "ComfyUI-MIDI3D", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-MIDI3D", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-MIDI3D" + ], + "install_type": "git-clone", + "description": "THIS NODE IS WIP. ComfyUI wrapper for MIDI-3D: Multi-Instance Diffusion for single image to compositional 3D scene generation." + }, + { + "author": "PozzettiAndrea", + "title": "ComfyUI-CameraPack", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-CameraPack", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-CameraPack" + ], + "install_type": "git-clone", + "description": "Camera utilities for ComfyUI. Convert between camera formats (DA3 extrinsics/intrinsics to Load3DCamera for Preview3D)." + }, { "author": "rookiestar28", "title": "Danbooru Tags Upsampler for ComfyUI", @@ -34988,7 +36146,27 @@ "https://github.com/rookiestar28/ComfyUI_Text_Processor" ], "install_type": "git-clone", - "description": "An advanced text processing node for ComfyUI." + "description": "The ultimate text processing suite for ComfyUI. Now features Batch Cleaning, LLM Parsing, Dynamic Wildcards, Image and Logic Tools for sophisticated automation." + }, + { + "author": "rookiestar28", + "title": "ComfyUI-Doctor", + "reference": "https://github.com/rookiestar28/ComfyUI-Doctor", + "files": [ + "https://github.com/rookiestar28/ComfyUI-Doctor" + ], + "install_type": "git-clone", + "description": "A continuous, real-time runtime diagnostics suite for ComfyUI. Automatic error interception, intelligent fix suggestions, and deep data flow inspection." + }, + { + "author": "rookiestar28", + "title": "ComfyUI-TranslateGemma", + "reference": "https://github.com/rookiestar28/ComfyUI-TranslateGemma", + "files": [ + "https://github.com/rookiestar28/ComfyUI-TranslateGemma" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models." }, { "author": "MoonMoon82", @@ -35165,6 +36343,37 @@ "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": "EricRollei", + "title": "Refocus - Generative Refocusing", + "reference": "https://github.com/EricRollei/comfyui-refocus", + "files": [ + "https://github.com/EricRollei/comfyui-refocus" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Genfocus generative refocusing. Features DeblurNet (restore all-in-focus images), BokehNet (create realistic depth-of-field/bokeh effects), DepthPro depth estimation, and defocus map utilities. Uses FLUX.1-dev with specialized LoRA adapters." + }, { "author": "nomadoor", "title": "ComfyUI Temporal Mask Tools", @@ -35326,6 +36535,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", @@ -35396,16 +36615,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", @@ -35470,12 +36679,13 @@ { "author": "IXIWORKS-KIMJUNGHO", "title": "ComfyUI-VideoDescription", + "id": "comfyui-videodescription", "reference": "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription", "files": [ "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription" ], "install_type": "git-clone", - "description": "Video description custom nodes for ComfyUI powered by advanced vision-language models." + "description": "Video description nodes using Qwen3-VL and NVIDIA DAM models, plus StoryBoard JSON prompt generation nodes for structured scene and character prompts." }, { "author": "pacchikAI", @@ -35517,16 +36727,6 @@ "install_type": "git-clone", "description": "A powerful ComfyUI custom node collection for keyframe-based video generation and batch image processing. This extension provides advanced tools for creating smooth video sequences from keyframes with intelligent conditioning and latent space interpolation." }, - { - "author": "balu112121", - "title": "ComfyUI URL Image Loader", - "reference": "https://github.com/balu112121/comfyui-LoadImageFromURL", - "files": [ - "https://github.com/balu112121/comfyui-LoadImageFromURL" - ], - "install_type": "git-clone", - "description": "A custom ComfyUI node for loading images directly from URLs for AI image generation workflows." - }, { "author": "QuietNoise", "title": "ComfyUI Queue Manager", @@ -35587,16 +36787,6 @@ "install_type": "git-clone", "description": "Multi-frame reference conditioning nodes for Wan2.2 A14B I2V models." }, - { - "author": "wallen0322", - "title": "ComfyUI-TTM-WAN22", - "reference": "https://github.com/wallen0322/ComfyUI-TTM-WAN22", - "files": [ - "https://github.com/wallen0322/ComfyUI-TTM-WAN22" - ], - "install_type": "git-clone", - "description": "TTM (Time-to-Move) node for ComfyUI enabling motion-controlled video generation with Wan2.2 models using dual-clock denoising for independent background and object animation control." - }, { "author": "wallen0322", "title": "ComfyUI-AE-Animation", @@ -35617,16 +36807,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", @@ -35675,6 +36855,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", @@ -35696,6 +36886,16 @@ "install_type": "git-clone", "description": "Flexible resolution and latent generation for ComfyUI with toggle-based dimension inputs and automatic calculation of missing values" }, + { + "author": "DazzleNodes", + "title": "ComfyUI-DazzleSwitch", + "reference": "https://github.com/DazzleNodes/ComfyUI-DazzleSwitch", + "files": [ + "https://github.com/DazzleNodes/ComfyUI-DazzleSwitch" + ], + "install_type": "git-clone", + "description": "Smart switch node for ComfyUI with dropdown-based input selection and INT override for cascading workflows. Route any data type through a named dropdown instead of moving noodles." + }, { "author": "yannickcruz", "title": "ComfyUI YSC HighRes-Fix", @@ -35746,6 +36946,16 @@ "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)", @@ -35936,6 +37146,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", @@ -36056,6 +37286,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", @@ -36088,16 +37338,6 @@ "description": "Adds hotkeys (F8 / Ctrl+K) and a toolbar button to cycle node link styles (Spline / Linear / Straight).", "tags": ["ui", "hotkey", "canvas"] }, - { - "author": "fllywaay", - "title": "Comfyui-TextLine-counter", - "reference": "https://github.com/zpengcom/Comfyui-TextLine-counter", - "files": [ - "https://github.com/zpengcom/Comfyui-TextLine-counter" - ], - "install_type": "git-clone", - "description": "A simple multi-line text processing tool, such as line count statistics, ignoring blank lines, etc." - }, { "author": "adambarbato", "title": "Sa2VA Segmentation", @@ -36207,6 +37447,18 @@ "description": "Advanced nodes for interaction with Olama (text, vision, image editing), with dynamic management of prompts via CSV.", "tags": ["prompt", "csv", "text", "random"] }, + { + "author": "bulldog68", + "title": "ComfyUI_FMJ_SaveImageVersions", + "description": "Image saving with complete metadata (prompts, seed, software versions) + smart loading.", + "reference": "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions", + "files": [ + "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions" + ], + "install_type": "git-clone", + "tags": ["save image", "metadonne"], + "license": "GNU V3" + }, { "author": "Usonaki", "title": "ComfyUI-DyPE-Nunchaku", @@ -36247,6 +37499,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", @@ -36288,11 +37550,11 @@ "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" @@ -36307,6 +37569,16 @@ "install_type": "git-clone", "description": "This is a custom node to add timestep for FreeU V2." }, + { + "author": "Shiba-2-shiba", + "title": "ComfyUI-HSWQ-Quantizer", + "reference": "https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer", + "files": [ + "https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer" + ], + "install_type": "git-clone", + "description": "Unofficial ComfyUI reference implementation of Hybrid Sensitivity Weighted Quantization (HSWQ) for model optimization." + }, { "author": "Tr1dae", "title": "ComfyUI-EasyFilePaths", @@ -36438,6 +37710,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", @@ -36511,6 +37793,136 @@ "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": "princepainter", + "title": "ComfyUI-PainterImageFromBatch", + "reference": "https://github.com/princepainter/ComfyUI-PainterImageFromBatch", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterImageFromBatch" + ], + "install_type": "git-clone", + "description": "PainterImageFromBatch is an enhanced ComfyUI custom node for extracting contiguous frames from image batches." + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterImageLoad", + "reference": "https://github.com/princepainter/ComfyUI-PainterImageLoad", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterImageLoad" + ], + "install_type": "git-clone", + "description": "ComfyUI node for saving, previewing, and passing images downstream while supporting mask editing and intermediate node execution. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterI2Vadvanced", + "reference": "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced" + ], + "install_type": "git-clone", + "description": "Enhanced Wan2.2 image-to-video node with dual sampler workflow, dynamic enhancement, and intelligent color drift correction for video generation. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterVideoInfo", + "reference": "https://github.com/princepainter/ComfyUI-PainterVideoInfo", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterVideoInfo" + ], + "install_type": "git-clone", + "description": "Lightweight video information extraction node for ComfyUI that extracts video metadata including frame rate, frame count, width, and height. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterQwenImageEdit", + "reference": "https://github.com/princepainter/ComfyUI-PainterQwenImageEdit", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterQwenImageEdit" + ], + "install_type": "git-clone", + "description": "Qwen multi-image editing enhancement node supporting 8-image input, dual conditional output, and background layer priority for coordinated image composition workflows. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterLTXV2", + "reference": "https://github.com/princepainter/ComfyUI-PainterLTXV2", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterLTXV2" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes providing LTXV audio-video separation sampling and latent preparation capabilities for professional video generation workflows." + }, + { + "author": "princepainter", + "title": "Comfyui-PainterFluxImageEdit", + "reference": "https://github.com/princepainter/Comfyui-PainterFluxImageEdit", + "files": [ + "https://github.com/princepainter/Comfyui-PainterFluxImageEdit" + ], + "install_type": "git-clone", + "description": "A Flux2 text-to-image and image-to-image editing node supporting dual modes, multi-image editing, intelligent masking, and flexible resolution settings. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterAI2V", + "reference": "https://github.com/princepainter/ComfyUI-PainterAI2V", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterAI2V" + ], + "install_type": "git-clone", + "description": "InfiniteTalk lip-sync node optimized for Wan2.2 dual-model workflow with first/last frame precision control and FPS synchronization. (Description by CC)" + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterFrameCount", + "reference": "https://github.com/princepainter/ComfyUI-PainterFrameCount", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterFrameCount" + ], + "install_type": "git-clone", + "description": "Aligns any input frame number to the nearest 4N+1 format, ensuring compatibility with video generation models that require specific frame count constraints." + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterVideoUpscale", + "reference": "https://github.com/princepainter/ComfyUI-PainterVideoUpscale", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterVideoUpscale" + ], + "install_type": "git-clone", + "description": "Automatically scales your input video to specified dimensions and encodes it into latent space for sampling." + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterMultiF2V", + "reference": "https://github.com/princepainter/ComfyUI-PainterMultiF2V", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterMultiF2V" + ], + "install_type": "git-clone", + "description": "A long-form video generation suite that chains keyframe images into coherent videos with automatic segment transitions and cross-dissolves. (Description by CC)" + }, { "author": "rafacost", "title": "rafacostComfy", @@ -36624,16 +38036,6 @@ "install_type": "git-clone", "description": "Color match nodes for ComfyUI that color-match target images against reference images with manual or auto-ramped blending, ideal for smooth color transitions between video clips." }, - { - "author": "Wladimir Palant", - "title": "image-resize-comfyui", - "reference": "https://github.com/ussoewwin/image_resize_comfyui", - "files": [ - "https://github.com/ussoewwin/image_resize_comfyui" - ], - "install_type": "git-clone", - "description": "Advanced image resizing node for ComfyUI with aspect ratio preservation and mask support" - }, { "author": "jianghong-zhu", "title": "ComfyUI-AdvancedCameraPrompts", @@ -36806,14 +38208,14 @@ "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", + "author": "hum-ma", + "title": "ComfyUI-GPUCLIP", + "reference": "https://github.com/hum-ma/ComfyUI-GPUCLIP", "files": [ - "https://github.com/tristanvdb/ComfyUI-toolset" + "https://github.com/hum-ma/ComfyUI-GPUCLIP" ], "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." + "description": "Make CLIPs / text encoders load on GPU device" }, { "author": "Devin Garner", @@ -36885,6 +38287,16 @@ "install_type": "git-clone", "description": "Custom utility nodes for ComfyUI by huyl2 (sort list v2, etc.)" }, + { + "author": "huyl3-cpu", + "title": "ComfyUI-PyTorch210Patcher", + "reference": "https://github.com/huyl3-cpu/ComfyUI-PyTorch210Patcher", + "files": [ + "https://github.com/huyl3-cpu/ComfyUI-PyTorch210Patcher" + ], + "install_type": "git-clone", + "description": "Auto-fixes WanVideoModel for PyTorch 2.10.0+ compatibility by automatically patching the model class to work with both PyTorch 2.9.0 and 2.10.0+." + }, { "author": "7BEII", "title": "comfyui-PD_comfy-api-node", @@ -36894,7 +38306,7 @@ ], "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", @@ -37032,26 +38444,48 @@ }, { "author": "akawana", - "title": "Keybinding Extra", - "reference": "https://github.com/akawana/ComfyUI-Keybinding-extra", + "title": "AK XZ Axis (XY for any KSampler)", + "reference": "https://github.com/akawana/ComfyUI-AK-XZ-Axis", "files": [ - "https://github.com/akawana/ComfyUI-Keybinding-extra" + "https://github.com/akawana/ComfyUI-AK-XZ-Axis" ], "install_type": "git-clone", - "description": "Adds shortcuts for commenting and deleting lines of text, with a configurable comment symbol. Includes a node that cleans comments from text and splits content using tags for Regional Prompting.", - "tags": ["frontend", "shortcut", "utility"] + "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": "Utils Extra", - "reference": "https://github.com/akawana/ComfyUI-Utils-extra", + "title": "Folded prompts", + "reference": "https://github.com/akawana/ComfyUI-Folded-Prompts", "files": [ - "https://github.com/akawana/ComfyUI-Utils-extra" + "https://github.com/akawana/ComfyUI-Folded-Prompts" ], "install_type": "git-clone", - "description": "Utility tools. Index Multiple is used for expanding multiple values from a list, IsOneOfGroupsActive to identify groups state, RepeatGroupState group enable/disable like rg but without connection etc.", - "tags": ["utility", "list", "batch"] - }, + "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": "UI extensions: Control Multiple Samplers, Project Settings. Nodes: AK Base, AK Index Multiple, IsOneOfGroupsActive, RepeatGroupState group enable/disable like rg but without connection, Pipe, Getter, Setter.", + "tags": ["utility", "list", "batch", "get", "set", "pipe", "project", "sampler"] + }, + { + "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", @@ -37072,16 +38506,6 @@ "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", @@ -37111,7 +38535,7 @@ ], "install_type": "git-clone", "description": "Provides custom nodes with a cooldown feature for ComfyUI. (Description by CC)" - }, + }, { "author": "NeoDroleDeGueule", "title": "NDDG_Great_Nodes", @@ -37293,30 +38717,4700 @@ "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": "ah-kun", + "title": "ComfyUI-OTP-Auth", + "reference": "https://github.com/ah-kun/ComfyUI-OTP-Auth", + "files": [ + "https://github.com/ah-kun/ComfyUI-OTP-Auth" + ], + "install_type": "git-clone", + "description": "Adds simple One-Time Password (OTP) authentication using Google Authenticator to protect publicly accessible ComfyUI instances." + }, + { + "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": "Koko-boya", + "title": "Comfyui-GeminiWeb", + "reference": "https://github.com/Koko-boya/Comfyui-GeminiWeb", + "files": [ + "https://github.com/Koko-boya/Comfyui-GeminiWeb" + ], + "install_type": "git-clone", + "description": "ComfyUI node for Gemini Web API - text-to-image, image-to-image, and chat with multi-image input support" + }, + { + "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 and Block Edit and Save LoRAs directly inside ComfyUI. Supports SDXL (via sd-scripts), FLUX, Z-Image Turbo, and Wan 2.2 (via Musubi Tuner and AI-Toolkit)." + }, + { + "author": "shootthesound", + "title": "comfyUI-LongLook", + "reference": "https://github.com/shootthesound/comfyUI-LongLook", + "files": [ + "https://github.com/shootthesound/comfyUI-LongLook" + ], + "install_type": "git-clone", + "description": "FreeLong spectral blending for consistent motion and prompt adherence in Wan 2.2 video generation with chunked generation support." + }, + { + "author": "shootthesound", + "title": "comfyui-wan-i2v-control", + "reference": "https://github.com/shootthesound/comfyui-wan-i2v-control", + "files": [ + "https://github.com/shootthesound/comfyui-wan-i2v-control" + ], + "install_type": "git-clone", + "description": "A user-friendly way to selectively transform parts of your starting image in WAN Image-to-Video generation with advanced masking and person detection." + }, + { + "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": "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": "ckinpdx", + "title": "ComfyUI-LoadAudioandSplit", + "reference": "https://github.com/ckinpdx/ComfyUI-LoadAudioandSplit", + "files": [ + "https://github.com/ckinpdx/ComfyUI-LoadAudioandSplit" + ], + "install_type": "git-clone", + "description": "Splits audio into frame-synced chunks for video generation workflows with support for overlapping segments for seamless transitions." + }, + { + "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": "g7b2", + "title": "ComfyUI-MultiCheckpoint-Tester", + "reference": "https://github.com/g7b2/ComfyUI-MultiCheckpoint-Tester", + "files": [ + "https://github.com/g7b2/ComfyUI-MultiCheckpoint-Tester" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for model comparison testing supporting 1-5 checkpoint models with automatic VRAM management and comparison image generation. (Description by CC)" + }, + { + "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": "sebagallo", + "title": "comfyui-sg-openai-client", + "reference": "https://github.com/sebagallo/comfyui-sg-openai-client", + "files": [ + "https://github.com/sebagallo/comfyui-sg-openai-client" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for OpenAI API integration (local supported) with chat completion and image support." + }, + { + "author": "sebagallo", + "title": "comfyui-sg-text-encode-reference-images", + "reference": "https://github.com/sebagallo/comfyui-sg-text-encode-reference-images", + "files": [ + "https://github.com/sebagallo/comfyui-sg-text-encode-reference-images" + ], + "install_type": "git-clone", + "description": "Advanced Text Encode node for ComfyUI with dynamic multi-image reference support." + }, + { + "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": "logicalor", + "title": "comfyui_path_sanitizer", + "reference": "https://github.com/logicalor/comfyui_path_sanitizer", + "files": [ + "https://github.com/logicalor/comfyui_path_sanitizer" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that sanitizes strings for use as filesystem paths" + }, + { + "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": "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": "pixelpainter", + "title": "UI-Decorators [SubGraph]", + "reference": "https://github.com/pixelpainter/UI-Decorators", + "files": [ + "https://github.com/pixelpainter/UI-Decorators" + ], + "install_type": "git-clone", + "description": "UI Decorators is a set of 4 nodes to enhance frontside SubGraph usability and organization. A Note, a Divider, an editable Spacer, and a Title node. Includes color pickers for fonts, font sizing, bold/non-bold text, and background color picker for the note" + }, + { + "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": "RyukoMatoiFan", + "title": "ComfyUI-STARFlow", + "reference": "https://github.com/RyukoMatoiFan/ComfyUI-STARFlow", + "files": [ + "https://github.com/RyukoMatoiFan/ComfyUI-STARFlow" + ], + "install_type": "git-clone", + "description": "Custom nodes for STARFlow text-to-image generation in ComfyUI, including checkpoint loader, text encoder, sampler, and VAE decoder." + }, + { + "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": "vjumpkung", + "title": "ComfyUI-Musubi-Tuner-LoRA-Loader", + "reference": "https://github.com/vjumpkung/ComfyUI-Musubi-Tuner-LoRA-Loader", + "files": [ + "https://github.com/vjumpkung/ComfyUI-Musubi-Tuner-LoRA-Loader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that enables direct loading of musubi-tuner based LoRAs (Z-Image Turbo, Hunyuan Video 1.5) with automatic in-memory conversion and caching." + }, + { + "author": "vjumpkung", + "title": "comfyui-infinitetalk-native-sampler", + "reference": "https://github.com/vjumpkung/comfyui-infinitetalk-native-sampler", + "files": [ + "https://github.com/vjumpkung/comfyui-infinitetalk-native-sampler" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node package for generating lip-sync videos from audio using WAN 2.1 models with automatic frame extension for long audio." + }, + { + "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)" + }, + { + "author": "CornmeisterNL", + "title": "CornmeisterNL PowerPack", + "id": "cornmeisternl-powerpack", + "reference": "https://github.com/Cornmeister/ComfyUI-CornmeisterNL-PowerPack", + "files": [ + "https://github.com/Cornmeister/ComfyUI-CornmeisterNL-PowerPack" + ], + "install_type": "git-clone", + "description": "A power-user focused collection of ComfyUI nodes: LoRA management, prompt building, resolution presets, metadata-safe image saving (CivitAI-ready), and UNet model loading." + }, + { + "author": "LuqP2", + "title": "Image MetaHub Save Node", + "reference": "https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save", + "files": [ + "https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save" + ], + "install_type": "git-clone", + "description": "Official companion node for Image MetaHub. Saves A1111/Civitai-compatible parameters plus extended Image MetaHub metadata (workflow JSON, SHA256 model hashes, VRAM peak/total, GPU device, generation time, and steps/sec) for reproducibility and benchmarking." + }, + { + "author": "room3dev", + "title": "ComfyUI-FrameIO", + "id": "comfyui-frameio", + "reference": "https://github.com/room3dev/ComfyUI-FrameIO", + "files": [ + "https://github.com/room3dev/ComfyUI-FrameIO" + ], + "install_type": "git-clone", + "description": "High-performance frame IO nodes (WEBP)" + }, + { + "author": "room3dev", + "title": "ComfyUI-PixelForge", + "id": "comfyui-pixelforge", + "reference": "https://github.com/room3dev/ComfyUI-PixelForge", + "files": [ + "https://github.com/room3dev/ComfyUI-PixelForge" + ], + "install_type": "git-clone", + "description": "Dynamic resolution selector and advanced resize nodes with real-time feedback." + }, + { + "author": "room3dev", + "title": "ComfyUI-I2VChainHelper", + "id": "comfyui-i2vchainhelper", + "reference": "https://github.com/room3dev/ComfyUI-I2VChainHelper", + "files": [ + "https://github.com/room3dev/ComfyUI-I2VChainHelper" + ], + "install_type": "git-clone", + "description": "Helps filter and trim image batches for I2V chaining by ensuring consistent face identity and eye openness." + }, + { + "author": "chrishill197724-gif", + "title": "ComfyUI-Wan22-GGUF-Storyboard", + "reference": "https://github.com/chrishill197724-gif/ComfyUI-Wan22-GGUF-Storyboard", + "files": [ + "https://github.com/chrishill197724-gif/ComfyUI-Wan22-GGUF-Storyboard" + ], + "install_type": "git-clone", + "description": "An optimized storyboard-based latent generator for Wan 2.2 with low VRAM optimization and storyboard logic for controlled video composition." + }, + { + "author": "mrm987", + "title": "ComfyUI-Multi-Prompt-Generator", + "reference": "https://github.com/mrm987/ComfyUI_Multi_Prompt_Generator", + "files": [ + "https://github.com/mrm987/ComfyUI_Multi_Prompt_Generator" + ], + "install_type": "git-clone", + "description": "Generate multiple images from prompt list with upscaling, LUT, and real-time preview" + }, + { + "author": "gushob21", + "title": "comfyui-google-genmedia-custom-nodes", + "id": "Google", + "reference": "https://github.com/GoogleCloudPlatform/comfyui-google-genmedia-custom-nodes", + "files": [ + "https://github.com/GoogleCloudPlatform/comfyui-google-genmedia-custom-nodes" + ], + "install_type": "git-clone", + "description": "A suite of experimental custom nodes that allows access to Google's 1P models like Veo, Imagen, Nano Banana, Gemini, Virtual-try-on, Lyria" + }, + { + "author": "tj5miniop", + "title": "VRAM_Fix_Comfy", + "reference": "https://github.com/tj5miniop/VRAM_Fix_Comfy", + "files": [ + "https://github.com/tj5miniop/VRAM_Fix_Comfy" + ], + "install_type": "git-clone", + "description": "Potential manual fix as a custom node for ComfyUI for users seeing memory bug issues" + }, + { + "author": "JuanBerta", + "title": "comfyui_ollama_vl_prompt", + "reference": "https://github.com/JuanBerta/comfyui_ollama_vl_prompt", + "files": [ + "https://github.com/JuanBerta/comfyui_ollama_vl_prompt" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that uses Ollama vision-language models to generate or refine prompts from multiple input images and text." + }, + { + "author": "pentarab", + "title": "ComfyUI-For-ChatterBox", + "reference": "https://github.com/pentarab/ComfyUI-For-ChatterBox", + "files": [ + "https://github.com/pentarab/ComfyUI-For-ChatterBox" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Chatterbox TTS with multilingual support (23 languages)" + }, + { + "author": "mikemojen", + "title": "ComfyUI-HappNodeSet", + "reference": "https://github.com/mikemojen/ComfyUI-HappNodeSet", + "files": [ + "https://github.com/mikemojen/ComfyUI-HappNodeSet" + ], + "install_type": "git-clone", + "description": "NODES: AutoCrop, ColorQuantizer, ExtractBlack, ExtractBlackAdvanced, RasterToUniformSVG, ... (10 total)" + }, + { + "author": "Akkisdiary", + "title": "ComfyUI-AnyLLM", + "reference": "https://github.com/Akkisdiary/ComfyUI-AnyLLM", + "files": [ + "https://github.com/Akkisdiary/ComfyUI-AnyLLM" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node pack for calling LLM providers." + }, + { + "author": "polymath-wtf", + "title": "ComfyUI-Polymath-Vibenodes", + "reference": "https://github.com/polymath-wtf/ComfyUI-Polymath-Vibenodes", + "files": [ + "https://github.com/polymath-wtf/ComfyUI-Polymath-Vibenodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for auto-generating JSON prompts with dynamic placeholder templating syntax." + }, + { + "author": "baijunty", + "title": "comfyui_image_embeddings", + "reference": "https://github.com/baijunty/comfyui_image_embeddings", + "files": [ + "https://github.com/baijunty/comfyui_image_embeddings" + ], + "install_type": "git-clone", + "description": "use comfyui to image embeddings" + }, + { + "author": "anveshane", + "title": "Comfyui_StoryMem", + "reference": "https://github.com/anveshane/Comfyui_StoryMem", + "files": [ + "https://github.com/anveshane/Comfyui_StoryMem" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for StoryMem - Multi-shot long video storytelling with memory-conditioned video diffusion models." + }, + { + "author": "K3NK3", + "title": "ComfyUI-K3NKImageGrab", + "reference": "https://github.com/K3NK3/ComfyUI-K3NKImageGrab", + "files": [ + "https://github.com/K3NK3/ComfyUI-K3NKImageGrab" + ], + "install_type": "git-clone", + "description": "Standalone ComfyUI node to grab the last N frames from a directory as a single batch with optional frame stride, designed for video continuation workflows and temporal consistency improvement." + }, + { + "author": "ytoaa", + "title": "ComfyUI-LLM-Client", + "reference": "https://github.com/ytoaa/ComfyUI-LLM-Client", + "files": [ + "https://github.com/ytoaa/ComfyUI-LLM-Client" + ], + "install_type": "git-clone", + "description": "ComfyUI node for LLM client integration. (Description by CC)" + }, + { + "author": "I-ShadowStar", + "title": "L2UC", + "reference": "https://github.com/I-ShadowStar/L2UC", + "files": [ + "https://github.com/I-ShadowStar/L2UC" + ], + "install_type": "git-clone", + "description": "A conditioning node for ablated versions of Lumina2" + }, + { + "author": "XuanYu-github", + "title": "ComfyUI PlyPreview", + "id": "comfyui-plypreview", + "reference": "https://github.com/XuanYu-github/comfyui-PlyPreview", + "files": [ + "https://github.com/XuanYu-github/comfyui-PlyPreview" + ], + "install_type": "git-clone", + "description": "Gaussian Splat PLY loader + preview nodes (Load/Path/Process/Preview) with bundled gsplat viewer" + }, + { + "author": "maxious", + "title": "comfyui-dap", + "reference": "https://github.com/maxious/comfyui-dap", + "files": [ + "https://github.com/maxious/comfyui-dap" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension for the Insta360 DAP (Depth Any Panorama) model providing high-quality depth estimation optimized for panoramic (equirectangular) images." + }, + { + "author": "LaVie024", + "title": "comfyui-lopi999-llm", + "reference": "https://github.com/LaVie024/comfyui-lopi999-llm", + "files": [ + "https://github.com/LaVie024/comfyui-lopi999-llm" + ], + "install_type": "git-clone", + "description": "LLM nodes for ComfyUI including a Canary-Qwen-2.5B audio transcription node. (Description by CC)" + }, + { + "author": "elgalardi", + "title": "comfyui-clip-prompt-splitter", + "reference": "https://github.com/elgalardi/comfyui-clip-prompt-splitter", + "files": [ + "https://github.com/elgalardi/comfyui-clip-prompt-splitter" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI that splits a multiline prompt into 5 independent CLIP conditionings." + }, + { + "author": "elgalardi", + "title": "comfyui-prompt-splitter", + "reference": "https://github.com/elgalardi/comfyui-prompt-splitter", + "files": [ + "https://github.com/elgalardi/comfyui-prompt-splitter" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI that split multiline text prompts into multiple independent STRING outputs, with each line becoming its own text output ready to connect to CLIP Text Encode." + }, + { + "author": "NexusEast", + "title": "ComfyUI_ContactSheet_Auto", + "reference": "https://github.com/NexusEast/ComfyUI_ContactSheet_Auto", + "files": [ + "https://github.com/NexusEast/ComfyUI_ContactSheet_Auto" + ], + "install_type": "git-clone", + "description": "A lightweight ComfyUI extension designed to automate the creation of video contact sheets (preview grids)." + }, + { + "author": "NewBieAI-Lab", + "title": "ComfyUI-MltoXml", + "reference": "https://github.com/NewBieAI-Lab/ComfyUI-MltoXml", + "files": [ + "https://github.com/NewBieAI-Lab/ComfyUI-MltoXml" + ], + "install_type": "git-clone", + "description": "Simple node to convert ML or XML format data. (Description by CC)" + }, + { + "author": "Hahihula", + "title": "ComfyUI-batching-nodes", + "reference": "https://github.com/Hahihula/ComfyUI-batching-nodes", + "files": [ + "https://github.com/Hahihula/ComfyUI-batching-nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that enable powerful batch processing capabilities for both prompts and images." + }, + { + "author": "ZhiHui6", + "title": "zhihui_nodes_comfyui", + "reference": "https://github.com/ZhiHui6/zhihui_nodes_comfyui", + "files": [ + "https://github.com/ZhiHui6/zhihui_nodes_comfyui" + ], + "install_type": "git-clone", + "description": "ComfyUI node collection: text processing tools, image processing nodes, prompt generators and system prompt loaders, ect." + }, + { + "author": "tori29umai0123", + "title": "ComfyUI-Model_Downloader", + "reference": "https://github.com/tori29umai0123/ComfyUI-Model_Downloader", + "files": [ + "https://github.com/tori29umai0123/ComfyUI-Model_Downloader" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for downloading models directly from HuggingFace and CivitAI with support for individual files, directory downloads, and batch processing via INI files. (Description by CC)" + }, + { + "author": "attome-ai", + "title": "Comfyui_Attome_S3", + "reference": "https://github.com/attome-ai/Comfyui_Attome_S3", + "files": [ + "https://github.com/attome-ai/Comfyui_Attome_S3" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI enabling seamless loading and saving of media files (images, videos, audio, text) directly from/to AWS S3 or S3-compatible storage services." + }, + { + "author": "esp-dev", + "title": "comfyui-videoframenode", + "reference": "https://github.com/esp-dev/comfyui-videoframenode", + "files": [ + "https://github.com/esp-dev/comfyui-videoframenode" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node: load an MP4 and output first/last frame as IMAGE." + }, + { + "author": "esp-dev", + "title": "comfyui-loadheicimage", + "reference": "https://github.com/esp-dev/comfyui-loadheicimage", + "files": [ + "https://github.com/esp-dev/comfyui-loadheicimage" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that loads images (including HEIC/HEIF) and provides browser-friendly previews." + }, + { + "author": "mudknight", + "title": "comfyui-mudknight-utils", + "reference": "https://github.com/mudknight/comfyui-mudknight-utils", + "files": [ + "https://github.com/mudknight/comfyui-mudknight-utils" + ], + "install_type": "git-clone", + "description": "Nodes to clean up your workflow." + }, + { + "author": "Rhovanx", + "title": "Wan Vace Auto Joiner", + "reference": "https://github.com/Rhovanx/wan_vace_auto_joiner", + "files": [ + "https://github.com/Rhovanx/wan_vace_auto_joiner" + ], + "install_type": "git-clone", + "description": "Seamlessly join multiple video clips using WAN VACE with one click." + }, + { + "author": "ZUENS2020", + "title": "ComfyUI Gemini LiteLLM Nodes", + "id": "comfyui-gemini-litellm", + "reference": "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM", + "files": [ + "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM" + ], + "install_type": "git-clone", + "description": "Gemini chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies." + }, + { + "author": "stuttlepress", + "title": "ComfyUI Wan VACE Prep", + "reference": "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep", + "files": [ + "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that generates a VACE control video and mask for a smooth transition between two videos" + }, + { + "author": "Xyc2016", + "title": "Comfyui_Fd_Nodes", + "reference": "https://github.com/Xyc2016/Comfyui_Fd_Nodes", + "files": [ + "https://github.com/Xyc2016/Comfyui_Fd_Nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for fd project" + }, + { + "author": "clayton-grey", + "title": "ComfyUI-EditRouter", + "reference": "https://github.com/clayton-grey/ComfyUI-EditRouter", + "files": [ + "https://github.com/clayton-grey/ComfyUI-EditRouter" + ], + "install_type": "git-clone", + "description": "Custom node to detect an edit in a batch of images." + }, + { + "author": "SamLiu1000", + "title": "ComfyUI_Resolution-and-Ratio", + "reference": "https://github.com/SamLiu1000/ComfyUI_Resolution-and-Ratio", + "files": [ + "https://github.com/SamLiu1000/ComfyUI_Resolution-and-Ratio" + ], + "install_type": "git-clone", + "description": "This is a simple, lightweight ComfyUI resolution and aspect ratio control node that hardly requires any dependency fuss." + }, + { + "author": "SamLiu1000", + "title": "ComfyUI_Rabbit-Camera-Perspective", + "reference": "https://github.com/SamLiu1000/ComfyUI_Rabbit-Camera-Perspective", + "files": [ + "https://github.com/SamLiu1000/ComfyUI_Rabbit-Camera-Perspective" + ], + "install_type": "git-clone", + "description": "An intuitive prompt previewer ComfyUI node for use with Fal's Multi-View LoRA, optimized for portraits with real-time prompt previews." + }, + { + "author": "soulctcher", + "title": "TetriNode", + "reference": "https://github.com/soulctcher/TetriNode", + "files": [ + "https://github.com/soulctcher/TetriNode" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node pack that embeds a playable Tetris game inside a node UI, with image outputs for the live board and next-piece preview." + }, + { + "author": "latentastronaut", + "title": "comfyui-latent-astronaut-suite", + "reference": "https://github.com/latentastronaut/comfyui-latent-astronaut-suite", + "files": [ + "https://github.com/latentastronaut/comfyui-latent-astronaut-suite" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for batch processing, loops, and iteration workflows" + }, + { + "author": "d3cker", + "title": "comfyui_remove_background", + "reference": "https://github.com/d3cker/comfyui_remove_background", + "files": [ + "https://github.com/d3cker/comfyui_remove_background" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for background removal in images. Built with ONNX models and Pillow (PIL)." + }, + { + "author": "Baldwinzc", + "title": "ComfyUI-ProductPromptGenerator", + "reference": "https://github.com/Baldwinzc/ComfyUI-ProductPromptGenerator", + "files": [ + "https://github.com/Baldwinzc/ComfyUI-ProductPromptGenerator" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI designed to generate structured prompts for product display images based on analysis results from Vision Language Models." + }, + { + "author": "kplkasteel", + "title": "ComfyUI-SubstringExtractor", + "reference": "https://github.com/kplkasteel/ComfyUI-SubstringExtractor", + "files": [ + "https://github.com/kplkasteel/ComfyUI-SubstringExtractor" + ], + "install_type": "git-clone", + "description": "Custom node for extracting specific sections from LLM-generated complex prompts, designed for structured text extraction with clean output. (Description by CC)" + }, + { + "author": "cristian1980", + "title": "ComfyUI-Caption-Cleaner", + "reference": "https://github.com/cristian1980/ComfyUI-Caption-Cleaner", + "files": [ + "https://github.com/cristian1980/ComfyUI-Caption-Cleaner" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI designed to automatically clean and format natural language captions (generated by VLMs like Florence-2, CogVLM, or JoyTag) for LoRA training datasets." + }, + { + "author": "TdogCreations", + "title": "ComfyUI-NAID-Grid-Position", + "reference": "https://github.com/TdogCreations/ComfyUI-NAID-Grid-Position", + "files": [ + "https://github.com/TdogCreations/ComfyUI-NAID-Grid-Position" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that outputs X/Y floats (0.1..0.9) using a clickable 5x5 grid UI, with an optional Random toggle that randomizes the grid selection each queue." + }, + { + "author": "tardigrade1001", + "title": "latent-rotate-90", + "reference": "https://github.com/tardigrade1001/latent-rotate-90", + "files": [ + "https://github.com/tardigrade1001/latent-rotate-90" + ], + "install_type": "git-clone", + "description": "A minimal, opinionated ComfyUI custom node that emits portrait (0°) and/or landscape (90°) latent variants in a single run." + }, + { + "author": "zisb", + "title": "comfyui-texture-packer", + "reference": "https://github.com/zisb/comfyui-texture-packer", + "files": [ + "https://github.com/zisb/comfyui-texture-packer" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that converts RGBA-style assets into fully solid RGB textures by bleeding edge colors outward from the alpha mask, designed for foliage, grass, decals, and cutout assets." + }, + { + "author": "a-ru2016", + "title": "ComfyUI_UniversalSubspace", + "reference": "https://github.com/a-ru2016/ComfyUI_UniversalSubspace", + "files": [ + "https://github.com/a-ru2016/ComfyUI_UniversalSubspace" + ], + "install_type": "git-clone", + "description": "Can load universal LoRA models. (Description by CC)" + }, + { + "author": "a-ru2016", + "title": "ComfyUI-Universal-ABM-LoRA", + "reference": "https://github.com/a-ru2016/ComfyUI-Universal-ABM-LoRA", + "files": [ + "https://github.com/a-ru2016/ComfyUI-Universal-ABM-LoRA" + ], + "install_type": "git-clone", + "description": "Loads universal null lalora plus effi abm models. (Description by CC)" + }, + { + "author": "xiujiang1987", + "title": "ComfyUI-SmartSize", + "reference": "https://github.com/xiujiang1987/ComfyUI-SmartSize", + "files": [ + "https://github.com/xiujiang1987/ComfyUI-SmartSize" + ], + "install_type": "git-clone", + "description": "A simple but essential custom node for ComfyUI that automatically detects image dimensions and snaps them to the nearest multiple of 16." + }, + { + "author": "rholdorf", + "title": "comfyui_imgtools", + "reference": "https://github.com/rholdorf/comfyui_imgtools", + "files": [ + "https://github.com/rholdorf/comfyui_imgtools" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for automatically fitting images to standard model dimensions using center cropping, supporting SD, Flux, and Z-Turbo models." + }, + { + "author": "552023587", + "title": "comfyui_character_selector", + "reference": "https://github.com/552023587/comfyui_character_selector", + "files": [ + "https://github.com/552023587/comfyui_character_selector" + ], + "install_type": "git-clone", + "description": "Supports 2D dropdown selector for characters and actions that automatically combines prompt descriptions. (Description by CC)" + }, + { + "author": "jo-nike", + "title": "ComfyUI-SopranoTTS", + "reference": "https://github.com/jo-nike/ComfyUI-SopranoTTS", + "files": [ + "https://github.com/jo-nike/ComfyUI-SopranoTTS" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Soprano TTS, a fast, lightweight text-to-speech model." + }, + { + "author": "nyueki", + "title": "ComfyUI-RemoteCLIPLoader", + "reference": "https://github.com/nyueki/ComfyUI-RemoteCLIPLoader", + "files": [ + "https://github.com/nyueki/ComfyUI-RemoteCLIPLoader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node set to offload CLIP encoding to a remote machine." + }, + { + "author": "GeneralShan", + "title": "comfyui-zimage-sdnq", + "reference": "https://github.com/GeneralShan/comfyui-zimage-sdnq", + "files": [ + "https://github.com/GeneralShan/comfyui-zimage-sdnq" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for running Z-Image Turbo with SDNQ quantization (q8/q4). Supports text-to-image, image-to-image, inpaint, ControlNet, and LoRA." + }, + { + "author": "yohji-yohji", + "title": "comfyui-nanobanana-pro", + "reference": "https://github.com/yohji-yohji/comfyui-nanobanana-pro", + "files": [ + "https://github.com/yohji-yohji/comfyui-nanobanana-pro" + ], + "install_type": "git-clone", + "description": "A ComfyUI plugin supporting Google Gemini 3 Pro model for image generation and text analysis with customizable aspect ratio and image quality. (Description by CC)" + }, + { + "author": "ethanfel", + "title": "Comfyui-JSON-Manager", + "reference": "https://github.com/ethanfel/Comfyui-JSON-Manager", + "files": [ + "https://github.com/ethanfel/Comfyui-JSON-Manager" + ], + "install_type": "git-clone", + "description": "A visual dashboard for managing, versioning, and batch-processing JSON configuration files for AI video generation workflows with Streamlit web interface and ComfyUI custom nodes." + }, + { + "author": "ethanfel", + "title": "ComfyUI-Sharp-Selector", + "reference": "https://github.com/ethanfel/ComfyUI-Sharp-Selector", + "files": [ + "https://github.com/ethanfel/ComfyUI-Sharp-Selector" + ], + "install_type": "git-clone", + "description": "Custom nodes for sharp frame selection and analysis. (Description by CC)" + }, + { + "author": "shin131002", + "title": "RandomLoRALoader", + "reference": "https://github.com/shin131002/RandomLoRALoader", + "files": [ + "https://github.com/shin131002/RandomLoRALoader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for randomly selecting and applying LoRAs from multiple folders with support for trigger words, sample prompts, and strength randomization." + }, + { + "author": "olafchou", + "title": "ComfyUI-ZH-EN-Switcher", + "reference": "https://github.com/olafchou/ComfyUI-ZH-EN-Switcher", + "files": [ + "https://github.com/olafchou/ComfyUI-ZH-EN-Switcher" + ], + "install_type": "git-clone", + "description": "A plugin that enables one-click language switching between Chinese and English in ComfyUI without page refresh. (Description by CC)" + }, + { + "author": "JVsup", + "title": "ComfyUI-SettingsToText", + "reference": "https://github.com/JVsup/ComfyUI-SettingsToText", + "files": [ + "https://github.com/JVsup/ComfyUI-SettingsToText" + ], + "install_type": "git-clone", + "description": "AI-written node to extract basic settings in workflow, with limitations on subgraphed nodes and math/logic node compatibility." + }, + { + "author": "GalactusX31", + "title": "ComfyUI-drag-ghost", + "reference": "https://github.com/GalactusX31/ComfyUI-drag-ghost", + "files": [ + "https://github.com/GalactusX31/ComfyUI-drag-ghost" + ], + "install_type": "git-clone", + "description": "A premium visual enhancement for ComfyUI that adds a smooth 'ghost' effect when dragging nodes and groups." + }, + { + "author": "CypherNaught-0x", + "title": "ComfyUI_resolution_presets", + "reference": "https://github.com/CypherNaught-0x/ComfyUI_resolution_presets", + "files": [ + "https://github.com/CypherNaught-0x/ComfyUI_resolution_presets" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension providing optimized resolution presets for multiple AI image generation models with support for various aspect ratios and two node variants." + }, + { + "author": "kishida", + "title": "comfyui-text-renderer", + "reference": "https://github.com/kishida/comfyui-text-renderer", + "files": [ + "https://github.com/kishida/comfyui-text-renderer" + ], + "install_type": "git-clone", + "description": "Text render node for ComfyUI" + }, + { + "author": "bryanmcguire", + "title": "comfyui-flux2fun-controlnet", + "reference": "https://github.com/bryanmcguire/comfyui-flux2fun-controlnet", + "files": [ + "https://github.com/bryanmcguire/comfyui-flux2fun-controlnet" + ], + "install_type": "git-clone", + "description": "ComfyUI implementation of FLUX.2-dev-Fun-Controlnet-Union from Alibaba's VideoX-Fun" + }, + { + "author": "PixWizardry", + "title": "ComfyUI_PixQwenImageEditEnhanced", + "reference": "https://github.com/PixWizardry/ComfyUI_PixQwenImageEditEnhanced", + "files": [ + "https://github.com/PixWizardry/ComfyUI_PixQwenImageEditEnhanced" + ], + "install_type": "git-clone", + "description": "An enhanced Vision-Language Model (VLM) conditioning node for ComfyUI designed for the Qwen-Image series, supporting up to 5 reference images with customizable system prompts and token tracking." + }, + { + "author": "danielwolber-wood", + "title": "ComfyUI-FString", + "reference": "https://github.com/danielwolber-wood/ComfyUI-FString", + "files": [ + "https://github.com/danielwolber-wood/ComfyUI-FString" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to format strings using Python's string formatting syntax." + }, + { + "author": "danielwolber-wood", + "title": "ComfyUI-Inspector", + "reference": "https://github.com/danielwolber-wood/ComfyUI-Inspector", + "files": [ + "https://github.com/danielwolber-wood/ComfyUI-Inspector" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to inspect any input data with detailed metadata and visual preview." + }, + { + "author": "danielwolber-wood", + "title": "ComfyUI-QuickResolutionSelector", + "reference": "https://github.com/danielwolber-wood/ComfyUI-QuickResolutionSelector", + "files": [ + "https://github.com/danielwolber-wood/ComfyUI-QuickResolutionSelector" + ], + "install_type": "git-clone", + "description": "A simple custom node for ComfyUI that allows you to quickly select resolution presets from a dropdown menu." + }, + { + "author": "fmartinellidev", + "title": "ComfyUI-Prompt_util_pack", + "reference": "https://github.com/fmartinellidev/ComfyUI-Prompt_util_pack", + "files": [ + "https://github.com/fmartinellidev/ComfyUI-Prompt_util_pack" + ], + "install_type": "git-clone", + "description": "A modular toolkit for advanced prompt engineering in ComfyUI designed for dataset creation, LoRA training, and controlled variation." + }, + { + "author": "EricRorich", + "title": "ComfyUI-face-shaper", + "reference": "https://github.com/EricRorich/ComfyUI-face-shaper", + "files": [ + "https://github.com/EricRorich/ComfyUI-face-shaper" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that draws parametric facial masks with black lines on white or transparent backgrounds. (Description by CC)" + }, + { + "author": "daveand", + "title": "ComfyUI-daveand-nodes", + "reference": "https://github.com/daveand/ComfyUI-daveand-nodes", + "files": [ + "https://github.com/daveand/ComfyUI-daveand-nodes" + ], + "install_type": "git-clone", + "description": "ModelConfigSelector node for managing checkpoint configurations with manual override support and batch sampler parameters. (Description by CC)" + }, + { + "author": "bcasadei", + "title": "ComfyUI-Prompt-Camera-Assistant", + "reference": "https://github.com/bcasadei/ComfyUI-Prompt-Camera-Assistant", + "files": [ + "https://github.com/bcasadei/ComfyUI-Prompt-Camera-Assistant" + ], + "install_type": "git-clone", + "description": "Prompt camera assistant for adding camera details to prompts." + }, + { + "author": "PBandDev", + "title": "comfyui-node-organizer", + "reference": "https://github.com/PBandDev/comfyui-node-organizer", + "files": [ + "https://github.com/PBandDev/comfyui-node-organizer" + ], + "install_type": "git-clone", + "description": "ComfyUI extension to organize nodes" + }, + { + "author": "aliabougazia", + "title": "comfyui_pt_security_scanner", + "reference": "https://github.com/aliabougazia/comfyui_pt_security_scanner", + "files": [ + "https://github.com/aliabougazia/comfyui_pt_security_scanner" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that scans PyTorch model files for potential security vulnerabilities without executing them." + }, + { + "author": "DanrisiUA", + "title": "ComfyUI-ZImage-LoRA-Merger", + "reference": "https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger", + "files": [ + "https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger" + ], + "install_type": "git-clone", + "description": "Custom nodes for combining multiple LoRAs without overexposure on distilled models like Z-Image Turbo" + }, + { + "author": "yangrui511", + "title": "ComfyUI-Text-Preserve", + "reference": "https://github.com/yangrui511/ComfyUI-Text-Preserve", + "files": [ + "https://github.com/yangrui511/ComfyUI-Text-Preserve" + ], + "install_type": "git-clone", + "description": "Custom node providing text preservation preprocessing for ComfyUI using OCR to identify text regions and apply blur/noise fusion to non-text areas. (Description by CC)" + }, + { + "author": "Atsushi888", + "title": "easy_prompt_selector_for_comfyui", + "reference": "https://github.com/Atsushi888/easy_prompt_selector_for_comfyui", + "files": [ + "https://github.com/Atsushi888/easy_prompt_selector_for_comfyui" + ], + "install_type": "git-clone", + "description": "A simple custom node for ComfyUI that loads and provides an all-in-one dropdown selector to build a prompt string." + }, + { + "author": "pixixai", + "title": "ComfyUI-AlignLayout", + "reference": "https://github.com/pixixai/ComfyUI-AlignLayout", + "files": [ + "https://github.com/pixixai/ComfyUI-AlignLayout" + ], + "install_type": "git-clone", + "description": "Productivity enhancement extension for ComfyUI featuring radial menus and mouse flick gestures for efficient node alignment, distribution, and resizing. (Description by CC)" + }, + { + "author": "MechaBabyAi", + "title": "ComfyUI-MechaBabyNodeSearch", + "reference": "https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch", + "files": [ + "https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch" + ], + "install_type": "git-clone", + "description": "Enhance ComfyUI workflow by providing powerful node search, attribute search, and port navigation features with Ctrl+F shortcut support." + }, + { + "author": "MechaBabyAi", + "title": "ComfyUI-MechaBaby-WorkflowTracer", + "reference": "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-WorkflowTracer", + "files": [ + "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-WorkflowTracer" + ], + "install_type": "git-clone", + "description": "An enhanced extension for ComfyUI that records, visualizes, and extracts the actual execution path of a workflow." + }, + { + "author": "MechaBabyAi", + "title": "ComfyUI-MechaBaby-NodeLayout", + "reference": "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-NodeLayout", + "files": [ + "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-NodeLayout" + ], + "install_type": "git-clone", + "description": "A node layout helper extension for ComfyUI. Assists in arranging and aligning nodes on the canvas without modifying workflow files — all operations are frontend-only." + }, + { + "author": "shmbatom", + "title": "Comfyui-ImageAB-Compare", + "id": "Comfyui-ImageAB-Compare", + "reference": "https://github.com/shmbatom/Comfyui-ImageAB-Compare", + "files": [ + "https://github.com/shmbatom/Comfyui-ImageAB-Compare" + ], + "install_type": "git-clone", + "description": "image split comparison horizontally/vertically, real-time mouse interaction to adjust split ratios, bidirectional linkage between slider and mouse, and the ability to export comparison images with precise split lines." + }, + { + "author": "shmba05tom", + "title": "Comfyui-Image-Concat", + "id": "Comfyui-Image-Concat", + "reference": "https://github.com/shmbatom/Comfyui-Image-Concat", + "files": [ + "https://github.com/shmbatom/Comfyui-Image-Concat" + ], + "install_type": "git-clone", + "description": "a powerful image concatenation tool for ComfyUI, with True Alpha Channel Support and Multiple Image-block Fill Modes(V1.1 add 1 images input port and 2 draw modes)." + }, + { + "author": "solidlime", + "title": "Random Image Picker", + "reference": "https://github.com/solidlime/Comfyui-Random_Image_Picker", + "files": [ + "https://github.com/solidlime/Comfyui-Random_Image_Picker" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for flexible image loading with file picker and random folder selection. Features instant preview, auto mode switching, and browser-based file selection.", + "nodename_pattern": "RandomImagePicker" + }, + { + "author": "18yz153", + "title": "ComfyUI-Persona-Director", + "reference": "https://github.com/c/ComfyUI-Persona-Director", + "files": [ + "https://github.com/18yz153/ComfyUI-Persona-Director" + ], + "install_type": "git-clone", + "description": "A visual state machine for consistent character generation. It intelligently maintains character identity, outfits, and locations across multiple generations using LLM-driven state management." + }, + { + "author": "BWDrum", + "title": "ComfyUI Random Wildcard Loader", + "id": "random-wildcard-loader", + "reference": "https://github.com/BWDrum/ComfyUI-RandomWildcardLoader", + "files": [ + "https://github.com/BWDrum/ComfyUI-RandomWildcardLoader" + ], + "install_type": "git-clone", + "description": "A custom node for randomized prompt generation with __wildcard__ expansion, subfolder filtering, prefix/suffix support, and seed-based reproducibility." + }, + { + "author": "GonDesign", + "title": "ComfyUI-HaoranWanxImageEdit", + "reference": "https://github.com/GonDesign/ComfyUI-HaoranWanxImageEdit", + "files": [ + "https://github.com/GonDesign/ComfyUI-HaoranWanxImageEdit" + ], + "install_type": "git-clone", + "description": "API plugin for Alibaba Cloud Wanx 2.1 Image Editing model. Supports 10 functions including stylization, inpainting, and outpainting." + }, + { + "author": "jchiotaka", + "title": "comfyui-tile-calculator", + "reference": "https://github.com/jchiotaka/comfyui-tile-calculator", + "files": [ + "https://github.com/jchiotaka/comfyui-tile-calculator" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for calculating tile dimensions in upscaling workflows" + }, - - - - - - - - - - - - - - - - - - - - - - - + { + "author": "danielvw", + "title": "ComfyUI-WanMove-Adapter", + "reference": "https://github.com/danielvw/ComfyUI-WanMove-Adapter", + "files": [ + "https://github.com/danielvw/ComfyUI-WanMove-Adapter" + ], + "install_type": "git-clone", + "description": "This custom node allows you to convert trajectories from JSON files directly into WanMove TRACKS." + }, + { + "author": "Anzhc", + "title": "SDXL-Flux2VAE-ComfyUI-Node", + "reference": "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node", + "files": [ + "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node" + ], + "install_type": "git-clone", + "description": "Simple node to patch ComfyUI generation with the SDXL Flux2VAE arch support." + }, + { + "author": "vuhung3990", + "title": "NSFW Guard", + "id": "comfyui-nsfw-guard", + "reference": "https://github.com/vuhung3990/comfyui-nsfw-guard", + "files": [ + "https://github.com/vuhung3990/comfyui-nsfw-guard" + ], + "install_type": "git-clone", + "description": "NSFW content detection node for ComfyUI - blocks inappropriate images automatically using YOLOv9 model." + }, + { + "author": "TheMadDoctor007", + "title": "Qwen Camera Selector", + "id": "qwen-camera-selector", + "reference": "https://github.com/TheMadDoctor007/ComfyUI-QwenCameraSelector", + "files": [ + "https://github.com/TheMadDoctor007/ComfyUI-QwenCameraSelector" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node providing camera angle and cinematic shot selection presets designed for Qwen multi-angle workflows." + }, + { + "author": "zengxianyu", + "title": "Intensity Fake Depth Node for ComfyUI", + "reference": "https://github.com/zengxianyu/ComfyUIIntensityDepth", + "files": [ + "https://github.com/zengxianyu/ComfyUIIntensityDepth" + ], + "install_type": "git-clone", + "description": "Output Fake Depth Maps with Detailed Object Boundaries" + }, + { + "author": "zengxianyu", + "title": "Phase-Preserving Noise", + "id": "structured-noise", + "reference": "https://github.com/zengxianyu/structured-noise", + "files": [ + "https://github.com/zengxianyu/structured-noise" + ], + "install_type": "git-clone", + "description": "Generate phase-preserving structured noise for the input image." + }, + { + "author": "aimoviestudio", + "title": "ComfyUI Prompt Builder", + "reference": "https://github.com/aimoviestudio/comfyui-promptbuilder", + "files": [ + "https://github.com/aimoviestudio/comfyui-promptbuilder" + ], + "install_type": "git-clone", + "description": "Stop wasting hours tweaking prompt. This extension allows you to modularize your prompts into variables and assemble them using a powerful template-based approach." + }, + { + "author": "jianglinbin", + "title": "ComfyUI 3D Angles Selector", + "reference": "https://github.com/jianglinbin/ComfyUI-AnglesSelect", + "files": [ + "https://github.com/jianglinbin/ComfyUI-AnglesSelect" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for multi-angle LoRA prompt generation. Provides 3D visual angle selector and simple angle selector with support for 8 azimuths × 4 elevations × 3 distances = 96 view combinations." + }, + { + "author": "3R3BOS", + "title": "ComfyUI-3R3BOS-Pack", + "id": "ComfyUI-3R3BOS-Pack", + "reference": "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack", + "files": [ + "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack" + ], + "install_type": "git-clone", + "description": "Control and visualization toolkit (Gatekeeper, Slider) and more in the future." + }, + { + "author": "JasonHoku", + "title": "ComfyUI Ultimate Auto Sampler Config Grid Testing Suite", + "reference": "https://github.com/JasonHoku/ComfyUI-Ultimate-Auto-Sampler-Config-Grid-Testing-Suite", + "files": [ + "https://github.com/JasonHoku/ComfyUI-Ultimate-Auto-Sampler-Config-Grid-Testing-Suite" + ], + "install_type": "git-clone", + "description": "ComfyUI Sampler testing & benchmarking tool for testing Stable Diffusion samplers, schedulers, CFG scales, prompts, img2img denoise values, and LoRA combinations. Features infinite-canvas dashboard image grids with virtual scrolling that can handle thousands of images, multi-model comparison, automatic resume on interrupt, and real-time visualization. Test entire checkpoint folders, stack multiple LoRAs, generate random seed variations, and export optimized configs. Includes fullscreen mode, keyboard navigation, smart filtering by parameters, and one-click regeneration workflow. Perfect for sampler output optimization and hyperparameter tuning." + }, + { + "author": "zwaigani", + "title": "ComfyUI-VRAM-watcher", + "id": "comfyui-vram-watcher", + "reference": "https://github.com/zwaigani/ComfyUI-VRAM-watcher", + "files": [ + "https://github.com/zwaigani/ComfyUI-VRAM-watcher" + ], + "install_type": "git-clone", + "description": "Displays GPU VRAM usage and system RAM usage as bar widgets in a ComfyUI node.", + "tags": ["utils", "ui", "vram", "ram"] + }, + { + "author": "zwaigani", + "title": "ComfyUI-LoRA-stacker", + "reference": "https://github.com/zwaigani/ComfyUI-LoRA-stacker", + "files": [ + "https://github.com/zwaigani/ComfyUI-LoRA-stacker" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI custom node that lets you apply multiple LoRAs (up to 10) to a model in one node." + }, + { + "author": "euan-gwd", + "title": "comfyui-character-prompt-builder", + "reference": "https://github.com/euan-gwd/comfyui-character-prompt-builder", + "files": [ + "https://github.com/euan-gwd/comfyui-character-prompt-builder" + ], + "install_type": "git-clone", + "description": "A modular character prompt generator for ComfyUI" + }, + { + "author": "FemReiyaDev", + "title": "ComfyUI-ReiyaNodes", + "reference": "https://github.com/FemReiyaDev/ComfyUI-ReiyaNodes", + "files": [ + "https://github.com/FemReiyaDev/ComfyUI-ReiyaNodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for image stitching" + }, + { + "author": "kantan-kanto", + "title": "ComfyUI-MultiModal-Prompt-Nodes", + "reference": "https://github.com/kantan-kanto/ComfyUI-MultiModal-Prompt-Nodes", + "files": [ + "https://github.com/kantan-kanto/ComfyUI-MultiModal-Prompt-Nodes" + ], + "install_type": "git-clone", + "description": "Advanced multimodal prompt generation nodes for ComfyUI with local GGUF models (Qwen-VL) and cloud API support for vision-based prompt enhancement." + }, + { + "author": "kantan-kanto", + "title": "ComfyUI-LLM-Session", + "reference": "https://github.com/kantan-kanto/ComfyUI-LLM-Session", + "files": [ + "https://github.com/kantan-kanto/ComfyUI-LLM-Session" + ], + "install_type": "git-clone", + "description": "Local LLM session nodes for ComfyUI using GGUF and llama.cpp, supporting Llama, Mistral, Qwen, DeepSeek, GLM, Gemma, Phi, LLaVA and gpt-oss, enabling both user–model chat and model-to-model dialogue without external runtimes like Ollama." + }, + { + "author": "mingchoi", + "title": "ComfyUI-Prompt-Iterator", + "reference": "https://github.com/mingchoi/ComfyUI-Prompt-Iterator", + "files": [ + "https://github.com/mingchoi/ComfyUI-Prompt-Iterator" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node package that provides two nodes for iterating through prompts and templates. Perfect for batch processing, testing multiple prompts, or creating variations." + }, + { + "author": "shumoLR", + "title": "Comfyui_SynVow_MultiangleCamera", + "reference": "https://github.com/shumoLR/Comfyui_SynVow_MultiangleCamera", + "files": [ + "https://github.com/shumoLR/Comfyui_SynVow_MultiangleCamera" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for 3D camera angle control with interactive viewport to adjust camera angles and output formatted prompt strings and processed images for multi-angle image generation. (Description by CC)" + }, + { + "author": "shumoLR", + "title": "Comfyui_SynVow_TeleStyle", + "reference": "https://github.com/shumoLR/Comfyui_SynVow_TeleStyle", + "files": [ + "https://github.com/shumoLR/Comfyui_SynVow_TeleStyle" + ], + "install_type": "git-clone", + "description": "ComfyUI video style transfer plugin based on TeleStyle for applying reference image styles to source videos. (Description by CC)" + }, + { + "author": "smartvain", + "title": "ComfyUI-FaceKeypointsFilter", + "reference": "https://github.com/smartvain/ComfyUI-FaceKeypointsFilter", + "files": [ + "https://github.com/smartvain/ComfyUI-FaceKeypointsFilter" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that selectively filters facial keypoints from DWPose/OpenPose output, allowing selective disabling of face parts (chin, eyebrows, eyes, nose, mouth outer/inner contours) for ControlNet workflows. (Description by CC)" + }, + { + "author": "smartvain", + "title": "ComfyUI-PoseKeypointsToImage", + "reference": "https://github.com/smartvain/ComfyUI-PoseKeypointsToImage", + "files": [ + "https://github.com/smartvain/ComfyUI-PoseKeypointsToImage" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that generates pose images from DWPose/OpenPose keypoint data, allowing creation of pose visualizations with selectively filtered body parts. (Description by CC)" + }, + { + "author": "smartvain", + "title": "ComfyUI-PromptComment", + "reference": "https://github.com/smartvain/ComfyUI-PromptComment", + "files": [ + "https://github.com/smartvain/ComfyUI-PromptComment" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node providing comment stripping functionality for prompts with multiple marker styles. (Description by CC)" + }, + { + "author": "Enferlain", + "title": "ComfyUI-A1111-cond", + "reference": "https://github.com/Enferlain/ComfyUI-A1111-cond", + "files": [ + "https://github.com/Enferlain/ComfyUI-A1111-cond" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that implements A1111-style prompt handling with proper isolation and emphasis math." + }, + { + "author": "wanjin123111", + "title": "ComfyUI-3D-Human-Pose", + "reference": "https://github.com/wanjin123111/ComfyUI-3D-Human-Pose", + "files": [ + "https://github.com/wanjin123111/ComfyUI-3D-Human-Pose" + ], + "install_type": "git-clone", + "description": "Interactive 3D camera control node for ComfyUI that precisely controls horizontal, vertical angles and zoom, with output of professional cinematography prompts. (Description by CC)" + }, + { + "author": "capitan01R", + "title": "Capitan-ConditioningEnhancer", + "reference": "https://github.com/capitan01R/Capitan-ConditioningEnhancer", + "files": [ + "https://github.com/capitan01R/Capitan-ConditioningEnhancer" + ], + "install_type": "git-clone", + "description": "Lightweight post-processing node for Qwen3-4B conditioning in Z-Image Turbo workflows that refines conditioning with per-token normalization, optional self-attention, and MLP refinement. (Description by CC)" + }, + { + "author": "capitan01R", + "title": "ComfyUI-CapitanZiT-Scheduler", + "reference": "https://github.com/capitan01R/ComfyUI-CapitanZiT-Scheduler", + "files": [ + "https://github.com/capitan01R/ComfyUI-CapitanZiT-Scheduler" + ], + "install_type": "git-clone", + "description": "A lightweight ComfyUI custom scheduler & sigma generator for Z-Image-Turbo. Delivers a stable linear sigma schedule (1.0 → 0.0) for rectified-flow/flow-matching, boosting few-step generation (8-9 steps) with superior consistency, reduced noise, and full compatibility with the model's distilled pipeline." + }, + { + "author": "capitan01R", + "title": "ComfyUI-Flux2Klein-Enhancer", + "reference": "https://github.com/capitan01R/ComfyUI-Flux2Klein-Enhancer", + "files": [ + "https://github.com/capitan01R/ComfyUI-Flux2Klein-Enhancer" + ], + "install_type": "git-clone", + "description": "Conditioning enhancement node for FLUX.2 Klein 9B in ComfyUI. Controls prompt adherence and image edit behavior by modifying the active text embedding region." + }, + { + "author": "capitan01R", + "title": "ComfyUI-CapitanFlowMatch", + "reference": "https://github.com/capitan01R/ComfyUI-CapitanFlowMatch", + "files": [ + "https://github.com/capitan01R/ComfyUI-CapitanFlowMatch" + ], + "install_type": "git-clone", + "description": "Optimal samplers and schedulers for rectified flow models." + }, + { + "author": "capitan01R", + "title": "ComfyUI-ZImageTurbo-FlowSampler", + "reference": "https://github.com/capitan01R/ComfyUI-ZImageTurbo-FlowSampler", + "files": [ + "https://github.com/capitan01R/ComfyUI-ZImageTurbo-FlowSampler" + ], + "install_type": "git-clone", + "description": "Rectified-flow samplers for Z-Image-Turbo. Clean interpolation formula without sigma division, linear schedulers, higher-order variants. Fixes built-in euler/euler_ancestral instability issues" + }, + { + "author": "advancedtech-sk", + "title": "ComfyUI-GROUT", + "reference": "https://github.com/advancedtech-sk/ComfyUI-GROUT", + "files": [ + "https://github.com/advancedtech-sk/ComfyUI-GROUT" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for GROUT (Geometric Reasoning Over Unstructured Tessellations) - a deep learning model for detecting and segmenting grout lines in mosaic images." + }, + { + "author": "ato321", + "title": "ComfyUI-LTXVGuideRebase", + "reference": "https://github.com/ato321/ComfyUI-LTXVGuideRebase", + "files": [ + "https://github.com/ato321/ComfyUI-LTXVGuideRebase" + ], + "install_type": "git-clone", + "description": "Small ComfyUI addon that provides segment-safe utilities for Comfy-Org LTX video nodes." + }, + { + "author": "zhangle0013", + "title": "comfyui-EmptyImageYesON", + "reference": "https://github.com/zhangle0013/comfyui-EmptyImageYesON", + "files": [ + "https://github.com/zhangle0013/comfyui-EmptyImageYesON" + ], + "install_type": "git-clone", + "description": "Automatically disables Load Image nodes without images, useful for workflows with optional reference images. (Description by CC)" + }, + { + "author": "NickPittas", + "title": "ComfyUI_CameraAngleSelector", + "reference": "https://github.com/NickPittas/ComfyUI_CameraAngleSelector", + "files": [ + "https://github.com/NickPittas/ComfyUI_CameraAngleSelector" + ], + "install_type": "git-clone", + "description": "Interactive 3D interface for selecting camera angles for Qwen-Image-Edit-2511, supporting 96 unique camera angle combinations (8 directions × 4 heights × 3 shot sizes) with multi-selection and visual feedback." + }, + { + "author": "asirihewage", + "title": "remove_metadata_comfyui", + "reference": "https://github.com/asirihewage/remove_metadata_comfyui", + "files": [ + "https://github.com/asirihewage/remove_metadata_comfyui" + ], + "install_type": "git-clone", + "description": "Extra-stealth metadata removal node for ComfyUI" + }, + { + "author": "tackcrypto1031", + "title": "tk_comfyui_img2mask", + "reference": "https://github.com/tackcrypto1031/tk_comfyui_img2mask", + "files": [ + "https://github.com/tackcrypto1031/tk_comfyui_img2mask" + ], + "install_type": "git-clone", + "description": "A dedicated ComfyUI custom node designed to streamline the process of converting transparent images (RGBA) into masks and high-quality mask previews." + }, + { + "author": "tackcrypto1031", + "title": "tk_comfyui_view_and_light", + "reference": "https://github.com/tackcrypto1031/tk_comfyui_view_and_light", + "files": [ + "https://github.com/tackcrypto1031/tk_comfyui_view_and_light" + ], + "install_type": "git-clone", + "description": "TK View and Light: A ComfyUI node for 3D camera and lighting control" + }, + { + "author": "Lumiyumi", + "title": "LumyINTP", + "reference": "https://github.com/Lumiyumi/LumyINTP", + "files": [ + "https://github.com/Lumiyumi/LumyINTP" + ], + "install_type": "git-clone", + "description": "INT+ node for ComfyUI with control after generate style functionality for signal-controlled increment/decrement/randomize operations." + }, + { + "author": "MajoorWaldi", + "title": "ComfyUI-Majoor-ImageOps", + "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps", + "files": [ + "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps" + ], + "install_type": "git-clone", + "description": "Essential Nodes Pack for Images Processing for ComfyUI, with a live embedded preview inside the node (no queue) for supported chains." + }, + { + "author": "MajoorWaldi", + "title": "ComfyUI-Majoor-AssetsManager", + "id": "majoor-assetsmanager", + "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager", + "files": [ + "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager" + ], + "install_type": "git-clone", + "description": "Majoor Assets Manager is an advanced asset browser for ComfyUI with search, metadata extraction, rating/tags, workflow metadata parsing, and integrated image/video/audio asset management." + }, + { + "author": "sinanzoo2nd", + "title": "ComfyUI Seed Wildcard Pack", + "reference": "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack", + "files": [ + "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack" + ], + "install_type": "git-clone", + "description": "Advanced wildcard control with seed-based selection, LoRA stack support, and utilities.", + "nickname": "Seed Wildcard" + }, + { + "author": "senhaicc", + "title": "Comfyui-WL-MainImageDesign", + "reference": "https://github.com/senhaicc/Comfyui-WL-MainImageDesign", + "files": [ + "https://github.com/senhaicc/Comfyui-WL-MainImageDesign" + ], + "install_type": "git-clone", + "description": "Professional e-commerce main image prompt generator for motorcycle equipment (helmets, riding gear, protective gear) with 9 design styles and 2 canvas ratios. (Description by CC)" + }, + { + "author": "migero", + "title": "ComfyUI-Equirectangular-Strip", + "reference": "https://github.com/migero/ComfyUI-Equirectangular-Strip", + "files": [ + "https://github.com/migero/ComfyUI-Equirectangular-Strip" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI to convert between equirectangular (360°) images and a strip of 6 cube faces (90° FOV each)." + }, + { + "author": "0nikod", + "title": "ComfyUI-Simple-Prompt", + "reference": "https://github.com/0nikod/ComfyUI-Simple-Prompt", + "files": [ + "https://github.com/0nikod/ComfyUI-Simple-Prompt" + ], + "install_type": "git-clone", + "description": "Provide a simple interface to simplify prompt writing." + }, + { + "author": "0nikod", + "title": "ComfyUI-Metadata-Tools", + "reference": "https://github.com/0nikod/ComfyUI-Metadata-Tools", + "files": [ + "https://github.com/0nikod/ComfyUI-Metadata-Tools" + ], + "install_type": "git-clone", + "description": "Tools about metadata." + }, + { + "author": "Suzu008", + "title": "ComfyUI-CryptIO", + "reference": "https://github.com/Suzu008/ComfyUI-CryptIO", + "files": [ + "https://github.com/Suzu008/ComfyUI-CryptIO" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI" + }, + { + "author": "IRCSS", + "title": "comfyUI-blender-wrapper", + "reference": "https://github.com/IRCSS/comfyUI-blender-wrapper", + "files": [ + "https://github.com/IRCSS/comfyUI-blender-wrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI Blender Wrapper lets you call Blender in headless mode from ComfyUI (or any Python environment), run reusable pipeline stages stored inside files, and pass configs in/out via JSON. It's meant for tech-art / asset-pipeline tasks like cleanup, decimation, unwrap, baking, rigging, etc." + }, + { + "author": "calibancode", + "title": "ComfyUI-bevvy", + "reference": "https://github.com/calibancode/ComfyUI-bevvy", + "files": [ + "https://github.com/calibancode/ComfyUI-bevvy" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that saves images as WebP." + }, + { + "author": "joe002", + "title": "comfyui-deterministic-nodes", + "reference": "https://github.com/joe002/comfyui-deterministic-nodes", + "files": [ + "https://github.com/joe002/comfyui-deterministic-nodes" + ], + "install_type": "git-clone", + "description": "Batch-invariant inference nodes for guaranteed reproducibility in ComfyUI" + }, + { + "author": "joe002", + "title": "comfyui-conduit-optimizer", + "reference": "https://github.com/joe002/comfyui-conduit-optimizer", + "files": [ + "https://github.com/joe002/comfyui-conduit-optimizer" + ], + "install_type": "git-clone", + "description": "Non-linear inference optimization for ComfyUI: 4-tier VRAM, speculative generation, precision routing" + }, + { + "author": "joe002", + "title": "comfyui-rtx4090-nodes", + "reference": "https://github.com/joe002/comfyui-rtx4090-nodes", + "files": [ + "https://github.com/joe002/comfyui-rtx4090-nodes" + ], + "install_type": "git-clone", + "description": "High-performance ComfyUI nodes optimized for RTX 4090: batch processing, memory management, GPU monitoring" + }, + { + "author": "Aditya Mundhalia", + "title": "ComfyUI Ollama by Aditya", + "id": "comfyui-ollama-aditya", + "reference": "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya", + "files": [ + "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for integrating Ollama local LLM models with image or text generation workflows." + }, + { + "author": "maximilianwicen", + "title": "ComfyUI-MaxTools", + "reference": "https://github.com/maximilianwicen/ComfyUI-MaxTools", + "files": [ + "https://github.com/maximilianwicen/ComfyUI-MaxTools" + ], + "install_type": "git-clone", + "description": "A small collection of custom nodes for ComfyUI, featuring Max Quick Image Size node for image-to-image or image-to-video workflows. (Description by CC)" + }, + { + "author": "bhhtr12", + "title": "ComfyUI-ollama-stop", + "reference": "https://github.com/bhhtr12/ComfyUI-ollama-stop", + "files": [ + "https://github.com/bhhtr12/ComfyUI-ollama-stop" + ], + "install_type": "git-clone", + "description": "Passthrough node that instantly unloads any running ollama model mid workflow. No API calls, just accepts plain string as a model name and executes 'ollama stop ' command in your system." + }, + { + "author": "DemonAlone", + "title": "DemonAlone-nodes-ComfyUI", + "reference": "https://github.com/DemonAlone/DemonAlone-nodes-ComfyUI", + "files": [ + "https://github.com/DemonAlone/DemonAlone-nodes-ComfyUI" + ], + "install_type": "git-clone", + "description": "A collection of nodes that provide dynamic dropdown selectors for Samplers, Schedulers, Checkpoints, and Diffusion Models, outputting a comma-separated string for use in XY plots." + }, + { + "author": "tabisheva", + "title": "comfyui-segs-profile", + "reference": "https://github.com/tabisheva/comfyui-segs-profile", + "files": [ + "https://github.com/tabisheva/comfyui-segs-profile" + ], + "install_type": "git-clone", + "description": "A tiny ComfyUI custom node that detects whether a face is in profile using SEGS eye detections." + }, + { + "author": "QuackPhuc", + "title": "ComfyUI-FisheyeTransform", + "reference": "https://github.com/QuackPhuc/ComfyUI-FisheyeTransform", + "files": [ + "https://github.com/QuackPhuc/ComfyUI-FisheyeTransform" + ], + "install_type": "git-clone", + "description": "Custom nodes for handling fisheye camera distortion in ComfyUI inpainting workflows." + }, + { + "author": "1x1r", + "title": "comfyui-upscale-by-model", + "reference": "https://github.com/1x1r/comfyui-upscale-by-model", + "files": [ + "https://github.com/1x1r/comfyui-upscale-by-model" + ], + "install_type": "git-clone", + "description": "This custom node allow upscaling an image by a factor using a model." + }, + { + "author": "XelaNull", + "title": "ComfyUI-MobileFriendly", + "reference": "https://github.com/XelaNull/ComfyUI-MobileFriendly", + "files": [ + "https://github.com/XelaNull/ComfyUI-MobileFriendly" + ], + "install_type": "git-clone", + "description": "Comprehensive mobile UI enhancement for ComfyUI that transforms the desktop-focused interface into a touch-friendly experience optimized for iPhone, iPad, and Android devices." + }, + { + "author": "danieljanata", + "title": "ComfyUI-Prompting-System", + "reference": "https://github.com/danieljanata/ComfyUI-Prompting-System", + "files": [ + "https://github.com/danieljanata/ComfyUI-Prompting-System" + ], + "install_type": "git-clone", + "description": "Comprehensive prompt management system for ComfyUI with database storage, thumbnail management, advanced search, and cross-platform support." + }, + { + "author": "SorenWeile", + "title": "ComfyUI_MetaSaver", + "reference": "https://github.com/SorenWeile/ComfyUI_MetaSaver", + "files": [ + "https://github.com/SorenWeile/ComfyUI_MetaSaver" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for saving images with flexible custom metadata fields embedded in PNG files." + }, + { + "author": "theluminhub", + "title": "ComfyUI-Lumin-Upload", + "reference": "https://github.com/theluminhub/ComfyUI-Lumin-Upload", + "files": [ + "https://github.com/theluminhub/ComfyUI-Lumin-Upload" + ], + "install_type": "git-clone", + "description": "Upload your ComfyUI generated images and workflow metadata to Lumin." + }, + { + "author": "RCAKangle", + "title": "ComfyUI_LLM_Embeder", + "reference": "https://github.com/RCAKangle/ComfyUI_LLM_Embeder", + "files": [ + "https://github.com/RCAKangle/ComfyUI_LLM_Embeder" + ], + "install_type": "git-clone", + "description": "Local LLM chat nodes for ComfyUI, with a clean handoff path to downstream prompt optimization." + }, + { + "author": "loz2754", + "title": "AUN ComfyUI Nodes", + "id": "aun-comfyui-nodes", + "reference": "https://github.com/loz2754/AUN-ComfyUI-Nodes", + "files": [ + "https://github.com/loz2754/AUN-ComfyUI-Nodes" + ], + "install_type": "git-clone", + "description": "A collection of workflow helper nodes focused on organization + control (bypass/mute/collapse/group control), prompt/text utilities, file/path helpers, and image/video save helpers (optional VHS integration)." + }, + { + "author": "SergPoletaev", + "title": "ComfyUI-SPoletNodes", + "id": "ComfyUI-SPoletNodes", + "reference": "https://github.com/SergPoletaev/ComfyUI-SPoletNodes", + "files": [ + "https://github.com/SergPoletaev/ComfyUI-SPoletNodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for image preview and saving" + }, + { + "author": "xela-io", + "title": "ComfyUI-RegionalPrompting", + "reference": "https://github.com/xela-io/ComfyUI-RegionalPrompting", + "files": [ + "https://github.com/xela-io/ComfyUI-RegionalPrompting" + ], + "install_type": "git-clone", + "description": "Regional Prompting for ComfyUI - assign different prompts to different image areas." + }, + { + "author": "xela-io", + "title": "ComfyUI-HairDetailer", + "reference": "https://github.com/xela-io/ComfyUI-HairDetailer", + "files": [ + "https://github.com/xela-io/ComfyUI-HairDetailer" + ], + "install_type": "git-clone", + "description": "Comprehensive custom node pack for detecting hair regions, creating precise masks, and enhancing hair details in images with 6 specialized nodes for various hair processing workflows. (Description by CC)" + }, + { + "author": "Nakamura2828", + "title": "ComfyUI-JK-TextTools", + "reference": "https://github.com/Nakamura2828/ComfyUI-JK-TextTools", + "files": [ + "https://github.com/Nakamura2828/ComfyUI-JK-TextTools" + ], + "install_type": "git-clone", + "description": "Text and data manipulation nodes for ComfyUI, with emphasis on JSON processing, detection workflows, and bbox visualization." + }, + { + "author": "Nakamura2828", + "title": "ComfyUI-JK-ToRetro", + "reference": "https://github.com/Nakamura2828/ComfyUI-JK-ToRetro", + "files": [ + "https://github.com/Nakamura2828/ComfyUI-JK-ToRetro" + ], + "install_type": "git-clone", + "description": "Retro graphics converter node for ComfyUI. Converts modern images to authentic retro computing styles (VGA, EGA, CGA, PC-98) with proper color palettes, dithering, and resolution constraints." + }, + { + "author": "sgyyao", + "title": "ComfyUI_LLM_Prompt_Optimizer", + "reference": "https://github.com/sgyyao/ComfyUI_LLM_Prompt_Optimizer", + "files": [ + "https://github.com/sgyyao/ComfyUI_LLM_Prompt_Optimizer" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that uses various LLM APIs (OpenAI, Anthropic, Gemini, DeepSeek, Qwen/DashScope, xAI, etc.) to optimize and expand your image generation prompts." + }, + { + "author": "zhaocaiji", + "title": "ComfyUI-VideoFrameTools", + "reference": "https://github.com/zhaocaiji/ComfyUI-VideoFrameTools", + "files": [ + "https://github.com/zhaocaiji/ComfyUI-VideoFrameTools" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI to handle video frame sequences." + }, + { + "author": "zhaocaiji", + "title": "ComfyUI-Mute-Switch", + "reference": "https://github.com/zhaocaiji/ComfyUI-Mute-Switch", + "files": [ + "https://github.com/zhaocaiji/ComfyUI-Mute-Switch" + ], + "install_type": "git-clone", + "description": "A smart logic switch for ComfyUI that physically mutes upstream nodes to save GPU/CPU resources, featuring dynamic inputs and auto-cleanup." + }, + { + "author": "naku-yh", + "title": "ComfyUI_Flux2ImageReference", + "reference": "https://github.com/naku-yh/ComfyUI_Flux2ImageReference", + "files": [ + "https://github.com/naku-yh/ComfyUI_Flux2ImageReference" + ], + "install_type": "git-clone", + "description": "A comprehensive node for ComfyUI that implements an image reference mechanism for Flux2-based image generation models." + }, + { + "author": "transcendedhacker", + "title": "Mode_personal_node", + "reference": "https://github.com/transcendedhacker/Mode_personal_node", + "files": [ + "https://github.com/transcendedhacker/Mode_personal_node" + ], + "install_type": "git-clone", + "description": "Massive scalable SDXL/Flux prompt system with 300+ atomic options." + }, + { + "author": "skatardude10", + "title": "ComfyUI-Optical-Realism", + "reference": "https://github.com/skatardude10/ComfyUI-Optical-Realism", + "files": [ + "https://github.com/skatardude10/ComfyUI-Optical-Realism" + ], + "install_type": "git-clone", + "description": "Physics-based post-processing using depth maps to simulate atmospheric perspective, light transport, and lens imperfections for photorealistic results." + }, + { + "author": "Aloukik21", + "title": "ComfyUI-NovaNoiser", + "reference": "https://github.com/Aloukik21/ComfyUI-NovaNoiser", + "files": [ + "https://github.com/Aloukik21/ComfyUI-NovaNoiser" + ], + "install_type": "git-clone", + "description": "Image Detection Bypass Utility for circumvention of AI Detection with comprehensive image processing and post-processing features." + }, + { + "author": "ai-joe-git", + "title": "ComfyUI-Metadata-Extractor", + "reference": "https://github.com/ai-joe-git/ComfyUI-Metadata-Extractor", + "files": [ + "https://github.com/ai-joe-git/ComfyUI-Metadata-Extractor" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node that extracts workflow metadata from PNG images and video files generated by ComfyUI." + }, + { + "author": "ai-joe-git", + "title": "ComfyUI-Simple-Prompt-Batcher", + "reference": "https://github.com/ai-joe-git/ComfyUI-Simple-Prompt-Batcher", + "files": [ + "https://github.com/ai-joe-git/ComfyUI-Simple-Prompt-Batcher" + ], + "install_type": "git-clone", + "description": "A simple and efficient ComfyUI custom node that allows batch processing of multiple prompts in a single queue with automatic model loading optimization." + }, + { + "author": "aledelpho", + "title": "Arthemy Live Tuner - SDXL", + "reference": "https://github.com/aledelpho/Arthemy_Live-Tuner-SDXL-ComfyUI", + "files": [ + "https://github.com/aledelpho/Arthemy_Live-Tuner-SDXL-ComfyUI" + ], + "install_type": "git-clone", + "description": "Advanced live tuning nodes for SDXL, Illustrious, and NAI. Slice U-Net and CLIP into functional areas to adjust intensity of specific components like Layout, Style, or Syntax." + }, + { + "author": "aledelpho", + "title": "Arthemy Live Tuner - Z-image", + "reference": "https://github.com/aledelpho/Arthemy_Live-Tuner-ZIT-ComfyUI", + "files": [ + "https://github.com/aledelpho/Arthemy_Live-Tuner-ZIT-ComfyUI" + ], + "install_type": "git-clone", + "description": "Advanced real-time control for Z-Image models and Qwen3-4B Text Encoders. These nodes allow you to change your model's weights to boost or lower specific generative phases." + }, + { + "author": "bkpaine1", + "title": "Halo-Lipsy", + "id": "halo-lipsy", + "reference": "https://github.com/bkpaine1/Halo-Lipsy", + "files": [ + "https://github.com/bkpaine1/Halo-Lipsy" + ], + "install_type": "git-clone", + "description": "AMD unified memory lip sync for ComfyUI. Native Wav2Lip inference with no subprocesses - finally works on Strix Halo, ROCm, and all AMD APUs. Features sync tuning, edge blending, and safe tensor casting for unified memory systems." + }, + { + "author": "bkpaine1", + "title": "Halo-TeaCache", + "id": "halo-teacache", + "reference": "https://github.com/bkpaine1/Halo-TeaCache", + "files": [ + "https://github.com/bkpaine1/Halo-TeaCache" + ], + "install_type": "git-clone", + "description": "AMD Unified Memory TeaCache for LTX2 (LTXAV). Lean single-file caching for 48-layer dual-stream transformer. Caches both video and audio residuals. No CPU offload - designed for AMD APUs with unified memory. ~35% speedup on cached denoising steps." + }, + { + "author": "bkpaine1", + "title": "HALO Debug Pack", + "id": "halo-pack", + "reference": "https://github.com/bkpaine1/halo_pack", + "files": [ + "https://github.com/bkpaine1/halo_pack" + ], + "install_type": "git-clone", + "description": "AMD ROCm bf16 diagnostic tools for ComfyUI. Fixes black image issues caused by numpy's lack of bfloat16 support. Includes FP32 VAE decode/encode and debug nodes for latent, conditioning, and model inspection. Useful for AMD Strix Halo, older NVIDIA cards, Apple Silicon, and unified memory systems." + }, + { + "author": "kianthos", + "title": "Earthbound---All-in-one-ComfyUI-Node", + "reference": "https://github.com/kianthos/Earthbound---All-in-one-ComfyUI-Node", + "files": [ + "https://github.com/kianthos/Earthbound---All-in-one-ComfyUI-Node" + ], + "install_type": "git-clone", + "description": "Comprehensive single-node solution for ComfyUI integrating base generation, latent refinement, neural upscaling, and post-processing." + }, + { + "author": "ato-zen", + "title": "ComfyUI-VIBE", + "reference": "https://github.com/ato-zen/ComfyUI-VIBE", + "files": [ + "https://github.com/ato-zen/ComfyUI-VIBE" + ], + "install_type": "git-clone", + "description": "Implementation of VIBE (Visual Instruction Based Editor) as a custom node for ComfyUI that enables image editing using natural language instructions leveraging Sana1.5 and Qwen3-VL models." + }, + { + "author": "FallenIncursio", + "title": "arcenciel-link-comfyui", + "reference": "https://github.com/FallenIncursio/arcenciel-link-comfyui", + "files": [ + "https://github.com/FallenIncursio/arcenciel-link-comfyui" + ], + "install_type": "git-clone", + "description": "Bring your ArcEnCiel models straight into ComfyUI with one click. Includes Link Key support, remote worker control, inventory sync, and sidecar generation." + }, + { + "author": "0dot77", + "title": "comfyui-annotations", + "reference": "https://github.com/0dot77/comfyui-annotations", + "files": [ + "https://github.com/0dot77/comfyui-annotations" + ], + "install_type": "git-clone", + "description": "A lightweight annotation overlay for ComfyUI." + }, + { + "author": "isala404", + "title": "comfy-workflow-api", + "reference": "https://github.com/isala404/comfy-workflow-api", + "files": [ + "https://github.com/isala404/comfy-workflow-api" + ], + "install_type": "git-clone", + "description": "HTTP API for ComfyUI with webhook-based workflow execution." + }, + { + "author": "gen1nya", + "title": "ComfyUI Remote Upscale", + "id": "remote-upscale", + "reference": "https://github.com/gen1nya/ComfyUI-Remote-Upscale", + "files": [ + "https://github.com/gen1nya/ComfyUI-Remote-Upscale" + ], + "install_type": "git-clone", + "description": "Offload image upscaling to a remote server with a dedicated GPU. Real-time progress streaming via SSE." + }, + { + "author": "Setmaster", + "title": "ModelPulse", + "id": "modelpulse", + "reference": "https://github.com/Setmaster/ComfyUI-ModelPulse", + "files": [ + "https://github.com/Setmaster/ComfyUI-ModelPulse" + ], + "install_type": "git-clone", + "description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel." + }, + { + "author": "mickmumpitz", + "title": "Mickmumpitz-Nodes", + "id": "mickmumpitz-nodes", + "reference": "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes", + "files": [ + "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI by Mickmumpitz." + }, + { + "author": "Xz3r0", + "title": "ComfyUI-Xz3r0-Nodes", + "reference": "https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes", + "files": [ + "https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes" + ], + "install_type": "git-clone", + "description": "Some custom nodes: XMath, XResolution, XImageSave, XVideoSave, XLatentLoad, XLatentSave ...and more" + }, + { + "author": "CrateTools", + "title": "Preview Video Monitor Pro", + "id": "preview-video-monitor-pro", + "reference": "https://github.com/CrateTools/comfyui-preview-video-monitor", + "files": [ + "https://github.com/CrateTools/comfyui-preview-video-monitor" + ], + "install_type": "git-clone", + "description": "Second monitor preview for video generations with interactive playback controls, color tools, generation tracking, and workflow-embedded snapshots." + }, + { + "author": "loficoding", + "title": "ComfyUI Node HUD", + "reference": "https://github.com/loficoding/ComfyUI-Node-HUD", + "files": [ + "https://github.com/loficoding/ComfyUI-Node-HUD" + ], + "install_type": "git-clone", + "description": "Adds a smart I/O status dock to stacked nodes for cleaner layouts.", + "tags": ["ui", "layout", "utils"] + }, + { + "author": "laowang", + "title": "ComfyUI PixelArt Converter", + "reference": "https://github.com/wangyff-code/ComfyUI-PixelArt-Converter", + "files": [ + "https://github.com/wangyff-code/ComfyUI-PixelArt-Converter" + ], + "install_type": "git-clone", + "description": "Convert images to pixel art using ONNX models." + }, + { + "author": "sjhddh", + "title": "ComfyUI-Cyber-Steganography", + "id": "cyber-steganography", + "reference": "https://github.com/sjhddh/ComfyUI-Cyber-Steganography", + "files": [ + "https://github.com/sjhddh/ComfyUI-Cyber-Steganography" + ], + "install_type": "git-clone", + "description": "Cyberpunk/Spy-craft steganography nodes for ComfyUI. Hide secret text messages inside AI-generated images using LSB (Least Significant Bit) steganography. Features encryption with optional password key. Nodes: StegoEncode (hide text), StegoDecode (reveal text)." + }, + { + "author": "FNGarvin", + "title": "ComfyUI Auto Model Downloader", + "id": "automodeldownloader", + "reference": "https://github.com/FNGarvin/ComfyUI-AutoModelDownloader", + "files": [ + "https://github.com/FNGarvin/ComfyUI-AutoModelDownloader" + ], + "install_type": "git-clone", + "description": "Convenient, high-speed model downloads directly to your Comfy install with blazing-fast, multi-connection support. No more downloading models to your downloads folder and having to manually move them to the proper folder!" + }, + { + "author": "c0dezer019", + "title": "FreezeFrame", + "id": "freezeframe", + "reference": "https://github.com/c0dezer019/FreezeFrame", + "files": [ + "https://github.com/c0dezer019/FreezeFrame" + ], + "install_type": "git-clone", + "description": "Modifed Sampler nodes that allow you to pause/resume generations. For those with older hardware running in CPU mode or old GPUs. Useful for managing thermals." + }, + { + "author": "mingyi456", + "title": "ComfyUI DFloat11 Extended", + "reference": "https://github.com/mingyi456/ComfyUI-DFloat11-Extended", + "files": [ + "https://github.com/mingyi456/ComfyUI-DFloat11-Extended" + ], + "install_type": "git-clone", + "description": "Fork of the official DF11 ComfyUI custom node that supports a wider variety of model architectures, and provides fixes for compatibility with recent ComfyUI versions. Also, LoRAs are supported for select model architectures." + }, + { + "author": "hetima", + "title": "ComfyUI-SingleLinePicker", + "id": "singlelinepicker", + "reference": "https://github.com/hetima/ComfyUI-SingleLinePicker", + "files": [ + "https://github.com/hetima/ComfyUI-SingleLinePicker" + ], + "install_type": "git-clone", + "description": "Select one line from the text list with a single click. It dramatically improves the process of switching LoRA or prompts." + }, + { + "author": "liewcc", + "title": "ComfyUI-Qwen-Canvas", + "reference": "https://github.com/liewcc/ComfyUI-Qwen-Canvas", + "files": [ + "https://github.com/liewcc/ComfyUI-Qwen-Canvas" + ], + "install_type": "git-clone", + "description": "Enforces Qwen's training resolution buckets for precise Latent space generation." + }, + { + "author": "frankluise5220", + "title": "ComfyUI-LoraHelper", + "reference": "https://github.com/frankluise5220/ComfyUI-Lorahelper", + "nodename_pattern": "UniversalGGUFLoader|UniversalOllamaLoader|UniversalAIChat|LH_LlamaInstruct|LH_History_Monitor|LH_MultiTextSelector|LoRA_AllInOne_Saver|LH_SimpleText", + "files": [ + "https://github.com/frankluise5220/ComfyUI-Lorahelper" + ], + "install_type": "git-clone", + "description": "A specialized toolkit for AI-based image captioning (reverse prompting), prompt enrichment, and automated batch generation. It streamlines LoRA dataset organization with native GGUF and Ollama support.", + "tags": ["llm", "vision", "prompt generation", "lora", "Qwen3", "reverse prompting"] + }, + { + "author": "DevDuckFace", + "title": "KsamplerDF", + "reference": "https://github.com/DevDuckFace/KsamplerDF", + "files": [ + "https://github.com/DevDuckFace/KsamplerDF" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that splits sampling steps between a main sampler and a refiner sampler, with independent denoise control for each phase, with upscalers now" + }, + { + "author": "rockerBOO", + "title": "pixel-sorting", + "reference": "https://github.com/rockerBOO/pixel-sorting", + "files": [ + "https://github.com/rockerBOO/pixel-sorting" + ], + "install_type": "git-clone", + "description": "ASDF-style pixel sorting implementation in Python with extended features" + }, + { + "author": "D-Ogi", + "title": "ComfyUI-Attention-Optimizer", + "reference": "https://github.com/D-Ogi/ComfyUI-Attention-Optimizer", + "files": [ + "https://github.com/D-Ogi/ComfyUI-Attention-Optimizer" + ], + "install_type": "git-clone", + "description": "Automatically benchmark and optimize attention in diffusion models. 1.5-2x speedup on RTX 4090, up to 4x on video models." + }, + { + "author": "molbal", + "title": "ComfyUI-LLM-CLIP", + "reference": "https://github.com/molbal/ComfyUI-LLM-CLIP", + "files": [ + "https://github.com/molbal/ComfyUI-LLM-CLIP" + ], + "install_type": "git-clone", + "description": "These nodes allow you to use a distilled Qwen3-4B model as your text encoder in Stable Diffusion XL." + }, + { + "author": "relhamdi", + "title": "ComfyUI-RE-CustomUtils", + "reference": "https://github.com/relhamdi/ComfyUI-RE-CustomUtils", + "files": [ + "https://github.com/relhamdi/ComfyUI-RE-CustomUtils" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI." + }, + { + "author": "kakachiex2", + "title": "comfyui-ltx2-efficient", + "reference": "https://github.com/kakachiex2/comfyui-ltx2-efficient", + "files": [ + "https://github.com/kakachiex2/comfyui-ltx2-efficient" + ], + "install_type": "git-clone", + "description": "High-performance custom node for LTX2 video generation designed to reduce GPU usage, VRAM requirements, and temperature on consumer GPUs." + }, + { + "author": "BobJohnson24", + "title": "ComfyUI-Flux2-INT8", + "reference": "https://github.com/BobJohnson24/ComfyUI-Flux2-INT8", + "files": [ + "https://github.com/BobJohnson24/ComfyUI-Flux2-INT8" + ], + "install_type": "git-clone", + "description": "This node speeds up Flux2, Chroma, Z-Image in ComfyUI by using INT8 quantization, delivering ~2x faster inference on my 3090, but it should work on any NVIDIA GPU with enough INT8 TOPS." + }, + { + "author": "kayorlian", + "title": "ComfyuiSmartColorMatch", + "reference": "https://github.com/kayorlian/ComfyuiSmartColorMatch", + "files": [ + "https://github.com/kayorlian/ComfyuiSmartColorMatch" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI that performs color matching between reference and generated images with support for masking." + }, + { + "author": "uczensokratesa", + "title": "ComfyUI-Gemini-VAE-Fix", + "reference": "https://github.com/uczensokratesa/ComfyUI-Gemini-VAE-Fix", + "files": [ + "https://github.com/uczensokratesa/ComfyUI-Gemini-VAE-Fix" + ], + "install_type": "git-clone", + "description": "Advanced VAE decoder node with audio sync precision and crash-proof memory management for long videos. (Description by CC)" + }, + { + "author": "uczensokratesa", + "title": "ComfyUI-UniversalSmartVAE", + "reference": "https://github.com/uczensokratesa/ComfyUI-UniversalSmartVAE", + "files": [ + "https://github.com/uczensokratesa/ComfyUI-UniversalSmartVAE" + ], + "install_type": "git-clone", + "description": "VRAM-safe VAE decoder for video latents in ComfyUI. Decodes 5D video latents in temporal batches to prevent GPU memory explosions." + }, + { + "author": "uczensokratesa", + "title": "ComfyUI-Claude-VAE", + "reference": "https://github.com/uczensokratesa/ComfyUI-Claude-VAE", + "files": [ + "https://github.com/uczensokratesa/ComfyUI-Claude-VAE" + ], + "install_type": "git-clone", + "description": "VAE Decode node that solves VRAM problems with mathematically precise temporal stitching, maintaining perfect frame counts across batch sizes for video generation." + }, + { + "author": "uczensokratesa", + "title": "ComfyUI-Grok-SmartVAE", + "reference": "https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE", + "files": [ + "https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE" + ], + "install_type": "git-clone", + "description": "Most durable and flexible VAE decoder for ComfyUI designed for long video sequences with crash-proof dynamic batching, temporal scale detection, and aggressive out-of-memory recovery. (Description by CC)" + }, + { + "author": "rdanalex", + "title": "ComfyUI-ClownSampler", + "reference": "https://github.com/rdanalex/ComfyUI-ClownSampler", + "files": [ + "https://github.com/rdanalex/ComfyUI-ClownSampler" + ], + "install_type": "git-clone", + "description": "A standalone ComfyUI node for loading samplers and providing their names as string outputs." + }, + { + "author": "rgamevfx", + "title": "ComfyUI-RGnodes", + "reference": "https://github.com/rgamevfx/ComfyUI-RGnodes", + "files": [ + "https://github.com/rgamevfx/ComfyUI-RGnodes" + ], + "install_type": "git-clone", + "description": "VFX and video utility nodes. Avoiding opening other apps/clearing other caches." + }, + { + "author": "knishika62", + "title": "ComfyUI-LyricForge", + "reference": "https://github.com/knishika62/ComfyUI-LyricForge", + "files": [ + "https://github.com/knishika62/ComfyUI-LyricForge" + ], + "install_type": "git-clone", + "description": "AI music generation node (for HeartMuLa) that auto-generates style tags and lyrics from keywords, supporting OpenAI/Claude/local LLM APIs and multilingual lyrics (Japanese, English, Chinese, Korean, Spanish). (Description by CC)" + }, + { + "author": "knishika62", + "title": "ComfyUI-DualLoraStack", + "reference": "https://github.com/knishika62/ComfyUI-DualLoraStack", + "files": [ + "https://github.com/knishika62/ComfyUI-DualLoraStack" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that applies the same Lora to two models while sharing a CLIP, supporting up to 6 Lora models with independent strength control. (Description by CC)" + }, + { + "author": "Pedreiro-Digital-Studio-Ltda", + "title": "ComfyUI-PromptPerfect", + "reference": "https://github.com/Pedreiro-Digital-Studio-Ltda/ComfyUI-PromptPerfect", + "files": [ + "https://github.com/Pedreiro-Digital-Studio-Ltda/ComfyUI-PromptPerfect" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI with Prompt Perfect GPT functionality." + }, + { + "author": "laolaoruqin", + "title": "ComfyUI-free-drag-crop", + "reference": "https://github.com/laolaoruqin/ComfyUI-free-drag-crop", + "files": [ + "https://github.com/laolaoruqin/ComfyUI-free-drag-crop" + ], + "install_type": "git-clone", + "description": "An interactive, user-friendly cropping node that allows you to drag and resize the crop area directly in the ComfyUI interface." + }, + { + "author": "hyukudan", + "title": "comfyui-video-resolution", + "reference": "https://github.com/hyukudan/comfyui-video-resolution", + "files": [ + "https://github.com/hyukudan/comfyui-video-resolution" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for selecting video resolutions with preset dimensions for video generation models like LTX, CogVideo, and Hunyuan. (Description by CC)" + }, + { + "author": "TechnicalTod", + "title": "ComfyUI-RotoMask", + "reference": "https://github.com/TechnicalTod/ComfyUI-RotoMask", + "files": [ + "https://github.com/TechnicalTod/ComfyUI-RotoMask" + ], + "install_type": "git-clone", + "description": "A rotoscoping tool for ComfyUI that allows you to create animated masks using polygon curves with keyframe interpolation." + }, + { + "author": "jajos12", + "title": "Comfyui-WanVideo-Context", + "reference": "https://github.com/jajos12/Comfyui-WanVideo-Context", + "files": [ + "https://github.com/jajos12/Comfyui-WanVideo-Context" + ], + "install_type": "git-clone", + "description": "Advanced context management node for WanVideo using Intent-Aware Mixture of Contexts (MoC) system with hybrid memory, multi-modal retrieval, and temporal diversity. (Description by CC)" + }, + { + "author": "Candlehead", + "title": "Candlehead-Comfy-Nodez", + "reference": "https://github.com/Candlehead/Candlehead-Comfy-Nodez", + "files": [ + "https://github.com/Candlehead/Candlehead-Comfy-Nodez" + ], + "install_type": "git-clone", + "description": "Comprehensive suite of utility nodes for ComfyUI including AspectToRes, ImageInfo, and TextProcessor for image processing workflows." + }, + { + "author": "Meisoftcoltd", + "title": "comfyui-sequential-batcher", + "reference": "https://github.com/Meisoftcoltd/comfyui-sequential-batcher", + "files": [ + "https://github.com/Meisoftcoltd/comfyui-sequential-batcher" + ], + "install_type": "git-clone", + "description": "The ultimate tool for creating complex iterative workflows and frame-by-frame video processing in ComfyUI, designed to handle huge tasks without GPU crashes using intelligent sequential looping." + }, + { + "author": "Meisoftcoltd", + "title": "ComfyUI-Demucs-AudioSeparator", + "reference": "https://github.com/Meisoftcoltd/ComfyUI-Demucs-AudioSeparator", + "files": [ + "https://github.com/Meisoftcoltd/ComfyUI-Demucs-AudioSeparator" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for audio source separation using Meta Demucs v4 technology to extract voices, drums, bass, and other instruments with high fidelity. (Description by CC)" + }, + { + "author": "licanhua", + "title": "ComfyUI-StrokeReveal", + "reference": "https://github.com/licanhua/ComfyUI-StrokeReveal", + "files": [ + "https://github.com/licanhua/ComfyUI-StrokeReveal" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that creates an animated stroke reveal effect, where a brush/pen follows a mask edge to reveal an image with feathered blending and 8 direction support." + }, + { + "author": "K3nt3L", + "title": "ComfyUI-S1Z35", + "reference": "https://github.com/K3nt3L/ComfyUI-S1Z35", + "files": [ + "https://github.com/K3nt3L/ComfyUI-S1Z35" + ], + "install_type": "git-clone", + "description": "Basic nodes for image ratios and size presets (all models)" + }, + { + "author": "kaushiknishchay", + "title": "ComfyUI-Qwen3-ASR", + "reference": "https://github.com/kaushiknishchay/ComfyUI-Qwen3-ASR", + "files": [ + "https://github.com/kaushiknishchay/ComfyUI-Qwen3-ASR" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Qwen3-ASR (0.6B/1.7B) and ForcedAligner. Supports high-accuracy ASR and language identification for 52 languages/dialects, including 22 Chinese dialects and various English accents. Features word-level timestamps, long audio transcription, and VRAM-optimized inference." + }, + { + "author": "Ugleh", + "title": "ComfyUI-ugleh-OpenAI", + "reference": "https://github.com/Ugleh/ComfyUI-ugleh-OpenAI", + "files": [ + "https://github.com/Ugleh/ComfyUI-ugleh-OpenAI" + ], + "install_type": "git-clone", + "description": "Minimal OpenAI API nodes for ComfyUI." + }, + { + "author": "remingtonspaz", + "title": "Reference Chain Conditioning", + "reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain", + "files": [ + "https://github.com/remingtonspaz/ComfyUI-ReferenceChain" + ], + "install_type": "git-clone", + "description": "Chain multiple images as reference conditionings for Flux Klein, Kontext etc. with one node" + }, + { + "author": "SidDays", + "title": "ComfyUI-YuGiOh", + "reference": "https://github.com/SidDays/ComfyUI-YuGiOh", + "files": [ + "https://github.com/SidDays/ComfyUI-YuGiOh" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes to help with creating custom Yu-Gi-Oh! cards and modding the video games" + }, + { + "author": "NidAll", + "title": "ComfyUI_PromptStyler", + "reference": "https://github.com/NidAll/ComfyUI_PromptStyler", + "files": [ + "https://github.com/NidAll/ComfyUI_PromptStyler" + ], + "install_type": "git-clone", + "description": "PromptStyler is a custom ComfyUI node that helps you keep your prompts consistent by applying a selected style template to your positive prompt, then outputting CONDITIONING for KSampler." + }, + { + "author": "peter119lee", + "title": "ComfyUI-BananaForge", + "reference": "https://github.com/peter119lee/ComfyUI-BananaForge", + "files": [ + "https://github.com/peter119lee/ComfyUI-BananaForge" + ], + "install_type": "git-clone", + "description": "Gemini-powered image generation for ComfyUI supporting text-to-image, image-to-image, and batch processing with flexible API configuration. (Description by CC)" + }, + { + "author": "petmycat", + "title": "ComfyUI-gen2", + "reference": "https://github.com/petmycat/ComfyUI-gen2", + "files": [ + "https://github.com/petmycat/ComfyUI-gen2" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for QwenImage ControlNet achieving 100% output compatibility with VideoX-Fun's diffusers pipeline while leveraging ComfyUI's efficient model loading system." + }, + { + "author": "aligjahed", + "title": "comfy-flow", + "reference": "https://github.com/aligjahed/comfy-flow", + "files": [ + "https://github.com/aligjahed/comfy-flow" + ], + "install_type": "git-clone", + "description": "Comfy Flow - A flow manager for ComfyUI. (Description by CC)" + }, + { + "author": "harishcmgit", + "title": "comfyui_ds", + "reference": "https://github.com/harishcmgit/comfyui_ds", + "files": [ + "https://github.com/harishcmgit/comfyui_ds" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that implements advanced document scanning with automatic perspective correction and multiple enhancement options." + }, + { + "author": "errew", + "title": "ComfyUI-Wireless", + "reference": "https://github.com/errew/ComfyUI-Wireless", + "files": [ + "https://github.com/errew/ComfyUI-Wireless" + ], + "install_type": "git-clone", + "description": "A clean, lightweight ComfyUI plugin to transmit data wirelessly between nodes using a global key-value store." + }, + { + "author": "domprosys", + "title": "ComfyUI-LTXVideo-Extra", + "reference": "https://github.com/domprosys/ComfyUI-LTXVideo-Extra", + "files": [ + "https://github.com/domprosys/ComfyUI-LTXVideo-Extra" + ], + "install_type": "git-clone", + "description": "Extra nodes for LTX-2 video generation in ComfyUI." + }, + { + "author": "engineer6980", + "title": "ComfyUI-Image-Cipher", + "reference": "https://github.com/engineer6980/ComfyUI-Image-Cipher", + "files": [ + "https://github.com/engineer6980/ComfyUI-Image-Cipher" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for image privacy protection using RGB channel independent differential bit-shifting encryption. (Description by CC)" + }, + { + "author": "DanPli", + "title": "ComfyUI-Flux2LatentPresets", + "reference": "https://github.com/DanPli/ComfyUI-Flux2LatentPresets", + "files": [ + "https://github.com/DanPli/ComfyUI-Flux2LatentPresets" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that provides Flux 2–recommended resolution presets for quickly creating empty latents, without manually entering width and height values." + }, + { + "author": "pytraveler", + "title": "comfyui-darkil-nodes", + "reference": "https://github.com/pytraveler/comfyui-darkil-nodes", + "files": [ + "https://github.com/pytraveler/comfyui-darkil-nodes" + ], + "install_type": "git-clone", + "description": "Various custom nodes for improved usability." + }, + { + "author": "kadevin", + "title": "ComfyUI-Active-Node-Highlighter", + "reference": "https://github.com/kadevin/ComfyUI-Active-Node-Highlighter", + "files": [ + "https://github.com/kadevin/ComfyUI-Active-Node-Highlighter" + ], + "install_type": "git-clone", + "description": "A lightweight ComfyUI extension that highlights the currently executing node by inverting its colors." + }, + { + "author": "JamesDanielDoss", + "title": "JamesDossAI-EnhancedLinks", + "reference": "https://github.com/JamesDanielDoss/JamesDossAI-EnhancedLinks", + "files": [ + "https://github.com/JamesDanielDoss/JamesDossAI-EnhancedLinks" + ], + "install_type": "git-clone", + "description": "Simple animated arrows traveling along workflow links (input → output)" + }, + { + "author": "kreonxv", + "title": "ComfyUI-Infinity-Canvas", + "reference": "https://github.com/kreonxv/ComfyUI-Infinity-Canvas", + "files": [ + "https://github.com/kreonxv/ComfyUI-Infinity-Canvas" + ], + "install_type": "git-clone", + "description": "A powerful infinite canvas inpainting extension for ComfyUI inspired by InvokeAI Canvas and Painthua.com, enabling boundless painting and seamless iterative workflows." + }, + { + "author": "kreonxv", + "title": "ComfyUI-T2I_StyleApply", + "reference": "https://github.com/kreonxv/ComfyUI-T2I_StyleApply", + "files": [ + "https://github.com/kreonxv/ComfyUI-T2I_StyleApply" + ], + "install_type": "git-clone", + "description": "Simple node for ComfyUI that applies a text-to-image (T2I) style to an image or embedding with support for start/end frame control and a weight parameter." + }, + { + "author": "kreonxv", + "title": "ComfyUI-ForgeAPI", + "reference": "https://github.com/kreonxv/ComfyUI-ForgeAPI", + "files": [ + "https://github.com/kreonxv/ComfyUI-ForgeAPI" + ], + "install_type": "git-clone", + "description": "Lightweight custom nodes that integrate ComfyUI with ForgeUI-style samplers and provide convenient ControlNet and LoRA stack helpers." + }, + { + "author": "kreonxv", + "title": "ComfyUI-LoraControls", + "reference": "https://github.com/kreonxv/ComfyUI-LoraControls", + "files": [ + "https://github.com/kreonxv/ComfyUI-LoraControls" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI custom nodes to control LoRA (Low-Rank Adaptation) strength programmatically during the sampling process." + }, + { + "author": "kreonxv", + "title": "ComfyUI-Whiteboard", + "reference": "https://github.com/kreonxv/ComfyUI-Whiteboard", + "files": [ + "https://github.com/kreonxv/ComfyUI-Whiteboard" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI node that creates a white canvas for freehand drawing and automatically runs inference for sketch-to-image workflows." + }, + { + "author": "kreonxv", + "title": "ComfyUI-GroupBypasser", + "reference": "https://github.com/kreonxv/ComfyUI-GroupBypasser", + "files": [ + "https://github.com/kreonxv/ComfyUI-GroupBypasser" + ], + "install_type": "git-clone", + "description": "A small ComfyUI custom node that provides a lightweight bypass for grouped nodes." + }, + { + "author": "Shan2L", + "title": "ComfyUI-Simple-Profiler", + "reference": "https://github.com/Shan2L/ComfyUI-Simple-Profiler", + "files": [ + "https://github.com/Shan2L/ComfyUI-Simple-Profiler" + ], + "install_type": "git-clone", + "description": "A pure backend custom node/plugin for ComfyUI that records execution time for each node in a workflow and maximum device usage statistics." + }, + { + "author": "Malkalypse", + "title": "ComfyUI-MouseCoords", + "id": "mousecoords", + "reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords", + "files": [ + "https://github.com/Malkalypse/ComfyUI-MouseCoords" + ], + "install_type": "git-clone", + "description": "Display real-time mouse coordinates in graph space. Shows the current mouse position in the top-right corner of the canvas, useful for positioning nodes precisely, debugging layouts, and measuring distances." + }, + { + "author": "luoq24", + "title": "ydem_nodes", + "reference": "https://github.com/luoq24/ydem_nodes", + "files": [ + "https://github.com/luoq24/ydem_nodes" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node collection including face direction detection, image processing, and example nodes. (Description by CC)" + }, + { + "author": "xufengbo1993", + "title": "ComfyUI-ZFL-JSON-Extractor", + "reference": "https://github.com/xufengbo1993/ComfyUI-ZFL-JSON-Extractor", + "files": [ + "https://github.com/xufengbo1993/ComfyUI-ZFL-JSON-Extractor" + ], + "install_type": "git-clone", + "description": "A powerful tool for AI dynamic comic creators and scriptwriters extracting up to 4 specific keys from JSON scripts." + }, + { + "author": "ohmygoobness", + "title": "ComfyUI-ImageResolutionFixer", + "reference": "https://github.com/ohmygoobness/ComfyUI-ImageResolutionFixer", + "files": [ + "https://github.com/ohmygoobness/ComfyUI-ImageResolutionFixer" + ], + "install_type": "git-clone", + "description": "A lightweight ComfyUI node that intelligently rounds image dimensions to compatible resolutions using smart reflection mirroring." + }, + { + "author": "AnastasiyaW", + "title": "ComfyUI-SmartScreenshotCleaner", + "reference": "https://github.com/AnastasiyaW/ComfyUI-SmartScreenshotCleaner", + "files": [ + "https://github.com/AnastasiyaW/ComfyUI-SmartScreenshotCleaner" + ], + "install_type": "git-clone", + "description": "Nodes for removing UI elements from screenshots by detecting and masking icons, buttons, and text. (Description by CC)" + }, + { + "author": "neurodanzelus-cmd", + "title": "ComfyUI-TeleStyle", + "reference": "https://github.com/neurodanzelus-cmd/ComfyUI-TeleStyle", + "files": [ + "https://github.com/neurodanzelus-cmd/ComfyUI-TeleStyle" + ], + "install_type": "git-clone", + "description": "An unofficial, streamlined, and highly optimized ComfyUI implementation of TeleStyle for video style transfer. (Description by CC)" + }, + { + "author": "Mexes1978", + "title": "comfyui-comfysketch", + "reference": "https://github.com/Mexes1978/comfyui-comfysketch", + "files": [ + "https://github.com/Mexes1978/comfyui-comfysketch" + ], + "install_type": "git-clone", + "description": "A drawing and sketching node for ComfyUI with layers, multiple brush types, and a focused, professional interface." + }, + { + "author": "franciscotorrado", + "title": "ComfyUI-Automation", + "reference": "https://github.com/franciscotorrado/ComfyUI-Automation", + "files": [ + "https://github.com/franciscotorrado/ComfyUI-Automation" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI designed to facilitate complex looping and iteration workflows, specialized in media batch processing." + }, + { + "author": "kana112233", + "title": "ComfyUI-kaola-ace-step", + "reference": "https://github.com/kana112233/ComfyUI-kaola-ace-step", + "files": [ + "https://github.com/kana112233/ComfyUI-kaola-ace-step" + ], + "install_type": "git-clone", + "description": "ACE-Step 1.5 music generation nodes for ComfyUI - Generate high-quality music from text" + }, + { + "author": "Devourer56", + "title": "ComfyUI-Impact-BIGdetector-BBOX-SEGS", + "reference": "https://github.com/Devourer56/ComfyUI-Impact-BIGdetector-BBOX-SEGS", + "files": [ + "https://github.com/Devourer56/ComfyUI-Impact-BIGdetector-BBOX-SEGS" + ], + "install_type": "git-clone", + "description": "A ComfyUI node implementing cascade object detection system (bbox/segm) using YOLO models with multi-stage processing. (Description by CC)" + }, + { + "author": "LDNKS094", + "title": "ComfyUI-Painter-I2V-AIO", + "reference": "https://github.com/LDNKS094/ComfyUI-Painter-I2V-AIO", + "files": [ + "https://github.com/LDNKS094/ComfyUI-Painter-I2V-AIO" + ], + "install_type": "git-clone", + "description": "All-in-One collection of Painter's ComfyUI nodes for video generation" + }, + { + "author": "cosmicbuffalo", + "title": "ComfyUI Mobile Frontend", + "id": "comfyui-mobile-frontend", + "reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend", + "files": [ + "https://github.com/cosmicbuffalo/comfyui-mobile-frontend" + ], + "install_type": "git-clone", + "description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/." + }, + { + "author": "DN2048", + "title": "dn_little_helpers", + "reference": "https://github.com/DN2048/dn_little_helpers", + "files": [ + "https://github.com/DN2048/dn_little_helpers" + ], + "install_type": "git-clone", + "description": "A collection of little custom nodes for ComfyUI to help in simple/specific tasks" + }, + { + "author": "zavatmotion", + "title": "ComfyUI Workflow Backup", + "reference": "https://github.com/zavatmotion/ComfyUI-Workflow-Backup", + "files": [ + "https://github.com/zavatmotion/ComfyUI-Workflow-Backup" + ], + "install_type": "git-clone", + "description": "A ComfyUI Custom Node to backup workflows and their required models locally." + }, + { + "author": "DVA", + "title": "DVA_Qwen_TTS", + "reference": "https://github.com/SLVGITHUB/QWEN3_TTS_DVA", + "files": [ + "https://github.com/SLVGITHUB/QWEN3_TTS_DVA" + ], + "install_type": "git-clone", + "description": "High-quality multilingual TTS with voice cloning, emotion control, and support for Qwen3-TTS models (CustomVoice, VoiceDesign, Base)." + }, + { + "author": "boredcoderyt", + "title": "Fibo Edit Node for ComfyUI", + "id": "fiboedit", + "reference": "https://github.com/boredcoderyt/ComfyUI-Fibo-Edit", + "files": [ + "https://github.com/boredcoderyt/ComfyUI-Fibo-Edit" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for BriaAI Fibo Edit image model." + }, + { + "author": "robomello", + "title": "ComfyUI Prompt Saver", + "id": "prompt-saver", + "reference": "https://github.com/robomello/comfyui-prompt-saver", + "files": [ + "https://github.com/robomello/comfyui-prompt-saver" + ], + "install_type": "git-clone", + "description": "Saves images with prompt reference cards - thumbnail + formatted prompt side-by-side with JSON syntax highlighting for easy browsing and organization." + }, + { + "author": "HappyOnigiri", + "title": "ComfyUI-Meld", + "reference": "https://github.com/HappyOnigiri/ComfyUI-Meld", + "files": [ + "https://github.com/HappyOnigiri/ComfyUI-Meld" + ], + "install_type": "git-clone", + "description": "The ultimate Image Manager & Gallery for ComfyUI. Automatically catalog generations, track lineage, and restore workflows with a single click." + }, + { + "author": "maartenharms", + "title": "FlowPath", + "id": "flowpath", + "reference": "https://github.com/maartenharms/comfyui-flowpath", + "files": [ + "https://github.com/maartenharms/comfyui-flowpath" + ], + "install_type": "git-clone", + "description": "Intelligent path organization for ComfyUI. Drag-drop segments, auto-detection (Model, LoRA, Resolution, Seed), template variables, global presets, dual outputs for Image Saver, and 7 beautiful themes. Say goodbye to messy output folders!" + }, + { + "author": "maartenharms", + "title": "PromptFlow", + "id": "promptflow", + "reference": "https://github.com/maartenharms/comfyui-promptflow", + "files": [ + "https://github.com/maartenharms/comfyui-promptflow" + ], + "install_type": "git-clone", + "description": "Modular prompt engineering with wildcards, variations preview, auto-sort, and presets. Two modes (Simple/Extended), LoRA Manager integration, and 7 themes shared with FlowPath." + }, + { + "author": "Moser9815", + "title": "ComfyUI-RMAutomation", + "id": "rmautomation", + "reference": "https://github.com/Moser9815/ComfyUI-RMAutomation", + "files": [ + "https://github.com/Moser9815/ComfyUI-RMAutomation" + ], + "install_type": "git-clone", + "description": "Automation nodes for ComfyUI: RM Styles (load prompts from JSON with random/increment modes), Power LoRA Loader (advanced LoRA loading with random weights), image fallback, mask gate, latent operations, and video combine nodes." + }, + { + "author": "dennisvink", + "title": "Outline Alpha Snap Node for ComfyUI", + "id": "outlinealphasnap", + "reference": "https://github.com/dennisvink/comfyui-outline", + "files": [ + "https://github.com/dennisvink/comfyui-outline" + ], + "install_type": "git-clone", + "description": "This node adds an outside-only outline around the opaque region of an image while cleaning up semi‑transparent edge pixels and removing stray islands." + }, + { + "author": "NineKey1028", + "title": "ComfyUI_Dynamic_TagLoader", + "reference": "https://github.com/NineKey1028/ComfyUI_Dynamic_TagLoader", + "files": [ + "https://github.com/NineKey1028/ComfyUI_Dynamic_TagLoader" + ], + "install_type": "git-clone", + "description": "Automation toolkit for ComfyUI featuring dynamic tag combinations, LoRA parsing, and workflow metadata reading." + }, + { + "author": "SWORKS_TEAM", + "title": "SEngine", + "id": "sengine", + "reference": "https://github.com/sworksteam/SEngine", + "files": [ + "https://github.com/sworksteam/SEngine" + ], + "install_type": "git-clone", + "description": "Sidebar browser for SWORKS_TEAM LoRAs from Civitai. Browse, download, and apply LoRAs with image previews and tag filtering." + }, + { + "author": "huchukato", + "title": "QwenVL-Mod: Enhanced Vision-Language", + "id": "qwenvl-mod", + "reference": "https://github.com/huchukato/ComfyUI-QwenVL-Mod", + "files": [ + "https://github.com/huchukato/ComfyUI-QwenVL-Mod" + ], + "install_type": "git-clone", + "description": "Enhanced QwenVL node with Smart Prompt Caching, multilingual WAN 2.2 presets, comprehensive visual style detection, and NSFW support. Latest v2.0.8 with bug fixes and stability improvements for professional multimodal workflows.", + "category": "image", + "tags": ["vision", "language", "multimodal", "qwen", "smart_caching", "prompt_caching", "multilingual", "style_detection", "performance", "wan2.2", "video", "i2v", "t2v", "cinematography", "abliterated", "nsfw", "enhanced", "fork", "stable"], + "version": "2.0.8" + }, + { + "author": "huchukato", + "title": "ComfyUI-TagComplete", + "id": "comfy-tagcomplete", + "reference": "https://github.com/huchukato/comfy-tagcomplete", + "files": [ + "https://github.com/huchukato/comfy-tagcomplete" + ], + "install_type": "git-clone", + "description": "Tag completion with a1111-sd-webui-tagcomplete style wildcard sub-selection, supporting CSV files and multiple wildcard sources. Features smart parsing, text overflow handling, and full compatibility with existing wildcard files. v2.0.0 with major wildcard workflow improvements.", + "category": "utility", + "tags": ["tag", "completion", "autocomplete", "wildcard", "csv", "suggestion", "sub-selection", "a1111", "danbooru", "e621", "prompt", "utility", "enhanced", "stable"], + "version": "2.0.0" + }, + { + "author": "kadima-tech", + "title": "ComfyUI-Draggen", + "reference": "https://github.com/kadima-tech/comfyui-draggen", + "files": [ + "https://github.com/kadima-tech/comfyui-draggen" + ], + "install_type": "git-clone", + "description": "Load and use your Draggen.io moodboards directly in ComfyUI." + }, + { + "author": "Night1099", + "title": "ComfyUI-PBRFusion4", + "id": "comfyui-pbrfusion4", + "reference": "https://github.com/Night1099/COMFYUI-PBRFusion4", + "files": [ + "https://github.com/Night1099/COMFYUI-PBRFusion4" + ], + "install_type": "git-clone", + "description": "PBR texture generation diffusion model nodes. Generate depth maps and normal maps from baked textures using PBRFusion4." + }, + { + "author": "TK3R", + "title": "ComfyUI TK3R Extensions", + "id": "comfyui_tk3r_ext", + "reference": "https://github.com/TK3R/ComfyUI_TK3R_Ext", + "files": [ + "https://github.com/TK3R/ComfyUI_TK3R_Ext" + ], + "install_type": "git-clone", + "description": "A few enhanced versions of vanilla nodes, mainly Qwen/ZImage controlnet nodes & scheduled CFG guider, and some utility nodes." + }, + { + "author": "Praveen", + "title": "Praveen's ComfyUI Tools", + "id": "praveentools", + "reference": "https://github.com/Praveenhalder/praveen-tools", + "files": [ + "https://github.com/Praveenhalder/praveen-tools" + ], + "install_type": "git-clone", + "description": "A comprehensive collection of 18+ utility nodes for ComfyUI including image list operations (split/merge), advanced tiling with seamless blending, brightness/contrast/saturation/RGB adjustments, diagonal watermarking, overlapping image processing, image tile processing and various workflow optimization tools. Perfect for high-resolution image processing, batch workflows, and color grading." + }, + { + "author": "jluo-github", + "title": "comfyui-auto-size", + "reference": "https://github.com/jluo-github/comfyui-auto-size", + "files": [ + "https://github.com/jluo-github/comfyui-auto-size" + ], + "install_type": "git-clone", + "description": "ComfyUI plugin providing auto-sized image and latent nodes with model-aligned resolutions." + }, + { + "author": "efuentesamin", + "title": "mewins_node_pack", + "reference": "https://github.com/efuentesamin/mewins_node_pack", + "files": [ + "https://github.com/efuentesamin/mewins_node_pack" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI" + }, + { + "author": "ArtifyGames", + "title": "comfyui-artify", + "reference": "https://github.com/ArtifyGames/comfyui-artify", + "files": [ + "https://github.com/ArtifyGames/comfyui-artify" + ], + "install_type": "git-clone", + "description": "ComfyUI Artify custom nodes. Includes a robust image resize node with single-pass scale_by behavior and configurable divisible rounding." + }, + { + "author": "ace-step", + "title": "ACE-Step-ComfyUI", + "reference": "https://github.com/ace-step/ACE-Step-ComfyUI", + "files": [ + "https://github.com/ace-step/ACE-Step-ComfyUI" + ], + "install_type": "git-clone", + "description": "Official ComfyUI node for ACE-Step AI music generation via ACE-Step API" + }, + { + "author": "Arroz-11", + "title": "ComfyUI-Just-Nodes", + "reference": "https://github.com/Arroz-11/ComfyUI-Just-Nodes", + "files": [ + "https://github.com/Arroz-11/ComfyUI-Just-Nodes" + ], + "install_type": "git-clone", + "description": "Utility nodes for ComfyUI: Prompt Stack, Picker, Search & Replace, and Labeled Index." + }, + { + "author": "Arroz-11", + "title": "ComfyUI-Linear-Theme", + "reference": "https://github.com/Arroz-11/ComfyUI-Linear-Theme", + "files": [ + "https://github.com/Arroz-11/ComfyUI-Linear-Theme" + ], + "install_type": "git-clone", + "description": "Dark minimal theme for ComfyUI inspired by Linear, Vercel, and Raycast. Pure black aesthetic, zinc scale, dot grid background, and ghost/outline buttons." + }, + { + "author": "artokun", + "title": "ComfyUI-Photoreal-Prompt-Builder", + "reference": "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder", + "files": [ + "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder" + ], + "install_type": "git-clone", + "description": "Structured photorealistic prompt builder for FLUX Klein 9B in ComfyUI" + }, + { + "author": "artokun", + "title": "ComfyUI-Photoreal-Prompt-Builder-NSFW", + "reference": "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder-NSFW", + "files": [ + "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder-NSFW" + ], + "install_type": "git-clone", + "description": "Optional NSFW content expansion for ComfyUI-Photoreal-Prompt-Builder with explicit pose, action, and group action expansions." + }, + { + "author": "digital-divas-admin", + "title": "ComfyUI_DD_Nodes", + "reference": "https://github.com/digital-divas-admin/ComfyUI_DD_Nodes", + "files": [ + "https://github.com/digital-divas-admin/ComfyUI_DD_Nodes" + ], + "install_type": "git-clone", + "description": "Custom utility nodes for ComfyUI by Digital Divas." + }, + { + "author": "pavelchezcin", + "title": "pcvideomask", + "reference": "https://github.com/pavelchezcin/pcvideomask", + "files": [ + "https://github.com/pavelchezcin/pcvideomask" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI" + }, + { + "author": "AlbertJBurton", + "title": "comfyui-jbnodes", + "reference": "https://github.com/AlbertJBurton/comfyui-jbnodes", + "files": [ + "https://github.com/AlbertJBurton/comfyui-jbnodes" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for creating images with the look and feel of various film stocks." + }, + { + "author": "RyanHolanda", + "title": "ComfyUI-AudioBridge", + "reference": "https://github.com/RyanHolanda/ComfyUI-AudioBridge", + "files": [ + "https://github.com/RyanHolanda/ComfyUI-AudioBridge" + ], + "install_type": "git-clone", + "description": "Bridges ComfyUI's native AUDIO type to raw audio tensors (VCAUDIOTENSOR) for MuseTalk, VoiceCraft, and more." + }, + { + "author": "luckdvr", + "title": "comfyui-image-annotator", + "reference": "https://github.com/luckdvr/comfyui-image-annotator", + "files": [ + "https://github.com/luckdvr/comfyui-image-annotator" + ], + "install_type": "git-clone", + "description": "A professional image annotation node for ComfyUI, featuring Point, Rectangle, and Polygon annotations with real-time rendering and WYSIWYG editing." + }, + { + "author": "tekijiyuu", + "title": "TenguPad", + "reference": "https://github.com/tekijiyuu/TenguPad", + "files": [ + "https://github.com/tekijiyuu/TenguPad" + ], + "install_type": "git-clone", + "description": "Resize and pad with color selection for ComfyUI" + }, + { + "author": "pongjoo", + "title": "ComfyUI-PJLatent", + "reference": "https://github.com/pongjoo/ComfyUI-PJLatent", + "files": [ + "https://github.com/pongjoo/ComfyUI-PJLatent" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI custom node that generates empty latents based on aspect ratio and a user-defined longest side." + }, + { + "author": "evandcoleman", + "title": "comfyui-comparison-grid", + "reference": "https://github.com/evandcoleman/comfyui-comparison-grid", + "files": [ + "https://github.com/evandcoleman/comfyui-comparison-grid" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that generates comparison grids in a single node." + }, + { + "author": "eastmoe", + "title": "ComfyUI-CMP-Extention", + "reference": "https://github.com/eastmoe/ComfyUI-CMP-Extention", + "files": [ + "https://github.com/eastmoe/ComfyUI-CMP-Extention" + ], + "install_type": "git-clone", + "description": "ComfyUI acceleration extension designed specifically for the 170HX GPU that enhances inference performance by optimizing specific operators based on academic research." + }, + { + "author": "AnonBOTpl", + "title": "ComfyUI Qwen Prompt Expander", + "reference": "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander", + "files": [ + "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander" + ], + "install_type": "git-clone", + "description": "Local AI prompt generator using Qwen/SmolLM2 models. 100% offline and private. Supports 4-bit/8-bit quantization. Runs on 6GB VRAM GPUs alongside Stable Diffusion. Smart token management, Polish-English translation, embedding support, OOM protection.", + "tags": [ + "prompt", + "AI", + "LLM", + "offline", + "translation", + "privacy" + ], + "nodename_pattern": "QwenOfflinePrompt" + }, + { + "author": "Terpentinas", + "title": "EasyLoRAMerger", + "reference": "https://github.com/Terpentinas/EasyLoRAMerger", + "files": [ + "https://github.com/Terpentinas/EasyLoRAMerger" + ], + "install_type": "git-clone", + "description": "A versatile LoRA merger for Flux (4B/9B/Dev), Z-Image, and SDXL. Features cross-architecture scaling, weight normalization, and live model baking." + }, @@ -37452,16 +43546,6 @@ "install_type": "copy", "description": "Advanced merging methods." }, - { - "author": "tudal", - "title": "Hakkun-ComfyUI-nodes", - "reference": "https://github.com/tudal/Hakkun-ComfyUI-nodes", - "files": [ - "https://raw.githubusercontent.com/tudal/Hakkun-ComfyUI-nodes/main/hakkun_nodes.py" - ], - "install_type": "copy", - "description": "Mainly its prompt generating by custom syntax. Prompt Parser, Prompt tags, Random Line, Calculate Upscale, Image size to string, Type Converter, Image Resize To Height/Width, Load Random Image, Load Text" - }, { "author": "SadaleNet", "title": "ComfyUI A1111-like Prompt Custom Node Solution", 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 0d3104a1..c61e55bd 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -18,12 +18,23 @@ "title_aux": "mmaker/Color Enhance" } ], - "https://gitee.com/yyh915/jkha-load-img": [ + "https://github.com/0nikod/ComfyUI-Metadata-Tools": [ [ - "JkhaLoadImage" + "ImageGetMetadata", + "ImageSetMetadata", + "LoadImageWithMetadata", + "SaveImageWithMetadata" ], { - "title_aux": "ImageLoadFromLocalOrUrl Node for ComfyUI" + "title_aux": "ComfyUI-Metadata-Tools" + } + ], + "https://github.com/0nikod/ComfyUI-Simple-Prompt": [ + [ + "SimplePrompt" + ], + { + "title_aux": "ComfyUI-Simple-Prompt" } ], "https://github.com/0x-jerry/comfyui-rembg": [ @@ -166,30 +177,62 @@ "title_aux": "ComfyUI-OmniGen" } ], + "https://github.com/1038lab/ComfyUI-QwenASR": [ + [ + "AILab_Qwen3ASR", + "AILab_Qwen3ASRSubtitle" + ], + { + "title_aux": "ComfyUI-QwenASR" + } + ], + "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", + "AILab_ColorToMask", "AILab_CropObject", + "AILab_Florence2", + "AILab_Florence2ToCoordinates", "AILab_ICLoRAConcat", "AILab_ImageCombiner", "AILab_ImageCompare", "AILab_ImageCrop", "AILab_ImageMaskConvert", - "AILab_ImageMaskResize", + "AILab_ImageMaskToList", "AILab_ImagePreview", + "AILab_ImageResize", "AILab_ImageStitch", + "AILab_ImageToList", "AILab_LamaRemover", "AILab_LoadImage", "AILab_LoadImageAdvanced", + "AILab_LoadImageBatch", "AILab_LoadImageSimple", "AILab_MaskCombiner", "AILab_MaskEnhancer", "AILab_MaskExtractor", "AILab_MaskOverlay", "AILab_MaskPreview", + "AILab_MaskToList", "AILab_Preview", "AILab_ReferenceLatentMask", "AILab_SDMatte", + "AILab_UnbatchImages", + "AILab_YoloV8", + "AILab_YoloV8Adv", "BiRefNetRMBG", "BodySegment", "ClothesSegment", @@ -229,7 +272,8 @@ ], "https://github.com/1038lab/ComfyUI-VoxCPMTTS": [ [ - "AILab_VoxCPMTTS" + "AILab_VoxCPMTTS", + "AILab_VoxCPMTTS_Advanced" ], { "title_aux": "ComfyUI-VoxCPMTTS" @@ -254,6 +298,17 @@ "title_aux": "ComfyUI-WildPromptor" } ], + "https://github.com/1038lab/ComfyUI-Youtu-VL": [ + [ + "AILab_YoutuVL", + "AILab_YoutuVL_Advanced", + "AILab_YoutuVL_GGUF", + "AILab_YoutuVL_GGUF_Advanced" + ], + { + "title_aux": "ComfyUI-Youtu-VL" + } + ], "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": [ [ "MyJigsawPuzzleEffect", @@ -376,6 +431,15 @@ "title_aux": "Comfyui-ergouzi-samplers" } ], + "https://github.com/18yz153/ComfyUI-Persona-Director": [ + [ + "PersonaDirector", + "PersonaDirectorNode" + ], + { + "title_aux": "ComfyUI-Persona-Director" + } + ], "https://github.com/1hew/ComfyUI-1hewNodes": [ [ "1hew_AnyEmptyBool", @@ -385,6 +449,7 @@ "1hew_AudioDuration", "1hew_DetectGuideLine", "1hew_DetectYolo", + "1hew_GetFileCount", "1hew_ImageAddLabel", "1hew_ImageBBoxOverlayByMask", "1hew_ImageBatchExtract", @@ -411,6 +476,7 @@ "1hew_ImagePingPong", "1hew_ImagePlot", "1hew_ImageResizeFluxKontext", + "1hew_ImageResizeJimeng", "1hew_ImageResizeQwenImage", "1hew_ImageResizeUniversal", "1hew_ImageRotateWithMask", @@ -418,7 +484,6 @@ "1hew_ImageStrokeByMask", "1hew_ImageTileMerge", "1hew_ImageTileSplit", - "1hew_ImageTileSplitPreset", "1hew_IntImageSideLength", "1hew_IntImageSize", "1hew_IntMaskSideLength", @@ -428,6 +493,9 @@ "1hew_ListCustomInt", "1hew_ListCustomSeed", "1hew_ListCustomString", + "1hew_LoadImage", + "1hew_LoadVideo", + "1hew_LoadVideoToImage", "1hew_MaskBatchMathOps", "1hew_MaskBatchRange", "1hew_MaskBatchSplit", @@ -437,21 +505,26 @@ "1hew_MaskListToBatch", "1hew_MaskMathOps", "1hew_MaskPasteByBBoxMask", + "1hew_MaskRepeat", + "1hew_MaskToSam3Box", + "1hew_MatchBrightnessContrast", "1hew_MultiImageBatch", "1hew_MultiImageStitch", "1hew_MultiMaskBatch", "1hew_MultiStringJoin", "1hew_RangeMapping", + "1hew_SaveImage", "1hew_SaveVideo", - "1hew_SaveVideoRGBA", + "1hew_SaveVideoByImage", "1hew_StringCoordinateToBBoxMask", "1hew_StringCoordinateToBBoxes", "1hew_StringFilter", "1hew_StringJoinMulti", "1hew_TextCustomExtract", - "1hew_TextEncodeQwenImageEditKeepSize", + "1hew_TextEncodeQwenImageEdit", "1hew_TextListToString", "1hew_TextPrefixSuffix", + "1hew_TextToAny", "1hew_URLToVideo", "1hew_VideoCutGroup", "1hew_WorkflowName" @@ -464,12 +537,22 @@ [ "Gelbooru (ID)", "Gelbooru (Random)", + "GelbooruID", + "GelbooruRandom", "UrlsToImage" ], { "title_aux": "Comfyui-Gelbooru" } ], + "https://github.com/1x1r/comfyui-upscale-by-model": [ + [ + "UpscaleImageByUsingModel" + ], + { + "title_aux": "comfyui-upscale-by-model" + } + ], "https://github.com/1zhangyy1/comfyui-vidu-nodes": [ [ "Character2Video", @@ -490,17 +573,21 @@ "AQ_CLIPSetLastLayer", "AQ_ColorMatchImage", "AQ_Gemini", + "AQ_Gemini_acstep15", "AQ_ImageMaskSwitch", "AQ_Image_DetailTransfer", "AQ_Image_Pad", "AQ_Increment", "AQ_LoadImageBase64", "AQ_MasksAndImagesAsList", + "AQ_OpenAI_acstep15", "AQ_Qwen", "AQ_QwenLoader", "AQ_Random", "AQ_SaveImageWebpReturnBase64", "AQ_SendImageToAPI", + "AQ_TextEncodeQwenImageEdit", + "AQ_TextEncodeQwenImageEditPlus", "AQ_multiface_ApplyPulidFlux" ], { @@ -546,6 +633,16 @@ "title_aux": "GrsAI api in ComfyUI" } ], + "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack": [ + [ + "Aspect Ratio Master (3R3BOS)", + "Batch Selector (3R3BOS)", + "Image Comparer (3R3BOS)" + ], + { + "title_aux": "ComfyUI-3R3BOS-Pack" + } + ], "https://github.com/3dgopnik/comfyui-arena-suite": [ [ "Arena_MakeTilesSegs", @@ -611,13 +708,28 @@ "title_aux": "ComfyUI-DareMerge" } ], + "https://github.com/552023587/comfyui_character_selector": [ + [ + "CharacterSelector" + ], + { + "title_aux": "comfyui_character_selector" + } + ], "https://github.com/5agado/ComfyUI-Sagado-Nodes": [ [ - "Film Grain", - "Get Num Frames", - "Get Resolution", - "Image Loader", - "Video Loader" + "SGD_Any_List_Selector", + "SGD_Any_Type_Switch", + "SGD_Call_Ollama", + "SGD_Film_Grain", + "SGD_Get_Llama_Cpp_Model", + "SGD_Get_Llm_Response", + "SGD_Get_Num_Frames", + "SGD_Get_Resolution", + "SGD_Image_Loader", + "SGD_Step_Every_N", + "SGD_String_Splitter", + "SGD_Video_Loader" ], { "title_aux": "Sagado Nodes for ComfyUI" @@ -669,9 +781,12 @@ ], "https://github.com/7BEII/comfyui-PD_comfy-api-node": [ [ - "PDFluxKontextProOfficial", - "PDGeminiImageGenComfyKey", - "PDOpenAIGPTImageKey" + "PDGeminiImageGenAPIKey", + "PDGeminiImageGenAuthToken", + "PDGeminiProImageGenAPIKey", + "PDGeminiProImageGenAuthToken", + "PDOpenAIGPTImageAPIKey", + "PDOpenAIGPTImageAuthToken" ], { "title_aux": "comfyui-PD_comfy-api-node" @@ -692,7 +807,6 @@ "RT-to-camposes", "Tensor_to_List", "UV_options", - "UnwrapUV_Auto_xatlas", "UnwrapUV_xatlas", "array-append", "array-attribute", @@ -706,22 +820,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", @@ -742,7 +851,6 @@ "Audio_MergeBatch_To_Channel", "Batch_Average", "Bilateral_Filter", - "ColorData_HSV_Capture", "Color_Data_Break", "Color_check_Name", "ComfyUI_Path_Out", @@ -766,11 +874,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", @@ -795,10 +901,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", @@ -808,11 +914,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", @@ -823,8 +927,7 @@ "mask_select_mask", "ratio_selector", "run_yolo_bboxs", - "run_yolo_bboxs_v2", - "sort_images_batch" + "run_yolo_bboxs_v2" ], { "title_aux": "ComfyUI-WJNodes" @@ -897,6 +1000,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", @@ -947,28 +1059,6 @@ "title_aux": "ComfyUI ASCII Generator Node" } ], - "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": [ - [ - "DeforumAnimParamsNode", - "DeforumBaseParamsNode", - "DeforumCacheLatentNode", - "DeforumConditioningBlendNode", - "DeforumDepthWarping", - "DeforumDiffusionParamsNode", - "DeforumFluxSampler", - "DeforumGetCachedLatentNode", - "DeforumInterpolation", - "DeforumIteratorNode", - "DeforumPromptNode", - "DeforumRenderer", - "DeforumTranslationParamsNode", - "DeforumVideoInput", - "DeforumVideoOutput" - ], - { - "title_aux": "ComfyUI Deforum-X-Flux Nodes" - } - ], "https://github.com/A043-studios/comfyui-pixel3dmm": [ [ "FLAMEOptimizer", @@ -1037,16 +1127,24 @@ "CharacterSheetCropper", "DatasetGenerator", "EmotionGenerator", + "EmotionGeneratorV2", "SpriteGenerator", "VNCCSChromaKey", "VNCCSSamplerSchedulerPicker", "VNCCSSheetExtractor", "VNCCSSheetManager", + "VNCCS_ColorFix", "VNCCS_Float", "VNCCS_Integer", + "VNCCS_MaskExtractor", "VNCCS_MultilineText", "VNCCS_Pipe", + "VNCCS_PoseGenerator", "VNCCS_PromptConcat", + "VNCCS_QWEN_Encoder", + "VNCCS_QuadSplitter", + "VNCCS_RMBG2", + "VNCCS_Resize", "VNCCS_String" ], { @@ -1057,6 +1155,7 @@ [ "ChatGPTNode", "CustomStringMerge", + "NSFWChecker", "OpenAIImageModeration", "SequentialImageLoader", "SequentialMediaLoader" @@ -1065,6 +1164,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", @@ -1171,6 +1279,7 @@ "https://github.com/AIFSH/ComfyUI-Hallo": [ [ "HalloNode", + "LoadAudio", "LoadAudioPath", "LoadImagePath", "PreViewVideo" @@ -1591,7 +1700,6 @@ "SaveAudioBL", "SaveModel", "\u5b58\u50a8", - "\u5bfc\u5165", "\u622a\u56fe", "\u6750\u8d28\u56fe", "\u8f93\u5165\u56fe\u50cf", @@ -1654,17 +1762,16 @@ "CropAndRestore_Warper", "DWPoseScalerNode_Warper", "FacialPartMaskFromPose_Warper", - "FlowConfig_Warper", - "FlowGetFlow_Warper", "FlowVisualizerNode_Warper", "GetBatchByIndex_Warper", - "GetRaftFlow_Warper", "LoadPromptsFromDirectory_Warper", "LoadSinglePromptByIndex_Warper", "MouthMaskFromPose_Warper", "PreprocessForTarget_Warper", "SmartOverlappingBatcher_Warper", - "SmartVideoBatcher_Warper" + "SmartVideoBatcher_Warper", + "TextFileIteratorWithInfo_Warper", + "TextFileIterator_Warper" ], { "title_aux": "ComfyUI Warper Nodes" @@ -1703,14 +1810,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", @@ -1870,8 +1984,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", @@ -1909,6 +2040,7 @@ "GlobalTextCacheGet", "GroupExecutorManager", "GroupExecutorTrigger", + "GroupIsEnabled", "GroupMuteManager", "ImageCacheGet", "MultiCharacterEditorNode", @@ -2014,7 +2146,9 @@ ], "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ [ + "AcademiaSD_BatchLoader", "AcademiaSD_Gemini_Node", + "AcademiaSD_SaveCaption", "IntegerBypasser", "LoopCounterToFile", "PaddedFileName", @@ -2028,6 +2162,7 @@ "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", + "INPAINT_ColorMatch", "INPAINT_DenoiseToCompositingMask", "INPAINT_ExpandMask", "INPAINT_InpaintWithModel", @@ -2035,6 +2170,8 @@ "INPAINT_LoadInpaintModel", "INPAINT_MaskedBlur", "INPAINT_MaskedFill", + "INPAINT_ShrinkMask", + "INPAINT_StabilizeMask", "INPAINT_VAEEncodeInpaintConditioning" ], { @@ -2058,6 +2195,7 @@ "ETN_KritaSelection", "ETN_KritaSendText", "ETN_KritaStyle", + "ETN_KritaStyleAndPrompt", "ETN_ListRegionMasks", "ETN_LoadImageBase64", "ETN_LoadImageCache", @@ -2151,6 +2289,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", @@ -2180,6 +2330,8 @@ "Input_Text", "Text_Concat", "billbum_modified_stream_response_llm_api", + "doubao_seedance_api_node", + "doubao_seedream_api_node", "hyprlab_image_api_node", "load_video_from_url", "load_video_from_url_comfy_core", @@ -2195,8 +2347,11 @@ [ "ForceDetectPixelateScale", "ImageScaleDownByFactor", + "ImageUpscaleByInt", + "ImagesToRGB", "NearestImageScaleDown", "PixelUpscale2Target", + "RemoveBackgroundPixel", "Unfake_PixelateTools" ], { @@ -2249,6 +2404,16 @@ "title_aux": "ComfyUI_faishme" } ], + "https://github.com/Akkisdiary/ComfyUI-AnyLLM": [ + [ + "AnyLLMVisionChat", + "GetEnvVar", + "GoogleGemini" + ], + { + "title_aux": "ComfyUI-AnyLLM" + } + ], "https://github.com/Aksaz/comfyui-seamless-clone": [ [ "Seamless Clone" @@ -2257,6 +2422,15 @@ "title_aux": "seamless-clone-comfyui" } ], + "https://github.com/AlbertJBurton/comfyui-jbnodes": [ + [ + "SpectralLab", + "SpectralLabCustom" + ], + { + "title_aux": "comfyui-jbnodes" + } + ], "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": [ [ "RandomResSDXL" @@ -2341,10 +2515,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", @@ -2353,31 +2532,70 @@ "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" } ], + "https://github.com/Aloukik21/ComfyUI-NovaNoiser": [ + [ + "CameraOptionsNode", + "NSOptionsNode", + "NovaNodes" + ], + { + "title_aux": "ComfyUI-NovaNoiser" + } + ], "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": [ [ "FluxGenerate", @@ -2537,6 +2755,16 @@ "title_aux": "ComfyUI-RandomTagWeights" } ], + "https://github.com/AnastasiyaW/ComfyUI-SmartScreenshotCleaner": [ + [ + "HappyIn_AutoBorderCrop", + "HappyIn_ImageSwitch", + "HappyIn_ScreenshotCleaner" + ], + { + "title_aux": "ComfyUI-SmartScreenshotCleaner" + } + ], "https://github.com/Andro-Meta/ComfyUI-Ovis2": [ [ "Ovis2ImageCaption", @@ -2548,16 +2776,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", @@ -2573,6 +2791,24 @@ "title_aux": "ComfyUI UX Nodes" } ], + "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander": [ + [ + "QwenDiagnostics", + "QwenOfflinePrompt" + ], + { + "nodename_pattern": "QwenOfflinePrompt", + "title_aux": "ComfyUI Qwen Prompt Expander" + } + ], + "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node": [ + [ + "EmptySDXLFlux2LatentImage" + ], + { + "title_aux": "SDXL-Flux2VAE-ComfyUI-Node" + } + ], "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": [ [ "LoraTuner" @@ -2638,6 +2874,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", @@ -2677,6 +2934,28 @@ "title_aux": "ReadCSV_ComfyUI" } ], + "https://github.com/Arroz-11/ComfyUI-Just-Nodes": [ + [ + "ImageFromFolder_JN", + "LabeledIndex_JN", + "ModelChecker_JN", + "Picker_JN", + "Picker_x12_JN", + "Picker_x1_JN", + "Picker_x3_JN", + "Picker_x6_JN", + "Picker_x9_JN", + "PromptStack_JN", + "SearchReplace_x12_JN", + "SearchReplace_x1_JN", + "SearchReplace_x3_JN", + "SearchReplace_x6_JN", + "SearchReplace_x9_JN" + ], + { + "title_aux": "ComfyUI-Just-Nodes" + } + ], "https://github.com/Art-xmaster/comfyui-AGSoft": [ [ "AGSoft Loop Lora Strengths", @@ -2688,18 +2967,24 @@ "AGSoft Text Operation", "AGSoft Text Overlay", "AGSoft Text Replace", + "AGSoftLoadVideo", + "AGSoftSaveImage", "AGSoftTextConcatenateX2", "AGSoftTextConcatenateX4", "AGSoftTextConcatenateX8", "AGSoftTextSplit", + "AGSoftVideoFrameExtractor", "AGSoft_Draw_Mask_On_Image", "AGSoft_Empty_Latent", + "AGSoft_Empty_Latent_Flux2", "AGSoft_Empty_Latent_QwenImage", "AGSoft_Image_Concatenate", "AGSoft_Image_Concatenate_From_Batch", "AGSoft_Image_Crop", "AGSoft_Image_Mask_Resize", "AGSoft_Image_Mask_Resize_Adv", + "AGSoft_Image_Resize_Base", + "AGSoft_Image_Resize_Plus", "AGSoft_Image_Rotate", "AGSoft_Image_Stitch", "AGSoft_Img_Pad", @@ -2718,7 +3003,9 @@ "AGSoft_Mask_Blur", "AGSoft_Mask_Composite", "AGSoft_Mask_Fix", - "AGSoft_Mask_From_Color" + "AGSoft_Mask_From_Color", + "AGSoft_Styles_CSV_Loader", + "AgsoftTranslate" ], { "title_aux": "comfyui-AGSoft" @@ -2770,6 +3057,7 @@ "HTNodeStateController", "HTNodeUnmuteAll", "HTNullNode", + "HTOIDNNode", "HTParameterExtractorNode", "HTPhotoshopBlurNode", "HTRegexNode", @@ -2817,26 +3105,57 @@ "title_aux": "WhiteRabbit" } ], + "https://github.com/ArtifyGames/comfyui-artify": [ + [ + "ArtifyImageResize", + "ArtifyInpaintCrop", + "ArtifyInpaintStitch" + ], + { + "title_aux": "comfyui-artify" + } + ], "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [ [ "ClearDirectoryNode", "ElevenLabsTTSNode", - "FluxKontextMaxNode", - "FluxKontextProNode", + "Flux2Replicate", + "FluxKontextReplicate", "GPTImageEditNode", "GeminiChatNode", + "GeminiDiarisationAPI", "GeminiSegmentationNode", "GeminiTTSNode", "GoogleImagenEditNode", "GoogleImagenNode", "NanoBananaNode", - "Veo3VideoGenerator", - "VeoGeminiVideoGenerator" + "OpenAILLMNode", + "OpenAITTSNode", + "SoraGen", + "TripoITM", + "TripoTTM", + "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", @@ -2847,21 +3166,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" @@ -2877,6 +3216,22 @@ "title_aux": "ComfyUI AstroCorp Nodes" } ], + "https://github.com/Atsushi888/easy_prompt_selector_for_comfyui": [ + [ + "EasyHairPromptSelector" + ], + { + "title_aux": "easy_prompt_selector_for_comfyui" + } + ], + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": [ + [ + "CustomResolutionI2V" + ], + { + "title_aux": "Custom Resolution I2V" + } + ], "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": [ [ "AnimateAnyone" @@ -2885,6 +3240,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", @@ -2941,6 +3322,8 @@ "BitwiseRS", "BitwiseXOR", "BooleanOutputter", + "Caesar", + "CaesarProg", "CaesarProgressive", "ChaCha20Poly1305", "ChaCha20Poly1305Keygen", @@ -2951,6 +3334,10 @@ "ConcatKDFHash_Derive", "ConcatKDFHash_Verify", "ConstantTimeCompare", + "EdDSAPrivateKeyFormat", + "EdDSAPublicKeyFormat", + "EdDSASignature", + "EdDSAVerify", "FernetKeygenSimple", "FernetSimple", "Foursquare", @@ -2994,6 +3381,7 @@ "String2Base64", "String2Binary", "String2Hex", + "StringLooper", "SymmetricEncryptDecrypt", "SystemRandom", "ThreeSquare", @@ -3003,6 +3391,9 @@ "Vigenere", "X963KDF_Derive", "X963KDF_Verify", + "XExchange", + "XPrivateKeyFormat", + "XPublicKeyFormat", "Zigzag" ], { @@ -3110,6 +3501,15 @@ "title_aux": "comfyui_flux_corrector" } ], + "https://github.com/BWDrum/ComfyUI-RandomWildcardLoader": [ + [ + "RandomWildcardLoader", + "RandomWildcardLoaderAdvanced" + ], + { + "title_aux": "ComfyUI Random Wildcard Loader" + } + ], "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": [ [ "ListOfImages", @@ -3169,6 +3569,14 @@ "title_aux": "ComfyUI Zonos TTS Node" } ], + "https://github.com/Baldwinzc/ComfyUI-ProductPromptGenerator": [ + [ + "ProductPromptGeneratorSimple" + ], + { + "title_aux": "ComfyUI-ProductPromptGenerator" + } + ], "https://github.com/Baverne/comfyUI-TiledWan": [ [ "TiledWanImageStatistics", @@ -3307,6 +3715,14 @@ "title_aux": "SigmaWaveFormNodes" } ], + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer": [ + [ + "ZEngineer" + ], + { + "title_aux": "ComfyUI-Z-Engineer" + } + ], "https://github.com/BennyKok/comfyui-deploy": [ [ "ComfyDeployOutputEXR", @@ -3443,6 +3859,31 @@ "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-DisplayAllSteps": [ + [ + "SamplerCustomAdvancedAllSteps", + "VAEDecodeAllSteps" + ], + { + "title_aux": "ComfyUi-DisplayAllSteps" + } + ], "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": [ [ "LoadImageX", @@ -3468,6 +3909,25 @@ "title_aux": "ComfyUi-Scale-Image-to-Total-Pixels-Advanced" } ], + "https://github.com/BigStationW/ComfyUi-TextEncodeQwenImageEditAdvanced": [ + [ + "ConditioningAddImageReference", + "ConditioningAddImageReferenceDual", + "TextEncodeEditAdvanced", + "TextEncodeEditAdvancedDual" + ], + { + "title_aux": "ComfyUi-TextEncodeQwenImageEditAdvanced" + } + ], + "https://github.com/BigStationW/Comfyui-AD-Image-Concatenation-Advanced": [ + [ + "AD_image-concat-advanced" + ], + { + "title_aux": "Comfyui-AD-Image-Concatenation-Advanced" + } + ], "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": [ [ "ImageConcatenateBatchWithTxt" @@ -3516,56 +3976,38 @@ "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", - "BSS_WD14BatchTagger" + "BSS_SaveCaptions", + "BSS_TagAnalytics", + "BSS_TagsPostprocess", + "BSS_WD14BatchTagger", + "BSS_WD14TaggerBatch" ], { "title_aux": "BSS WD14 Batch Tagger" } ], - "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ + "https://github.com/BlackVortexAI/bv_nodepack": [ [ - "BV Conditional ImagePipe Splitter", - "BV Image Caption Saver", - "BV Image Difference Heatmap", - "BV Image Size with Math", - "BV ImagePipe Junction", - "BV ImagePipe Loader", - "BV ImagePipe Merger", - "BV Show LoRA Blocks", - "BV String to Combo", + "BV Control Center", + "BV Dynamic Combo", + "BV Hex Color To Int", + "BV Latent Random Aspect Ratio", + "BV Latent Random Rotate 90", + "BV Pipe", + "BV Pipe Config", + "BV Prompt AST Debug", + "BV Prompt Category Switch", + "BV Prompt Decode", + "BV Prompt Encode", "BV Subgraph Divider", - "BV Subgraph Float1 Slider", - "BV Subgraph Float2 Slider", - "BV Subgraph Float3 Slider", "BV Subgraph Heading", - "BV Subgraph Int Slider", - "BV Subgraph Spacer", - "BV Subgraph Title", - "BV Upscale Config", - "BV Vector Edit", - "BV Vector Edit Dropdown FLUX", - "BV Vector Edit Range", - "BV Vector Edit Range Dropdown FLUX", - "BV Vector Edit Selector FLUX", - "BV Vector Permutation", - "BV Vector of Length-n", - "BV Vector to String", - "BV Vector to String List" + "BV Subgraph Spacer" ], { - "title_aux": "BV Nodes" + "title_aux": "BV Node Pack" } ], "https://github.com/BlakeOne/ComfyUI-CustomScheduler": [ @@ -3608,7 +4050,6 @@ ], "https://github.com/BlenderNeko/ComfyUI_Noise": [ [ - "BNK_DuplicateBatchIndex", "BNK_GetSigma", "BNK_InjectNoise", "BNK_NoisyLatentImage", @@ -3637,19 +4078,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", @@ -3663,6 +4091,34 @@ "title_aux": "The AI Doctors Clinical Tools" } ], + "https://github.com/BobJohnson24/ComfyUI-Flux2-INT8": [ + [ + "INT8DynamicLoraLoader", + "INT8DynamicLoraStack", + "INT8LoraLoader", + "INT8LoraLoaderStack", + "OTUNetLoaderW8A8" + ], + { + "title_aux": "ComfyUI-Flux2-INT8" + } + ], + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": [ + [ + "BasicOllama" + ], + { + "title_aux": "ComfyUI-BasicOllama" + } + ], + "https://github.com/BobRandomNumber/ComfyUI-Calculator": [ + [ + "Calculator" + ], + { + "title_aux": "ComfyUI-Calculator" + } + ], "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": [ [ "DiaGenerate", @@ -3707,6 +4163,8 @@ ], "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": [ [ + "Bobs-Advanced-Latent-Optimizer", + "Bobs-Latent-Optimizer", "BobsLatentNode", "BobsLatentNodeAdvanced" ], @@ -3724,6 +4182,14 @@ "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", @@ -3741,12 +4207,23 @@ "AttributionByImageNode", "BriaEraser", "BriaGenFill", + "BriaMultiImageSelect", "BriaTailoredGen", + "FIBOEditNode", + "FIBOEditStructuredInstructionNode", + "GenerateImageLiteNodeV2", "GenerateImageNodeV2", + "GenerateStructuredPromptLiteNodeV2", + "GenerateStructuredPromptNodeV2", + "ImageEnhanceNode", "ImageExpansionNode", + "LoadVideoFramesNode", + "PreviewVideoURLNode", + "RefineImageLiteNodeV2", "RefineImageNodeV2", "ReimagineNode", "RemoveForegroundNode", + "RemoveVideoBackgroundNode", "ReplaceBgNode", "RmbgNode", "ShotByImageAutomatic", @@ -3765,7 +4242,12 @@ "TailoredPortraitNode", "Text2ImageBaseNode", "Text2ImageFastNode", - "Text2ImageHDNode" + "Text2ImageHDNode", + "VideoEraseElementsNode", + "VideoIncreaseResolutionNode", + "VideoMaskByKeyPointsNode", + "VideoMaskByPromptNode", + "VideoSolidColorBackgroundNode" ], { "title_aux": "BRIA AI API nodes" @@ -3841,6 +4323,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", @@ -3866,7 +4356,12 @@ [ "FaceAlignDouble", "FaceAlignSingle", - "FaceAutoFitSingle" + "FaceAutoFitDouble", + "FaceAutoFitSingle", + "GenderRecognitionNode", + "ImageRotateCHAOS", + "PromptSelectorDoubleCHAOS", + "PromptSelectorSingleCHAOS" ], { "title_aux": "ComfyUI_FaceAlignPaste" @@ -4023,6 +4518,26 @@ "title_aux": "ComfyUI_OmniAvatar" } ], + "https://github.com/Candlehead/Candlehead-Comfy-Nodez": [ + [ + "AspectToRes", + "ImageInfo", + "StyleChooser", + "TextProcessor" + ], + { + "title_aux": "Candlehead-Comfy-Nodez" + } + ], + "https://github.com/Carasibana/ComfyUI-PolyMask": [ + [ + "PolyMaskNode", + "PolyMaskNodeMulti" + ], + { + "title_aux": "ComfyUI-PolyMask" + } + ], "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ [ "Easy2DDeforum" @@ -4048,6 +4563,14 @@ "title_aux": "ComfyUI-Prompt-Preview" } ], + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": [ + [ + "SeedVarianceEnhancer" + ], + { + "title_aux": "SeedVarianceEnhancer" + } + ], "https://github.com/ChaosHL/Marvelous-Box-Comfyui": [ [ "MarvelousBox", @@ -4185,6 +4708,7 @@ "NumbersOverlayAdvancedNode", "NumbersOverlayNode", "PaintByNumbersNode", + "PaintByNumbersPaletteNode", "PaintByNumbersTemplateNode" ], { @@ -4195,16 +4719,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", @@ -4275,11 +4856,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", @@ -4308,12 +4892,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", @@ -4413,6 +5009,8 @@ "TorchCompileModelSD35", "TorchCompileModels", "UNetSave", + "UltraSharkSampler", + "UltraSharkSampler Tiled", "VAEEncodeAdvanced", "VAEStyleTransferLatent" ], @@ -4505,6 +5103,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", @@ -4537,6 +5144,8 @@ "GlifVariable", "HFHubEmbeddingLoader", "HFHubLoraLoader", + "ImageBatchToImageList", + "ImageListToImageBatch", "ImageScaleDownBy", "ImageToMultipleOf", "KikoFilmGrain", @@ -4544,6 +5153,9 @@ "KikoModelDownloader", "KikoPurgeVRAM", "KikoSaveImage", + "KikoWorkflowTimer", + "LatentBatchToLatentList", + "LatentListToLatentBatch", "LoRAFolderBatch", "PlotParameters+", "ResolutionCalculator", @@ -4555,7 +5167,8 @@ "SeedHistory", "TextEncodeSamplerParams", "TextInput", - "WidthHeightSelector" + "WidthHeightSelector", + "WidthHeightToVec2" ], { "title_aux": "ComfyUI-KikoTools" @@ -4564,7 +5177,8 @@ "https://github.com/ComfyAssets/ComfyUI_PromptManager": [ [ "PromptManager", - "PromptManagerText" + "PromptManagerText", + "PromptSearchList" ], { "title_aux": "ComfyUI_PromptManager" @@ -4626,20 +5240,36 @@ ], {} ], + "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", - "Simple Load Image Batch" + "SelectControlNet", + "SelectModel20", + "Simple Load Image Batch", + "SimpleLoadImageBatch" ], {} ], @@ -4651,6 +5281,12 @@ ], {} ], + "https://github.com/ComfyUI/ResolutionSelector": [ + [ + "ResolutionSelector" + ], + {} + ], "https://github.com/ComfyUI/SequentialGroupController": [ [ "SequentialGroupController", @@ -4687,6 +5323,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", @@ -4711,6 +5356,20 @@ "title_aux": "ComfyUI-CRZnodes" } ], + "https://github.com/Cornmeister/ComfyUI-CornmeisterNL-PowerPack": [ + [ + "CornmeisterNL_PowerDiffusionModelLoader", + "CornmeisterNL_PowerLoraConfigurator", + "CornmeisterNL_PowerLoraSelector", + "CornmeisterNL_PowerPromptBuilder", + "CornmeisterNL_PowerRes", + "CornmeisterNL_PowerSaveImage", + "CornmeisterNL_PowerTextConcat" + ], + { + "title_aux": "CornmeisterNL PowerPack" + } + ], "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": [ [ "DebugToFile", @@ -4796,16 +5455,41 @@ "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/CrateTools/comfyui-preview-video-monitor": [ + [ + "PreviewVideoMonitorPro" + ], + { + "title_aux": "Preview Video Monitor Pro" + } + ], + "https://github.com/Creditas-labs/ComfyUI_Adforge": [ [ "LoadVideoGCS", - "PreviewVideo", "VertexVeoExtendVideoNode", "VertexVeoFirstLastFrameToVideoNode", "VertexVeoImageToVideoNode", @@ -4816,7 +5500,7 @@ "VertexVeoVideoWithReferenceNode" ], { - "title_aux": "Adforge" + "title_aux": "ComfyUI_Adforge" } ], "https://github.com/Creeper-MZ/comfyui_nai_api": [ @@ -4878,6 +5562,8 @@ "QWENPrompt", "QwenAspectRatioCreepy", "RandomAudioSegment", + "RandomGreekMyth", + "RandomScripture", "SanitizeFilename", "SaveRawLatent", "SaveRawLatentCreepy", @@ -4969,7 +5655,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", @@ -4981,8 +5666,7 @@ "Number", "PhotoShop Transfer", "SomethingShow", - "TensorShow", - "a fake Nod" + "TensorShow" ], { "title_aux": "ComfyUI-Yuan" @@ -5009,6 +5693,15 @@ "title_aux": "ComfyUI Checkpoint Loader Config" } ], + "https://github.com/CypherNaught-0x/ComfyUI_resolution_presets": [ + [ + "ResolutionPresets", + "ResolutionPresetsAdvanced" + ], + { + "title_aux": "ComfyUI_resolution_presets" + } + ], "https://github.com/Cyrostar/Artha-Gemini": [ [ "Gemini Backdrop", @@ -5054,51 +5747,64 @@ ], "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": [ [ - "Artha Color Match", - "Artha Gemini Backdrop", - "Artha Gemini Body", - "Artha Gemini Camera", - "Artha Gemini Cloth", - "Artha Gemini Compose", - "Artha Gemini Condense", - "Artha Gemini Face", - "Artha Gemini Form", - "Artha Gemini Imagen", - "Artha Gemini Instruct", - "Artha Gemini Light", - "Artha Gemini Makeup", - "Artha Gemini Markdown", - "Artha Gemini Motion", - "Artha Gemini Operation", - "Artha Gemini Portrait", - "Artha Gemini Prompter", - "Artha Gemini Question", - "Artha Gemini Response", - "Artha Gemini Scenery", - "Artha Gemini Speech", - "Artha Gemini Style", - "Artha Gemini Subject", - "Artha Gemini Translate", - "Artha Gemini Vision", - "Artha Image Display", - "Artha Image Loader", - "Artha Input Selector", - "Artha Math Flo2Int", - "Artha Math Float", - "Artha Math Int2Flo", - "Artha Math Integer", - "Artha Math Number", - "Artha Math Operation", - "Artha Math Random", - "Artha Project Pause", - "Artha Project Prefix", - "Artha Project Seed", - "Artha Project Setup" + "ArthaFlowPause", + "ArthaGeminiBody", + "ArthaGeminiCamera", + "ArthaGeminiCloth", + "ArthaGeminiCompose", + "ArthaGeminiCondense", + "ArthaGeminiFace", + "ArthaGeminiForm", + "ArthaGeminiImagen", + "ArthaGeminiInstruct", + "ArthaGeminiLight", + "ArthaGeminiMakeup", + "ArthaGeminiMarkdown", + "ArthaGeminiMotion", + "ArthaGeminiOperation", + "ArthaGeminiPortrait", + "ArthaGeminiPrompter", + "ArthaGeminiQuestion", + "ArthaGeminiResponse", + "ArthaGeminiScenery", + "ArthaGeminiSpeech", + "ArthaGeminiStyle", + "ArthaGeminiSubject", + "ArthaGeminiTranslate", + "ArthaGeminiVision", + "ArthaImageColorMatch", + "ArthaImagePreview", + "ArthaImageSave", + "ArthaImageTransform", + "ArthaInputSelector", + "ArthaLogicBasic", + "ArthaLogicCompare", + "ArthaLogicGate", + "ArthaLogicPassthru", + "ArthaLogicPrint", + "ArthaMathF2I", + "ArthaMathFloat", + "ArthaMathI2F", + "ArthaMathInteger", + "ArthaMathNumber", + "ArthaMathOperation", + "ArthaMathRandom", + "ArthaProjectPrefix", + "ArthaProjectSeed", + "ArthaProjectSetup" ], { "title_aux": "ComfyUI-Artha-Nodes" } ], + "https://github.com/D-Ogi/ComfyUI-Attention-Optimizer": [ + [ + "AttentionOptimizer" + ], + { + "title_aux": "ComfyUI-Attention-Optimizer" + } + ], "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [ [ "Control Pipe (Focus Nodes)", @@ -5119,6 +5825,15 @@ "title_aux": "Comfyui FOCUS nodes" } ], + "https://github.com/DN2048/dn_little_helpers": [ + [ + "DNLHBooleanToOther", + "DNLHIsGroupActive" + ], + { + "title_aux": "dn_little_helpers" + } + ], "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": [ [ "GeminiPromptStudio_T2I_I2V" @@ -5127,6 +5842,14 @@ "title_aux": "ComfyUI-Gemini-Prompt-Studio" } ], + "https://github.com/DanPli/ComfyUI-Flux2LatentPresets": [ + [ + "Flux2EmptyLatentPresets" + ], + { + "title_aux": "ComfyUI-Flux2LatentPresets" + } + ], "https://github.com/Danand/ComfyUI-ComfyCouple": [ [ "Attention couple", @@ -5182,6 +5905,26 @@ "title_aux": "ComfyUI Prompt Template" } ], + "https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger": [ + [ + "ZImageLoRAMergeToSingle", + "ZImageLoRAMerger", + "ZImageLoRAStack", + "ZImageLoRAStackApply", + "ZImageLoRATrueMerge" + ], + { + "title_aux": "ComfyUI-ZImage-LoRA-Merger" + } + ], + "https://github.com/Daohoi123/ComfyUI-Gemini3": [ + [ + "Gemini3ProImageNode" + ], + { + "title_aux": "ComfyUI-Gemini3" + } + ], "https://github.com/DareFail/ComfyUI-Roboflow": [ [ "CustomWorkflow_1image", @@ -5268,6 +6011,14 @@ "title_aux": "Discord Webhook" } ], + "https://github.com/DazzleNodes/ComfyUI-DazzleSwitch": [ + [ + "DazzleSwitch" + ], + { + "title_aux": "ComfyUI-DazzleSwitch" + } + ], "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": [ [ "SmartResolutionCalc" @@ -5278,6 +6029,7 @@ ], "https://github.com/DazzleNodes/DazzleNodes": [ [ + "DazzleSwitch", "FitMaskToImage", "JDC_AutoContrast", "JDC_BlendImages", @@ -5296,6 +6048,7 @@ "JDC_PowerImage", "JDC_RandNoise", "JDC_ResizeFactor", + "PreviewBridgeExtended", "SmartResolutionCalc" ], { @@ -5331,6 +6084,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", @@ -5411,6 +6173,68 @@ "title_aux": "RangeToString" } ], + "https://github.com/DemonAlone/DemonAlone-nodes-ComfyUI": [ + [ + "AnyAdapterNode", + "AnyConcatNode", + "AnytoFloatAdapterNode", + "AnytoIntegerAdapterNode", + "CheckpointSelectorNode", + "ClipSkipSliderNode", + "CountListNode", + "DA_Base_KSampler", + "DA_Enhanced_KSampler", + "DiffusionModelGeneratorNode", + "DiffusionModelSelectorNode", + "ImageResizeNode", + "LORASelectorNode", + "ListCreaterNode", + "LoadImageWithMetadataNode", + "MaskDebugNode", + "ModelGeneratorNode", + "MyXYGridAccumulator", + "MyXYZHelper", + "MyXYZSuperStacker", + "OptionalCondMergeNode", + "PonyPrefixesNode", + "ResizeInterpolationControlNode", + "ResizeMethodControl", + "ResizeMethodControlNode", + "SamplerGeneratorNode", + "ScaleImageAspectNode", + "SchedulerGeneratorNode", + "ShiftSliderNode", + "StringToFloatNode", + "StringToIntNode", + "TextConcatNode", + "TextEncoderGeneratorNode", + "TextEncoderSelectorNode", + "VAEGeneratorNode", + "VAESelectorNode", + "\u0421heckpointSelectorNode" + ], + { + "title_aux": "DemonAlone-nodes-ComfyUI" + } + ], + "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", @@ -5575,6 +6399,22 @@ "title_aux": "ComfyUI DP Dynamic Random Styler" } ], + "https://github.com/DevDuckFace/KsamplerDF": [ + [ + "KsamplerDF" + ], + { + "title_aux": "KsamplerDF" + } + ], + "https://github.com/Devourer56/ComfyUI-Impact-BIGdetector-BBOX-SEGS": [ + [ + "CascadeDetectorAdvanced" + ], + { + "title_aux": "ComfyUI-Impact-BIGdetector-BBOX-SEGS" + } + ], "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [ [ "Character_Prompt_Select", @@ -5616,7 +6456,6 @@ ], "https://github.com/Dobidop/ComfyStereo": [ [ - "DeoVRViewNode", "NativeStereoImageViewer", "NativeStereoVideoViewer", "NativeVRStatus", @@ -5712,6 +6551,7 @@ ], "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": [ [ + "ColorDetection", "LABColorDetection", "RGBColorDetection" ], @@ -5721,6 +6561,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", @@ -5751,9 +6599,9 @@ "Ryuu_ScaleToMultiple", "Ryuu_ScaleToMultipleAdvanced", "Ryuu_ScaleToMultipleLatentSizePicker", - "Ryuu_TestNode", "Ryuu_TextEncoderDiffCheck", - "Ryuu_TokenCountTextBox" + "Ryuu_TokenCountTextBox", + "Ryuu_WaitNode" ], { "title_aux": "ComfyUI-RyuuNoodles" @@ -5778,7 +6626,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" @@ -5794,15 +6650,28 @@ ], "https://github.com/DragonDiffusionbyBoyo/Boyonodes": [ [ + "BoyoApplyIPAdapterZImage", + "BoyoAssetGrabberAdvanced", + "BoyoAssetGrabberSimple", + "BoyoAudioDurationAnalyzer", "BoyoAudioEval", + "BoyoAudioPadder", "BoyoChainBastardLoops", + "BoyoChatterboxTurboGenerate", + "BoyoChatterboxTurboLoader", "BoyoCompare", + "BoyoExecutionBarrier", "BoyoForLoopEnd", "BoyoForLoopStart", + "BoyoFrameCounter", "BoyoFramePackLoRA", + "BoyoIPAdapterZImageLoader", "BoyoImageCrop", "BoyoImageGrab", "BoyoIncontextSaver", + "BoyoLatentCacheUpdater", + "BoyoLatentPassthrough", + "BoyoLatentSwitch", "BoyoLoRAConfigInspector", "BoyoLoRAConfigProcessor", "BoyoLoRAJSONBuilder", @@ -5813,22 +6682,31 @@ "BoyoLoopCounter", "BoyoLoopImageSaver", "BoyoLoopReset", + "BoyoLorainforsender", "BoyoMathInt", + "BoyoOverlapSwitch", + "BoyoPainterSVI", "BoyoPairedImageSaver", "BoyoPairedSaver", "BoyoPromptInjector", "BoyoPromptLoop", "BoyoQwenVLGrounding", + "BoyoResolutionCalc", "BoyoSaver", + "BoyoStoryboardJsonParser", "BoyoStoryboardOutput", "BoyoStoryboardPrompt", "BoyoTiledVAEDecode", "BoyoVACEInjector", "BoyoVACEViewer", "BoyoVAEDecode", + "BoyoVideoClipper", + "BoyoVideoCutter", + "BoyoVideoLengthCalculator", "BoyoVideoPairedSaver", "BoyoVideoSaver", "BoyoVision", + "BoyoVoiceEnhancer", "BoyoWhileLoopEnd", "BoyoWhileLoopStart", "Boyolatent", @@ -5948,6 +6826,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", @@ -6087,26 +6975,46 @@ "EmAySee_AnyPassthrough", "EmAySee_CalculateAspectRatio", "EmAySee_CheckboxFloatNode", + "EmAySee_ConditionalResize", "EmAySee_DateTimeStringNode", + "EmAySee_DimensionSwapper", + "EmAySee_DynamicRangeSlider", "EmAySee_DynamicStringSelectorNode", + "EmAySee_FloatToText", + "EmAySee_GeminiImageGen", "EmAySee_GetModelPath", "EmAySee_GreaterThanNode", "EmAySee_HostPinger", "EmAySee_ImageGetSize", "EmAySee_ImagePassthrough", + "EmAySee_ImagePreviewPassthrough", "EmAySee_IntegerStringSelectorNode", "EmAySee_IntegerStringSelectorNodeDynamic", + "EmAySee_LLMOutputCleaner", "EmAySee_LatentSwitch", + "EmAySee_LoRA Metadata Extractor TagDrop", + "EmAySee_LoRAMetadataExtractor", "EmAySee_LoRAMetadataExtractorTagDrop", + "EmAySee_LoraApplier", "EmAySee_LoraFilePicker", + "EmAySee_LoraLoaderFromInput", + "EmAySee_LoraNameSelector", + "EmAySee_LoraProcessor", + "EmAySee_LoraSelector", + "EmAySee_LoraStacker20", "EmAySee_MathExpression", + "EmAySee_MetadataFormatter", + "EmAySee_MultiMaskToBBOX", "EmAySee_MultiplierNode", + "EmAySee_NineChoiceSelector", "EmAySee_PadImageForOutpainting", "EmAySee_ProbabilityStringSelectorNode", + "EmAySee_QwenPixelAligner", "EmAySee_RandomIntFromList", "EmAySee_RandomIntegerFromListNode", "EmAySee_RandomIntegerFromTogglesNode_PremadeLabels", "EmAySee_RandomLoraLoader", + "EmAySee_RandomStringSelector", "EmAySee_RandomStringSelectorNode", "EmAySee_RandomStringSelectorNodeFourChoice", "EmAySee_RandomStringSelectorNodeThreeChoice", @@ -6117,15 +7025,22 @@ "EmAySee_RepaintKSampler", "EmAySee_SaveImage", "EmAySee_SaveTextToFile", + "EmAySee_StringDetector", "EmAySee_StringPoseSelectorNode", "EmAySee_StringTupleInputNode", "EmAySee_SubmitToOobaboogaAPI", "EmAySee_SubmitToOobaboogaAPIWithKey", + "EmAySee_SubmitToOobaboogaAPIWithKeyThinker", + "EmAySee_SubmitToOobaboogaAPIWithKey_WithThinkParse", + "EmAySee_SubmitToOobaboogaAPIWithKey_test", + "EmAySee_TagPruner", + "EmAySee_TextCombiner", "EmAySee_ToggleIntNode", "EmAySee_VAECompatibleAspectRatioCalculator", "EmAySee_VarTextReplacer", "EmAySee_VeryUniqueStringSelectorNode", - "EmAySee_WD14TagFilter" + "EmAySee_WD14TagFilter", + "f" ], { "title_aux": "ComfyUI_EmAySee_CustomNodes" @@ -6134,24 +7049,42 @@ "https://github.com/Enashka/ComfyUI-nhknodes": [ [ "AddHeadroom", + "Bookmark", + "ConditionalRouter", + "ConditionalRouterDual", + "ConditionalSplitter", + "ConditionalStop", "CyclingSwitch", "DoubleSwitch", "DoubleSwitchOut", "EditWithKrita", "ExecutionCounter", + "ExtractGridPanel", + "GeminiImageChat", + "ImageEvaluator", "ImageGridBatch", "ImageGridComposite", "ImageLoaderWithPreviews", "IntervalGate", "LLMChat", + "ListSelector", + "Load2x2GridSeries", + "Load3x3GridSeries", "LoadImageSeries", + "LoadImageSeriesWithPrompts", + "LoadTextFiles", "OllamaChat", "PlaySound", + "PreviewImagePassthrough", + "RGBAFlatten", + "SaveImagePassthrough", "SimpleTextInput", "SizePicker", "TextCombiner", "TextDisplay", + "TextEncodeFlux2ImageEdit", "TextTemplate", + "TextTemplateExtended", "VisualResizer" ], { @@ -6160,16 +7093,30 @@ ], "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/Enferlain/ComfyUI-A1111-cond": [ + [ + "A1111Prompt", + "A1111PromptNegative" + ], + { + "title_aux": "ComfyUI-A1111-cond" + } + ], "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": [ [ "ConstrainResolution" @@ -6218,8 +7165,8 @@ ], "https://github.com/EnragedAntelope/comfyui-sdnq": [ [ - "SDNQModelLoader", - "SDNQModelQuantizer" + "SDNQModelQuantizer", + "SDNQSampler" ], { "title_aux": "comfyui-sdnq" @@ -6242,6 +7189,7 @@ ], "https://github.com/EricRollei/AAA_Metadata_System": [ [ + "AspectRatio2StepLatent", "CheckpointBatchInfoSetter_v074", "CheckpointInfoSetter_v074", "CheckpointInfoViewer_v074", @@ -6285,6 +7233,7 @@ "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", @@ -6304,9 +7253,16 @@ ], "https://github.com/EricRollei/Comfy_HunyuanImage3": [ [ + "HunyuanCacheStatusV2", + "HunyuanEmergencyCleanup", + "HunyuanEmptyLatent", + "HunyuanGenerateWithLatent", + "HunyuanImage3ClearDownstream", + "HunyuanImage3ForceUnload", "HunyuanImage3FullGPULoader", "HunyuanImage3FullLoader", "HunyuanImage3Generate", + "HunyuanImage3GenerateHighRes", "HunyuanImage3GenerateLarge", "HunyuanImage3GenerateLargeBudget", "HunyuanImage3GenerateLowVRAM", @@ -6314,10 +7270,22 @@ "HunyuanImage3GenerateTelemetry", "HunyuanImage3Int8Loader", "HunyuanImage3Int8LoaderBudget", + "HunyuanImage3MoETest", "HunyuanImage3NF4LoaderLowVRAMBudget", "HunyuanImage3QuantizedLoader", + "HunyuanImage3SoftUnload", "HunyuanImage3Unload", - "HunyuanPromptRewriter" + "HunyuanInstructGenerate", + "HunyuanInstructImageEdit", + "HunyuanInstructLoader", + "HunyuanInstructMultiFusion", + "HunyuanInstructUnload", + "HunyuanLatentNoise", + "HunyuanPromptRewriter", + "HunyuanRAMDiagnostic", + "HunyuanUnifiedV2", + "HunyuanUnloadV2", + "HunyuanVRAMCalculatorV2" ], { "title_aux": "Comfy_HunyuanImage3" @@ -6334,6 +7302,25 @@ "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", @@ -6405,6 +7392,8 @@ ], "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": [ [ + "DeepSeekChat", + "DeepSeekPromptRewriter", "EricImageToImagePromptExpander", "EricImageToVideoPromptExpander", "EricTextToImagePromptEnhancer", @@ -6448,6 +7437,70 @@ "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/EricRollei/comfyui-refocus": [ + [ + "BokehNetApply", + "ComputeDefocusMap", + "DeblurNetApply", + "DepthMetricToInverse", + "DepthMetricToRelative", + "DepthProEstimate", + "DepthProModelLoader", + "FocalMMtoPX", + "FocalPXtoMM", + "FocusPointFromMask", + "GenfocusBokeh", + "GenfocusBokehNative", + "GenfocusCondition", + "GenfocusDeblur", + "GenfocusDeblurLoader", + "GenfocusDeblurNative", + "GenfocusDefocusMapCondition", + "GenfocusGenerate", + "GenfocusLoRALoader", + "GenfocusModelLoader", + "GenfocusSwitchAdapter", + "GenfocusUnloadModels", + "SelectFocusPoint" + ], + { + "title_aux": "Refocus - Generative Refocusing" + } + ], + "https://github.com/EricRorich/ComfyUI-face-shaper": [ + [ + "RORICH-AI.COM", + "Rorich" + ], + { + "title_aux": "ComfyUI-face-shaper" + } + ], "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": [ [ "ResembleEnhance" @@ -6560,13 +7613,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" @@ -6600,13 +7647,13 @@ ], "https://github.com/Extraltodeus/Skimmed_CFG": [ [ - "Skimmed CFG", - "Skimmed CFG - Clean Skim", - "Skimmed CFG - Difference CFG", - "Skimmed CFG - Timed flip", - "Skimmed CFG - linear interpolation", - "Skimmed CFG - linear interpolation dual scales", - "Skimmed CFG - replace" + "CFG_Skimming_Single_Scale_Pre_CFG", + "ConstantSkimPreCFG", + "DifferenceCFG_PreCFG", + "SkimFlipPreCFG", + "SkimReplacePreCFG", + "SkimmedCFG_LinInterp_CFG_PreCFG", + "SkimmedCFG_LinInterp_DualScales_CFG_PreCFG" ], { "title_aux": "Skimmed_CFG" @@ -6687,6 +7734,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", @@ -6890,7 +7953,6 @@ "MeshGraphormer-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor", "Metric3D-NormalMapPreprocessor", - "Metric_DepthAnythingV2Preprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", "OneFormer-ADE20K-SemSegPreprocessor", @@ -6909,6 +7971,7 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TEED_Preprocessor", "TTPlanet_TileGF_Preprocessor", "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", @@ -6995,6 +8058,23 @@ "title_aux": "ComfyUI-ParamNodes" } ], + "https://github.com/FearL0rd/ComfyUI-AnyDeviceOffload": [ + [ + "AnyDeviceOffload" + ], + { + "title_aux": "ComfyUI Any-Device Offload" + } + ], + "https://github.com/FearL0rd/ComfyUI-ComfyUI-Flash-Attention_v100": [ + [ + "FlashAttnV100Controller", + "FlashAttnV100Status" + ], + { + "title_aux": "ComfyUI-ComfyUI-Flash-Attention_v100" + } + ], "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": [ [ "MaskAIFingerprint" @@ -7003,6 +8083,31 @@ "title_aux": "ComfyUI MaskAIFingerprint" } ], + "https://github.com/FearL0rd/ComfyUI-ParallelAnything": [ + [ + "ParallelAnything", + "ParallelDevice", + "ParallelDeviceList" + ], + { + "title_aux": "ComfyUI-ParallelAnything" + } + ], + "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": [ [], { @@ -7010,6 +8115,14 @@ "title_aux": "feidorian-ComfyNodes" } ], + "https://github.com/FemReiyaDev/ComfyUI-ReiyaNodes": [ + [ + "ReiImageStitch" + ], + { + "title_aux": "ComfyUI-ReiyaNodes" + } + ], "https://github.com/Ferocit/comfyui-feroccustomnodes": [ [ "LoadDescriptionNode", @@ -7036,17 +8149,30 @@ "Add Margin With Color", "Any to Int/Float/String", "Audio Duration", + "Camera Settings", + "Character Appearance", + "Character Clothing", + "Character Expressions", + "Character Makeup", + "Clamp Images To Megapixels", + "Clean Style From Caption", "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 ?", + "LoRA Enable With Prefix", "Math Operation", "None if same Image", "Prompt Assembler", "Resize Images To Megapixels", "Resize To Megapixels", + "Text Enable With Prefix", "Video Params", + "Video Params Expand", "WaveformDevice" ], { @@ -7087,7 +8213,9 @@ "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": [ [ "LocalLoraGallery", - "LocalLoraGalleryModelOnly" + "LocalLoraGalleryModelOnly", + "LocalLoraGalleryStackApply", + "LocalLoraGalleryStacker" ], { "title_aux": "ComfyUI_Local_Lora_Gallery" @@ -7102,10 +8230,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" @@ -7115,11 +8250,9 @@ [ "AbsCosWave", "AbsSinWave", - "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleLatentInput", - "BatchPromptScheduleNodeFlowEnd", "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", @@ -7129,6 +8262,7 @@ "CosWave", "FizzFrame", "FizzFrameConcatenate", + "ImageBatchFromValueSchedule", "ImagesFromBatchSchedule", "Init FizzFrame", "InvCosWave", @@ -7139,6 +8273,7 @@ "PromptScheduleNodeFlow", "PromptScheduleNodeFlowEnd", "SawtoothWave", + "SelectFrameNumber", "SinWave", "SquareWave", "StringConcatenate", @@ -7170,6 +8305,7 @@ "SeedanceLiteImageToVideo", "SeedanceLiteReferenceImages", "SeedanceLiteTextToVideo", + "SeedancePro15Video", "SeedanceProTextImageToVideo", "Seedream4BatchGeneration", "Seedream4ImageToImage", @@ -7217,22 +8353,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" ], { @@ -7243,8 +8379,12 @@ [ "FossielCentralControlLite", "FossielCentralControl_v2", + "FossielDenoisePrecisionKSampler", + "FossielLevelMatcher", + "FossielResolutionWrangler", + "FossielSequenceWrangler", + "FossielVideoDeflicker", "FossielWebPWrangler", - "Fossiel_Qwen_Size_Stabilizer", "Fossiel_Sensor_KSampler_Switch", "Fossiel_Sensor_Switch_Clip", "Fossiel_Sensor_Switch_Conditioning", @@ -7258,6 +8398,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" @@ -7284,7 +8439,16 @@ ], "https://github.com/FranckyB/ComfyUI-Prompt-Manager": [ [ - "PromptManager" + "AudioMonoToStereo", + "GetVideoComponentsPlus", + "LoadLatentFile", + "PromptApplyLora", + "PromptExtractor", + "PromptGenOptions", + "PromptGenerator", + "PromptManager", + "PromptManagerAdvanced", + "SaveVideoH26x" ], { "title_aux": "ComfyUI-Prompt-Manager" @@ -7397,6 +8561,7 @@ "StabStitch", "StabStitch_Crop_Resize", "StabStitch_Stabilize", + "VFI_MAMBA", "WFEN" ], { @@ -7409,9 +8574,10 @@ ], "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [ [ + "ACN_AdvancedControlNetApply_v2", + "ACN_ControlNetLoaderAdvanced", "ECHOCheckpointLoaderSimple", - "KSampler_A1111", - "NombreDelNodoFaltante" + "KSampler_A1111" ], { "title_aux": "ComfyUI-Dummy_Node_Pack" @@ -7419,6 +8585,14 @@ ], "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": [ [ + "SF_ActionAnimator", + "SF_AddEntity", + "SF_AssetLoader", + "SF_DirectorEngine", + "SF_FurySampler", + "SF_ProjectManager", + "SF_SceneComposer", + "SF_SmartSaver", "StudioFury_AdvancedPrompt", "StudioFury_EmbeddingsSelector" ], @@ -7513,7 +8687,9 @@ ], "https://github.com/GadzoinksOfficial/comfyui_gprompts": [ [ - "GPrompts" + "GPrompts", + "Save Image With Notes", + "String Formatter" ], { "author": "gadzoinksofficial", @@ -7562,12 +8738,21 @@ ], "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": [ [ - "SD3LatentSelectRes" + "SD3LatentSelectRes", + "SD3LatentSelectResV2" ], { "title_aux": "ComfyUI-SD3LatentSelectRes" } ], + "https://github.com/GavChap/ComfyUI_ExtractLora": [ + [ + "ExtractLoRA" + ], + { + "title_aux": "ComfyUI_ExtractLora" + } + ], "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [ [ "HttpTTSToAudio", @@ -7644,6 +8829,24 @@ "title_aux": "Multi Area Conditioning" } ], + "https://github.com/GeneralShan/comfyui-zimage-sdnq": [ + [ + "ZImageSDNQCannyPreprocess", + "ZImageSDNQClearCaches", + "ZImageSDNQControlLoRAApply", + "ZImageSDNQControlPipelineLoader", + "ZImageSDNQDepthPreprocess", + "ZImageSDNQLoRAApply", + "ZImageSDNQPipelineLoader", + "ZImageSDNQSamplerControl", + "ZImageSDNQSamplerI2I", + "ZImageSDNQSamplerInpaint", + "ZImageSDNQSamplerT2I" + ], + { + "title_aux": "comfyui-zimage-sdnq" + } + ], "https://github.com/GentlemanHu/ComfyUI-SunoAI": [ [ "GentlemanHu_SunoAI", @@ -7695,6 +8898,27 @@ "title_aux": "ComfyUI-DiffusersImageOutpaint" } ], + "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers": [ + [ + "SamplerCustomAdvanced_Efficient", + "SamplerCustomUltraAdvancedEfficient", + "SamplerCustomUltraAdvancedPlusEfficient" + ], + { + "title_aux": "ComfyUI-MoreEfficientSamplers" + } + ], + "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove": [ + [ + "CFGFloatListScheduler", + "EncodeWanVideo", + "TTMLatentAdd", + "TimeToMoveGuider" + ], + { + "title_aux": "ComfyUI-Wan-TimeToMove" + } + ], "https://github.com/GizmoR13/PG-Nodes": [ [ "PgCheckpointSelect", @@ -7762,6 +8986,39 @@ "title_aux": "Save Image Plus for ComfyUI" } ], + "https://github.com/GonDesign/ComfyUI-HaoranWanxImageEdit": [ + [ + "HaoranWanxAPILoader", + "HaoranWanxImageEdit", + "HaoranWanxPromptHelper" + ], + { + "title_aux": "ComfyUI-HaoranWanxImageEdit" + } + ], + "https://github.com/GoogleCloudPlatform/comfyui-google-genmedia-custom-nodes": [ + [ + "Gemini25FlashImage", + "Gemini3ProImage", + "GeminiNode25", + "Imagen3TextToImageNode", + "Imagen4TextToImageNode", + "Lyria2TextToMusicNode", + "Veo2GcsUriImageToVideoNode", + "Veo2ImageToVideoNode", + "Veo2TextToVideoNode", + "Veo3GcsUriImageToVideoNode", + "Veo3ImageToVideoNode", + "Veo3ReferenceToVideo", + "Veo3TextToVideoNode", + "VeoVideoSaveAndPreview", + "VeoVideoToVHSNode", + "VirtualTryOn" + ], + { + "title_aux": "comfyui-google-genmedia-custom-nodes" + } + ], "https://github.com/Goshe-nite/comfyui-gps-supplements": [ [ "KSampler to Image Saver", @@ -7812,6 +9069,19 @@ "title_aux": "ComfyUI Visual Dimension Selector" } ], + "https://github.com/GraftingRayman/ComfyUI-Games": [ + [ + "ArkanoidNode", + "CheckersNode", + "PacManNode", + "SnakeNode", + "TetrisNode", + "TicTacToeNode" + ], + { + "title_aux": "ComfyUI-Games" + } + ], "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": [ [ "GRApplyPulidFlux", @@ -7823,6 +9093,16 @@ "title_aux": "ComfyUI-PuLID-Flux-GR" } ], + "https://github.com/GraftingRayman/ComfyUI-ZImage-Bake-Extract": [ + [ + "ZImageLoRA Manager Advanced", + "ZImageLoraManagerAdvanced", + "ZImageLoraMergerAdvanced" + ], + { + "title_aux": "ComfyUI-ZImage-Bake-Extract" + } + ], "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [ [ "GR BLIP 2 Caption Generator", @@ -7830,12 +9110,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", @@ -7854,17 +9136,25 @@ "GR Pan Or Zoom", "GR Prompt Generator", "GR Prompt Generator Extended", + "GR Prompt Generator1", "GR Prompt HUB", + "GR Prompt Replacer", "GR Prompt Selector", "GR Prompt Selector Multi", "GR Prompty", "GR Scroller", + "GR Sigma Presets", "GR Sigmas", "GR Stack Image", "GR Text Overlay", "GR Tile and Border Image", "GR Tile and Border Image Random Flip", + "GRAnySelector", + "GRAudioSelector", + "GRImageSelector", "GRLoraLoader", + "GRMenuHook", + "GRPromptReplacer", "GRPromptViewer" ], { @@ -7915,7 +9205,8 @@ ], "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [ [ - "SILVER_FL_BooruBrowser" + "SILVER_FL_BooruBrowser", + "SILVER_Online_Video_Frame_Extractor" ], { "title_aux": "ComfyUI-BooruBrowser" @@ -8101,6 +9392,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", @@ -8131,6 +9430,16 @@ "title_aux": "ComfyUI Ovi Node" } ], + "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L": [ + [ + "RunningHub_ImageQwenI2L_Loader(CFB)", + "RunningHub_ImageQwenI2L_Loader(Style)", + "RunningHub_ImageQwenI2L_LoraGenerator" + ], + { + "title_aux": "ComfyUI_RH_QwenImageI2L" + } + ], "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": [ [ "RunningHub SeedXPro Translator" @@ -8210,6 +9519,17 @@ "title_aux": "Factory Prompt Generator" } ], + "https://github.com/Hahihula/ComfyUI-batching-nodes": [ + [ + "BatchImageLoaderNode", + "ImageFromBatchNode", + "PromptFromListNode", + "PromptLoopNode" + ], + { + "title_aux": "ComfyUI-batching-nodes" + } + ], "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": [ [ "HaiperImage2Video", @@ -8232,6 +9552,7 @@ "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": [ [ "Get Workflow Data", + "Image Clipboard Copy", "Image Clipboard Paster", "Image Scale Bounding Box", "Make Inpaint Model", @@ -8280,6 +9601,23 @@ "title_aux": "ComfyUI ReSharpen" } ], + "https://github.com/HappyOnigiri/ComfyUI-Meld": [ + [ + "MeldAutoExposure", + "MeldImageLoader", + "MeldImageLoaderBatch", + "MeldPatternHeart", + "MeldPixelate", + "MeldPromptConstructor", + "MeldSaveImage", + "MeldSettingsUnpacker", + "MeldUnifiedFluxLoader", + "MeldUnifiedLoader" + ], + { + "title_aux": "ComfyUI-Meld" + } + ], "https://github.com/HappyXY/ComfyUI-AmazonBedrock": [ [ "Amazon Bedrock - Nova Canvas Background Prompt Replace", @@ -8296,6 +9634,27 @@ "title_aux": "ComfyUI-AmazonBedrock" } ], + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": [ + [ + "API_PromptHelper", + "API_caption", + "Batch_API_caption", + "Gemini_API_Image", + "ImageComparisonGIF", + "Load64image", + "LoadImageList", + "LoadTextList", + "MinimumFilter", + "SaveImageWithName", + "XY_Image", + "ZImageLoraModelOnly", + "getImageRetio", + "qwenMultiAngles" + ], + { + "title_aux": "ComfyUI DashuaiTools" + } + ], "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": [ [ "Clip Switch", @@ -8394,6 +9753,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", @@ -8490,8 +9857,11 @@ "AgentMemoryProvider", "AgentNode", "BasicRecursionFilterNode", + "Completion Enhancement Filter", + "Document Chunk Processor", "DocumentChunkRecursionFilterNode", "DocumentProcessor", + "Iterative Completion Agent", "LinuxMemoryDirectory", "QueryNode" ], @@ -8925,12 +10295,55 @@ "title_aux": "ComfyUI-Loop" } ], + "https://github.com/I-ShadowStar/L2UC": [ + [ + "CLIPTextEncodeLumina2Unchained" + ], + { + "title_aux": "L2UC" + } + ], "https://github.com/IAMCCS/IAMCCS-nodes": [ [ + "IAMCCS_AutoLinkArguments", + "IAMCCS_AutoLinkConverter", + "IAMCCS_GGUF_accelerator", + "IAMCCS_GetAutoLink", + "IAMCCS_HWProbeRecommendations", + "IAMCCS_HwSupporter", + "IAMCCS_HwSupporterAny", + "IAMCCS_LTX2_ControlPreprocess", + "IAMCCS_LTX2_EnsureFrames8nPlus1", + "IAMCCS_LTX2_ExtensionModule", + "IAMCCS_LTX2_ExtensionModule_simple", + "IAMCCS_LTX2_FrameCountValidator", + "IAMCCS_LTX2_FrameRateSync", + "IAMCCS_LTX2_GetImageFromBatch", + "IAMCCS_LTX2_ImageBatchCropByPad", + "IAMCCS_LTX2_ImageBatchPadReflect", + "IAMCCS_LTX2_LoRAStack", + "IAMCCS_LTX2_LoRAStackModelIO", + "IAMCCS_LTX2_LoRAStackSegmented6", + "IAMCCS_LTX2_LoRAStackStaged", + "IAMCCS_LTX2_ModelWithLoRA_Segmented6", + "IAMCCS_LTX2_ReferenceImageSwitch", + "IAMCCS_LTX2_ReferenceStartFramesInjector", + "IAMCCS_LTX2_TimeFrameCount", + "IAMCCS_LTX2_Validator", "IAMCCS_ModelWithLoRA", + "IAMCCS_ModelWithLoRA_LTX2", + "IAMCCS_ModelWithLoRA_LTX2_Staged", + "IAMCCS_MultiSwitch", + "IAMCCS_SamplerAdvancedVersion1", + "IAMCCS_SetAutoLink", + "IAMCCS_VAEDecodeTiledSafe", + "IAMCCS_VAEDecodeToDisk", + "IAMCCS_VRAMCleanup", + "IAMCCS_WanImageMotion", "IAMCCS_WanLoRAStack", "IAMCCS_WanLoRAStackModelIO", - "IAMCCS_qwenloraloader" + "IAMCCS_bus_group", + "iamccs_ltx2_lora_stack" ], { "title_aux": "IAMCCS-nodes" @@ -9037,6 +10450,49 @@ "title_aux": "Notification Bridge" } ], + "https://github.com/IRCSS/comfyUI-blender-wrapper": [ + [ + "BlenderGenericNode", + "CV2InpaintTexture", + "DownloadAndLoadHy3DDelightModel", + "DownloadAndLoadHy3DPaintModel", + "Hy3DApplyTexture", + "Hy3DBPT", + "Hy3DBakeFromMultiview", + "Hy3DCameraConfig", + "Hy3DDelightImage", + "Hy3DDiffusersSchedulerConfig", + "Hy3DExportMesh", + "Hy3DFastSimplifyMesh", + "Hy3DGenerateMesh", + "Hy3DGenerateMeshMultiView", + "Hy3DGetMeshPBRTextures", + "Hy3DIMRemesh", + "Hy3DLoadMesh", + "Hy3DMeshInfo", + "Hy3DMeshUVWrap", + "Hy3DMeshVerticeInpaintTexture", + "Hy3DModelLoader", + "Hy3DNvdiffrastRenderer", + "Hy3DPostprocessMesh", + "Hy3DRenderMultiView", + "Hy3DRenderMultiViewDepth", + "Hy3DRenderSingleView", + "Hy3DSampleMultiView", + "Hy3DSetMeshPBRAttributes", + "Hy3DSetMeshPBRTextures", + "Hy3DTorchCompileSettings", + "Hy3DUploadMesh", + "Hy3DVAEDecode", + "Hy3DVAELoader", + "Hy3D_2_1SimpleMeshGen", + "MESHToTrimesh", + "TrimeshToMESH" + ], + { + "title_aux": "comfyUI-blender-wrapper" + } + ], "https://github.com/ITurchenko/ComfyUI-SizeFromArray": [ [ "SizeFromArray" @@ -9047,7 +10503,33 @@ ], "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [ [ - "VideoDescriptionDAM", + "AttentionToMask", + "BatchStartMarker", + "BuildCharacterPromptNode", + "BuildPromptNode", + "Bypass", + "ConcatStrings", + "ControlNetPreprocessor", + "CropAndResize", + "DiffSynthControlnetAdvanced", + "EmptyLatentRatio", + "ImageToList", + "JsonParserNode", + "KSamplerLayered", + "LayerExporter", + "LayerSeparator", + "LoadImageList", + "LoraLoaderAdvanced", + "MergeStringsNode", + "ModelProgressTracker", + "ModelStructureDebug", + "PromptPoseFilter", + "PromptStyleFilter", + "SaveText", + "SelectIndexNode", + "StringToList", + "SwitchBoolean", + "SwitchCase", "VideoDescriptionQwen3VL" ], { @@ -9131,6 +10613,8 @@ "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": [ [ "CatchEditTextNode", + "DIYNodeWriter", + "PreviewImageAdHocSaveNode", "PreviewImageBase64Node" ], { @@ -9341,6 +10825,7 @@ [ "CustomTextNode", "CustomTextNode \u2328\ufe0f", + "CustomTextNode.py", "DisplayImageFromURL", "IsuCollage_Node", "Isulion Civitai Image Display", @@ -9369,6 +10854,7 @@ "IsulionNegativePromptGenerator", "IsulionProfessionGenerator", "IsulionPromptEnhancer", + "IsulionPromptGenerator", "IsulionSceneComposition", "IsulionSpacecraftGenerator", "IsulionStyleMixer", @@ -9376,6 +10862,7 @@ "IsulionTimeOfDayGenerator", "IsulionVideoPromptGenerator", "IsulionWeatherGenerator", + "MegaPromptV3", "\u29c9 IsulionOverlay", "\ud83d\udca4 IsulionShutdown", "\ud83e\udde9 IsulionQRCode" @@ -9544,6 +11031,9 @@ [ "PAGE", "PST", + "PhyCV_PST", + "PhyCV_Page", + "PhyCV_Vevid", "VEVID" ], { @@ -9552,7 +11042,6 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ - "DownsampledAttentionGuidance", "DownsampledLatentGuidance", "GenericAttentionGuidance", "LatentNormalizedLanczosResize" @@ -9561,6 +11050,14 @@ "title_aux": "Comfy Latent Tools" } ], + "https://github.com/JVsup/ComfyUI-SettingsToText": [ + [ + "SettingsToText" + ], + { + "title_aux": "ComfyUI-SettingsToText" + } + ], "https://github.com/JackEllie/ComfyUI_AI_Assistant": [ [ "apply_lighting_effects", @@ -9650,22 +11147,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", @@ -9676,11 +11176,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", @@ -9703,6 +11203,7 @@ "JNodes_StringLiteral", "JNodes_SubdirectorySelector", "JNodes_SyncedStringLiteral", + "JNodes_TextManager", "JNodes_TokenCounter", "JNodes_TrimAndStrip", "JNodes_UploadVideo", @@ -9721,6 +11222,32 @@ "title_aux": "FitDiT" } ], + "https://github.com/JasonHoku/ComfyUI-Ultimate-Auto-Sampler-Config-Grid-Testing-Suite": [ + [ + "SamplerGridTester", + "SmartJSONText", + "UltimateConfigBuilder", + "UltimateGridDashboard", + "UltimateSamplerGrid" + ], + { + "title_aux": "ComfyUI Ultimate Auto Sampler Config Grid Testing Suite" + } + ], + "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", @@ -9779,7 +11306,9 @@ ], "https://github.com/JiSenHua/ComfyUI-TD": [ [ + "AudiotoTD", "Comfy3DPacktoTD", + "GaussianSplattingtoTD", "Hy3DtoTD", "ImagetoTD", "ImagetoTD(JPEG)", @@ -9907,6 +11436,14 @@ "title_aux": "ComfyUI-DrawThingsWrapper" } ], + "https://github.com/JuanBerta/comfyui_ollama_vl_prompt": [ + [ + "Ollama VL Prompt" + ], + { + "title_aux": "comfyui_ollama_vl_prompt" + } + ], "https://github.com/Julian-adv/WildDivide": [ [ "Attention couple wild divide", @@ -9981,12 +11518,39 @@ "JMBinaryNot", "JMIntegerToBooleans", "JMNumberList", - "JMSWitchablePrompt" + "JMSWitchablePrompt", + "JMSwitchablePrompt" ], { "title_aux": "ComfyUI JMNodes" } ], + "https://github.com/K3NK3/ComfyUI-K3NKImageGrab": [ + [ + "K3NKFindNearestBucket", + "K3NKImageGrab", + "K3NKImageLoaderWithBlending", + "K3NKSaveLatentPassThrought" + ], + { + "title_aux": "ComfyUI-K3NKImageGrab" + } + ], + "https://github.com/K3nt3L/ComfyUI-S1Z35": [ + [ + "S1Z35_Custom1", + "S1Z35_Custom2", + "S1Z35_Flux1", + "S1Z35_Flux2", + "S1Z35_Hunyuan", + "S1Z35_Qwen", + "S1Z35_SDXL", + "S1Z35_ZIT" + ], + { + "title_aux": "ComfyUI-S1Z35" + } + ], "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": [ [ "ControlNetSwitch", @@ -10009,6 +11573,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" @@ -10042,6 +11614,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", @@ -10051,6 +11624,20 @@ "title_aux": "ComfyUI_SimpleButcher" } ], + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": [ + [ + "SimpleCameraSelector", + "SimpleMasterPromptLoader", + "SimpleMasterPromptLoaderAdvanced", + "SimpleModelPresetLoaderAdvanced", + "SimpleQwenVLgguf", + "SimpleQwenVLggufV2", + "SimpleStyleSelector" + ], + { + "title_aux": "ComfyUI_Simple_Qwen3-VL-gguf" + } + ], "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": [ [ "ApplyPulidFlux", @@ -10107,12 +11694,12 @@ "https://github.com/Kaleidia/KaleidiaNodes": [ [ "DynamicPromptNode", - "DynamicPromptNodeEXT", "FormatIntToString", "GetFileCountInOutputFolder", "LoadCSV", "RandomFloatToString", - "RandomIntToString" + "RandomIntToString", + "SequentialPromptNode" ], { "title_aux": "KaleidiaNodes" @@ -10160,6 +11747,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", @@ -10240,6 +11852,27 @@ "title_aux": "TIPO-extension" } ], + "https://github.com/Koko-boya/Comfyui-GeminiWeb": [ + [ + "GeminiWeb" + ], + { + "title_aux": "Comfyui-GeminiWeb" + } + ], + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": [ + [ + "Z_ImageAPIConfig", + "Z_ImageClearSessions", + "Z_ImageIntegratedKSampler", + "Z_ImageOptions", + "Z_ImagePromptEnhancer", + "Z_ImageUnloadModels" + ], + { + "title_aux": "Comfyui-Z-Image-Utilities" + } + ], "https://github.com/Koratahiu/ComfyUI-Diff2Flow": [ [ "Diff2FlowODESampler" @@ -10275,6 +11908,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" @@ -10283,14 +11919,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", @@ -10301,7 +11929,6 @@ "ACN_ControlNet++LoaderAdvanced", "ACN_ControlNet++LoaderSingle", "ACN_ControlNetLoaderAdvanced", - "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_CtrLoRALoader", "ACN_CustomControlNetWeightsFlux", "ACN_CustomControlNetWeightsSD15", @@ -10344,6 +11971,8 @@ ], "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ [ + "ADBlockComboNode", + "ADBlockIndivNode", "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", @@ -10472,8 +12101,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" @@ -10536,6 +12179,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" @@ -10664,6 +12309,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", @@ -10681,9 +12338,15 @@ "ImageListRepeater", "ImageListSplitter", "LG_AccumulatePreview", + "LG_ClearAccumulatedValues", + "LG_ConcatVideoFiles", + "LG_CreateAndSaveVideo", "LG_FastPreview", "LG_ImageReceiver", "LG_ImageSender", + "LG_SaveAudioGetPath", + "LG_ValueReceiver", + "LG_ValueSender", "MaskListRepeater", "MaskListSplitter" ], @@ -10712,6 +12375,10 @@ ], "https://github.com/LAOGOU-666/Comfyui_LG_Tools": [ [ + "AFL2:ImageRestoreNodeV2", + "AFL2:MaskBoxCropNodeV2", + "AFL2_PSD_Layer", + "AFL2_Save_PSD", "BridgePreviewNode", "CachePreviewBridge", "ColorAdjustment", @@ -10731,7 +12398,6 @@ "LG_InstallDependencies", "LG_LatentBatchToList", "LG_LoadImage", - "LG_LoadImage_V2", "LG_MaskBatchMerge", "LG_MaskHoleFiller", "LG_Noise", @@ -10746,6 +12412,18 @@ "title_aux": "Comfyui_LG_Tools" } ], + "https://github.com/LDNKS094/ComfyUI-Painter-I2V-AIO": [ + [ + "PainterI2V", + "PainterI2VAdvanced", + "PainterI2VExtend", + "PainterSampler", + "PainterSamplerAdvanced" + ], + { + "title_aux": "ComfyUI-Painter-I2V-AIO" + } + ], "https://github.com/LEv145/images-grid-comfy-plugin": [ [ "GridAnnotation", @@ -10790,9 +12468,19 @@ "title_aux": "ComfyUI-TuZi-Flux-Kontext" } ], + "https://github.com/LaVie024/comfyui-lopi999-llm": [ + [ + "CanaryQwenASR", + "LLMNode(lopi999)" + ], + { + "title_aux": "comfyui-lopi999-llm" + } + ], "https://github.com/Lakonik/ComfyUI-piFlow": [ [ "Load pi-Flow Model", + "Load pi-Flow Model (GGUF)", "ModelSamplingPiFlow", "pi-Flow Sampler" ], @@ -10818,6 +12506,7 @@ "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": [ [ "Inversed Switch", + "RunningHUB API", "Switch" ], { @@ -10849,6 +12538,7 @@ "Texturaizer_ApplyStyleToPrompt", "Texturaizer_CachedCNLoader", "Texturaizer_CachedCheckpointLoader", + "Texturaizer_CircularVAEDecode", "Texturaizer_ClipEncodeSwitchVersion", "Texturaizer_CombinedConditioningFromColors", "Texturaizer_ExtractCNData", @@ -10873,11 +12563,13 @@ "Texturaizer_KSamplerAdvanced", "Texturaizer_Placeholder", "Texturaizer_PowerLoraLoader", + "Texturaizer_SeamlessTilingPatch", "Texturaizer_SendImage", "Texturaizer_SetGlobalDir", "Texturaizer_SigmasSelector", "Texturaizer_SwitchAny", "Texturaizer_SwitchLazy", + "Texturaizer_SwitchSmart", "Texturaizer_UseSDXL" ], { @@ -10968,6 +12660,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", @@ -11261,7 +12976,10 @@ "ImageMetadataSaver", "LMMExtractPromptsNode", "LatentSettings", + "Loraloadertotext", "PipeHub", + "PreviewMask", + "UniversalLatentSettings", "cropImage" ], { @@ -11288,7 +13006,12 @@ "https://github.com/Lightricks/ComfyUI-LTXVideo": [ [ "AddLatentGuide", + "DynamicConditioning", + "GemmaAPITextEncode", + "GuiderParameters", "ImageToCPU", + "LTXAddImageGuide", + "LTXAddVideoICLoRAGuide", "LTXAttentioOverride", "LTXAttentionBank", "LTXAttnOverride", @@ -11296,6 +13019,7 @@ "LTXFlowEditCFGGuider", "LTXFlowEditSampler", "LTXForwardModelSamplingPred", + "LTXICLoRALoaderModelOnly", "LTXPerturbedAttention", "LTXPrepareAttnInjections", "LTXQ8Patch", @@ -11304,25 +13028,37 @@ "LTXReverseModelSamplingPred", "LTXVAdainLatent", "LTXVAddGuideAdvanced", + "LTXVAddLatentGuide", "LTXVApplySTG", "LTXVBaseSampler", "LTXVExtendSampler", - "LTXVFilmGrain", + "LTXVGemmaCLIPModelLoader", + "LTXVGemmaEnhancePrompt", + "LTXVImgToVideoConditionOnly", "LTXVInContextSampler", - "LTXVLatentUpsampler", "LTXVLinearOverlapLatentTransition", + "LTXVLoadConditioning", "LTXVLoopingSampler", "LTXVMultiPromptProvider", + "LTXVNormalizingSampler", "LTXVPatcherVAE", + "LTXVPerStepAdainPatcher", + "LTXVPerStepStatNormPatcher", "LTXVPreprocessMasks", "LTXVPromptEnhancer", "LTXVPromptEnhancerLoader", "LTXVQ8LoraModelLoader", + "LTXVSaveConditioning", "LTXVSelectLatents", "LTXVSetVideoLatentNoiseMasks", + "LTXVStatNormLatent", "LTXVTiledSampler", "LTXVTiledVAEDecode", + "LowVRAMAudioVAELoader", + "LowVRAMCheckpointLoader", + "LowVRAMLatentUpscaleModelLoader", "ModifyLTXModel", + "MultimodalGuider", "STGAdvancedPresets", "STGGuiderAdvanced", "STGGuiderNode", @@ -11332,6 +13068,15 @@ "title_aux": "ComfyUI-LTXVideo" } ], + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": [ + [ + "PromptGenerator", + "StyleApplier" + ], + { + "title_aux": "ComfyUI-PromptGenerator" + } + ], "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": [ [ "AdvancedSeedGenerator" @@ -11465,11 +13210,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", @@ -11482,13 +13232,23 @@ "FluxDeGuidance", "FluxForwardODESampler", "FluxInverseSampler", + "FluxKontextResolution", "FluxNoiseMixer", "FluxReverseODESampler", + "ImageComplexityMap", "InFluxFlipSigmas", "InFluxModelSamplingPred", + "IncrementBatch", + "MaskConditionalPaint", + "MaskGrayValueScaler", + "MaskMultiplyAdvanced", + "MaskMultiplyZeroWins", + "MaskToDenoiseInterpolator", + "MaskUpdateInpaintFromConditioning", "OutFluxModelSamplingPred", "PAGAttention", "PrepareAttnBank", + "QwenEditResolution", "RFDoubleBlocksOverride", "RFSingleBlocksOverride", "RegionalStyleModelApply", @@ -11502,9 +13262,11 @@ "https://github.com/Ltamann/ComfyUI-TBG-SAM3": [ [ "TBGLoadSAM3Model", + "TBGSAM3DepthMap", "TBGSAM3ModelLoaderAdvanced", "TBGSAM3PromptCollector", - "TBGSam3Segmentation" + "TBGSam3Segmentation", + "TBGSam3SegmentationBatch" ], { "title_aux": "ComfyUI-TBG-SAM3" @@ -11520,8 +13282,9 @@ "ModelSamplingFluxGradual", "PolyExponentialSigmaAdder", "PromptBatchGenerator", - "TBG Dual Sampler", - "TBG Flux-Z-Images Sampler", + "TBGDifferenceMask", + "TBGDualModelSampler", + "TBGKSamplerAdvancedSplitAware", "TBG_FluxKontextStabilizer", "TBG_Preview_Sender_WebSocked", "VAEDecodeColorFix" @@ -11576,6 +13339,16 @@ "title_aux": "ComfyUI LoRA Combine Node" } ], + "https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save": [ + [ + "MetaHubSaveNode", + "MetaHubSaveVideoNode", + "MetaHubTimerNode" + ], + { + "title_aux": "Image MetaHub Save Node" + } + ], "https://github.com/LyazS/comfyui-anime-seg": [ [ "Anime Character Seg" @@ -11593,6 +13366,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", @@ -11704,9 +13485,21 @@ "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", @@ -11717,6 +13510,7 @@ "SmartColorPaletteManager", "SmartFilenameBuilder", "TextFileLoader", + "UniversalGuardian", "UniversalRoutingHubAdvanced", "VLM_Confirmation_Gate_Node_MD", "WildcardPromptBuilder", @@ -11730,24 +13524,47 @@ [ "AudioVisualizer", "ColorfulStartingImage", + "LiteralBool", + "LiteralFloat", + "LiteralInt", + "LiteralString", + "LoadImageAdvanced", "LoadImagesFromPath", "LoadRandomCheckpoint", "LoraTagLoader", + "PromptPropertyExtractor", + "RandomBool", + "RandomColor", + "RandomFloatInRange", + "RandomIntInRange", + "RandomSeed", + "RandomString", "ResolutionSelector", "StringCleaning", + "StringConcat", "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]", + "\u270f\ufe0f Literal Bool", + "\u270f\ufe0f Literal Float", + "\u270f\ufe0f Literal Int", + "\u270f\ufe0f Literal String", "\u2728\ud83d\udcac Groq LLM API", "\u2728\ud83d\udcdd Groq ALM API - Transcribe", "\u2728\ud83d\udcf7 Groq VLM API", "\ud83c\udfa8 Colorful Starting Image", "\ud83c\udfb2 Load Random Checkpoint", + "\ud83c\udfb2 Random Bool", + "\ud83c\udfb2 Random Color", + "\ud83c\udfb2 Random Float in Range", + "\ud83c\udfb2 Random Int in Range", + "\ud83c\udfb2 Random Seed", + "\ud83c\udfb2 Random String", "\ud83c\udfb5\ud83d\udcca Audio Visualizer", "\ud83c\udff7\ufe0f LoRA Loader Prompt Tags", "\ud83d\udcbe Save Text File With Path", @@ -11756,6 +13573,7 @@ "\ud83d\udcc5 Format Date Time", "\ud83d\udcd0 Resolution Image Size Selector", "\ud83d\udcdd Wildcard Processor", + "\ud83d\udd17 String Concat / Append", "\ud83d\udd20 Tiktoken Tokenizer Info", "\ud83d\uddbc\ufe0f Download Image from URL", "\ud83d\uddbc\ufe0f Load Image Advanced", @@ -11769,6 +13587,28 @@ "title_aux": "ComfyUI-mnemic-nodes" } ], + "https://github.com/Maenvaeru/comfyui-vram-overlay": [ + [ + "MVU_VramOverlay" + ], + { + "title_aux": "comfyui-vram-overlay" + } + ], + "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps": [ + [ + "ImageOpsBlur", + "ImageOpsClamp", + "ImageOpsColorAjust", + "ImageOpsInvert", + "ImageOpsMerge", + "ImageOpsPreview", + "ImageOpsTransform" + ], + { + "title_aux": "ComfyUI-Majoor-ImageOps" + } + ], "https://github.com/Makeezi/ComfyUI-promptLAB": [ [ "PromptLAB" @@ -11789,6 +13629,7 @@ "ImageChannelSeparate_makki", "ImageCountConcatenate_makki", "ImageHeigthStitch_makki", + "ImageTPSWarp_makki", "ImageWidthStitch_makki", "Image_Resize_makki", "MergeImageChannels_makki", @@ -11829,6 +13670,14 @@ "title_aux": "ComfyUI-Qwen2_5-VL" } ], + "https://github.com/MakkiShizu/ComfyUI-animetimm": [ + [ + "AnimeTimmNode" + ], + { + "title_aux": "ComfyUI-animetimm" + } + ], "https://github.com/MakkiShizu/comfyui_reimgsize": [ [ "Cropimg", @@ -11900,6 +13749,7 @@ "Badman_ColorTransferLab", "Badman_Concat_String", "Badman_HexGenerator", + "Badman_IO", "Badman_PalletteGenerator", "Badman_Print", "Badman_String" @@ -12006,13 +13856,16 @@ [ "CombineVideos_MXD", "Crop Image By Mask", + "Flux 2 Empty Latent Image", "Flux Empty Latent Image", "Flux Image Scale To Total Pixels (Flux Safe)", "Flux Resolution Selector", "FluxResolutionMatcher", "Frames_Remove_From_Start_MXD", "Frames_Select_StartEnd_MXD", + "Get Latent Size", "GroupVideoFramesMXD", + "Grow Blur Mask MXD", "Image Scale To Total Pixels (SDXL Safe)", "LatentHalfMasks", "Load Image Batch MXD", @@ -12022,18 +13875,28 @@ "LoadLatents_FromFolder_I2V_MXD", "LoadLatents_FromFolder_WithParams", "LoadVideoMXD", + "MxdImageComparerSave", + "MxdPowerLoraLoader", + "MxdVideoComparer", "Place Image By Mask", "PreviewVideoMXD", "Prompt With Guidance (Flux)", + "QwenImageEditSingleMXD", + "QwenImageEditTripleMXD", + "SDXLResolutionMatcher", + "Save Image MXD", "SaveLatentMXD", "SaveLatent_I2V_MXD", "SaveVideoMXD", "Sdxl Empty Latent Image", - "Sdxl Resolution Selector", "WAN22_I2V_Image_Scaler_MXD", + "WAN22_I2V_Video_Prep_Advanced_MXD", + "WAN22_I2V_Video_Prep_MXD", "Wan22FirstLastImageToVideoMXD", + "Wan22FirstLastImageToVideoSVIMXD", "Wan22ImageToVideoMXD", "Wan2_2EmptyLatentImageMXD", + "ZImageTurboEmptyLatentImage", "wan22EmptyHunyuanLatentVideoMXD" ], { @@ -12159,12 +14022,63 @@ "title_aux": "ComfyUI-OneForOne" } ], + "https://github.com/Meisoftcoltd/ComfyUI-Demucs-AudioSeparator": [ + [ + "DemucsAudioSeparator" + ], + { + "title_aux": "ComfyUI-Demucs-AudioSeparator" + } + ], + "https://github.com/Meisoftcoltd/comfyui-sequential-batcher": [ + [ + "CombineJobs", + "EnumerateJob", + "GetJobStep", + "JobToList", + "MakeJob" + ], + { + "title_aux": "comfyui-sequential-batcher" + } + ], "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", @@ -12175,11 +14089,20 @@ "title_aux": "ComfyUI ZhipuAI Platform" } ], + "https://github.com/Mexes1978/comfyui-comfysketch": [ + [ + "ComfySketch" + ], + { + "title_aux": "comfyui-comfysketch" + } + ], "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": [ [ "MLFrameRateResampler", "MLFrameRateResampler_GPU", "MLVideoRateConverter", + "RemovePoseHead", "SaveImageCleanMetadata", "SaveImageNoMetadata", "SaveVideoNoMetadata" @@ -12288,6 +14211,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" @@ -12298,12 +14334,38 @@ ], "https://github.com/Mister-Link/link-comfy-nodes": [ [ + "Add Image to Batch", + "AdvancedStringConcat", + "Auto Cropper", + "BatchImageSave", + "Concat", + "ConvertToPixelArt", + "Crop to Content", "Farthest Color", + "Fast Image Preview", "Hex or 24 Bit Color", "Image Rotator", + "Match Color Palette", + "Native Wan Pose Strength", + "Pixelation Dimensions", "Pose Image Setup", + "Preview (webm)", + "PreviewAsMarkdown", + "PreviewImageAlpha", + "Remove Background", + "ReplaceAlpha", + "Resize Image and Mask by Side", + "Save Folder as ZIP", + "Save To Zip", + "SaveFolderAsZip", + "Spritesheet Builder", + "Spritesheet Preview", + "Stabilizer Trim", + "Trim Conditioning", + "Video Detailer", "VideoMaskEditor", - "WAN Frame Calculator" + "WAN Frame Calculator", + "WAN Frames to Add & Cut" ], { "title_aux": "Link Comfy Nodes" @@ -12371,17 +14433,49 @@ "title_aux": "ComfyUI-Lightx2vWrapper" } ], + "https://github.com/Moeblack/ComfyUI-SimpleChat": [ + [ + "GeminiImageEdit", + "GeminiImageGen", + "SimpleChatAnimaPromptRouter", + "SimpleChatAnimaPromptXYMatrix", + "SimpleChatConfig", + "SimpleChatImage", + "SimpleChatImageGrid", + "SimpleChatJsonParse", + "SimpleChatJsonParse16", + "SimpleChatJsonToVars", + "SimpleChatMarkdownPreview", + "SimpleChatMustacheRender", + "SimpleChatMustacheVar", + "SimpleChatNoASS", + "SimpleChatPromptJsonUnpack", + "SimpleChatText", + "SimpleChatTextInput", + "SimpleChatTextList", + "SimpleChatXYCellPrefix", + "SimpleChatXYPlot" + ], + { + "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", @@ -12390,6 +14484,7 @@ "iToolsPromptStyler", "iToolsPromptStylerExtra", "iToolsRegexNode", + "iToolsTestNode", "iToolsTextReplacer", "iToolsVaePreview" ], @@ -12485,13 +14580,13 @@ "MontagenEdgeTTSNode", "MontagenFishAudioCloneNode", "MontagenFishAudioTTSNode", + "MontagenHumandigitalNode", "MontagenImageAdapter", "MontagenImageListAdapter", "MontagenRenderTimeline", "MontagenResourceConvertAudioAdapter", "MontagenSRTListParser", "MontagenStickerAdapter", - "MontagenStickerListAdapter", "MontagenTextAdapter", "MontagenTextListAdapter", "MontagenVideoAdapter", @@ -12556,6 +14651,7 @@ "CalcEmbeds", "CompareEmbeds", "Cond2Embeds", + "DBLoader", "EditDB", "EditResults", "EmbedsInfo", @@ -12567,13 +14663,35 @@ "ResultBrowserAdvanced", "ResultCombiner", "ResultSubtract", - "ScaleEmbeds", - "testnode1" + "ScaleEmbeds" ], { "title_aux": "ClipVision_Tools" } ], + "https://github.com/Moser9815/ComfyUI-RMAutomation": [ + [ + "RMImageFallback", + "RMLoraApply", + "RMLoraCollector", + "RMMaskGate", + "RMMaskGateGuide", + "RMNegativeTextEmbed", + "RMPositiveTextEmbed", + "RMPowerLoraLoader", + "RMPowerLoraLoaderPipe", + "RMSaveImageWithMetadata", + "RMSetLatentNoiseMask", + "RMStylesFull", + "RMStylesFullDisplay", + "RMStylesPipe", + "RMStylesPipeOut", + "RMVideoCombine" + ], + { + "title_aux": "ComfyUI-RMAutomation" + } + ], "https://github.com/MovieLabs/comfyui-movielabs-util": [ [ "PublishAsset", @@ -12610,7 +14728,9 @@ [ "SBS_External_Depthmap_by_SamSeen", "SBS_Image_Uploader", + "SBS_V2_External_Depth_by_SamSeen", "SBS_V2_by_SamSeen", + "SBS_VR_Panorama_by_SamSeen", "SBS_Video_Combiner", "SBS_Video_Uploader" ], @@ -12626,6 +14746,15 @@ "title_aux": "ComfyUI-TextOverlay" } ], + "https://github.com/MushroomFleet/ComfyUI-DJZ-Offsquare": [ + [ + "DJZ_Offsquare", + "DJZ_Offsquare_V2" + ], + { + "title_aux": "ComfyUI-DJZ-Offsquare" + } + ], "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": [ [ "ZenkaiPOMLProcessor", @@ -12650,6 +14779,70 @@ "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/ComfyUI-Zero2JSON": [ + [ + "Z2J_Background", + "Z2J_BatchGenerator", + "Z2J_CameraAngle", + "Z2J_CameraDistance", + "Z2J_CameraDoF", + "Z2J_CameraFocus", + "Z2J_Composition", + "Z2J_Lighting", + "Z2J_Mood", + "Z2J_ProfileInfo", + "Z2J_Scene", + "Z2J_SeedMixer", + "Z2J_Style", + "Z2J_SubjectAction", + "Z2J_SubjectDescription", + "Z2J_SubjectPose", + "Z2J_SubjectPosition" + ], + { + "title_aux": "ComfyUI-Zero2JSON" + } + ], + "https://github.com/MushroomFleet/ComfyUI_PromptExtractor_nodes": [ + [ + "DJZ_PromptExtractor", + "DJZ_PromptExtractorBatch", + "DJZ_PromptExtractorFromPath", + "DJZ_PromptExtractorV2", + "DJZ_PromptExtractorV2_Batch", + "DJZ_PromptExtractorV2_StringNavigator" + ], + { + "title_aux": "ComfyUI_PromptExtractor_nodes" + } + ], "https://github.com/MushroomFleet/DJZ-Pedalboard": [ [ "DJZ_Pedalboard" @@ -12700,7 +14893,8 @@ ], "https://github.com/NHLStenden/ComfyUI-ImageBag": [ [ - "EnhancedImageColourTransferNode" + "EnhancedImageColourTransferNode", + "FilmGrainNoiseNode" ], { "title_aux": "ComfyUI-ImageBag" @@ -12708,23 +14902,43 @@ ], "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ [ + "LoRA Extract and Save", "Load Text List", + "LoraSave", "Split Sentences", "Split Tags", "Tag Alternating Combiner", "Tag Duplicate Remover", - "Token Counter" + "Token Counter", + "Wan22 Noise Scheduler" ], { "title_aux": "Image Captioning and Tagging Assistor Nodes" } ], + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [ + [ + "NLConstantColor", + "NLContextDebug", + "NLRead", + "NLWanVideoImageToVideoEncodeV2", + "NLWorkflowFPS", + "NLWorkflowFrameRange", + "NLWorkflowProjectPath", + "NLWorkflowResolution", + "NLWrite" + ], + { + "title_aux": "ComfyUI-NL_Nodes" + } + ], "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": [ [ "RTXRemixCloseProject", "RTXRemixCreateLayer", "RTXRemixDefineLayerId", "RTXRemixDeleteFile", + "RTXRemixDownloadModel", "RTXRemixEndContext", "RTXRemixGetDefaultDirectory", "RTXRemixGetEditTarget", @@ -12756,6 +14970,35 @@ "title_aux": "ComfyUI-RTX-Remix" } ], + "https://github.com/Nakamura2828/ComfyUI-JK-TextTools": [ + [ + "JK_BBoxToMask", + "JK_BBoxToSAM3Query", + "JK_BBoxesToMask", + "JK_DetectionQuery", + "JK_DetectionToBBox", + "JK_JSONPrettyPrinter", + "JK_JSONToBBox", + "JK_ListIndexSelector", + "JK_MaskToBBox", + "JK_SEGsToMask", + "JK_SEGsToSAM3Query", + "JK_StringIndexSelector", + "JK_StringJoiner", + "JK_StringSplitter" + ], + { + "title_aux": "ComfyUI-JK-TextTools" + } + ], + "https://github.com/Nakamura2828/ComfyUI-JK-ToRetro": [ + [ + "JK_ImageToRetro" + ], + { + "title_aux": "ComfyUI-JK-ToRetro" + } + ], "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": [ [ "NS_ManySliders" @@ -12807,6 +15050,7 @@ "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": [ [ "GreatConditioningModifier", + "GreatMultiplySigmas", "GreatRandomOrganicGradientNode", "ImageBlendNode", "InteractiveOrganicGradientNode" @@ -12898,6 +15142,14 @@ "title_aux": "ComfyUI LLM SDXL Adapter" } ], + "https://github.com/NewBieAI-Lab/ComfyUI-MltoXml": [ + [ + "MltoXml" + ], + { + "title_aux": "ComfyUI-MltoXml" + } + ], "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": [ [ "KSamplerHelper", @@ -12949,6 +15201,15 @@ "title_aux": "ComfyUI-XingLiu" } ], + "https://github.com/NexusEast/ComfyUI_ContactSheet_Auto": [ + [ + "SimpleGridImage", + "VideoIntervalCalculator" + ], + { + "title_aux": "ComfyUI_ContactSheet_Auto" + } + ], "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": [ [ "BedroomFurnitureMask" @@ -12965,6 +15226,35 @@ "title_aux": "ComfyUI_TravelSuite" } ], + "https://github.com/NickPittas/ComfyUI_CameraAngleSelector": [ + [ + "CameraAngleSelector" + ], + { + "title_aux": "ComfyUI_CameraAngleSelector" + } + ], + "https://github.com/NidAll/ComfyUI_PromptStyler": [ + [ + "PromptStylerConditioning" + ], + { + "title_aux": "ComfyUI_PromptStyler" + } + ], + "https://github.com/Night1099/COMFYUI-PBRFusion4": [ + [ + "AIXPOLY_BlackThreshold", + "AIXPOLY_ClampResolution", + "AIXPOLY_ConditionalUpscale", + "AIXPOLY_NormalMapFlipY", + "AIXPOLY_PBRFusion4SimpleDepthAndNormalGenerator", + "AIXPOLY_SmartUpscaleCalculator" + ], + { + "title_aux": "ComfyUI-PBRFusion4" + } + ], "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": [ [ "AspectRatioNikosis", @@ -12990,6 +15280,11 @@ ], "https://github.com/NimaNzrii/comfyui-photoshop": [ [ + "ClipPass", + "PhotoshopConnection", + "PhotoshopToComfyUI", + "SendToPhotoshop", + "modelPass", "\ud83d\udd39 Photoshop RemoteConnection", "\ud83d\udd39ClipPass", "\ud83d\udd39Photoshop ComfyUI Plugin", @@ -13008,6 +15303,18 @@ "title_aux": "comfyui-popup_preview" } ], + "https://github.com/NineKey1028/ComfyUI_Dynamic_TagLoader": [ + [ + "DynamicTagIterator", + "DynamicTagLoaderJS", + "DynamicTagSaver", + "WaitForNode", + "WorkflowMetadataReader" + ], + { + "title_aux": "ComfyUI_Dynamic_TagLoader" + } + ], "https://github.com/Niutonian/ComfyUi-NoodleWebcam": [ [ "WebcamNode" @@ -13016,6 +15323,31 @@ "title_aux": "ComfyUi-NoodleWebcam" } ], + "https://github.com/Niutonian/comfyui-niutonian-smart-image": [ + [ + "SmartBatchProcessor", + "SmartBorderFrame", + "SmartCollageMaker", + "SmartGridStitch", + "SmartImageSplitter", + "SmartImageStitch", + "SmartPanoramaStitch" + ], + { + "title_aux": "comfyui-niutonian-smart-image" + } + ], + "https://github.com/Niutonian/comfyui_Niutonian_GLM_4_6V": [ + [ + "NiutonianGLM46VAgenticSampler", + "NiutonianGLM46VDescriber", + "NiutonianGLM46VLoader", + "NiutonianGLM46VPromptGenerator" + ], + { + "title_aux": "comfyui_Niutonian_GLM_4_6V" + } + ], "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": [ [ "LTXBlockswap" @@ -13029,6 +15361,7 @@ "AnimeSegmentation", "KenBurnsConfigLoader", "KenBurns_Processor", + "LoadImageFileName", "LoadImageFilename" ], { @@ -13054,7 +15387,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" @@ -13189,7 +15525,8 @@ ], "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": [ [ - "Image2Prompt" + "Image2Prompt", + "Text2Prompt" ], { "title_aux": "ComfyUI-NudeJS-Image2Prompt" @@ -13263,6 +15600,7 @@ ], "https://github.com/Nynxz/ComfyUI-NynxzNodes": [ [ + "nynxz.CompareVideo.Options", "nynxz.Create.CompareVideo.Fade", "nynxz.Create.CompareVideo.Wipe", "nynxz.Parse.StringTemplate" @@ -13305,6 +15643,29 @@ "title_aux": "ComfyUI-off-suite" } ], + "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [ + [ + "BFParameters", + "BFParametersSimple", + "CheckpointComboParameter", + "CheckpointLoaderWithOuputDirByModelName", + "CyclicInteger", + "DetailerSchedulerComboParameter", + "KsamplerSamplersComboParameter", + "KsamplerSchedulersComboParameter", + "OuputDirByModelName", + "RandomImageSizeAdvanced", + "RandomImageSizeAdvancedYAML", + "RandomInteger", + "UnetComboParameter", + "UniqueStringList", + "UniqueStringListAdvanced", + "VAEComboParameter" + ], + { + "title_aux": "comfyui-watdafox-nodes" + } + ], "https://github.com/OneThingAI/ComfyUI_Onething_CV": [ [ "OneThingAI ImageToText" @@ -13356,8 +15717,6 @@ ], "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": [ [ - "Pipe From Parameters", - "Pipe To Parameters", "Prompt Tidy", "Text Switch 2 Way", "Text With Context" @@ -13397,6 +15756,12 @@ ], "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": [ [ + "ArtistsCSVLoader", + "ArtmovementsCSVLoader", + "CharactersCSVLoader", + "ColorsCSVLoader", + "CompositionCSVLoader", + "LightingCSVLoader", "Load Artists CSV", "Load Artmovements CSV", "Load Characters CSV", @@ -13406,7 +15771,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" @@ -13420,6 +15789,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", @@ -13458,6 +15836,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" @@ -13485,6 +15874,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": [ [ "Artbot", + "Lollms", "Lollms_Text_Gen", "Lollms_Text_Saver", "RandomizeVideo" @@ -13528,6 +15918,14 @@ "title_aux": "Claude Prompt Generator" } ], + "https://github.com/Pedreiro-Digital-Studio-Ltda/ComfyUI-PromptPerfect": [ + [ + "PromptPerfectGPT" + ], + { + "title_aux": "ComfyUI-PromptPerfect" + } + ], "https://github.com/PenguinTeo/Comfyui-GeminiBanana": [ [ "Gemini3ImageNode" @@ -13654,6 +16052,14 @@ "title_aux": "Pirog's Nodes for ComfyUI" } ], + "https://github.com/PixWizardry/ComfyUI_PixQwenImageEditEnhanced": [ + [ + "PixQwenImageEditEnhanced" + ], + { + "title_aux": "ComfyUI_PixQwenImageEditEnhanced" + } + ], "https://github.com/PixelFunAI/ComfyUI_PixelFun": [ [ "HunyuanLoadAndEditLoraBlocks", @@ -13715,6 +16121,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" @@ -13750,6 +16164,9 @@ "FRED_ImageSaver_v2", "FRED_ImageUncropFromBBox", "FRED_Image_Sharpening_Blur_Level", + "FRED_JpegArtifact_Simulator", + "FRED_Multi_Linear_Slider", + "FRED_RestoreFaceWithMask", "FRED_Save_Text_File", "FRED_Simplified_Parameters_Panel", "FRED_Text_to_XMP", @@ -13773,23 +16190,56 @@ "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-CameraPack": [ + [ + "CameraIntrinsics", + "CreateLoad3DCamera", + "DA3ToLoad3DCamera" + ], + { + "title_aux": "ComfyUI-CameraPack" + } + ], "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [ [ "DA3_CreateCameraParams", + "DA3_DownloadModel", "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", + "DepthAnythingV3_Streaming", "DepthAnything_V3", - "DownloadAndLoadDepthAnythingV3Model" + "DownloadAndLoadDepthAnythingV3Model", + "LoadSALADModel" ], { "title_aux": "ComfyUI-DepthAnythingV3" @@ -13797,45 +16247,69 @@ ], "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": [ [ + "GeomPackAddNormalsToPointCloud", + "GeomPackAlphaWrap", "GeomPackBackdraftView", - "GeomPackBooleanOp", + "GeomPackBooleanBlender", + "GeomPackBooleanCGAL", "GeomPackCheckNormals", "GeomPackCombineMeshes", + "GeomPackCombineMeshesBatch", "GeomPackComputeNormals", "GeomPackConnectedComponents", "GeomPackCreatePrimitive", + "GeomPackDegenerateFaces", + "GeomPackDepthNormalsToMesh", "GeomPackDetectSelfIntersections", "GeomPackExtractSkeleton", "GeomPackFillHoles", "GeomPackFixNormals", "GeomPackFixSelfIntersectionsByPerturbation", "GeomPackFixSelfIntersectionsByRemoval", + "GeomPackGetMeshFilename", "GeomPackLoadMesh", "GeomPackLoadMeshBatch", "GeomPackLoadMeshBlend", "GeomPackLoadMeshFBX", + "GeomPackLoadMeshGlob", + "GeomPackLoadMeshPath", + "GeomPackMergeVertices", + "GeomPackMeshFix", "GeomPackMeshFromSkeleton", "GeomPackMeshInfo", "GeomPackMeshQuality", "GeomPackMeshToMeshDistance", "GeomPackMeshToPointCloud", + "GeomPackNormalizeMeshToBBox", + "GeomPackOpenEdges", + "GeomPackParaViewFilter", "GeomPackPointToMeshDistance", + "GeomPackPreviewGaussian", "GeomPackPreviewMesh", + "GeomPackPreviewMeshAnalysis", "GeomPackPreviewMeshDual", + "GeomPackPreviewMeshMulti", "GeomPackPreviewMeshUV", "GeomPackPreviewMeshVTK", "GeomPackPreviewMeshVTKBatch", "GeomPackReconstructSurface", - "GeomPackRefineMesh", "GeomPackRemesh", + "GeomPackRemeshBlender", + "GeomPackRemeshCGAL", + "GeomPackRemeshGPU", "GeomPackRemeshSelfIntersections", "GeomPackRemeshWithTexture", + "GeomPackRemoveDegenerateFaces", "GeomPackSaveMesh", "GeomPackSaveMeshBatch", + "GeomPackSplitByField", + "GeomPackSubsamplePointCloud", "GeomPackTextureToGeometry", "GeomPackTransformMesh", "GeomPackUVUnwrap", - "GeomPackVisualizeNormalField" + "GeomPackVisualizeNormalField", + "RefineMesh", + "ScrambleIntField" ], { "title_aux": "ComfyUI libigl" @@ -13892,6 +16366,22 @@ "title_aux": "ComfyUI-HunyuanX" } ], + "https://github.com/PozzettiAndrea/ComfyUI-MIDI3D": [ + [ + "CombineMasksToInstance", + "DownloadAndLoadMIDI3DModel", + "MIDI3DLoadTextureModels", + "MIDI3DPreprocess", + "MIDI3DPreprocessFromFiles", + "MIDI3DProcess", + "MIDI3DSceneToTrimesh", + "MIDI3DTexture", + "RGBToInstanceMask" + ], + { + "title_aux": "ComfyUI-MIDI3D" + } + ], "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": [ [ "HunyuanX_ApplyAndSaveTexturedMesh", @@ -13928,6 +16418,17 @@ "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", @@ -13936,11 +16437,13 @@ "SAM3CombinePoints", "SAM3CreateBox", "SAM3CreatePoint", - "SAM3InteractiveSegmentation", + "SAM3Grounding", + "SAM3InteractiveCollector", + "SAM3MultiRegionCollector", + "SAM3MultipromptSegmentation", "SAM3PointCollector", "SAM3Propagate", "SAM3Segmentation", - "SAM3VideoModelLoader", "SAM3VideoOutput", "SAM3VideoSegmentation" ], @@ -13954,13 +16457,14 @@ "SAM3DBodyAddMeshToSkeleton", "SAM3DBodyExportFBX", "SAM3DBodyExportMesh", + "SAM3DBodyExportMultipleFBX", "SAM3DBodyGetVertices", "SAM3DBodyLoadMesh", "SAM3DBodyLoadSkeleton", "SAM3DBodyPreviewRiggedMesh", - "SAM3DBodyPreviewSkeleton", "SAM3DBodyProcess", "SAM3DBodyProcessAdvanced", + "SAM3DBodyProcessMultiple", "SAM3DBodySaveSkeleton", "SAM3DBodySelectMesh", "SAM3DBodyVisualize" @@ -13969,6 +16473,57 @@ "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": [ + [ + "AlignDepthMaps", + "LoadImageWithExif", + "LoadSharpModel", + "MergeGaussians", + "ProjectDepthToPanorama", + "SamplePanorama", + "SharpPredict", + "SharpPredictDepth" + ], + { + "title_aux": "ComfyUI-Sharp" + } + ], + "https://github.com/Praveenhalder/praveen-tools": [ + [ + "AdjustBrightnessContrast", + "BlackImageGenerator", + "DiagonalTextWatermark", + "FilenameExtractor", + "ImageDimensions16", + "ImageTileMerge", + "ImageTileSplit", + "LoadImageWithFilename", + "MergeImageLists", + "OverlappingImageListMerger", + "OverlappingImageListSplitter", + "RGBChannelMerger", + "ResolutionNode", + "SelectLastImage", + "SkipFirstImage", + "SplitImageList", + "TileInfoDisplay" + ], + { + "title_aux": "Praveen's ComfyUI Tools" + } + ], "https://github.com/PressWagon/ComfyUI-StringsAndThings": [ [ "DebugString", @@ -14028,6 +16583,8 @@ ], "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": [ [ + "Create 360 Sweep Frames", + "Create 360 Sweep Frames Tensor", "Create360SweepVideoFramesNode", "Create360SweepVideoFramesTensorNode" ], @@ -14115,6 +16672,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", @@ -14138,6 +16704,16 @@ "title_aux": "ComfyUI-RED-UNO" } ], + "https://github.com/QuackPhuc/ComfyUI-FisheyeTransform": [ + [ + "FisheyeRedistort", + "FisheyeStrengthEstimate", + "FisheyeUndistort" + ], + { + "title_aux": "ComfyUI-FisheyeTransform" + } + ], "https://github.com/QuietNoise/comfyui_queue_manager": [ [ "Workflow Name" @@ -14154,6 +16730,16 @@ "title_aux": "Universal LLM Node for ComfyUI" } ], + "https://github.com/RCAKangle/ComfyUI_LLM_Embeder": [ + [ + "ChatHistoryViewer", + "ChatNode", + "LLMConfigNode" + ], + { + "title_aux": "ComfyUI_LLM_Embeder" + } + ], "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": [ [ "LoadAudioExtended", @@ -14196,6 +16782,22 @@ "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", @@ -14238,6 +16840,7 @@ ], "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ [ + "ArtistLoader", "LoadArtistTag" ], { @@ -14322,6 +16925,16 @@ "title_aux": "ComfyUI-Latte" } ], + "https://github.com/Rhovanx/wan_vace_auto_joiner": [ + [ + "WanVaceAutoJoiner", + "WanVaceAutoJoinerFinalize", + "WanVaceAutoJoinerSave" + ], + { + "title_aux": "Wan Vace Auto Joiner" + } + ], "https://github.com/RiceRound/ComfyUI_CryptoCat": [ [ "CryptoCatImage", @@ -14381,21 +16994,51 @@ ], "https://github.com/Rizzlord/ComfyUI-RizzNodes": [ [ + "BatchImagesToGrid", + "CreateImage", + "LoadMultiviewImages", + "Quadremesh", "RizzAlphaMargin", + "RizzAudioEditor", + "RizzAudioMixer", "RizzBatchImageLoader", "RizzBlur", + "RizzBlurSpot", "RizzChannelPack", "RizzChannelSplit", "RizzClean", "RizzCropAndScaleFromMask", "RizzDynamicPromptGenerator", + "RizzEditClips", "RizzEditImage", + "RizzExtractAllFrames", + "RizzExtractFrames", + "RizzFramesToVideoBatch", + "RizzGDSPatcher", + "RizzImageEffects", + "RizzLoadAudio", + "RizzLoadImage", "RizzLoadLatestImage", "RizzLoadLatestMesh", + "RizzLoadVideo", + "RizzMakeTileable", "RizzModelBatchLoader", "RizzPasteAndUnscale", + "RizzPreviewAudio", + "RizzPreviewImage", + "RizzPreviewTiling", + "RizzPreviewVideo", + "RizzSaveAudio", + "RizzSaveImage", + "RizzSaveVideo", + "RizzSeparateVideoAudio", + "RizzTextcombine", "RizzUpscaleImageBatch", - "SimplifyMesh" + "RizzVideoEffects", + "SaveMultiviewImages", + "SimplifyMesh", + "SplitImageBatch", + "VideoSecondsToLength" ], { "title_aux": "ComfyUI-RizzNodes" @@ -14461,15 +17104,35 @@ "title_aux": "ComfyUI-SceneGenerator" } ], + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": [ + [ + "FilenameGenerator", + "PromptWildcards" + ], + { + "title_aux": "ComfyUI-PromptUtils" + } + ], "https://github.com/Runware/ComfyUI-Runware": [ [ + "Runware 3D Inference", + "Runware 3D Inference Inputs", + "Runware 3D Inference Settings", + "Runware 3D Inference Settings Shape Slat", + "Runware 3D Inference Settings Sparse Structure", + "Runware 3D Inference Settings Tex Slat", "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 Audio Settings", "Runware Background Removal", + "Runware BlackForest Labs Provider Settings", + "Runware Bria Provider Mask", "Runware Bria Provider Settings", "Runware Bytedance Provider Settings", "Runware ControlNet", @@ -14480,72 +17143,158 @@ "Runware Embedding Search", "Runware Embeddings Combine", "Runware Frame Images", + "Runware Google Provider Settings", "Runware IPAdapter", "Runware IPAdapters Combine", "Runware Image Caption", "Runware Image Inference", "Runware Image Inference Inputs", + "Runware Image Inference Ultralytics", "Runware Image Masking", "Runware Image Upscaler", "Runware Imagen Inference", "Runware Input Audios", + "Runware Kling MultiPrompt Segment", + "Runware Kling Provider Settings MultiPrompt", "Runware KlingAI Provider Settings", "Runware Kontext Inference", "Runware Lightricks Provider Settings", + "Runware Load Mesh", "Runware Lora Combine", "Runware Lora Search", "Runware Luma Provider Settings", "Runware Media Upload", "Runware Midjourney Provider Settings", "Runware MiniMax Provider Settings", + "Runware Mirelo Provider Settings", "Runware Model Search", "Runware Multi Inference", "Runware OpenAI Provider Settings", "Runware Outpaint", "Runware PhotoMaker V2", "Runware Pixverse Provider Settings", + "Runware Provider Settings Recraft Color", + "Runware Recraft Provider Settings", "Runware Reference Images", "Runware Reference Videos", + "Runware Reference Voices", "Runware Refiner", "Runware Runway Provider Settings", "Runware Safety Inputs", + "Runware Save 3D", + "Runware Save Image", + "Runware Settings", + "Runware Sourceful Provider Settings", + "Runware Sourceful Provider Settings Fonts", + "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 Inference Outputs", "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", + "Runware Wan Animate Advanced Feature Settings", + "Runware xAI Provider Settings", + "Runware3DInference", + "Runware3DInferenceInputs", + "Runware3DInferenceSettings", + "Runware3DInferenceSettingsShapeSlat", + "Runware3DInferenceSettingsSparseStructure", + "Runware3DInferenceSettingsTexSlat", + "RunwareAlibabaProviderSettings", "RunwareAudioInferenceInputs", + "RunwareAudioInput", + "RunwareAudioInputCombine", + "RunwareAudioSettings", + "RunwareBlackForestProviderSettings", + "RunwareBriaProviderMask", "RunwareBriaProviderSettings", "RunwareBytedanceProviderSettings", "RunwareFrameImages", + "RunwareGoogleProviderSettings", + "RunwareKlingMultiPromptSegment", "RunwareKlingProviderSettings", + "RunwareKlingProviderSettingsMultiPrompt", "RunwareLightricksProviderSettings", + "RunwareLoadMesh", "RunwareLumaProviderSettings", "RunwareMidjourneyProviderSettings", "RunwareMiniMaxProviderSettings", + "RunwareMireloProviderSettings", "RunwareOpenAIProviderSettings", "RunwarePixverseProviderSettings", + "RunwareRecraftColor", + "RunwareRecraftProviderSettings", "RunwareRunwayProviderSettings", "RunwareSafetyInputs", + "RunwareSave3D", + "RunwareSettings", + "RunwareSourcefulProviderSettings", + "RunwareSourcefulProviderSettingsFonts", + "RunwareSpeechInput", + "RunwareSpeechInputCombine", + "RunwareSyncProviderSettings", + "RunwareSyncSegment", + "RunwareUltralyticsInputs", + "RunwareUltralyticsProviderSettings", "RunwareVectorize", "RunwareVideoAdvancedFeatureInputs", "RunwareVideoBgRemoval", + "RunwareVideoInferenceOutputs", "RunwareVideoInputsFrameImages", "RunwareVideoInputsReferences", "RunwareVideoUpscaler", + "RunwareWanAnimateAdvancedFeatureSettings", + "RunwareXAIProviderSettings", "txt2vid" ], { "title_aux": "Runware.ai ComfyUI Inference API Integration" } ], + "https://github.com/RyanHolanda/ComfyUI-AudioBridge": [ + [ + "AudioToTensor", + "TensorToAudio" + ], + { + "title_aux": "ComfyUI-AudioBridge" + } + ], + "https://github.com/RyukoMatoiFan/ComfyUI-STARFlow": [ + [ + "STARFlowCheckpointLoader", + "STARFlowSampler", + "STARFlowT5TextEncode", + "STARFlowVAEDecode" + ], + { + "title_aux": "ComfyUI-STARFlow" + } + ], + "https://github.com/RyukoMatoiFan/ComfyUI-Switti": [ + [ + "SwittiCheckpointLoader", + "SwittiDualCLIPLoader", + "SwittiPipelineBuilder", + "SwittiSampler", + "SwittiVAECheckpointLoader" + ], + { + "title_aux": "ComfyUI-Switti" + } + ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ "BBoxDecompose(FaceParsing)", @@ -14567,9 +17316,6 @@ "ImageResizeCalculator(FaceParsing)", "ImageResizeWithBBox(FaceParsing)", "ImageSize(FaceParsing)", - "LatentCropWithBBox(FaceParsing)", - "LatentInsertWithBBox(FaceParsing)", - "LatentSize(FaceParsing)", "MaskBatchComposite(FaceParsing)", "MaskBlackOut(FaceParsing)", "MaskBorderDissolve(FaceParsing)", @@ -14578,8 +17324,7 @@ "MaskCropWithBBox(FaceParsing)", "MaskInsertWithBBox(FaceParsing)", "MaskListSelect(FaceParsing)", - "MaskToBBoxList(FaceParsing)", - "SkinDetectTraditional(FaceParsing)" + "MaskToBBoxList(FaceParsing)" ], { "title_aux": "comfyui_face_parsing" @@ -14719,6 +17464,15 @@ "title_aux": "ComfyUI SaveAS" } ], + "https://github.com/SKBv0/ComfyUI_BlendPack": [ + [ + "BlendJoiner", + "BlendVideoCombine" + ], + { + "title_aux": "ComfyUI_BlendPack" + } + ], "https://github.com/SKBv0/ComfyUI_SKBundle": [ [ "AspectRatioAdvanced", @@ -14737,6 +17491,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", @@ -14748,6 +17524,19 @@ "title_aux": "ComfyUI-Image-Selector" } ], + "https://github.com/SLVGITHUB/QWEN3_TTS_DVA": [ + [ + "QwenTTSAudioSaver", + "QwenTTSBatchGenerate", + "QwenTTSEmotionMixer", + "QwenTTSGenerate", + "QwenTTSModelLoader", + "QwenTTSVoiceClone" + ], + { + "title_aux": "DVA_Qwen_TTS" + } + ], "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": [ [ "MSSqlSelectNode", @@ -14852,6 +17641,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", @@ -14900,6 +17697,22 @@ "title_aux": "DeepFuze" } ], + "https://github.com/SamLiu1000/ComfyUI_Rabbit-Camera-Perspective": [ + [ + "RabbitCameraSelector" + ], + { + "title_aux": "ComfyUI_Rabbit-Camera-Perspective" + } + ], + "https://github.com/SamLiu1000/ComfyUI_Resolution-and-Ratio": [ + [ + "ResolutionAndRatio" + ], + { + "title_aux": "ComfyUI_Resolution-and-Ratio" + } + ], "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": [ [ "CombineLayoutTracksNode", @@ -14911,6 +17724,8 @@ ], "https://github.com/SamTyurenkov/comfyui_chatgpt": [ [ + "BananaImageEditNode", + "BananaImageGenerationNode", "ChatGPTImageEditNode", "ChatGPTImageGenerationNode", "ImageToBase64" @@ -14974,6 +17789,25 @@ "title_aux": "ComfyUI-SaveAudioMP3" } ], + "https://github.com/SanDiegoDude/ComfyUI-Soprano-TTS": [ + [ + "SopranoTTS" + ], + { + "title_aux": "ComfyUI-Soprano-TTS" + } + ], + "https://github.com/SanDiegoDude/SCG_LocalVLM": [ + [ + "Qwen", + "Qwen2.5", + "Qwen2.5VL", + "QwenVL" + ], + { + "title_aux": "SCG_LocalVLM" + } + ], "https://github.com/Santat2023/ComfyUiRagNodes": [ [ "MyNodesForDB", @@ -14990,10 +17824,14 @@ "ExtractAndApplyLoRAs", "ListSelector", "LoRACachePreloader", + "LoraMetadataHub", "ModelAssembler", "PromptListWithTemplates", "RandomLoRACustom", + "RandomLoRACustomModel", "RandomLoRAFolder", + "RandomLoRAFolderModel", + "Save Workflow & Shutdown", "SaveWorkflowAndShutdown", "SplitBatchWithPrefix", "WildcardManager" @@ -15016,11 +17854,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" ], { @@ -15113,25 +17959,28 @@ "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": [ [ "Brightness", + "CameraDepthDOF", "Contrast", "DepthDOF", + "Dither", "DualEaseCosineScheduler", "EmptyLatent", "Exposure", "HighlightShadow", "Hue", "ImageResize", + "ImageRotate", "ImageRotation", - "ImageTransform", "ImageTranslation", "ImageZoom", + "LatentNoise", "MaskFilter", "MaskProcessor", "MaskResize", "MaskRotation", - "MaskTransform", "MaskTranslation", "MaskZoom", + "RAMImageCompare", "RAMPreviewImage", "Saturation", "SigmaVisualizer", @@ -15164,6 +18013,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" @@ -15180,6 +18037,16 @@ "title_aux": "Remove Background" } ], + "https://github.com/Sean-Bradley/ComfyUI-Sonic": [ + [ + "SONICSampler", + "SONICTLoader", + "SONIC_PreData" + ], + { + "title_aux": "ComfyUI-Sonic" + } + ], "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": [ [ "VideoReverseNode" @@ -15217,9 +18084,7 @@ "ParseBoundingBoxes", "ParsePoints", "PixtralGenerateText", - "PixtralImageEncode", "PixtralModelLoader", - "PixtralTextEncode", "PlotPoints", "RegexFindAll", "RegexSearch", @@ -15317,7 +18182,6 @@ "SeargeSDXLSampler", "SeargeSDXLSampler2", "SeargeSDXLSamplerV3", - "SeargeSamplerAdvanced", "SeargeSamplerInputs", "SeargeSaveFolderInputs", "SeargeSeparator", @@ -15331,6 +18195,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" @@ -15364,6 +18247,19 @@ "title_aux": "HF-Flux-ComfyUI" } ], + "https://github.com/SergPoletaev/ComfyUI-SPoletNodes": [ + [ + "EnhancedVideoPreview", + "GetImageSizeWithPreview", + "Save Images & Preview", + "UltimateMemoryCleaner", + "Video Concat (FFmpeg)", + "VideoBatchCrossfade" + ], + { + "title_aux": "ComfyUI-SPoletNodes" + } + ], "https://github.com/ServiceStack/comfy-asset-downloader": [ [ "AssetDownloader" @@ -15380,6 +18276,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", @@ -15410,12 +18314,23 @@ "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": [ [ + "SaveNegativePromptSG", + "SavePositivePromptSG", "Simple Readable Metadata Text Viewer-SG", "SimpleReadableMetadataMAXSG", "SimpleReadableMetadataSG", - "SimpleReadableMetadataSaveTextSG" + "SimpleReadableMetadataSaveTextSG", + "SimpleReadableMetadataVideoSG" ], { "title_aux": "ComfyUI-Simple_Readable_Metadata-SG" @@ -15430,6 +18345,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", @@ -15469,6 +18398,19 @@ "title_aux": "ComfyUI-Image-Inpainting" } ], + "https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": [ + [ + "HSWQAdvancedBenchmark", + "HSWQFP8ConverterNodeLegacy", + "SDXLHSWQCalibrationNode", + "SDXLHSWQFP8QuantizerNode", + "ZITHSWQCalibrationNode", + "ZITHSWQQuantizerNode" + ], + { + "title_aux": "ComfyUI-HSWQ-Quantizer" + } + ], "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": [ [ "MagCacheSDXL", @@ -15478,6 +18420,19 @@ "title_aux": "ComfyUI-Magcache-for-SDXL" } ], + "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": [ + [ + "HSWQAdvancedBenchmark", + "HSWQFP8ConverterNodeLegacy", + "SDXLHSWQCalibrationNode", + "SDXLHSWQFP8QuantizerNode", + "ZITHSWQCalibrationNode", + "ZITHSWQQuantizerNode" + ], + { + "title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer" + } + ], "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [ [ "ClipFP8ConverterNode", @@ -15509,6 +18464,7 @@ ], "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": [ [ + "ASCIIArtCustomFont", "ASCIIArtNodeV3" ], { @@ -15521,10 +18477,12 @@ "BboxSplit", "Cascade", "ImageFilters", + "LMS_VisionController", "Luts", "LutsAdvanced", "RemoveAreaByMask", "RemoveBackground", + "RemoveNoise", "SeedGenerator", "Waifu2x" ], @@ -15534,6 +18492,7 @@ ], "https://github.com/ShinChven/sc-comfy-nodes": [ [ + "Aspect Ratio", "Rescale Node", "Width & Height" ], @@ -15745,6 +18704,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ + "SVDResizer", "SVDRsizer" ], { @@ -15893,6 +18853,42 @@ "title_aux": "multi-lora-stack" } ], + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [ + [ + "ApplyTrainedLora", + "ClippyRebornImageLoader", + "FLUXSelectiveLoRALoader", + "FluxKleinDeepDebiaser", + "FluxVAEDebiaser", + "FluxVAEInspector", + "ImageOfDayLoader", + "LoRALoaderWithAnalysis", + "LoRALoaderWithAnalysisV2", + "ModelDiffToLoRA", + "MusubiFluxKleinLoraTrainer", + "MusubiQwenImageEditLoraTrainer", + "MusubiQwenImageLoraTrainer", + "MusubiWanLoraTrainer", + "MusubiZImageBaseLoraTrainer", + "MusubiZImageLoraTrainer", + "Qwen3_4BTextEncoderDebiaser", + "Qwen3_4BTextEncoderInspector", + "Qwen3_8BTextEncoderDebiaser", + "Qwen3_8BTextEncoderInspector", + "QwenSelectiveLoRALoader", + "RealtimeLoraTrainer", + "SD15LoraTrainer", + "SDXLLoraTrainer", + "SDXLSelectiveLoRALoader", + "ScheduledLoRALoader", + "WanSelectiveLoRALoader", + "ZImageDeepDebiaser", + "ZImageSelectiveLoRALoader" + ], + { + "title_aux": "Realtime LoRA Trainer" + } + ], "https://github.com/Shraknard/ComfyUI-Remover": [ [ "Remover" @@ -15916,6 +18912,29 @@ "title_aux": "Lazy Pony Prompter" } ], + "https://github.com/SidDays/ComfyUI-YuGiOh": [ + [ + "YuGiOhCardGenerator" + ], + { + "title_aux": "ComfyUI-YuGiOh" + } + ], + "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", @@ -15969,6 +18988,7 @@ ], "https://github.com/SilverAndJade/comfyui-silver-nodes": [ [ + "SilverCivitAILoader", "SilverFileTextLoader", "SilverFlickrRandomImage", "SilverFolderFilePathLoader", @@ -16069,6 +19089,15 @@ "title_aux": "comfyui_meme_maker" } ], + "https://github.com/SnJake/SnJake_Baikal_Swin_Anime": [ + [ + "SnJakeAnimeUpscaleCheckpointLoader", + "SnJakeAnimeUpscaleInference" + ], + { + "title_aux": "SnJake_Baikal_Swin_Anime" + } + ], "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": [ [ "SnJakeArtifactsRemover" @@ -16077,6 +19106,25 @@ "title_aux": "JPG & Noise Remover for ComfyUI" } ], + "https://github.com/SnJake/SnJake_Sapsan-VFI": [ + [ + "SnJakeSapsanVFICheckpointLoader", + "SnJakeSapsanVFIInterpolate" + ], + { + "title_aux": "SnJake_Sapsan-VFI" + } + ], + "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D": [ + [ + "BespokeAI3DGeneration", + "BespokeAI3DGenerationFromURL", + "BespokeAI3DPreview" + ], + { + "title_aux": "ComfyUI-BespokeAI-3D" + } + ], "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": [ [ "DeepCache_Fix" @@ -16090,7 +19138,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" @@ -16131,7 +19183,6 @@ ], "https://github.com/Sorcerio/MBM-Music-Visualizer": [ [ - "id", "mbmAudioFeatureCalculator", "mbmAudioLoader", "mbmImageConcat", @@ -16145,12 +19196,23 @@ "title_aux": "MBM's Music Visualizer" } ], + "https://github.com/SorenWeile/ComfyUI_MetaSaver": [ + [ + "MetaSaver", + "MetaSaverDynamic" + ], + { + "title_aux": "ComfyUI_MetaSaver" + } + ], "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" @@ -16158,44 +19220,87 @@ ], "https://github.com/SozeInc/ComfyUI_Soze": [ [ - "Alpha Crop and Position Image", + "Append To Text File", + "Append To Video", + "Bool To String", + "Boolean Inverter", "CSV Reader", "CSV Reader X Checkpoint", "CSV Reader X Lora", "CSV Writer", "Checkpoint File Loader", "ComfyDeploy API Boolean Parameters", + "ComfyDeploy API Cache Run IDs", + "ComfyDeploy API Cached Run Info", + "ComfyDeploy API Clear Cached Run IDs", + "ComfyDeploy API Download Files", "ComfyDeploy API Float Parameters", "ComfyDeploy API Image Parameters", "ComfyDeploy API Int Parameters", "ComfyDeploy API Mixed Parameters", + "ComfyDeploy API Mixed Parameters V2", "ComfyDeploy API Node", + "ComfyDeploy API Retrieve Cached Run IDs", "ComfyDeploy API String Parameters", + "Create Image Batch From JSON Array", + "Does File Exist", "ElevenLabs Voice Retriever", "Empty Images", + "Empty String Replacement", + "File Loader", + "Float To Int", + "Float To String", "Get Most Common Image Colors", "Image Batch Process Switch", "Image List Loader", "Image Overlay", - "Is Input In List", + "Int To Float", + "Int To String", "Is String Empty", + "JSON Array Iterator", + "JSON File Loader", + "JSON Formatter", + "JSON Get Array Count", + "JSON Load File From Folder", + "JSON Path Extractor", + "JSON Value Parser", + "Load Files From Folder", + "Load Files With Pattern", "Load Image", + "Load Image From Filepath", "Load Image From URL", "Load Images From Folder", + "Load Images From Folder X Lora", + "Load Images From JSONArray", + "Load Random Line From Text File", + "Load Text From File", + "Load Videos From Folder", "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", + "Save Image With Absolute Filename", + "Save Text File To Output", "Shrink Image", + "Soze Image Size With Maximum", "Special Character Replacer", + "String Functions", + "String Splitter", + "String To Bool", + "String To Float", + "String To Int", "Text Contains (Return Bool)", "Text Contains (Return String)", "Variable Image Builder", + "Veo31 RefImg Video Node", "XY Any", "XY Image" ], @@ -16205,7 +19310,8 @@ ], "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [ [ - "Conditional Interrupt" + "Conditional Interrupt", + "ConditionalInterrupt" ], { "title_aux": "ComfyUI-ConditionalInterrupt" @@ -16244,6 +19350,26 @@ "title_aux": "ComfyUI-LatentClamp" } ], + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": [ + [ + "LatentOrient" + ], + { + "title_aux": "ComfyUI-LatentOrientation" + } + ], + "https://github.com/SparknightLLC/ComfyUI-MakeSeamlessTexture": [ + [ + "SeamlessTextureHalfShift", + "SeamlessTextureMirroredCollage", + "SeamlessTexturePreProcessor", + "SeamlessTextureRadialMask", + "SeamlessTextureTiledPreview" + ], + { + "title_aux": "ComfyUI-MakeSeamlessTexture" + } + ], "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": [ [ "GroundingDinoSAM2SegmentList", @@ -16253,6 +19379,23 @@ "title_aux": "ComfyUI-MaskArbiter" } ], + "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced": [ + [ + "ModelSamplingSD3Advanced" + ], + { + "title_aux": "ComfyUI-ModelSamplingSD3Advanced" + } + ], + "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": [ + [ + "LatentDetailer", + "SpectralVAEDetailer" + ], + { + "title_aux": "ComfyUI-SpectralVAEDetailer" + } + ], "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [ [ "WeightedRandomChoice" @@ -16305,6 +19448,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", @@ -16384,6 +19538,7 @@ "Basic data handling: DataListRemove", "Basic data handling: DataListReverse", "Basic data handling: DataListSetItem", + "Basic data handling: DataListShuffle", "Basic data handling: DataListSlice", "Basic data handling: DataListSort", "Basic data handling: DataListSum", @@ -16454,6 +19609,7 @@ "Basic data handling: IntPower", "Basic data handling: IntSubtract", "Basic data handling: IntToBytes", + "Basic data handling: IsConnected", "Basic data handling: IsNull", "Basic data handling: LessThan", "Basic data handling: LessThanOrEqual", @@ -16483,6 +19639,7 @@ "Basic data handling: ListRemove", "Basic data handling: ListReverse", "Basic data handling: ListSetItem", + "Basic data handling: ListShuffle", "Basic data handling: ListSlice", "Basic data handling: ListSort", "Basic data handling: ListSum", @@ -16633,10 +19790,19 @@ "Basic data handling: TimeExtract", "Basic data handling: TimeFormat", "Basic data handling: TimeNow", + "Basic data handling: TimeNowUTC", "Basic data handling: TimeParse", "Basic data handling: TimeSubtractDelta", "Basic data handling: TimeToUnix", - "Basic data handling: UnixToTime" + "Basic data handling: UnixToTime", + "TensorBinaryOp", + "TensorCreate", + "TensorInfo", + "TensorJoin", + "TensorPermute", + "TensorReshape", + "TensorSlice", + "TensorUnaryOp" ], { "title_aux": "Basic data handling" @@ -16664,34 +19830,13 @@ "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", - "StarQwenRegionalPrompter", - "StarQwenWanRatio", - "StarSampler", - "StarSaveFolderString", - "StarSimpleFilters" - ], - { - "title_aux": "ComfyUI_StarBetaNodes" - } - ], "https://github.com/Starnodes2024/ComfyUI_StarNodes": [ [ "AdaptiveDetailEnhancement", @@ -16706,39 +19851,61 @@ "SDstarsampler", "Star Face Loader", "Star3LoRAs", + "StarAdvanvesRatioLatent", + "StarApplyInfiniteYou", "StarApplyOverlayDepth", + "StarBlackWhite", "StarConditioningLoader", "StarConditioningSaver", "StarDeleteSamplerSettings", "StarDenoiseSlider", + "StarDistilledOptimizerZIT", "StarDivisibleDimension", "StarDuplicateModelFinder", + "StarDynamicLora", + "StarDynamicLoraModelOnly", "StarEasyTextStorage", + "StarFP8Converter", + "StarFP8ModelPatchLoader", "StarFiveWildcards", + "StarFlowMatchOption", + "StarFlux2Condition", "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", + "StarPromptPicker", "StarQwenEditEncoder", "StarQwenEditPlusConditioner", "StarQwenImageEditInputs", @@ -16746,22 +19913,31 @@ "StarQwenRebalancePrompter", "StarQwenRegionalPrompter", "StarQwenWanRatio", + "StarRadialBlur", "StarRandomImageLoader", "StarSDUpscaleRefiner", + "StarSDUpscaleRefinerAdvanced", "StarSampler", "StarSaveFolderString", "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" @@ -16882,18 +20058,41 @@ "title_aux": "ComfyUI DINO-X Detector Node" } ], + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": [ + [ + "ConvertPoseDataToPosePoint", + "PosePointSelector", + "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" @@ -17012,6 +20211,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", @@ -17078,7 +20278,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", @@ -17116,7 +20315,6 @@ "CR XY List", "CR XY Product", "CR XY Save Grid Image", - "CR XYZ Index", "CR_Aspect Ratio For Print" ], { @@ -17127,6 +20325,31 @@ "title_aux": "Comfyroll Studio" } ], + "https://github.com/Suzu008/ComfyUI-CryptIO": [ + [ + "PreviewImageCryptIO", + "PreviewVideoCryptIO", + "SaveImageCryptIO", + "SaveVideoCryptIO", + "TextDecrypt", + "TextEncrypt", + "UploadImageCryptIO", + "UploadVideoCryptIO" + ], + { + "title_aux": "ComfyUI-CryptIO" + } + ], + "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter": [ + [ + "LLM_Prompt_Formatter", + "LLM_Style_Saver", + "LLM_Xml_Style_Injector" + ], + { + "title_aux": "ComfyUI-LLM_Prompt_XML_Formatter" + } + ], "https://github.com/Sxela/ComfyWarp": [ [ "ApplyMask", @@ -17182,7 +20405,6 @@ ], "https://github.com/TFL-TFL/ComfyUI_Text_Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -17289,6 +20511,25 @@ "title_aux": "comfyUI_TJ_NormalLighting" } ], + "https://github.com/TK3R/ComfyUI_TK3R_Ext": [ + [ + "TK3R CFG Sigma Interpolate", + "TK3R CLIP Text Encode With Token Count", + "TK3R ControlNet Apply Advanced", + "TK3R Image Compare", + "TK3R Safetensors Precision Reader", + "TK3R Scheduled CFG Guider", + "TK3RLoRARankReader", + "TK3RQwenImageDiffsynthControlnetAdvanced", + "TK3RSafetensorsPrecisionReader", + "TK3RSigmasInterpolate", + "TK3RTextEncodeQwenImageEditPlusExt", + "TK3RZImageFunControlnet" + ], + { + "title_aux": "ComfyUI TK3R Extensions" + } + ], "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": [ [ "ComfyUI_Prompt_JSON" @@ -17325,6 +20566,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", @@ -17334,6 +20576,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", @@ -17404,6 +20647,17 @@ "title_aux": "tri3d-comfyui-nodes" } ], + "https://github.com/TTPlanetPig/Comfyui_DreamID-V_wrapper": [ + [ + "DreamIDV_ConditioningPrep_TTP", + "DreamIDV_ModelLoader_Wrapper_TTP", + "DreamIDV_PoseExtractor_TTP", + "DreamIDV_Sampler_Wrapper_TTP" + ], + { + "title_aux": "Comfyui_DreamID-V_wrapper" + } + ], "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": [ [ "GifImageViewerNode", @@ -17459,6 +20713,9 @@ ], "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": [ [ + "LTXVContext_TTP", + "LTXVFirstLastFrameControl_TTP", + "LTXVMiddleFrame_TTP", "TTP_CoordinateSplitter", "TTP_Expand_And_Mask", "TTP_Image_Assy", @@ -17537,6 +20794,7 @@ ], "https://github.com/Taremin/comfyui-prompt-config": [ [ + "Prompt", "PromptEdit", "PromptGenerationConfig" ], @@ -17576,6 +20834,14 @@ "title_aux": "WebUI Monaco Prompt" } ], + "https://github.com/TdogCreations/ComfyUI-NAID-Grid-Position": [ + [ + "NAID Grid Position" + ], + { + "title_aux": "ComfyUI-NAID-Grid-Position" + } + ], "https://github.com/TeaCrab/ComfyUI-TeaNodes": [ [ "TC_ColorFill", @@ -17591,6 +20857,14 @@ "title_aux": "ComfyUI-TeaNodes" } ], + "https://github.com/TechnicalTod/ComfyUI-RotoMask": [ + [ + "RotoMaskNode" + ], + { + "title_aux": "ComfyUI-RotoMask" + } + ], "https://github.com/TemryL/ComfyS3": [ [ "DownloadFileS3", @@ -17663,6 +20937,28 @@ "title_aux": "ComfyUI-TkNodes" } ], + "https://github.com/Terpentinas/EasyLoRAMerger": [ + [ + "EasyLoRABaseMerger", + "EasyLoRATripleMerger", + "EasyLoRAmerger", + "EasyLoRAonlyMerger", + "MusubiLoraConverter", + "ZImageNormalizer" + ], + { + "title_aux": "EasyLoRAMerger" + } + ], + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": [ + [ + "DirectionalMaskExpand", + "MaskPinchWiden" + ], + { + "title_aux": "ComfyUI-MaskMorph" + } + ], "https://github.com/TheBarret/ZSuite": [ [ "ZSuite: Prompter", @@ -17673,18 +20969,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", @@ -17698,6 +20982,14 @@ "title_aux": "ComfyUI Image Size Tool" } ], + "https://github.com/TheMadDoctor007/ComfyUI-QwenCameraSelector": [ + [ + "QwenCameraSelector" + ], + { + "title_aux": "Qwen Camera Selector" + } + ], "https://github.com/TheMistoAI/ComfyUI-Anyline": [ [ "AnyLinePreprocessor" @@ -17731,6 +21023,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", @@ -17771,6 +21071,28 @@ "title_aux": "Blind_watermark_Comfyui" } ], + "https://github.com/Tinuva88/Comfy-UmiAI": [ + [ + "CameraAngleSelector", + "UmiAIWildcardNode", + "UmiAIWildcardNodeLite", + "UmiCharacterCreator", + "UmiDatasetGenerator", + "UmiEmotionGenerator", + "UmiEmotionStudio", + "UmiModelManager", + "UmiModelSelector", + "UmiPoseGenerator", + "UmiPositionControl", + "UmiSaveImage", + "UmiSpriteGenerator", + "UmiTextBypass", + "UmiVisualCameraControl" + ], + { + "title_aux": "Comfy-UmiAI" + } + ], "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ [ "Combine Lists", @@ -17879,6 +21201,7 @@ "LoadSpecificTxtFileTlant", "OllamaPromptsGeneratorTlant", "OllamaSimpleTextGeneratorTlant", + "OpenRouterApiTlantV1", "RandomImageLoaderTlant", "ReasoningLLMOutputCleaner", "SaveImagePairForKontext", @@ -17898,6 +21221,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" @@ -17908,34 +21240,108 @@ ], "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": [ [ + "AltFallbackCLIPLoader", + "AltFallbackCheckpointLoader", + "AltFallbackUNETLoader", + "AltFallbackVAELoader", "CharacterLoraSelect", "ChromaActionSelect", + "ConvertHEXToRGB", + "DepthAnything_V2", + "DownloadAndLoadDepthAnythingV2Model", + "DynamicBypassController", + "DynamicBypassSelector", + "EasyArrayFilter", + "EasyBasicJsonExtractor", + "EasyBboxDetectorCombined", + "EasyBooleanConverter", "EasyCLIPLoader", "EasyCheckpointLoader", + "EasyCompare", + "EasyDecalComposition", "EasyFileName", + "EasyFilmGrain", + "EasyFloatToInt", + "EasyForceClipDType", + "EasyForceModelDType", + "EasyGamma", + "EasyGetLine", + "EasyGrowMaskAndBlur", + "EasyImageBloomFilter", + "EasyImageCompare", + "EasyJSONJobImport", + "EasyJSONUpdate", + "EasyJsonExtractor", + "EasyJsonSaver", "EasyLoraLoader", + "EasyMathAdd", + "EasyMathMultiply", + "EasyMathSubtract", + "EasyNull", + "EasyResize", + "EasySegmDetectorCombined", + "EasyTemplateAny", "EasyUNETLoader", + "EasyUltralyticsDetectorProvider", "EasyVAELoader", + "EasyWardrobeInit", + "EasyWardrobeWriter", + "EasyYolov8Detection", + "EasyYolov8Segmentation", + "FreshYoloSegmentationMask", + "GeneralSwitch", + "HexColorInput", "ImageSaveToPath", + "ImageSaveToPathwithCaption", + "LatentSwitch", "LineCounter", + "LoadImageFromMatch", "LoadImageFromPath", - "LoadImagesFromDirectoryPath", + "LoadImagesFromFolder", "LoadRandomImageFromFolderPath", "QwenActionSelect", + "RemoveNoiseMask", + "TileAssembly", + "TileBreak", "UserSelect", - "WanActionSelect" + "WanActionSelect", + "easy_apply_latent_mask_safe", + "easy_base64_loader", + "easy_batch_enforcer", + "easy_cuda_flush", + "easy_image_failsafe_loader", + "easy_image_sanitize", + "easy_image_stats", + "easy_image_url", + "easy_latent_NaN_catcher", + "easy_latent_clamp", + "easy_latent_cpu_hop", + "easy_latent_normalize", + "easy_latent_sanitize", + "easy_mask_sanitize", + "easy_smartbypass", + "easy_vae_hard_reset", + "save_image_with_latent_and_metadata_webp", + "webp_latent_loader" ], { "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": [ @@ -17946,6 +21352,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" @@ -18033,7 +21447,8 @@ ], "https://github.com/Ttl/ComfyUi_NNLatentUpscale": [ [ - "NNLatentUpscale" + "NNLatentUpscale", + "NNlLatentUpscale" ], { "preemptions": [ @@ -18042,6 +21457,24 @@ "title_aux": "ComfyUI Neural Network Latent Upscale" } ], + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [ + [ + "MultiClipTextScriptClipSelector", + "MultiClipTextScriptMain", + "MultiClipTextScriptPositiveOnly" + ], + { + "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" @@ -18058,6 +21491,22 @@ "title_aux": "SD3-Scaling" } ], + "https://github.com/Ugleh/ComfyUI-ugleh-OpenAI": [ + [ + "Ugleh.OpenAI.ResponsesText" + ], + { + "title_aux": "ComfyUI-ugleh-OpenAI" + } + ], + "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" @@ -18066,6 +21515,24 @@ "title_aux": "select_folder_path_easy" } ], + "https://github.com/UndefinedUo/DuoUmiWildcards": [ + [ + "DuoUmiRatioSelector", + "DuoUmiWildcard" + ], + { + "title_aux": "DuoUmiWildcards" + } + ], + "https://github.com/Urabewe/ComfyUI-AudioTools": [ + [ + "AudioEnhancementNode", + "AudioNormalizeLUFS" + ], + { + "title_aux": "ComfyUI-AudioTools" + } + ], "https://github.com/Urabewe/ComfyUI-CountS2VExtend": [ [ "CountVideoExtendS2VNode" @@ -18158,6 +21625,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" @@ -18399,6 +21874,23 @@ "title_aux": "ComfyUI Preset Merger" } ], + "https://github.com/WASasquatch/ComfyUI_RetroArch_Player": [ + [ + "ComfyRetroArchPlayer" + ], + { + "title_aux": "ComfyUI_RetroArch_Player" + } + ], + "https://github.com/WASasquatch/ComfyUI_Viewer": [ + [ + "WASCanvasComposeBatch", + "WASComfyViewer" + ], + { + "title_aux": "ComfyUI_Viewer" + } + ], "https://github.com/WASasquatch/FreeU_Advanced": [ [ "WAS_FreeU", @@ -18451,13 +21943,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" @@ -18522,10 +22022,13 @@ ], "https://github.com/WWWEN8/ComfyUI-CCXManager": [ [ + "CCXGroupExecutorSender", + "CCXGroupExecutorSingle", "CCXManager", "CCXManagerCopy", "CCXRepoUpdaterNode", - "CreateSDPPPInstallationDirectory" + "CreateSDPPPInstallationDirectory", + "NodeVersionManager" ], { "title_aux": "ComfyUI-CCXManager" @@ -18577,6 +22080,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" @@ -18624,6 +22136,7 @@ "TENSORCut", "TripleClipLoaderGGUF", "VaeGGUF", + "WarpedAddToCaption", "WarpedBasicGuider", "WarpedBundleAllVideoImages", "WarpedBundleVideoImages", @@ -18631,6 +22144,8 @@ "WarpedCLIPVisionLoader", "WarpedCheckpointLoader", "WarpedClipLoaderGGUF", + "WarpedContinueWorkflowAuto", + "WarpedContinueWorkflowManual", "WarpedCreateEmptyImageBatch", "WarpedCreateEmptyLatentBatch", "WarpedCreateSpecialImageBatch", @@ -18642,7 +22157,6 @@ "WarpedFramepackMultiLoraSelect", "WarpedFramepackMultiLoraSelectExt", "WarpedFramepackSampler", - "WarpedFramepackSamplerScripted", "WarpedGetImageFromVideo", "WarpedGetTwoImagesFromVideo", "WarpedHunyuanImageToVideo", @@ -18650,20 +22164,24 @@ "WarpedHunyuanLoraBatchMerge", "WarpedHunyuanLoraConvert", "WarpedHunyuanLoraConvertKeys", - "WarpedHunyuanLoraConvertKeys2", "WarpedHunyuanLoraConvertToMusubi", + "WarpedHunyuanLoraDoubleBlocksLayersBlend", + "WarpedHunyuanLoraDoubleBlocksModifyMultipleSegments", + "WarpedHunyuanLoraDoubleBlocksRemoveLinear", + "WarpedHunyuanLoraDoubleBlocksSwap", "WarpedHunyuanLoraMerge", "WarpedHunyuanMultiLoraAvgMerge", "WarpedHunyuanMultiLoraLoader", "WarpedHunyuanMultiLoraMerge", "WarpedHunyuanMultiLoraMixer", - "WarpedHunyuanMultiLoraMixerExt", - "WarpedHunyuanMultiLoraMixerUlt", "WarpedHunyuanVideoLoraLoader", + "WarpedHunyuanVideoToVideo", + "WarpedImageLossCalc", "WarpedImageNoiseAugmentation", "WarpedImageScaleToSide", "WarpedLeapfusionHunyuanI2V", "WarpedLoadFramePackModel", + "WarpedLoadHunyuanLoraWeightsByPrefix", "WarpedLoadImages", "WarpedLoadLorasBatchByPrefix", "WarpedLoadVideosBatch", @@ -18673,6 +22191,8 @@ "WarpedModifyCaptionFile", "WarpedMultiLoraLoader", "WarpedNumericalConversion", + "WarpedPromptConcat", + "WarpedPromptConcatExt", "WarpedReverseImageBatch", "WarpedSamplerCustomAdv", "WarpedSamplerCustomAdvLatent", @@ -18687,6 +22207,8 @@ "WarpedSaveAnimatedPng", "WarpedSaveImageCaption", "WarpedSingleEncoder", + "WarpedUNETConverter", + "WarpedUNETLoader", "WarpedUpscaleWithModel", "WarpedVAELoader", "WarpedWan22MergeLoaderGGUF", @@ -18700,94 +22222,8 @@ ], "https://github.com/WaveSpeedAI/wavespeed-comfyui": [ [ - "WaveSpeedAI BytedanceSeedanceLiteI2VNode", - "WaveSpeedAI BytedanceSeedanceLiteT2VNode", - "WaveSpeedAI BytedanceSeedanceProI2VNode", - "WaveSpeedAI BytedanceSeedanceProT2VNode", - "WaveSpeedAI Client", - "WaveSpeedAI DiaTTSNode", - "WaveSpeedAI Flux Image2Image", - "WaveSpeedAI Flux Loras", - "WaveSpeedAI Flux Text2Image", - "WaveSpeedAI FluxControlLoraCannyNode", - "WaveSpeedAI FluxControlLoraDepthNode", - "WaveSpeedAI FluxControlnetUnionPro2_0Node", - "WaveSpeedAI FluxDevFillNode", - "WaveSpeedAI FluxDevLoraNode", - "WaveSpeedAI FluxDevLoraUltraFastNode", - "WaveSpeedAI FluxDevNode", - "WaveSpeedAI FluxDevUltraFastNode", - "WaveSpeedAI FluxProReduxNode", - "WaveSpeedAI FluxReduxDevNode", - "WaveSpeedAI FluxSchnellLoraNode", - "WaveSpeedAI FluxSchnellNode", - "WaveSpeedAI FramepackNode", - "WaveSpeedAI GhibliNode", - "WaveSpeedAI GoogleVeo3FastNode", - "WaveSpeedAI GoogleVeo3Node", - "WaveSpeedAI HidreamE1FullNode", - "WaveSpeedAI HidreamI1DevNode", - "WaveSpeedAI HidreamI1FullNode", - "WaveSpeedAI Hunyuan3DV2MultiViewNode", - "WaveSpeedAI HunyuanCustomRef2V480pNode", - "WaveSpeedAI HunyuanCustomRef2V720pNode", - "WaveSpeedAI HunyuanVideoI2VNode", - "WaveSpeedAI HunyuanVideoT2VNode", - "WaveSpeedAI InstantCharacterNode", - "WaveSpeedAI KwaivgiKlingV16I2VProNode", - "WaveSpeedAI KwaivgiKlingV16I2VStandardNode", - "WaveSpeedAI KwaivgiKlingV16T2VStandardNode", - "WaveSpeedAI KwaivgiKlingV21I2vMasterNode", - "WaveSpeedAI KwaivgiKlingV21I2vProNode", - "WaveSpeedAI KwaivgiKlingV21I2vStandardNode", - "WaveSpeedAI KwaivgiKlingV21T2vMasterNode", - "WaveSpeedAI Loras Config", - "WaveSpeedAI LtxVideoV097I2V480pNode", - "WaveSpeedAI LtxVideoV097I2V720pNode", - "WaveSpeedAI MMAudioV2Node", - "WaveSpeedAI Magi124bNode", - "WaveSpeedAI Minimax Image2Video", - "WaveSpeedAI MinimaxVideo01Node", - "WaveSpeedAI NightmareAIRealESRGANNode", - "WaveSpeedAI Preview Video", - "WaveSpeedAI SDXLLoraNode", - "WaveSpeedAI SDXLNode", - "WaveSpeedAI Save Audio", - "WaveSpeedAI SeedEditV3Node", - "WaveSpeedAI SeedreamV3Node", - "WaveSpeedAI SkyReelsV1Node", - "WaveSpeedAI Step1xEditNode", - "WaveSpeedAI Task Create", - "WaveSpeedAI Task Status", - "WaveSpeedAI Task Submit", - "WaveSpeedAI UnoNode", - "WaveSpeedAI Upload Audio", - "WaveSpeedAI Upload Image", - "WaveSpeedAI Upload Video", - "WaveSpeedAI Veo2I2vNode", - "WaveSpeedAI Veo2T2vNode", - "WaveSpeedAI ViduImageToVideo20Node", - "WaveSpeedAI ViduReferenceToVideo20Node", - "WaveSpeedAI ViduStartEndToVideo20Node", - "WaveSpeedAI Wan Image2Video", - "WaveSpeedAI Wan Loras", - "WaveSpeedAI Wan Text2Video", - "WaveSpeedAI Wan2114BVaceNode", - "WaveSpeedAI Wan21I2V480pLoraNode", - "WaveSpeedAI Wan21I2V480pLoraUltraFastNode", - "WaveSpeedAI Wan21I2V480pNode", - "WaveSpeedAI Wan21I2V480pUltraFastNode", - "WaveSpeedAI Wan21I2V720pLoraNode", - "WaveSpeedAI Wan21I2V720pLoraUltraFastNode", - "WaveSpeedAI Wan21I2V720pNode", - "WaveSpeedAI Wan21I2V720pUltraFastNode", - "WaveSpeedAI Wan21T2V480pLoraNode", - "WaveSpeedAI Wan21T2V480pLoraUltraFastNode", - "WaveSpeedAI Wan21T2V480pUltraFastNode", - "WaveSpeedAI Wan21T2V720pLoraNode", - "WaveSpeedAI Wan21T2V720pLoraUltraFastNode", - "WaveSpeedAI Wan21T2V720pNode", - "WaveSpeedAI Wan21T2V720pUltraFastNode" + "WaveSpeedAI Preview", + "WaveSpeedAIPredictor" ], { "title_aux": "wavespeed-comfyui" @@ -18798,7 +22234,9 @@ "ApplyFaceProcessor", "FaceOnlyModeSwitch", "FaceProcessorLoader", - "VideoFramePreprocessor" + "VideoBackgroundRestorer", + "VideoFramePreprocessor", + "VideoInputPreprocessor" ], { "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" @@ -18869,7 +22307,8 @@ ], "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": [ [ - "DynamicRAMCacheControl" + "DynamicRAMCacheControl", + "RAMCacheExtremeCleanup" ], { "title_aux": "ComfyUI_Dynamic-RAMCache" @@ -18877,6 +22316,7 @@ ], "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": [ [ + "Ovis25Run", "Qwen25Caption", "Qwen25CaptionBatch", "Qwen3Caption", @@ -18952,6 +22392,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", @@ -19059,14 +22507,55 @@ "title_aux": "Deforum Nodes" } ], + "https://github.com/XuanYu-github/comfyui-PlyPreview": [ + [ + "PlyPreviewLoadGaussianPLYEnhance", + "PlyPreviewLoadGaussianPLYPathEnhance", + "PlyPreviewPreviewGaussianEnhance", + "PlyPreviewProcessGaussianPLYEnhance" + ], + { + "title_aux": "ComfyUI PlyPreview" + } + ], + "https://github.com/Xyc2016/Comfyui_Fd_Nodes": [ + [ + "FD_Flux2KleinGenImage", + "FD_GeminiImage", + "FD_RemoveWatermark", + "FD_Upload", + "FD_imgToText_Doubao" + ], + { + "title_aux": "Comfyui_Fd_Nodes" + } + ], "https://github.com/Xyem/Xycuno-Oobabooga": [ [ - "Oobabooga" + "Oobabooga", + "Xycuno Oobabooga" ], { "title_aux": "Xycuno Oobabooga" } ], + "https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes": [ + [ + "XAudioSave", + "XDateTimeString", + "XImageSave", + "XLatentLoad", + "XLatentSave", + "XMath", + "XResolution", + "XStringGroup", + "XVideoSave", + "XWorkflowSave" + ], + { + "title_aux": "ComfyUI-Xz3r0-Nodes" + } + ], "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": [ [ "Example", @@ -19091,6 +22580,25 @@ "title_aux": "ComfyUI-InferenceTimeScaling" } ], + "https://github.com/Yahweasel/ComfyUI-HF-Diffusers": [ + [ + "HFDAutoencoderKL", + "HFDEncodePrompt", + "HFDLoadLora", + "HFDLoadPipeline", + "HFDRunPipeline", + "HFDVAEDecode", + "HFDVAEEncode", + "HFTAutoModel", + "HFTCreateConversation", + "HFTLoadPipeline", + "HFTRunPipeline", + "HFTUnpackConversation" + ], + { + "title_aux": "ComfyUI-HF-Diffusers" + } + ], "https://github.com/Yahweasel/ComfyUI-MinDalle": [ [ "MinDalleNode" @@ -19156,7 +22664,6 @@ "ImageSizeBySide", "IterativeUpscaleWithModelsNode", "LoraLoaderStack", - "NoiseInversion", "SpotDiffusionParams", "TiledDiffusion", "TiledVAEDecode", @@ -19345,8 +22852,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" @@ -19433,7 +22943,9 @@ "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [ [ "Long Text Generation", - "Single Text Generation" + "LongTextGeneration", + "Single Text Generation", + "SingleTextGeneration" ], { "title_aux": "ComfyUI-OrpheusTTS" @@ -19441,6 +22953,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": [ [ + "PhotoDoodle", "PhotoDoodle Gen" ], { @@ -19493,8 +23006,11 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": [ [ "Load Audio", + "LoadAudio", "Preview Audio", - "Save Audio" + "PreviewAudio", + "Save Audio", + "SaveAudio" ], { "title_aux": "ComfyUI-SoundHub" @@ -19519,6 +23035,7 @@ ], "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": [ [ + "StyleStudio", "StyleStudio Image Stylization" ], { @@ -19660,7 +23177,6 @@ "NEW_PhotoMaker_Generation", "PhotoMakerAdapter_Loader_fromhub", "PhotoMakerAdapter_Loader_local", - "PhotoMaker_Generation", "Prompt_Styler", "Ref_Image_Preprocessing" ], @@ -19759,11 +23275,40 @@ "title_aux": "comfyui-portrait-master-zh-cn" } ], + "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM": [ + [ + "ChatParams", + "GeminiImageParams", + "LLMBaseConfig", + "LLMChatGenerate", + "LLMImageGenerate", + "ORBaseConfig", + "ORChatGenerate", + "ORChatParams", + "ORImageGenerate", + "ORImageParams" + ], + { + "title_aux": "ComfyUI Gemini LiteLLM Nodes" + } + ], "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", @@ -19771,7 +23316,8 @@ "AutoFlowStringReplace", "AutoFlowStringSplit", "AutoFlowTimestampFormatter", - "AutoFlowTimestampGenerator" + "AutoFlowTimestampGenerator", + "AutoFlowVideoToImages" ], { "title_aux": "ComfyUI-AutoFlow" @@ -19861,6 +23407,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", @@ -19902,14 +23464,119 @@ "title_aux": "ComfyUI-ZSNodes" } ], + "https://github.com/ZhiHui6/zhihui_nodes_comfyui": [ + [ + "AudioDuration", + "BatchLoadingOfImages", + "ColorMatchToReference", + "ColorRemoval", + "ExtraOptions", + "FilmGrain", + "Florence2Plus", + "GetImageSizes", + "ImageAspectRatio", + "ImageFormatConverter", + "ImageLoader", + "ImageRotateTool", + "ImageScaler", + "ImageSwitchDualMode", + "KontextPresetsPlus", + "LaplacianSharpen", + "LatentSwitchDualMode", + "LoadKontextPresetsBasic", + "MultiLineTextNode", + "MultiPlatformTranslate", + "MultiplePathsInput", + "PathSwitch", + "PauseWorkflow", + "PhotographPromptGenerator", + "PreviewOrCompareImages", + "PriorityImageSwitch", + "PriorityTextSwitch", + "PromptCardSelector", + "PromptDelete", + "PromptGallery", + "PromptPresetMultipleChoice", + "PromptPresetOneChoice", + "PromptReplace", + "Qwen3VLAPI", + "Qwen3VLAdvanced", + "Qwen3VLBasic", + "Qwen3VLExtraOptions", + "ReservedVRAMSetter", + "ResourceCleaner", + "Sa2VAAdvanced", + "Sa2VASegmentationPreset", + "ShowText", + "SobelSharpen", + "SunoLyricsGenerator", + "SunoSongStylePromptGenerator", + "SystemPromptLoader", + "TagSelector", + "TextCombinerNode", + "TextEditorWithContinue", + "TextExpander", + "TextExtractor", + "TextMergerNode", + "TextModifier", + "TextSwitchDualMode", + "TriggerWordMerger", + "TypeDesigner", + "USMSharpen", + "VideoLoader", + "WanPromptGenerator" + ], + { + "title_aux": "zhihui_nodes_comfyui" + } + ], + "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-ru2016/ComfyUI-Universal-ABM-LoRA": [ + [ + "NullUniversalLoRALoader" + ], + { + "title_aux": "ComfyUI-Universal-ABM-LoRA" + } + ], + "https://github.com/a-ru2016/ComfyUI_UniversalSubspace": [ + [ + "ApplyNullLaLoRA", + "ApplyUniversalLoRA", + "ApplyUniversalWeights", + "LoadUniversalWeights", + "UniversalLoRALoader" + ], + { + "title_aux": "ComfyUI_UniversalSubspace" + } + ], + "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" @@ -19972,6 +23639,68 @@ "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/aadityamundhalia/ComfyUI-ollama-aditya": [ + [ + "OllamaPromptGenerator" + ], + { + "title_aux": "ComfyUI Ollama by Aditya" + } + ], "https://github.com/abdozmantar/ComfyUI-DeepExtract": [ [ "VocalAndSoundRemoverNode" @@ -20039,18 +23768,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", @@ -20068,6 +23794,14 @@ "title_aux": "image_control" } ], + "https://github.com/ace-step/ACE-Step-ComfyUI": [ + [ + "AceStepMusicGen" + ], + { + "title_aux": "ACE-Step-ComfyUI" + } + ], "https://github.com/acorderob/sd-webui-prompt-postprocessor": [ [ "ACBPPPSelectVariable", @@ -20113,6 +23847,8 @@ ], "https://github.com/adigayung/ComfyUI-Translator": [ [ + "AT_CLIPTextAutoTranslate", + "AT_PromptText", "CLIP Text Encode (Auto Translate)", "Prompt Text (Auto Translate)" ], @@ -20151,6 +23887,16 @@ "title_aux": "ComfyUI_Blender_Texdiff" } ], + "https://github.com/advancedtech-sk/ComfyUI-GROUT": [ + [ + "GROUTHeatmapColorize", + "GROUTSegmentation", + "GROUTThreshold" + ], + { + "title_aux": "ComfyUI-GROUT" + } + ], "https://github.com/aegis72/aegisflow_utility_nodes": [ [ "Add Text To Image", @@ -20247,6 +23993,7 @@ "MotorwayFloat", "MotorwayInt", "MotorwaySeed", + "MotorwayStart", "MotorwayStr", "MotorwayStrMulti" ], @@ -20254,6 +24001,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", @@ -20285,6 +24041,22 @@ "title_aux": "ComfyUI Audio Segment Plugin" } ], + "https://github.com/ai-joe-git/ComfyUI-Metadata-Extractor": [ + [ + "MetadataExtractorImproved" + ], + { + "title_aux": "ComfyUI-Metadata-Extractor" + } + ], + "https://github.com/ai-joe-git/ComfyUI-Simple-Prompt-Batcher": [ + [ + "SimplePromptBatcher" + ], + { + "title_aux": "ComfyUI-Simple-Prompt-Batcher" + } + ], "https://github.com/ai-liam/comfyui-liam": [ [ "AiStoreAzureGPTLiam", @@ -20400,8 +24172,6 @@ ], "https://github.com/aicuai/aicu-comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -20412,14 +24182,22 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "aicu-comfyui-stability-ai-api" } ], + "https://github.com/aicuai/comfyui-save-image-watermark": [ + [ + "ExtractInvisibleWatermark", + "Local Save", + "LocalSaveImageWithWatermark" + ], + { + "title_aux": "comfyui-save-image-watermark" + } + ], "https://github.com/aidec/Comfyui_TextBatch_aidec": [ [ "DataTempManager", @@ -20458,7 +24236,9 @@ "CivitaiPrompt", "CommonLLMChat", "ConvertAnyToString", + "ConvertDenoseToStep", "ConvertStringToNumber", + "CreateSeedanceVideo", "CustomLatentImage-NYJY", "FloatSlider-NYJY", "FluxProOnline", @@ -20468,8 +24248,10 @@ "JoyCaptionAlpha2Online", "JoyTag", "JsonDumps", + "JsonGetKeys", "JsonGetValueByKeys", "JsonLoads", + "LengthOfArray", "QwenLatentImage", "ReadFileToString", "Seededit3", @@ -20520,19 +24302,35 @@ "CogVideoXFunInpaintSampler", "CogVideoXFunT2VSampler", "CogVideoXFunV2VSampler", + "CombineFlux2Pipeline", "CombineQwenImagePipeline", "CombineWan2_2Pipeline", "CombineWan2_2VaceFunPipeline", "CombineWanPipeline", + "CombineZImagePipeline", "CreateTrajectoryBasedOnKJNodes", + "Flux2ControlSampler", + "Flux2T2ISampler", "FunAttention", "FunCompile", "FunRiflex", "FunTextBox", "ImageCollectNode", "ImageMaximumNode", + "ImageToCanny", + "ImageToDepth", + "ImageToPose", "LoadCogVideoXFunLora", "LoadCogVideoXFunModel", + "LoadFlux2ControlNetInModel", + "LoadFlux2ControlNetInPipeline", + "LoadFlux2Lora", + "LoadFlux2Model", + "LoadFlux2TextEncoderModel", + "LoadFlux2TransformerModel", + "LoadFlux2VAEModel", + "LoadQwenImageControlNetInModel", + "LoadQwenImageControlNetInPipeline", "LoadQwenImageLora", "LoadQwenImageModel", "LoadQwenImageProcessor", @@ -20554,6 +24352,15 @@ "LoadWanTextEncoderModel", "LoadWanTransformerModel", "LoadWanVAEModel", + "LoadZImageControlNetInModel", + "LoadZImageControlNetInPipeline", + "LoadZImageLora", + "LoadZImageModel", + "LoadZImageTextEncoderModel", + "LoadZImageTransformerModel", + "LoadZImageVAEModel", + "QwenImageControlSampler", + "QwenImageEditPlusSampler", "QwenImageEditSampler", "QwenImageT2VSampler", "VideoToCanny", @@ -20569,7 +24376,9 @@ "WanFunT2VSampler", "WanFunV2VSampler", "WanI2VSampler", - "WanT2VSampler" + "WanT2VSampler", + "ZImageControlSampler", + "ZImageT2ISampler" ], { "title_aux": "VideoX-Fun" @@ -20583,6 +24392,18 @@ "title_aux": "ComfyUI-HigherBitDepthSaveImage" } ], + "https://github.com/aimoviestudio/comfyui-promptbuilder": [ + [ + "DynamicJsonPromptBuilder", + "DynamicTextPromptBuilder", + "JsonPromptBuilder", + "TextPromptBuilder", + "TextPromptNode" + ], + { + "title_aux": "ComfyUI Prompt Builder" + } + ], "https://github.com/ainewsto/Comfyui-chatgpt-api": [ [ "ComfyuiChatGPTApi", @@ -20601,64 +24422,6 @@ "title_aux": "Comfyui-google-veo2-api" } ], - "https://github.com/ainewsto/Comfyui_Comfly_v2": [ - [ - "ComflyChatGPTApi", - "ComflyGeminiAPI", - "ComflyJimengApi", - "ComflyJimengVideoApi", - "ComflySeededit", - "Comfly_Doubao_Seededit", - "Comfly_Doubao_Seedream", - "Comfly_Doubao_Seedream_4", - "Comfly_Flux_2_Flex", - "Comfly_Flux_2_Pro", - "Comfly_Flux_Kontext", - "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_api_set", - "Comfly_gpt_image_1", - "Comfly_gpt_image_1_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_banana2_edit", - "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", - "Comfly_suno_lyrics", - "Comfly_suno_upload", - "Comfly_suno_upload_extend", - "Comfly_upload", - "Comfly_video_extend", - "Comfly_vidu_img2video", - "Comfly_vidu_ref2video", - "Comfly_vidu_start-end2video", - "Comfly_vidu_text2video" - ], - { - "title_aux": "Comfyui_Comfly_v2" - } - ], "https://github.com/ainewsto/comfyui-labs-google": [ [ "ComfyUI-ImageFx", @@ -20671,9 +24434,104 @@ ], "https://github.com/aining2022/ComfyUI_Swwan": [ [ + "AddLabel", + "AnyBooleanSwitch (Swwan)", + "AnySwitch (Swwan)", + "BatchSlice", + "ColorMatch", + "CrossFadeImages", + "CrossFadeImagesMulti", + "DrawMaskOnImage", + "FastPreview", + "GetImageRangeFromBatch", + "GetImageSizeAndCount", + "GetImagesFromBatchIndexed", + "GetLatentRangeFromBatch", + "GetLatentSizeAndCount", + "IO_save_image", + "ImageAddMulti", + "ImageAndMaskPreview", + "ImageBatchExtendWithOverlap", + "ImageBatchFilter", + "ImageBatchJoinWithTransition", + "ImageBatchMulti", + "ImageBatchRepeatInterleaving", + "ImageBatchTestPattern", + "ImageConcanate", + "ImageConcatFromBatch", + "ImageConcatMulti", + "ImageCropByMask", + "ImageCropByMaskAndResize", + "ImageCropByMaskBatch", + "ImageGrabPIL", + "ImageGridComposite2x2", + "ImageGridComposite3x3", + "ImageGridtoBatch", + "ImageNormalize_Neg1_To_1", + "ImagePadForOutpaintMasked", + "ImagePadForOutpaintTargetSize", + "ImagePadKJ", + "ImagePass", + "ImagePrepForICLora", + "ImageResizeByMegapixels", + "ImageResizeKJ", + "ImageResizeKJv2", + "ImageTensorList", + "ImageUncropByMask", + "ImageUpscaleWithModelBatched", + "Image_Resize_sum", + "Image_Resize_sum_data", + "Image_Resize_sum_restore", + "InsertImagesToBatchIndexed", + "InsertLatentToIndex", "LayerUtility: CropByMask V2", + "LayerUtility: CropByMask V3", + "LayerUtility: CropByMask V4", "LayerUtility: ImageScaleByAspectRatio V2", - "LayerUtility: RestoreCropBox" + "LayerUtility: RestoreCropBox", + "LayerUtility: RestoreCropBox V2", + "LoadAndResizeImage", + "LoadImagesFromFolderKJ", + "LoadVideosFromFolder", + "Mask_transform_sum", + "MathExpression_UTK", + "MergeBatch", + "MergeImageChannels", + "PadImageBatchInterleaved", + "PreviewAnimation", + "RemapImageRange", + "ReplaceImagesInBatch", + "ReverseImageBatch", + "SaveImageKJ", + "SaveImageWithAlpha", + "SaveStringKJ", + "Seed (rgthree)", + "ShuffleImageBatch", + "SplitImageChannels", + "SwwanCropByMaskV5", + "SwwanImageBatchToImageList", + "SwwanImageListToImageBatch", + "SwwanRestoreCropBoxV3", + "SwwanRestoreCropBoxV4", + "TransitionImagesInBatch", + "TransitionImagesMulti", + "WebcamCaptureCV2", + "list_Merge", + "list_Slice", + "list_Value", + "list_num_range", + "math_Remap_data", + "math_calculate", + "nsfwDetector", + "nsfwDetectorV2", + "raiseExceptionOnTrue", + "sch_Prompt", + "sch_Value", + "sch_image", + "sch_mask", + "sch_split_text", + "sch_text", + "type_AnyIndex" ], { "title_aux": "ComfyUI_Swwan" @@ -20699,6 +24557,17 @@ "title_aux": "Comfyui-HunyuanFoley" } ], + "https://github.com/aistudynow/Comfyui-tetestyle-image-video": [ + [ + "TeleStyleImageModelLoader", + "TeleStyleLoader", + "TeleStyleOfficialImageInference", + "TeleStyleVideoInference" + ], + { + "title_aux": "Comfyui-tetestyle-image-video" + } + ], "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": [ [ "CLIPTextEncodeWithExtras" @@ -20831,24 +24700,79 @@ "title_aux": "ComfyUI-X-Portrait-Nodes" } ], - "https://github.com/akawana/ComfyUI-Keybinding-extra": [ + "https://github.com/akaugun/comfyui-lora-hook-trigger": [ [ - "TextCleanerSplitter" + "LoraTriggerWithExample" ], { - "title_aux": "Keybinding Extra" + "title_aux": "comfyui-lora-hook-trigger" } ], - "https://github.com/akawana/ComfyUI-Utils-extra": [ + "https://github.com/akawana/ComfyUI-AK-Pack": [ [ - "AKSamplerSettings", - "AKSettingsOut", - "IndexMultiple", + "AK Base", + "AK Control Multiple KSamplers", + "AK Pipe", + "AK Pipe Loop", + "AK Replace Alpha with Color", + "AK Replace Color with Alpha", + "AKCLIPEncodeMultiple", + "AKContrastAndSaturateImage", + "AKIndexMultiple", + "AKKSamplerSettings", + "AKKSamplerSettingsOut", + "AKProjectSettingsOut", + "AKResizeOnBoolean", + "CLIPTextEncodeAndCombineCached", + "CLIPTextEncodeCached", + "Getter", + "IsMaskEmpty", "IsOneOfGroupsActive", - "RepeatGroupState" + "PreviewRawText", + "RepeatGroupState", + "Setter" ], { - "title_aux": "Utils Extra" + "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", + "AKXZPreviewPlot" + ], + { + "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", + "RGBYPMaskToList", + "RGBYPMaskToRegularMasks", + "RGBYPSaveMask" + ], + { + "title_aux": "RGBYP Mask Editor (RGB + YP)" } ], "https://github.com/akierson/ComfyUI-textnodes": [ @@ -20892,24 +24816,35 @@ "https://github.com/al-swaiti/ComfyUI-OllamaGemini": [ [ "ClaudeAPI", + "FLUXResolutions", "GeminiAPI", + "GeminiBBoxJoin", + "GeminiBEN2_RMBG", "GeminiBRIA_RMBG", "GeminiBRIA_RMBG_Safe", "GeminiCLIPSeg", "GeminiCombineSegMasks", "GeminiComfyUIStyler", "GeminiConvertRasterToVector", + "GeminiDrawBBoxMask", "GeminiFLUXResolutions", "GeminiImageGenerator", + "GeminiLoadImagePath", + "GeminiLoadImagesFromDir", + "GeminiMathExpression", "GeminiSVGPreview", "GeminiSaveSVG", "GeminiSaveText", "GeminiSmartPromptGenerator", "GeminiTextSplitter", + "GeminiUltraDetect", "ListAvailableModels", "OllamaAPI", - "OpenAIAPI", "QwenAPI", + "VeoLoadVideo", + "VeoVideoExtend", + "VeoVideoGenerator", + "VeoVideoGeneratorAdvanced", "style_menus" ], { @@ -20932,6 +24867,7 @@ [ "AF_Edit_Generated_Prompt", "AF_Load_Prompt_History", + "AF_Model_Switch", "AF_Save_Prompt_History", "AF_Show_Text" ], @@ -20977,8 +24913,11 @@ ], "https://github.com/alchemine/comfyui-alchemine-pack": [ [ + "AsyncSaveImage", + "AutoBreak", "DanbooruPopularPostsTagsRetriever", "DanbooruPostTagsRetriever", + "DanbooruPostsDownloader", "DanbooruRelatedTagsRetriever", "DownloadImage", "FilterSubtags", @@ -20986,11 +24925,13 @@ "FixBreakAfterTIPO", "GeminiInference", "OllamaInference", + "PreviewLatestImage", "ProcessTags", "RemoveWeights", "ReplaceUnderscores", "SaveImageWithText", "SignalSwitch", + "SubstituteTags", "TextEditingInference", "TokenAnalyzer", "WidthHeight" @@ -20999,6 +24940,29 @@ "title_aux": "ComfyUI-Alchemine-Pack" } ], + "https://github.com/aledelpho/Arthemy_Live-Tuner-SDXL-ComfyUI": [ + [ + "ArthemyClipLiveTunerSDXL", + "ArthemyLiveModelTunerSDXL" + ], + { + "title_aux": "Arthemy Live Tuner - SDXL" + } + ], + "https://github.com/aledelpho/Arthemy_Live-Tuner-ZIT-ComfyUI": [ + [ + "ArthemyQwenSaver", + "ArthemyQwenTunerLab", + "ArthemyQwenTunerSimple", + "ArthemyTunerLoader", + "ArthemyZImage_Saver", + "ArthemyZImage_Tuner_Lab", + "ArthemyZImage_Tuner_Simple" + ], + { + "title_aux": "Arthemy Live Tuner - Z-image" + } + ], "https://github.com/aleolidev/comfy_kaizen_package": [ [ "KaizenImageComposite" @@ -21033,8 +24997,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" @@ -21042,7 +25008,8 @@ ], "https://github.com/alessandrozonta/ComfyUI-OpenPose": [ [ - "OpenPose - Get poses" + "OpenPose - Get poses", + "OpenPoseNode" ], { "author": "joe", @@ -21051,6 +25018,7 @@ ], "https://github.com/alessandrozonta/ComfyUI-PoseDirection": [ [ + "DirectionNode", "OpenPose - Get direction" ], { @@ -21065,6 +25033,15 @@ "title_aux": "Comfyui-LoopLoader" } ], + "https://github.com/alexcong/ComfyUI-SwinIR": [ + [ + "SwinIRLoader", + "SwinIRRun" + ], + { + "title_aux": "ComfyUI-SwinIR" + } + ], "https://github.com/alexcong/ComfyUI_QwenVL": [ [ "Qwen", @@ -21151,11 +25128,19 @@ ], "https://github.com/alexjx/ComfyUI-XJNodes": [ [ + "XJAppendImageList", + "XJConditionalLoraLoader", "XJContextEnter", "XJContextExit", + "XJEmptyImageList", "XJFloatRangeList", + "XJGetImageFromList", "XJImageGrid", "XJImageListFilter", + "XJImageListLength", + "XJImageListSlice", + "XJImagePairCompare", + "XJImagePreviewBridge", "XJImageRandomTransform", "XJImageScaleCalc", "XJImageScaleMegapixel", @@ -21168,17 +25153,34 @@ "XJLoadImageWithMetadata", "XJLoadImagesFromDirBatch", "XJLoadImagesFromDirList", + "XJLoopEnd", + "XJLoopStart", "XJOneImageFromBatch", "XJRandomImagesFromBatch", + "XJRandomText", "XJRandomTextFromFile", "XJRandomTextFromList", "XJSamplerAdapter", "XJSaveImageWithMetadata", "XJSchedulerAdapter", + "XJSegsAutoAdjustHookProvider", + "XJSegsColorCorrectHSVHookProvider", + "XJSegsColorCorrectRGBHookProvider", + "XJSegsColorMatchHookProvider", + "XJSegsCount", + "XJSegsExtractor", + "XJSegsFilter", + "XJSegsFilterByLabel", + "XJSegsMerge", + "XJSegsPick", + "XJSegsStitcher", + "XJSegsWildcardPrompt", "XJStringPass", "XJSupirParameters", "XJTextFileInfo", - "XJTextListFromFile" + "XJTextListFromFile", + "XJUnwrapFromList", + "XJWrapAsList" ], { "title_aux": "ComfyUI-XJNodes" @@ -21186,6 +25188,7 @@ ], "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)", @@ -21196,23 +25199,29 @@ "Image Saver Simple", "Input Parameters (Image Saver)", "Int Literal (Image Saver)", + "RandomShapeGenerator", "Sampler Selector (Image Saver)", - "SamplerToString (Image Saver)", "Scheduler Selector (Eff.) (Image Saver)", "Scheduler Selector (Image Saver)", "Scheduler Selector (inspire) (Image Saver)", - "SchedulerEfficiencyToString (Image Saver)", - "SchedulerInspireToString (Image Saver)", - "SchedulerToString (Image Saver)", "Seed Generator (Image Saver)", "String Literal (Image Saver)", "UNet loader with Name (Image Saver)", - "Width/Height Literal (Image Saver)" + "Width/Height Literal (Image Saver)", + "Workflow Input Value (Image Saver)" ], { "title_aux": "ComfyUI Image Saver" } ], + "https://github.com/aliabougazia/comfyui_pt_security_scanner": [ + [ + "PTSecurityScanner" + ], + { + "title_aux": "comfyui_pt_security_scanner" + } + ], "https://github.com/alibof96/ComfyUI-DownscaleIRN": [ [ "IRNDownscale" @@ -21221,6 +25230,15 @@ "title_aux": "ComfyUI-DownscaleIRN" } ], + "https://github.com/aligjahed/comfy-flow": [ + [ + "FlowManager", + "FlowStepPointer" + ], + { + "title_aux": "comfy-flow" + } + ], "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [ [ "InputText", @@ -21229,7 +25247,6 @@ "OllamaImageCaptioner", "OllamaImageDescriber", "OllamaTextDescriber", - "ShowText", "TextTransformer" ], { @@ -21376,24 +25393,50 @@ "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_Any_Index_Switch", "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_Conditioning_Balance", + "ArchAi3D_Dependency_Installer", + "ArchAi3D_DiffSynth_ControlNet", + "ArchAi3D_Empty_Latent_Batch", + "ArchAi3D_Extract_Region_Text", "ArchAi3D_Float_Input", + "ArchAi3D_GDrive_Download", "ArchAi3D_Gemini", "ArchAi3D_Gemini_Model", + "ArchAi3D_HF_Download", + "ArchAi3D_HighPass_Blend", + "ArchAi3D_Info", "ArchAi3D_Int_Input", + "ArchAi3D_Load_CLIP", + "ArchAi3D_Load_Diffusion_Model", + "ArchAi3D_Load_Dual_CLIP", "ArchAi3D_Load_Image_URL", "ArchAi3D_Mask_Crop_Rotate", "ArchAi3D_Mask_To_Position_Guide", + "ArchAi3D_Mask_Uncrop", + "ArchAi3D_Memory_Cleanup", "ArchAi3D_Metric3D_Depth", "ArchAi3D_Metric3D_Normal", + "ArchAi3D_Nunchaku_Installer", "ArchAi3D_Object_Focus_Camera", "ArchAi3D_Object_Focus_Camera_V2", "ArchAi3D_Object_Focus_Camera_V3", @@ -21401,6 +25444,8 @@ "ArchAi3D_Object_Focus_Camera_V5", "ArchAi3D_Object_Focus_Camera_V6", "ArchAi3D_Object_Focus_Camera_V7", + "ArchAi3D_Offload_CLIP", + "ArchAi3D_Offload_Model", "ArchAi3D_Position_Guide_Prompt_Builder", "ArchAi3D_Qwen_Camera_View_Selector", "ArchAi3D_Qwen_Colorization", @@ -21414,6 +25459,8 @@ "ArchAi3D_Qwen_Exterior_Navigation", "ArchAi3D_Qwen_Exterior_View_Control", "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", @@ -21434,10 +25481,55 @@ "ArchAi3D_Qwen_System_Prompt", "ArchAi3D_Qwen_Watermark_Removal", "ArchAi3D_SAM3_Segment", + "ArchAi3D_SEGS_Mask_Blur", + "ArchAi3D_SEGS_Mask_Irregularity", + "ArchAi3D_SEGS_To_Bundle", + "ArchAi3D_SaveSplatScene", "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" ], { @@ -21456,6 +25548,136 @@ "title_aux": "ComfyUI-GRAG-ArchAi3D" } ], + "https://github.com/amtarr/ComfyUI-TextureAlchemy": [ + [ + "AOApproximator", + "AnisotropyMapGenerator", + "AppearanceExtractor", + "AutoContrastLevels", + "BBoxEditor", + "BBoxReposition", + "BasicLightingBuilder", + "BlendModeUtility", + "ChannelPacker", + "ChannelPackerORMA", + "ChannelPackerRMA", + "ChannelPackerRMAA", + "ChannelUnpacker", + "ChannelUnpackerRMA", + "ClarityEnhancer", + "ColorCode", + "ColorImage", + "ColorMatchTransfer", + "ColorRamp", + "ColorSelectionMask", + "ColorToGrayscale", + "CompositeMaskAdjuster", + "CompositeMaskExtractor", + "CropToMaskWithPadding", + "CurvatureGenerator", + "DenoiseFilter", + "DetailMapBlender", + "DirtGrimeMaskGenerator", + "DisplacementToVector", + "EdgeDetection", + "EdgeWearMaskGenerator", + "EmbedAlpha", + "EmissionMaskGenerator", + "EnvironmentMapToIrradiance", + "FrankenMapExtractor", + "FrequencyRecombine", + "FrequencySeparation", + "GammaAdjust", + "GetAverageColor", + "GradientMap", + "GradientMaskGenerator", + "GrayscaleToColor", + "HDRIToIrradianceFast", + "HSVAdjuster", + "HeightAmplifier", + "HeightCombiner", + "HeightToNormal", + "ImageBitDepthChecker", + "ImageEnhancement", + "ImageMaskCombiner", + "InpaintCropExtractor", + "InpaintStitcher", + "LevelsAdjustment", + "LightingExtractor", + "LightingPassMaskApplicator", + "LotusHeightProcessor", + "LotusNormalProcessor", + "Marigold_AOV_Extractor", + "MaskCompositor", + "MicroDetailOverlay", + "MultiTextureBlender", + "MultimattePassApplicator", + "NormalConverter", + "NormalFormatAuto", + "NormalFormatBruteForce", + "NormalFormatValidator", + "NormalIntensity", + "NormalMapCombiner", + "NormalMapRelighter", + "NormalMapRelighterAdvanced", + "NormalMapRelighterIBL", + "NormalMapRelighterIBL_PBR", + "NormalToDepth", + "PBRAdjuster", + "PBRBatchToPipe", + "PBRCombiner", + "PBRExtractor", + "PBRHeightProcessor", + "PBRMaterialMixer", + "PBRMaterialProcessor", + "PBRNormalProcessor", + "PBRPipePreview", + "PBRPipeToBatch", + "PBRPipelineAdjuster", + "PBRSaver", + "PBRSaverWithMetadata", + "PBRSplitter", + "PBR_AOV_Generator", + "PaddingCalculator", + "PassMaskApplicator", + "PatchFit", + "PatchUpscale", + "PatternGenerator", + "ProceduralNoiseGenerator", + "QwenImagePrep", + "SSSMapGenerator", + "ScratchesGenerator", + "SeamlessTiling", + "SharpenDepth", + "SharpenNormal", + "SimpleCropToMaskWithPadding", + "SimpleGammaAdjust", + "SimpleInpaintCrop", + "SimpleInpaintStitch", + "SimpleRecolor", + "SingleMultimattePassApplicator", + "SinglePassMaskApplicator", + "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)", @@ -21493,7 +25715,8 @@ ], "https://github.com/angeloshredder/StableCascadeResizer": [ [ - "CascadeResize" + "CascadeResize", + "Cascade_Resizer" ], { "title_aux": "StableCascadeResizer" @@ -21536,6 +25759,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" @@ -21544,6 +25775,30 @@ "title_aux": "Google Nano" } ], + "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ + [ + "MergeDicts" + ], + { + "title_aux": "antrobots ComfyUI Nodepack" + } + ], + "https://github.com/anveshane/Comfyui_StoryMem": [ + [ + "StoryMemContinuationShot", + "StoryMemFirstShot", + "StoryMemGetMotionFrames", + "StoryMemInfo", + "StoryMemMemoryBuffer", + "StoryMemMemoryVisualizer", + "StoryMemModelLoader", + "StoryMemUpdateMemory", + "StoryMemVideoCombine" + ], + { + "title_aux": "Comfyui_StoryMem" + } + ], "https://github.com/apeirography/DaimalyadNodes": [ [ "DaimalyadModelDownloader", @@ -21565,36 +25820,33 @@ "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "SageSetWildcardText", + "Sage_Ace15AudioEncode", + "Sage_AceAdvOptions", "Sage_AdvSamplerInfo", "Sage_CLIPLoaderFromInfo", "Sage_CLIPSelector", - "Sage_CacheMaintenance", "Sage_CheckLorasForUpdates", "Sage_CheckpointSelector", "Sage_ChromaCLIPLoaderFromInfo", "Sage_CleanText", "Sage_CollectKeywordsFromLoraStack", - "Sage_ConditioningZeroOut", "Sage_ConstructLLMPrompt", "Sage_ConstructLLMPromptExtra", - "Sage_ConstructMetadata", "Sage_ConstructMetadataFlexible", - "Sage_ConstructMetadataLite", "Sage_CropImage", "Sage_CubiqImageResize", "Sage_DualCLIPSelector", "Sage_DualCLIPTextEncode", "Sage_DualCLIPTextEncodeLumina2", "Sage_DualCLIPTextEncodeQwen", + "Sage_DynamicJoinText", + "Sage_EmptyAceStep15LatentAudio", "Sage_EmptyLatentImagePassthrough", - "Sage_FloatToStr", + "Sage_FlexibleCLIPSelector", "Sage_FreeMemory", "Sage_FreeU2", - "Sage_GetFileHash", "Sage_GuessResolutionByRatio", - "Sage_Halt", "Sage_HiDreamE1_Instruction", - "Sage_IntToStr", "Sage_JoinText", "Sage_KSampler", "Sage_KSamplerAudioDecoder", @@ -21602,9 +25854,7 @@ "Sage_LMStudioLLMPromptText", "Sage_LMStudioLLMPromptVision", "Sage_LMStudioLLMPromptVisionRefine", - "Sage_LastLoraInfo", "Sage_LoadImage", - "Sage_LoadImageTextSetFromFolderNode", "Sage_LoadModelFromInfo", "Sage_Load_Dataset_From_Folder", "Sage_LogicalSwitch", @@ -21614,14 +25864,15 @@ "Sage_ModelInfo", "Sage_ModelInfoDisplay", "Sage_ModelLoraStackLoader", - "Sage_ModelReport", "Sage_ModelShiftOnly", "Sage_ModelShifts", "Sage_MultiModelPicker", "Sage_MultiSelectorDoubleClip", + "Sage_MultiSelectorFlexibleClip", "Sage_MultiSelectorQuadClip", "Sage_MultiSelectorSingleClip", "Sage_MultiSelectorTripleClip", + "Sage_NumberToStr", "Sage_OllamaAdvancedOptions", "Sage_OllamaLLMPromptText", "Sage_OllamaLLMPromptVision", @@ -21636,19 +25887,19 @@ "Sage_PromptText", "Sage_QuadCLIPSelector", "Sage_QuickLoraStack", - "Sage_QuickNineLoraStack", "Sage_QuickResPicker", - "Sage_QuickSixLoraStack", "Sage_ReferenceImage", "Sage_SamplerInfo", + "Sage_SamplerInfoNoCFG", "Sage_SamplerSelector", "Sage_SaveImageWithMetadata", "Sage_SaveText", "Sage_SchedulerSelector", "Sage_SetText", - "Sage_SetTextWithInt", + "Sage_SetTextWithNum", + "Sage_SetTextWithoutComments", "Sage_SingleCLIPTextEncode", - "Sage_SixLoraStack", + "Sage_StackLoraStack", "Sage_SystemPrompt", "Sage_TextRandomLine", "Sage_TextSelectLine", @@ -21665,7 +25916,6 @@ "Sage_UNETLoaderFromInfo", "Sage_UNETSelector", "Sage_UnetClipVaeToModelInfo", - "Sage_UpscaleImageWithModel", "Sage_VAELoaderFromInfo", "Sage_VAESelector", "Sage_ViewAnything", @@ -21684,6 +25934,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" @@ -21692,6 +25950,31 @@ "title_aux": "Video Output Bridge" } ], + "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder": [ + [ + "KPPBActionList", + "KPPBCameraAngleList", + "KPPBGroupActionList", + "KPPBHairstyleList", + "KPPBIGEffectList", + "KPPBImageEditComposer", + "KPPBImageEditList", + "KPPBLightingList", + "KPPBNSFWActionList", + "KPPBNSFWGroupActionList", + "KPPBNSFWPoseList", + "KPPBOutfitComposer", + "KPPBOutfitList", + "KPPBPoseList", + "KPPBPromptBuilder", + "KPPBSceneList", + "KPPBShotTypeList", + "KPPBVLMRefiner" + ], + { + "title_aux": "ComfyUI-Photoreal-Prompt-Builder" + } + ], "https://github.com/asaddi/ComfyUI-YALLM-node": [ [ "LLMChat", @@ -21744,6 +26027,14 @@ "title_aux": "ComfyUI NPNet (Golden Noise)" } ], + "https://github.com/asagi4/comfyui-dynamic-anynode": [ + [ + "AnyNode" + ], + { + "title_aux": "comfyui-dynamic-anynode" + } + ], "https://github.com/asagi4/comfyui-prompt-control": [ [ "PCAddMaskToCLIP", @@ -21756,7 +26047,6 @@ "PCLazyTextEncodeAdvanced", "PCLoraHooksFromText", "PCMacroExpand", - "PCSaveExpandedWorkflow", "PCSetLogLevel", "PCSetPCTextEncodeSettings", "PCTextEncode", @@ -21792,6 +26082,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" @@ -21800,6 +26099,23 @@ "title_aux": "comfyui-find-perfect-resolution" } ], + "https://github.com/asirihewage/remove_metadata_comfyui": [ + [ + "RemoveMetadataStealth", + "VideoSanitizerStealth" + ], + { + "title_aux": "remove_metadata_comfyui" + } + ], + "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", @@ -21837,20 +26153,49 @@ "title_aux": "comfyui_arcane_style_trans" } ], + "https://github.com/ato-zen/ComfyUI-VIBE": [ + [ + "VIBE_Editor" + ], + { + "title_aux": "ComfyUI-VIBE" + } + ], + "https://github.com/ato321/ComfyUI-LTXVGuideRebase": [ + [ + "LTXVRebaseGuides" + ], + { + "title_aux": "ComfyUI-LTXVGuideRebase" + } + ], "https://github.com/attashe/ComfyUI-FluxRegionAttention": [ [ - "BBoxToMaskNode", - "BoundingBoxNode", "CLIPDebug", "FluxRegionBBOX", "FluxRegionMask", - "RegionAttention", - "VisualizeBBoxesNode" + "RegionAttention" ], { "title_aux": "ComfyUI-FluxRegionAttention" } ], + "https://github.com/attome-ai/Comfyui_Attome_S3": [ + [ + "AttomeS3Config", + "AttomeS3LoadAudio", + "AttomeS3LoadImage", + "AttomeS3LoadText", + "AttomeS3LoadVideo", + "AttomeS3SaveAudio", + "AttomeS3SaveImage", + "AttomeS3SaveText", + "AttomeS3SaveVideo" + ], + { + "title_aux": "Comfyui_Attome_S3" + } + ], "https://github.com/audioscavenger/ComfyUI-Thumbnails": [ [ "LoadImage" @@ -22073,8 +26418,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" @@ -22110,15 +26461,18 @@ "title_aux": "ComfyUI-FrameSkipping" } ], - "https://github.com/balu112121/comfyui-LoadImageFromURL": [ + "https://github.com/baijunty/comfyui_image_embeddings": [ [ - "BatchURLImageLoader", - "LoadImageFromURL", - "URLImageLoader", - "URLToImagePreview" + "Base64ImageLoader", + "CustomImageLoader", + "GLMOCRNode", + "Image2Base64", + "ImageHash", + "OutputEmbedding", + "Resize2DivisibleImage" ], { - "title_aux": "ComfyUI URL Image Loader" + "title_aux": "comfyui_image_embeddings" } ], "https://github.com/bananasss00/ComfyUI-SP-Nodes": [ @@ -22163,7 +26517,16 @@ "SP_AnyPipe40", "SP_AnyPipe5", "SP_AnyPipe50", + "SP_CacheAutoLoader", + "SP_CacheCheck", + "SP_CacheGet", + "SP_CacheManager", + "SP_CachePersistence", + "SP_CacheStore", + "SP_CacheValue", + "SP_CompositeCacheKey", "SP_DDInpaint_Pipe", + "SP_DebugLogger", "SP_DictValue", "SP_DynamicCombo", "SP_FlorenceCaption", @@ -22185,6 +26548,7 @@ "SP_KoboldCpp_BannedTokens", "SP_KoboldCpp_OverrideCfg", "SP_ListAny", + "SP_LoadLatent", "SP_ModelLoader", "SP_Name_Checkpoint", "SP_Name_Clip", @@ -22199,6 +26563,9 @@ "SP_Pipe_ToBasicPipe", "SP_SD3Loader", "SP_SDLoader", + "SP_SaveLatent", + "SP_SelectItemFromAnyList", + "SP_SendStringWebsocket", "SP_SetPipeModelType", "SP_Supir", "SP_SupirSampler", @@ -22324,6 +26691,7 @@ "Save Image With Prompt Data", "Save Images Mikey", "Save Images No Display", + "Save Images With Prompt Data", "SaveMetaData", "SearchAndReplace", "Seed String", @@ -22370,6 +26738,14 @@ "title_aux": "AIV ComfyUI Node" } ], + "https://github.com/bcasadei/ComfyUI-Prompt-Camera-Assistant": [ + [ + "PromptCameraAssistant" + ], + { + "title_aux": "ComfyUI-Prompt-Camera-Assistant" + } + ], "https://github.com/bear2b/comfyui-argo-nodes": [ [ "ColorMatrixGPU", @@ -22380,6 +26756,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", @@ -22460,6 +26845,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" @@ -22521,6 +26915,45 @@ "title_aux": "Comfy-Pack" } ], + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": [ + [ + "Beyond_Public_LoRA_URL", + "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", + "ImageScaleDownBy-beyond_nodes", + "Int-beyond_nodes", + "MaskBoundingBox", + "MaskBoundingBox-beyond_nodes", + "MaskRectArea-beyond_nodes", + "MaskToImage-beyond_nodes", + "Prompt-beyond_nodes", + "RoundMask-beyond_nodes", + "String-beyond_nodes", + "TwoWaySwitch-beyond_nodes", + "UUID", + "UUIDFilename" + ], + { + "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" @@ -22529,6 +26962,14 @@ "title_aux": "ComfyUI-Hunyuan-Image-3" } ], + "https://github.com/bhhtr12/ComfyUI-ollama-stop": [ + [ + "OllamaStopNode" + ], + { + "title_aux": "ComfyUI-ollama-stop" + } + ], "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": [ [ "HierarchicalLoRAWeightEditor", @@ -22585,7 +27026,6 @@ "AdjustAudio", "AudioAddWatermark", "AudioConcatenate", - "AudioDenoising", "AudioRecorderAT", "ClearVoiceRun", "LoadAudioMW", @@ -22693,6 +27133,7 @@ "AlignFace", "BeautifyPhoto", "DetectCropFace", + "DetectCropFaces", "IDPhotos", "ImageWatermark", "LoadImageMW" @@ -22779,6 +27220,34 @@ "title_aux": "ComfyUI_HF_Inference" } ], + "https://github.com/bkpaine1/Halo-Lipsy": [ + [ + "HaloLipsy" + ], + { + "title_aux": "Halo-Lipsy" + } + ], + "https://github.com/bkpaine1/Halo-TeaCache": [ + [ + "HaloTeaCache" + ], + { + "title_aux": "Halo-TeaCache" + } + ], + "https://github.com/bkpaine1/halo_pack": [ + [ + "HALOConditioningDebug", + "HALOLatentDebug", + "HALOModelDebug", + "HALOVAEDecode", + "HALOVAEEncode" + ], + { + "title_aux": "HALO Debug Pack" + } + ], "https://github.com/black-forest-labs/bfl-comfy-nodes": [ [ "FLUX 1.0 [canny]", @@ -23005,7 +27474,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" @@ -23135,11 +27605,19 @@ ], "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": [ [ + "AssertNotBlack", + "CutImageByMask", + "GeminiImage2GenAI", + "ImageResize+", "LoadLoraFromUrlOrPath", + "LoadNunchakuLoraFromUrlOrPath", "LoadUpscaleModelFromUrlOrPath", "LoadVideoFromUrlOrPath", "LoadVideoLoraFromUrlOrPath", - "LoadVideoLoraFromUrlOrPathSelect" + "LoadVideoLoraFromUrlOrPathSelect", + "OpenRouterGeminiImage", + "PasteImageByMask", + "SimpleMath+" ], { "title_aux": "ComfyUI-load-lora-from-url" @@ -23211,6 +27689,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", @@ -23221,6 +27708,15 @@ "title_aux": "Remembering utils" } ], + "https://github.com/bomborant/ComfyUI-ShakaNodes": [ + [ + "ShakaTensorDebug", + "ShakaWanKeyframes" + ], + { + "title_aux": "ShakaNodes" + } + ], "https://github.com/bongsang/ComfyUI-Bongsang": [ [ "AnyInfo", @@ -23230,6 +27726,15 @@ "title_aux": "ComfyUI-Bongsang" } ], + "https://github.com/boredcoderyt/ComfyUI-Fibo-Edit": [ + [ + "FiboEdit", + "FiboEdit_VLM" + ], + { + "title_aux": "Fibo Edit Node for ComfyUI" + } + ], "https://github.com/boredofnames/ComfyUI-ntfy": [ [ "Ntfy", @@ -23249,7 +27754,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" @@ -23275,7 +27781,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" ], @@ -23285,6 +27799,8 @@ ], "https://github.com/bradsec/ComfyUI_StringEssentials": [ [ + "StringConditionalAppend", + "StringContainsAny", "StringMultiReplace", "StringPreview", "StringStrip", @@ -23294,6 +27810,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", @@ -23416,6 +27940,33 @@ "title_aux": "ComfyUI Sequential Image Loader" } ], + "https://github.com/bryanmcguire/comfyui-flux2fun-controlnet": [ + [ + "Flux2FunControlNetApply", + "Flux2FunControlNetLoader" + ], + { + "title_aux": "comfyui-flux2fun-controlnet" + } + ], + "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", @@ -23501,6 +28052,15 @@ "title_aux": "FMJ-speed-Prompt" } ], + "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions": [ + [ + "FMJ_LoadImageWithSnapshot", + "FMJ_SaveImageWithSnapshot" + ], + { + "title_aux": "ComfyUI_FMJ_SaveImageVersions" + } + ], "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": [ [ "EbuLMStudioBrainstormer", @@ -23601,6 +28161,18 @@ "title_aux": "ComfyUI_SUNoise" } ], + "https://github.com/by-ae/ae-in-workflow": [ + [ + "CropImageBatchToMaskBoundsAE", + "ImageSelectorAE", + "InterpolateFloatListAE", + "PoseEditorAE", + "ZImageImagesToLoRAAE" + ], + { + "title_aux": "ae-in-workflow" + } + ], "https://github.com/bytedance/ComfyUI-HyperLoRA": [ [ "HyperLoRAApplyLoRA", @@ -23629,6 +28201,17 @@ "title_aux": "ComfyUI_InfiniteYou" } ], + "https://github.com/c0dezer019/FreezeFrame": [ + [ + "PSampler", + "PSamplerAdvanced", + "PSamplerCustom", + "PSamplerCustomAdvanced" + ], + { + "title_aux": "FreezeFrame" + } + ], "https://github.com/c0ffymachyne/ComfyUI_BeatByte": [ [ "BytebeatSynth" @@ -23641,7 +28224,6 @@ [ "SignalProcessingBaxandall3BandEQ", "SignalProcessingBaxandallEQ", - "SignalProcessingCompressor", "SignalProcessingConvolutionReverb", "SignalProcessingFilter", "SignalProcessingHarmonicsEnhancer", @@ -23712,6 +28294,14 @@ "title_aux": "Arc2Face ComfyUI Node Library" } ], + "https://github.com/calibancode/ComfyUI-bevvy": [ + [ + "SaveImageWebP" + ], + { + "title_aux": "ComfyUI-bevvy" + } + ], "https://github.com/camenduru/ComfyUI-TostAI": [ [ "SendToTostAI" @@ -23720,6 +28310,62 @@ "title_aux": "ComfyUI-TostAI" } ], + "https://github.com/capitan01R/Capitan-ConditioningEnhancer": [ + [ + "CapitanAdvancedEnhancer", + "ConditioningEnhancer" + ], + { + "title_aux": "Capitan-ConditioningEnhancer" + } + ], + "https://github.com/capitan01R/ComfyUI-CapitanFlowMatch": [ + [ + "CapitanLinear", + "CapitanShift", + "CapitanShiftPresets" + ], + { + "title_aux": "ComfyUI-CapitanFlowMatch" + } + ], + "https://github.com/capitan01R/ComfyUI-CapitanZiT-Scheduler": [ + [ + "CapitanZiTLinearSigma", + "FlowMatchSchedulerSmoothCosine", + "SamplerMinimalChangeFlow" + ], + { + "title_aux": "ComfyUI-CapitanZiT-Scheduler" + } + ], + "https://github.com/capitan01R/ComfyUI-Flux2Klein-Enhancer": [ + [ + "Flux2KleinDetailController", + "Flux2KleinEnhancer", + "Flux2KleinRefLatentController", + "Flux2KleinSectionedEncoder", + "Flux2KleinTextEnhancer", + "Flux2KleinTextRefBalance" + ], + { + "title_aux": "ComfyUI-Flux2Klein-Enhancer" + } + ], + "https://github.com/capitan01R/ComfyUI-ZImageTurbo-FlowSampler": [ + [ + "FlowMatchScheduler", + "FlowMatchSchedulerDynamic", + "SigmaViewer", + "ZImagePresets", + "ZImageSampler", + "ZImageTurboScheduler", + "ZImageTurboSchedulerAdvanced" + ], + { + "title_aux": "ComfyUI-ZImageTurbo-FlowSampler" + } + ], "https://github.com/cardenluo/ComfyUI-Apt_Preset": [ [ "AD_DrawSchedule", @@ -23739,18 +28385,30 @@ "AD_sch_value", "AD_slice_Condi", "AI_GLM4", + "AI_GLM_image", + "AI_GLM_text", "AI_Ollama_image", "AI_Ollama_text", "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", + "Apt_clear_cache", "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", @@ -23760,15 +28418,15 @@ "Data_sampleData", "Data_select", "Easy_QwenEdit2509", - "IO_getFilePath", + "IO_EasyMark", + "IO_LoadImgList", + "IO_PathProcessor", + "IO_RegexPreset", "IO_image_select", "IO_input_any", - "IO_inputbasic", "IO_load_anyimage", "IO_node_Script", - "IO_outputfile", "IO_save_image", - "IO_savefile", "IO_store_image", "IO_video_encode", "IPA_XL_PromptInjection", @@ -23788,19 +28446,26 @@ "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_transform_layer", + "Image_transform_layer_adv", + "Mask_BodySegment", + "Mask_ClothesSegment", "Mask_Detect_label", + "Mask_FaceSegment", "Mask_Remove_bg", - "Mask_face_detect", + "Mask_Remove_bg2", "Mask_image2mask", "Mask_math", "Mask_simple_adjust", @@ -23810,9 +28475,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", @@ -23824,6 +28493,7 @@ "Stack_Ksampler_refine", "Stack_LoRA", "Stack_Redux", + "Stack_ShadowAndGlow", "Stack_VAEDecodeTiled", "Stack_Wan22FunControlToVideo", "Stack_WanAnimateToVideo", @@ -23846,16 +28516,15 @@ "Stack_pre_Mark2", "Stack_sample_data", "Stack_text", - "Test_CN_ImgPreview", + "basicIn_Boolean", "basicIn_Remap_slide", "basicIn_Sampler", "basicIn_Scheduler", "basicIn_Seed", - "basicIn_color", "basicIn_float", + "basicIn_input", "basicIn_int", "basicIn_string", - "basic_KSampler_variant_seed", "basic_Ksampler_adv", "basic_Ksampler_custom", "basic_Ksampler_full", @@ -23881,20 +28550,22 @@ "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", "chx_ksampler_tile", "chx_latent_adjust", + "color_Fragment", "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", + "color_select", "create_AD_mask", "create_Mask_match_shape", "create_Mask_match_shape2", @@ -23909,11 +28580,11 @@ "create_mask_solo", "create_mulcolor_img", "excel_Prompter", + "excel_Qwen_camera", "excel_VedioPrompt", "excel_column_diff", "excel_insert_image", "excel_insert_image_easy", - "excel_object", "excel_qwen_artistic", "excel_qwen_font", "excel_read", @@ -23923,20 +28594,25 @@ "excel_search_data", "excel_write_data", "excel_write_data_easy", + "flow_BooleanSwitch", "flow_QueueTrigger", - "flow_ValueReceiver", - "flow_ValueSender", "flow_auto_pixel", + "flow_bridge_image", "flow_case_tentor", - "flow_clear_cache", - "flow_judge", + "flow_createbatch", + "flow_forEnd", + "flow_forStart", + "flow_judge_input", + "flow_judge_output", "flow_low_gpu", "flow_sch_control", - "flow_switch", + "flow_switch_input", + "flow_switch_output", "flow_tensor_Unify", + "flow_whileEnd", + "flow_whileStart", "img_effect_CircleWarp", "img_effect_Liquify", - "img_effect_Load", "img_effect_Stretch", "img_effect_WaveWarp", "latent_Image2Noise", @@ -23945,9 +28621,10 @@ "lay_MaskGrid", "lay_edge_cut", "lay_image_grid_note", - "lay_imgCanvas", + "lay_images_free_layout", "lay_mul_image", "lay_text_sum", + "lay_text_sum_mul", "list_ListSlice", "list_MergeList", "list_Value", @@ -23964,12 +28641,13 @@ "param_preset_pack", "photoshop_preset_Unpack", "photoshop_preset_pack", - "pre_Flex2", "pre_Kontext", "pre_Kontext_mul_Image", "pre_Kontext_mul_mask", "pre_QwenEdit", "pre_USO", + "pre_Unit_PromptWeight", + "pre_ZImageInpaint_patch", "pre_advanced_condi_merge", "pre_controlnet", "pre_controlnet_union", @@ -23978,8 +28656,8 @@ "pre_inpaint_sum", "pre_latent_light", "pre_mul_Mulcondi", + "pre_mul_ref_latent", "pre_qwen_controlnet", - "pre_ref_condition", "pre_sample_data", "sampler_DynamicTileMerge", "sampler_DynamicTileSplit", @@ -23990,42 +28668,50 @@ "sch_mask", "sch_split_text", "sch_text", + "scheduler_ModelAligned", + "scheduler_interactive_sigmas", + "scheduler_manual_sigmas", + "scheduler_sigmas2Graph", "stack_Mask2color", - "stack_sum_pack", "sum_Ksampler", + "sum_TextEncode", "sum_create_chx", "sum_editor", "sum_latent", "sum_load_adv", + "sum_load_simple", "sum_lora", "sum_stack_AD", "sum_stack_Kontext", - "sum_stack_QwenEdit", "sum_stack_QwenEditPlus", "sum_stack_Wan", - "sum_stack_all", + "sum_stack_flux2_Klein", "sum_stack_image", - "text_Qwen_camera", - "text_SuperPrompter", - "text_free_wildcards", + "text_Splitter", + "text_StrMatrix", + "text_converter", + "text_filter", "text_list_combine", + "text_loadText", + "text_modifier", "text_mul_Join", "text_mul_Split", - "text_mul_remove", - "text_mul_replace", - "text_repair", - "text_stack_wildcards", + "text_saveText", "text_sum", + "text_wildcards", "texture_Ksampler", "texture_Offset", "texture_apply", "texture_create", + "texture_render", "type_AnyCast", "type_AnyIndex", "type_BasiPIPE", "type_BatchToList", + "type_ImageAlphaSplit", "type_Image_Batch2List", "type_Image_List2Batch", + "type_Image_List2Batch_adv", "type_ListToBatch", "type_Mask_Batch2List", "type_Mask_List2Batch", @@ -24035,15 +28721,25 @@ "view_GetShape", "view_GetWidgetsValues", "view_Mask_And_Img", + "view_Primitive", "view_bridge_Text", "view_bridge_image", "view_combo", - "view_mask" + "view_mask", + "view_mulView" ], { "title_aux": "ComfyUI-Apt_Preset" } ], + "https://github.com/cardenluo/ComfyUI-Apt_UnitPromptWeight": [ + [ + "Unit_PromptWeight" + ], + { + "title_aux": "ComfyUI-Apt_UnitPromptWeight" + } + ], "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": [ [ "OverlayFrameNumber" @@ -24069,6 +28765,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", @@ -24128,6 +28833,17 @@ "title_aux": "ComfyUI-DreamCube" } ], + "https://github.com/cedarconnor/ComfyUI-Skeletonretarget": [ + [ + "ApplyRetargetTransform", + "ComputeRetargetTransform", + "ExtractSkeletonFromPose", + "SkeletonToOpenPoseImage" + ], + { + "title_aux": "ComfyUI-Skeletonretarget" + } + ], "https://github.com/cedarconnor/comfyui-BatchNameLoop": [ [ "Batch Image Iterator", @@ -24143,6 +28859,7 @@ [ "Cubemap Faces Extract", "Cubemap To Equirectangular", + "Cubemap To Equirectangular (Flexible)", "Equirectangular Crop 180", "Equirectangular Crop Square", "Equirectangular Edge Blender", @@ -24153,6 +28870,17 @@ "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 Outpaint Setup", + "LatLong Outpaint Stitch", + "LatLong Roll Image", + "LatLong Roll Mask", + "LatLong Split Cubemap Faces", + "LatLong Stack Cubemap Faces", "PanoramaVideoViewerNode", "PanoramaViewerNode" ], @@ -24180,8 +28908,11 @@ ], "https://github.com/celsojr2013/comfyui_jamworks_client": [ [ + "Jamworks Download", + "Jamworks Login", "Jamworks_Download", "Jamworks_Login", + "Shell Command", "Shell_Command" ], { @@ -24267,6 +28998,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" @@ -24676,13 +29415,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", @@ -24698,7 +29433,6 @@ "chaosaiart_SaveImage", "chaosaiart_Show_Info", "chaosaiart_Simple_Prompt", - "chaosaiart_Style_Node", "chaosaiart_TextCLIPEncode", "chaosaiart_TextCLIPEncode_lora", "chaosaiart_adjust_color", @@ -24712,7 +29446,6 @@ "chaosaiart_convert_Prompt", "chaosaiart_deepseek_fix", "chaosaiart_forPreview", - "chaosaiart_image_loop", "chaosaiart_img2gif", "chaosaiart_img2video", "chaosaiart_lora", @@ -24744,8 +29477,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", @@ -24845,6 +29578,7 @@ "IndexTTS2EmotionAudioNode", "IndexTTS2EmotionTextNode", "IndexTTS2EmotionVectorNode", + "IndexTTS2ProNode", "IndexTTSNode", "IndexTTSProNode", "NovelTextStructureNode", @@ -24967,6 +29701,7 @@ "LayerFilter: AddGrain", "LayerFilter: ChannelShake", "LayerFilter: ColorMap", + "LayerFilter: DistortDisplace", "LayerFilter: Film", "LayerFilter: FilmV2", "LayerFilter: GaussianBlur", @@ -24990,6 +29725,7 @@ "LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskEdgeUltraDetail V2", + "LayerMask: MaskEdgeUltraDetail V3", "LayerMask: MaskGradient", "LayerMask: MaskGrain", "LayerMask: MaskGrow", @@ -25056,6 +29792,7 @@ "LayerUtility: ICMask", "LayerUtility: ICMaskCropBack", "LayerUtility: If", + "LayerUtility: ImageBatchToList", "LayerUtility: ImageBlend", "LayerUtility: ImageBlend V2", "LayerUtility: ImageBlendAdvance", @@ -25066,6 +29803,7 @@ "LayerUtility: ImageCombineAlpha", "LayerUtility: ImageCompositeHandleMask", "LayerUtility: ImageHub", + "LayerUtility: ImageListToBatch", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAsV2", "LayerUtility: ImageOpacity", @@ -25294,8 +30032,6 @@ "CloudPointsInfo", "CubeLimit", "Export to PLY", - "ImageToPoints", - "ImageToPoints (Legacy)", "ImageToPoints (Torch)", "Import PLY", "InterpolatePoints (KDTree)", @@ -25413,6 +30149,34 @@ "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/chrishill197724-gif/ComfyUI-Wan22-GGUF-Storyboard": [ + [ + "Wan22StoryboardGGUF" + ], + { + "title_aux": "ComfyUI-Wan22-GGUF-Storyboard" + } + ], "https://github.com/chrissy0/chris-comfyui-nodes": [ [ "PadImageSquare" @@ -25489,23 +30253,6 @@ "title_aux": "youtube-dl-comfyui" } ], - "https://github.com/chuchu114514/comfyui_proportion_solver": [ - [ - "ProportionSolver", - "ProportionSolverAdvanced" - ], - { - "title_aux": "comfyui_proportion_solver" - } - ], - "https://github.com/chuchu114514/comfyui_text_list_stepper": [ - [ - "TextListProcessor_Gemini" - ], - { - "title_aux": "comfyui_text_list_stepper" - } - ], "https://github.com/chyer/Chye-ComfyUI-Toolset": [ [ "CYHARRHalationNode", @@ -25578,6 +30325,8 @@ "https://github.com/citronlegacy/ComfyUI-CitronNodes": [ [ "GetDateTime", + "get_first_and_final_frames", + "get_gif_first_and_final_frames", "nodes", "project" ], @@ -25752,6 +30501,55 @@ "title_aux": "OpenAI/Azure OpenAI Image API" } ], + "https://github.com/ckinpdx/ComfyUI-LoadAudioandSplit": [ + [ + "LoadAudioandSplit" + ], + { + "title_aux": "ComfyUI-LoadAudioandSplit" + } + ], + "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": [ + [ + "SCAILAISTBeatDance", + "SCAILAISTChunkPreview", + "SCAILAISTFullLoader", + "SCAILAISTFullSequence", + "SCAILAISTLibraryLoader", + "SCAILAlignPoseToReference", + "SCAILAudioFeatureExtractor", + "SCAILBasePoseGenerator", + "SCAILBeatDetector", + "SCAILBeatDrivenPose", + "SCAILCMULibraryLoader", + "SCAILCMUMotion", + "SCAILCMUSequenceToSCAILPose", + "SCAILMixamoFBX", + "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", @@ -25764,12 +30562,21 @@ ], "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [ [ - "CS Transform" + "CS Transform", + "CSTransform" ], { "title_aux": "CS Transform Node for ComfyUI" } ], + "https://github.com/clayton-grey/ComfyUI-EditRouter": [ + [ + "CG_EditRouter" + ], + { + "title_aux": "ComfyUI-EditRouter" + } + ], "https://github.com/cleanlii/comfyui-dalle-integration": [ [ "DalleImageEdit", @@ -25809,6 +30616,7 @@ [ "CombinePrompt", "CustomPrompt", + "DrawArtistPrompt", "DrawStylePrompt", "GeneratePrompt", "InputPrompt", @@ -25823,6 +30631,7 @@ "PortraitSkinPrompt", "PreviewPrompt", "PromptTranslation", + "PromptTranslationHY", "RandomLinePrompt", "RandomsPrompt", "RandomsWeightPrompt", @@ -25869,9 +30678,18 @@ "title_aux": "ComfyUI-WanMoEScheduler" } ], + "https://github.com/cnbjjj/ComfyUI-Jtils": [ + [ + "Jtils" + ], + { + "title_aux": "ComfyUI-Jtils" + } + ], "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": [ [ "Xoxxox_CnvDat", + "Xoxxox_CnvRag", "Xoxxox_CnvSen", "Xoxxox_CnvTxt", "Xoxxox_CnvVce", @@ -26007,12 +30825,21 @@ "AudioConcat", "AudioEncoderEncode", "AudioEncoderLoader", + "AudioEqualizer3Band", "AudioMerge", + "AutogrowNamesTestNode", + "AutogrowPrefixTestNode", "BasicGuider", "BasicScheduler", + "BatchImagesMasksLatentsNode", + "BatchImagesNode", + "BatchLatentsNode", + "BatchMasksNode", "BetaSamplingScheduler", + "BriaImageEditNode", + "BriaRemoveImageBackground", + "BriaRemoveVideoBackground", "ByteDanceFirstLastFrameNode", - "ByteDanceImageEditNode", "ByteDanceImageNode", "ByteDanceImageReferenceNode", "ByteDanceImageToVideoNode", @@ -26033,6 +30860,7 @@ "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", + "CLIPTextEncodeKandinsky5", "CLIPTextEncodeLumina2", "CLIPTextEncodePixArtAlpha", "CLIPTextEncodeSD3", @@ -26046,6 +30874,10 @@ "CheckpointLoaderSimple", "CheckpointSave", "ChromaRadianceOptions", + "ColorToRGBInt", + "ComboOptionTestNode", + "ComfySoftSwitchNode", + "ComfySwitchNode", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -26063,10 +30895,14 @@ "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "ConvertStringToComboNode", "CosmosImageToVideoLatent", "CosmosPredict2ImageToVideoLatent", + "CreateList", "CreateVideo", "CropMask", + "CustomCombo", + "DCTestNode", "DiffControlNetLoader", "DifferentialDiffusion", "DiffusersLoader", @@ -26074,6 +30910,15 @@ "DualCFGGuider", "DualCLIPLoader", "EasyCache", + "ElevenLabsAudioIsolation", + "ElevenLabsInstantVoiceClone", + "ElevenLabsSpeechToSpeech", + "ElevenLabsSpeechToText", + "ElevenLabsTextToDialogue", + "ElevenLabsTextToSoundEffects", + "ElevenLabsTextToSpeech", + "ElevenLabsVoiceSelector", + "EmptyAceStep1.5LatentAudio", "EmptyAceStepLatentAudio", "EmptyAudio", "EmptyChromaRadianceLatentImage", @@ -26087,6 +30932,7 @@ "EmptyLatentHunyuan3Dv2", "EmptyLatentImage", "EmptyMochiLatentVideo", + "EmptyQwenImageLayeredLatentImage", "EmptySD3LatentImage", "Epsilon Scaling", "ExponentialScheduler", @@ -26099,6 +30945,7 @@ "FluxGuidance", "FluxKontextImageScale", "FluxKontextMultiReferenceLatentMethod", + "FluxKontextProImageNode", "FluxProExpandNode", "FluxProFillNode", "FluxProUltraImageNode", @@ -26108,13 +30955,21 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GLSLShader", "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", "GeminiNode", + "GenerateTracks", "GetImageSize", "GetVideoComponents", + "GrokImageEditNode", + "GrokImageNode", + "GrokVideoEditNode", + "GrokVideoNode", "GrowMask", + "HitPawGeneralImageEnhance", + "HitPawVideoEnhance", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", @@ -26132,14 +30987,17 @@ "ImageBlend", "ImageBlur", "ImageColorToMask", + "ImageCompare", "ImageCompositeMasked", "ImageCrop", + "ImageCropV2", "ImageFlip", "ImageFromBatch", "ImageInvert", "ImageOnlyCheckpointLoader", "ImageOnlyCheckpointSave", "ImagePadForOutpaint", + "ImageProcessingNode", "ImageQuantize", "ImageRGBToYUV", "ImageRotate", @@ -26154,31 +31012,55 @@ "ImageYUVToRGB", "InpaintModelConditioning", "InstructPixToPixConditioning", + "InvertBooleanNode", "InvertMask", + "JoinAudioChannels", "JoinImageWithAlpha", "KSampler", "KSamplerAdvanced", "KSamplerSelect", + "Kandinsky5ImageToVideo", "KarrasScheduler", + "KlingAvatarNode", "KlingCameraControlI2VNode", "KlingCameraControlT2VNode", "KlingCameraControls", "KlingDualCharacterVideoEffectNode", + "KlingFirstLastFrameNode", "KlingImage2VideoNode", "KlingImageGenerationNode", + "KlingImageToVideoWithAudio", "KlingLipSyncAudioToVideoNode", "KlingLipSyncTextToVideoNode", + "KlingMotionControl", + "KlingOmniProEditVideoNode", + "KlingOmniProFirstLastFrameNode", + "KlingOmniProImageNode", + "KlingOmniProImageToVideoNode", + "KlingOmniProTextToVideoNode", + "KlingOmniProVideoToVideoNode", "KlingSingleImageVideoEffectNode", "KlingStartEndFrameNode", "KlingTextToVideoNode", + "KlingTextToVideoWithAudio", "KlingVideoExtendNode", + "KlingVideoNode", "KlingVirtualTryOnNode", + "LTXAVTextEncoderLoader", "LTXVAddGuide", + "LTXVAudioVAEDecode", + "LTXVAudioVAEEncode", + "LTXVAudioVAELoader", + "LTXVConcatAVLatent", "LTXVConditioning", "LTXVCropGuides", + "LTXVEmptyLatentAudio", "LTXVImgToVideo", + "LTXVImgToVideoInplace", + "LTXVLatentUpsampler", "LTXVPreprocess", "LTXVScheduler", + "LTXVSeparateAVLatent", "LaplaceScheduler", "LatentAdd", "LatentApplyOperation", @@ -26191,6 +31073,7 @@ "LatentConcat", "LatentCrop", "LatentCut", + "LatentCutToBatch", "LatentFlip", "LatentFromBatch", "LatentInterpolate", @@ -26214,6 +31097,8 @@ "LoadTrainingDataset", "LoadVideo", "LoraLoader", + "LoraLoaderBypass", + "LoraLoaderBypassModelOnly", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", @@ -26227,11 +31112,24 @@ "LumaImageToVideoNode", "LumaReferenceNode", "LumaVideoNode", + "MagnificImageRelightNode", + "MagnificImageSkinEnhancerNode", + "MagnificImageStyleTransferNode", + "MagnificImageUpscalerCreativeNode", + "MagnificImageUpscalerPreciseV2Node", "Mahiro", "MakeTrainingDataset", + "ManualSigmas", "MaskComposite", "MaskPreview", "MaskToImage", + "MeshyAnimateModelNode", + "MeshyImageToModelNode", + "MeshyMultiImageToModelNode", + "MeshyRefineNode", + "MeshyRigModelNode", + "MeshyTextToModelNode", + "MeshyTextureNode", "MinimaxHailuoVideoNode", "MinimaxImageToVideoNode", "MinimaxSubjectToVideoNode", @@ -26270,6 +31168,8 @@ "MoonvalleyTxt2VideoNode", "MoonvalleyVideo2VideoNode", "Morphology", + "NAGuidance", + "NormalizeVideoLatentStart", "OpenAIChatConfig", "OpenAIChatNode", "OpenAIDalle2", @@ -26284,13 +31184,6 @@ "PerturbedAttentionGuidance", "PhotoMakerEncode", "PhotoMakerLoader", - "PikaImageToVideoNode2_2", - "PikaScenesV2_2", - "PikaStartEndFrameNode2_2", - "PikaTextToVideoNode2_2", - "Pikadditions", - "Pikaffects", - "Pikaswaps", "PixverseImageToVideoNode", "PixverseTemplateNode", "PixverseTextToVideoNode", @@ -26302,6 +31195,7 @@ "PreviewAudio", "PreviewImage", "PrimitiveBoolean", + "PrimitiveBoundingBox", "PrimitiveFloat", "PrimitiveInt", "PrimitiveString", @@ -26314,6 +31208,7 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", + "RecraftCreateStyleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", @@ -26323,16 +31218,22 @@ "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", + "RecraftV4TextToImageNode", + "RecraftV4TextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "ReferenceTimbreAudio", "RegexExtract", "RegexMatch", "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", + "ReplaceVideoLatentFrames", "RescaleCFG", "ResizeAndPadImage", + "ResizeImageMaskNode", + "ResolutionBucket", "Rodin3D_Detail", "Rodin3D_Gen2", "Rodin3D_Regular", @@ -26360,6 +31261,7 @@ "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", + "SamplerSEEDS2", "SamplingPercentToSigma", "SaveAnimatedPNG", "SaveAnimatedWEBP", @@ -26422,6 +31324,11 @@ "T5TokenizerOptions", "TCFG", "TemporalScoreRescaling", + "Tencent3DPartNode", + "Tencent3DTextureEditNode", + "TencentImageToModelNode", + "TencentModelTo3DUVNode", + "TencentTextToModelNode", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -26470,9 +31377,13 @@ "TestWhileLoopClose", "TestWhileLoopOpen", "TextEncodeAceStepAudio", + "TextEncodeAceStepAudio1.5", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", "TextEncodeQwenImageEditPlus", + "TextEncodeZImageOmni", + "TextGenerate", + "TextProcessingNode", "ThresholdMask", "TomePatchModel", "TopazImageEnhance", @@ -26498,6 +31409,7 @@ "UpscaleModelLoader", "VAEDecode", "VAEDecodeAudio", + "VAEDecodeAudioTiled", "VAEDecodeHunyuan3D", "VAEDecodeTiled", "VAEEncode", @@ -26509,9 +31421,19 @@ "VPScheduler", "Veo3FirstLastFrameNode", "VeoVideoGenerationNode", + "Video Slice", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "Vidu2ImageToVideoNode", + "Vidu2ReferenceVideoNode", + "Vidu2StartEndToVideoNode", + "Vidu2TextToVideoNode", + "Vidu3ImageToVideoNode", + "Vidu3StartEndToVideoNode", + "Vidu3TextToVideoNode", + "ViduExtendVideoNode", "ViduImageToVideoNode", + "ViduMultiFrameVideoNode", "ViduReferenceVideoNode", "ViduStartEndToVideoNode", "ViduTextToVideoNode", @@ -26529,14 +31451,23 @@ "WanImageToImageApi", "WanImageToVideo", "WanImageToVideoApi", + "WanInfiniteTalkToVideo", + "WanMoveConcatTrack", + "WanMoveTrackToVideo", + "WanMoveTracksFromCoords", + "WanMoveVisualizeTracks", "WanPhantomSubjectToVideo", + "WanReferenceVideoApi", "WanSoundImageToVideo", "WanSoundImageToVideoExtend", "WanTextToImageApi", "WanTextToVideoApi", "WanTrackToVideo", "WanVaceToVideo", + "WavespeedFlashVSRNode", + "WavespeedImageUpscaleNode", "WebcamCapture", + "ZImageFunControlnet", "unCLIPCheckpointLoader", "unCLIPConditioning", "wanBlockSwap" @@ -26548,6 +31479,7 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": [ [ "DYNAMIC_TRT_MODEL_CONVERSION", + "STATIC TRT_MODEL CONVERSION", "STATIC_TRT_MODEL_CONVERSION", "TensorRTLoader" ], @@ -26570,6 +31502,15 @@ "title_aux": "ComfyUI_experiments" } ], + "https://github.com/comfyui/snacknodes": [ + [ + "ImageInfo", + "ImageScaler", + "TextBox", + "TextProcessor" + ], + {} + ], "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [ [ "AspectRatioImageSize", @@ -26601,12 +31542,12 @@ "title_aux": "ComfyUI builmenlabo - Unified Package" } ], - "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer": [ + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": [ [ - "NanoBananaSizeCalculator" + "NanoBEditGemini" ], { - "title_aux": "ComfyUI-Nano-Banana-Resizer" + "title_aux": "ComfyUI-NanoB-Edit-Gemini" } ], "https://github.com/comrender/ComfyUI-NanoSeed": [ @@ -26625,22 +31566,6 @@ "title_aux": "ComfyUI-Topaz-Upscaler" } ], - "https://github.com/comrender/ComfyUI-edge-match-checker": [ - [ - "EdgeMatchChecker" - ], - { - "title_aux": "ComfyUI-edge-match-checker" - } - ], - "https://github.com/comrender/ComfyUI-gpt5_image_text": [ - [ - "GPT5ImageText" - ], - { - "title_aux": "ComfyUI-gpt5_image_text" - } - ], "https://github.com/concarne000/ComfyUI-Stacker": [ [ "StackPopFloat", @@ -26746,6 +31671,7 @@ ], "https://github.com/cr7Por/ComfyUI_DepthFlow": [ [ + "DepthFlow Simple", "DepthFlowSimple" ], { @@ -26769,6 +31695,14 @@ "title_aux": "RenesStuffDanboruTagGet" } ], + "https://github.com/cristian1980/ComfyUI-Caption-Cleaner": [ + [ + "CleanCaptionNode" + ], + { + "title_aux": "ComfyUI-Caption-Cleaner" + } + ], "https://github.com/crystian/ComfyUI-Crystools": [ [], { @@ -26919,7 +31853,6 @@ "DebugTensorShape+", "DisplayAny", "DrawText+", - "ExtractKeyframes+", "FluxAttentionSeeker+", "FluxBlocksBuster+", "FluxSamplerParams+", @@ -27036,9 +31969,10 @@ "https://github.com/cyan9977/ComfyUI_PromptQueue": [ [ "NegativePromptQueue", - "PromptQueue", - "SimplePromptQueue", - "StylePromptQueue" + "SimpleStylePromptQueue", + "SimpleStylePromptQueueBatch", + "StylePromptQueue", + "StylePromptQueueBatch" ], { "title_aux": "ComfyUI_PromptQueue" @@ -27081,6 +32015,14 @@ "title_aux": "Face Compare" } ], + "https://github.com/d3cker/comfyui_remove_background": [ + [ + "RemoveBackground" + ], + { + "title_aux": "comfyui_remove_background" + } + ], "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": [ [ "D2 Send Eagle" @@ -27118,7 +32060,6 @@ ], "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": [ [ - "D2 Checkpoint List", "D2 Checkpoint Loader", "D2 Multi Output", "D2 Prompt SR", @@ -27162,6 +32103,7 @@ "D2 KSampler", "D2 KSampler(Advanced)", "D2 List To String", + "D2 Load Diffusion Model", "D2 Load Folder Images", "D2 Load Image", "D2 Load Lora", @@ -27237,9 +32179,7 @@ "DN_WildcardPromptEditorNode", "DN_WildcardSelectorComposerV2", "DN_WildcardsProcessor", - "DN_pyPinNode", - "PinterestFetch", - "inactivePinterestImageNode" + "DN_pyPinNode" ], { "author": "Dado", @@ -27260,6 +32200,7 @@ [ "LoadImageListPlus", "LoadImagesFromPath_lp", + "SaveImagePlus", "SaveImage_lp", "SelectImageName", "VideoKeyFramesExtractor", @@ -27308,6 +32249,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", @@ -27369,6 +32318,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", @@ -27396,6 +32352,49 @@ "title_aux": "ComfyUI-TTS" } ], + "https://github.com/danieljanata/ComfyUI-Prompting-System": [ + [ + "PS_MetadataCleaner", + "PS_MetadataReader", + "PS_PromptSaver", + "PS_SmartText" + ], + { + "title_aux": "ComfyUI-Prompting-System" + } + ], + "https://github.com/danielvw/ComfyUI-WanMove-Adapter": [ + [ + "CoordsToWanTracks" + ], + { + "title_aux": "ComfyUI-WanMove-Adapter" + } + ], + "https://github.com/danielwolber-wood/ComfyUI-FString": [ + [ + "SimpleFStringNode" + ], + { + "title_aux": "ComfyUI-FString" + } + ], + "https://github.com/danielwolber-wood/ComfyUI-Inspector": [ + [ + "SimpleDisplayNode" + ], + { + "title_aux": "ComfyUI-Inspector" + } + ], + "https://github.com/danielwolber-wood/ComfyUI-QuickResolutionSelector": [ + [ + "ResolutionSelector" + ], + { + "title_aux": "ComfyUI-QuickResolutionSelector" + } + ], "https://github.com/darkamenosa/comfy_inpaint_blend": [ [ "EnhancedImageCompositeMasked" @@ -27431,6 +32430,15 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": [ + [ + "NanoBananaMultipleOutputsNode", + "NanoBananaNode" + ], + { + "title_aux": "ComfyUI-NanoBanana_node" + } + ], "https://github.com/darth-veitcher/comfydv": [ [ "CircuitBreaker", @@ -27515,6 +32523,27 @@ "title_aux": "comfyui_DSP_imagehelpers" } ], + "https://github.com/daveand/ComfyUI-daveand-nodes": [ + [ + "BatchResizer", + "CascadedTileUpscaler", + "CheckpointLoaderWithConfig", + "DoubleKSampler", + "ImageAnalyzer", + "ImageCropAndPlace", + "LatentImageAndSeed", + "PromptCameraSelector", + "PromptConstructor", + "PromptLightingSelector", + "Test1", + "TiledKSampler", + "TiledKSamplerWithUpscaler", + "TrainingDatasetSaver" + ], + { + "title_aux": "ComfyUI-daveand-nodes" + } + ], "https://github.com/davidgressett/comfyui-systemlevel": [ [ "CartesianCSVNode" @@ -27646,6 +32675,12 @@ "DavchaModelMergeSimple", "DavchaPop", "DavchaQwenImageEditLoraTagLoader", + "DavchaQwenVL3", + "DavchaQwenVL3Loader", + "DavchaRescaleSigmas", + "DavchaSamplerCustomAdvanced", + "DavchaSamplerCustomAdvanced2", + "DavchaScheduledSampler", "DavchaScheduledTextEncoderQwenImageEditPlus", "DavchaTextEncodeQwenImageEditPlus", "DavchaWan22LoraTagLoader", @@ -27676,9 +32711,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", @@ -27703,8 +32753,7 @@ "Den_SVD_img2vid", "Den_SaveLatent_AS", "Den_TextToImage_AS", - "Den_TextWildcardList_AS", - "Increment_AS" + "Den_TextWildcardList_AS" ], { "title_aux": "Den_ComfyUI_Workflows" @@ -27721,11 +32770,18 @@ "title_aux": "ComfyUI-MiVolo-V2" } ], + "https://github.com/dennisvink/comfyui-outline": [ + [ + "OutlineAlphaSnap" + ], + { + "title_aux": "Outline Alpha Snap Node for ComfyUI" + } + ], "https://github.com/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", - "Stablezero123", - "Stablezero123WithDepth" + "Stablezero123" ], { "title_aux": "StableZero123-comfyui" @@ -27805,7 +32861,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", @@ -27841,6 +32899,24 @@ "title_aux": "ComfyUI-curved_weight_schedule" } ], + "https://github.com/digital-divas-admin/ComfyUI_DD_Nodes": [ + [ + "DD_FloatMath", + "DD_FloatToInt", + "DD_GetImageSize", + "DD_ImageBatch", + "DD_ImagePowerSelector", + "DD_ImageResize", + "DD_IntMath", + "DD_IntToFloat", + "DD_ShowText", + "DD_TextConcatenate", + "DD_TextReplace" + ], + { + "title_aux": "ComfyUI_DD_Nodes" + } + ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -27899,25 +32975,46 @@ ], "https://github.com/diodiogod/TTS-Audio-Suite": [ [ + "ASRSRTAdvancedOptionsNode", "AudioAnalyzerNode", "AudioAnalyzerOptionsNode", "CharacterVoicesNode", + "ChatterBoxAudioAnalyzer", + "ChatterBoxAudioAnalyzerOptions", "ChatterBoxEngineNode", "ChatterBoxF5TTSEditOptions", + "ChatterBoxF5TTSEditVoice", "ChatterBoxOfficial23LangEngineNode", + "ChatterBoxVoiceCapture", + "CosyVoice Engine", + "CosyVoiceEngineNode", "F5TTSEngineNode", "HiggsAudioEngineNode", "IndexTTS Engine", "IndexTTSEmotionOptionsNode", + "IndexTTSEngineNode", + "LoadRVCModelNode", + "MergeAudioNode", "MouthMovementAnalyzer", "PhonemeTextNormalizer", + "Qwen3TTSEngineNode", + "Qwen3TTSVoiceDesignerNode", "QwenEmotionNode", + "RVCEngineNode", + "RVCPitchOptionsNode", + "RefreshVoiceCacheNode", + "Step Audio EditX Engine", + "StepAudioEditXAudioEditorNode", + "StepAudioEditXEngineNode", "StringMultilineTagEditor", + "UnifiedASRTranscribeNode", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", "UnifiedVoiceChangerNode", "VibeVoiceEngineNode", - "VisemeDetectionOptionsNode" + "VisemeDetectionOptionsNode", + "VocalRemovalNode", + "VoiceFixerNode" ], { "title_aux": "TTS Audio Suite" @@ -27990,6 +33087,8 @@ ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ + "ARDrawSignal", + "ARReadAudio", "OpAbs", "OpBandpass", "OpClamp", @@ -28008,7 +33107,8 @@ "OpSqrt", "OpStretch", "OpSustain", - "OpThreshold" + "OpThreshold", + "SignalToCurve" ], { "title_aux": "ComfyUI-AudioReactive" @@ -28026,8 +33126,6 @@ "KfCurveDraw", "KfCurveFromString", "KfCurveFromYAML", - "KfCurveInverse", - "KfCurveToAcnLatentKeyframe", "KfCurvesAdd", "KfCurvesAddx10", "KfCurvesDivide", @@ -28042,7 +33140,6 @@ "KfDebug_Int", "KfDebug_Latent", "KfDebug_Model", - "KfDebug_Passthrough", "KfDebug_Segs", "KfDebug_String", "KfDebug_Vae", @@ -28056,7 +33153,6 @@ "KfPGroupCurveAdd", "KfPGroupCurveMultiply", "KfPGroupDraw", - "KfPGroupProd", "KfPGroupSum", "KfSetCurveLabel", "KfSetKeyframe", @@ -28091,6 +33187,14 @@ "title_aux": "ComfyUI-Keyframed" } ], + "https://github.com/domprosys/ComfyUI-LTXVideo-Extra": [ + [ + "LTXVImgToVideoInplaceAtIndex" + ], + { + "title_aux": "ComfyUI-LTXVideo-Extra" + } + ], "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": [ [ "FramePackF1T2VLoraStack", @@ -28154,6 +33258,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" @@ -28212,13 +33332,17 @@ "VaceStrengthTester", "WVAOptionsNode", "WVAPipeSimple", + "WanMaskToLatentSpace", + "WanNoiseMaskToLatentSpace", "WanVacePhantomDual", "WanVacePhantomDualV2", "WanVacePhantomExperimental", "WanVacePhantomExperimentalV2", "WanVacePhantomSimple", "WanVacePhantomSimpleV2", - "WanVaceToVideoLatent" + "WanVaceReplace", + "WanVaceToVideoLatent", + "WanVaceWindowReferences" ], { "title_aux": "ComfyUI-WanVaceAdvanced" @@ -28243,18 +33367,40 @@ "title_aux": "primitive-types" } ], + "https://github.com/dseditor/Comfy-MCP": [ + [ + "MCPConfigGenerator" + ], + { + "title_aux": "Comfy-MCP" + } + ], "https://github.com/dseditor/ComfyUI-ListHelper": [ [ "AudioListCombine", "AudioListGenerator", "AudioToFrameCount", + "AutoWhiteBalance", + "BatchToPSD", "CeilDivide", + "ChineseConverter", + "ChineseTranslate", "FrameMatch", - "LoadVideoPath", + "GGUFInference", + "ImageListSplitHeadTail", + "ModelDownloader", "NumberListGenerator", + "OpenAIHelper", "OpenRouterLLM", + "PersonFeatureExtractor", + "PersonFeatureParser", + "PhotoMagazineMaker", + "PhotoMagazineParser", + "PhotoMagazinePromptGenerator", "PromptListGenerator", - "SaveVideoPath" + "QwenGPUInference", + "ShowText|ListHelper", + "SimpleWildCardPlayer" ], { "title_aux": "ComfyUI-ListHelper" @@ -28363,6 +33509,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" @@ -28395,10 +33558,21 @@ "ClaudeConversation", "ClaudeConversationInfo", "ClaudePromptEnhancer", + "ClaudeStructuredOutput", "ClaudeTextGeneration", "ClaudeTokenCounter", + "ClaudeToolDefinition", "ClaudeUsageStats", "ClaudeVisionAnalysis", + "ERPK Foreground Refinement (BlurFusion)", + "ERPK Get Mask (BiRefNet)", + "ERPK Remove Background (BiRefNet)", + "ERPK Remove Background (InSPyReNet)", + "ERPK Remove Background (rembg)", + "ERPK SHARP Predict", + "ERPK SHARP Render Video", + "ERPK SHARP Render Views", + "ERPK_ConcatenateStrings", "GeminiAPIConfig", "GeminiChat", "GeminiImageEdit", @@ -28407,6 +33581,15 @@ "GeminiSystemInstruction", "GeminiTextGeneration", "GeminiVision", + "OpenAIAPIConfig", + "OpenAIChat", + "OpenAIImageEdit", + "OpenAIImageGeneration", + "OpenAISystemInstruction", + "OpenAITextGeneration", + "OpenAIVision", + "VeoImageToVideo", + "VeoTextToVideo", "WaveSpeed Custom Client", "WaveSpeed Custom Preview Video", "WaveSpeed Custom QwenImageEdit", @@ -28417,6 +33600,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" ], { @@ -28431,6 +33618,14 @@ "title_aux": "ComfyUI Easy Padding" } ], + "https://github.com/eastmoe/ComfyUI-CMP-Extention": [ + [ + "CmpExt3ControlPanel" + ], + { + "title_aux": "ComfyUI-CMP-Extention" + } + ], "https://github.com/eastoc/ComfyUI_SemanticSAM": [ [ "PointPrompt", @@ -28443,12 +33638,27 @@ ], "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": [ [ - "CLIPVisionLoaderSetDevice", + "CLIPSaveQwen", + "CLIPScaleDualSDXLBlock", + "CLIPScaleQwenBlock", "HDR Effects with LAB Adjust", + "HDREffectsLabAdjust", "ModelMergeHiDream", - "QuadrupleCLIPLoaderSetDevice", + "ModelMergeZImage", + "ModelScaleFlux2Klein", + "ModelScaleHiDream", + "ModelScaleQwenImage", + "ModelScaleSDXL", + "ModelScaleZImage", "SaveImageWithPrompt", - "TripleCLIPLoaderSetDevice" + "VAEMergeAdd", + "VAEMergeSDXLBlock", + "VAEMergeSimple", + "VAEMergeSubtract", + "VAEScaleFlux2Block", + "VAEScaleFluxBlock", + "VAEScaleQwenBlock", + "VAEScaleSDXLBlock" ], { "title_aux": "ComfyUI-easygoing-nodes" @@ -28481,6 +33691,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", @@ -28655,6 +33877,18 @@ "title_aux": "ComfyUI-Manufnode" } ], + "https://github.com/efuentesamin/mewins_node_pack": [ + [ + "FloatOperation", + "FloatToInt", + "IntOperation", + "IntToFloat", + "SimpleExpression" + ], + { + "title_aux": "mewins_node_pack" + } + ], "https://github.com/eg0pr0xy/comfyui_noisegen": [ [ "AudioAnalyzer", @@ -28695,6 +33929,24 @@ "title_aux": "ComfyUI-ImageProcessUtilities" } ], + "https://github.com/elgalardi/comfyui-clip-prompt-splitter": [ + [ + "CLIPPromptSplitter5" + ], + { + "title_aux": "comfyui-clip-prompt-splitter" + } + ], + "https://github.com/elgalardi/comfyui-prompt-splitter": [ + [ + "PromptSplitter10Lines", + "PromptSplitter3Lines", + "PromptSplitter5Lines" + ], + { + "title_aux": "comfyui-prompt-splitter" + } + ], "https://github.com/elyetis/Comfyui-ColorMatchNodes": [ [ "ColorMatch2Refs", @@ -28716,6 +33968,15 @@ "title_aux": "ComfyUI_Emojiiii_Custom_Nodes" } ], + "https://github.com/engineer6980/ComfyUI-Image-Cipher": [ + [ + "ImageCipherDecode", + "ImageCipherEncode" + ], + { + "title_aux": "ComfyUI-Image-Cipher" + } + ], "https://github.com/envy-ai/ComfyUI-ConDelta": [ [ "ApplyConDelta", @@ -28755,18 +34016,21 @@ "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": [ [ - "LoadQuantoZImageCLIP", - "LoadQuantoZImageTransformer", - "LoadQuantoZImageVAE", "LoadZImageSDNQ", - "LoadZImageTurboQDiTOffline", - "QuantizeActiveModel", - "QuantizeComfyModelHybrid", - "ZImageQuantoSampler", - "ZImageSDNQGenerate", - "ZImageTurboQDiTGenerateUnload" + "ZImageSDNQGenerate" ], { "title_aux": "ComfyUI-ZImageDit" @@ -28790,6 +34054,88 @@ "title_aux": "ComfyUI-enricos-nodes" } ], + "https://github.com/errew/ComfyUI-Wireless": [ + [ + "WirelessGetAny", + "WirelessGetImage", + "WirelessGetLatent", + "WirelessSetAny", + "WirelessSetImage", + "WirelessSetLatent" + ], + { + "title_aux": "ComfyUI-Wireless" + } + ], + "https://github.com/esp-dev/comfyui-loadheicimage": [ + [ + "LoadImagePlusHEIC" + ], + { + "title_aux": "comfyui-loadheicimage" + } + ], + "https://github.com/esp-dev/comfyui-videoframenode": [ + [ + "VideoFirstLastFrame" + ], + { + "title_aux": "comfyui-videoframenode" + } + ], + "https://github.com/ethanfel/ComfyUI-Sharp-Selector": [ + [ + "FastAbsoluteSaver", + "ParallelSharpnessLoader", + "SharpFrameSelector", + "SharpnessAnalyzer" + ], + { + "title_aux": "ComfyUI-Sharp-Selector" + } + ], + "https://github.com/ethanfel/Comfyui-JSON-Manager": [ + [ + "JSONLoaderBatchI2V", + "JSONLoaderBatchLoRA", + "JSONLoaderBatchVACE", + "JSONLoaderCustom1", + "JSONLoaderCustom3", + "JSONLoaderCustom6", + "JSONLoaderDynamic", + "JSONLoaderLoRA", + "JSONLoaderStandard", + "JSONLoaderVACE" + ], + { + "title_aux": "Comfyui-JSON-Manager" + } + ], + "https://github.com/euan-gwd/comfyui-character-prompt-builder": [ + [ + "Character Prompt Builder Female Fashion", + "Character Prompt Builder Female Person", + "Character Prompt Builder Female Poses", + "Character Prompt Builder Male Fashion", + "Character Prompt Builder Male Person", + "Character Prompt Builder Male Poses", + "Character Prompt Builder Scene", + "Character Prompt Builder Spaceship Character", + "Character Prompt Builder Spaceship Mods", + "renderPrompt" + ], + { + "title_aux": "comfyui-character-prompt-builder" + } + ], + "https://github.com/evandcoleman/comfyui-comparison-grid": [ + [ + "ComparisonGrid" + ], + { + "title_aux": "comfyui-comparison-grid" + } + ], "https://github.com/evanspearman/ComfyMath": [ [ "CM_BoolBinaryOperation", @@ -28860,6 +34206,7 @@ ], "https://github.com/exdysa/comfyui-selector": [ [ + "Recourse", "RecourseAny", "RecourseCkpt", "RecourseImage", @@ -28915,6 +34262,7 @@ "https://github.com/exectails/comfyui-et_stringutils": [ [ "ETATOI", + "ETFTOA", "ETITOA", "ETJoinTextNode", "ETReplaceTextNode", @@ -28928,6 +34276,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", @@ -28937,7 +34299,6 @@ "EZ_Prompt_Loader", "EZ_Switch", "EZ_Tag_Loader", - "EZ_Test", "EZ_Text_Concat", "EZ_Text_to_Size" ], @@ -28945,6 +34306,15 @@ "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", @@ -28970,6 +34340,14 @@ "title_aux": "ComfyUI-TeaCacheHunyuanVideo" } ], + "https://github.com/facok/comfyui-meancache-z": [ + [ + "MeanCache_ZImage" + ], + { + "title_aux": "comfyui-meancache-z" + } + ], "https://github.com/fairy-root/ComfyUI-GLHF": [ [ "glhf_chat" @@ -29050,7 +34428,8 @@ "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", - "EmbeddingPipelineCapture" + "EmbeddingPipelineCapture", + "Hunyuan" ], { "title_aux": "ComfyUI-EmbeddingPipelineAnalytics" @@ -29063,6 +34442,8 @@ "HunyuanVideoPromptExpander", "HunyuanVideoTextEncoder", "HunyuanVideoVisionLoader", + "LLMOutputParser", + "PromptKeyFilter", "QwenDebugController", "QwenEliGenEntityControl", "QwenEliGenMaskPainter", @@ -29072,12 +34453,14 @@ "QwenMaskProcessor", "QwenSmartCrop", "QwenSpatialTokenGenerator", + "QwenTemplateBuilder", "QwenTemplateBuilderV2", "QwenTemplateConnector", "QwenToChronoEditBridge", "QwenToWanFirstFrameLatent", "QwenToWanImageSaver", "QwenToWanLatentSaver", + "QwenTokenAnalyzer", "QwenTokenAnalyzerStandalone", "QwenTokenDebugger", "QwenVLCLIPLoader", @@ -29086,8 +34469,11 @@ "QwenVLTextEncoder", "QwenVLTextEncoderAdvanced", "TemplateInfluenceAnalyzer", + "ZImageEmptyLatent", "ZImageTextEncoder", - "ZImageTextEncoderSimple" + "ZImageTextEncoderSimple", + "ZImageTurnBuilder", + "ZImageWanVAEDecode" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -29124,6 +34510,7 @@ [ "WanAdaptiveFlow", "WanBlendVisualize", + "WanEmbeddingPreviz", "WanEmbeddingPrevizCanvas", "WanMinimalCanvasTest", "WanSmartBlend" @@ -29180,7 +34567,14 @@ "MeuxAdvancedImageCrop", "MeuxImageLoader", "MeuxMultiSaveImage", - "MeuxSimpleLLMNode" + "MeuxOutpaintSizePresetSafe", + "MeuxRMBG", + "MeuxRealESRGANUpscale", + "MeuxSimpleLLMNode", + "MeuxSizePresetSafe", + "MeuxSmartEmptyLatent", + "MeuxSmartExactResize", + "MeuxTextAreaInput" ], { "title_aux": "BaiduMeux_Comfy Tools" @@ -29191,7 +34585,14 @@ "MeuxAdvancedImageCrop", "MeuxImageLoader", "MeuxMultiSaveImage", - "MeuxSimpleLLMNode" + "MeuxOutpaintSizePresetSafe", + "MeuxRMBG", + "MeuxRealESRGANUpscale", + "MeuxSimpleLLMNode", + "MeuxSizePresetSafe", + "MeuxSmartEmptyLatent", + "MeuxSmartExactResize", + "MeuxTextAreaInput" ], { "title_aux": "MultiSaveImage Node" @@ -29212,6 +34613,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" @@ -29283,7 +34695,6 @@ "FEInterruptCondition", "FELoadImageQQUrl", "FEOperatorIf", - "FEPythonStrOp", "FERandomBool", "FERandomLoraSelect", "FERandomPrompt", @@ -29339,6 +34750,37 @@ "title_aux": "Pixelization" } ], + "https://github.com/filliptm/ComfyUI-FL-DiffVSR": [ + [ + "FL_DiffVSR_LoadModel", + "FL_DiffVSR_Upscale" + ], + { + "title_aux": "ComfyUI-FL-DiffVSR" + } + ], + "https://github.com/filliptm/ComfyUI_FL-ClearVoice": [ + [ + "FL_ClearVoice_ModelLoader", + "FL_ClearVoice_Process" + ], + { + "title_aux": "ComfyUI_FL-ClearVoice" + } + ], + "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" @@ -29347,6 +34789,19 @@ "title_aux": "ComfyUI_FL-Path-Animator" } ], + "https://github.com/filliptm/ComfyUI_FL-SongGen": [ + [ + "FL_SongGen_AutoStyle", + "FL_SongGen_DescriptionBuilder", + "FL_SongGen_Generate", + "FL_SongGen_LyricsFormatter", + "FL_SongGen_ModelLoader", + "FL_SongGen_StyleTransfer" + ], + { + "title_aux": "ComfyUI_FL-SongGen" + } + ], "https://github.com/filliptm/ComfyUI_FL-Trainer": [ [ "FL_ImageCaptionSaver", @@ -29355,11 +34810,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" @@ -29368,7 +34819,9 @@ "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": [ [ "FL_ChatterboxDialogTTS", + "FL_ChatterboxMultilingualTTS", "FL_ChatterboxTTS", + "FL_ChatterboxTurboTTS", "FL_ChatterboxVC" ], { @@ -29445,7 +34898,6 @@ "FL_HalftonePattern", "FL_Hedra_API", "FL_HexagonalPattern", - "FL_HunyuanDelight", "FL_ImageAddNoise", "FL_ImageAddToBatch", "FL_ImageAdjuster", @@ -29463,6 +34915,7 @@ "FL_ImageListToImageBatch", "FL_ImageNotes", "FL_ImageOverlay", + "FL_ImagePicker", "FL_ImagePixelator", "FL_ImageRandomizer", "FL_ImageSelector", @@ -29474,6 +34927,8 @@ "FL_IntToFloat", "FL_JS", "FL_KSamplerXYZPlot", + "FL_KartelJobInput", + "FL_KartelJobOutput", "FL_KsamplerBasic", "FL_KsamplerPlus", "FL_KsamplerPlusV2", @@ -29513,6 +34968,7 @@ "FL_QwenImageEditStrength", "FL_RIFE", "FL_RandomNumber", + "FL_RandomShapeGenerator", "FL_ReplaceColor", "FL_RetroEffect", "FL_Ripple", @@ -29572,11 +35028,13 @@ "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": [ [ "JimengAPIClient", - "JimengQueryTasks", + "JimengQuotaSettings", "JimengReferenceImage2Video", + "JimengSeedance1", + "JimengSeedance1_5", "JimengSeedream3", "JimengSeedream4", - "JimengVideoGeneration" + "JimengVideoQueryTasks" ], { "title_aux": "ComfyUI-Jimeng-API" @@ -29662,6 +35120,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", @@ -29742,12 +35212,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", @@ -29769,6 +35237,17 @@ "title_aux": "As_ComfyUI_CustomNodes" } ], + "https://github.com/fmartinellidev/ComfyUI-Prompt_util_pack": [ + [ + "PromptHiddenProcessor", + "PromptSnippetExtractor", + "PromptVariableExtractor", + "PromptVariableSubstitutor" + ], + { + "title_aux": "ComfyUI-Prompt_util_pack" + } + ], "https://github.com/fmatray/ComfyUI_BattlemapGrid": [ [ "Battlemap Grid", @@ -29894,8 +35373,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", @@ -29916,6 +35405,7 @@ "OnDemandDualCLIPLoader", "OnDemandGGUFLoader", "OnDemandLoraLoader", + "OnDemandModelPatchLoader", "OnDemandUNETLoader", "OnDemandVAELoader" ], @@ -29923,6 +35413,18 @@ "title_aux": "ComfyUI-OnDemand-Lora-Loader" } ], + "https://github.com/franciscotorrado/ComfyUI-Automation": [ + [ + "IteratorCounter", + "IteratorItem", + "IteratorList", + "IteratorSignal", + "VideoConcatenation" + ], + { + "title_aux": "ComfyUI-Automation" + } + ], "https://github.com/frankchieng/ComfyUI_Aniportrait": [ [ "AniPortrait_Audio2Video", @@ -29953,6 +35455,25 @@ "title_aux": "ComfyUI_llm_easyanimiate" } ], + "https://github.com/frankluise5220/ComfyUI-Lorahelper": [ + [ + "LH_AutoRatio", + "LH_History_Monitor", + "LH_LlamaInstruct", + "LH_LoraLoader", + "LH_MultiTextSelector", + "LH_SuperText", + "LH_TextDirectoryLoader", + "LoRA_AllInOne_Saver", + "UniversalAIChat", + "UniversalGGUFLoader", + "UniversalOllamaLoader" + ], + { + "nodename_pattern": "UniversalGGUFLoader|UniversalOllamaLoader|UniversalAIChat|LH_LlamaInstruct|LH_History_Monitor|LH_MultiTextSelector|LoRA_AllInOne_Saver|LH_SimpleText", + "title_aux": "ComfyUI-LoraHelper" + } + ], "https://github.com/fredhopp/comfyui-flipflopnodes": [ [ "FF Group Positioner", @@ -29963,6 +35484,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" @@ -30007,7 +35553,8 @@ "FaceShaperLoadMediaPipeCropper", "FaceShaperMatchV2", "FaceShaperModels", - "FaceShaperShowLandMarks" + "FaceShaperShowLandMarks", + "FaceShaperV2" ], { "title_aux": "ComfyUI_FaceShaper" @@ -30015,15 +35562,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" @@ -30040,6 +35585,14 @@ "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", @@ -30079,6 +35632,24 @@ "title_aux": "ComfyUI Load From URL" } ], + "https://github.com/g7b2/ComfyUI-Artist-Tester": [ + [ + "ArtistListIterator", + "ArtistPromptComposer", + "SaveImageWithArtistTag" + ], + { + "title_aux": "ComfyUI-Artist-Tester" + } + ], + "https://github.com/g7b2/ComfyUI-MultiCheckpoint-Tester": [ + [ + "MultiCheckpointIncrementalNamer" + ], + { + "title_aux": "ComfyUI-MultiCheckpoint-Tester" + } + ], "https://github.com/gabe-init/ComfyUI-11labs": [ [ "ElevenLabsNode" @@ -30146,74 +35717,62 @@ "title_aux": "comfyui-customselector" } ], + "https://github.com/gateway/ComfyUI-Kie-API": [ + [ + "KIEParsePromptGridJSON", + "KIE_Flux2_I2I", + "KIE_Gemini3Pro_LLM", + "KIE_GetRemainingCredits", + "KIE_GridSlice", + "KIE_Kling25_I2V_Pro", + "KIE_Kling26Motion_I2V", + "KIE_Kling26_I2V", + "KIE_Kling26_T2V", + "KIE_Kling3_Preflight", + "KIE_Kling3_Video", + "KIE_KlingElements", + "KIE_KlingElementsBatch", + "KIE_NanoBananaPro_Image", + "KIE_Seedance15Pro_I2V", + "KIE_SeedanceV1Pro_Fast_I2V", + "KIE_Seedream45_Edit", + "KIE_Seedream45_TextToImage", + "KIE_Suno_Music_Advanced", + "KIE_Suno_Music_Basic", + "KIE_SystemPrompt_Selector" + ], + { + "title_aux": "ComfyUI-Kie-API" + } + ], "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": [ [ + "Flux2Flex_BFL", + "Flux2Klein4b_BFL", + "Flux2Klein9b_BFL", + "Flux2Max_BFL", + "Flux2Pro_BFL", "FluxConfig_BFL", + "FluxCredits_BFL", "FluxDeleteFinetune_BFL", - "FluxDevRedux_BFL", "FluxDev_BFL", "FluxFinetuneDetails_BFL", "FluxFinetuneStatus_BFL", - "FluxFinetune_BFL", "FluxKontextMax_BFL", "FluxKontextPro_BFL", "FluxMyFinetunes_BFL", - "FluxPro11Redux_BFL", "FluxPro11UltraFinetune_BFL", - "FluxPro11UltraRedux_BFL", "FluxPro11Ultra_BFL", "FluxPro11_BFL", - "FluxProCannyFinetune_BFL", - "FluxProCanny_BFL", - "FluxProDepthFinetune_BFL", - "FluxProDepth_BFL", + "FluxProExpand_BFL", "FluxProFillFinetune_BFL", "FluxProFill_BFL", - "FluxProFinetune_BFL", - "FluxPro_BFL" + "ImageToBase64_BFL" ], { "title_aux": "ComfyUI-FLUX-BFL-API" } ], - "https://github.com/geltz/ComfyUI-geltz": [ - [ - "ApplyLUT", - "ChromaticAberrationFilter", - "ColorBorderNode", - "ColorPaletteExtractor", - "DanbooruTagsTransformerMoeV2", - "DiffusionDenoiser", - "DiffusionDenoiserBatch", - "FidelityFX_Upscaler", - "KohyaLoraConfig", - "KuwaharaFilter", - "L0SmoothingFilter", - "LoRAExtract", - "LocalLaplacianFilter", - "PaletteFilterLUT", - "PerturbedAttentionDelta", - "PixelSortingFilter", - "PromptShuffler", - "QuantileMatchScaling", - "ReflectionPadding", - "SADAInfo", - "SADAModelPatch", - "SDXL_LoRA_BlockSlider_Loader", - "SemanticNoise", - "SimpleInpaint", - "StructuredLatent", - "Temperature Adjust", - "TokenSculptor", - "TokenShuffler", - "TokenVisualizer", - "UNetHeatmap", - "VoronoiTessellationFilter" - ], - { - "title_aux": "ComfyUI-geltz" - } - ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -30223,6 +35782,15 @@ "title_aux": "ComfyUI_GMIC" } ], + "https://github.com/gen1nya/ComfyUI-Remote-Upscale": [ + [ + "RefreshRemoteModels", + "RemoteUpscaleImage" + ], + { + "title_aux": "ComfyUI Remote Upscale" + } + ], "https://github.com/geocine/geocine-comfyui": [ [ "Image Scale", @@ -30248,9 +35816,16 @@ "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": [ [ "CombineOutputLists", + "ConvertNumberToIntFloatStr", "FormattedString", + "JSONOutputList", + "KSamplerImmediateSave", + "LoadAnyFile", "NumberOutputList", - "StringOutputList" + "SpreadsheetOutputList", + "StringOutputList", + "WorkflowDiscriminator", + "XyzGridPlot" ], { "title_aux": "ComfyUI-outputlists-combiner" @@ -30321,10 +35896,10 @@ ], "https://github.com/gitadmini/comfyui_extractstoryboards": [ [ - "Example", "ExtractStoryboards_xuhuan1024", "IntBatchSize_xuhuan1024", - "IntBatch_xuhuan1024" + "IntBatch_xuhuan1024", + "String2Ints_xuhuan1024" ], { "title_aux": "ExtractStoryboards" @@ -30402,7 +35977,6 @@ "Random Mixer", "Random Output", "Remove Text", - "SaveText|plush", "Tagger", "Text (Any)", "Type Converter", @@ -30479,6 +36053,14 @@ "title_aux": "ComfyUI-SendToDiscord" } ], + "https://github.com/gmorks/ComfyUI-WatchPoint": [ + [ + "WatchPoint" + ], + { + "title_aux": "ComfyUI-WatchPoint" + } + ], "https://github.com/goburiin/nsfwrecog-comfyui": [ [ "NSFWDetectorNode" @@ -30581,6 +36163,8 @@ "FluxPro_fal", "FluxSchnell_fal", "FluxUltra_fal", + "GPTImage15Edit_fal", + "GPTImage15_fal", "Hidreamfull_fal", "HunyuanVideoLoraTrainer_fal", "Ideogramv3_fal", @@ -30588,7 +36172,12 @@ "InfinityStarTextToVideo_fal", "Kling21Pro_fal", "Kling25TurboPro_fal", + "Kling26Pro_fal", "KlingMaster_fal", + "KlingOmniImageToVideo_fal", + "KlingOmniReferenceToVideo_fal", + "KlingOmniVideoToVideoEdit_fal", + "KlingOmniVideoToVideoReference_fal", "KlingPro10_fal", "KlingPro16_fal", "Kling_fal", @@ -30632,6 +36221,8 @@ "Wan2214b_animate_replace_character_fal", "Wan22VACEFun14b_fal", "Wan25_preview_fal", + "Wan26ReferenceToVideo_fal", + "Wan26_fal", "WanLoraTrainer_fal", "WanPro_fal", "WanVACEVideoEdit_fal" @@ -30853,7 +36444,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", @@ -30866,7 +36456,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", @@ -30928,13 +36517,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", @@ -30985,8 +36571,10 @@ ], "https://github.com/grmchn/ComfyUI-ProportionChanger": [ [ + "PoseDataToPoseKeypoint", "PoseJSONToPoseKeypoint", "PoseKeypointPreview", + "PoseKeypointResize", "ProportionChangerDWPoseDetector", "ProportionChangerDWPoseRender", "ProportionChangerInterpolator", @@ -31110,12 +36698,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", @@ -31184,6 +36785,16 @@ "title_aux": "ComfyUI-QwenVL-MultiImage" } ], + "https://github.com/harishcmgit/comfyui_ds": [ + [ + "BlackBackgroundScanner", + "DocumentScanner", + "SimpleDocumentScanner" + ], + { + "title_aux": "comfyui_ds" + } + ], "https://github.com/hassan-sd/comfyui-image-prompt-loader": [ [ "ImagePromptLoader", @@ -31211,12 +36822,60 @@ ], "https://github.com/havvk/ComfyUI_AIIA": [ [ + "AIIA_ASR", + "AIIA_Audio_Denoise", + "AIIA_Audio_Enhance", + "AIIA_Audio_Info", + "AIIA_Audio_PostProcess", + "AIIA_Audio_Silence_Splitter", + "AIIA_Audio_Speaker_Isolator", + "AIIA_Audio_Speaker_Merge", + "AIIA_Audio_Splice_Analyzer", + "AIIA_BodySway", + "AIIA_CosyVoice_ModelLoader", + "AIIA_CosyVoice_TTS", + "AIIA_CosyVoice_VoiceConversion", + "AIIA_Dialogue_TTS", + "AIIA_DittoLoader", + "AIIA_DittoSampler", "AIIA_E2E_Speaker_Diarization", + "AIIA_EchoMimicLoader", + "AIIA_EchoMimicSampler", + "AIIA_Emotion_Annotator", "AIIA_FloatProcess_InMemory", "AIIA_FloatProcess_ToDisk", "AIIA_GenerateSpeakerSegments", + "AIIA_ImageSmartCrop", + "AIIA_IndexTTS2_Loader", + "AIIA_IndexTTS2_TTS", + "AIIA_JSON_Builder", + "AIIA_JSON_Extractor", + "AIIA_PersonaLive_PhotoSampler_InMemory", + "AIIA_PersonaLive_PhotoSampler_ToDisk", + "AIIA_Podcast_Script_Parser", + "AIIA_Podcast_Splitter", + "AIIA_Podcast_Stitcher", + "AIIA_Qwen_Dialogue_TTS", + "AIIA_Qwen_Loader", + "AIIA_Qwen_Model_Router", + "AIIA_Qwen_TTS", + "AIIA_Segment_Merge", + "AIIA_Subtitle_Gen", + "AIIA_Subtitle_Preview", + "AIIA_Subtitle_To_Segments", + "AIIA_TextDebugSplicer", + "AIIA_Text_Splitter", "AIIA_Utils_Image_Concanate", - "AIIA_VideoCombine" + "AIIA_VibeVoice_Loader", + "AIIA_VibeVoice_Preset_Maker", + "AIIA_VibeVoice_Realtime_TTS", + "AIIA_VibeVoice_TTS", + "AIIA_VideoCombine", + "AIIA_VoxCPM_Loader", + "AIIA_VoxCPM_TTS", + "AIIA_Web_Export", + "PersonaLiveCheckpointLoader", + "PersonaLivePhotoSampler" ], { "title_aux": "ComfyUI_AIIA" @@ -31450,7 +37109,6 @@ "fish_tts", "fish_whisper", "flux_persona", - "genai_api_loader", "get_string", "github_tool", "google_loader", @@ -31589,6 +37247,17 @@ "title_aux": "comfyui_LLM_schools" } ], + "https://github.com/hetima/ComfyUI-SingleLinePicker": [ + [ + "SLPFilenamePrefix", + "SLPLoraLoader", + "SLPLoraLoaderModelOnly", + "SLPSingleLinePicker" + ], + { + "title_aux": "ComfyUI-SingleLinePicker" + } + ], "https://github.com/hexxacubic/ComfyUI-Prompt_Library": [ [ "Double_Prompt_Encode", @@ -31616,6 +37285,7 @@ "FluxResolutionPrepare", "GpuSyncCacheClear", "ImageMegapixelSelector", + "LoadImageCombined", "MQBBoxMin", "MultiPromptNode", "OutpaintConfigNode", @@ -31660,20 +37330,25 @@ "WWAA_DitherNode", "WWAA_GBCamera", "WWAA_GridLayoutNode", + "WWAA_ImageDimensionCalculator", + "WWAA_ImageEdgeDetector", "WWAA_ImageLoader", "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_TextFileBrowser", "WWAA_VideoResolution" ], { @@ -31740,6 +37415,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", @@ -31761,11 +37444,21 @@ ], "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": [ [ - "DWposeKeypointConverter", - "DWposeWeightOptions", + "BatchKeypoints", + "CherryPickerFrames", + "CherryPickerTwoInputs", + "CustomOptions", + "DWposeDeluxeNode", "FrameNumberNode", "KeypointConverter", - "WeightOptions" + "KeypointDiff", + "KeypointPrinter", + "KeypointRangeFromBatch", + "LoadPoseKeypoints", + "MergeKeypoints", + "PoseInterpolation", + "PoseResize", + "ReverseKeypoints" ], { "title_aux": "ComfyUI_DWposeDeluxe" @@ -31852,8 +37545,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" @@ -31918,6 +37621,20 @@ "title_aux": "ComfyUI_omost" } ], + "https://github.com/huchukato/ComfyUI-QwenVL-Mod": [ + [ + "AILab_QwenVL", + "AILab_QwenVL_Advanced", + "AILab_QwenVL_GGUF", + "AILab_QwenVL_GGUF_Advanced", + "AILab_QwenVL_GGUF_PromptEnhancer", + "AILab_QwenVL_PromptEnhancer", + "StorySplitNode" + ], + { + "title_aux": "QwenVL-Mod: Enhanced Vision-Language" + } + ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ [ "Openpose Keypoint Extractor" @@ -31941,6 +37658,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" @@ -31954,6 +37703,9 @@ "ModelScopeImageCaptionNode", "ModelScopeImageEditNode", "ModelScopeImageNode", + "ModelScopeLoraPresetNode", + "ModelScopeMultiLoraLoaderNode", + "ModelScopeSingleLoraLoaderNode", "ModelScopeTextNode", "ModelScopeVisionNode" ], @@ -31961,9 +37713,20 @@ "title_aux": "ComfyUI ModelScope API Node" } ], + "https://github.com/hum-ma/ComfyUI-GPUCLIP": [ + [ + "GPUCLIPLoader", + "GPUClipDeviceSelector", + "GPUDualCLIPLoader", + "GPUQuadrupleCLIPLoader", + "GPUTripleCLIPLoader" + ], + { + "title_aux": "ComfyUI-GPUCLIP" + } + ], "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ [ - "DecoderNoise", "LTTiledVAEDecode" ], { @@ -31981,7 +37744,8 @@ ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ - "KSampler With Refiner (Fooocus)" + "KSampler With Refiner (Fooocus)", + "KSamplerWithRefiner" ], { "title_aux": "ComfyUI_Fooocus_KSampler" @@ -31991,10 +37755,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" @@ -32024,18 +37794,63 @@ "title_aux": "Facefusion_comfyui" } ], + "https://github.com/huyl3-cpu/ComfyUI-PyTorch210Patcher": [ + [ + "PyTorch210CompatibilityPatcher", + "PyTorchVersionChecker" + ], + { + "title_aux": "ComfyUI-PyTorch210Patcher" + } + ], "https://github.com/huyl3-cpu/comfyui-sortlist": [ [ + "AdaptiveResolution", + "Clear Folder", + "Clear Folder By Pattern", + "ColabKeepAlive", + "CollectFiles", + "File List Loader", + "File List To File Path", + "Fix Dimensions", + "Get Timestamp", + "LoadImageFromPath", + "MP3 Embed In Image", + "MP3 Extract From Image", + "MP3 Path To Audio", + "RAMCleanup", + "RemoveFirstLine", + "Set Value For Dancing", + "Set Value For MC", + "Set Value For MC I2V", + "Set Value For MC I2V V2", + "Set Value For MC V2V", + "Set Value For MC V2V V2", + "Set Value With Path", "SetValuesFromPanel", + "SimpleForLoopEnd", + "SimpleForLoopStart", + "SimpleWhileClose", + "SimpleWhileOpen", + "SplitMP3", + "TunnelAutoReconnect", + "VF9_SetValue", + "VHS_ExtractVideoPath", + "_LoopAdd", + "_LoopLessThan", "image_to_sha256", "move_file", + "rename_file", "sort_list_string", "steg_alpha_embed", "steg_alpha_extract", - "steg_rgb_embed", "steg_rgb_extract", "string_clear_if_contains", + "video_audio_concat", + "video_cut_to_segments", + "video_dir_combiner", "video_dir_combiner_ultra", + "video_mute_from_url", "video_scene_splitter" ], { @@ -32061,8 +37876,11 @@ ], "https://github.com/hw5511/comfyui_hf_upscaler_loader": [ [ + "CLIPModelLoaderFromHF", "GGUFModelLoaderFromHF", - "UpscaleModelLoaderFromHF" + "UNETModelLoaderFromHF", + "UpscaleModelLoaderFromHF", + "VAEModelLoaderFromHF" ], { "title_aux": "Woohee HF Upscaler Loader" @@ -32079,6 +37897,9 @@ "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": [ [ "HYBS_ConditionalLoRALoader", + "HYBS_GroupBypasser_Child", + "HYBS_GroupBypasser_Panel", + "HYBS_GroupBypasser_Parent", "HYBS_RandomResolutionSelector", "HYBS_ResolutionSelector", "HYBS_SeedListGenerator" @@ -32087,6 +37908,14 @@ "title_aux": "ComfyUI-hybs-nodes" } ], + "https://github.com/hyukudan/comfyui-video-resolution": [ + [ + "VideoResolutionNode" + ], + { + "title_aux": "comfyui-video-resolution" + } + ], "https://github.com/hyunamy/comfy-ui-on-complete-email-me": [ [ "OnCompleteEmailMe", @@ -32133,14 +37962,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", @@ -32177,6 +38017,7 @@ "EmptyLatentImage", "ExponentialScheduler", "FeatherMask", + "FirstNode", "FlipSigmas", "FooocusInpaintWrapper", "FreeU", @@ -32324,16 +38165,6 @@ "title_aux": "NSFW Check for ComfyUI" } ], - "https://github.com/icekiub-ai/ComfyUI-IcyHider": [ - [ - "IcyLoadImage", - "IcyPreviewImage", - "IcySaveImage" - ], - { - "title_aux": "ComfyUI-IcyHider" - } - ], "https://github.com/icesun963/ComfyUI_HFDownLoad": [ [ "Apply EasyOCR V2", @@ -32363,6 +38194,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", @@ -32408,7 +38248,8 @@ ], "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": [ [ - "IF_DreamTalk" + "IF_DreamTalk", + "IF_Dreamtalk" ], { "title_aux": "IF_Dreamtalk" @@ -32575,6 +38416,16 @@ "title_aux": "Flux Resolution" } ], + "https://github.com/ihmily/ComfyUI-FitDiTx": [ + [ + "FitDiT_GenerateMask", + "FitDiT_LoadModel", + "FitDiT_TryOn" + ], + { + "title_aux": "ComfyUI-FitDiTx" + } + ], "https://github.com/ihmily/ComfyUI-Light-Tool": [ [ "Light-Tool: AddBackground", @@ -32622,11 +38473,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" ], { @@ -32662,6 +38515,28 @@ "title_aux": "CSV Wildcard Node for ComfyUI" } ], + "https://github.com/illuminatianon/comfyui-lumi-tools": [ + [ + "LumiGeminiImagenConfig", + "LumiGoogleImagenProvider", + "LumiLLMImagenProcessor", + "LumiLLMPromptProcessor", + "LumiLoadImage", + "LumiNoiseToSeed", + "LumiOpenRouterImagenProvider", + "LumiOpenRouterProvider", + "LumiSaveImage", + "LumiSeed", + "LumiShowText", + "LumiShufflePrompt", + "LumiTextInput", + "LumiWildcardProcessor", + "LumiWrapText" + ], + { + "title_aux": "comfyui-lumi-tools" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -32679,17 +38554,6 @@ "title_aux": "ComfyUI-Infinigence-Nodes" } ], - "https://github.com/inflamously/comfyui-prompt-enhancer": [ - [ - "PROMPT_ENHANCER", - "PROMPT_ENHANCER_CHAIN_CONTROL", - "PROMPT_ENHANCER_CHAIN_RANDOM", - "PROMPT_ENHANCER_REPROMPT" - ], - { - "title_aux": "comfyui-prompt-enhancer" - } - ], "https://github.com/injet-zhou/comfyui_extra_api": [ [ "SimpleGenImageInterface" @@ -32703,6 +38567,7 @@ "NntAnalyzeInferenceMetrics", "NntAnalyzeModel", "NntCompileModel", + "NntDataLoader", "NntDatasetToImageTensor", "NntDatasetToTargetTensor", "NntDatasetToTensor", @@ -32777,10 +38642,21 @@ "title_aux": "ComfyUI-DSD" } ], + "https://github.com/isala404/comfy-workflow-api": [ + [ + "WebhookReceiver", + "WebhookSend", + "WebhookTransformer" + ], + { + "title_aux": "comfy-workflow-api" + } + ], "https://github.com/iwanders/ComfyUI_nodes": [ [ "IW_JsonPickItem", "IW_ModelHook", + "IW_OllamaGenerateString", "IW_StringConcat", "IW_StringFromInt", "IW_StringNode", @@ -32872,7 +38748,6 @@ "JagsCLIPSeg", "JagsClipseg", "JagsCombineMasks", - "SVG", "YoloSEGdetectionNode", "YoloSegNode", "color_drop", @@ -32904,6 +38779,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -32946,6 +38822,14 @@ "title_aux": "ComfyUI_Wan2_1_lora_trainer" } ], + "https://github.com/jajos12/Comfyui-WanVideo-Context": [ + [ + "WanVideoContextSelector" + ], + { + "title_aux": "Comfyui-WanVideo-Context" + } + ], "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": [ [ "RotateImage" @@ -33207,6 +39091,62 @@ "title_aux": "fast_video_comfyui" } ], + "https://github.com/jchiotaka/comfyui-tile-calculator": [ + [ + "TileCalculator" + ], + { + "title_aux": "comfyui-tile-calculator" + } + ], + "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" @@ -33269,6 +39209,17 @@ "title_aux": "ComfyUI_StreamDiffusion" } ], + "https://github.com/jessesep/SimpleVariables": [ + [ + "SimpleClear", + "SimpleGet", + "SimpleList", + "SimpleSet" + ], + { + "title_aux": "SimpleVariables" + } + ], "https://github.com/jfcantu/ComfyUI-AutoNotes": [ [ "AutoNotesNode" @@ -33326,10 +39277,21 @@ "title_aux": "Eigen AI FLUX API Plugin" } ], + "https://github.com/jianglinbin/ComfyUI-AnglesSelect": [ + [ + "AnglesSelector3D", + "SimpleAnglesSelector" + ], + { + "title_aux": "ComfyUI 3D Angles Selector" + } + ], "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": [ [ "GPTImageEditNode", "GPTImageGenerateNode", + "GeminiImageEditNode", + "GeminiImageGenerateNode", "MidjourneyActionNode", "MidjourneyBatchActionNode", "MidjourneyBlendNode", @@ -33370,6 +39332,7 @@ "MaletteImageStitch", "MaletteReferenceLatent", "MarketImageGenerateWithPolling", + "OpenAIGPTImage1", "PythonCodeExecutor", "StringToJsonArray" ], @@ -33408,6 +39371,15 @@ "title_aux": "ULTools for ComfyUI" } ], + "https://github.com/jluo-github/comfyui-auto-size": [ + [ + "AutoSize", + "AutoSizeLatent" + ], + { + "title_aux": "comfyui-auto-size" + } + ], "https://github.com/jn-jairo/jn_comfyui": [ [ "JN_AreaAround", @@ -33563,6 +39535,17 @@ "title_aux": "ComfyUI_HuggingFace_Downloader" } ], + "https://github.com/jo-nike/ComfyUI-SopranoTTS": [ + [ + "SopranoLoader", + "SopranoTTS", + "SopranoTTSBatch", + "SopranoTTSStream" + ], + { + "title_aux": "ComfyUI-SopranoTTS" + } + ], "https://github.com/joanna910225/comfyui-housekeeper": [ [ "housekeeper-alignment", @@ -33573,11 +39556,58 @@ "title_aux": "HouseKeeper" } ], + "https://github.com/joe002/comfyui-conduit-optimizer": [ + [ + "ConduitApply", + "ConduitBatchOptimizer", + "ConduitCacheClear", + "ConduitCore", + "ConduitEmbeddingCache", + "ConduitGate", + "ConduitLatentCache", + "ConduitPath", + "ConduitPool", + "ConduitPrecisionPatcher", + "ConduitSeal", + "ConduitSense", + "ConduitSpeculativeKSampler" + ], + { + "title_aux": "comfyui-conduit-optimizer" + } + ], + "https://github.com/joe002/comfyui-deterministic-nodes": [ + [ + "CascadeRefiner", + "ChecksumValidator", + "DeterministicSampler", + "ECHOContextNode", + "MoERouterNode" + ], + { + "title_aux": "comfyui-deterministic-nodes" + } + ], + "https://github.com/joe002/comfyui-rtx4090-nodes": [ + [ + "BatchImageProcessor", + "BatchLatentProcessor", + "GPUMonitor", + "MemoryManager", + "RTX4090Optimizer", + "TensorRTAutoConverter" + ], + { + "title_aux": "comfyui-rtx4090-nodes" + } + ], "https://github.com/joeriben/ai4artsed_comfyui_nodes": [ [ + "ai4artsed_clean_prompt_randomizer", "ai4artsed_conditioning_fusion", "ai4artsed_image_analysis", "ai4artsed_openrouter_key", + "ai4artsed_photo_prompt_randomizer", "ai4artsed_prompt_interception", "ai4artsed_random_artform_generator", "ai4artsed_random_instruction_generator", @@ -33614,6 +39644,14 @@ "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", @@ -33625,6 +39663,14 @@ "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", @@ -33844,8 +39890,11 @@ "BawkImageLoader", "BawkSampler", "DiffusionModelLoader", + "FluxDynamicLoraStack", "FluxImageSaver", - "FluxWildcardEncode" + "FluxLoraStackApply", + "FluxWildcardEncode", + "ZImageModelLoader" ], { "title_aux": "Bawk Nodes Collection" @@ -33976,13 +40025,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", @@ -33999,31 +40046,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", @@ -34032,16 +40071,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", @@ -34062,14 +40100,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", @@ -34077,13 +40112,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", @@ -34093,9 +40125,6 @@ "Bjornulf_RandomModelSelector", "Bjornulf_RandomTexts", "Bjornulf_ReassembleImageGrid", - "Bjornulf_RemoteTextEncodingWithCLIPs", - "Bjornulf_RemoteVAEDecoderNode", - "Bjornulf_RemoteVAEDecoderNodeTiled", "Bjornulf_RemoveTransparency", "Bjornulf_ResizeImage", "Bjornulf_ResizeImagePercentage", @@ -34103,7 +40132,6 @@ "Bjornulf_SaveGlobalVariables", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", - "Bjornulf_SaveTensors", "Bjornulf_SaveText", "Bjornulf_SaveTmpAudio", "Bjornulf_SaveTmpImage", @@ -34131,7 +40159,6 @@ "Bjornulf_TextGeneratorOutfitMale", "Bjornulf_TextGeneratorScene", "Bjornulf_TextGeneratorStyle", - "Bjornulf_TextGeneratorText2Video", "Bjornulf_TextReplace", "Bjornulf_TextSplitin10", "Bjornulf_TextSplitin5", @@ -34139,16 +40166,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", @@ -34172,6 +40195,7 @@ ], "https://github.com/k-komarov/comfyui-bunny-cdn-storage": [ [ + "Save Image To BunnyStorage", "Save Image to BunnyStorage" ], { @@ -34215,13 +40239,53 @@ "title_aux": "ComfyUI-MemoryManagement" } ], + "https://github.com/kadima-tech/comfyui-draggen": [ + [ + "DraggenLocalMoodboardLoader", + "DraggenMoodboardImages", + "DraggenMoodboardRendered", + "DraggenMoodboardText", + "DraggenRemoteMoodboardLoader" + ], + { + "title_aux": "ComfyUI-Draggen" + } + ], "https://github.com/kadirnar/ComfyUI-Transformers": [ [ + "AudioClassificationPipeline", + "AutomaticSpeechRecognitionPipeline", + "ConversationalPipeline", "DepthEstimationInference", + "DocumentQuestionAnsweringPipeline", + "FeatureExtractionPipeline", + "FillMaskPipeline", + "FloatToString", "ImageClassificationPipeline", + "ImageFeatureExtractionPipeline", "ImageSegmentationPipeline", + "ImageTextToTextPipeline", + "ImageToImagePipeline", + "ImageToTextPipeline", + "IntToString", "LoadDepthModel", - "ObjectDetectionPipeline" + "MaskGenerationPipeline", + "ObjectDetectionPipeline", + "QuestionAnsweringPipeline", + "SentenceSimilarityPipeline", + "StringToFloat", + "StringToInt", + "TableQuestionAnsweringPipeline", + "TextClassificationPipeline", + "TextGenerationPipeline", + "TextToSpeechPipeline", + "TokenClassificationPipeline", + "VideoClassificationPipeline", + "VisualQuestionAnsweringPipeline", + "ZeroShotAudioClassificationPipeline", + "ZeroShotClassificationPipeline", + "ZeroShotImageClassificationPipeline", + "ZeroShotObjectDetectionPipeline" ], { "title_aux": "ComfyUI-Transformers" @@ -34238,6 +40302,7 @@ "GetImageSize", "ImageResizeAdvanced", "UltralyticsInference", + "UltralyticsMaskFlatten", "UltralyticsModelLoader", "UltralyticsVisualization", "ViewText" @@ -34292,6 +40357,23 @@ "title_aux": "Auto Aspect Latent Generator" } ], + "https://github.com/kakachiex2/comfyui-ltx2-efficient": [ + [ + "LTX2CombineAVLatent", + "LTX2ConditioningHelper", + "LTX2EfficientSampler", + "LTX2EfficientSamplerPro", + "LTX2EmptyAudioLatent", + "LTX2ExperimentalKeyframeSampler", + "LTX2ModelPatcher", + "LTX2SeparateAVLatent", + "LTX2TemporalVAEDecode", + "LTX2TextEncodeOptimized" + ], + { + "title_aux": "comfyui-ltx2-efficient" + } + ], "https://github.com/kale4eat/ComfyUI-path-util": [ [ "path_util_PathAbspath", @@ -34413,6 +40495,27 @@ "title_aux": "ComfyUI-PromptPalette" } ], + "https://github.com/kana112233/ComfyUI-kaola-ace-step": [ + [ + "ACE_STEP_Captioner", + "ACE_STEP_ClearVRAM", + "ACE_STEP_Complete", + "ACE_STEP_Cover", + "ACE_STEP_CreateSample", + "ACE_STEP_Extract", + "ACE_STEP_FormatSample", + "ACE_STEP_Lego", + "ACE_STEP_LoRALoader", + "ACE_STEP_Repaint", + "ACE_STEP_SimpleMode", + "ACE_STEP_TextToMusic", + "ACE_STEP_Transcriber", + "ACE_STEP_Understand" + ], + { + "title_aux": "ComfyUI-kaola-ace-step" + } + ], "https://github.com/kanibus/kanibus": [ [ "AIDepthControl", @@ -34434,6 +40537,27 @@ "title_aux": "KANIBUS - Advanced Eye Tracking ControlNet System" } ], + "https://github.com/kantan-kanto/ComfyUI-LLM-Session": [ + [ + "LLMDialogueCycleNode", + "LLMDialogueCycleSimpleNode", + "LLMSessionChatNode", + "LLMSessionChatSimpleNode" + ], + { + "title_aux": "ComfyUI-LLM-Session" + } + ], + "https://github.com/kantan-kanto/ComfyUI-MultiModal-Prompt-Nodes": [ + [ + "QwenImageEditPromptGenerator", + "VisionLLMNode", + "WanVideoPromptGenerator" + ], + { + "title_aux": "ComfyUI-MultiModal-Prompt-Nodes" + } + ], "https://github.com/kantsche/ComfyUI-MixMod": [ [ "MixModBandFFTGuiderNode", @@ -34477,6 +40601,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", @@ -34510,6 +40644,24 @@ "title_aux": "comfyUI-nsfw-detection" } ], + "https://github.com/kaushiknishchay/ComfyUI-Qwen3-ASR": [ + [ + "Qwen3ASRTranscriber", + "Qwen3ForcedAlignerConfig" + ], + { + "title_aux": "ComfyUI-Qwen3-ASR" + } + ], + "https://github.com/kayorlian/ComfyuiSmartColorMatch": [ + [ + "ClothTextureReplace", + "SmartColorMatch" + ], + { + "title_aux": "ComfyuiSmartColorMatch" + } + ], "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": [ [ "QuickImageSequenceProcess" @@ -34634,7 +40786,9 @@ "Image(s) To Websocket (Base64)", "ImageOutput", "Load Image (Base64)", - "Load Images (Base64)" + "Load Images (Base64)", + "LoadImageBase64", + "LoadImagesBase64" ], { "title_aux": "Knodes" @@ -34661,6 +40815,14 @@ "title_aux": "[Unofficial] Vertex AI Custom Nodes for ComfyUI" } ], + "https://github.com/kianthos/Earthbound---All-in-one-ComfyUI-Node": [ + [ + "EarthboundUltimate" + ], + { + "title_aux": "Earthbound---All-in-one-ComfyUI-Node" + } + ], "https://github.com/kijai/ComfyUI-ADMotionDirector": [ [ "ADMD_AdditionalModelSelect", @@ -34951,6 +41113,7 @@ "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", + "AddNoiseToTrackPath", "AppendInstanceDiffusionTracking", "AppendStringsToList", "ApplyRifleXRoPE_HunuyanVideo", @@ -34970,6 +41133,7 @@ "CheckpointLoaderKJ", "CheckpointPerturbWeights", "ColorMatch", + "ColorMatchV2", "ColorToMask", "CondPassThrough", "ConditioningMultiCombine", @@ -35007,6 +41171,7 @@ "DummyOut", "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", + "EndRecordCUDAMemoryHistory", "FastPreview", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -35024,6 +41189,7 @@ "GetLatentSizeAndCount", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", + "GetTrackRange", "GradientToFloat", "GrowMaskWithBlur", "HunyuanVideoBlockLoraSelect", @@ -35068,6 +41234,19 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LTX2AttentionTunerPatch", + "LTX2AudioLatentNormalizingSampling", + "LTX2BlockLoraSelect", + "LTX2LoraLoaderAdvanced", + "LTX2MemoryEfficientSageAttentionPatch", + "LTX2SamplingPreviewOverride", + "LTX2_NAG", + "LTXVAddGuideMulti", + "LTXVAddGuidesFromBatch", + "LTXVAudioVideoMask", + "LTXVChunkFeedForward", + "LTXVEnhanceAVideoKJ", + "LTXVImgToVideoInplaceKJ", "LatentInpaintTTM", "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", @@ -35080,6 +41259,8 @@ "MaskBatchMulti", "MaskOrImageToWeight", "MergeImageChannels", + "ModelMemoryUsageFactorOverride", + "ModelMemoryUseReportPatch", "ModelPassThrough", "ModelPatchTorchSettings", "ModelSaveKJ", @@ -35094,6 +41275,7 @@ "PlotCoordinates", "PointsEditor", "PreviewAnimation", + "PreviewLatentNoiseMask", "RemapImageRange", "RemapMaskRange", "ReplaceImagesInBatch", @@ -35101,6 +41283,7 @@ "ReverseImageBatch", "RoundMask", "SV3D_BatchSchedule", + "SamplerSelfRefineVideo", "SaveImageKJ", "SaveImageWithAlpha", "SaveStringKJ", @@ -35111,6 +41294,7 @@ "SetShakkerLabsUnionControlNetType", "ShuffleImageBatch", "SigmasToFloat", + "SimpleCalculatorKJ", "SkipLayerGuidanceWanVideo", "Sleep", "SomethingToString", @@ -35119,6 +41303,7 @@ "SplitBboxes", "SplitImageChannels", "StableZero123_BatchSchedule", + "StartRecordCUDAMemoryHistory", "StringConstant", "StringConstantMultiline", "StringToFloatList", @@ -35138,9 +41323,14 @@ "TorchCompileVAE", "TransitionImagesInBatch", "TransitionImagesMulti", + "VAEDecodeLoopKJ", "VAELoaderKJ", "VRAM_Debug", + "VisualizeCUDAMemoryHistory", + "VisualizeSigmasKJ", "Wan21BlockLoraSelect", + "WanChunkFeedForward", + "WanImageToVideoSVIPro", "WanVideoEnhanceAVideoKJ", "WanVideoNAG", "WanVideoTeaCacheKJ", @@ -35209,7 +41399,6 @@ "https://github.com/kijai/ComfyUI-LivePortraitKJ": [ [ "DownloadAndLoadLivePortraitModels", - "KeypointScaler", "KeypointsToImage", "LivePortraitComposite", "LivePortraitCropper", @@ -35307,6 +41496,7 @@ ], "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": [ [ + "DownloadAndLoadPyramidFlowModel", "PyramidFlowLatentPreview", "PyramidFlowSampler", "PyramidFlowTextEncode", @@ -35320,6 +41510,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", @@ -35366,6 +41567,7 @@ "HuMoEmbeds", "LandmarksToImage", "LoadLynxResampler", + "LoadNLFModel", "LoadVQVAE", "LoadWanVideoClipTextEncoder", "LoadWanVideoT5TextEncoder", @@ -35382,22 +41584,32 @@ "QwenLoader", "ReCamMasterPoseVisualizer", "TextImageEncodeQwenVL", + "WanMove_native", "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", "WanVideoAddBindweaveEmbeds", "WanVideoAddControlEmbeds", + "WanVideoAddDualControlEmbeds", "WanVideoAddExtraLatent", "WanVideoAddFantasyPortrait", "WanVideoAddFlashVSRInput", "WanVideoAddLucyEditLatents", "WanVideoAddLynxEmbeds", "WanVideoAddMTVMotion", + "WanVideoAddOneToAllExtendEmbeds", + "WanVideoAddOneToAllPoseEmbeds", + "WanVideoAddOneToAllReferenceEmbeds", "WanVideoAddOviAudioToLatents", "WanVideoAddPusaNoise", "WanVideoAddS2VEmbeds", + "WanVideoAddSCAILPoseEmbeds", + "WanVideoAddSCAILReferenceEmbeds", "WanVideoAddStandInLatent", + "WanVideoAddSteadyDancerEmbeds", + "WanVideoAddStoryMemLatents", "WanVideoAddTTMLatents", + "WanVideoAddWanMoveTracks", "WanVideoAnimateEmbeds", "WanVideoApplyNAG", "WanVideoBlockList", @@ -35421,14 +41633,15 @@ "WanVideoExperimentalArgs", "WanVideoExtraModelSelect", "WanVideoFlashVSRDecoderLoader", - "WanVideoFlowEdit", "WanVideoFreeInitArgs", "WanVideoFunCameraEmbeds", "WanVideoImageClipEncode", "WanVideoImageResizeToClosest", "WanVideoImageToVideoEncode", "WanVideoImageToVideoMultiTalk", + "WanVideoImageToVideoSkyreelsv3_audio", "WanVideoLatentReScale", + "WanVideoLongCatAvatarExtendEmbeds", "WanVideoLoopArgs", "WanVideoLoraBlockEdit", "WanVideoLoraSelect", @@ -35449,11 +41662,15 @@ "WanVideoRealisDanceLatents", "WanVideoRoPEFunction", "WanVideoSLG", + "WanVideoSVIProEmbeds", "WanVideoSampler", + "WanVideoSamplerExtraArgs", "WanVideoSamplerFromSettings", "WanVideoSamplerSettings", + "WanVideoSamplerv2", "WanVideoScheduler", - "WanVideoSchedulerSA_ODE", + "WanVideoSchedulerv2", + "WanVideoSetAttentionModeOverride", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -35463,8 +41680,10 @@ "WanVideoTextEncode", "WanVideoTextEncodeCached", "WanVideoTextEncodeSingle", + "WanVideoTextImageEncode", "WanVideoTinyVAELoader", "WanVideoTorchCompileSettings", + "WanVideoUltraVicoSettings", "WanVideoUni3C_ControlnetLoader", "WanVideoUni3C_embeds", "WanVideoUniAnimateDWPoseDetector", @@ -35475,6 +41694,7 @@ "WanVideoVACEStartToEndFrame", "WanVideoVAELoader", "WanVideoVRAMManagement", + "WanVideoWanDrawWanMoveTracks", "Wav2VecModelLoader", "WhisperModelLoader" ], @@ -35566,6 +41786,14 @@ "title_aux": "SimpleTiles" } ], + "https://github.com/kishida/comfyui-text-renderer": [ + [ + "TextRenderNode" + ], + { + "title_aux": "comfyui-text-renderer" + } + ], "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": [ [ "RC_AddNoise", @@ -35667,6 +41895,7 @@ "NanoBananaMultiInput", "OutpaintPadding", "OutputTester", + "PixelSnapper", "PrepVideoForExtendKlinter", "SaveAudioPlus", "SizeSelector", @@ -35705,6 +41934,23 @@ "title_aux": "ComfyUI_LocalLLMNodes" } ], + "https://github.com/knishika62/ComfyUI-DualLoraStack": [ + [ + "KnishikaDualLoraStack" + ], + { + "title_aux": "ComfyUI-DualLoraStack" + } + ], + "https://github.com/knishika62/ComfyUI-LyricForge": [ + [ + "LyricForgeACEStepGenerator", + "LyricForgeSongGenerator" + ], + { + "title_aux": "ComfyUI-LyricForge" + } + ], "https://github.com/knuknX/ComfyUI-Image-Tools": [ [ "BatchImagePathLoader", @@ -35818,6 +42064,14 @@ "title_aux": "comfyui-jk-easy-nodes" } ], + "https://github.com/kplkasteel/ComfyUI-SubstringExtractor": [ + [ + "SubstringExtractor" + ], + { + "title_aux": "ComfyUI-SubstringExtractor" + } + ], "https://github.com/kpsss34/ComfyUI-kpsss34": [ [ "SD35sLoaderSampler" @@ -35836,6 +42090,75 @@ "title_aux": "ComfyUI-KrakenTools" } ], + "https://github.com/krakenunbound/comfyui-kraken-tools": [ + [ + "KrakenDualCLIPLoader", + "KrakenImageProcessor", + "KrakenImageResize", + "KrakenKSampler", + "KrakenLastFrameMeta", + "KrakenLoras3", + "KrakenOllamaPromptChat", + "KrakenResolutionHelper", + "KrakenWanHelper", + "kraken_checkpoint_loader" + ], + { + "title_aux": "Kraken Tools" + } + ], + "https://github.com/krakenunbound/kraken-discord-bot": [ + [ + "KrakenDiscordBot", + "KrakenDiscordBotStatus" + ], + { + "title_aux": "Kraken Discord Bot" + } + ], + "https://github.com/kreonxv/ComfyUI-ForgeAPI": [ + [ + "ForgeControlNetStack", + "ForgeLoraStack", + "ForgeSampler" + ], + { + "title_aux": "ComfyUI-ForgeAPI" + } + ], + "https://github.com/kreonxv/ComfyUI-GroupBypasser": [ + [ + "GroupBypasserNode" + ], + { + "title_aux": "ComfyUI-GroupBypasser" + } + ], + "https://github.com/kreonxv/ComfyUI-LoraControls": [ + [ + "LoRAStepRange", + "LoraKeyframes" + ], + { + "title_aux": "ComfyUI-LoraControls" + } + ], + "https://github.com/kreonxv/ComfyUI-T2I_StyleApply": [ + [ + "T2I_StyleApply" + ], + { + "title_aux": "ComfyUI-T2I_StyleApply" + } + ], + "https://github.com/kreonxv/ComfyUI-Whiteboard": [ + [ + "Whiteboard" + ], + { + "title_aux": "ComfyUI-Whiteboard" + } + ], "https://github.com/krigeta/qwen-image-controlnets-comfyui": [ [ "QwenImageBlockwiseControlNetApply", @@ -35967,15 +42290,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", @@ -35986,9 +42310,13 @@ "Leon_Midjourney_Upload_API_Node", "Leon_Model_Selector_Node", "Leon_Nano_Banana_API_Node", + "Leon_Nano_Banana_Edit_Tuzi_API_Node", + "Leon_Nano_Banana_Tuzi_API_Node", "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", @@ -36077,17 +42405,41 @@ "title_aux": "pfg-ComfyUI" } ], + "https://github.com/laolaoruqin/ComfyUI-free-drag-crop": [ + [ + "FreeDragCrop" + ], + { + "title_aux": "ComfyUI-free-drag-crop" + } + ], "https://github.com/larsupb/LoRA-Merger-ComfyUI": [ [ + "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" @@ -36102,6 +42454,34 @@ "title_aux": "LNL Frame Selector" } ], + "https://github.com/latentastronaut/comfyui-latent-astronaut-suite": [ + [ + "BatchLastImage", + "ChatterBoxTTS", + "ChatterBoxTTSLoader", + "ChatterBoxTTSLoaderAuto", + "ChatterBoxTTSSimple", + "ChatterBoxVC", + "ChatterBoxVCLoader", + "ChatterBoxVCLoaderAuto", + "ChatterBoxVCSimple", + "ForLoopEnd", + "ForLoopStart", + "ImageResizeToTotalPixels", + "LLMConfig", + "LLMPromptEnhancer", + "LoraLoaderModelOnlySelector", + "LoraLoaderSelector", + "SizeSelector", + "StringListCombine", + "StringListFromText", + "StringListIndex", + "VideoLengthFromBatch" + ], + { + "title_aux": "comfyui-latent-astronaut-suite" + } + ], "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": [ [ "HeadOrientationNode" @@ -36134,6 +42514,17 @@ "title_aux": "Google Photos Loader - by PabloGFX" } ], + "https://github.com/lazyq666/gemini-3-simply-comfyui": [ + [ + "Gemini3Camera3DPrompt", + "Gemini3ProImagePreview", + "Gemini3ProPreviewText", + "GeminiSeedInt32" + ], + { + "title_aux": "gemini-3-simply-comfyui" + } + ], "https://github.com/lc03lc/Comfyui_OmniConsistency": [ [ "Comfyui_OmniConsistency" @@ -36285,7 +42676,6 @@ [ "DynamicPreprocess", "InternVLHFInference", - "InternVLLMDEPLOYInference", "InternVLModelLoader" ], { @@ -36319,6 +42709,7 @@ "MasaCtrlLoadImage", "MasaCtrlModelLoader", "MutualSelfAttentionControlMaskAutoSampler", + "MutualSelfAttentionControlMaskSampler", "MutualSelfAttentionControlSampler" ], { @@ -36328,7 +42719,8 @@ "https://github.com/leeguandong/ComfyUI_QWQ32B": [ [ "QwQModelLoader", - "QwQTextGenerator" + "QwQTextGenerator", + "QweQModelLoader" ], { "title_aux": "ComfyUI_QWQ32B" @@ -36438,7 +42830,9 @@ [ "QwenImageEditScale", "QwenImageEditSimpleScale", - "TextEncodeQwenImageEditAdv" + "TextEncodeQwenImageEditAdv", + "TextEncodeQwenImageEditInfAdv", + "TextEncodeQwenImageEditPlusAdv" ], { "title_aux": "comfyui_qwen_image_edit_adv" @@ -36561,6 +42955,14 @@ "title_aux": "comfyui-loadimagewithsubfolder" } ], + "https://github.com/licanhua/ComfyUI-StrokeReveal": [ + [ + "StrokeReveal" + ], + { + "title_aux": "ComfyUI-StrokeReveal" + } + ], "https://github.com/licyk/ComfyUI-HakuImg": [ [ "BlendImage", @@ -36593,6 +42995,15 @@ "title_aux": "ComfyUI-TCD-Sampler" } ], + "https://github.com/liewcc/ComfyUI-Qwen-Canvas": [ + [ + "QwenCanvas", + "QwenCanvasPlus" + ], + { + "title_aux": "ComfyUI-Qwen-Canvas" + } + ], "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": [ [ "ApplyBlindWatermark", @@ -36615,6 +43026,14 @@ "title_aux": "ComfyUI-FlashVSR_Ultra_Fast" } ], + "https://github.com/lihaoyun6/ComfyUI-NoCache": [ + [ + "NoCacheConfig" + ], + { + "title_aux": "ComfyUI-NoCache" + } + ], "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": [ [ "GeneralPromptRewriter", @@ -36671,17 +43090,6 @@ "title_aux": "DeepSeek Chat Node for ComfyUI" } ], - "https://github.com/linksluckytime/comfyui_snacknodes": [ - [ - "ImageInfo", - "ImageScaler", - "TextBox", - "TextProcessor" - ], - { - "title_aux": "comfyui_snacknodes" - } - ], "https://github.com/linshier/comfyui-remote-tools": [ [ "LoadBase64(js)", @@ -36802,7 +43210,6 @@ ], "https://github.com/liusida/ComfyUI-Debug": [ [ - "DebugInspectorNode", "DebugModelInspectorNode", "DebugModelPrintOutNode" ], @@ -36810,14 +43217,6 @@ "title_aux": "ComfyUI-Debug" } ], - "https://github.com/liusida/ComfyUI-Login": [ - [ - "LoadImageIncognito" - ], - { - "title_aux": "ComfyUI-Login" - } - ], "https://github.com/liusida/ComfyUI-SD3-nodes": [ [ "SD3EmptyLatent", @@ -36888,8 +43287,6 @@ [ "AnyNode", "AnyNodeAnthropic", - "AnyNodeCodeViewer", - "AnyNodeExport", "AnyNodeGemini", "AnyNodeLocal" ], @@ -37023,7 +43420,6 @@ "LoadMaskFromURL", "MaskByBboxes", "MaskImageToBase64", - "MaskToBase64", "MaskToBase64Image", "MaskToRle", "NodeListMerge", @@ -37057,6 +43453,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" @@ -37065,12 +43493,50 @@ "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_path_sanitizer": [ + [ + "PathSanitizer" + ], + { + "title_aux": "comfyui_path_sanitizer" + } + ], + "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" @@ -37108,9 +43574,6 @@ ], "https://github.com/logtd/ComfyUI-Fluxtapoz": [ [ - "AddFluxFlow", - "ApplyFluxRaveAttention", - "ApplyRefFlux", "ApplyRegionalConds", "ConfigureModifiedFlux", "CreateRegionalCond", @@ -37145,6 +43608,7 @@ "InstanceDiffusionTrackingPrompt", "LoadInstanceFusersNode", "LoadInstancePositionNetModel", + "LoadInstanceScaleUModel", "LoadInstanceScaleUNode" ], { @@ -37166,9 +43630,7 @@ "MochiPrepareSigmas", "MochiResampler", "MochiUnsampler", - "MochiWrapperResampler", - "MochiWrapperSamplerCustom", - "MochiWrapperUnsampler" + "MochiWrapperSamplerCustom" ], { "title_aux": "ComfyUI-MochiEdit" @@ -37270,8 +43732,7 @@ "https://github.com/logtd/ComfyUI-ViewCrafter": [ [ "ApplyViewCrafter", - "LoadViewCrafter", - "ScaleImages" + "LoadViewCrafter" ], { "title_aux": "ComfyUI-ViewCrafter" @@ -37304,6 +43765,7 @@ "https://github.com/lonelyowl13/artist_randomizer": [ [ "AddRandomArtists", + "LoadArtists", "TextInput" ], { @@ -37315,10 +43777,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", @@ -37355,6 +43815,7 @@ "Load Magic Clothing Model", "Load Magic Clothing Pipeline", "Load Magic Clothing Pipeline With Path", + "RUN Magic Clothing Adapter", "RUN Magic Clothing Diffusers Model" ], { @@ -37397,7 +43858,8 @@ "PromptConditioningConverter", "PromptSelectorNode", "RPGArtStyleSelector", - "RPGCharacterSelector" + "RPGCharacterSelector", + "prompt_selector_node" ], { "title_aux": "ComfyUI-RPG-Characters" @@ -37419,6 +43881,15 @@ "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" @@ -37427,13 +43898,85 @@ "title_aux": "ComfyUI-Replace-First-Frame-Last-Frame" } ], + "https://github.com/loz2754/AUN-ComfyUI-Nodes": [ + [ + "AUNAddToPrompt", + "AUNAny", + "AUNBookmark", + "AUNBoolean", + "AUNCFG", + "AUNCheckpointLoaderWithClipSkip", + "AUNEmptyLatent", + "AUNExtractModelName", + "AUNExtractPowerLoras", + "AUNExtractWidgetValue", + "AUNGetActiveNodeTitle", + "AUNGetConnectedNodeTitles", + "AUNGraphScraper", + "AUNImageLoadResize", + "AUNImageResize", + "AUNImageSingleBatch3", + "AUNImg2Img", + "AUNImgLoader", + "AUNInputs", + "AUNInputsHybrid", + "AUNKSamplerPlusv3", + "AUNModelNamePass", + "AUNModelShorten", + "AUNMultiBypassIndex", + "AUNMultiGroupUniversal", + "AUNMultiMuteIndex", + "AUNMultiNegPrompt", + "AUNMultiUniversal", + "AUNNameCrop", + "AUNNodeStateController", + "AUNPathFilename", + "AUNPathFilenameVideo", + "AUNPathFilenameVideoResolved", + "AUNRandomAnySwitch", + "AUNRandomIndexSwitch", + "AUNRandomNumber", + "AUNRandomTextIndexSwitch", + "AUNSaveImage", + "AUNSaveVideo", + "AUNSetBypassByTitle", + "AUNSetBypassStateGroup", + "AUNSetCollapseAndBypassStateAdvanced", + "AUNSetMuteByTitle", + "AUNSetMuteStateGroup", + "AUNShowTextWithTitle", + "AUNSingleLabelSwitch", + "AUNStrip", + "AUNSwitchFloat", + "AUNTextIndexSwitch", + "AUNTextIndexSwitch3", + "AUNTitleImagePreview", + "AnyType(str)", + "AudioInputOptions", + "JNodes_AnyToString", + "JNodes_ConditioningInOut", + "JNodes_FloatLiteral", + "JNodes_GetCleanFilename", + "JNodes_GetComfyDirectory", + "JNodes_GetLeafDirectory", + "JNodes_GetOutputDirectory", + "JNodes_GetTempDirectory", + "JNodes_IntLiteral", + "JNodes_ModelInOut", + "JNodes_StringLiteral", + "JNodes_SubdirectorySelector", + "JoinVideosInDirectory", + "KSamplerInputs", + "MainFolderManualName", + "TextSwitch2InputWithTextOutput" + ], + { + "title_aux": "AUN ComfyUI Nodes" + } + ], "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": [ [ - "InpaintCrop", "InpaintCropImproved", - "InpaintExtendOutpaint", - "InpaintResize", - "InpaintStitch", "InpaintStitchImproved" ], { @@ -37499,6 +44042,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", @@ -37506,6 +44058,7 @@ "LoadLoraOnly", "LoraAdd", "LoraLayersOperation", + "LoraSimpleAdd", "LoraStatViewer", "MergeLoraToModel", "SaveLora" @@ -37558,7 +44111,6 @@ "CfgScheduleHookProvider", "CombineRegionalPrompts", "CoreMLDetailerHookProvider", - "CustomNoiseDetailerHookProvider", "CustomSamplerDetailerHookProvider", "DenoiseScheduleHookProvider", "DenoiseSchedulerDetailerHookProvider", @@ -37780,7 +44332,6 @@ "CacheBackendDataList //Inspire", "CacheBackendDataNumberKey //Inspire", "CacheBackendDataNumberKeyList //Inspire", - "CacheBridge //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", "ChangeLatentBatchSize //Inspire", @@ -37872,8 +44423,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", @@ -38202,6 +44752,14 @@ "title_aux": "ComfyUI \u00b7 Egregora: Divide & Enhance" } ], + "https://github.com/luckdvr/comfyui-image-annotator": [ + [ + "ImageAnnotator" + ], + { + "title_aux": "comfyui-image-annotator" + } + ], "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [ [ "CatvtonFluxSampler", @@ -38238,6 +44796,7 @@ [ "ControlNetFP8QuantizeNode", "ControlNetMetadataViewerNode", + "GGUFQuantizerNode", "ModelToStateDict", "QuantizeFP8Format", "QuantizeModel", @@ -38277,6 +44836,14 @@ "title_aux": "ComfyUI Midjourney Scraper Node" } ], + "https://github.com/lum3on/ComfyUI_NativeBlockSwap": [ + [ + "wanBlockSwap" + ], + { + "title_aux": "ComfyUI_NativeBlockSwap" + } + ], "https://github.com/lum3on/ComfyUI_Reve-API": [ [ "ReveAPI" @@ -38328,12 +44895,15 @@ "ImgBBUpload", "LumaAIClient", "LumaAddAudio2Video", + "LumaCharacterReference", + "LumaConcatReferences", "LumaExtendGeneration", "LumaImage2Video", "LumaImageGeneration", "LumaInterpolateGenerations", "LumaModifyImage", "LumaPreviewVideo", + "LumaReference", "LumaText2Video", "LumaUpscaleGeneration", "Reference" @@ -38342,6 +44912,41 @@ "title_aux": "ComfyUI-LumaAI-API" } ], + "https://github.com/lunarring/bitalino_comfy": [ + [ + "LR BitalinoReceiver" + ], + { + "title_aux": "bitalino_comfy" + } + ], + "https://github.com/luoq24/ydem_nodes": [ + [ + "YDemExampleNode", + "YDemFaceDirection", + "YDemImageProcessor" + ], + { + "title_aux": "ydem_nodes" + } + ], + "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" @@ -38386,6 +44991,23 @@ "title_aux": "h4 ToolKit" } ], + "https://github.com/maartenharms/comfyui-flowpath": [ + [ + "FlowPath" + ], + { + "title_aux": "FlowPath" + } + ], + "https://github.com/maartenharms/comfyui-promptflow": [ + [ + "PromptFlowCore", + "PromptFlowVariations" + ], + { + "title_aux": "PromptFlow" + } + ], "https://github.com/maepopi/Diffusers-in-ComfyUI": [ [ "BLoRALoader", @@ -38404,7 +45026,9 @@ ], "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": [ [ - "AddParam" + "DJ_PromptPresets", + "DJ_V_Prediction", + "DJ_cliploader" ], { "title_aux": "ComfyUI-V-Prediction-Node" @@ -38428,16 +45052,98 @@ ], "https://github.com/malkuthro/ComfyUI-Koolook": [ [ + "ACES2OutputTransform", + "ARRIWideGamut4", + "ColorSpaceConvert", + "CustomCropArea", + "CustomRefineOption", + "DaVinciWideGamut", "EasyAIPipeline", "EasyResize", "EasyWan22Prompt", "Easy_Version", + "FXTDAIUpscale", + "FXTDBitDepthConvert", + "FXTDCameraShake", + "FXTDCinematicPromptEncoder", + "FXTDCompressionArtifacts", + "FXTDDepthOfField", + "FXTDDownscale32bit", + "FXTDEXRChannelMerge", + "FXTDFilmGrain", + "FXTDFilmGrainAdvanced", + "FXTDFilmLook", + "FXTDHelp", + "FXTDLensEffects", + "FXTDMotionBlur", + "FXTDPhysicalCamera", + "FXTDProFilmEffects", + "FXTDProUpscale", + "FXTDRadianceLoader", + "FXTDRealisticGrain", + "FXTDResolution", + "FXTDRollingShutter", + "FXTDSaveEXR", + "FXTDSaveEXRCryptomatte", + "FXTDSaveEXRMultiLayer", + "FXTDSaveEXRSequence", + "FXTDUpscaleBySize", + "FXTDUpscaleTiled", + "FXTDWhiteBalance", + "FXTD_DepthMapGenerator", + "FXTD_Grade", + "FXTD_RadianceViewer", + "FXTD_Radiance_Sampler_Pro", + "Float32ColorCorrect", + "GPUTensorOps", + "HDR360Generate", + "HDRExpandDynamicRange", + "HDRExposureBlend", + "HDRHistogram", + "HDRShadowHighlightRecovery", + "HDRToneMap", + "ImageToFloat32", + "KoolookLoadCameraPosesAbsolute", + "LoadImageEXR", + "LoadImageEXRSequence", + "LogCurveDecode", + "LogCurveEncode", + "NAGParamtersSetting", + "OCIOColorTransform", + "OCIOListColorspaces", + "RadianceGPUColorMatrix", + "RadianceLUTApply", + "RadianceLogCurveDecode", + "RadianceOCIOColorTransformV2", + "RadianceVAEDecode", + "RadianceVAEEncode", + "RefineTest", + "RegionalBatchPrompt", + "SaveHDRI", + "SaveImage16bit", + "SaveImageEXR", + "SuperUltimateVACEUpscale", + "VACEControlImageCombine", + "VACEPromptCheckTotalFrame", + "VACEPromptCombine", + "VaceFunLongVideo", + "VaceLongVideo", + "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", @@ -38610,6 +45316,32 @@ "title_aux": "Flux Prompt Enhance Node for ComfyUI" } ], + "https://github.com/marduk191/ComfyUI-ZImageTurboHQNodes": [ + [ + "ZImageTurboConditioning", + "ZImageTurboLatentInit", + "ZImageTurboSampler", + "ZImageTurboSamplerAdvanced", + "ZImageTurboSamplingPlan", + "ZImageTurboSeedControl", + "ZImageTurboSinglePromptConditioning", + "ZImageTurboSinglePromptConditioningAdvanced", + "ZImageTurboTwoPassRefiner", + "ZImageTurboTwoPassRefinerAdvanced" + ], + { + "title_aux": "ComfyUI-ZImageTurboHQNodes" + } + ], + "https://github.com/marduk191/ComfyUI_LFM2-350M": [ + [ + "LFM2Generator", + "LFM2Loader" + ], + { + "title_aux": "ComfyUI_LFM2-350M" + } + ], "https://github.com/marduk191/comfyui-marnodes": [ [ "ImageToDevice", @@ -38711,6 +45443,25 @@ "title_aux": "comfyui-previewlatent" } ], + "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes": [ + [ + "EmptyZImageLatentImage", + "IllustrationStylePromptEncoder", + "MyTop10Styles", + "MyTop10StylesEditor", + "PhotoStylePromptEncoder", + "SaveImage", + "StylePromptEncoder", + "StylePromptEncoder2", + "StyleStringInjector", + "StyleStringInjector2", + "ZSamplerTurbo", + "ZSamplerTurboAdvanced" + ], + { + "title_aux": "ComfyUI-ZImagePowerNodes" + } + ], "https://github.com/massao000/ComfyUI_aspect_ratios": [ [ "Aspect Ratios Node" @@ -38724,6 +45475,7 @@ "AlwaysExecute", "CommandPickerServing", "DiscordServing", + "HTTPServing", "ServingInputImage", "ServingInputImageAsLatent", "ServingInputNumber", @@ -38763,7 +45515,8 @@ "Expo Lmstudio Unified", "ExpoLmstudioImageToText", "ExpoLmstudioTextGeneration", - "ExpoLmstudioUnified" + "ExpoLmstudioUnified", + "Random List Picker" ], { "author": "Matt John Powell", @@ -38793,6 +45546,36 @@ "title_aux": "OllamaTools for ComfyUI" } ], + "https://github.com/maxczc/comfyui-sora-node": [ + [ + "SoraImageToVideo", + "SoraTextToVideo", + "SoraVideoToVideo" + ], + { + "title_aux": "comfyui-sora-node" + } + ], + "https://github.com/maximilianwicen/ComfyUI-MaxTools": [ + [ + "MaxQuickImageSize" + ], + { + "title_aux": "ComfyUI-MaxTools" + } + ], + "https://github.com/maxious/comfyui-dap": [ + [ + "DAP_ERP_to_Cubemap", + "DAP_Inference", + "DAP_Loader", + "DAP_Normal_Map", + "DAP_Panoramic_Mesh" + ], + { + "title_aux": "comfyui-dap" + } + ], "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": [ [ "DiscordPostViaWebhook", @@ -38807,6 +45590,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" @@ -38817,8 +45608,7 @@ ], "https://github.com/mbrostami/ComfyUI-TITrain": [ [ - "TextualInversionTraining", - "TextualInversionTrainingSDXL" + "TextualInversionTraining" ], { "title_aux": "ComfyUI-TITrain" @@ -38827,14 +45617,36 @@ "https://github.com/mcDandy/more_math": [ [ "mrmth_AudioMathNode", + "mrmth_AudioToImageSpectrogram", + "mrmth_BoolToInt", + "mrmth_CLIPMathNode", "mrmth_ConditioningMathNode", "mrmth_FloatMathNode", "mrmth_FloatToInt", "mrmth_ImageMathNode", + "mrmth_ImageSpectrogramToAudio", + "mrmth_IntToBool", "mrmth_IntToFloat", "mrmth_LatentMathNode", + "mrmth_MaskMathNode", + "mrmth_ModelMathNode", "mrmth_NoiseMathNode", - "mrmth_VideoMathNode" + "mrmth_ScriptInput", + "mrmth_VAEMathNode", + "mrmth_VideoMathNode", + "mrmth_ag_AudioMathNode", + "mrmth_ag_CLIPMathNode", + "mrmth_ag_ConditioningMathNode", + "mrmth_ag_FloatMathNode", + "mrmth_ag_GuiderMathNode", + "mrmth_ag_ImageMathNode", + "mrmth_ag_LatentMathNode", + "mrmth_ag_MaskMathNode", + "mrmth_ag_ModelMathNode", + "mrmth_ag_NoiseMathNode", + "mrmth_ag_SigmasMathNode", + "mrmth_ag_VAEMathNode", + "mrmth_ag_VideoMathNode" ], { "title_aux": "More Math" @@ -38849,15 +45661,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", @@ -38999,6 +45802,17 @@ "title_aux": "comfy-oiio" } ], + "https://github.com/mengqin/ComfyUI-TwinFlow": [ + [ + "TwinFlowKSampler", + "TwinFlowPatcher", + "TwinFlowSampler", + "TwinFlowScheduler" + ], + { + "title_aux": "Twinflow Node for ComfyUI" + } + ], "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": [ [ "UnetBnbModelLoader" @@ -39137,8 +45951,7 @@ "BBOXPadding", "BBOXResize", "ImageResizeKeepRatio", - "PrimitiveBBOX", - "RaiseError" + "PrimitiveBBOX" ], { "title_aux": "comfyui_met_suite" @@ -39218,6 +46031,32 @@ "title_aux": "ComfyUI-HF-Model-Downloader" } ], + "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": [ + [ + "AnchorFrameExtractor", + "BatchColorCorrector", + "BoundaryFrameExtractor", + "BoundaryFrameSplicer", + "ContextImageExtractor", + "ControlEndFrameExtractor", + "ControlImageSlicer", + "EndFrameInjector", + "FrameAccumulator", + "FrameContextFit", + "IterVideoRouter", + "IterationSwitch", + "PreprocessSettings", + "PreprocessSettingsSimple", + "PreprocessSettingsSingle", + "PreprocessSwitch", + "PreviewBridge", + "ResolutionPicker", + "WanResolutionPicker" + ], + { + "title_aux": "Mickmumpitz-Nodes" + } + ], "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": [ [ "StyledCLIPTextEncode" @@ -39226,6 +46065,15 @@ "title_aux": "StyledCLIPTextEncode" } ], + "https://github.com/migero/ComfyUI-Equirectangular-Strip": [ + [ + "EquirectToStrip90", + "Strip90ToEquirect" + ], + { + "title_aux": "ComfyUI-Equirectangular-Strip" + } + ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ [ "InpaintMediapipe" @@ -39251,6 +46099,29 @@ "title_aux": "C2PA Image Signer - ComfyUI Custom Node" } ], + "https://github.com/mikemojen/ComfyUI-HappNodeSet": [ + [ + "AutoCrop", + "CSVValueExtractor", + "ColorQuantizer", + "DashedToSolidLine", + "ExtractBlack", + "ExtractBlackAdvanced", + "ExtractRed", + "LineDetector", + "NonWhiteToBlack", + "NumberStringCleanup", + "RasterToUniformSVG", + "RoundDownNode", + "RoundUpNode", + "SVGDimensions", + "SVGPathLength", + "SVGPathLengthDetailed" + ], + { + "title_aux": "ComfyUI-HappNodeSet" + } + ], "https://github.com/mikeshuangyan/ComfyUI_MqUtils": [ [ "MqCheckFP4Support", @@ -39286,6 +46157,15 @@ "title_aux": "ComfyUI - Mask Bounding Box" } ], + "https://github.com/mingchoi/ComfyUI-Prompt-Iterator": [ + [ + "PromptIterator", + "PromptTemplateIterator" + ], + { + "title_aux": "ComfyUI-Prompt-Iterator" + } + ], "https://github.com/mingsky-ai/ComfyUI-MingNodes": [ [ "AddWaterMarkNode", @@ -39303,6 +46183,21 @@ "title_aux": "ComfyUI-MingNodes" } ], + "https://github.com/mingyi456/ComfyUI-DFloat11-Extended": [ + [ + "CheckpointLoaderWithDFloat11", + "DFloat11CheckpointCompressor", + "DFloat11Decompressor", + "DFloat11DiffusersModelLoader", + "DFloat11LoadingPatch", + "DFloat11ModelCompressor", + "DFloat11ModelLoader", + "DFloat11ModelLoaderAdvanced" + ], + { + "title_aux": "ComfyUI DFloat11 Extended" + } + ], "https://github.com/mira-6/comfyui-sasolver": [ [ "SamplerSASolver", @@ -39394,12 +46289,38 @@ "illustrious_character_select", "illustrious_character_select_en", "llm_prompt_gen_node", - "local_llm_prompt_gen" + "local_llm_prompt_gen", + "wd_tagger_mira" ], { "title_aux": "ComfyUI_Mira" } ], + "https://github.com/mirabarukaso/ComfyUI_MiraSubPack": [ + [ + "ImageCropTilesByPixels_MiraSubPack", + "ImageCropTiles_MiraSubPack", + "ImageMergeByPixelAlign_MiraSubPack", + "ImageTiledKSamplerWithTagger_MiraSubPack", + "JoyCaptionBetaOneSimple_MiraSubPack", + "JoyCaptionNodeBetaOne_MiraSubPack", + "LatentUpscaleAndCropTiles_MiraSubPack", + "MiraITUPipelineCombine_MiraSubPack", + "MiraITUPipelineExtract_MiraSubPack", + "MiraImageUpscaleCalculator_MiraSubPack", + "OverlappedImageMerge_MiraSubPack", + "OverlappedLatentMerge_MiraSubPack", + "Qwen3VL_MiraSubPack", + "TextEncodeQwenImageEditPlus_MiraSubPack", + "TextEncodeQwenImageEdit_MiraSubPack", + "TiledImageColorCorrection_MiraSubPack", + "VAEDecode_MiraSubPack", + "VAEEncode_MiraSubPack" + ], + { + "title_aux": "ComfyUI_MiraSubPack" + } + ], "https://github.com/misterjoessef/MLTask_ComfyUI": [ [ "FacebookPosterData", @@ -39460,6 +46381,8 @@ ], "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": [ [ + "GoStopAnythingMittimi01", + "OutputLongLengthMittimi01", "WidthHeightMittimi01" ], { @@ -39485,7 +46408,9 @@ ], "https://github.com/mobcat40/ComfyUI-PromptChain": [ [ - "PromptChain" + "PromptChain", + "PromptChainDebug", + "SyntaxTest" ], { "title_aux": "ComfyUI-PromptChain" @@ -39511,6 +46436,8 @@ [ "DimensionProviderFree modusCell", "DimensionProviderRatio modusCell", + "Free", + "Ratio", "String Concat modusCell" ], { @@ -39533,6 +46460,15 @@ "title_aux": "comfyui_wordpress" } ], + "https://github.com/molbal/ComfyUI-LLM-CLIP": [ + [ + "LLMClipLoader", + "LLMClipTextEncode" + ], + { + "title_aux": "ComfyUI-LLM-CLIP" + } + ], "https://github.com/monkeyWie/ComfyUI-FormInput": [ [ "BooleanInput_FormInput", @@ -39577,6 +46513,7 @@ "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ "CheckPointLoaderSimpleFromString", + "DropFirstImage", "IntSelector", "JsonExtractFloat", "JsonExtractInt", @@ -39596,7 +46533,8 @@ "StringSelector", "StringViewer", "SummaryReader", - "TomlPromptDecode" + "TomlPromptDecode", + "UNETLoaderFromString" ], { "title_aux": "comfyui-toml-prompt" @@ -39644,6 +46582,17 @@ "title_aux": "ComfyUI-SaveImageS3" } ], + "https://github.com/mrf/ComfyPoe": [ + [ + "PoeImageEdit", + "PoeImageGenerate", + "PoeImageVariation", + "PoeMultiImageEdit" + ], + { + "title_aux": "ComfyPoe" + } + ], "https://github.com/mrhan1993/ComfyUI-Fooocus": [ [ "AlignYourStepsScheduler", @@ -39801,6 +46750,53 @@ "title_aux": "ComfyUI-Fooocus" } ], + "https://github.com/mrm987/ComfyUI_Multi_Prompt_Generator": [ + [ + "MultiPromptGenerator", + "NAIMultiPromptGenerator" + ], + { + "title_aux": "ComfyUI-Multi-Prompt-Generator" + } + ], + "https://github.com/mudknight/comfyui-mudknight-utils": [ + [ + "AutoLevelNode", + "BBoxInsetAndCrop", + "BaseNode", + "CharacterPresetNode", + "CharacterReplacementNode", + "CombinedUpscaleNode", + "ConditionalLoraFullPipe", + "CustomResolutionPipe", + "DetailerNode", + "DetailerPipeNode", + "FullPipeIn", + "FullPipeLoader", + "FullPipeOut", + "ImageDifference", + "LoaderFullPipe", + "MaskDetailerNode", + "MaskDetailerPipeNode", + "ModelPresetNode", + "MultiStringConditioning", + "NestedDetailerNode", + "NestedDetailerPipeNode", + "OpenCVDenoise", + "PromptConditioningNode", + "ResolutionSelector", + "SaveFullPipe", + "SeedWithOverride", + "SplitLoaderFullPipe", + "StylePresetNode", + "TagPresetNode", + "UpscaleNode", + "WildcardNode" + ], + { + "title_aux": "comfyui-mudknight-utils" + } + ], "https://github.com/muhammederem/blip-comfyui": [ [ "Blip Processor Node", @@ -39864,8 +46860,10 @@ ], "https://github.com/myonmu0/ComfyUI-Jumper": [ [ + "Receive Audio", "Receive Images", "Receive String", + "Send Audio", "Send Images", "Send String" ], @@ -39875,6 +46873,7 @@ ], "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": [ [ + "High444H264Encode", "ShellAgentPluginInputAudio", "ShellAgentPluginInputBoolean", "ShellAgentPluginInputFloat", @@ -39890,7 +46889,8 @@ "ShellAgentPluginSaveAudios", "ShellAgentPluginSaveImage", "ShellAgentPluginSaveImages", - "ShellAgentPluginSaveVideoVHS" + "ShellAgentPluginSaveVideoVHS", + "ShellAgentPluginVideoCombineEncrypt" ], { "author": "MyShell", @@ -39901,8 +46901,7 @@ ], "https://github.com/n0neye/A3D-comfyui-integration": [ [ - "A3DListener", - "UniqueNodeName" + "A3DListener" ], { "title_aux": "A3D ComfyUI Integration" @@ -39948,6 +46947,14 @@ "title_aux": "ComfyUI_Mel_Nodes" } ], + "https://github.com/naku-yh/ComfyUI_Flux2ImageReference": [ + [ + "NakuNode_Flux2" + ], + { + "title_aux": "ComfyUI_Flux2ImageReference" + } + ], "https://github.com/namtb96/OmniGen2-Simple-Node": [ [ "OmniGen2ModelLoader", @@ -39994,6 +47001,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", @@ -40061,6 +47096,15 @@ "title_aux": "comfyui-smooth-step-lora-loader" } ], + "https://github.com/neurodanzelus-cmd/ComfyUI-TeleStyle": [ + [ + "TeleStyleLoader", + "TeleStyleVideoInference" + ], + { + "title_aux": "ComfyUI-TeleStyle" + } + ], "https://github.com/neverbiasu/ComfyUI-BAGEL": [ [ "BagelImageEdit", @@ -40131,10 +47175,14 @@ ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ + "GroundingDinoModelLoader", "GroundingDinoModelLoader (segment anything2)", + "GroundingDinoSAM2Segment", "GroundingDinoSAM2Segment (segment anything2)", + "InvertMask", "InvertMask (segment anything)", "IsMaskEmpty", + "SAM2ModelLoader", "SAM2ModelLoader (segment anything2)" ], { @@ -40202,6 +47250,7 @@ ], "https://github.com/niknah/ComfyUI-InfiniteYou": [ [ + "InfiniteYouSample", "InfiniteYouSampler" ], { @@ -40245,10 +47294,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", @@ -40267,7 +47319,16 @@ "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_Seed", + "NilorUserInput_String" ], { "title_aux": "Nilor Nodes by Nilor Corp" @@ -40430,6 +47491,20 @@ "title_aux": "ComfyUI-TextOnSegs" } ], + "https://github.com/nobandegani/comfyui_ino_nodes": [ + [ + "InoBoolToSwitch", + "InoBooleanEqual", + "InoCropImageByBox", + "InoGetDateTimeAsBase64", + "InoLoadImagesFromFolder", + "InoNotBoolean", + "InoOnImageListCompleted" + ], + { + "title_aux": "ComfyUI Ino Nodes" + } + ], "https://github.com/nobrainX2/comfyUI-customDia": [ [ "Audio retimer", @@ -40468,10 +47543,13 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": [ [ "DynamicQueueCounter", + "FalAPI_Flux2KleinEdit", "FalAPI_Flux2LoraEdit", + "FalAPI_Flux2TurboEdit", "FalAPI_NanoBananaPro", "FalAPI_QwenEditPlus", "FalAPI_kling_video", + "FalAPI_ltx2_video", "FalAPI_recraft_upscale", "FalAPI_seedance_video", "FluxKontextInpaintingConditioning", @@ -40486,6 +47564,7 @@ "ReplicateAPI_flux_1_1_pro_ultra", "ReplicateAPI_flux_fill_pro", "StringLower", + "WaveSpeedAI_Flux2LoraEdit", "WaveSpeedAI_Image" ], { @@ -40527,6 +47606,8 @@ "InstantIdAdapterApply", "InstantIdAndControlnetApply", "Kps2dRandomizer", + "Kps2dScale", + "Kps2dScaleBy", "Kps3dFromImage", "Kps3dRandomizer", "KpsCrop", @@ -40538,6 +47619,7 @@ "LoadInsightface", "LoadInstantIdAdapter", "MaskFromKps", + "PreprocessImagAdvancese", "PreprocessImage", "PreprocessImageAdvanced", "RotateImage" @@ -40621,8 +47703,7 @@ "CutForInpaint", "PowerPaint", "PowerPaintCLIPLoader", - "RAUNet", - "Terminal" + "RAUNet" ], { "author": "nullquant", @@ -40662,7 +47743,22 @@ ], "https://github.com/nunchaku-tech/ComfyUI-nunchaku": [ [ - "NunchakuWheelInstaller" + "NunchakuDepthPreprocessor", + "NunchakuFluxDiTLoader", + "NunchakuFluxIPAdapterApply", + "NunchakuFluxLoraLoader", + "NunchakuFluxLoraStack", + "NunchakuFluxPuLIDApplyV2", + "NunchakuIPAdapterLoader", + "NunchakuModelMerger", + "NunchakuPuLIDLoaderV2", + "NunchakuPulidApply", + "NunchakuPulidLoader", + "NunchakuQwenImageDiTLoader", + "NunchakuTextEncoderLoader", + "NunchakuTextEncoderLoaderV2", + "NunchakuWheelInstaller", + "NunchakuZImageDiTLoader" ], { "title_aux": "ComfyUI-nunchaku" @@ -40702,6 +47798,16 @@ "title_aux": "ComfyUI_NetDist_Plus" } ], + "https://github.com/nyueki/ComfyUI-RemoteCLIPLoader": [ + [ + "LoadRemoteCLIP", + "LoraLoaderCLIPOnly", + "SendRemoteCLIP" + ], + { + "title_aux": "ComfyUI-RemoteCLIPLoader" + } + ], "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": [ [ "OlmChannelMixer" @@ -40801,6 +47907,33 @@ "title_aux": "ComfyUI-WhisperXX" } ], + "https://github.com/ohmygoobness/ComfyUI-ImageResolutionFixer": [ + [ + "ImageResolutionFixer" + ], + { + "title_aux": "ComfyUI-ImageResolutionFixer" + } + ], + "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", @@ -40824,10 +47957,12 @@ ], "https://github.com/olafrv/comfyui_olafrv": [ [ + "ORVImageSizeBestFitResolution", "ORvEmbeddingsHeatmap", "ORvEmbeddingsSpectrogram", "ORvStringConsoleDebug", - "ORvTextEncoderGoogleEmbeddingGemma3" + "ORvTextEncoderGoogleEmbeddingGemma3", + "ORvTextStripNonLatin" ], { "title_aux": "Olaf's Nodes" @@ -40842,6 +47977,57 @@ "title_aux": "ComfyUI-HfLoader" } ], + "https://github.com/olduvai-jp/ComfyUI-S3-IO": [ + [ + "LoadImageS3", + "LoadVideoUploadS3", + "SaveImageS3", + "VHS_AudioToVHSAudio", + "VHS_BatchManager", + "VHS_DuplicateImages", + "VHS_DuplicateLatents", + "VHS_DuplicateMasks", + "VHS_GetImageCount", + "VHS_GetLatentCount", + "VHS_GetMaskCount", + "VHS_LoadAudio", + "VHS_LoadAudioUpload", + "VHS_LoadImagePath", + "VHS_LoadImages", + "VHS_LoadImagesPath", + "VHS_LoadVideo", + "VHS_LoadVideoFFmpeg", + "VHS_LoadVideoFFmpegPath", + "VHS_LoadVideoPath", + "VHS_MergeImages", + "VHS_MergeLatents", + "VHS_MergeMasks", + "VHS_PruneOutputs", + "VHS_SelectEveryNthImage", + "VHS_SelectEveryNthLatent", + "VHS_SelectEveryNthMask", + "VHS_SelectFilename", + "VHS_SelectImages", + "VHS_SelectLatents", + "VHS_SelectLatest", + "VHS_SelectMasks", + "VHS_SplitImages", + "VHS_SplitLatents", + "VHS_SplitMasks", + "VHS_Unbatch", + "VHS_VAEDecodeBatched", + "VHS_VAEEncodeBatched", + "VHS_VHSAudioToAudio", + "VHS_VideoCombine", + "VHS_VideoInfo", + "VHS_VideoInfoLoaded", + "VHS_VideoInfoSource", + "VideoCombineS3" + ], + { + "title_aux": "ComfyUI-S3-IO" + } + ], "https://github.com/oleksandr612/ComfyUI-Counter": [ [ "Simple Counter" @@ -40863,10 +48049,15 @@ ], "https://github.com/olivv-cs/ComfyUI-FunPack": [ [ - "FunPackCLIPLoader", "FunPackContinueVideo", + "FunPackCreativeTemplate", "FunPackImg2LatentInterpolation", + "FunPackLorebookEnhancer", "FunPackPromptEnhancer", + "FunPackStoryMemJSONConverter", + "FunPackStoryMemKeyframeExtractor", + "FunPackStoryMemLastFrameExtractor", + "FunPackStoryWriter", "FunPackVideoStitch" ], { @@ -40888,7 +48079,6 @@ "Debug String _O", "Debug Text _O", "Debug Text route _O", - "Edit_image _O", "Equation1param _O", "Equation2params _O", "GetImage_(Width&Height) _O", @@ -40906,7 +48096,6 @@ "Text _O", "Text2Image _O", "Trim Text _O", - "VAEDecodeParallel _O", "combine_chat_messages _O", "compine_chat_messages _O", "concat Strings _O", @@ -40935,6 +48124,7 @@ ], "https://github.com/omixmaxdimo/OmiXDev": [ [ + "OmixChatOllama", "OmixChatPro", "OmixGeminiPro", "ResolutionPresets" @@ -41149,6 +48339,8 @@ "PDFGetPageCount", "PDFLoad", "PDFMerge", + "PDFPagesToImages", + "PDFPreviewPage", "PDFRotatePages", "PDFSave", "PDFSelectPageAndExtractText" @@ -41194,9 +48386,10 @@ "https://github.com/orion4d/illusion_node": [ [ "AdvancedAutostereogramNode", - "AutostereogramNode", "CheckerboardNode", "ColorImageNode", + "OpticalGeometricNode", + "OpticalIllusionNode", "PatternGeneratorNode", "TessellationNode", "TileImageRepeaterNode" @@ -41435,6 +48628,7 @@ "DynamicThresholdingPost", "DynamicThresholdingSimplePost", "EmptyLatentImageAR", + "EpsilonScalingPPM", "FreeU2PPM", "Guidance Limiter", "LatentOperationTonemapLuminance", @@ -41448,7 +48642,7 @@ "SamplerGradientEstimation", "SkipFirstStepCFG", "TCFGAdvanced", - "VAEPadding" + "TilePreprocessorPPM" ], { "title_aux": "ComfyUI-ppm" @@ -41466,23 +48660,32 @@ ], "https://github.com/pamparamm/sd-perturbed-attention": [ [ + "FrequencyDecoupledGuidance", "NormalizedAttentionGuidance", "PLADIS", "PerturbedAttention", "SlidingWindowGuidanceAdvanced", "SmoothedEnergyGuidanceAdvanced", - "TRTAttachPag", - "TRTPerturbedAttention", "TokenPerturbationGuidance" ], { "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" @@ -41574,6 +48777,15 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/pavelchezcin/pcvideomask": [ + [ + "MaskBBoxStitcher", + "MaskToBBSmoothed" + ], + { + "title_aux": "pcvideomask" + } + ], "https://github.com/pawelmal0101/ComfyUI-Webhook": [ [ "Webhook" @@ -41609,6 +48821,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", @@ -41620,6 +48841,14 @@ "title_aux": "Comfyui_wan_api" } ], + "https://github.com/pentarab/ComfyUI-For-ChatterBox": [ + [ + "ChatterboxTTS" + ], + { + "title_aux": "ComfyUI-For-ChatterBox" + } + ], "https://github.com/perckle/comfyui_dpir": [ [ "ImageDenoiseWithDPIR" @@ -41638,6 +48867,31 @@ "title_aux": "ComfyUI-QwenEdit-Urbanism-by-UGA" } ], + "https://github.com/peter119lee/ComfyUI-BananaForge": [ + [ + "BananaForgeBatch", + "BananaForgeImg2Img", + "BananaForgeText2Img" + ], + { + "title_aux": "ComfyUI-BananaForge" + } + ], + "https://github.com/petmycat/ComfyUI-gen2": [ + [ + "Gen2_ApplyQwenControlNetFun", + "Gen2_DwposeThreshold", + "Gen2_LoadQwenControlNetFun", + "Gen2_LoadQwenLora", + "Gen2_LoadQwenVAE", + "Gen2_QwenClipTextEncode", + "Gen2_QwenImageControlSampler", + "Gen2_StringReplace" + ], + { + "title_aux": "ComfyUI-gen2" + } + ], "https://github.com/petr-pr/ComfyUI-TranslationNode": [ [ "TranslationNode" @@ -41656,6 +48910,14 @@ "title_aux": "comfy-cliption" } ], + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": [ + [ + "DGXSparkSafetensorsLoader" + ], + { + "title_aux": "ComfyUI-DGXSparkSafetensorsLoader" + } + ], "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": [ [ "OrpheusTTSLMStudio" @@ -41763,6 +49025,8 @@ ], "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": [ [ + "Comfyui_Qwen_CUDA/Qwen25_VL", + "Comfyui_Qwen_CUDA/Qwen3", "Qwen25_VL", "Qwen3" ], @@ -41772,7 +49036,6 @@ ], "https://github.com/pictorialink/ComfyUI-Text-Translation": [ [ - "Get_Translator", "Text", "Text_Concatenate", "Text_Switch", @@ -41793,6 +49056,7 @@ "DallE3_PoP", "EfficientAttention", "LoadImageResizer_PoP", + "LoraStackLoader10", "LoraStackLoader10_PoP", "LoraStackLoader_PoP", "VAEDecoderPoP", @@ -41811,7 +49075,6 @@ "MF_LineSelect", "MF_LogFile", "MF_LogReader", - "MF_Modulo", "MF_ModuloAdvanced", "MF_ReadData", "MF_SaveData", @@ -41847,6 +49110,28 @@ "title_aux": "ComfyUI-Upscale-CUDAspeed" } ], + "https://github.com/pixelpainter/UI-Decorators": [ + [ + "DividerNode", + "NoteNode", + "SpacerNode", + "TitleNode" + ], + { + "title_aux": "UI-Decorators [SubGraph]" + } + ], + "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID": [ + [ + "RemoteControl", + "RemoteControlMulti", + "RemoteSwitch", + "RemoteSwitchMulti" + ], + { + "title_aux": "mute-bypass by node ID" + } + ], "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": [ [ "FlattenByAlpha" @@ -41925,12 +49210,15 @@ [ "AdvancedBloomFX", "AdvancedStringReplace", + "AnyTrigger", "ArcaneBloomFX", "AudioCompressor", + "AudioFrameAdjuster", "AudioLoaderCrawl", "AudioOrManualFrameCount", "AudioPreviewer", "AutopromptProcessor", + "BatchBrightnessCurve", "Boolean Transform", "BooleanInvert", "CLIPTextEncodeFluxMerged", @@ -41946,7 +49234,9 @@ "CRT_FileBatchPromptScheduler", "CRT_KSamplerBatch", "CRT_QuantizeAndCropImage", + "CRT_RemoveLines", "CRT_StringBatcher", + "CRT_StringLineCounter", "CRT_StringSplitter", "CRT_UpscaleModelAdv", "CRT_WAN_BatchSampler", @@ -41955,22 +49245,21 @@ "ColorIsolationFX", "ColourfulnessFX", "ContourFX", + "DepthAnythingTensorrtFormat", "EmptyContext", "EnableLatent", - "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", "FancyNoteNode", "FancyTimerNode", "FileLoaderCrawl", "FileLoaderCrawlBatch", "FilmGrainFX", - "FluxAIO_CRT", "FluxControlnetSampler", "FluxControlnetSamplerWithInjection", "FluxLoraBlocksPatcher", - "FluxSemanticEncoder", "FluxTiledSamplerCustomAdvanced", "ImageDimensionsFromMegaPixels", + "ImageDimensionsFromMegaPixelsAlt", "ImageLoaderCrawl", "LatentNoiseInjectionSampler", "LensDistortFX", @@ -41981,11 +49270,13 @@ "Lora Loader Str", "MaskEmptyFloatNode", "MaskPassOrPlaceholder", + "MonoToStereoConverter", "ParametricEQNode", "PonyFaceEnhancementPipelineWithInjection", "PonyUpscaleSamplerWithInjection", "Remove Trailing Comma", "Resolution", + "SamplerSchedulerCrawler", "SamplerSchedulerSelector", "SaveAudioWithPath", "SaveImageWithPath", @@ -42002,18 +49293,16 @@ "SmartStyleModelApplyDual", "Strength To Steps", "Technicolor2FX", - "Toggle Lora Unet Blocks L1", - "Toggle Lora Unet Blocks L2", + "Text Box line spot", "Video Duration Calculator", "VideoLoaderCrawl", "WAN2.2 LoRA Compare Sampler", "WanVideoLoraSelectMultiImproved" ], { - "author": "chflame", - "description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.", - "nickname": "LayerStyle", - "title": "LayerStyle", + "author": "CRT", + "description": "Set of nodes for ComfyUI", + "title": "CRT-Nodes", "title_aux": "CRT-Nodes" } ], @@ -42036,9 +49325,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" @@ -42053,6 +49364,23 @@ "title_aux": "ComfyUI-musubi" } ], + "https://github.com/polymath-wtf/ComfyUI-Polymath-Vibenodes": [ + [ + "PM_JsonPrompt" + ], + { + "title_aux": "ComfyUI-Polymath-Vibenodes" + } + ], + "https://github.com/pongjoo/ComfyUI-PJLatent": [ + [ + "PJ_Latent_Generator", + "PJ_Video_Latent_Generator" + ], + { + "title_aux": "ComfyUI-PJLatent" + } + ], "https://github.com/popoimm/comfyui-popo-utility": [ [ "PopoImageAspectRatioNode", @@ -42074,6 +49402,7 @@ "BMAB Clip Text Encoder SDXL", "BMAB Conditioning To Bind", "BMAB Context", + "BMAB Control Net", "BMAB ControlNet", "BMAB ControlNet IPAdapter", "BMAB ControlNet Openpose", @@ -42083,6 +49412,7 @@ "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", + "BMAB DinoSam", "BMAB Dummy", "BMAB Edge", "BMAB Extractor", @@ -42152,6 +49482,23 @@ "title_aux": "ComfyUI-PDiD-LLM-Nodes" } ], + "https://github.com/princepainter/ComfyUI-PainterAI2V": [ + [ + "PainterAI2V", + "PainterAV2V" + ], + { + "title_aux": "ComfyUI-PainterAI2V" + } + ], + "https://github.com/princepainter/ComfyUI-PainterFrameCount": [ + [ + "PainterFrameMath" + ], + { + "title_aux": "ComfyUI-PainterFrameCount" + } + ], "https://github.com/princepainter/ComfyUI-PainterI2V": [ [ "PainterI2V" @@ -42160,6 +49507,14 @@ "title_aux": "ComfyUI-PainterI2V" } ], + "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced": [ + [ + "PainterI2VAdvanced" + ], + { + "title_aux": "ComfyUI-PainterI2Vadvanced" + } + ], "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": [ [ "PainterI2VforKJ" @@ -42168,6 +49523,32 @@ "title_aux": "ComfyUI-PainterI2VforKJ" } ], + "https://github.com/princepainter/ComfyUI-PainterImageFromBatch": [ + [ + "PainterImageFromBatch" + ], + { + "title_aux": "ComfyUI-PainterImageFromBatch" + } + ], + "https://github.com/princepainter/ComfyUI-PainterImageLoad": [ + [ + "PainterImageLoad" + ], + { + "title_aux": "ComfyUI-PainterImageLoad" + } + ], + "https://github.com/princepainter/ComfyUI-PainterLTXV2": [ + [ + "PainterLTX2V", + "PainterLTX2VPlus", + "PainterSamplerLTXV" + ], + { + "title_aux": "ComfyUI-PainterLTXV2" + } + ], "https://github.com/princepainter/ComfyUI-PainterLongVideo": [ [ "PainterLongVideo" @@ -42176,6 +49557,49 @@ "title_aux": "ComfyUI-PainterLongVideo" } ], + "https://github.com/princepainter/ComfyUI-PainterMultiF2V": [ + [ + "PainterCombineFromBatch", + "PainterMultiF2V", + "PainterPrompt" + ], + { + "title_aux": "ComfyUI-PainterMultiF2V" + } + ], + "https://github.com/princepainter/ComfyUI-PainterQwenImageEdit": [ + [ + "PainterQwenImageEditPlus" + ], + { + "title_aux": "ComfyUI-PainterQwenImageEdit" + } + ], + "https://github.com/princepainter/ComfyUI-PainterVideoCombine": [ + [ + "PainterVideoCombine" + ], + { + "title_aux": "ComfyUI-PainterVideoCombine" + } + ], + "https://github.com/princepainter/ComfyUI-PainterVideoInfo": [ + [ + "VideoInfoLoaded", + "VideoInfoSource" + ], + { + "title_aux": "ComfyUI-PainterVideoInfo" + } + ], + "https://github.com/princepainter/ComfyUI-PainterVideoUpscale": [ + [ + "PainterVideoUpscale" + ], + { + "title_aux": "ComfyUI-PainterVideoUpscale" + } + ], "https://github.com/princepainter/Comfyui-PainterAudioCut": [ [ "PainterAudioCut" @@ -42184,6 +49608,14 @@ "title_aux": "Comfyui-PainterAudioCut" } ], + "https://github.com/princepainter/Comfyui-PainterAudioLength": [ + [ + "PainterAudioLength" + ], + { + "title_aux": "Comfyui-PainterAudioLength" + } + ], "https://github.com/princepainter/Comfyui-PainterFLF2V": [ [ "PainterFLF2V" @@ -42192,6 +49624,14 @@ "title_aux": "PainterFLF2V - First/Last Frame Video Enhancer" } ], + "https://github.com/princepainter/Comfyui-PainterFluxImageEdit": [ + [ + "PainterFluxImageEdit" + ], + { + "title_aux": "Comfyui-PainterFluxImageEdit" + } + ], "https://github.com/princepainter/Comfyui-PainterSampler": [ [ "PainterSampler" @@ -42241,6 +49681,7 @@ "Draw Labelme Json", "Load Yolov8 Model", "Load Yolov8 Model From Path", + "Load Yolov8 Model Upload", "Save Labelme Json" ], { @@ -42348,6 +49789,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", @@ -42357,20 +49824,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", @@ -42386,15 +49860,24 @@ "PVL_Stitch2Size", "PVL_StringConcatX3", "PVL_StringConcatX8", + "PVL_StringListToString", "PVL_StringToNumber", + "PVL_StringToStringList", "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", @@ -42403,6 +49886,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", @@ -42411,10 +49895,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" @@ -42454,7 +49941,6 @@ "LoadText|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", - "MultiPrimitive|pysssss", "PlaySound|pysssss", "Repeater|pysssss", "ReroutePrimitive|pysssss", @@ -42475,6 +49961,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", @@ -42588,14 +50085,6 @@ "title_aux": "queuetools" } ], - "https://github.com/r3dial/redial-discomphy": [ - [ - "DiscordMessage" - ], - { - "title_aux": "Redial Discomphy - Discord Integration for ComfyUI" - } - ], "https://github.com/r3dsd/comfyui-template-loader": [ [ "TemplateLoader" @@ -42665,6 +50154,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", @@ -42705,12 +50205,22 @@ ], "https://github.com/ranska/pixel_palette_art": [ [ + "AppendPaletteNode", "ColorFormatterNode", "ColorPreviewNode", + "CopySubsetNode", "CreateColorFromRGBNode", + "CreateGradientPaletteNode", "GimpPaletteLoader", + "GradientBetweenNode", + "InsertPaletteNode", + "MixColorsNode", + "MixPaletteNode", "PaletteFormatter", - "PixelPaletteExtractor" + "PaletteViewNode", + "PixelPaletteExtractor", + "ReplaceColorAtNode", + "SortPaletteNode" ], { "title_aux": "Pixel Palette Art" @@ -42750,6 +50260,72 @@ "title_aux": "Mflux-ComfyUI" } ], + "https://github.com/razvanmatei-sf/comfyui-stillfront": [ + [ + "SFLLMChat", + "SFPromptList", + "SFQwenResolution", + "SFTextAnalyzer", + "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" @@ -42771,6 +50347,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", @@ -42843,6 +50425,14 @@ "title_aux": "rcsaquino/comfyui-custom-nodes" } ], + "https://github.com/rdanalex/ComfyUI-ClownSampler": [ + [ + "Clown Sampler Loader JK" + ], + { + "title_aux": "ComfyUI-ClownSampler" + } + ], "https://github.com/rdancer/ComfyUI_Florence2SAM2": [ [ "RdancerFlorence2SAM2GenerateMask" @@ -42968,6 +50558,14 @@ "title_aux": "ComfyUI-Prediction" } ], + "https://github.com/reeoi/ComfyUI-WebROI": [ + [ + "WebROICapture" + ], + { + "title_aux": "ComfyUI-WebROI" + } + ], "https://github.com/regiellis/ComfyUI-EasyColorCorrector": [ [ "BatchColorCorrection", @@ -43061,6 +50659,23 @@ "title_aux": "SDXL Adherence" } ], + "https://github.com/relhamdi/ComfyUI-RE-CustomUtils": [ + [ + "PromptPresetSelector" + ], + { + "title_aux": "ComfyUI-RE-CustomUtils" + } + ], + "https://github.com/remingtonspaz/ComfyUI-ReferenceChain": [ + [ + "ReferenceChainConditioning", + "ReferenceChainConditioningBase64" + ], + { + "title_aux": "Reference Chain Conditioning" + } + ], "https://github.com/revirevy/Comfyui_saveimage_imgbb": [ [ "ImgBBUploader", @@ -43074,8 +50689,76 @@ "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/rgamevfx/ComfyUI-RGnodes": [ + [ + "MaskRangeDoctor", + "VACEClipDoctor", + "VACEInpaintKeyframeInsert", + "VACEVideoSplice" + ], + { + "title_aux": "ComfyUI-RGnodes" + } + ], "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.", @@ -43120,6 +50803,14 @@ "title_aux": "comfyui-bus-plugin" } ], + "https://github.com/rholdorf/comfyui_imgtools": [ + [ + "ImageDimensionFitter" + ], + { + "title_aux": "comfyui_imgtools" + } + ], "https://github.com/rhplus0831/ComfyMepi": [ [ "MepiCheckpoint", @@ -43152,7 +50843,6 @@ "RL_CacheMaskSequence", "RL_CivitaiTopImagePrompts", "RL_Crop_Resize", - "RL_Crop_Resize_Batch", "RL_Finetune_Analyze", "RL_Finetune_Analyze_Batch", "RL_Finetune_Variable", @@ -43243,6 +50933,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", @@ -43252,6 +50963,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", @@ -43268,8 +50990,11 @@ ], "https://github.com/robertvoy/ComfyUI-Distributed": [ [ + "AudioBatchDivider", "DistributedCollector", "DistributedEmptyImage", + "DistributedModelName", + "DistributedQueue", "DistributedSeed", "ImageBatchDivider", "UltimateSDUpscaleDistributed" @@ -43315,6 +51040,14 @@ "title_aux": "ComfyUI Flux Continuum: Modular Interface" } ], + "https://github.com/robomello/comfyui-prompt-saver": [ + [ + "PromptSaverNode" + ], + { + "title_aux": "ComfyUI Prompt Saver" + } + ], "https://github.com/robtl2/ComfyUI-ComfyBridge": [ [ "CB_ImageReceiver", @@ -43324,6 +51057,15 @@ "title_aux": "ComfyUI-ComfyBridge" } ], + "https://github.com/rockerBOO/pixel-sorting": [ + [ + "PixelSortAnalyze", + "PixelSorting" + ], + { + "title_aux": "pixel-sorting" + } + ], "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": [ [ "InstagramDownloader", @@ -43346,6 +51088,7 @@ [ "ComfyUIAppstoreHost", "ComfyUIAppstoreParam", + "ComfyUIAppstoreSaveImage", "sdAppstore_saveImage" ], { @@ -43418,9 +51161,26 @@ "title_aux": "Danbooru Tags Upsampler for ComfyUI" } ], + "https://github.com/rookiestar28/ComfyUI-Doctor": [ + [ + "DebugPrintNode" + ], + { + "title_aux": "ComfyUI-Doctor" + } + ], + "https://github.com/rookiestar28/ComfyUI-TranslateGemma": [ + [ + "TranslateGemma" + ], + { + "title_aux": "ComfyUI-TranslateGemma" + } + ], "https://github.com/rookiestar28/ComfyUI_Text_Processor": [ [ "AddTextToImage", + "AdvancedImageSaver", "AdvancedTextFilter", "EvaluateFloats", "EvaluateInts", @@ -43432,12 +51192,42 @@ "TextScraper", "TextStorageReader", "TextStorageWriter", - "WildcardsNode" + "WildcardsNode", + "image_concat_advanced" ], { "title_aux": "ComfyUI Text Processor" } ], + "https://github.com/room3dev/ComfyUI-FrameIO": [ + [ + "BatchLoadImageList", + "BatchLoadImageSequence", + "BatchLoadImageSequenceWithTrigger", + "BatchSaveImageSequenceWebP", + "ListVideoFiles" + ], + { + "title_aux": "ComfyUI-FrameIO" + } + ], + "https://github.com/room3dev/ComfyUI-I2VChainHelper": [ + [ + "I2VChainHelper" + ], + { + "title_aux": "ComfyUI-I2VChainHelper" + } + ], + "https://github.com/room3dev/ComfyUI-PixelForge": [ + [ + "PixelForge", + "PixelForgeResizeImage" + ], + { + "title_aux": "ComfyUI-PixelForge" + } + ], "https://github.com/roundyyy/ComfyUI-mesh-simplifier": [ [ "MeshSimplifierNode" @@ -43510,11 +51300,14 @@ ], "https://github.com/rslosch/comfyui-nodesweet": [ [ + "AudioReactiveTransform", + "AudioWeightsRemap", "BboxDetectorBatch", "BboxDetectorBatchChunked", "BboxDetectorBatchForEach", "LoadImageSetFromFolderSortedNode", - "MultilineStringRepeater" + "MultilineStringRepeater", + "SortImageSetFromFolderSortedNode" ], { "title_aux": "ComfyUI Batch BBox Detector" @@ -43559,9 +51352,8 @@ ], "https://github.com/ru4ls/ComfyUI_Nano_Banana": [ [ - "NanoBanana", "NanoBananaAIO", - "NanoBananaGrounding" + "NanoBananaMultiTurnChat" ], { "title_aux": "ComfyUI_Nano_Banana" @@ -43571,6 +51363,7 @@ [ "StreetViewAnimator", "StreetViewCubemapLoader", + "StreetViewEquirectangularLoader", "StreetViewLoader", "StreetViewPanoLoader", "StreetViewURLParser" @@ -43609,7 +51402,8 @@ "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": [ [ "PoseAlignTwoToOne", - "PoseViewer" + "PoseViewer", + "SimpleTestNode" ], { "title_aux": "ComfyUI_PoseAlign" @@ -43726,6 +51520,15 @@ "title_aux": "ComfyUI-PromptEnhancer" } ], + "https://github.com/ryanontheinside/ComfyUI-CalculatorX": [ + [ + "Calculator", + "IntToFloat" + ], + { + "title_aux": "ComfyUI-CalculatorX" + } + ], "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": [ [ "DeepLiveCamNode" @@ -43761,13 +51564,7 @@ ], "https://github.com/ryanontheinside/ComfyUI_ProfilerX": [ [ - "CATEGORY", - "ExecutionTracker", - "FUNCTION", - "INPUT_TYPES", - "OUTPUT_NODE", - "ProfilerX", - "RETURN_TYPES" + "ExecutionTracker" ], { "title_aux": "ComfyUI_ProfilerX" @@ -43834,6 +51631,17 @@ ], "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [ [ + "ACEStep15GenerationSteering", + "ACEStep15KeystoneConfig", + "ACEStep15LatentChannelEQ", + "ACEStep15MusicalControls", + "ACEStep15NativeCoverGuider", + "ACEStep15NativeEditGuider", + "ACEStep15NativeExtractGuider", + "ACEStep15NativeLegoGuider", + "ACEStep15SemanticExtractor", + "ACEStep15SemanticHintsBlend", + "ACEStep15TaskTextEncode", "ACEStepAnalyzeLatent", "ACEStepAudioPostProcessor", "ACEStepExtendGuider", @@ -43841,8 +51649,10 @@ "ACEStepMaskVisualizer", "ACEStepRepaintGuider", "ACEStepTimeRange", + "AdvancedFeatureCombiner", "AdvancedLuminanceMask", "AnimatedFeaturePreview", + "AnimatedFloatPreview", "AreaFeatureNode", "AudioChannelMerge", "AudioChannelSplit", @@ -43855,19 +51665,23 @@ "AudioInfo", "AudioLatentBlend", "AudioLatentInfo", + "AudioLatentStretch", "AudioMaskAnalyzer", "AudioPad", "AudioPitchShift", "AudioRegionMask", + "AudioRegionMask15", "AudioResample", "AudioSeparatorSimple", "AudioSubtract", "AudioTemporalMask", + "AudioTemporalMask15", "AudioTimeStretch", "AudioTrim", "AudioVolumeNormalization", "Audio_Combine", "Audio_Concatenate", + "BeatWaveFeatureExtractor", "BrightnessFeatureNode", "ColorFeatureNode", "Color_Picker", @@ -43875,12 +51689,10 @@ "DepthBlender", "DepthFeatureNode", "DepthInjection", - "DepthMapProtrusion", "DepthRippleEffect", "DepthShapeModifier", "DepthShapeModifierPrecise", "Doom_", - "DownloadCREPEModel", "DownloadOpenUnmixModel", "DrawableFeatureNode", "DyeImage", @@ -43921,7 +51733,7 @@ "FlexAudioVisualizerCircular", "FlexAudioVisualizerContour", "FlexAudioVisualizerLine", - "FlexFeatureAttentionControl", + "FlexExpressionEditor", "FlexImageBloom", "FlexImageChromaticAberration", "FlexImageColorGrade", @@ -43989,8 +51801,10 @@ "MaskMorph", "MaskRings", "MaskToAudioMask", + "MaskToAudioMask15", "MaskTransform", "MaskWarp", + "ModelSamplingACEStep", "MotionFeatureNode", "MovingShape", "OpticalFlowDirectionMask", @@ -44006,10 +51820,11 @@ "PitchRangeByNoteNode", "PitchRangePreset", "PitchVisualizer", - "PoseInterpolator", + "PreviewAudioCompare", "PreviewFeature", "ProximityFeatureNode", "ProximityVisualizer", + "ROTIDisplayAny", "RhythmFeatureExtractor", "SplineFeatureModulator", "SplineRhythmModulator", @@ -44042,9 +51857,18 @@ "title_aux": "ComfyUI_SuperResolution" } ], + "https://github.com/rzgarespo/ComfyUI-diffusiondb": [ + [ + "SDPromptNode" + ], + { + "title_aux": "ComfyUI-diffusiondb" + } + ], "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": [ [ - "QwenImageSize" + "QwenImageSize", + "QwenImageSizeSimple" ], { "title_aux": "ComfyUI Qwen Image Size Picker" @@ -44063,11 +51887,14 @@ ], "https://github.com/saftle/uber_comfy_nodes": [ [ + "AdaptiveImageScaler", "ControlNet Selector", "ControlNetOptionalLoader", "DiffusersSelector", "ModelSimilarityNode", + "ModelWeightDumperNode", "MultiInputVariableRewrite", + "RunwareResolutionCalculator", "SaveImageJPGNoMeta", "TextRegexOperations", "VideoSegmentCalculator" @@ -44078,25 +51905,44 @@ ], "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": [ [ + "FlipStreamAllowIp", + "FlipStreamAnd", "FlipStreamBatchPrompt", + "FlipStreamButton", "FlipStreamChat", + "FlipStreamChatJson", + "FlipStreamCurrent", "FlipStreamFileSelect_AnimateDiffModel", "FlipStreamFileSelect_Checkpoints", "FlipStreamFileSelect_ControlNetModel", "FlipStreamFileSelect_Input", + "FlipStreamFileSelect_LLM", + "FlipStreamFileSelect_Loras", "FlipStreamFileSelect_Output", "FlipStreamFileSelect_TensorRT", "FlipStreamFileSelect_VAE", "FlipStreamFilmVfi", + "FlipStreamFree", "FlipStreamGate", + "FlipStreamGet", + "FlipStreamGetFrame", "FlipStreamGetParam", "FlipStreamGetPreviewRoi", + "FlipStreamGetSize", + "FlipStreamGetState", "FlipStreamImageSize", "FlipStreamInputBox", + "FlipStreamLoadLora", "FlipStreamLogBox", + "FlipStreamLoraMode", + "FlipStreamOr", "FlipStreamParseJson", + "FlipStreamPasteBox", "FlipStreamPreviewBox", "FlipStreamRembg", + "FlipStreamRunApiWorkflow", + "FlipStreamRunOnce", + "FlipStreamSaveApiWorkflow", "FlipStreamScreenGrabber", "FlipStreamSection", "FlipStreamSegMask", @@ -44104,16 +51950,20 @@ "FlipStreamSelectBox_Scheduler", "FlipStreamSetMessage", "FlipStreamSetParam", - "FlipStreamSetUpdateAndReload", + "FlipStreamSetState", + "FlipStreamShutdown", + "FlipStreamSizeSelect", "FlipStreamSlider", "FlipStreamSource", "FlipStreamSwitch", "FlipStreamSwitchImage", "FlipStreamSwitchLatent", "FlipStreamTextBox", + "FlipStreamTextConcat", "FlipStreamTextReplace", "FlipStreamVideoInput", - "FlipStreamViewer" + "FlipStreamViewer", + "FlipStreamViewerSimple" ], { "title_aux": "ComfyUI_FlipStreamViewer" @@ -44185,13 +52035,26 @@ [ "AdvancedFolderVideoCombiner", "CameraMoveNode", + "CameraMoveVideoNode", "CameraShakeNode", + "CameraShakeVideoNode", + "CloseUpImageNode", + "CloseUpNode", + "ComfyAddSoundtrack", + "ComfyImageAudioCSV", + "ImageSequenceOverlay", + "ImageTransitionNode", "MergeVideoAudioNode", + "SimpleFolderVideoCombiner", "VideoImageOverlay", + "VideoLoopExtenderNode", "VideoOverlay", "VideoOverlayBatch", + "VideoOverlayFromFile", + "VideoSplitterNode", "ZoomSequenceBatchNode", - "ZoomSequenceNode" + "ZoomSequenceNode", + "ZoomSequenceVideoNode" ], { "title_aux": "Simple Video Effects" @@ -44252,8 +52115,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" @@ -44264,12 +52130,44 @@ "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/sebagallo/comfyui-sg-openai-client": [ + [ + "OpenAIChatCompletion", + "OpenAIClient" + ], + { + "title_aux": "comfyui-sg-openai-client" + } + ], + "https://github.com/sebagallo/comfyui-sg-text-encode-reference-images": [ + [ + "TextEncodeReferenceImages" + ], + { + "title_aux": "comfyui-sg-text-encode-reference-images" + } + ], "https://github.com/sebord/ComfyUI-LMCQ": [ [ "LmcqCodeDecryptionLoader", @@ -44293,13 +52191,29 @@ "title_aux": "ComfyUI-LMCQ" } ], + "https://github.com/senhaicc/Comfyui-WL-MainImageDesign": [ + [ + "WLMainImageGenerator", + "WLPromptBatchConverter" + ], + { + "title_aux": "Comfyui-WL-MainImageDesign" + } + ], "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [ [ "AdjustAndRoundDimensions", "AspectRatioMobileDevices", + "AutoLevelsNode", + "ImageCombineRect", + "ImageExtractRect", "ImageResizeAndCropNode", "ImageSquareAdapterNode", - "PopularScreenResolutions" + "LoadImagesFromFolder", + "MathOperationNode", + "NumberRangeNode", + "PopularScreenResolutions", + "SliderComparisonNode" ], { "title_aux": "ComfyUI_Nimbus-Pack" @@ -44317,6 +52231,14 @@ "title_aux": "comfy-ovum" } ], + "https://github.com/sgyyao/ComfyUI_LLM_Prompt_Optimizer": [ + [ + "PromptOptimizer" + ], + { + "title_aux": "ComfyUI_LLM_Prompt_Optimizer" + } + ], "https://github.com/sh570655308/ComfyUI-GigapixelAI": [ [ "GigapixelAI", @@ -44394,14 +52316,18 @@ "ApplyVisualStylePrompting_", "AreaToMask", "AudioPlay", + "AudioToPrompt", "CenterImage", + "ChinesePrompt_Mix", "CkptNames_", + "ClipInterrogator", "Color", "ComparingTwoFrames_", "CompositeImages_", "CreateJsonNode", "DepthViewer", "DynamicDelayProcessor", + "EditMask", "EmbeddingPrompt", "EnhanceImage", "FaceToMask", @@ -44418,22 +52344,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", @@ -44441,16 +52374,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", @@ -44468,8 +52409,12 @@ "TextInput_", "TextToNumber", "TransparentImage", - "VAEDecodeConsistencyDecoder", - "VAELoaderConsistencyDecoder" + "TripoSRSampler_", + "VideoCombine_Adv", + "VideoGenKlingNode", + "VideoGenLumaDreamMachineNode", + "VideoGenRunwayGen3Node", + "WhisperTranscribe_" ], { "title_aux": "comfyui-mixlab-nodes" @@ -44596,7 +52541,6 @@ ], "https://github.com/shiimizu/ComfyUI-TiledDiffusion": [ [ - "NoiseInversion", "SpotDiffusionParams_TiledDiffusion", "TiledDiffusion", "VAEDecodeTiled_TiledDiffusion", @@ -44623,6 +52567,16 @@ "title_aux": "smZNodes" } ], + "https://github.com/shin131002/RandomLoRALoader": [ + [ + "FilteredRandomLoRALoader", + "FilteredRandomLoRALoaderLBW", + "RandomLoRALoader" + ], + { + "title_aux": "RandomLoRALoader" + } + ], "https://github.com/shinich39/comfyui-break-workflow": [ [ "BreakWorkflow" @@ -44666,18 +52620,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" @@ -44686,6 +52628,22 @@ "title_aux": "shinyakidoguchi301/LoRA Tag Loader for ComfyUI" } ], + "https://github.com/shmbatom/Comfyui-Image-Concat": [ + [ + "ImageConcatNode" + ], + { + "title_aux": "Comfyui-Image-Concat" + } + ], + "https://github.com/shmbatom/Comfyui-ImageAB-Compare": [ + [ + "ImageABCompare" + ], + { + "title_aux": "Comfyui-ImageAB-Compare" + } + ], "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ [ "PlusMinusTextClip" @@ -44713,6 +52671,78 @@ "title_aux": "comfy-easy-grids" } ], + "https://github.com/shootthesound/comfyUI-LongLook": [ + [ + "WanContinuationConditioning", + "WanFreeLong", + "WanFreeLongEnforcer", + "WanMotionScale", + "WanMotionScaleAdvanced" + ], + { + "title_aux": "comfyUI-LongLook" + } + ], + "https://github.com/shootthesound/comfyui-wan-i2v-control": [ + [ + "DropFirstFrames", + "WanI2VConditioningMaskPro" + ], + { + "title_aux": "comfyui-wan-i2v-control" + } + ], + "https://github.com/shumoLR/Comfyui_SynVow_MultiangleCamera": [ + [ + "SynvowMultiangleCameraNode" + ], + { + "title_aux": "Comfyui_SynVow_MultiangleCamera" + } + ], + "https://github.com/shumoLR/Comfyui_SynVow_TeleStyle": [ + [ + "TeleStyleVideo", + "TeleStyleVideoLoader" + ], + { + "title_aux": "Comfyui_SynVow_TeleStyle" + } + ], + "https://github.com/silveroxides/ComfyUI-LogicMath": [ + [ + "LogicAND", + "LogicIF", + "LogicNOT", + "LogicOR", + "LogicXOR", + "MathAbs", + "MathAdd", + "MathCeil", + "MathClamp", + "MathCompare", + "MathCos", + "MathDivide", + "MathFloor", + "MathMax", + "MathMin", + "MathModulo", + "MathMultiply", + "MathNumberConvert", + "MathOperation", + "MathPower", + "MathRound", + "MathSin", + "MathSqrt", + "MathSubtract", + "MathTan", + "NumberToString", + "StringToNumber" + ], + { + "title_aux": "ComfyUI-LogicMath" + } + ], "https://github.com/silveroxides/ComfyUI-ModelUtils": [ [ "CheckpointMetaKeys", @@ -44725,9 +52755,21 @@ "EmbeddingRenameKeys", "EmbeddingThreeMerger", "EmbeddingTwoMerger", + "LoRAExtractFixed", + "LoRAExtractFrobenius", + "LoRAExtractKnee", + "LoRAExtractQuantile", + "LoRAExtractRatio", + "LoRAMergeToModel", "LoRAMetaKeys", + "LoRAMultiMerge", + "LoRAMultiMergeDARE", "LoRAPruneKeys", "LoRARenameKeys", + "LoRAResizeCumulative", + "LoRAResizeFixed", + "LoRAResizeFrobenius", + "LoRAResizeRatio", "LoRAThreeMerger", "LoRATwoMerger", "ModelMetaKeys", @@ -44745,8 +52787,17 @@ "title_aux": "Model Utility Toolkit" } ], + "https://github.com/silveroxides/ComfyUI-PokeIndex": [ + [ + "PokeIndex" + ], + { + "title_aux": "ComfyUI-PokeIndex" + } + ], "https://github.com/silveroxides/ComfyUI-RR-JointTagger": [ [ + "Jtp3HydraTagger|redrocket", "RRJointTagger|redrocket" ], { @@ -44755,6 +52806,8 @@ ], "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": [ [ + "InspectEmbeddingForClip", + "PromptEmbeddingFixer", "SaveA1111WeightedEmbeddings", "SaveTokenEmbeddings", "SaveWeightedEmbeddings", @@ -44767,7 +52820,9 @@ "https://github.com/silveroxides/ComfyUI_FDGuidance": [ [ "FDG_APG_Patcher", - "FrequencyDecoupledGuidance" + "FDG_APG_PatcherAnimation", + "FrequencyDecoupledGuidance", + "FrequencyDecoupledGuidanceAnimation" ], { "title_aux": "ComfyUI_FDGuidance" @@ -44785,6 +52840,7 @@ ], "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": [ [ + "HybridConfigNode", "ScaledFP8HybridCheckpointLoader", "ScaledFP8HybridUNetLoader" ], @@ -44794,7 +52850,8 @@ ], "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ [ - "PowerShiftScheduler" + "PowerShiftScheduler", + "RadianceShiftScheduler" ], { "title_aux": "ComfyUI Power Shift Scheduler" @@ -44808,10 +52865,23 @@ "title_aux": "ComfyUI Sigmoid Offset Scheduler" } ], + "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack": [ + [ + "DynamicTextConcatenate", + "ResizeByScale", + "SeedBasedWildcardImpact", + "SeedBasedWildcardLora", + "SeedGeneratorWithMin" + ], + { + "title_aux": "ComfyUI Seed Wildcard Pack" + } + ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_AwsBedrockClaudeApi", "AV_AwsBedrockMistralApi", + "AV_CheckpointLoader", "AV_CheckpointMerge", "AV_CheckpointModelsToParametersPipe", "AV_CheckpointSave", @@ -44822,7 +52892,11 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_FaceDetailer", + "AV_FaceDetailerPipe", "AV_GeminiApi", + "AV_IPAdapter", + "AV_IPAdapterPipe", "AV_LLMApiConfig", "AV_LLMChat", "AV_LLMCompletion", @@ -44838,6 +52912,7 @@ "AV_PromptsToParametersPipe", "AV_SAMLoader", "AV_VAELoader", + "AnimateDiffFrameCalculator", "AspectRatioSelector", "BLIPCaption", "BLIPLoader", @@ -44851,6 +52926,8 @@ "DownloadISNetModel", "Fooocus_KSampler", "Fooocus_KSamplerAdvanced", + "Fooocus_KSamplerEfficient", + "Fooocus_KSamplerEfficientAdvanced", "GetBoolFromJson", "GetFloatFromJson", "GetIntFromJson", @@ -44875,6 +52952,7 @@ "LoadJsonFromText", "LoadJsonFromUrl", "LoadLaMaModel", + "LoadVideoFromUrl", "MergeModels", "NumberScaler", "OverlayInpaintedImage", @@ -44935,6 +53013,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" @@ -44952,6 +53047,24 @@ "title_aux": "ComfyUI LoadImageWithInfo" } ], + "https://github.com/sjhddh/ComfyUI-Cyber-Steganography": [ + [ + "StegoDecode", + "StegoEncode" + ], + { + "title_aux": "ComfyUI-Cyber-Steganography" + } + ], + "https://github.com/skatardude10/ComfyUI-Optical-Realism": [ + [ + "OpticalRealism", + "RemoveAlphaChannel" + ], + { + "title_aux": "ComfyUI-Optical-Realism" + } + ], "https://github.com/skfoo/ComfyUI-Coziness": [ [ "LoraTextExtractor-b1f83aa2", @@ -44986,7 +53099,9 @@ ], "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ [ - "SID_AIPromptGenerator" + "SID_LLM_API", + "SID_LLM_Local", + "SID_ZImagePromptGenerator" ], { "title_aux": "ComfyUI-AI-Photography-Toolkit" @@ -45070,6 +53185,31 @@ "title_aux": "kb-comfyui-nodes" } ], + "https://github.com/smartvain/ComfyUI-FaceKeypointsFilter": [ + [ + "FaceKeypointsFilter" + ], + { + "title_aux": "ComfyUI-FaceKeypointsFilter" + } + ], + "https://github.com/smartvain/ComfyUI-PoseKeypointsToImage": [ + [ + "PoseKeypointsToImage" + ], + { + "title_aux": "ComfyUI-PoseKeypointsToImage" + } + ], + "https://github.com/smartvain/ComfyUI-PromptComment": [ + [ + "PromptComment", + "PromptCommentMultiMarker" + ], + { + "title_aux": "ComfyUI-PromptComment" + } + ], "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": [ [ "PKLoadImagePaste" @@ -45141,6 +53281,7 @@ "Glm_4v_9b", "Glm_Lcoal_Or_Repo", "ZhipuaiApi_Character", + "ZhipuaiApi_Img", "ZhipuaiApi_Txt", "ZhipuaiApi_img" ], @@ -45211,8 +53352,11 @@ ], "https://github.com/smthemex/ComfyUI_DiffuEraser": [ [ - "DiffuEraserLoader", - "DiffuEraserSampler" + "DiffuEraser_Loader", + "DiffuEraser_PreData", + "DiffuEraser_Sampler", + "Propainter_Loader", + "Propainter_Sampler" ], { "title_aux": "ComfyUI_DiffuEraser" @@ -45221,7 +53365,7 @@ "https://github.com/smthemex/ComfyUI_DyPE": [ [ "DyPE_Condition", - "DyPE_Encode", + "DyPE_Encoder", "DyPE_KSampler", "DyPE_Model" ], @@ -45251,8 +53395,10 @@ ], "https://github.com/smthemex/ComfyUI_FlashVSR": [ [ + "FlashVSR_SM_Decoder", "FlashVSR_SM_KSampler", "FlashVSR_SM_Model", + "FlashVSR_SM_Vae", "FlashVSR_SM_VideoPathLoop" ], { @@ -45278,10 +53424,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" @@ -45293,6 +53450,7 @@ "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [ [ "HI_Diffusers_Model_Loader", + "Hi_Hi_Sampler", "Hi_Sampler" ], { @@ -45328,6 +53486,16 @@ "title_aux": "ComfyUI_InstantIR_Wrapper" } ], + "https://github.com/smthemex/ComfyUI_InteractAvatar": [ + [ + "InteractAvatar_SM_Model", + "InteractAvatar_SM_Predata", + "InteractAvatar_SM_Sampler" + ], + { + "title_aux": "ComfyUI_InteractAvatar" + } + ], "https://github.com/smthemex/ComfyUI_KV_Edit": [ [ "KV_Edit_Load", @@ -45436,8 +53604,8 @@ ], "https://github.com/smthemex/ComfyUI_OmniSVG": [ [ - "OmniSVGLoader", - "OmniSVGSampler" + "OmniSVG_Loader", + "OmniSVG_Sampler" ], { "title_aux": "ComfyUI_OmniSVG" @@ -45608,6 +53776,7 @@ ], "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [ [ + "Load_Stream", "Stream_Lora_Loader", "Stream_Model_Loader", "Stream_Sampler" @@ -45626,9 +53795,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" @@ -45716,16 +53895,54 @@ "title_aux": "ComfyUI Video Crop" } ], + "https://github.com/solidlime/Comfyui-Random_Image_Picker": [ + [ + "RandomImagePicker" + ], + { + "nodename_pattern": "RandomImagePicker", + "title_aux": "Random Image Picker" + } + ], "https://github.com/sonnybox/ComfyUI-SuperNodes": [ [ - "SuperCalculateTiles", + "FaceBBoxToMask", + "GetCommonAspectRatio", + "ImageMaskCrop", + "ImageSizeCalculator", + "RestoreMaskCrop", + "SetReserveVRAM", + "SigmaReplace", + "SigmaSmoother", + "SigmasGraph", + "SigmasRescale", + "SuperBrightnessContrast", + "SuperColorAdjustAllInOne", "SuperCreateTiles", - "SuperStitchTiles" + "SuperHueSaturation", + "SuperLatentStats", + "SuperLevelsNormalize", + "SuperPadImage", + "SuperResizeImage", + "SuperSVRCalcTiles", + "SuperStitchTiles", + "SuperWhiteBalanceCAT", + "User Error" ], { "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", @@ -45736,6 +53953,14 @@ "title_aux": "ComfyUI-LoadImage-Advanced" } ], + "https://github.com/soulctcher/TetriNode": [ + [ + "TetriNode" + ], + { + "title_aux": "TetriNode" + } + ], "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": [ [ "LoadLoraModelOnlyWithUrl" @@ -45775,7 +54000,9 @@ ], "https://github.com/space-nuko/nui-suite": [ [ + "Nui.DynamicPromptsTextEncode", "Nui.DynamicPromptsTextGen", + "Nui.FeelingLuckyTextEncode", "Nui.FeelingLuckyTextGen", "Nui.OutputString" ], @@ -45824,7 +54051,6 @@ ], "https://github.com/spacepxl/ComfyUI-RAVE": [ [ - "ConditioningDebug", "ImageGridCompose", "ImageGridDecompose", "KSamplerRAVE", @@ -45933,6 +54159,7 @@ ], "https://github.com/sputnik57/comfyui-prompt-logger": [ [ + "Prompt Logger Unified v2", "PromptLoggerUnified", "PromptLoggerUnified_v2" ], @@ -45977,7 +54204,8 @@ "KRestartSamplerCustom", "KRestartSamplerSimple", "RestartSampler", - "RestartScheduler" + "RestartScheduler", + "RestartSelfTest" ], { "title_aux": "Restart Sampling" @@ -45992,6 +54220,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", @@ -46166,6 +54414,18 @@ "title_aux": "ComfyUI_Strimmlarns_aesthetic_score" } ], + "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [ + [ + "LoadVideosFromFolderSimple", + "WanVACEBatchContext", + "WanVACEExtend", + "WanVACEPrep", + "WanVACEPrepBatch" + ], + { + "title_aux": "ComfyUI Wan VACE Prep" + } + ], "https://github.com/styler00dollar/ComfyUI-deepcache": [ [ "DeepCache" @@ -46182,6 +54442,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", @@ -46222,11 +54499,22 @@ "title_aux": "comfyui_cohere" } ], + "https://github.com/sugarkwork/comfyui_smart_character_detailer": [ + [ + "SmartCharacterDetailer" + ], + { + "title_aux": "comfyui_smart_character_detailer" + } + ], "https://github.com/sugarkwork/comfyui_tag_fillter": [ [ "TagCategory", "TagCategoryEnhance", + "TagColorChanger", "TagComparator", + "TagDetector", + "TagEmpty", "TagEnhance", "TagFilter", "TagFlag", @@ -46237,7 +54525,9 @@ "TagMerger6", "TagPipeIn", "TagPipeOut", + "TagPipeOutOne", "TagPipeUpdate", + "TagRandom", "TagRandomCategory", "TagRemover", "TagReplace", @@ -46274,6 +54564,7 @@ "NukeChannelShuffle", "NukeColorBars", "NukeColorCorrect", + "NukeConstant", "NukeCornerPin", "NukeCrop", "NukeDefocus", @@ -46284,14 +54575,36 @@ "NukeMerge", "NukeMix", "NukeMotionBlur", + "NukeOCIOColorSpace", + "NukeOCIODisplay", + "NukeOCIOFileTransform", + "NukeOCIOInfo", "NukeRamp", + "NukeRead", + "NukeReadInfo", "NukeTransform", - "NukeViewer" + "NukeVectorfield", + "NukeVectorfieldInfo", + "NukeViewer", + "NukeWrite" ], { "title_aux": "Nuke Nodes for ComfyUI" } ], + "https://github.com/supElement/ComfyUI_Element_easy": [ + [ + "EmptyImageRGB_Element", + "ImagePadBlur_Element", + "MaskNoiseInjection_Element", + "MaskStroke_Element", + "RandomCharacterGenerator", + "TextLineBreak_Element" + ], + { + "title_aux": "ComfyUI_Element_easy" + } + ], "https://github.com/superyoman/comfyui_lumaAPI": [ [ "LUMA_API_YoC", @@ -46384,6 +54697,14 @@ "title_aux": "ComfyUI-FastVideo" } ], + "https://github.com/sworksteam/SEngine": [ + [ + "SEngineLoraLoader" + ], + { + "title_aux": "SEngine" + } + ], "https://github.com/syllebra/bilbox-comfyui": [ [ "BilboXLut", @@ -46410,6 +54731,17 @@ "title_aux": "Vid2vid" } ], + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": [ + [ + "JMGeminiImageGenerator", + "JMGeminiReverseGenerator", + "JMGeminiVideoGenerator", + "JMGeminiWatermarkRemover" + ], + { + "title_aux": "ComfyUI-JM-Gemini-API" + } + ], "https://github.com/synthetai/ComfyUI-JM-KLing-API": [ [ "JM-KLingAI-API/api-key", @@ -46500,6 +54832,8 @@ ], "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [ [ + "Elevenlabs text to effect", + "Elevenlabs text to speech", "ElevenlabsTextToEffect", "ElevenlabsTextToSpeech" ], @@ -46507,6 +54841,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", @@ -46519,6 +54863,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", @@ -46577,6 +54930,30 @@ "title_aux": "SANA_LOWVRAM" } ], + "https://github.com/tabisheva/comfyui-segs-profile": [ + [ + "SEGSIsProfile" + ], + { + "title_aux": "comfyui-segs-profile" + } + ], + "https://github.com/tackcrypto1031/tk_comfyui_img2mask": [ + [ + "TK_Image2Mask" + ], + { + "title_aux": "tk_comfyui_img2mask" + } + ], + "https://github.com/tackcrypto1031/tk_comfyui_view_and_light": [ + [ + "TK_View_And_Light" + ], + { + "title_aux": "tk_comfyui_view_and_light" + } + ], "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": [ [ "SAMURAIBoxInputNode", @@ -46609,6 +54986,14 @@ "title_aux": "ComfyUI-StoryMaker" } ], + "https://github.com/tardigrade1001/latent-rotate-90": [ + [ + "LatentRotatePortraitLandscape" + ], + { + "title_aux": "latent-rotate-90" + } + ], "https://github.com/tatookan/comfyui_ssl_gemini_EXP": [ [ "SSL_GeminiAPIKeyConfig", @@ -46644,15 +55029,6 @@ "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", @@ -46663,6 +55039,14 @@ "title_aux": "ComfyUI-SuiteTea" } ], + "https://github.com/tekijiyuu/TenguPad": [ + [ + "TenguPad" + ], + { + "title_aux": "TenguPad" + } + ], "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": [ [ "PromptCycler" @@ -46694,7 +55078,9 @@ "https://github.com/terefang/ComfyUI-Terefang-Nodes": [ [ "Terefang Simple Latent Image", - "Terefang Wildcards" + "Terefang Wildcards", + "TerefangSimpleLatentImage", + "TerefangWildcards" ], { "title_aux": "ComfyUI-Terefang-Nodes" @@ -46757,6 +55143,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", @@ -46768,7 +55170,8 @@ ], "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": [ [ - "Load Styles CSV" + "Load Styles CSV", + "StylesCSVLoader" ], { "title_aux": "Styles CSV Loader Extension for ComfyUI" @@ -46798,15 +55201,27 @@ [ "CLIPTokenCounter", "DivergentGeminiNode", - "KoboldCppApiNode", + "GeminiBatchProcess", + "ImageInfo", "LoraStrengthXYPlot", "MusiQNode", - "SaveImageEnhancedNode" + "PreviewText", + "PromptCombiner", + "SaveImageEnhancedNode", + "StringToList" ], { "title_aux": "Divergent Nodes" } ], + "https://github.com/theluminhub/ComfyUI-Lumin-Upload": [ + [ + "AssetManagerNode" + ], + { + "title_aux": "ComfyUI-Lumin-Upload" + } + ], "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": [ [ "FaceCalloutEffect", @@ -46817,6 +55232,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", @@ -46837,6 +55260,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" @@ -46848,6 +55279,8 @@ "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": [ [ "CSMTextToSpeech", + "CSMTextToSpeechWithContext", + "LoadAudioWithTranscription", "LoadCSMCheckpoint", "LoadCSMTokenizer" ], @@ -46855,6 +55288,28 @@ "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-LoadRandomText": [ + [ + "LoadRandomTextClassic", + "LoadRandomTextSeed", + "LoadRandomTextShuffle" + ], + { + "title_aux": "ComfyUI-LoadRandomText" + } + ], "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": [ [ "CLIPSkip" @@ -46863,6 +55318,14 @@ "title_aux": "ComfyUI-WAN-ClipSkip" } ], + "https://github.com/thezveroboy/ComfyUI-klein4-9multiangle": [ + [ + "KleinMultiAnglePrompt" + ], + { + "title_aux": "ComfyUI-klein4-9multiangle" + } + ], "https://github.com/thezveroboy/ComfyUI-lut": [ [ "ImageToLUT" @@ -46912,16 +55375,12 @@ "title_aux": "ComfyUI Multimedia Utilities" } ], - "https://github.com/thoddnn/ComfyUI-MLX": [ + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": [ [ - "MLXClipTextEncoder", - "MLXDecoder", - "MLXLoadFlux", - "MLXLoadFluxLocal", - "MLXSampler" + "KiraLora_EQ" ], { - "title_aux": "ComfyUI MLX Nodes" + "title_aux": "ComfyUI-KiraLoraEQ" } ], "https://github.com/tianguanggliu/Utools": [ @@ -46972,6 +55431,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", @@ -46992,6 +55461,14 @@ "title_aux": "ComfyUI Rating Checker" } ], + "https://github.com/tj5miniop/VRAM_Fix_Comfy": [ + [ + "VRAMOverrideNode" + ], + { + "title_aux": "VRAM_Fix_Comfy" + } + ], "https://github.com/tkreuziger/comfyui-claude": [ [ "Combine Texts", @@ -47022,7 +55499,10 @@ "TALMStudioSmartLoader", "TALoadCheckpointModelWithName", "TALoadDiffusionModelWithName", - "TALoadGGUFModelWithName" + "TALoadGGUFModelWithName", + "TAPromptController", + "TASaveImageWithPrompt", + "ta_captioning" ], { "title_aux": "TA-ComfyUI-Nodes-Pack" @@ -47070,10 +55550,22 @@ "title_aux": "Easy automatic (square) image cropper using Yolo" } ], + "https://github.com/tori29umai0123/ComfyUI-Model_Downloader": [ + [ + "HuggingFaceDirectoryDownloader", + "ModelDownloader", + "ModelDownloaderFromINI" + ], + { + "title_aux": "ComfyUI-Model_Downloader" + } + ], "https://github.com/toxicwind/ComfyUI-TTools": [ [ "TTools Extract JSON", - "TTools SD3 Resolution Solver" + "TTools SD3 Resolution Solver", + "TToolsExtractJson", + "TToolsSD3ResolutionSolver" ], { "title_aux": "TTools for ComfyUI" @@ -47095,18 +55587,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" ], @@ -47123,6 +55620,25 @@ "title_aux": "ComfyUI-Z-Image-Turbo" } ], + "https://github.com/tppp2806/ComfyUI-YoloTrack": [ + [ + "MaskCropExtractNode", + "YOLODetectionNode", + "YOLOTrackingNode" + ], + { + "title_aux": "ComfyUI-YoloTrack" + } + ], + "https://github.com/transcendedhacker/Mode_personal_node": [ + [ + "NegativePromptNode", + "PromptComposerNode" + ], + { + "title_aux": "Mode_personal_node" + } + ], "https://github.com/traugdor/ComfyUI-Riffusion": [ [ "RiffusionNode", @@ -47158,6 +55674,7 @@ "LoRA Stacker", "Manual XY Entry Info", "NNLatentUpscale", + "NNlLatentUpscale", "Noise Control Script", "Pack SDXL Tuple", "Tiled Upscaler Script", @@ -47213,36 +55730,6 @@ "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", @@ -47254,6 +55741,7 @@ ], "https://github.com/tritant/ComfyUI_CreaPrompt": [ [ + "CSL", "CreaPrompt", "CreaPrompt List", "CreaPrompt_0", @@ -47294,6 +55782,14 @@ "title_aux": "Flux LoRA Merger" } ], + "https://github.com/tritant/ComfyUI_Kitchen_nvfp4_Converter": [ + [ + "ConvertToNVFP4" + ], + { + "title_aux": "ComfyUI_Kitchen_nvfp4_Converter" + } + ], "https://github.com/tritant/ComfyUI_Layers_Utility": [ [ "LayerSystem" @@ -47376,31 +55872,18 @@ "title_aux": "ComfyUI-load-image-from-url" } ], + "https://github.com/ttulttul/Better-Gemini": [ + [ + "BetterGemini" + ], + { + "title_aux": "Better-Gemini" + } + ], "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" ], { @@ -47409,10 +55892,13 @@ ], "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": [ [ + "DyPEFlux2", "DyPEQwenImage", "FlowMatchingProgressiveUpscaler", "FlowMatchingStage", - "LatentChannelStatsPreview" + "FlowMatchingStageMerge", + "FlowMatchingStagePrep", + "LatentUpscaleAdvanced" ], { "title_aux": "ComfyUI-FlowMatching-Upscaler" @@ -47434,6 +55920,21 @@ "title_aux": "ComfyUI Iterative Mixing Nodes" } ], + "https://github.com/ttulttul/ComfyUI-Taylor-Attention": [ + [ + "ClockedSweepValues", + "Combinations", + "Flux2TTRController", + "Flux2TTRControllerTrainer", + "Flux2TTRTrainer", + "Flux2TTRTrainingParameters", + "LoadPromptListFromJSON", + "RandomSeedBatch" + ], + { + "title_aux": "ComfyUI-Taylor-Attention" + } + ], "https://github.com/ttulttul/ComfyUI-Tensor-Operations": [ [ "Fast Image to Noise", @@ -47444,6 +55945,56 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "https://github.com/ttulttul/Skoogeer-Noise": [ + [ + "CombineLatentPhaseMagnitude", + "ConditioningAddNoise", + "ConditioningFrequencyMerge", + "ConditioningFrequencySplit", + "ConditioningGaussianBlur", + "ConditioningScale", + "FluidImageAdvection", + "FluidLatentAdvection", + "FrequencySelectiveStructuredNoise", + "ImageAddNoise", + "ImageBatchToLatent", + "ImageFractalBrownianMotion", + "ImageMeshDrag", + "ImageNoise", + "ImagePerlinFractalNoise", + "ImageReactionDiffusion", + "ImageSimplexNoise", + "ImageSmokeSimulation", + "ImageSwirlNoise", + "ImageWorleyNoise", + "LatentAddNoise", + "LatentChannelLinearTransform", + "LatentChannelMerge", + "LatentChannelNonlinearTransform", + "LatentChannelStatsPreview", + "LatentForwardDiffusion", + "LatentFractalBrownianMotion", + "LatentFrequencyMerge", + "LatentFrequencySplit", + "LatentGaussianBlur", + "LatentMeshDrag", + "LatentNoise", + "LatentPackedSlotTransform", + "LatentPerlinFractalNoise", + "LatentReactionDiffusion", + "LatentSimplexNoise", + "LatentSmokeSimulation", + "LatentSwirlNoise", + "LatentToImage", + "LatentWorleyNoise", + "PatchifyFlux2Latent", + "SplitLatentPhaseMagnitude", + "UnpatchifyFlux2Latent" + ], + { + "title_aux": "Skoogeer-Noise" + } + ], "https://github.com/tuki0918/ComfyUI_Cooldown_Node": [ [ "CooldownImageNode", @@ -47473,6 +56024,15 @@ "title_aux": "comfyui-image-tiled-nodes" } ], + "https://github.com/tumbowungus/MultiMaskCouple": [ + [ + "MaskedRegionCond", + "MultiMaskCouple" + ], + { + "title_aux": "MultiMaskCouple" + } + ], "https://github.com/tungdop2/Comfyui_face_restorer": [ [ "FaceRestorer", @@ -47545,8 +56105,6 @@ "ImageComplexityScorer", "ImageNoveltyScorer", "Image_saver", - "LatentReplicator", - "LatentReplicatorPrompts", "PromptCounter", "Random_Prompt_Multipicker", "Random_Prompt_Selector", @@ -47605,8 +56163,19 @@ "title_aux": "ComfyUI-Fans" } ], + "https://github.com/ubisoft/ComfyUI-Chord": [ + [ + "ChordLoadModel", + "ChordMaterialEstimation", + "ChordNormalToHeight" + ], + { + "title_aux": "ComfyUI-Chord" + } + ], "https://github.com/ucloud/comfyui-plugin": [ [ + "Gemini Pro Image (Nano Banana Pro)", "ModelVerse Image Packer", "Modelverse FluxDevNode", "Modelverse FluxKontextMaxNode", @@ -47620,16 +56189,56 @@ "Modelverse Step1xEditNode", "ModelverseChat", "ModelverseInputFiles", + "Modelverse_PreviewVideo", "Modelverse_WanAII2V", "Modelverse_WanAIT2V", "NanoBanana", - "OpenAICaptionImage", - "UCloud ModelVerse Client" + "Sora_Img2Video", + "Sora_Text2Video", + "UCloud ModelVerse Client", + "Vidu_Extend", + "Vidu_Img2Video", + "Vidu_Reference2Video", + "Vidu_StartEnd2Video", + "Vidu_Text2Video" ], { "title_aux": "ComfyUl-UCloud" } ], + "https://github.com/uczensokratesa/ComfyUI-Claude-VAE": [ + [ + "ClaudeSmartVAEDecode" + ], + { + "title_aux": "ComfyUI-Claude-VAE" + } + ], + "https://github.com/uczensokratesa/ComfyUI-Gemini-VAE-Fix": [ + [ + "GeminiSmartVAEDecode" + ], + { + "title_aux": "ComfyUI-Gemini-VAE-Fix" + } + ], + "https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE": [ + [ + "SmartVAE_StreamingDecoder", + "UniversalSmartVAEDecode" + ], + { + "title_aux": "ComfyUI-Grok-SmartVAE" + } + ], + "https://github.com/uczensokratesa/ComfyUI-UniversalSmartVAE": [ + [ + "TemporalVAEDecode" + ], + { + "title_aux": "ComfyUI-UniversalSmartVAE" + } + ], "https://github.com/uetuluk/comfyui-webcam-node": [ [ "webcam_capture_node" @@ -47762,9 +56371,9 @@ "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [ [ "DisTorchPurgeVRAMV2", - "MemoryCleaner", "MemoryManager", - "SafeMemoryManager" + "ModelPatchMemoryCleaner", + "PatchSageAttentionDM" ], { "title_aux": "ComfyUI-DistorchMemoryManager" @@ -47772,18 +56381,25 @@ ], "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ [ - "FluxLoraMultiLoader" + "FastGroupsBypasserV2", + "FluxLoraMultiLoader", + "LoadImageUssoewwin", + "ModelPatchLoaderCustom", + "SAM3SegmentV2", + "SAM3SegmentV2Nunchaku", + "UniversalLoRAAnalyzer" ], { "title_aux": "ComfyUI-NunchakuFluxLoraStacker" } ], - "https://github.com/ussoewwin/image_resize_comfyui": [ + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [ [ - "ImageResizeAdvanced" + "NunchakuQwenImageLoraLoader", + "NunchakuQwenImageLoraStack" ], { - "title_aux": "image-resize-comfyui" + "title_aux": "ComfyUI-QwenImageLoraLoader" } ], "https://github.com/vadimcro/VKRiez-Edge": [ @@ -47814,6 +56430,7 @@ ], "https://github.com/vaishnav-vn/va1": [ [ + "ImageMaskComparer", "RandomAspectRatioMask" ], { @@ -47897,6 +56514,54 @@ "title_aux": "Vantage-HunyuanFoley" } ], + "https://github.com/vantagewithai/Vantage-Nodes": [ + [ + "AdvancedCalculator", + "AppendImageBatch", + "AppendLatentBatch", + "CastAnyToIntStringFloat", + "ConditionalPassThrough", + "DelimiterSplit", + "IndexWrap", + "JoinImageBatch", + "JoinLatentBatch", + "PromptSceneRouter", + "QwenTTSModelDownloader", + "QwenTTSMultiSpeakerNode", + "QwenTTSSpeakerBankNode", + "QwenTTSVoiceClonePromptNode", + "QwenTTSVoiceDesignNode", + "RegexFilter", + "StringJoiner", + "StringListIndex", + "StringListRandom", + "StringListStepper", + "SwitchAny", + "SwitchAnyByIndex", + "SwitchImageByIndex", + "SwitchLatentByIndex", + "ValidateImageShape", + "VantageGGUFLoader", + "VantageWanBlockSwap" + ], + { + "title_aux": "Vantage-Nodes" + } + ], + "https://github.com/vantagewithai/Vantage-Step-Audio-EditX": [ + [ + "EditXModelLoader", + "EditXMultiVoiceCloner", + "EditXSingleVoiceCloner", + "EditXSingleVoiceClonerFromPath", + "EditXSingleVoiceEditor", + "EditXSingleVoiceEditorFromPath", + "LoadSpeakers" + ], + { + "title_aux": "Vantage-Step-Audio-EditX" + } + ], "https://github.com/vantagewithai/VantageLongWanVideo": [ [ "VantageI2VDualLooper", @@ -48006,6 +56671,7 @@ ], "https://github.com/viperyl/ComfyUI-RGT": [ [ + "RGT Upscale", "RGT_Upscale" ], { @@ -48024,7 +56690,6 @@ "Hy3D21MeshUVWrap", "Hy3D21MeshlibDecimate", "Hy3D21MultiViewsGeneratorWithMetaData", - "Hy3D21MultiViewsMeshGenerator", "Hy3D21PostprocessMesh", "Hy3D21ResizeImages", "Hy3D21SimpleMeshlibDecimate", @@ -48044,6 +56709,46 @@ "title_aux": "ComfyUI-Hunyuan3d-2-1" } ], + "https://github.com/visualbruno/ComfyUI-Trellis2": [ + [ + "Trellis2BatchSimplifyMeshAndExport", + "Trellis2Continue", + "Trellis2ExportMesh", + "Trellis2FillHolesWithCuMesh", + "Trellis2FillHolesWithMeshlib", + "Trellis2LoadImageWithTransparency", + "Trellis2LoadMesh", + "Trellis2LoadModel", + "Trellis2MeshRefiner", + "Trellis2MeshTexturing", + "Trellis2MeshTexturingMultiView", + "Trellis2MeshWithVoxelAdvancedGenerator", + "Trellis2MeshWithVoxelGenerator", + "Trellis2MeshWithVoxelMultiViewGenerator", + "Trellis2MeshWithVoxelToMeshlibMesh", + "Trellis2MeshWithVoxelToTrimesh", + "Trellis2OvoxelExportToGLB", + "Trellis2PostProcess2", + "Trellis2PostProcessAndUnWrapAndRasterizer", + "Trellis2PostProcessMesh", + "Trellis2PreProcessImage", + "Trellis2ProgressiveSimplify", + "Trellis2ReconstructMesh", + "Trellis2ReconstructMeshWithQuad", + "Trellis2Remesh", + "Trellis2RemeshWithQuad", + "Trellis2SimplifyMesh", + "Trellis2SimplifyTrimesh", + "Trellis2SmoothNormals", + "Trellis2StringSelector", + "Trellis2TrimeshToMeshWithVoxel", + "Trellis2UnWrapAndRasterizer", + "Trellis2WeldVertices" + ], + { + "title_aux": "ComfyUI-Trellis2" + } + ], "https://github.com/vivax3794/ComfyUI-Sub-Nodes": [ [ "VIV_Default", @@ -48068,6 +56773,31 @@ "title_aux": "ComfyUI-Vivax-Nodes" } ], + "https://github.com/vjumpkung/ComfyUI-Musubi-Tuner-LoRA-Loader": [ + [ + "MusubiTunerLoRALoaderModelOnly" + ], + { + "title_aux": "ComfyUI-Musubi-Tuner-LoRA-Loader" + } + ], + "https://github.com/vjumpkung/ComfyUI-STARWrapper": [ + [ + "STARVSRNode" + ], + { + "title_aux": "ComfyUI-STARWrapper" + } + ], + "https://github.com/vjumpkung/comfyui-infinitetalk-native-sampler": [ + [ + "InfiniteTalkAutoSampler", + "InfiniteTalkAutoSamplerAdvanced" + ], + { + "title_aux": "comfyui-infinitetalk-native-sampler" + } + ], "https://github.com/vkff5833/ComfyUI-MobileClient": [ [ "MobileClient" @@ -48110,13 +56840,22 @@ ], "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": [ [ + "BeatImpactAnalysisNode", + "BeatSceneDurationNode", "ColorMatchToReference", "FastFilmGrain", "FastLaplacianSharpen", "FastSobelSharpen", "FastUnsharpSharpen", + "IndexedImageFromFolder", + "IndexedImageFromFolder_ForRemakeMode", + "SRTLyricsMerger", + "VRGDG_ArchiveLlmBatchFolders", "VRGDG_AudioCrop", "VRGDG_AudioCropTime", + "VRGDG_AudioDelayByIndex", + "VRGDG_BuildVideoOutputPath_General", + "VRGDG_BuildVideoOutputPath_General_SRT", "VRGDG_CalculateSetsFromAudio", "VRGDG_CalculateSetsFromAudio_Queue", "VRGDG_CleanAudio", @@ -48124,37 +56863,81 @@ "VRGDG_CombinevideosV3", "VRGDG_CombinevideosV5", "VRGDG_ConditionalLoadVideos", - "VRGDG_CreateFinalVideo", + "VRGDG_CreateFinalVideo_SRT", "VRGDG_DisplayIndex", + "VRGDG_DurationIndexFloat", "VRGDG_Extract_Frame_Number", + "VRGDG_GeneralPromptBatcher", "VRGDG_GetFilenamePrefix", "VRGDG_GetIndexNumber", "VRGDG_GetRunIndexFromJson", "VRGDG_HumoReminderNode", + "VRGDG_ImageIndexMap", + "VRGDG_ImageSwitch4", + "VRGDG_ImageSwitchMultiDynamic", "VRGDG_IndexedPromptChunker", "VRGDG_IndexedPromptChunkerV2", + "VRGDG_IntToString", + "VRGDG_LLM_Multi", + "VRGDG_LLM_OutputSaver", + "VRGDG_LLM_PromptBatcher", + "VRGDG_LatestSRTAutoLoader", + "VRGDG_LoadAudioFilePath", "VRGDG_LoadAudioSplitDynamic", "VRGDG_LoadAudioSplitUpload", + "VRGDG_LoadAudioSplit_General", "VRGDG_LoadAudioSplit_HUMO", "VRGDG_LoadAudioSplit_HUMO_Transcribe", "VRGDG_LoadAudioSplit_HUMO_TranscribeV2", "VRGDG_LoadAudioSplit_HUMO_TranscribeV3", + "VRGDG_LoadAudioSplit_SRTOnly", + "VRGDG_LoadAudioSplit_Wan22HumoFMML", + "VRGDG_LoadLatestCombinedJsonText", + "VRGDG_LoadText", + "VRGDG_LoadTextAdvanced", "VRGDG_LoadVideos", + "VRGDG_LocalLLM", + "VRGDG_LyricsEmotionMerger", "VRGDG_ManualLyricsExtractor", + "VRGDG_ManualLyricsExtractor_SRT", "VRGDG_MusicVideoPromptCreator", "VRGDG_MusicVideoPromptCreatorV2", "VRGDG_MusicVideoPromptCreatorV3", + "VRGDG_NanoBananaPro", + "VRGDG_PadVideoWithLastFrame", "VRGDG_PostRunIndexStepper", + "VRGDG_PromptSpitterWithIndex", "VRGDG_PromptSplitter", + "VRGDG_PromptSplitter2", + "VRGDG_PromptSplitter4", + "VRGDG_PromptSplitterForFL", + "VRGDG_PromptSplitterForFMML", "VRGDG_PromptSplitterForManual", "VRGDG_PromptSplitterJson", "VRGDG_PromptSplitterV2", + "VRGDG_PromptSplitterWithIndex", + "VRGDG_PromptSplitter_General", + "VRGDG_PromptTemplateBuilder", + "VRGDG_PythonCodeRunner", "VRGDG_QueueTriggerFromAudio", + "VRGDG_RunStateLogger_SRT", + "VRGDG_SaveAudioFilePath", + "VRGDG_SaveText", + "VRGDG_SaveTextAdvanced", + "VRGDG_SmartSplitTextTwo", + "VRGDG_SpeechEmotionExtractor", + "VRGDG_SplitPrompt_T2I_I2V", + "VRGDG_StoryBoardCreator", "VRGDG_StringConcat", "VRGDG_ThemeSplitter", "VRGDG_TimecodeFromIndex", "VRGDG_TranscribeText", "VRGDG_TriggerCounter", + "VRGDG_TrimFinalClip", + "VRGDG_TrimImageBatch", + "VRGDG_TrimImageBatch_SRTOnly", + "VRGDG_UpdateLatestCombinedJsonPrompts", + "VRGDG_UpdateLatestCombinedJsonPrompts_zimage", "VRGDG_VideoSplitter" ], { @@ -48165,6 +56948,7 @@ [ "ComfyUI_ScenarioSelector", "ComfyUI_subjectselector", + "LazyPromptSaver", "OptionalSwitchLoRA", "Vsaan_OptionalSwitchLoRA", "Vsaan_ScenarioSelector", @@ -48203,14 +56987,24 @@ "vsLinx_BooleanOrOperator", "vsLinx_BypassOnBool", "vsLinx_FitImageIntoBBoxMask", + "vsLinx_ImpactMultilineWildcardText", "vsLinx_LoadSelectedImagesBatch", "vsLinx_LoadSelectedImagesList", - "vsLinx_MuteOnBool" + "vsLinx_MuteOnBool", + "vsLinx_UpscaleByFactorWithModel" ], { "title_aux": "ComfyUI vsLinx Nodes" } ], + "https://github.com/vuhung3990/comfyui-nsfw-guard": [ + [ + "NSFWCheck" + ], + { + "title_aux": "NSFW Guard" + } + ], "https://github.com/vuongminh1907/ComfyUI_ZenID": [ [ "ApplyZenID", @@ -48245,7 +57039,8 @@ ], "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": [ [ - "VGGTVideoCameraNode" + "VGGTVideoCameraNode", + "VVLVGGTLoader" ], { "title_aux": "ComfyUI VVL Video Camera Advanced" @@ -48273,6 +57068,8 @@ "NexaServiceStatus", "RemoteAPIConfig", "RemoteTextModelSelector", + "RemoteVisionAnalysis", + "RemoteVisionModelConfig", "SystemPromptConfig", "TextGeneration", "TextGenerationNode", @@ -48287,8 +57084,7 @@ ], "https://github.com/wallen0322/ComfyUI-AE-Animation": [ [ - "AEAnimationCore", - "AERender" + "AEAnimation" ], { "title_aux": "ComfyUI-AE-Animation" @@ -48314,15 +57110,6 @@ "title_aux": "ComfyUI-SageAttention3" } ], - "https://github.com/wallen0322/ComfyUI-TTM-WAN22": [ - [ - "WanTTMConditioning", - "WanTTMSamplerComplete" - ], - { - "title_aux": "ComfyUI-TTM-WAN22" - } - ], "https://github.com/wallen0322/ComfyUI-Wan22FMLF": [ [ "WanAdvancedExtractLastFrames", @@ -48331,7 +57118,8 @@ "WanFirstMiddleLastFrameToVideo", "WanFourFrameReferenceUltimate", "WanMultiFrameRefToVideo", - "WanMultiImageLoader" + "WanMultiImageLoader", + "WanSVIProAdvancedI2V" ], { "title_aux": "ComfyUI-Wan22FMLF" @@ -48346,9 +57134,16 @@ "title_aux": "ComfyUI-WanAnimate-Enhancer" } ], + "https://github.com/wallen0322/ComfyUI-qwenmultianglelight": [ + [ + "QwenMultiangleLightningNode" + ], + { + "title_aux": "ComfyUI-qwenmultianglelight" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ - "Alternating KSampler (WLSH)", "Build Filename String (WLSH)", "CLIP +/- w/Text Unified (WLSH)", "CLIP Positive-Negative (WLSH)", @@ -48393,6 +57188,22 @@ "title_aux": "wlsh_nodes" } ], + "https://github.com/wangyff-code/ComfyUI-PixelArt-Converter": [ + [ + "PixelArtConverter" + ], + { + "title_aux": "ComfyUI PixelArt Converter" + } + ], + "https://github.com/wanjin123111/ComfyUI-3D-Human-Pose": [ + [ + "ThreeD_Human_Pose" + ], + { + "title_aux": "ComfyUI-3D-Human-Pose" + } + ], "https://github.com/wasilone11/comfyui-pvm-node": [ [ "SyncPVMessengerNode" @@ -48584,6 +57395,8 @@ "fot_PlayData", "fot_PlayStart", "fot_Scene", + "fot_SceneBackdrop", + "fot_SceneBackdropData", "fot_SceneBeat", "fot_SceneBeatData", "fot_SceneData" @@ -48594,6 +57407,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", @@ -48635,9 +57453,11 @@ "CropByMask_UTK", "DepthMapBlur_UTK", "EmptyUnitGenerator_UTK", + "Extract_Video_Frames_UTK", "FillMaskedArea_UTK", "GetImageRangeFromBatch_UTK", "ImageAndMaskPreview_UTK", + "ImageBatchExtendWithOverlap_UTK", "ImageBlendAdvance_UTK", "ImageCombineAlpha_UTK", "ImageConcatenateMulti_UTK", @@ -48662,6 +57482,7 @@ "ResizeImageVerKJ_UTK", "RestoreCropBox_UTK", "SeparateMasks_UTK", + "ShowAny_UTK", "TextBoxNode_UTK", "TextConcatenate_UTK", "TextTranslatorAPI_UTK", @@ -48717,7 +57538,10 @@ ], "https://github.com/wildminder/ComfyUI-VoxCPM": [ [ - "VoxCPM_TTS" + "VoxCPM_DatasetMaker", + "VoxCPM_LoraTrainer", + "VoxCPM_TTS", + "VoxCPM_TrainConfig" ], { "title_aux": "ComfyUI-VoxCPM" @@ -48735,7 +57559,19 @@ ], "https://github.com/willmiao/ComfyUI-Lora-Manager": [ [ - "WanVideoLoraSelectFromText" + "DebugMetadataLM", + "LoraCyclerLM", + "LoraLoaderLM", + "LoraPoolLM", + "LoraRandomizerLM", + "LoraStackerLM", + "LoraTextLoaderLM", + "PromptLM", + "SaveImageLM", + "TextLM", + "TriggerWordToggleLM", + "WanVideoLoraSelectLM", + "WanVideoLoraTextSelectLM" ], { "title_aux": "ComfyUI-Lora-Manager" @@ -48859,16 +57695,19 @@ ], "https://github.com/wizdroid/wizdroid-character": [ [ - "BackgroundEditNode", - "BackgroundGeneratorNode", - "CharacterPromptBuilder", + "WizdroidBackground", "WizdroidCharacterEdit", - "WizdroidLoRADatasetExport", + "WizdroidCharacterPrompt", + "WizdroidContestPrompt", + "WizdroidImageEdit", + "WizdroidLoRADataset", "WizdroidLoRADatasetValidator", + "WizdroidLoRATrainer", "WizdroidLoRAValidate", - "WizdroidPhotoAspectExtractor", + "WizdroidMetaPrompt", + "WizdroidPhotoAspect", "WizdroidPromptCombiner", - "WizdroidSDXLLoRATrainer" + "WizdroidSceneGenerator" ], { "title_aux": "Wizdroid Character Nodes for ComfyUI" @@ -48882,7 +57721,6 @@ "Crop_Paste", "Distribute_Icons", "Edge_Element_Cropper", - "ExtractDifferenceLora", "IconDistributeByGrid", "Icon_Position_Cropper", "Image_Classification", @@ -49047,9 +57885,21 @@ "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": [ [ - "SAM3Segmentation" + "MaskOutline", + "SAM3Segmentation", + "SEGSToRectangle" ], { "title_aux": "ComfyUI SAM3" @@ -49163,6 +58013,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", @@ -49206,6 +58075,31 @@ "title_aux": "NodeGPT" } ], + "https://github.com/xela-io/ComfyUI-HairDetailer": [ + [ + "HairColorAnalyzer", + "HairDetailEnhancer", + "HairDetector", + "HairDetectorAdvanced", + "HairMaskRefiner", + "HairRegionPrompt" + ], + { + "title_aux": "ComfyUI-HairDetailer" + } + ], + "https://github.com/xela-io/ComfyUI-RegionalPrompting": [ + [ + "MaskFromRegions", + "MaskRegionCreator", + "RegionalConditioningCombiner", + "RegionalPromptComposer", + "SimpleRegionalPrompt" + ], + { + "title_aux": "ComfyUI-RegionalPrompting" + } + ], "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": [ [ "ComfyUI_EXO_Clip_Text_Encode", @@ -49254,6 +58148,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" @@ -49262,6 +58165,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" @@ -49293,6 +58204,14 @@ "title_aux": "ComfyUI-connect-ui" } ], + "https://github.com/xiujiang1987/ComfyUI-SmartSize": [ + [ + "GetImageSize_Custom" + ], + { + "title_aux": "ComfyUI-SmartSize" + } + ], "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": [ [ "Auto-MSG-ALL", @@ -49365,6 +58284,25 @@ "title_aux": "Comfyui_Get_promptId" } ], + "https://github.com/xufengbo1993/ComfyUI-ZFL-JSON-Extractor": [ + [ + "JSONExtractorFourWay" + ], + { + "title_aux": "ComfyUI-ZFL-JSON-Extractor" + } + ], + "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" @@ -49373,6 +58311,20 @@ "title_aux": "ComfyUI-GPEN" } ], + "https://github.com/xuhongming251/ComfyUI-InfiniteTalk-MultiImage": [ + [ + "GetFloatByIndex", + "GetIntByIndex", + "InfiniteTalkEmbedsSlice", + "InfiniteTalkMultiImage", + "MakeBatchFromFloatList", + "MakeBatchFromIntList", + "VideoFromPathsAndAudio" + ], + { + "title_aux": "ComfyUI-InfiniteTalk-MultiImage" + } + ], "https://github.com/xuhongming251/ComfyUI-Jimeng": [ [ "JimengAPIClient", @@ -49389,8 +58341,7 @@ "MuseTalkPostprocess", "MuseTalkPreprocess", "MuseTalkTrain", - "MuseTalkTrainPreprocess", - "MuseTalkUncropMask" + "MuseTalkTrainPreprocess" ], { "title_aux": "ComfyUI-MuseTalkUtils" @@ -49413,6 +58364,14 @@ "title_aux": "ComfyUI Kontext Duo Image Analyzer" } ], + "https://github.com/yangrui511/ComfyUI-Text-Preserve": [ + [ + "TextPreserveNode" + ], + { + "title_aux": "ComfyUI-Text-Preserve" + } + ], "https://github.com/yanhuifair/comfyui-janus": [ [ "JanusProImageGenerationNode", @@ -49487,12 +58446,16 @@ "LamLoadImageBase64", "LamLoadPathImage", "LamLoadVideo", + "LamPanorama2Spherical", "LamReadFileList", "LamSamplerName", "LamSaveAudio", "LamSaveOnly", "LamSaveVideo", "LamScheduler", + "LamSpherical2Panorama", + "LamSwitchMiddle", + "LamSwitchStart", "LamSwitcherCase", "LamViewVideo", "LamViewVideoOut", @@ -49520,6 +58483,8 @@ "PreviewImageLam", "PromptTranslator", "QRCode", + "QwenImageEditNode", + "QwenImageNode", "SaveImageLam", "SaveImgOutputLam", "SectionEnd", @@ -49576,14 +58541,16 @@ ], "https://github.com/ycyy/ComfyUI-YCYY-API": [ [ + "YCYY_API_Config_Options", + "YCYY_API_Proxy_Options", "YCYY_Gemini_Image_API", - "YCYY_Gemini_Image_Config_Options", "YCYY_Gemini_Image_Preset", - "YCYY_Ollama_Config_Options", + "YCYY_Gemini_STT_API", + "YCYY_Gemini_TTS_API", + "YCYY_ModelScope_Image_API", "YCYY_Ollama_LLM_API", "YCYY_Ollama_LLM_Advanced_Options", - "YCYY_Ollama_VLM_API", - "YCYY_Proxy_Config_Options" + "YCYY_Ollama_VLM_API" ], { "title_aux": "ComfyUI-YCYY-API" @@ -49605,16 +58572,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", @@ -49660,8 +58617,6 @@ ], "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": [ [ - "Preview3DModel", - "Save3DModel", "StabilityControlSketch", "StabilityControlStructure", "StabilityControlStyle", @@ -49672,9 +58627,7 @@ "StabilityImageUltra", "StabilityUpscaleConservative", "StabilityUpscaleCreative", - "StabilityUpscaleFast", - "StableFast3D", - "StablePointAware3D" + "StabilityUpscaleFast" ], { "title_aux": "ComfyUI-Stability-AI-API" @@ -49715,6 +58668,7 @@ "AdvancedImageSelector", "DynamicThreshold", "ImageBatchSelector", + "ImageBlendMaskFitCover", "ImageBlendResize", "ImageIC", "ImageICAdvanced", @@ -49729,6 +58683,7 @@ "LoadImagesFromFolder", "MaskBatchComposite", "MaskBatchCopy", + "MaskComposite", "MaskContourFillNode", "MaskCropRestore_YC", "MaskCrop_YC", @@ -49753,7 +58708,8 @@ "YCImageSmartPad", "YCImageTile", "YCImageUntile", - "YCMaskComposite", + "YCMaskBlur", + "YCMaskDirectionExpand", "YCMaskRatioPadCrop", "YCRemapMaskRange", "YCTextImageGenerator", @@ -49761,7 +58717,8 @@ "YC_Image_Save", "YC_MaskColorOverlay", "YC_SingleTextNode", - "YC_textReplaceNode" + "YC_textReplaceNode", + "ycImageTilem" ], { "title_aux": "ComfyUI-YCNodes" @@ -49769,21 +58726,36 @@ ], "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-gaussian_preview": [ + [ + "SavePLY", + "YCGaussianPreview" + ], + { + "title_aux": "ComfyUI-gaussian_preview" + } + ], "https://github.com/yichengup/ComfyUI_SwiftCut": [ [ "SelectImages", "SelectImagesAdvanced", "YCImageBatchBlend", + "YCImageColorTrackBindPro", "YCImageOverlayBlend", - "YCImagePushPullLens" + "YCImagePushPullLens", + "YC_Subtitle" ], { "title_aux": "ComfyUI_SwiftCut" @@ -49889,6 +58861,14 @@ "title_aux": "florence_dw" } ], + "https://github.com/yohji-yohji/comfyui-nanobanana-pro": [ + [ + "Gemini3ProGenerateContent" + ], + { + "title_aux": "comfyui-nanobanana-pro" + } + ], "https://github.com/yolain/ComfyUI-Easy-DotsOCR": [ [ "easy applyDotsOCR", @@ -49968,6 +58948,7 @@ "easy imageCount", "easy imageCropFromMask", "easy imageDetailTransfer", + "easy imageHSVMask", "easy imageIndexSwitch", "easy imageInsetCrop", "easy imageInterrogator", @@ -50036,6 +59017,7 @@ "easy mathInt", "easy mathString", "easy mochiLoader", + "easy multiAngle", "easy negative", "easy outputToList", "easy pipeBatchIndex", @@ -50082,14 +59064,20 @@ "easy showLoaderSettingsNames", "easy showSpentTime", "easy showTensorShape", + "easy simpleMath", + "easy simpleMathDual", "easy sleep", "easy sliderControl", "easy stableDiffusion3API", "easy string", + "easy stringJoinLines", + "easy stringToFloatList", + "easy stringToIntList", "easy styleAlignedBatchAlign", "easy stylesSelector", "easy sv3dLoader", "easy svdLoader", + "easy tableEditor", "easy textIndexSwitch", "easy textSwitch", "easy ultralyticsDetectorPipe", @@ -50145,6 +59133,7 @@ "DTLoadLatent", "DTLoraLoader", "DTLorasLoader", + "DTPreviewImage", "DTStyleModelLoader", "DTUpscaleModelLoader", "DTVAELoader", @@ -50235,6 +59224,7 @@ "KY_FileSequenceAnalyzer", "KY_First_NOT_EMPTY", "KY_GetFromPath", + "KY_ImageCompare", "KY_ImageCropByBBox", "KY_JSONToBBox", "KY_JoinToString", @@ -50296,6 +59286,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/ytoaa/ComfyUI-LLM-Client": [ + [ + "QwenSecureE2EEClient" + ], + { + "title_aux": "ComfyUI-LLM-Client" + } + ], "https://github.com/yuan199696/add_text_2_img": [ [ "AddText" @@ -50322,8 +59320,6 @@ "HyVideo15I2VSampler", "HyVideo15LatentsPrepare", "HyVideo15ModelLoader", - "HyVideo15SR", - "HyVideo15SRModelLoader", "HyVideo15T2VSampler", "HyVideo15TextEncode", "HyVideo15TextEncoderLoader", @@ -50363,10 +59359,15 @@ [ "Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CatchEditTextNodeDual", - "Y7Nodes_Grid2Batch", + "Y7Nodes_ColorMatchMasked", + "Y7Nodes_CropToNearestMultiple", "Y7Nodes_ImageRow", "Y7Nodes_ImageSizePresets", + "Y7Nodes_LMStudioText", + "Y7Nodes_LMStudioVision", "Y7Nodes_PromptEnhancerFlux", + "Y7Nodes_PromptEnhancerFlux2", + "Y7Nodes_SelectLMSModel", "Y7Nodes_ShowAnything", "Y7Nodes_SmolVLM", "Y7Nodes_T5_TokenCounter", @@ -50379,7 +59380,9 @@ "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": [ [ "DepthAnythingEngineBuilder", - "DepthAnythingTensorrt" + "DepthAnythingMapDisplay", + "DepthAnythingTensorrt", + "DepthAnythingTensorrtAdvanced" ], { "title_aux": "ComfyUI Depth Anything TensorRT" @@ -50462,7 +59465,9 @@ "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": [ [ "LoadVideoDepthAnythingModel", - "VideoDepthAnythingProcess" + "VideoDepthAnythingOutput", + "VideoDepthAnythingProcess", + "VideoDepthAnythingSaveEXR" ], { "title_aux": "ComfyUI Video Depth Anything" @@ -50483,7 +59488,8 @@ "Add Subtitles To Background", "Add Subtitles To Frames", "Apply Whisper", - "Resize Cropped Subtitles" + "Resize Cropped Subtitles", + "Save SRT" ], { "title_aux": "ComfyUI Whisper" @@ -50563,6 +59569,14 @@ "title_aux": "ComfyUI-ColorCorrection" } ], + "https://github.com/zavatmotion/ComfyUI-Workflow-Backup": [ + [ + "WorkflowBackup" + ], + { + "title_aux": "ComfyUI Workflow Backup" + } + ], "https://github.com/zccrs/comfyui-dci": [ [ "Base64Decoder", @@ -50601,7 +59615,6 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": [ [ "PreviewJson", - "PreviewVideo", "SaveJson", "TestJsonPreview" ], @@ -50620,7 +59633,7 @@ ], "https://github.com/zcfrank1st/comfyui_visual_anagrams": [ [ - "VisualAnagramsAnimate", + "VisialAnagramsSample", "VisualAnagramsSample" ], { @@ -50629,12 +59642,33 @@ ], "https://github.com/zeeoale/PromptCreatorNode": [ [ - "PromptCreatorNode" + "IdentityMixerNode", + "PFN_PromptTagsExtractor", + "PromptBuilderNode", + "PromptCreatorNode", + "PromptReplayNode", + "PromptTagsExtractorNode" ], { "title_aux": "PromptCreatorNodetraumakom Prompt Generator" } ], + "https://github.com/zengxianyu/ComfyUIIntensityDepth": [ + [ + "IntensityDepthEstimation" + ], + { + "title_aux": "Intensity Fake Depth Node for ComfyUI" + } + ], + "https://github.com/zengxianyu/structured-noise": [ + [ + "StructuredNoise" + ], + { + "title_aux": "Phase-Preserving Noise" + } + ], "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": [ [ "\ud83d\ude80 Universal RealESRGAN Upscaler", @@ -50704,14 +59738,24 @@ [ "ZFLoadImagePath", "ZFPreviewText", + "ZFPreviewTextList", "ZFPreviewTextMultiline", "ZFShareScreen", + "ZFSplitText", "ZFTextTranslation" ], { "title_aux": "ComfyUI_zfkun" } ], + "https://github.com/zhangle0013/comfyui-EmptyImageYesON": [ + [ + "ImageAutoDisableNode" + ], + { + "title_aux": "comfyui-EmptyImageYesON" + } + ], "https://github.com/zhanglongxiao111/Comfyui-geminiapi": [ [ "ElevenLabsTTSNode", @@ -50734,6 +59778,7 @@ ], "https://github.com/zhangp365/ComfyUI-utils-nodes": [ [ + "AspectRatioSizeNodeOfUtils", "BooleanControlOutput", "CheckpointLoaderSimpleWithSwitch", "ColorCorrectOfUtils", @@ -50758,6 +59803,7 @@ "ImageConcanateOfUtils", "ImageMaskColorAverage", "ImageResizeTo8x", + "ImageScaleToTotalPixelsSwitch", "ImageTransition", "ImageTransitionBottomToTop", "ImageTransitionLeftToRight", @@ -50765,6 +59811,7 @@ "ImageTransitionTopToBottom", "ImagesConcanateToGrid", "IntMultipleAddLiteral", + "LayerUtility: CropByMask To Specific Size", "LoadImageMaskWithSwitch", "LoadImageMaskWithoutListDir", "LoadImageWithSwitch", @@ -50781,14 +59828,16 @@ "NeedImageSizeAndCount", "NovitaVideoRequestNode", "QwenEditPlusLoraNode", + "ReferenceLatentSwitch", "ReplicateRequstNode", "ReplicateVideoRequestNode", "SegmindVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview", - "TorchCompileModelAdvanced", + "TorchCompileModelAdvancedOfUtils", "UpscaleImageWithModelIfNeed", + "VAEEncoderSwitch", "VolcanoArkImageEditNode", "VolcanoImageEditNode", "VolcanoOutpaintingNode" @@ -50806,6 +59855,22 @@ "title_aux": "ComfyUI_photomakerV2_native" } ], + "https://github.com/zhaocaiji/ComfyUI-Mute-Switch": [ + [ + "MuteSwitch" + ], + { + "title_aux": "ComfyUI-Mute-Switch" + } + ], + "https://github.com/zhaocaiji/ComfyUI-VideoFrameTools": [ + [ + "VideoFrameReorderAndSkip" + ], + { + "title_aux": "ComfyUI-VideoFrameTools" + } + ], "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [ [ "SD3AlimamaInpaintControlNetApplyAdvanced", @@ -50828,7 +59893,8 @@ [ "EasyCaptureNode", "EasyVideoOutputNode", - "SendImageWebSocket" + "SendImageWebSocket", + "SendImageWebSocketNode" ], { "title_aux": "EasyCaptureNode for ComfyUI" @@ -50845,8 +59911,19 @@ "title_aux": "ComfyUI_Bxb" } ], + "https://github.com/zhuyanan/Comfy-FilmSimulator": [ + [ + "DNG Image Reader", + "FilmSimNode", + "SaveAVIF_HDR" + ], + { + "title_aux": "Comfy-FilmSimulator" + } + ], "https://github.com/zichongc/ComfyUI-Attention-Distillation": [ [ + "ADHandler", "ADOptimizer", "ADSampler", "LoadDistiller", @@ -50858,6 +59935,14 @@ "title_aux": "ComfyUI-Attention-Distillation" } ], + "https://github.com/zisb/comfyui-texture-packer": [ + [ + "AlphaEdgeSolidify" + ], + { + "title_aux": "comfyui-texture-packer" + } + ], "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [ [ "ArkVideoGenerate" @@ -50893,6 +59978,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" @@ -50915,14 +60020,6 @@ "title_aux": "SD-PPP" } ], - "https://github.com/zpengcom/Comfyui-TextLine-counter": [ - [ - "TextLineCounter" - ], - { - "title_aux": "Comfyui-TextLine-counter" - } - ], "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": [ [ "ASVPromptGenerator" @@ -50931,6 +60028,22 @@ "title_aux": "ComfyUI-ASV-Nodes Node" } ], + "https://github.com/zwaigani/ComfyUI-LoRA-stacker": [ + [ + "LoRA Stacker" + ], + { + "title_aux": "ComfyUI-LoRA-stacker" + } + ], + "https://github.com/zwaigani/ComfyUI-VRAM-watcher": [ + [ + "VRAMWatcher" + ], + { + "title_aux": "ComfyUI-VRAM-watcher" + } + ], "https://github.com/zygion/comfyui-zygion-util-nodes": [ [ "ItemListNode", @@ -51064,8 +60177,10 @@ [ "fcFloat", "fcFloatMatic", + "fcFloatNode", "fcHex", - "fcInteger" + "fcInteger", + "fcIntegerNode" ], { "title_aux": "fcSuite" @@ -51073,7 +60188,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" @@ -51097,6 +60213,7 @@ ], "https://raw.githubusercontent.com/lrzjason/ComfyUIJasonNode/main/SDXLMixSampler.py": [ [ + "JNode", "SDXLMixSampler" ], { @@ -51178,24 +60295,6 @@ "title_aux": "CLIPSeg" } ], - "https://raw.githubusercontent.com/tudal/Hakkun-ComfyUI-nodes/main/hakkun_nodes.py": [ - [ - "Any Converter", - "Calculate Upscale", - "Image Resize To Height", - "Image Resize To Width", - "Image size to string", - "Load Random Image", - "Load Text", - "Multi Text Merge", - "Prompt Parser", - "Random Line", - "Random Line 4" - ], - { - "title_aux": "Hakkun-ComfyUI-nodes" - } - ], "https://raw.githubusercontent.com/ultimatech-cn/FaceSimilarity/main/faceSimilarity.py": [ [ "Face-analyze", 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.json b/github-stats.json index 3aa9ec0d..990ae624 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,17916 +2,20971 @@ "htps://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, "last_update": "2025-11-17 17:49:31", - "author_account_age_days": 684 + "author_account_age_days": 772 + }, + "https://github.com/0dot77/comfyui-annotations": { + "stars": 0, + "last_update": "2026-01-17 15:19:04", + "author_account_age_days": 2778 + }, + "https://github.com/0nikod/ComfyUI-Metadata-Tools": { + "stars": 0, + "last_update": "2026-01-15 05:33:29", + "author_account_age_days": 1971 + }, + "https://github.com/0nikod/ComfyUI-Simple-Prompt": { + "stars": 1, + "last_update": "2026-01-17 10:47:19", + "author_account_age_days": 1971 }, "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3730 + "author_account_age_days": 3818 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { - "stars": 9, + "stars": 13, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1901 + "author_account_age_days": 1989 }, "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 259, + "stars": 261, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 1053 + "author_account_age_days": 1140 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 58, - "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 974 + "stars": 64, + "last_update": "2026-01-25 17:59:27", + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-FireRedTTS": { "stars": 41, "last_update": "2025-09-16 17:02:31", - "author_account_age_days": 973 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-FlashVSR": { - "stars": 63, + "stars": 88, "last_update": "2025-11-17 23:19:10", - "author_account_age_days": 973 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 166, - "last_update": "2025-11-07 06:57:18", - "author_account_age_days": 974 + "stars": 226, + "last_update": "2025-12-24 18:25:47", + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-LBM": { - "stars": 86, + "stars": 89, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { - "stars": 48, + "stars": 49, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-MiniCPM": { - "stars": 131, + "stars": 146, "last_update": "2025-08-28 19:52:08", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { - "stars": 72, + "stars": 80, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-Mosaic": { - "stars": 1, + "stars": 2, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 974 + "author_account_age_days": 1061 + }, + "https://github.com/1038lab/ComfyUI-NodeAlign": { + "stars": 34, + "last_update": "2025-12-19 08:03:16", + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 296, + "stars": 298, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-Pollinations": { - "stars": 46, + "stars": 47, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 974 + "author_account_age_days": 1061 + }, + "https://github.com/1038lab/ComfyUI-QwenASR": { + "stars": 40, + "last_update": "2026-01-31 15:58:07", + "author_account_age_days": 1061 + }, + "https://github.com/1038lab/ComfyUI-QwenVL": { + "stars": 660, + "last_update": "2026-02-10 00:26:58", + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1518, - "last_update": "2025-11-26 05:28:58", - "author_account_age_days": 974 + "stars": 1765, + "last_update": "2026-02-03 17:58:21", + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { - "stars": 65, + "stars": 68, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { - "stars": 119, + "stars": 124, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { - "stars": 11, - "last_update": "2025-09-25 00:50:46", - "author_account_age_days": 973 + "stars": 35, + "last_update": "2025-12-11 23:23:52", + "author_account_age_days": 1061 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { - "stars": 59, + "stars": 75, "last_update": "2025-11-06 00:14:44", - "author_account_age_days": 974 + "author_account_age_days": 1061 + }, + "https://github.com/1038lab/ComfyUI-Youtu-VL": { + "stars": 11, + "last_update": "2026-02-03 09:45:40", + "author_account_age_days": 1061 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-08-26 04:55:51", - "author_account_age_days": 2404 + "author_account_age_days": 2492 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1389, + "stars": 1414, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 727 + "author_account_age_days": 814 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { - "stars": 110, + "stars": 152, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 647 + "author_account_age_days": 734 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 40, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 647 + "author_account_age_days": 734 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 114, + "stars": 121, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 647 + "author_account_age_days": 734 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 94, + "stars": 100, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 647 + "author_account_age_days": 734 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 75, + "stars": 78, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 647 + "author_account_age_days": 734 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { - "stars": 27, + "stars": 28, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 647 + "author_account_age_days": 734 + }, + "https://github.com/18yz153/ComfyUI-Persona-Director": { + "stars": 10, + "last_update": "2026-01-08 20:49:07", + "author_account_age_days": 1992 }, "https://github.com/1hew/ComfyUI-1hewNodes": { - "stars": 9, - "last_update": "2025-11-20 12:55:19", - "author_account_age_days": 969 + "stars": 22, + "last_update": "2026-02-08 14:38:21", + "author_account_age_days": 1057 }, "https://github.com/1mckw/Comfyui-Gelbooru": { - "stars": 8, + "stars": 9, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1212 + "author_account_age_days": 1299 + }, + "https://github.com/1x1r/comfyui-upscale-by-model": { + "stars": 2, + "last_update": "2026-01-13 19:13:28", + "author_account_age_days": 562 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { - "stars": 8, + "stars": 10, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 980 + "author_account_age_days": 1068 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, - "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 511 + "last_update": "2026-02-04 10:08:08", + "author_account_age_days": 599 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 235, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1440 + "author_account_age_days": 1528 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 229, + "stars": 231, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1441 + "author_account_age_days": 1528 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3293 + "author_account_age_days": 3381 }, "https://github.com/31702160136/ComfyUI-GrsAI": { - "stars": 26, - "last_update": "2025-10-11 06:37:49", - "author_account_age_days": 2525 + "stars": 65, + "last_update": "2025-12-20 03:49:52", + "author_account_age_days": 2613 + }, + "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack": { + "stars": 3, + "last_update": "2026-02-08 01:47:24", + "author_account_age_days": 211 }, "https://github.com/3dgopnik/comfyui-arena-suite": { "stars": 1, "last_update": "2025-10-10 12:24:13", - "author_account_age_days": 2547 + "author_account_age_days": 2635 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 936 + "author_account_age_days": 1023 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 35, + "stars": 36, "last_update": "2025-11-22 20:30:01", - "author_account_age_days": 2824 + "author_account_age_days": 2912 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 93, + "stars": 95, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4572 + "author_account_age_days": 4660 + }, + "https://github.com/552023587/comfyui_character_selector": { + "stars": 0, + "last_update": "2026-01-03 14:29:04", + "author_account_age_days": 3692 }, "https://github.com/5agado/ComfyUI-Sagado-Nodes": { "stars": 0, - "last_update": "2025-11-20 17:01:52", - "author_account_age_days": 4990 + "last_update": "2026-02-19 14:22:40", + "author_account_age_days": 5078 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1493 + "author_account_age_days": 1581 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1493 + "author_account_age_days": 1581 }, "https://github.com/6174/comflowy-nodes": { - "stars": 15, + "stars": 17, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4640 + "author_account_age_days": 4728 }, "https://github.com/7BEII/comfyui-PD_comfy-api-node": { "stars": 0, - "last_update": "2025-11-19 08:16:25", - "author_account_age_days": 334 + "last_update": "2026-01-26 14:28:07", + "author_account_age_days": 422 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2535 + "author_account_age_days": 2622 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 13, "last_update": "2025-09-03 02:31:35", - "author_account_age_days": 2535 + "author_account_age_days": 2622 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2535 + "author_account_age_days": 2622 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1993 + "author_account_age_days": 2080 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 5, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 884 + "author_account_age_days": 972 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 52, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 884 + "author_account_age_days": 972 }, "https://github.com/9nate-drake/ComfyUI-MaskCenter": { "stars": 6, "last_update": "2025-10-02 01:35:08", - "author_account_age_days": 2172 + "author_account_age_days": 2259 + }, + "https://github.com/9nate-drake/ComfyUI-PanoTools": { + "stars": 0, + "last_update": "2025-12-22 01:36:29", + "author_account_age_days": 2259 }, "https://github.com/9nate-drake/Comfyui-SecNodes": { - "stars": 334, - "last_update": "2025-10-18 04:07:12", - "author_account_age_days": 2172 + "stars": 354, + "last_update": "2025-12-19 23:32:49", + "author_account_age_days": 2259 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1170 + "author_account_age_days": 1258 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { - "stars": 1, + "stars": 2, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1170 + "author_account_age_days": 1258 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 1, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1170 + "author_account_age_days": 1258 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1170 - }, - "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { - "stars": 2, - "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1170 + "author_account_age_days": 1258 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { - "stars": 6, + "stars": 8, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1170 + "author_account_age_days": 1258 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 994 + "author_account_age_days": 1082 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { - "stars": 11, + "stars": 12, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 994 + "author_account_age_days": 1082 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { - "stars": 146, + "stars": 149, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 1021 + "author_account_age_days": 1108 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { - "stars": 43, - "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 624 + "stars": 44, + "last_update": "2026-02-23 00:57:30", + "author_account_age_days": 711 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { - "stars": 10, - "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 624 + "stars": 12, + "last_update": "2026-02-23 01:55:27", + "author_account_age_days": 711 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { - "stars": 48, - "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 624 + "stars": 65, + "last_update": "2026-02-10 04:17:25", + "author_account_age_days": 711 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { - "stars": 22, - "last_update": "2025-09-01 21:40:26", - "author_account_age_days": 624 + "stars": 23, + "last_update": "2026-02-23 02:46:54", + "author_account_age_days": 711 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { - "stars": 57, - "last_update": "2025-09-02 08:09:40", - "author_account_age_days": 624 + "stars": 62, + "last_update": "2026-02-14 19:08:59", + "author_account_age_days": 711 }, "https://github.com/AHEKOT/ComfyUI_VNCCS": { - "stars": 244, - "last_update": "2025-11-06 16:57:50", - "author_account_age_days": 1097 + "stars": 775, + "last_update": "2026-02-11 19:28:00", + "author_account_age_days": 1185 }, "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": { "stars": 0, - "last_update": "2025-10-13 14:14:55", - "author_account_age_days": 908 + "last_update": "2026-01-12 13:56:14", + "author_account_age_days": 996 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 714 + "author_account_age_days": 801 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 3762, - "last_update": "2025-11-27 03:31:25", - "author_account_age_days": 532 + "stars": 4620, + "last_update": "2026-01-12 03:12:49", + "author_account_age_days": 620 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { - "stars": 18, + "stars": 19, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3988 + "author_account_age_days": 4076 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, - "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3988 + "last_update": "2025-12-24 20:46:10", + "author_account_age_days": 4076 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 1, "last_update": "2025-11-17 10:19:20", - "author_account_age_days": 3988 + "author_account_age_days": 4076 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 15, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 95, + "stars": 99, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 43, + "stars": 44, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 247, + "stars": 249, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 308, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 10, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 28, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 118, + "stars": 117, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 380, + "stars": 387, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { - "stars": 21, + "stars": 22, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-RVC": { - "stars": 26, + "stars": 28, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 104, + "stars": 110, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 40, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { - "stars": 57, + "stars": 59, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 64, + "stars": 66, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 275, + "stars": 288, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { - "stars": 16, + "stars": 17, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { - "stars": 36, + "stars": 35, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 13, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { - "stars": 42, + "stars": 44, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 176, + "stars": 180, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 63, + "stars": 62, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 210, + "stars": 209, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 51, + "stars": 52, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 15, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { - "stars": 21, + "stars": 25, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 753 + "author_account_age_days": 840 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 732 + "author_account_age_days": 819 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2392, + "stars": 2426, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 1023 + "author_account_age_days": 1110 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 375, + "stars": 392, "last_update": "2025-10-27 09:36:36", - "author_account_age_days": 1023 + "author_account_age_days": 1110 }, "https://github.com/AIGODLIKE/Blender-IO": { - "stars": 1, + "stars": 2, "last_update": "2025-10-15 08:52:06", - "author_account_age_days": 1022 + "author_account_age_days": 1110 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 53, + "stars": 55, "last_update": "2025-10-15 09:39:30", - "author_account_age_days": 1023 + "author_account_age_days": 1110 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 370, + "stars": 374, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 1023 + "author_account_age_days": 1110 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 108, + "stars": 111, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 404 + "author_account_age_days": 492 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { - "stars": 13, + "stars": 15, "last_update": "2025-09-10 11:03:49", - "author_account_age_days": 351 + "author_account_age_days": 439 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 5, + "stars": 6, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 399 + "author_account_age_days": 487 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { - "stars": 72, + "stars": 79, "last_update": "2025-11-05 16:18:45", - "author_account_age_days": 399 + "author_account_age_days": 487 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 13, - "last_update": "2025-10-31 19:14:31", - "author_account_age_days": 399 + "last_update": "2026-01-15 23:46:15", + "author_account_age_days": 487 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 227, + "stars": 229, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2205 + "author_account_age_days": 2292 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1030, + "stars": 1053, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 965 + "author_account_age_days": 1052 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 371 + "author_account_age_days": 459 + }, + "https://github.com/AJbeckliy/SynVow-Comfyui-Nanoapi": { + "stars": 15, + "last_update": "2025-11-27 03:21:30", + "author_account_age_days": 680 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { - "stars": 2, + "stars": 1, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3404 + "author_account_age_days": 3492 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 72, + "stars": 78, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1982 + "author_account_age_days": 2069 }, "https://github.com/ALatentPlace/YANC_LMStudio": { - "stars": 19, + "stars": 22, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1982 + "author_account_age_days": 2069 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2999 + "author_account_age_days": 3086 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 5, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2999 + "author_account_age_days": 3086 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2999 + "author_account_age_days": 3086 }, "https://github.com/APZmedia/ComfyUI-Dreamlight": { "stars": 0, "last_update": "2025-11-04 16:52:57", - "author_account_age_days": 2998 + "author_account_age_days": 3086 }, "https://github.com/APZmedia/ComfyUI-color-tools": { - "stars": 0, + "stars": 2, "last_update": "2025-09-24 12:52:50", - "author_account_age_days": 2998 + "author_account_age_days": 3086 }, "https://github.com/APZmedia/Comfyui-LightDirection-estimation": { "stars": 0, "last_update": "2025-10-20 12:32:41", - "author_account_age_days": 2998 + "author_account_age_days": 3086 + }, + "https://github.com/ARM64-EC/ComfyUI-LongCatPlugin": { + "stars": 0, + "last_update": "2025-12-09 22:27:11", + "author_account_age_days": 700 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-10-02 04:10:23", - "author_account_age_days": 2288 + "author_account_age_days": 2375 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-10-19 10:10:12", - "author_account_age_days": 2288 + "author_account_age_days": 2375 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2288 + "author_account_age_days": 2375 }, "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": { - "stars": 72, - "last_update": "2025-11-25 10:43:22", - "author_account_age_days": 2015 + "stars": 134, + "last_update": "2026-01-05 11:38:01", + "author_account_age_days": 2103 }, "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": 2048 + "author_account_age_days": 2135 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 299, + "stars": 309, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4189 + "author_account_age_days": 4276 }, "https://github.com/AbstractEyes/comfyui-lycoris": { - "stars": 10, + "stars": 11, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1900 + "author_account_age_days": 1988 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 7, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 1011 + "author_account_age_days": 1098 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 1010 + "author_account_age_days": 1098 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { - "stars": 22, - "last_update": "2025-11-27 17:08:06", - "author_account_age_days": 554 + "stars": 31, + "last_update": "2026-02-06 10:40:11", + "author_account_age_days": 642 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1075, - "last_update": "2025-10-03 16:47:12", - "author_account_age_days": 4326 + "stars": 1139, + "last_update": "2026-02-21 19:32:51", + "author_account_age_days": 4413 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 591, - "last_update": "2025-11-03 09:57:06", - "author_account_age_days": 4326 + "stars": 631, + "last_update": "2026-02-21 19:33:34", + "author_account_age_days": 4413 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-08-19 18:40:24", - "author_account_age_days": 2002 + "author_account_age_days": 2090 }, "https://github.com/Ada123-a/ComfyUI-Kandinsky": { - "stars": 5, + "stars": 6, "last_update": "2025-11-22 19:28:30", - "author_account_age_days": 969 + "author_account_age_days": 1057 }, "https://github.com/AdamShuo/ComfyUI_Switch": { "stars": 5, "last_update": "2025-09-23 16:59:46", - "author_account_age_days": 803 + "author_account_age_days": 891 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1272 + "author_account_age_days": 1360 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3899 + "author_account_age_days": 3987 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 381 + "author_account_age_days": 469 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 1, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 381 + "author_account_age_days": 469 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, - "last_update": "2025-11-27 11:27:08", - "author_account_age_days": 1330 + "last_update": "2026-02-04 03:13:27", + "author_account_age_days": 1418 }, "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": { "stars": 0, - "last_update": "2025-10-31 03:12:00", - "author_account_age_days": 1330 + "last_update": "2025-12-16 08:05:11", + "author_account_age_days": 1418 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1798 + "author_account_age_days": 1885 }, "https://github.com/Aishor/comfyui-meta-sampler-guiado": { "stars": 0, "last_update": "2025-10-28 14:04:44", - "author_account_age_days": 5838 + "author_account_age_days": 5926 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-08-24 07:19:00", - "author_account_age_days": 2274 + "author_account_age_days": 2362 + }, + "https://github.com/Akkisdiary/ComfyUI-AnyLLM": { + "stars": 0, + "last_update": "2025-12-27 11:32:05", + "author_account_age_days": 2077 }, "https://github.com/Aksaz/comfyui-seamless-clone": { - "stars": 17, + "stars": 19, "last_update": "2025-09-23 13:10:16", - "author_account_age_days": 404 + "author_account_age_days": 492 + }, + "https://github.com/AlbertJBurton/comfyui-jbnodes": { + "stars": 0, + "last_update": "2026-02-20 20:51:49", + "author_account_age_days": 3615 }, "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": { "stars": 0, "last_update": "2025-10-19 20:26:42", - "author_account_age_days": 39 + "author_account_age_days": 127 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { - "stars": 45, - "last_update": "2025-11-05 22:43:44", - "author_account_age_days": 4987 + "stars": 55, + "last_update": "2026-01-31 18:16:02", + "author_account_age_days": 5075 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1403, - "last_update": "2025-09-21 11:02:10", - "author_account_age_days": 3221 + "stars": 1459, + "last_update": "2026-01-15 19:46:59", + "author_account_age_days": 3308 }, "https://github.com/AlexXia007/AIYang_TripleAPI": { "stars": 1, "last_update": "2025-11-10 17:53:55", - "author_account_age_days": 546 + "author_account_age_days": 634 }, "https://github.com/Alexankharin/camera-comfyUI": { - "stars": 21, - "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2642 + "stars": 24, + "last_update": "2025-12-26 16:27:12", + "author_account_age_days": 2730 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 3, "last_update": "2025-09-10 11:31:33", - "author_account_age_days": 3924 + "author_account_age_days": 4012 + }, + "https://github.com/Aloukik21/ComfyUI-NovaNoiser": { + "stars": 1, + "last_update": "2026-01-17 15:59:53", + "author_account_age_days": 3134 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3231 + "author_account_age_days": 3319 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4222 + "author_account_age_days": 4310 }, "https://github.com/Amorano/Jovi_Capture": { - "stars": 9, + "stars": 10, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5734 + "author_account_age_days": 5821 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 12, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5734 + "author_account_age_days": 5821 }, "https://github.com/Amorano/Jovi_GLSL": { - "stars": 18, + "stars": 19, "last_update": "2025-08-25 04:34:38", - "author_account_age_days": 5734 + "author_account_age_days": 5821 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 5, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5734 + "author_account_age_days": 5821 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-08-29 02:31:26", - "author_account_age_days": 5734 + "author_account_age_days": 5821 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 9, "last_update": "2025-08-29 02:29:14", - "author_account_age_days": 5734 + "author_account_age_days": 5821 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 381, + "stars": 388, "last_update": "2025-09-05 03:15:03", - "author_account_age_days": 5734 + "author_account_age_days": 5821 }, "https://github.com/Analaser/ComfyUI-RandomTagWeights": { "stars": 1, - "last_update": "2025-11-19 23:10:52", - "author_account_age_days": 2914 + "last_update": "2025-12-23 01:58:09", + "author_account_age_days": 3002 + }, + "https://github.com/AnastasiyaW/ComfyUI-SmartScreenshotCleaner": { + "stars": 0, + "last_update": "2026-02-04 19:30:09", + "author_account_age_days": 1589 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 4, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 793 - }, - "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { - "stars": 0, - "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1342 + "author_account_age_days": 881 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3898 + "author_account_age_days": 3985 + }, + "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander": { + "stars": 0, + "last_update": "2026-02-23 15:37:41", + "author_account_age_days": 376 }, "https://github.com/Antique3e/ComfyUI-ModalCredits": { "stars": 0, - "last_update": "2025-10-29 12:39:09", - "author_account_age_days": 44 + "last_update": "2025-12-05 16:07:04", + "author_account_age_days": 132 + }, + "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node": { + "stars": 6, + "last_update": "2026-01-23 21:58:02", + "author_account_age_days": 1014 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 11, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4614 + "author_account_age_days": 4701 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4614 + "author_account_age_days": 4701 }, "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { "stars": 0, "last_update": "2025-09-12 02:37:33", - "author_account_age_days": 399 + "author_account_age_days": 487 }, "https://github.com/ApexArtist/comfyui-apex-artist": { - "stars": 1, + "stars": 3, "last_update": "2025-10-23 16:54:57", - "author_account_age_days": 2851 + "author_account_age_days": 2939 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 45, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3911 + "author_account_age_days": 3998 + }, + "https://github.com/Arctenox/Arctenoxs-Essentials_ComfyUI": { + "stars": 1, + "last_update": "2026-02-18 21:24:24", + "author_account_age_days": 2023 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 648 + "author_account_age_days": 736 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3470 + "author_account_age_days": 3558 + }, + "https://github.com/Arroz-11/ComfyUI-Just-Nodes": { + "stars": 0, + "last_update": "2026-02-22 22:36:50", + "author_account_age_days": 1466 + }, + "https://github.com/Arroz-11/ComfyUI-Linear-Theme": { + "stars": 0, + "last_update": "2026-02-14 09:36:20", + "author_account_age_days": 1466 }, "https://github.com/Art-xmaster/comfyui-AGSoft": { - "stars": 3, - "last_update": "2025-11-27 21:23:41", - "author_account_age_days": 456 + "stars": 8, + "last_update": "2026-02-09 03:44:44", + "author_account_age_days": 544 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 95, + "stars": 97, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 815 + "author_account_age_days": 902 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 1054 + "author_account_age_days": 1142 }, "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": { - "stars": 37, + "stars": 54, "last_update": "2025-11-17 01:55:11", - "author_account_age_days": 349 + "author_account_age_days": 437 + }, + "https://github.com/ArtifyGames/comfyui-artify": { + "stars": 0, + "last_update": "2026-02-19 19:02:47", + "author_account_age_days": 2582 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 24, - "last_update": "2025-09-21 18:10:47", - "author_account_age_days": 610 + "stars": 44, + "last_update": "2026-02-08 19:24:31", + "author_account_age_days": 698 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { - "stars": 5, - "last_update": "2025-11-27 16:49:06", - "author_account_age_days": 1693 + "stars": 8, + "last_update": "2026-02-06 14:25:09", + "author_account_age_days": 1781 + }, + "https://github.com/Aryan185/ComfyUI-VertexAPI": { + "stars": 2, + "last_update": "2026-01-22 13:09:51", + "author_account_age_days": 1781 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 28, + "stars": 29, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5108 + "author_account_age_days": 5195 + }, + "https://github.com/Asidert/ComfyUI_Base64Images": { + "stars": 0, + "last_update": "2025-12-22 12:27:20", + "author_account_age_days": 3981 }, "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { - "stars": 1, - "last_update": "2025-09-15 07:41:44", - "author_account_age_days": 1935 + "stars": 2, + "last_update": "2026-02-17 19:56:24", + "author_account_age_days": 2023 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, - "last_update": "2025-11-17 10:10:03", - "author_account_age_days": 3362 + "last_update": "2025-12-26 15:29:04", + "author_account_age_days": 3450 + }, + "https://github.com/Atsushi888/easy_prompt_selector_for_comfyui": { + "stars": 0, + "last_update": "2026-01-06 22:36:31", + "author_account_age_days": 1601 + }, + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": { + "stars": 0, + "last_update": "2025-12-25 18:30:31", + "author_account_age_days": 64 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 912 + "author_account_age_days": 999 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 469, + "stars": 472, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 912 + "author_account_age_days": 999 + }, + "https://github.com/Austat/ComfyUI-DownsampleFPS": { + "stars": 0, + "last_update": "2025-12-29 17:34:38", + "author_account_age_days": 67 + }, + "https://github.com/Austat/ComfyUI-RemacriScale": { + "stars": 0, + "last_update": "2026-01-13 17:02:28", + "author_account_age_days": 67 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4596 + "author_account_age_days": 4683 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 3, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4596 + "author_account_age_days": 4683 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4596 + "author_account_age_days": 4683 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4596 + "author_account_age_days": 4683 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3171 + "author_account_age_days": 3258 }, "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { "stars": 0, - "last_update": "2025-10-08 01:12:48", - "author_account_age_days": 1893 + "last_update": "2026-01-22 17:18:40", + "author_account_age_days": 1981 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 245, - "last_update": "2025-11-13 16:10:34", - "author_account_age_days": 3412 + "stars": 289, + "last_update": "2026-02-20 15:28:05", + "author_account_age_days": 3500 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 174, - "last_update": "2025-11-14 20:24:57", - "author_account_age_days": 3412 + "stars": 242, + "last_update": "2026-02-08 15:52:19", + "author_account_age_days": 3500 }, "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": { - "stars": 92, - "last_update": "2025-11-25 03:54:19", - "author_account_age_days": 826 + "stars": 115, + "last_update": "2026-02-19 11:43:48", + "author_account_age_days": 914 }, "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": { - "stars": 92, - "last_update": "2025-11-25 03:54:19", - "author_account_age_days": 826 + "stars": 115, + "last_update": "2026-02-19 11:43:48", + "author_account_age_days": 914 }, "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": { - "stars": 3, + "stars": 5, "last_update": "2025-08-29 11:15:29", - "author_account_age_days": 826 + "author_account_age_days": 914 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 1011 + "author_account_age_days": 1098 }, "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { "stars": 0, "last_update": "2025-08-22 06:10:44", - "author_account_age_days": 97 + "author_account_age_days": 185 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 8, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1753 + "author_account_age_days": 1841 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1753 + "author_account_age_days": 1841 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 1017 + "author_account_age_days": 1105 + }, + "https://github.com/BWDrum/ComfyUI-RandomWildcardLoader": { + "stars": 1, + "last_update": "2026-01-08 01:05:44", + "author_account_age_days": 1070 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2965 + "author_account_age_days": 3052 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3758 + "author_account_age_days": 3846 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 457, + "stars": 466, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 952 + "author_account_age_days": 1039 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { - "stars": 22, + "stars": 23, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1827 + "author_account_age_days": 1915 + }, + "https://github.com/Baldwinzc/ComfyUI-ProductPromptGenerator": { + "stars": 1, + "last_update": "2026-01-03 16:41:04", + "author_account_age_days": 2325 }, "https://github.com/Baverne/comfyUI-TiledWan": { - "stars": 3, - "last_update": "2025-08-21 10:14:11", - "author_account_age_days": 992 + "stars": 5, + "last_update": "2026-02-17 20:01:49", + "author_account_age_days": 1080 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 25, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2748 + "author_account_age_days": 2835 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3528 + "author_account_age_days": 3616 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3594 + "author_account_age_days": 3681 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3594 + "author_account_age_days": 3681 + }, + "https://github.com/BennyDaBall930/ComfyUI-Z-Engineer": { + "stars": 30, + "last_update": "2026-01-26 22:41:49", + "author_account_age_days": 358 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1460, + "stars": 1495, "last_update": "2025-11-13 10:40:04", - "author_account_age_days": 3518 + "author_account_age_days": 3605 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { - "stars": 37, + "stars": 39, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1319 + "author_account_age_days": 1407 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { - "stars": 10, + "stars": 11, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1319 + "author_account_age_days": 1407 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1319 + "author_account_age_days": 1407 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1319 + "author_account_age_days": 1407 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1319 + "author_account_age_days": 1407 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 6, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1319 + "author_account_age_days": 1407 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { - "stars": 32, - "last_update": "2025-08-29 08:44:14", - "author_account_age_days": 1393 + "stars": 35, + "last_update": "2026-01-14 10:59:14", + "author_account_age_days": 1481 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 66, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1393 + "author_account_age_days": 1481 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningNoiseInjection": { + "stars": 87, + "last_update": "2026-01-23 13:28:10", + "author_account_age_days": 295 + }, + "https://github.com/BigStationW/ComfyUi-ConditioningTimestepSwitch": { + "stars": 1, + "last_update": "2026-01-03 23:39:20", + "author_account_age_days": 295 + }, + "https://github.com/BigStationW/ComfyUi-DisplayAllSteps": { + "stars": 2, + "last_update": "2026-01-04 22:44:21", + "author_account_age_days": 295 }, "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": 207 + "stars": 23, + "last_update": "2026-01-01 07:04:16", + "author_account_age_days": 295 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { - "stars": 30, + "stars": 34, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 207 + "author_account_age_days": 295 }, "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": 207 + "stars": 31, + "last_update": "2026-02-12 21:59:56", + "author_account_age_days": 295 + }, + "https://github.com/BigStationW/ComfyUi-TextEncodeQwenImageEditAdvanced": { + "stars": 45, + "last_update": "2026-01-28 10:32:30", + "author_account_age_days": 295 + }, + "https://github.com/BigStationW/Comfyui-AD-Image-Concatenation-Advanced": { + "stars": 2, + "last_update": "2026-01-18 08:22:50", + "author_account_age_days": 295 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 1, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2861 + "author_account_age_days": 2949 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 21, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 657 + "author_account_age_days": 744 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 455 + "author_account_age_days": 543 }, "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets": { - "stars": 9, + "stars": 11, "last_update": "2025-11-08 08:42:06", - "author_account_age_days": 4805 + "author_account_age_days": 4893 }, "https://github.com/BizaNator/ComfyUI_PromptIterator": { - "stars": 0, + "stars": 3, "last_update": "2025-09-24 16:47:04", - "author_account_age_days": 3578 + "author_account_age_days": 3666 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, - "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1376 + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1464 }, "https://github.com/BlackSnowSkill/wd14_batch_tagger": { - "stars": 1, - "last_update": "2025-10-23 14:29:51", - "author_account_age_days": 429 + "stars": 3, + "last_update": "2026-02-10 21:23:49", + "author_account_age_days": 517 }, - "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { - "stars": 2, - "last_update": "2025-10-01 17:23:19", - "author_account_age_days": 477 + "https://github.com/BlackVortexAI/bv_nodepack": { + "stars": 4, + "last_update": "2026-01-29 06:12:28", + "author_account_age_days": 565 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 3054 + "author_account_age_days": 3141 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 3054 + "author_account_age_days": 3141 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 3054 + "author_account_age_days": 3141 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 3054 + "author_account_age_days": 3141 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 421, + "stars": 428, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 1000 + "author_account_age_days": 1087 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 397, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 1000 + "author_account_age_days": 1087 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 314, + "stars": 321, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 1000 + "author_account_age_days": 1087 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 42, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 1000 + "author_account_age_days": 1087 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 401, + "stars": 409, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 1000 - }, - "https://github.com/Blonicx/ComfyUI-X-Rework": { - "stars": 1, - "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1244 + "author_account_age_days": 1087 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { - "stars": 5, + "stars": 7, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 966 + "author_account_age_days": 1054 + }, + "https://github.com/BobJohnson24/ComfyUI-Flux2-INT8": { + "stars": 31, + "last_update": "2026-02-21 09:22:02", + "author_account_age_days": 294 + }, + "https://github.com/BobRandomNumber/ComfyUI-BasicOllama": { + "stars": 1, + "last_update": "2026-02-14 05:33:26", + "author_account_age_days": 453 + }, + "https://github.com/BobRandomNumber/ComfyUI-Calculator": { + "stars": 0, + "last_update": "2026-02-14 05:32:17", + "author_account_age_days": 453 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 7, - "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 365 + "last_update": "2026-02-16 02:36:31", + "author_account_age_days": 453 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { - "stars": 4, + "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 365 + "author_account_age_days": 453 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 18, - "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 365 + "stars": 20, + "last_update": "2026-02-18 02:53:02", + "author_account_age_days": 453 }, "https://github.com/Boba-svg/ComfyUI-PromptSwitch": { - "stars": 1, - "last_update": "2025-11-25 17:18:32", - "author_account_age_days": 72 + "stars": 3, + "last_update": "2025-12-07 13:43:53", + "author_account_age_days": 160 }, "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner": { "stars": 0, "last_update": "2025-11-14 23:12:48", - "author_account_age_days": 72 + "author_account_age_days": 160 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 9, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2735 + "author_account_age_days": 2823 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 51, "last_update": "2025-09-07 18:29:50", - "author_account_age_days": 2735 + "author_account_age_days": 2823 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 106, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3602 + "author_account_age_days": 3690 + }, + "https://github.com/Braeden90000/comfyui-load-image-url": { + "stars": 0, + "last_update": "2025-12-10 23:32:57", + "author_account_age_days": 2287 }, "https://github.com/Brekel/ComfyUI-Brekel": { - "stars": 18, + "stars": 19, "last_update": "2025-11-17 19:08:10", - "author_account_age_days": 5346 + "author_account_age_days": 5434 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 67, - "last_update": "2025-11-26 20:23:35", - "author_account_age_days": 1999 + "stars": 80, + "last_update": "2026-02-12 16:43:36", + "author_account_age_days": 2086 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { - "stars": 4, + "stars": 5, "last_update": "2025-11-26 05:05:36", - "author_account_age_days": 3434 + "author_account_age_days": 3522 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3434 + "author_account_age_days": 3522 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { - "stars": 8, + "stars": 7, "last_update": "2025-11-11 18:57:09", - "author_account_age_days": 312 + "author_account_age_days": 400 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { - "stars": 8, + "stars": 7, "last_update": "2025-11-11 18:57:09", - "author_account_age_days": 312 + "author_account_age_days": 400 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 312 + "author_account_age_days": 400 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { - "stars": 36, + "stars": 37, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 312 + "author_account_age_days": 400 + }, + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": { + "stars": 1, + "last_update": "2025-12-22 04:27:46", + "author_account_age_days": 1064 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 24, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 1007 + "author_account_age_days": 1094 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 890 + "author_account_age_days": 978 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { - "stars": 17, + "stars": 21, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 487 + "author_account_age_days": 575 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { - "stars": 15, + "stars": 18, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { - "stars": 73, + "stars": 72, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { - "stars": 235, + "stars": 241, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 5, + "stars": 8, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 86, + "stars": 91, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 639, + "stars": 646, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { - "stars": 25, + "stars": 26, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 35, + "stars": 36, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 139, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 100, + "stars": 102, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 719 + "author_account_age_days": 807 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { - "stars": 10, + "stars": 11, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 771 + "author_account_age_days": 858 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-11-02 04:46:30", - "author_account_age_days": 261 + "author_account_age_days": 349 + }, + "https://github.com/Candlehead/Candlehead-Comfy-Nodez": { + "stars": 0, + "last_update": "2026-01-26 19:27:00", + "author_account_age_days": 28 + }, + "https://github.com/Carasibana/ComfyUI-PolyMask": { + "stars": 4, + "last_update": "2025-12-30 11:41:59", + "author_account_age_days": 85 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 267, + "stars": 272, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3248 + "author_account_age_days": 3335 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 13, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2388 + "author_account_age_days": 2475 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 75, + "stars": 76, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2388 + "author_account_age_days": 2475 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 36, + "stars": 39, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2388 + "author_account_age_days": 2475 + }, + "https://github.com/ChangeTheConstants/SeedVarianceEnhancer": { + "stars": 170, + "last_update": "2025-12-21 18:07:45", + "author_account_age_days": 81 }, "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { "stars": 0, "last_update": "2025-09-23 14:22:09", - "author_account_age_days": 884 + "author_account_age_days": 972 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 44, - "last_update": "2025-10-28 16:09:40", - "author_account_age_days": 2400 + "stars": 50, + "last_update": "2025-12-05 14:19:43", + "author_account_age_days": 2488 }, "https://github.com/Charlweed/image_transceiver": { - "stars": 3, + "stars": 4, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5618 + "author_account_age_days": 5706 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { - "stars": 0, + "stars": 1, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 515 + "author_account_age_days": 603 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { "stars": 3, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 515 + "author_account_age_days": 603 }, "https://github.com/Charonartist/comfyui-lmstudio-conversation": { "stars": 0, "last_update": "2025-09-07 07:57:09", - "author_account_age_days": 515 + "author_account_age_days": 603 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 515 + "author_account_age_days": 603 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 515 + "author_account_age_days": 603 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 5, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2967 + "author_account_age_days": 3055 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 285, + "stars": 304, "last_update": "2025-11-03 20:44:25", - "author_account_age_days": 2422 + "author_account_age_days": 2510 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2422 + "author_account_age_days": 2510 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 921 + "author_account_age_days": 1009 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { - "stars": 17, + "stars": 19, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2934 + "author_account_age_days": 3021 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2934 + "author_account_age_days": 3021 }, "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { "stars": 0, "last_update": "2025-10-21 02:34:23", - "author_account_age_days": 1375 + "author_account_age_days": 1463 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { - "stars": 1, + "stars": 2, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2250 + "author_account_age_days": 2338 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 814, - "last_update": "2025-10-27 02:13:49", - "author_account_age_days": 551 + "stars": 990, + "last_update": "2026-01-18 03:03:38", + "author_account_age_days": 639 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 13, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2256 + "author_account_age_days": 2343 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 95, + "stars": 99, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2256 + "author_account_age_days": 2343 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 85, + "stars": 88, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2256 + "author_account_age_days": 2343 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 5, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2419 + "author_account_age_days": 2507 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 2, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2419 + "author_account_age_days": 2507 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { - "stars": 5, + "stars": 6, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2419 + "author_account_age_days": 2507 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 56, + "stars": 58, "last_update": "2025-08-20 15:31:03", - "author_account_age_days": 597 + "author_account_age_days": 684 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { - "stars": 2, - "last_update": "2025-10-08 01:25:29", - "author_account_age_days": 187 + "stars": 3, + "last_update": "2025-11-28 17:51:18", + "author_account_age_days": 275 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { - "stars": 7, - "last_update": "2025-11-24 16:55:51", - "author_account_age_days": 187 + "stars": 13, + "last_update": "2026-02-10 01:46:52", + "author_account_age_days": 275 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 82, - "last_update": "2025-10-28 23:38:00", - "author_account_age_days": 187 + "stars": 114, + "last_update": "2026-02-11 13:57:23", + "author_account_age_days": 275 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { - "stars": 4, + "stars": 5, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 187 + "author_account_age_days": 275 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 344 + "author_account_age_days": 431 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 344 + "author_account_age_days": 431 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4945 + "author_account_age_days": 5033 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 75, + "stars": 89, "last_update": "2025-09-30 21:05:37", - "author_account_age_days": 695 + "author_account_age_days": 783 + }, + "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models": { + "stars": 2, + "last_update": "2025-12-30 06:34:36", + "author_account_age_days": 182 }, "https://github.com/CoreyCorza/ComfyUI-CRZnodes": { - "stars": 34, + "stars": 38, "last_update": "2025-09-09 05:29:25", - "author_account_age_days": 2704 + "author_account_age_days": 2792 + }, + "https://github.com/Cornmeister/ComfyUI-CornmeisterNL-PowerPack": { + "stars": 0, + "last_update": "2025-12-28 12:35:17", + "author_account_age_days": 4092 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 133, - "last_update": "2025-11-11 16:00:21", - "author_account_age_days": 4177 + "stars": 136, + "last_update": "2026-02-22 15:17:41", + "author_account_age_days": 4264 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 474 + "author_account_age_days": 561 + }, + "https://github.com/CraftBlack/ComfyUI-Resolution-Divider": { + "stars": 0, + "last_update": "2025-12-08 04:15:29", + "author_account_age_days": 1816 + }, + "https://github.com/CrateTools/comfyui-preview-video-monitor": { + "stars": 15, + "last_update": "2026-01-30 23:31:39", + "author_account_age_days": 582 }, "https://github.com/Creditas-labs/ComfyUI-Adforge": { "stars": 1, "last_update": "2025-11-26 19:14:11", - "author_account_age_days": 23 + "author_account_age_days": 111 + }, + "https://github.com/Creditas-labs/ComfyUI_Adforge": { + "stars": 1, + "last_update": "2025-11-26 19:14:11", + "author_account_age_days": 111 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1524 + "author_account_age_days": 1612 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { - "stars": 21, - "last_update": "2025-11-21 05:03:49", - "author_account_age_days": 2128 + "stars": 27, + "last_update": "2026-02-21 10:25:03", + "author_account_age_days": 2216 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 7, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2129 + "author_account_age_days": 2216 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2128 + "author_account_age_days": 2216 }, "https://github.com/Creepybits/World_weaver": { - "stars": 13, - "last_update": "2025-11-26 16:28:31", - "author_account_age_days": 2129 + "stars": 25, + "last_update": "2026-02-13 22:55:49", + "author_account_age_days": 2216 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 8, "last_update": "2025-11-20 01:25:21", - "author_account_age_days": 1449 + "author_account_age_days": 1537 }, "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": 3707 + "author_account_age_days": 3795 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2025-09-05 13:21:04", - "author_account_age_days": 1623 + "author_account_age_days": 1711 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { - "stars": 4, + "stars": 5, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 936 + "author_account_age_days": 1024 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { - "stars": 11, + "stars": 12, "last_update": "2025-10-24 07:46:08", - "author_account_age_days": 937 + "author_account_age_days": 1024 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 16, "last_update": "2025-10-24 07:49:28", - "author_account_age_days": 936 + "author_account_age_days": 1024 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5680 + "author_account_age_days": 5767 + }, + "https://github.com/CypherNaught-0x/ComfyUI_resolution_presets": { + "stars": 0, + "last_update": "2026-01-04 16:03:15", + "author_account_age_days": 4109 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-30 15:54:04", - "author_account_age_days": 3232 + "author_account_age_days": 3320 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-25 06:32:51", - "author_account_age_days": 3232 + "author_account_age_days": 3320 }, "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": { "stars": 0, - "last_update": "2025-11-14 17:02:45", - "author_account_age_days": 3232 + "last_update": "2026-01-09 15:33:52", + "author_account_age_days": 3320 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { - "stars": 3, + "stars": 4, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1126 + "author_account_age_days": 1214 + }, + "https://github.com/D-Ogi/ComfyUI-Attention-Optimizer": { + "stars": 25, + "last_update": "2026-02-09 12:56:32", + "author_account_age_days": 4407 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { - "stars": 6, + "stars": 7, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 310 + "author_account_age_days": 397 + }, + "https://github.com/DN2048/dn_little_helpers": { + "stars": 0, + "last_update": "2026-02-05 23:42:39", + "author_account_age_days": 2040 }, "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": { "stars": 0, "last_update": "2025-09-24 11:01:50", - "author_account_age_days": 2553 + "author_account_age_days": 2641 + }, + "https://github.com/DanPli/ComfyUI-Flux2LatentPresets": { + "stars": 0, + "last_update": "2026-01-31 22:10:40", + "author_account_age_days": 3981 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { - "stars": 82, + "stars": 90, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4810 + "author_account_age_days": 4898 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4105 + "author_account_age_days": 4193 }, "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": { - "stars": 1, + "stars": 3, "last_update": "2025-11-22 01:25:11", - "author_account_age_days": 1388 + "author_account_age_days": 1476 }, "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": { "stars": 1, "last_update": "2025-10-15 09:40:29", - "author_account_age_days": 2557 + "author_account_age_days": 2645 + }, + "https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger": { + "stars": 12, + "last_update": "2026-01-06 12:38:13", + "author_account_age_days": 840 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 13, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2838 + "author_account_age_days": 2926 + }, + "https://github.com/Daohoi123/ComfyUI-Gemini3": { + "stars": 2, + "last_update": "2025-11-26 01:14:40", + "author_account_age_days": 1019 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5108 + "author_account_age_days": 5196 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 6, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3998 + "author_account_age_days": 4086 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 96, + "stars": 97, "last_update": "2025-08-18 13:18:24", - "author_account_age_days": 1299 + "author_account_age_days": 1387 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, - "last_update": "2025-10-02 15:39:55", - "author_account_age_days": 2400 + "last_update": "2025-11-30 02:04:39", + "author_account_age_days": 2488 }, "https://github.com/Daxamur/DaxNodes": { "stars": 0, "last_update": "2025-08-30 19:54:44", - "author_account_age_days": 2616 + "author_account_age_days": 2704 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana": { + "stars": 12, + "last_update": "2026-02-23 23:01:20", + "author_account_age_days": 1061 + }, + "https://github.com/DayMan84/ComfyUI-Usgromana-Gallery": { + "stars": 1, + "last_update": "2026-02-22 06:43:42", + "author_account_age_days": 1061 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4736 + "author_account_age_days": 4824 + }, + "https://github.com/DazzleNodes/ComfyUI-DazzleSwitch": { + "stars": 0, + "last_update": "2026-02-23 13:45:05", + "author_account_age_days": 113 }, "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": { - "stars": 4, - "last_update": "2025-11-12 21:11:23", - "author_account_age_days": 26 + "stars": 5, + "last_update": "2026-01-27 00:22:44", + "author_account_age_days": 113 }, "https://github.com/DazzleNodes/DazzleNodes": { "stars": 0, - "last_update": "2025-11-24 22:23:02", - "author_account_age_days": 26 + "last_update": "2026-02-23 14:11:26", + "author_account_age_days": 113 }, "https://github.com/DazzleNodes/fit-mask-to-image": { "stars": 1, "last_update": "2025-11-16 01:32:44", - "author_account_age_days": 26 + "author_account_age_days": 113 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 28, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1376 + "author_account_age_days": 1464 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 4, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3513 + "author_account_age_days": 3600 + }, + "https://github.com/Deathspike/ComfyUI-MyOriginalWaifu": { + "stars": 2, + "last_update": "2026-02-08 13:40:00", + "author_account_age_days": 5861 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 1, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 322 + "author_account_age_days": 410 }, "https://github.com/DecartAI/Lucy-Edit-ComfyUI": { - "stars": 687, + "stars": 719, "last_update": "2025-11-07 18:58:33", - "author_account_age_days": 831 + "author_account_age_days": 919 }, "https://github.com/DeemosTech/ComfyUI-Rodin": { - "stars": 44, + "stars": 51, "last_update": "2025-10-15 03:36:50", - "author_account_age_days": 1287 + "author_account_age_days": 1375 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 3, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 276 + "author_account_age_days": 364 }, "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": { "stars": 1, "last_update": "2025-10-02 14:57:02", - "author_account_age_days": 1613 + "author_account_age_days": 1701 }, "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": { "stars": 0, "last_update": "2025-10-26 15:41:28", - "author_account_age_days": 1613 + "author_account_age_days": 1701 }, "https://github.com/Dehypnotic/comfyui-numbered-text": { "stars": 0, "last_update": "2025-10-08 15:13:36", - "author_account_age_days": 1613 + "author_account_age_days": 1701 }, "https://github.com/Dehypnotic/comfyui-range-to-string": { "stars": 0, "last_update": "2025-10-02 09:30:29", - "author_account_age_days": 1613 + "author_account_age_days": 1701 }, - "https://github.com/Dehypnotic/comfyui-save-mp3": { - "stars": 1, - "last_update": "2025-10-24 09:40:52", - "author_account_age_days": 1613 + "https://github.com/DemonAlone/DemonAlone-nodes-ComfyUI": { + "stars": 0, + "last_update": "2026-02-23 01:22:32", + "author_account_age_days": 3320 + }, + "https://github.com/DemonNCoding/PromptGenerator12Columns": { + "stars": 8, + "last_update": "2025-12-08 15:49:32", + "author_account_age_days": 1300 + }, + "https://github.com/DenRakEiw/ComfyUI-nearest-qwen-resolution": { + "stars": 0, + "last_update": "2025-12-20 06:58:05", + "author_account_age_days": 1640 }, "https://github.com/DenRakEiw/Latent_Nodes": { - "stars": 4, + "stars": 31, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1552 + "author_account_age_days": 1640 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 15, + "stars": 19, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1552 + "author_account_age_days": 1640 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 440, + "stars": 450, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2296 + "author_account_age_days": 2384 }, "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": { "stars": 2, "last_update": "2025-08-26 22:21:45", - "author_account_age_days": 667 + "author_account_age_days": 755 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { - "stars": 23, + "stars": 25, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 667 + "author_account_age_days": 755 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 667 + "author_account_age_days": 755 + }, + "https://github.com/DevDuckFace/KsamplerDF": { + "stars": 0, + "last_update": "2026-02-03 00:57:15", + "author_account_age_days": 841 + }, + "https://github.com/Devourer56/ComfyUI-Impact-BIGdetector-BBOX-SEGS": { + "stars": 0, + "last_update": "2026-01-29 00:29:19", + "author_account_age_days": 1174 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 6, "last_update": "2025-10-19 04:29:10", - "author_account_age_days": 1006 + "author_account_age_days": 1094 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { - "stars": 13, + "stars": 16, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 722 + "author_account_age_days": 810 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 243 + "author_account_age_days": 331 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { - "stars": 32, + "stars": 34, "last_update": "2025-09-15 20:38:26", - "author_account_age_days": 4560 + "author_account_age_days": 4648 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3595 + "author_account_age_days": 3682 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { - "stars": 5, + "stars": 7, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 301 + "author_account_age_days": 389 }, "https://github.com/Dobidop/ComfyStereo": { - "stars": 31, - "last_update": "2025-11-26 07:52:40", - "author_account_age_days": 1982 + "stars": 38, + "last_update": "2026-02-15 17:06:27", + "author_account_age_days": 2069 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { - "stars": 44, + "stars": 45, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 863 + "author_account_age_days": 951 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { - "stars": 31, + "stars": 32, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 863 + "author_account_age_days": 951 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { - "stars": 6, + "stars": 9, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 863 + "author_account_age_days": 951 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 6, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 863 + "author_account_age_days": 951 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 863 + "author_account_age_days": 951 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { - "stars": 105, - "last_update": "2025-09-21 06:52:45", - "author_account_age_days": 3425 + "stars": 158, + "last_update": "2026-01-29 05:45:08", + "author_account_age_days": 3513 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 541, - "last_update": "2025-11-22 01:41:34", - "author_account_age_days": 3425 + "stars": 707, + "last_update": "2026-01-31 06:57:19", + "author_account_age_days": 3513 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5516 + "author_account_age_days": 5603 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-09-18 05:45:51", - "author_account_age_days": 1554 + "author_account_age_days": 1641 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 4, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1554 + "author_account_age_days": 1641 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { - "stars": 1, + "stars": 2, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 467 + "author_account_age_days": 555 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { - "stars": 7, - "last_update": "2025-08-22 18:51:34", - "author_account_age_days": 1895 + "stars": 8, + "last_update": "2025-12-30 17:21:49", + "author_account_age_days": 1983 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { - "stars": 5, - "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1895 + "stars": 6, + "last_update": "2026-01-05 01:56:12", + "author_account_age_days": 1983 }, "https://github.com/Draek2077/comfyui-draekz-nodez": { "stars": 1, "last_update": "2025-09-12 02:32:20", - "author_account_age_days": 123 + "author_account_age_days": 211 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-09-21 11:58:58", - "author_account_age_days": 333 + "author_account_age_days": 421 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { - "stars": 5, - "last_update": "2025-11-26 23:06:35", - "author_account_age_days": 333 + "stars": 9, + "last_update": "2026-02-06 00:44:45", + "author_account_age_days": 421 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2377 + "author_account_age_days": 2465 }, "https://github.com/Duanyll/comfyui_functional": { "stars": 0, - "last_update": "2025-11-25 13:15:18", - "author_account_age_days": 3254 + "last_update": "2025-12-16 07:14:38", + "author_account_age_days": 3342 }, "https://github.com/Duanyll/duanyll_nodepack": { + "stars": 2, + "last_update": "2026-01-19 10:58:12", + "author_account_age_days": 3342 + }, + "https://github.com/EMkrtchyan/ComfyUI-NormalsToDepth": { "stars": 1, - "last_update": "2025-11-12 11:43:08", - "author_account_age_days": 3254 + "last_update": "2026-02-10 22:16:51", + "author_account_age_days": 502 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 65, + "stars": 72, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3148 + "author_account_age_days": 3236 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 12, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1794 + "author_account_age_days": 1882 }, "https://github.com/Easymode-ai/ComfyUI-FlexPainter": { "stars": 2, "last_update": "2025-09-10 20:45:19", - "author_account_age_days": 1794 + "author_account_age_days": 1882 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { - "stars": 14, + "stars": 15, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1794 + "author_account_age_days": 1882 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { - "stars": 73, + "stars": 74, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5239 + "author_account_age_days": 5326 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1664 + "author_account_age_days": 1752 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { - "stars": 28, + "stars": 29, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3142 + "author_account_age_days": 3229 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 240, + "stars": 245, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3300 + "author_account_age_days": 3387 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 2, - "last_update": "2025-10-14 21:19:43", - "author_account_age_days": 2110 + "last_update": "2026-01-12 01:09:41", + "author_account_age_days": 2198 }, "https://github.com/Enashka/ComfyUI-nhknodes": { - "stars": 13, - "last_update": "2025-11-27 16:39:13", - "author_account_age_days": 3492 + "stars": 22, + "last_update": "2026-02-09 09:16:08", + "author_account_age_days": 3580 }, "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { - "stars": 1174, - "last_update": "2025-10-02 18:51:41", - "author_account_age_days": 92 + "stars": 1372, + "last_update": "2026-02-18 07:40:52", + "author_account_age_days": 180 + }, + "https://github.com/Enferlain/ComfyUI-A1111-cond": { + "stars": 3, + "last_update": "2026-02-02 23:40:42", + "author_account_age_days": 3753 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { - "stars": 8, + "stars": 9, "last_update": "2025-11-09 01:25:14", - "author_account_age_days": 491 + "author_account_age_days": 578 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { - "stars": 7, + "stars": 9, "last_update": "2025-11-09 02:04:45", - "author_account_age_days": 491 + "author_account_age_days": 578 }, "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { "stars": 0, "last_update": "2025-11-23 15:21:21", - "author_account_age_days": 490 + "author_account_age_days": 578 }, "https://github.com/EnragedAntelope/comfy-modelopt": { "stars": 0, "last_update": "2025-11-10 21:11:04", - "author_account_age_days": 490 + "author_account_age_days": 578 }, "https://github.com/EnragedAntelope/comfyui-relight": { - "stars": 84, + "stars": 90, "last_update": "2025-11-09 02:16:20", - "author_account_age_days": 491 + "author_account_age_days": 578 }, "https://github.com/EnragedAntelope/comfyui-sdnq": { - "stars": 21, - "last_update": "2025-11-27 14:35:29", - "author_account_age_days": 491 + "stars": 71, + "last_update": "2026-02-06 13:39:36", + "author_account_age_days": 578 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { - "stars": 5, + "stars": 6, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3792 + "author_account_age_days": 3880 }, "https://github.com/Erehr/ComfyUI-EreNodes": { - "stars": 52, + "stars": 59, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3792 + "author_account_age_days": 3880 }, "https://github.com/EricRollei/AAA_Metadata_System": { - "stars": 1, - "last_update": "2025-11-27 20:14:12", - "author_account_age_days": 1415 + "stars": 7, + "last_update": "2025-12-19 21:17:11", + "author_account_age_days": 1503 }, "https://github.com/EricRollei/Comfy_HunyuanImage3": { - "stars": 7, - "last_update": "2025-11-27 10:04:31", - "author_account_age_days": 1415 + "stars": 28, + "last_update": "2026-02-21 19:46:14", + "author_account_age_days": 1503 }, "https://github.com/EricRollei/Download_Tools": { - "stars": 2, - "last_update": "2025-11-24 04:50:41", - "author_account_age_days": 1415 + "stars": 5, + "last_update": "2026-02-10 01:21:26", + "author_account_age_days": 1503 + }, + "https://github.com/EricRollei/Emu35-Comfyui-Nodes": { + "stars": 4, + "last_update": "2025-12-19 20:31:48", + "author_account_age_days": 1503 }, "https://github.com/EricRollei/Eric_Image_Processing_Nodes": { - "stars": 2, - "last_update": "2025-11-20 05:31:51", - "author_account_age_days": 1415 + "stars": 5, + "last_update": "2025-12-20 01:05:48", + "author_account_age_days": 1503 }, "https://github.com/EricRollei/HYPIR-ComfyUI": { - "stars": 1, + "stars": 6, "last_update": "2025-11-18 18:34:15", - "author_account_age_days": 1415 + "author_account_age_days": 1503 }, "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": { - "stars": 4, - "last_update": "2025-11-14 01:14:34", - "author_account_age_days": 1415 + "stars": 15, + "last_update": "2025-12-20 01:44:21", + "author_account_age_days": 1503 }, "https://github.com/EricRollei/PDF-Tools": { - "stars": 1, - "last_update": "2025-11-20 06:17:18", - "author_account_age_days": 1415 + "stars": 5, + "last_update": "2025-12-20 01:13:41", + "author_account_age_days": 1503 + }, + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": { + "stars": 2, + "last_update": "2025-12-23 20:51:58", + "author_account_age_days": 1503 + }, + "https://github.com/EricRollei/comfyui-refocus": { + "stars": 12, + "last_update": "2026-01-13 03:51:46", + "author_account_age_days": 1503 + }, + "https://github.com/EricRorich/ComfyUI-face-shaper": { + "stars": 4, + "last_update": "2026-01-15 18:08:11", + "author_account_age_days": 1710 }, "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": { - "stars": 0, + "stars": 2, "last_update": "2025-11-01 08:28:38", - "author_account_age_days": 3437 + "author_account_age_days": 3525 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 677, + "stars": 710, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4120 + "author_account_age_days": 4208 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 56, + "stars": 59, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 529 + "author_account_age_days": 616 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 529 + "author_account_age_days": 616 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, "last_update": "2025-11-10 03:24:25", - "author_account_age_days": 109 + "author_account_age_days": 197 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2145 + "author_account_age_days": 2232 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { - "stars": 115, + "stars": 114, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2145 + "author_account_age_days": 2232 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 305, + "stars": 306, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2145 + "author_account_age_days": 2232 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3729 + "author_account_age_days": 3817 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 426, + "stars": 427, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/DistanceSampler": { - "stars": 41, + "stars": 42, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { - "stars": 85, + "stars": 86, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 220, - "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3672 + "stars": 230, + "last_update": "2026-01-05 18:52:02", + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 44, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 51, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 125, + "stars": 126, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 57, + "stars": 62, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3672 + "author_account_age_days": 3759 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { - "stars": 90, + "stars": 92, "last_update": "2025-08-21 18:17:03", - "author_account_age_days": 3672 + "author_account_age_days": 3759 + }, + "https://github.com/FNGarvin/ComfyUI-AutoModelDownloader": { + "stars": 1, + "last_update": "2026-01-13 04:04:09", + "author_account_age_days": 502 }, "https://github.com/FaberVS/MultiModel": { "stars": 3, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2292 + "author_account_age_days": 2380 + }, + "https://github.com/Faildes/ComfyUI-NegativeFold": { + "stars": 1, + "last_update": "2025-12-25 01:08:46", + "author_account_age_days": 1083 + }, + "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt": { + "stars": 0, + "last_update": "2026-01-15 01:40:47", + "author_account_age_days": 1083 + }, + "https://github.com/FallenIncursio/arcenciel-link-comfyui": { + "stars": 0, + "last_update": "2026-02-16 21:42:28", + "author_account_age_days": 1213 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 895, + "stars": 967, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3654 + "author_account_age_days": 3741 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 128, + "stars": 134, "last_update": "2025-11-09 02:34:01", - "author_account_age_days": 3654 + "author_account_age_days": 3741 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 211, + "stars": 213, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3654 + "author_account_age_days": 3741 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 220, + "stars": 222, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3654 + "author_account_age_days": 3741 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3585, - "last_update": "2025-10-24 04:18:35", - "author_account_age_days": 3654 + "stars": 3802, + "last_update": "2026-02-16 05:53:04", + "author_account_age_days": 3741 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 5, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 1058 + "author_account_age_days": 1145 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1361 + "author_account_age_days": 1449 + }, + "https://github.com/FearL0rd/ComfyUI-AnyDeviceOffload": { + "stars": 24, + "last_update": "2026-02-06 15:16:28", + "author_account_age_days": 3493 + }, + "https://github.com/FearL0rd/ComfyUI-ComfyUI-Flash-Attention_v100": { + "stars": 1, + "last_update": "2026-02-09 16:20:06", + "author_account_age_days": 3493 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3405 + "author_account_age_days": 3493 + }, + "https://github.com/FearL0rd/ComfyUI-ParallelAnything": { + "stars": 39, + "last_update": "2026-02-23 13:54:17", + "author_account_age_days": 3493 + }, + "https://github.com/FeiMao-326/Comfyui-General-API-Node": { + "stars": 0, + "last_update": "2026-02-15 03:40:27", + "author_account_age_days": 2167 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, - "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3277 + "last_update": "2026-01-26 03:07:46", + "author_account_age_days": 3364 + }, + "https://github.com/FemReiyaDev/ComfyUI-ReiyaNodes": { + "stars": 0, + "last_update": "2026-01-24 21:47:35", + "author_account_age_days": 59 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4687 + "author_account_age_days": 4775 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3136 + "author_account_age_days": 3224 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 19, - "last_update": "2025-08-31 17:04:24", - "author_account_age_days": 1194 + "stars": 20, + "last_update": "2026-02-12 06:05:58", + "author_account_age_days": 1281 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 9, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3269 + "author_account_age_days": 3356 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 542 + "author_account_age_days": 630 }, "https://github.com/Firetheft/ComfyUI-Animate-Progress": { "stars": 3, "last_update": "2025-09-09 13:21:52", - "author_account_age_days": 1422 + "author_account_age_days": 1510 }, "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": { - "stars": 83, - "last_update": "2025-11-11 14:45:30", - "author_account_age_days": 1422 + "stars": 96, + "last_update": "2026-02-10 02:47:31", + "author_account_age_days": 1510 }, "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": { - "stars": 43, - "last_update": "2025-10-20 16:34:18", - "author_account_age_days": 1422 + "stars": 57, + "last_update": "2026-01-30 14:07:20", + "author_account_age_days": 1510 }, "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": { - "stars": 4, - "last_update": "2025-09-17 04:50:32", - "author_account_age_days": 1422 + "stars": 5, + "last_update": "2025-12-03 00:57:24", + "author_account_age_days": 1510 + }, + "https://github.com/Firetheft/ComfyUI_Simple_Web_Browser": { + "stars": 10, + "last_update": "2025-12-02 15:25:45", + "author_account_age_days": 1510 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { - "stars": 52, + "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2501 + "author_account_age_days": 2588 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 465, + "stars": 472, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2501 + "author_account_age_days": 2588 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { - "stars": 79, + "stars": 80, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 2029 + "author_account_age_days": 2117 }, "https://github.com/FloyoAI/ComfyUI-Seed-API": { - "stars": 0, - "last_update": "2025-10-29 14:29:56", - "author_account_age_days": 417 + "stars": 1, + "last_update": "2026-01-16 13:14:25", + "author_account_age_days": 505 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 96, + "stars": 101, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1154 + "author_account_age_days": 1241 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 243, + "stars": 245, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1766 + "author_account_age_days": 1853 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { - "stars": 19, - "last_update": "2025-11-27 19:00:58", - "author_account_age_days": 2024 + "stars": 23, + "last_update": "2026-02-23 22:43:46", + "author_account_age_days": 2112 }, "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": { "stars": 1, - "last_update": "2025-11-17 08:50:23", - "author_account_age_days": 3295 + "last_update": "2026-02-19 07:03:29", + "author_account_age_days": 3382 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-WAN-Additional-Tilers": { + "stars": 2, + "last_update": "2025-12-02 03:41:53", + "author_account_age_days": 3382 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2293 + "author_account_age_days": 2380 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2293 + "author_account_age_days": 2380 }, "https://github.com/Franck-Demongin/NX_Translator": { - "stars": 2, + "stars": 3, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2293 + "author_account_age_days": 2380 }, "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { - "stars": 5, - "last_update": "2025-10-29 02:07:37", - "author_account_age_days": 4008 + "stars": 61, + "last_update": "2026-02-22 15:55:37", + "author_account_age_days": 4096 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 7, "last_update": "2025-09-19 03:22:12", - "author_account_age_days": 1198 + "author_account_age_days": 1286 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2839 + "author_account_age_days": 2926 }, "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { "stars": 0, "last_update": "2025-09-02 09:22:34", - "author_account_age_days": 3947 + "author_account_age_days": 4035 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { - "stars": 1, + "stars": 2, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 1097 + "author_account_age_days": 1185 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { - "stars": 4, + "stars": 5, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 1097 + "author_account_age_days": 1185 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 104, + "stars": 109, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2203 + "author_account_age_days": 2290 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { - "stars": 7, + "stars": 8, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2203 + "author_account_age_days": 2290 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { - "stars": 17, + "stars": 19, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2203 + "author_account_age_days": 2290 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 13, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2203 + "author_account_age_days": 2290 }, "https://github.com/FuouM/FM_nodes": { - "stars": 7, + "stars": 8, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2203 + "author_account_age_days": 2290 }, "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { - "stars": 0, - "last_update": "2025-11-20 22:20:08", - "author_account_age_days": 3125 + "stars": 1, + "last_update": "2025-11-30 00:35:31", + "author_account_age_days": 3213 }, "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": { "stars": 0, - "last_update": "2025-11-23 22:26:15", - "author_account_age_days": 3125 + "last_update": "2026-02-12 20:06:18", + "author_account_age_days": 3213 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 76, + "stars": 77, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1684 + "author_account_age_days": 1772 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 2041 + "author_account_age_days": 2128 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 55, - "last_update": "2025-11-27 10:26:52", - "author_account_age_days": 1931 + "stars": 79, + "last_update": "2026-02-03 07:25:45", + "author_account_age_days": 2019 }, "https://github.com/GACLove/ComfyUI-VFI": { - "stars": 11, + "stars": 25, "last_update": "2025-09-30 09:55:40", - "author_account_age_days": 4138 + "author_account_age_days": 4226 }, "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": { - "stars": 9, + "stars": 11, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2931 + "author_account_age_days": 3019 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { - "stars": 10, + "stars": 11, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2690 + "author_account_age_days": 2778 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 13, "last_update": "2025-11-09 20:11:28", - "author_account_age_days": 3078 + "author_account_age_days": 3165 }, "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { "stars": 2, "last_update": "2025-10-28 02:32:13", - "author_account_age_days": 1243 + "author_account_age_days": 1331 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, - "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 677 + "last_update": "2026-02-19 02:22:25", + "author_account_age_days": 765 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 677 + "author_account_age_days": 765 + }, + "https://github.com/GalactusX31/ComfyUI-drag-ghost": { + "stars": 7, + "last_update": "2026-01-04 01:27:21", + "author_account_age_days": 2936 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 953 + "author_account_age_days": 1041 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 1008 + "author_account_age_days": 1096 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 1008 + "author_account_age_days": 1096 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 15, - "last_update": "2025-09-16 20:38:14", - "author_account_age_days": 5090 + "last_update": "2026-01-20 11:21:27", + "author_account_age_days": 5177 + }, + "https://github.com/GavChap/ComfyUI_ExtractLora": { + "stars": 1, + "last_update": "2025-12-06 12:32:45", + "author_account_age_days": 5177 }, "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { - "stars": 0, - "last_update": "2025-11-16 22:35:53", - "author_account_age_days": 4112 + "stars": 2, + "last_update": "2026-01-18 16:38:02", + "author_account_age_days": 4200 }, "https://github.com/GeekatplayStudio/comfyui-hitem3d": { - "stars": 3, - "last_update": "2025-11-16 15:47:02", - "author_account_age_days": 4112 + "stars": 15, + "last_update": "2026-01-18 16:44:50", + "author_account_age_days": 4200 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { - "stars": 41, - "last_update": "2025-11-26 04:54:24", - "author_account_age_days": 1192 + "stars": 47, + "last_update": "2025-11-29 15:08:39", + "author_account_age_days": 1279 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 8, "last_update": "2025-09-13 11:00:11", - "author_account_age_days": 1192 + "author_account_age_days": 1279 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 49, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1192 + "author_account_age_days": 1279 }, "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { "stars": 1, "last_update": "2025-08-21 13:06:03", - "author_account_age_days": 1192 + "author_account_age_days": 1279 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1192 + "author_account_age_days": 1279 }, "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { - "stars": 12, + "stars": 17, "last_update": "2025-09-16 19:56:49", - "author_account_age_days": 393 + "author_account_age_days": 481 + }, + "https://github.com/GeneralShan/comfyui-zimage-sdnq": { + "stars": 1, + "last_update": "2026-01-04 03:20:18", + "author_account_age_days": 993 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { - "stars": 20, + "stars": 21, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2905 + "author_account_age_days": 2992 }, "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { - "stars": 1, + "stars": 2, "last_update": "2025-11-18 03:42:53", - "author_account_age_days": 20 + "author_account_age_days": 108 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 218 + "author_account_age_days": 306 }, "https://github.com/Gipphe/comfyui-metadata-statistics": { "stars": 0, "last_update": "2025-08-28 20:43:50", - "author_account_age_days": 4834 + "author_account_age_days": 4922 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { - "stars": 89, + "stars": 90, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1187 + "author_account_age_days": 1274 + }, + "https://github.com/GiusTex/ComfyUI-MoreEfficientSamplers": { + "stars": 2, + "last_update": "2026-01-29 15:59:26", + "author_account_age_days": 1275 + }, + "https://github.com/GiusTex/ComfyUI-Wan-TimeToMove": { + "stars": 5, + "last_update": "2026-01-29 15:37:02", + "author_account_age_days": 1275 }, "https://github.com/GizmoR13/PG-Nodes": { - "stars": 15, + "stars": 16, "last_update": "2025-10-10 12:52:07", - "author_account_age_days": 5346 + "author_account_age_days": 5434 }, "https://github.com/Glidias/mask2sam": { - "stars": 0, - "last_update": "2025-10-07 04:07:01", - "author_account_age_days": 5784 + "stars": 1, + "last_update": "2026-02-11 04:48:52", + "author_account_age_days": 5872 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 14, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5454 + "author_account_age_days": 5541 + }, + "https://github.com/GonDesign/ComfyUI-HaoranWanxImageEdit": { + "stars": 0, + "last_update": "2026-01-14 09:13:56", + "author_account_age_days": 1109 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { - "stars": 25, + "stars": 27, "last_update": "2025-10-17 08:20:56", - "author_account_age_days": 258 + "author_account_age_days": 346 + }, + "https://github.com/GoogleCloudPlatform/comfyui-google-genmedia-custom-nodes": { + "stars": 27, + "last_update": "2026-02-21 21:36:00", + "author_account_age_days": 4847 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { - "stars": 6, + "stars": 7, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1182 + "author_account_age_days": 1270 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 941, - "last_update": "2025-10-07 16:36:49", - "author_account_age_days": 1641 + "stars": 1091, + "last_update": "2025-12-08 08:24:57", + "author_account_age_days": 1729 }, "https://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, "last_update": "2025-11-17 17:49:31", - "author_account_age_days": 684 + "author_account_age_days": 772 }, "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": { "stars": 0, "last_update": "2025-11-17 16:27:54", - "author_account_age_days": 684 + "author_account_age_days": 772 + }, + "https://github.com/GraftingRayman/ComfyUI-Games": { + "stars": 0, + "last_update": "2026-01-31 17:06:30", + "author_account_age_days": 772 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { - "stars": 56, + "stars": 58, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 685 + "author_account_age_days": 772 + }, + "https://github.com/GraftingRayman/ComfyUI-ZImage-Bake-Extract": { + "stars": 2, + "last_update": "2026-02-09 12:36:43", + "author_account_age_days": 772 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 65, - "last_update": "2025-11-22 16:53:45", - "author_account_age_days": 685 + "stars": 71, + "last_update": "2026-02-19 08:49:51", + "author_account_age_days": 772 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 685 + "author_account_age_days": 772 }, "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { "stars": 1, "last_update": "2025-11-20 17:47:15", - "author_account_age_days": 684 + "author_account_age_days": 772 }, "https://github.com/GrailGreg/images_base64": { - "stars": 1, + "stars": 2, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 267 + "author_account_age_days": 355 }, "https://github.com/Granddyser/wan-video-extender": { - "stars": 9, - "last_update": "2025-11-27 02:33:12", - "author_account_age_days": 1904 + "stars": 25, + "last_update": "2025-11-29 04:24:25", + "author_account_age_days": 1992 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 198, + "stars": 202, "last_update": "2025-09-25 21:20:31", - "author_account_age_days": 1719 + "author_account_age_days": 1806 }, "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { "stars": 1, - "last_update": "2025-10-17 19:50:12", - "author_account_age_days": 1719 + "last_update": "2025-12-08 03:53:56", + "author_account_age_days": 1806 }, "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": { - "stars": 6, - "last_update": "2025-11-27 02:03:06", - "author_account_age_days": 1719 + "stars": 8, + "last_update": "2026-01-04 01:50:35", + "author_account_age_days": 1806 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { - "stars": 9, + "stars": 11, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2931 + "author_account_age_days": 3019 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3466 + "author_account_age_days": 3554 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 394 + "author_account_age_days": 481 }, "https://github.com/GuardSkill/ComfyUI-VoiceSep": { - "stars": 0, + "stars": 1, "last_update": "2025-11-05 06:11:30", - "author_account_age_days": 3554 + "author_account_age_days": 3642 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 16, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2605 + "author_account_age_days": 2693 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 2002 + "author_account_age_days": 2089 + }, + "https://github.com/HAL-XP/halxp-comfy": { + "stars": 3, + "last_update": "2026-01-22 16:33:10", + "author_account_age_days": 3135 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { - "stars": 5, + "stars": 6, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3368 + "author_account_age_days": 3455 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { - "stars": 14, + "stars": 15, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3502 + "author_account_age_days": 3589 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 290 + "author_account_age_days": 378 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { - "stars": 10, + "stars": 11, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 290 + "author_account_age_days": 378 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 17, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 290 + "author_account_age_days": 378 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 156, + "stars": 213, "last_update": "2025-10-18 20:06:12", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": { - "stars": 76, + "stars": 77, "last_update": "2025-10-11 18:24:55", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { - "stars": 189, + "stars": 192, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": { - "stars": 35, + "stars": 36, "last_update": "2025-09-03 17:40:53", - "author_account_age_days": 350 + "author_account_age_days": 438 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API": { + "stars": 103, + "last_update": "2025-12-12 16:14:36", + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 141, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": { - "stars": 12, + "stars": 13, "last_update": "2025-09-11 17:17:22", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": { - "stars": 45, + "stars": 46, "last_update": "2025-10-06 18:35:59", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 91, + "stars": 92, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 350 + "author_account_age_days": 438 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L": { + "stars": 75, + "last_update": "2025-12-12 22:04:13", + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 63, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 24, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { - "stars": 54, + "stars": 55, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_USO": { - "stars": 53, + "stars": 55, "last_update": "2025-09-01 19:32:02", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": { - "stars": 19, + "stars": 20, "last_update": "2025-10-30 10:25:36", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": { - "stars": 6, + "stars": 7, "last_update": "2025-10-15 16:19:44", - "author_account_age_days": 350 + "author_account_age_days": 438 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 248 + "author_account_age_days": 336 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 15, + "stars": 24, "last_update": "2025-09-26 04:19:03", - "author_account_age_days": 296 + "author_account_age_days": 384 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 1, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 143 + "author_account_age_days": 231 + }, + "https://github.com/Hahihula/ComfyUI-batching-nodes": { + "stars": 4, + "last_update": "2025-12-25 20:14:25", + "author_account_age_days": 4707 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1521 + "author_account_age_days": 1609 }, "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": { - "stars": 5, + "stars": 7, "last_update": "2025-11-10 02:39:24", - "author_account_age_days": 422 + "author_account_age_days": 510 }, "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { "stars": 1, - "last_update": "2025-11-15 18:59:51", - "author_account_age_days": 1131 + "last_update": "2026-01-08 15:19:32", + "author_account_age_days": 1219 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3126 + "author_account_age_days": 3214 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-11-19 07:54:55", - "author_account_age_days": 1853 + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 103, "last_update": "2025-11-19 08:58:40", - "author_account_age_days": 1853 + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-floodgate": { - "stars": 34, + "stars": 35, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1853 + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2025-11-25 08:41:38", - "author_account_age_days": 1853 + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-11-19 07:30:34", - "author_account_age_days": 1853 + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 56, + "stars": 61, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1853 + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-prompt-format": { - "stars": 34, + "stars": 35, "last_update": "2025-11-19 07:31:58", - "author_account_age_days": 1853 + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 54, - "last_update": "2025-11-19 09:22:44", - "author_account_age_days": 1853 + "last_update": "2025-12-09 01:57:07", + "author_account_age_days": 1940 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2025-11-19 07:46:47", - "author_account_age_days": 1853 + "author_account_age_days": 1940 + }, + "https://github.com/HappyOnigiri/ComfyUI-Meld": { + "stars": 1, + "last_update": "2026-02-23 05:21:18", + "author_account_age_days": 45 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2759 + "author_account_age_days": 2847 + }, + "https://github.com/Hasasasa/ComfyUI_DashuaiTools": { + "stars": 6, + "last_update": "2026-01-29 07:45:49", + "author_account_age_days": 513 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, - "last_update": "2025-09-22 01:18:37", - "author_account_age_days": 2435 + "last_update": "2025-12-15 20:47:13", + "author_account_age_days": 2523 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2764 + "author_account_age_days": 2851 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { - "stars": 5, + "stars": 11, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4496 + "author_account_age_days": 4584 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { - "stars": 21, - "last_update": "2025-11-19 18:08:34", - "author_account_age_days": 1322 + "stars": 31, + "last_update": "2026-01-06 13:42:45", + "author_account_age_days": 1410 }, "https://github.com/Hearmeman24/ComfyUI-Pinecone": { "stars": 0, "last_update": "2025-10-05 15:52:58", - "author_account_age_days": 1322 + "author_account_age_days": 1410 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2846 + "author_account_age_days": 2933 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 2, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4849 + "author_account_age_days": 4937 + }, + "https://github.com/HellerCommaA/ComfyUI-ZImageLatent": { + "stars": 30, + "last_update": "2025-12-03 23:23:29", + "author_account_age_days": 4937 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2256 + "author_account_age_days": 2344 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 372, + "stars": 373, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 434 + "author_account_age_days": 522 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3606 + "author_account_age_days": 3693 }, "https://github.com/HenkDz/nd-super-nodes": { - "stars": 20, - "last_update": "2025-11-03 12:44:11", - "author_account_age_days": 3571 + "stars": 32, + "last_update": "2026-01-27 16:42:32", + "author_account_age_days": 3659 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2691 + "author_account_age_days": 2779 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-21 13:34:55", - "author_account_age_days": 4264 + "author_account_age_days": 4352 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { - "stars": 4, + "stars": 7, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1156 + "author_account_age_days": 1244 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 7, "last_update": "2025-09-30 20:29:12", - "author_account_age_days": 710 + "author_account_age_days": 797 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { - "stars": 18, + "stars": 19, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 696 + "author_account_age_days": 784 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 696 + "author_account_age_days": 784 }, "https://github.com/Hullabalo/ComfyUI-Loop": { - "stars": 11, - "last_update": "2025-10-24 22:39:11", - "author_account_age_days": 1132 + "stars": 14, + "last_update": "2026-01-16 12:22:56", + "author_account_age_days": 1220 + }, + "https://github.com/I-ShadowStar/L2UC": { + "stars": 1, + "last_update": "2026-01-19 19:05:05", + "author_account_age_days": 1124 }, "https://github.com/IAMCCS/IAMCCS-nodes": { - "stars": 28, - "last_update": "2025-11-19 11:59:50", - "author_account_age_days": 2076 + "stars": 44, + "last_update": "2026-02-02 08:53:59", + "author_account_age_days": 2164 }, "https://github.com/IAMCCS/IAMCCS_annotate": { - "stars": 4, - "last_update": "2025-11-15 08:50:13", - "author_account_age_days": 2076 + "stars": 5, + "last_update": "2026-01-20 22:36:54", + "author_account_age_days": 2164 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 40, + "stars": 41, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 6003 + "author_account_age_days": 6090 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 6003 + "author_account_age_days": 6090 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 6003 + "author_account_age_days": 6090 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { - "stars": 2, + "stars": 4, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2250 + "author_account_age_days": 2338 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 845 + "author_account_age_days": 933 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 1, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 403 + "author_account_age_days": 491 + }, + "https://github.com/IRCSS/comfyUI-blender-wrapper": { + "stars": 8, + "last_update": "2025-11-26 11:10:18", + "author_account_age_days": 3594 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4231 + "author_account_age_days": 4318 }, "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { - "stars": 0, - "last_update": "2025-11-05 05:35:43", - "author_account_age_days": 2844 + "stars": 1, + "last_update": "2026-02-12 14:15:57", + "author_account_age_days": 2932 }, "https://github.com/IamCreateAI/ComfyUI-Animon": { - "stars": 0, + "stars": 1, "last_update": "2025-11-20 11:43:41", - "author_account_age_days": 353 + "author_account_age_days": 441 }, "https://github.com/IamCreateAI/Ruyi-Models": { - "stars": 522, + "stars": 523, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 353 + "author_account_age_days": 441 }, "https://github.com/Ian2073/ComfyUI-MyLLMnode": { "stars": 0, "last_update": "2025-09-15 12:47:01", - "author_account_age_days": 1762 + "author_account_age_days": 1850 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { - "stars": 8, + "stars": 9, "last_update": "2025-10-28 14:17:15", - "author_account_age_days": 550 + "author_account_age_days": 638 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { - "stars": 4, + "stars": 5, "last_update": "2025-09-10 17:27:59", - "author_account_age_days": 164 + "author_account_age_days": 252 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { - "stars": 3, - "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 2019 + "stars": 4, + "last_update": "2025-12-21 06:43:05", + "author_account_age_days": 2106 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 2019 + "author_account_age_days": 2106 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2751 + "author_account_age_days": 2839 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { - "stars": 4, - "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 2074 + "stars": 8, + "last_update": "2026-02-06 21:41:35", + "author_account_age_days": 2162 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { - "stars": 19, + "stars": 22, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 2074 + "author_account_age_days": 2162 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { - "stars": 1, + "stars": 2, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4700 + "author_account_age_days": 4788 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4344 + "author_account_age_days": 4432 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, - "last_update": "2025-09-15 08:09:34", - "author_account_age_days": 1051 + "last_update": "2025-12-07 15:39:57", + "author_account_age_days": 1139 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 351 + "author_account_age_days": 439 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3152 + "author_account_age_days": 3239 }, "https://github.com/Inzaniak/comfyui-ranbooru": { - "stars": 22, + "stars": 23, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4431 + "author_account_age_days": 4519 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 841 + "author_account_age_days": 929 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 633 + "author_account_age_days": 720 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { - "stars": 7, + "stars": 8, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 633 + "author_account_age_days": 721 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 33, "last_update": "2025-10-21 17:29:45", - "author_account_age_days": 1614 + "author_account_age_days": 1701 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { - "stars": 19, + "stars": 21, "last_update": "2025-10-02 08:11:32", - "author_account_age_days": 1614 + "author_account_age_days": 1701 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 13, "last_update": "2025-10-02 08:08:42", - "author_account_age_days": 1613 + "author_account_age_days": 1701 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 185, + "stars": 186, "last_update": "2025-10-02 08:17:02", - "author_account_age_days": 1614 + "author_account_age_days": 1701 }, "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { - "stars": 3, - "last_update": "2025-11-26 09:45:37", - "author_account_age_days": 1614 + "stars": 4, + "last_update": "2026-01-12 22:21:50", + "author_account_age_days": 1701 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 878 + "author_account_age_days": 966 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { - "stars": 239, + "stars": 257, "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 932 + "author_account_age_days": 1020 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { - "stars": 15, + "stars": 16, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 933 + "author_account_age_days": 1020 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 360, + "stars": 518, "last_update": "2025-10-23 04:10:00", - "author_account_age_days": 933 + "author_account_age_days": 1020 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { - "stars": 355, + "stars": 518, "last_update": "2025-10-23 04:10:00", - "author_account_age_days": 932 + "author_account_age_days": 1020 }, "https://github.com/J-ChenX/ComfyUI-NIX": { "stars": 2, "last_update": "2025-09-29 03:08:12", - "author_account_age_days": 1850 + "author_account_age_days": 1938 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, - "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 3088 + "last_update": "2026-01-12 12:29:32", + "author_account_age_days": 3176 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 91, + "stars": 95, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 838 + "author_account_age_days": 925 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 1081 + "author_account_age_days": 1168 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 4, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4520 + "author_account_age_days": 4608 + }, + "https://github.com/JVsup/ComfyUI-SettingsToText": { + "stars": 0, + "last_update": "2026-01-03 14:58:19", + "author_account_age_days": 1636 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 1093 + "author_account_age_days": 1180 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 864 + "author_account_age_days": 952 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { - "stars": 2, + "stars": 3, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 864 + "author_account_age_days": 952 }, "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": { - "stars": 1, - "last_update": "2025-10-08 18:50:53", - "author_account_age_days": 1722 + "stars": 2, + "last_update": "2025-12-28 12:28:37", + "author_account_age_days": 1810 + }, + "https://github.com/JamesDanielDoss/JamesDossAI-EnhancedLinks": { + "stars": 0, + "last_update": "2026-01-27 02:56:50", + "author_account_age_days": 743 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 2083 + "author_account_age_days": 2171 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 3075 + "author_account_age_days": 3162 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4200 + "author_account_age_days": 4288 }, "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": { - "stars": 5, + "stars": 6, "last_update": "2025-08-29 16:44:45", - "author_account_age_days": 2747 + "author_account_age_days": 2835 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 78, - "last_update": "2025-09-09 00:16:03", - "author_account_age_days": 4094 + "stars": 81, + "last_update": "2026-02-16 09:30:43", + "author_account_age_days": 4181 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 932 + "author_account_age_days": 1020 + }, + "https://github.com/JasonHoku/ComfyUI-Ultimate-Auto-Sampler-Config-Grid-Testing-Suite": { + "stars": 69, + "last_update": "2026-02-19 01:40:44", + "author_account_age_days": 4388 }, "https://github.com/JayLyu/blender-in-comfyui": { - "stars": 3, + "stars": 4, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3789 + "author_account_age_days": 3877 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { - "stars": 30, + "stars": 31, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1212 + "author_account_age_days": 1299 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 178, + "stars": 181, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5408 + "author_account_age_days": 5495 }, "https://github.com/Jelosus2/comfyui-vae-reflection": { - "stars": 9, + "stars": 10, "last_update": "2025-11-11 18:27:58", - "author_account_age_days": 1825 + "author_account_age_days": 1913 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { - "stars": 6, + "stars": 8, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 678 + "author_account_age_days": 765 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 138, - "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2880 + "stars": 140, + "last_update": "2026-01-06 02:24:08", + "author_account_age_days": 2967 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 98, - "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2880 + "stars": 101, + "last_update": "2026-01-06 02:23:54", + "author_account_age_days": 2967 }, "https://github.com/JiSenHua/ComfyUI-TD": { - "stars": 103, - "last_update": "2025-11-16 17:13:30", - "author_account_age_days": 1265 + "stars": 127, + "last_update": "2026-01-16 07:51:20", + "author_account_age_days": 1353 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 572 + "author_account_age_days": 660 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { - "stars": 20, + "stars": 27, "last_update": "2025-08-22 22:31:12", - "author_account_age_days": 1370 + "author_account_age_days": 1457 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 272 + "author_account_age_days": 360 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 305 + "author_account_age_days": 393 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 22, - "last_update": "2025-11-02 14:37:40", - "author_account_age_days": 4902 + "stars": 27, + "last_update": "2025-12-07 20:30:30", + "author_account_age_days": 4990 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 828, - "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2701 + "stars": 933, + "last_update": "2025-12-21 19:02:05", + "author_account_age_days": 2789 }, "https://github.com/Jordach/comfy-plasma": { - "stars": 75, + "stars": 78, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 5035 + "author_account_age_days": 5122 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3876 + "author_account_age_days": 3964 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 41, + "stars": 46, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3691 + "author_account_age_days": 3779 + }, + "https://github.com/JuanBerta/comfyui_ollama_vl_prompt": { + "stars": 0, + "last_update": "2026-02-08 16:58:18", + "author_account_age_days": 2744 }, "https://github.com/Julian-adv/WildDivide": { "stars": 18, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 860 + "author_account_age_days": 947 }, "https://github.com/Junst/ComfyUI-Concept-Diffusion": { "stars": 3, "last_update": "2025-09-24 10:23:07", - "author_account_age_days": 3059 + "author_account_age_days": 3147 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 402 + "author_account_age_days": 490 }, "https://github.com/Juste-Leo2/Canary-ComfyUI": { "stars": 13, "last_update": "2025-10-29 15:53:49", - "author_account_age_days": 392 + "author_account_age_days": 480 }, "https://github.com/Juste-Leo2/USO_ComfyUI": { "stars": 6, "last_update": "2025-08-30 20:21:25", - "author_account_age_days": 392 + "author_account_age_days": 480 }, "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": { - "stars": 5, - "last_update": "2025-09-05 01:35:40", - "author_account_age_days": 3969 + "stars": 7, + "last_update": "2026-01-30 09:33:01", + "author_account_age_days": 4056 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3292 + "author_account_age_days": 3380 + }, + "https://github.com/K3NK3/ComfyUI-K3NKImageGrab": { + "stars": 5, + "last_update": "2026-02-23 07:49:16", + "author_account_age_days": 3056 + }, + "https://github.com/K3nt3L/ComfyUI-S1Z35": { + "stars": 0, + "last_update": "2026-01-26 21:00:30", + "author_account_age_days": 1554 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-09-27 17:38:05", - "author_account_age_days": 4652 + "author_account_age_days": 4740 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 3, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4652 + "author_account_age_days": 4740 + }, + "https://github.com/KAVVATARE/ComfyUI_SimpleGoogleTranslate": { + "stars": 1, + "last_update": "2025-11-29 13:36:44", + "author_account_age_days": 4740 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1775 + "author_account_age_days": 1863 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1775 + "author_account_age_days": 1863 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { - "stars": 3, + "stars": 4, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1775 + "author_account_age_days": 1863 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { - "stars": 24, + "stars": 26, "last_update": "2025-11-26 15:12:28", - "author_account_age_days": 371 + "author_account_age_days": 458 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { - "stars": 9, + "stars": 13, "last_update": "2025-08-23 23:14:41", - "author_account_age_days": 371 + "author_account_age_days": 458 + }, + "https://github.com/KLL535/ComfyUI_Simple_Qwen3-VL-gguf": { + "stars": 35, + "last_update": "2026-02-23 22:58:38", + "author_account_age_days": 459 }, "https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet": { "stars": 2, "last_update": "2025-08-26 15:57:33", - "author_account_age_days": 2254 + "author_account_age_days": 2342 }, "https://github.com/KY-2000/RES4LYF-tester-loop": { "stars": 9, "last_update": "2025-08-26 02:18:02", - "author_account_age_days": 2254 + "author_account_age_days": 2342 }, "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": 2254 + "author_account_age_days": 2342 }, "https://github.com/KY-2000/comfyui-save-image-enhanced": { "stars": 0, "last_update": "2025-08-31 07:47:45", - "author_account_age_days": 2254 + "author_account_age_days": 2342 }, "https://github.com/Kaleidia/KaleidiaNodes": { "stars": 0, - "last_update": "2025-09-23 14:56:53", - "author_account_age_days": 2193 + "last_update": "2026-02-22 13:08:17", + "author_account_age_days": 2281 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1436 + "author_account_age_days": 1523 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 1, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 469 + "author_account_age_days": 557 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 575 + "author_account_age_days": 662 }, "https://github.com/Kayarte/GeoNodes": { - "stars": 0, + "stars": 1, "last_update": "2025-10-08 03:49:26", - "author_account_age_days": 575 + "author_account_age_days": 663 + }, + "https://github.com/Kazama-Suichiku/ComfyUI-Meshy": { + "stars": 4, + "last_update": "2025-12-02 09:36:39", + "author_account_age_days": 633 + }, + "https://github.com/Kebolder/ComfyUI-Jax-Nodes": { + "stars": 0, + "last_update": "2025-12-15 23:27:04", + "author_account_age_days": 2114 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 5068 + "author_account_age_days": 5156 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2209 + "author_account_age_days": 2296 }, "https://github.com/Kidev/ComfyUI-FaceFilter": { "stars": 1, "last_update": "2025-10-04 18:43:44", - "author_account_age_days": 5123 + "author_account_age_days": 5211 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 18, + "stars": 20, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5123 + "author_account_age_days": 5211 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 92, + "stars": 93, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5412 + "author_account_age_days": 5499 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 66, + "stars": 72, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5412 + "author_account_age_days": 5499 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 42, + "stars": 45, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5412 + "author_account_age_days": 5499 }, "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": { - "stars": 2, + "stars": 5, "last_update": "2025-10-28 14:46:07", - "author_account_age_days": 3793 + "author_account_age_days": 3881 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 37, - "last_update": "2025-08-21 04:47:05", - "author_account_age_days": 2149 + "stars": 41, + "last_update": "2025-12-14 09:11:06", + "author_account_age_days": 2237 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 537, - "last_update": "2025-11-06 12:32:42", - "author_account_age_days": 2149 + "stars": 560, + "last_update": "2026-02-21 22:55:25", + "author_account_age_days": 2237 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 220, + "stars": 226, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 2008 + "author_account_age_days": 2095 }, "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": 2008 + "author_account_age_days": 2095 + }, + "https://github.com/Koko-boya/Comfyui-GeminiWeb": { + "stars": 51, + "last_update": "2026-01-18 03:56:05", + "author_account_age_days": 2408 + }, + "https://github.com/Koko-boya/Comfyui-Z-Image-Utilities": { + "stars": 115, + "last_update": "2026-01-27 13:45:40", + "author_account_age_days": 2408 }, "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { "stars": 1, "last_update": "2025-11-23 11:41:18", - "author_account_age_days": 346 + "author_account_age_days": 434 }, "https://github.com/Koratahiu/ComfyUI-OFTv2": { "stars": 3, - "last_update": "2025-11-17 19:18:33", - "author_account_age_days": 346 + "last_update": "2026-02-22 01:12:37", + "author_account_age_days": 434 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 13, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3712 + "author_account_age_days": 3799 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 65, + "stars": 64, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3712 + "author_account_age_days": 3799 }, "https://github.com/Koren-cy/FlowCV": { "stars": 3, - "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 525 + "last_update": "2026-02-04 16:40:27", + "author_account_age_days": 613 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 911, + "stars": 944, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4238 + "author_account_age_days": 4325 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3327, + "stars": 3390, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4238 + "author_account_age_days": 4325 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1347, - "last_update": "2025-11-27 17:58:49", - "author_account_age_days": 4238 + "stars": 1512, + "last_update": "2026-01-24 19:50:35", + "author_account_age_days": 4325 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1642 + "author_account_age_days": 1729 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 6089 + "author_account_age_days": 6177 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 1032 + "author_account_age_days": 1120 }, "https://github.com/KursatAs/KrsNodes": { "stars": 0, "last_update": "2025-11-01 02:54:07", - "author_account_age_days": 1094 + "author_account_age_days": 1182 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 149, + "stars": 164, "last_update": "2025-10-24 02:07:14", - "author_account_age_days": 579 + "author_account_age_days": 667 }, "https://github.com/Ky11le/draw_tools": { - "stars": 0, + "stars": 1, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 1000 + "author_account_age_days": 1088 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2301 + "author_account_age_days": 2388 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { - "stars": 144, + "stars": 147, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2301 + "author_account_age_days": 2388 }, "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": { "stars": 2, "last_update": "2025-10-21 17:53:33", - "author_account_age_days": 2929 + "author_account_age_days": 3017 }, "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": { - "stars": 2, + "stars": 3, "last_update": "2025-09-16 17:54:17", - "author_account_age_days": 2771 + "author_account_age_days": 2859 }, "https://github.com/L33chKing/ComfyUI_Channel_Ops": { "stars": 1, "last_update": "2025-10-23 05:44:23", - "author_account_age_days": 2771 + "author_account_age_days": 2859 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, "last_update": "2025-08-17 22:37:50", - "author_account_age_days": 2771 + "author_account_age_days": 2859 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { - "stars": 248, - "last_update": "2025-11-16 16:45:24", - "author_account_age_days": 616 + "stars": 291, + "last_update": "2026-02-06 12:31:40", + "author_account_age_days": 704 + }, + "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils": { + "stars": 177, + "last_update": "2025-12-24 23:54:58", + "author_account_age_days": 704 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 616 + "author_account_age_days": 704 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 197, - "last_update": "2025-11-19 05:01:54", - "author_account_age_days": 616 + "stars": 218, + "last_update": "2026-02-05 14:25:34", + "author_account_age_days": 704 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { - "stars": 207, + "stars": 213, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 616 + "author_account_age_days": 704 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 219, - "last_update": "2025-11-03 18:34:35", - "author_account_age_days": 616 + "stars": 312, + "last_update": "2026-01-12 08:22:43", + "author_account_age_days": 704 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 283, - "last_update": "2025-11-14 17:18:06", - "author_account_age_days": 616 + "stars": 339, + "last_update": "2026-01-27 06:52:03", + "author_account_age_days": 704 + }, + "https://github.com/LDNKS094/ComfyUI-Painter-I2V-AIO": { + "stars": 0, + "last_update": "2026-01-21 11:13:19", + "author_account_age_days": 229 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 199, + "stars": 201, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2729 + "author_account_age_days": 2817 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 151 + "author_account_age_days": 239 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { - "stars": 27, + "stars": 28, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 3010 + "author_account_age_days": 3098 + }, + "https://github.com/LaVie024/comfyui-lopi999-llm": { + "stars": 0, + "last_update": "2026-01-04 05:11:58", + "author_account_age_days": 2166 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 9, - "last_update": "2025-10-24 17:59:49", - "author_account_age_days": 2078 + "last_update": "2025-12-24 18:35:44", + "author_account_age_days": 2166 }, "https://github.com/Lakonik/ComfyUI-piFlow": { - "stars": 108, - "last_update": "2025-11-12 05:08:29", - "author_account_age_days": 2303 + "stars": 158, + "last_update": "2026-01-23 19:09:31", + "author_account_age_days": 2391 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 422 + "author_account_age_days": 510 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-11-27 03:29:42", - "author_account_age_days": 253 - }, - "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { - "stars": 4, - "last_update": "2025-09-16 20:28:45", - "author_account_age_days": 1653 + "last_update": "2025-12-04 10:00:34", + "author_account_age_days": 341 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { - "stars": 71, + "stars": 74, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 686 + "author_account_age_days": 773 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 519, + "stars": 535, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 686 + "author_account_age_days": 773 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 9, - "last_update": "2025-10-12 21:24:39", - "author_account_age_days": 1265 + "last_update": "2025-12-01 22:21:43", + "author_account_age_days": 1353 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 17, - "last_update": "2025-10-14 04:42:26", - "author_account_age_days": 380 + "stars": 19, + "last_update": "2025-12-15 08:08:49", + "author_account_age_days": 468 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3389 + "author_account_age_days": 3477 }, "https://github.com/Lavah000/ComfyUI-AdvGenPack": { - "stars": 0, + "stars": 1, "last_update": "2025-11-05 03:36:00", - "author_account_age_days": 700 + "author_account_age_days": 788 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 142, + "stars": 150, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 854 + "author_account_age_days": 941 }, "https://github.com/LeanModels/ComfyUI-DFloat11": { - "stars": 10, + "stars": 17, "last_update": "2025-08-26 08:55:44", - "author_account_age_days": 276 + "author_account_age_days": 364 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3891 + "author_account_age_days": 3979 + }, + "https://github.com/LeonQ8/ComfyUI-Dynamic-Lora-Scheduler": { + "stars": 1, + "last_update": "2025-12-16 09:47:17", + "author_account_age_days": 680 }, "https://github.com/Lerc/canvas_tab": { - "stars": 202, + "stars": 203, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5889 + "author_account_age_days": 5976 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 19, + "stars": 24, "last_update": "2025-09-01 07:46:45", - "author_account_age_days": 504 + "author_account_age_days": 591 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { - "stars": 14, + "stars": 17, "last_update": "2025-09-24 19:23:21", - "author_account_age_days": 504 + "author_account_age_days": 591 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { - "stars": 12, + "stars": 14, "last_update": "2025-10-03 07:10:43", - "author_account_age_days": 4637 + "author_account_age_days": 4725 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 3, "last_update": "2025-09-18 16:04:48", - "author_account_age_days": 4637 + "author_account_age_days": 4725 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3124 + "author_account_age_days": 3211 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, - "last_update": "2025-08-25 16:58:37", - "author_account_age_days": 3923 + "last_update": "2026-02-23 10:51:50", + "author_account_age_days": 4011 }, "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": { - "stars": 16, - "last_update": "2025-10-05 02:37:53", - "author_account_age_days": 1299 + "stars": 32, + "last_update": "2025-12-16 18:11:36", + "author_account_age_days": 1387 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 8, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1299 + "author_account_age_days": 1387 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 8, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1299 + "author_account_age_days": 1387 }, "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": { - "stars": 4, - "last_update": "2025-10-17 17:23:22", - "author_account_age_days": 1299 + "stars": 9, + "last_update": "2025-12-18 15:13:54", + "author_account_age_days": 1387 }, "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": { - "stars": 3, + "stars": 8, "last_update": "2025-10-11 12:43:37", - "author_account_age_days": 1299 + "author_account_age_days": 1387 }, "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": { "stars": 1, "last_update": "2025-08-24 15:15:23", - "author_account_age_days": 1299 + "author_account_age_days": 1387 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 506 + "author_account_age_days": 593 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2434, - "last_update": "2025-10-20 18:05:22", - "author_account_age_days": 4712 + "stars": 3154, + "last_update": "2026-02-11 09:55:23", + "author_account_age_days": 4800 + }, + "https://github.com/Limbicnation/ComfyUI-PromptGenerator": { + "stars": 4, + "last_update": "2026-02-16 05:32:47", + "author_account_age_days": 4438 }, "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { - "stars": 5, + "stars": 6, "last_update": "2025-08-28 05:17:39", - "author_account_age_days": 4350 + "author_account_age_days": 4438 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { - "stars": 11, + "stars": 14, "last_update": "2025-11-14 04:36:40", - "author_account_age_days": 4350 + "author_account_age_days": 4438 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { - "stars": 15, - "last_update": "2025-11-25 01:50:35", - "author_account_age_days": 4350 + "stars": 22, + "last_update": "2026-02-16 04:00:19", + "author_account_age_days": 4438 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4350 + "author_account_age_days": 4438 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1797 + "author_account_age_days": 1884 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 178, - "last_update": "2025-11-23 17:43:20", - "author_account_age_days": 1797 + "stars": 181, + "last_update": "2025-11-28 17:04:22", + "author_account_age_days": 1884 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 909 + "author_account_age_days": 996 }, "https://github.com/LingSss9/comfyui-merge": { - "stars": 14, + "stars": 15, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 783 + "author_account_age_days": 871 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { - "stars": 69, + "stars": 72, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 993 + "author_account_age_days": 1080 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1497 + "author_account_age_days": 1585 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1497 + "author_account_age_days": 1585 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2962 + "author_account_age_days": 3050 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 305 + "author_account_age_days": 393 }, "https://github.com/Ltamann/ComfyUI-FastVLM-7B": { - "stars": 3, + "stars": 4, "last_update": "2025-08-30 10:49:54", - "author_account_age_days": 4740 + "author_account_age_days": 4828 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 88, - "last_update": "2025-11-27 16:27:07", - "author_account_age_days": 4740 + "stars": 117, + "last_update": "2026-02-09 17:20:43", + "author_account_age_days": 4828 }, "https://github.com/Ltamann/ComfyUI-TBG-SAM3": { - "stars": 129, - "last_update": "2025-11-25 06:46:52", - "author_account_age_days": 4740 + "stars": 152, + "last_update": "2025-11-29 08:30:57", + "author_account_age_days": 4828 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { - "stars": 13, - "last_update": "2025-11-27 19:15:05", - "author_account_age_days": 4740 + "stars": 17, + "last_update": "2026-01-24 15:08:35", + "author_account_age_days": 4828 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 56, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 2018 + "author_account_age_days": 2106 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 2018 + "author_account_age_days": 2106 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 102, + "stars": 104, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 2018 + "author_account_age_days": 2106 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1555 + "author_account_age_days": 1642 }, "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { - "stars": 2, + "stars": 5, "last_update": "2025-09-18 20:12:57", - "author_account_age_days": 854 + "author_account_age_days": 942 + }, + "https://github.com/Lumiyumi/LumyINTP": { + "stars": 0, + "last_update": "2026-01-09 17:01:51", + "author_account_age_days": 745 + }, + "https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save": { + "stars": 11, + "last_update": "2026-01-25 15:58:48", + "author_account_age_days": 392 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3379 + "author_account_age_days": 3466 }, "https://github.com/LyazS/comfyui-nettools": { - "stars": 5, + "stars": 4, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3379 + "author_account_age_days": 3466 + }, + "https://github.com/Lysthan/ComfyUI-LYSTHAN-PPS": { + "stars": 0, + "last_update": "2025-12-21 12:28:20", + "author_account_age_days": 74 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 74, + "stars": 96, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4780 + "author_account_age_days": 4867 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4780 + "author_account_age_days": 4867 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4780 + "author_account_age_days": 4867 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4780 + "author_account_age_days": 4867 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 48, + "stars": 53, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4780 + "author_account_age_days": 4867 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4780 + "author_account_age_days": 4867 }, "https://github.com/M1kep/KepPromptLang": { "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4780 + "author_account_age_days": 4867 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { - "stars": 6, - "last_update": "2025-11-24 05:50:36", - "author_account_age_days": 2171 + "stars": 11, + "last_update": "2025-12-05 05:41:57", + "author_account_age_days": 2259 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 80, - "last_update": "2025-11-28 11:16:35", - "author_account_age_days": 2127 + "stars": 95, + "last_update": "2026-01-26 00:54:01", + "author_account_age_days": 2214 }, "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { - "stars": 4, + "stars": 9, "last_update": "2025-11-19 20:54:13", - "author_account_age_days": 50 + "author_account_age_days": 138 + }, + "https://github.com/Maenvaeru/comfyui-vram-overlay": { + "stars": 1, + "last_update": "2025-12-20 18:29:00", + "author_account_age_days": 3187 + }, + "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager": { + "stars": 49, + "last_update": "2026-02-21 19:30:36", + "author_account_age_days": 1059 + }, + "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps": { + "stars": 0, + "last_update": "2026-01-26 11:07:12", + "author_account_age_days": 1059 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2304 + "author_account_age_days": 2391 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { - "stars": 6, - "last_update": "2025-10-09 07:24:42", - "author_account_age_days": 834 + "stars": 7, + "last_update": "2026-01-29 09:01:56", + "author_account_age_days": 922 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { - "stars": 14, + "stars": 20, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 834 + "author_account_age_days": 922 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 18, "last_update": "2025-09-22 12:41:25", - "author_account_age_days": 834 + "author_account_age_days": 922 + }, + "https://github.com/MakkiShizu/ComfyUI-animetimm": { + "stars": 6, + "last_update": "2026-01-11 08:18:07", + "author_account_age_days": 922 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 834 + "author_account_age_days": 922 + }, + "https://github.com/Malkalypse/ComfyUI-MouseCoords": { + "stars": 0, + "last_update": "2026-01-29 16:03:53", + "author_account_age_days": 2495 }, "https://github.com/Malte0621/hordeai-comfy": { "stars": 0, "last_update": "2025-09-08 16:55:53", - "author_account_age_days": 2400 + "author_account_age_days": 2488 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 28, + "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 904 + "author_account_age_days": 991 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 176, + "stars": 177, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1177 + "author_account_age_days": 1264 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 169, + "stars": 178, "last_update": "2025-11-12 21:46:59", - "author_account_age_days": 5492 + "author_account_age_days": 5579 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1944 + "author_account_age_days": 2032 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { - "stars": 2, + "stars": 3, "last_update": "2025-11-12 22:57:40", - "author_account_age_days": 2753 + "author_account_age_days": 2840 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 9, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2155 + "author_account_age_days": 2242 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 24, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2155 + "author_account_age_days": 2242 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { - "stars": 8, + "stars": 9, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1230 + "author_account_age_days": 1317 }, "https://github.com/Markus-Pasanen/batch_whisper_extension": { "stars": 0, "last_update": "2025-11-18 16:28:55", - "author_account_age_days": 2617 + "author_account_age_days": 2705 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3915 + "author_account_age_days": 4003 }, "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": { "stars": 0, "last_update": "2025-11-01 13:35:28", - "author_account_age_days": 3915 + "author_account_age_days": 4003 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 2, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4102 + "author_account_age_days": 4190 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3727 + "author_account_age_days": 3814 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 4, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 2091 + "author_account_age_days": 2179 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2128 + "author_account_age_days": 2216 + }, + "https://github.com/Matthew-X/comfyui-workflow_importer": { + "stars": 0, + "last_update": "2025-12-10 09:16:34", + "author_account_age_days": 3383 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { - "stars": 6, - "last_update": "2025-11-10 03:53:04", - "author_account_age_days": 201 + "stars": 7, + "last_update": "2026-02-22 17:12:01", + "author_account_age_days": 289 }, "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { - "stars": 0, - "last_update": "2025-11-20 02:34:32", - "author_account_age_days": 201 + "stars": 1, + "last_update": "2026-02-22 16:21:34", + "author_account_age_days": 289 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 4, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1300 + "author_account_age_days": 1388 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3417 + "author_account_age_days": 3505 }, "https://github.com/Me-gumin/MeComfyuiEncrypt": { - "stars": 4, - "last_update": "2025-09-18 02:34:03", - "author_account_age_days": 1374 + "stars": 5, + "last_update": "2025-12-26 13:35:29", + "author_account_age_days": 1462 + }, + "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-NodeLayout": { + "stars": 0, + "last_update": "2026-02-01 09:58:15", + "author_account_age_days": 111 + }, + "https://github.com/MechaBabyAi/ComfyUI-MechaBaby-WorkflowTracer": { + "stars": 3, + "last_update": "2026-02-01 07:41:38", + "author_account_age_days": 111 + }, + "https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch": { + "stars": 6, + "last_update": "2026-02-01 06:23:14", + "author_account_age_days": 111 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 142, + "stars": 177, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 278 + "author_account_age_days": 366 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5853 + "author_account_age_days": 5941 + }, + "https://github.com/Meisoftcoltd/ComfyUI-Demucs-AudioSeparator": { + "stars": 0, + "last_update": "2026-02-10 11:25:37", + "author_account_age_days": 2863 + }, + "https://github.com/Meisoftcoltd/comfyui-sequential-batcher": { + "stars": 1, + "last_update": "2026-02-06 13:33:22", + "author_account_age_days": 2863 + }, + "https://github.com/Merserk/ComfyUI-Flow-Assistor": { + "stars": 2, + "last_update": "2026-01-27 17:04:05", + "author_account_age_days": 1181 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 800 + "author_account_age_days": 888 + }, + "https://github.com/Mexes1978/comfyui-comfysketch": { + "stars": 32, + "last_update": "2026-02-09 01:22:50", + "author_account_age_days": 28 }, "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": { "stars": 0, - "last_update": "2025-10-14 08:30:47", - "author_account_age_days": 581 + "last_update": "2025-12-03 06:42:44", + "author_account_age_days": 669 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 7, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1770 + "author_account_age_days": 1858 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 1052 + "author_account_age_days": 1139 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 1052 + "author_account_age_days": 1139 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 1052 + "author_account_age_days": 1139 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 103, + "stars": 120, "last_update": "2025-10-09 02:40:02", - "author_account_age_days": 2078 + "author_account_age_days": 2166 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 135, - "last_update": "2025-11-25 13:07:05", - "author_account_age_days": 2078 + "stars": 160, + "last_update": "2026-02-13 07:31:39", + "author_account_age_days": 2166 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { - "stars": 3, + "stars": 4, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 2078 + "author_account_age_days": 2166 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 1070 + "author_account_age_days": 1158 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 2, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 1070 + "author_account_age_days": 1158 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-10-09 02:55:31", - "author_account_age_days": 582 + "author_account_age_days": 669 }, "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { "stars": 0, "last_update": "2025-09-09 14:09:43", - "author_account_age_days": 84 + "author_account_age_days": 172 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 4, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3699 + "author_account_age_days": 3786 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 109, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 346, + "stars": 344, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 588, + "stars": 589, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 125, + "stars": 129, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { - "stars": 60, + "stars": 62, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 34, + "stars": 36, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 3038 + "author_account_age_days": 3125 }, "https://github.com/Mister-Link/link-comfy-nodes": { "stars": 0, - "last_update": "2025-11-25 19:55:09", - "author_account_age_days": 1204 + "last_update": "2026-02-18 15:39:03", + "author_account_age_days": 1291 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4505 + "author_account_age_days": 4593 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4490 + "author_account_age_days": 4577 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4490 + "author_account_age_days": 4577 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3446 + "author_account_age_days": 3534 }, "https://github.com/ModelTC/ComfyUI-LightVAE": { - "stars": 33, + "stars": 45, "last_update": "2025-11-03 08:47:45", - "author_account_age_days": 1931 + "author_account_age_days": 2019 }, "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": { - "stars": 55, - "last_update": "2025-11-27 10:26:52", - "author_account_age_days": 1931 + "stars": 79, + "last_update": "2026-02-03 07:25:45", + "author_account_age_days": 2019 + }, + "https://github.com/Moeblack/ComfyUI-SimpleChat": { + "stars": 7, + "last_update": "2026-02-02 12:13:21", + "author_account_age_days": 3200 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 201, - "last_update": "2025-10-10 14:25:09", - "author_account_age_days": 1548 + "stars": 213, + "last_update": "2026-02-18 01:36:45", + "author_account_age_days": 1635 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, - "last_update": "2025-10-25 14:38:09", - "author_account_age_days": 901 + "last_update": "2026-01-24 14:28:36", + "author_account_age_days": 988 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { - "stars": 27, + "stars": 28, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 351 + "author_account_age_days": 439 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 68, - "last_update": "2025-09-12 05:21:24", - "author_account_age_days": 3324 + "stars": 91, + "last_update": "2026-02-14 05:57:16", + "author_account_age_days": 3412 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 450 + "author_account_age_days": 538 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 349, + "stars": 364, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 450 + "author_account_age_days": 538 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 123, + "stars": 135, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 450 + "author_account_age_days": 538 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 28, + "stars": 30, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 450 + "author_account_age_days": 538 }, "https://github.com/MoonMoon82/ClipVision_Tools": { - "stars": 6, + "stars": 9, "last_update": "2025-10-29 10:14:16", - "author_account_age_days": 2688 + "author_account_age_days": 2776 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 209, - "last_update": "2025-11-19 06:23:25", - "author_account_age_days": 508 + "stars": 257, + "last_update": "2025-12-16 15:14:55", + "author_account_age_days": 596 + }, + "https://github.com/Moser9815/ComfyUI-RMAutomation": { + "stars": 0, + "last_update": "2026-02-05 00:37:43", + "author_account_age_days": 556 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4916 + "author_account_age_days": 5004 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3516, - "last_update": "2025-11-21 05:43:15", - "author_account_age_days": 2083 + "stars": 3653, + "last_update": "2025-12-29 08:06:02", + "author_account_age_days": 2170 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 556, + "stars": 558, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 2083 + "author_account_age_days": 2170 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, - "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4113 + "last_update": "2026-01-05 20:25:00", + "author_account_age_days": 4200 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { - "stars": 36, - "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4113 + "stars": 47, + "last_update": "2026-02-20 10:22:53", + "author_account_age_days": 4200 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 53, + "stars": 55, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3567 + "author_account_age_days": 3654 + }, + "https://github.com/MushroomFleet/ComfyUI-DJZ-Offsquare": { + "stars": 0, + "last_update": "2026-02-06 14:24:52", + "author_account_age_days": 4331 }, "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { "stars": 0, "last_update": "2025-08-31 19:23:11", - "author_account_age_days": 4243 + "author_account_age_days": 4331 }, "https://github.com/MushroomFleet/ComfyUI-FLUX2-JSON": { + "stars": 12, + "last_update": "2026-01-13 15:05:51", + "author_account_age_days": 4331 + }, + "https://github.com/MushroomFleet/ComfyUI-Variationator": { "stars": 1, - "last_update": "2025-11-27 09:25:04", - "author_account_age_days": 4243 + "last_update": "2025-12-01 13:51:30", + "author_account_age_days": 4331 + }, + "https://github.com/MushroomFleet/ComfyUI-Zero2JSON": { + "stars": 1, + "last_update": "2026-02-01 02:46:27", + "author_account_age_days": 4331 + }, + "https://github.com/MushroomFleet/ComfyUI_PromptExtractor_nodes": { + "stars": 1, + "last_update": "2026-02-04 20:14:35", + "author_account_age_days": 4331 }, "https://github.com/MushroomFleet/DJZ-Pedalboard": { "stars": 2, "last_update": "2025-11-15 04:19:19", - "author_account_age_days": 4243 + "author_account_age_days": 4331 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 56, + "stars": 60, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 494 + "author_account_age_days": 581 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { - "stars": 14, + "stars": 15, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2260 + "author_account_age_days": 2347 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 72, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 599 + "author_account_age_days": 686 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, - "last_update": "2025-08-18 11:07:43", - "author_account_age_days": 2775 + "last_update": "2025-12-20 12:10:06", + "author_account_age_days": 2863 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 4, - "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 1100 + "last_update": "2026-02-17 00:12:12", + "author_account_age_days": 1187 + }, + "https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": { + "stars": 0, + "last_update": "2026-02-19 07:15:23", + "author_account_age_days": 376 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 51, - "last_update": "2025-11-18 20:04:03", - "author_account_age_days": 4202 + "stars": 55, + "last_update": "2026-02-13 01:25:52", + "author_account_age_days": 4289 + }, + "https://github.com/Nakamura2828/ComfyUI-JK-TextTools": { + "stars": 0, + "last_update": "2026-01-18 16:12:22", + "author_account_age_days": 3985 + }, + "https://github.com/Nakamura2828/ComfyUI-JK-ToRetro": { + "stars": 0, + "last_update": "2026-01-20 02:17:07", + "author_account_age_days": 3985 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 884 + "author_account_age_days": 971 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 9, - "last_update": "2025-11-05 14:27:15", - "author_account_age_days": 883 + "last_update": "2025-12-03 03:34:57", + "author_account_age_days": 971 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-11-05 21:49:30", - "author_account_age_days": 883 + "author_account_age_days": 971 }, "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": { - "stars": 4, - "last_update": "2025-11-25 11:09:44", - "author_account_age_days": 645 + "stars": 13, + "last_update": "2025-12-04 20:52:40", + "author_account_age_days": 732 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4810 + "author_account_age_days": 4898 }, "https://github.com/NeonLightning/neonllama": { "stars": 2, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4737 + "author_account_age_days": 4825 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { - "stars": 3, + "stars": 4, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1846 + "author_account_age_days": 1934 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 616 + "author_account_age_days": 703 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 8, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 616 + "author_account_age_days": 703 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { - "stars": 4, + "stars": 5, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 616 + "author_account_age_days": 703 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { - "stars": 68, + "stars": 69, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 616 + "author_account_age_days": 703 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { - "stars": 36, + "stars": 62, "last_update": "2025-11-10 22:28:10", - "author_account_age_days": 1128 + "author_account_age_days": 1216 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 1049 + "author_account_age_days": 1136 + }, + "https://github.com/NewBieAI-Lab/ComfyUI-MltoXml": { + "stars": 1, + "last_update": "2025-12-07 04:44:54", + "author_account_age_days": 303 }, "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { "stars": 0, "last_update": "2025-10-19 14:03:25", - "author_account_age_days": 2822 + "author_account_age_days": 2910 }, "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": { - "stars": 4, - "last_update": "2025-11-25 08:21:00", - "author_account_age_days": 1466 + "stars": 11, + "last_update": "2025-12-05 06:39:43", + "author_account_age_days": 1554 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { - "stars": 3, + "stars": 5, "last_update": "2025-10-24 09:33:20", - "author_account_age_days": 1466 + "author_account_age_days": 1554 + }, + "https://github.com/NexusEast/ComfyUI_ContactSheet_Auto": { + "stars": 0, + "last_update": "2025-12-30 07:12:33", + "author_account_age_days": 5032 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 9, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1179 + "author_account_age_days": 1267 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 16, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5672 + "author_account_age_days": 5759 + }, + "https://github.com/NickPittas/ComfyUI_CameraAngleSelector": { + "stars": 95, + "last_update": "2026-01-10 10:09:39", + "author_account_age_days": 1351 + }, + "https://github.com/NidAll/ComfyUI_PromptStyler": { + "stars": 16, + "last_update": "2026-01-31 21:32:44", + "author_account_age_days": 3289 + }, + "https://github.com/Night1099/COMFYUI-PBRFusion4": { + "stars": 0, + "last_update": "2026-02-13 17:30:15", + "author_account_age_days": 1632 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 2, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2797 + "author_account_age_days": 2885 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2797 + "author_account_age_days": 2885 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1349, - "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 766 + "stars": 1511, + "last_update": "2026-02-10 15:45:59", + "author_account_age_days": 854 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { - "stars": 36, + "stars": 37, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 766 + "author_account_age_days": 854 + }, + "https://github.com/NineKey1028/ComfyUI_Dynamic_TagLoader": { + "stars": 4, + "last_update": "2026-01-29 08:03:41", + "author_account_age_days": 1660 + }, + "https://github.com/Niutonian/ComfyUI-Niutonian-Themes": { + "stars": 39, + "last_update": "2026-01-20 10:28:11", + "author_account_age_days": 1651 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 30, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1564 + "author_account_age_days": 1651 + }, + "https://github.com/Niutonian/comfyui-niutonian-smart-image": { + "stars": 0, + "last_update": "2026-01-27 13:58:47", + "author_account_age_days": 1651 + }, + "https://github.com/Niutonian/comfyui_Niutonian_GLM_4_6V": { + "stars": 0, + "last_update": "2026-01-05 11:49:33", + "author_account_age_days": 1651 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1725 + "author_account_age_days": 1813 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { - "stars": 16, + "stars": 17, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4353 + "author_account_age_days": 4440 }, "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { "stars": 0, "last_update": "2025-09-26 13:42:27", - "author_account_age_days": 941 + "author_account_age_days": 1029 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { - "stars": 24, + "stars": 30, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3341 + "author_account_age_days": 3429 }, "https://github.com/Noma-Machiko/ComfyUI-ToDevice": { "stars": 1, "last_update": "2025-09-18 16:11:53", - "author_account_age_days": 1050 + "author_account_age_days": 1138 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2505 + "author_account_age_days": 2592 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 286, + "stars": 293, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3368 + "author_account_age_days": 3455 }, "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { "stars": 0, - "last_update": "2025-11-11 06:18:56", - "author_account_age_days": 538 + "last_update": "2025-12-06 17:39:43", + "author_account_age_days": 626 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 236, + "stars": 237, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 5001 + "author_account_age_days": 5088 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 575, + "stars": 582, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 5001 + "author_account_age_days": 5088 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 2, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1834 + "author_account_age_days": 1922 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 11, "last_update": "2025-09-05 04:20:22", - "author_account_age_days": 2638 + "author_account_age_days": 2726 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { - "stars": 37, + "stars": 42, "last_update": "2025-11-19 06:12:14", - "author_account_age_days": 2638 + "author_account_age_days": 2726 }, "https://github.com/Nynxz/ComfyUI-NynxzNodes": { - "stars": 0, - "last_update": "2025-11-27 17:36:11", - "author_account_age_days": 2117 + "stars": 1, + "last_update": "2025-12-11 09:16:16", + "author_account_age_days": 2205 }, "https://github.com/OKIE5/ComfyUI-CN-Pre": { "stars": 0, "last_update": "2025-10-18 23:45:21", - "author_account_age_days": 165 + "author_account_age_days": 253 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1694 + "author_account_age_days": 1781 + }, + "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": { + "stars": 0, + "last_update": "2025-12-31 19:27:45", + "author_account_age_days": 1820 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 98, + "stars": 99, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2648 + "author_account_age_days": 2735 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 476 + "author_account_age_days": 564 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, - "last_update": "2025-11-27 07:57:40", - "author_account_age_days": 476 + "last_update": "2026-01-04 06:37:44", + "author_account_age_days": 564 }, "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { - "stars": 3, - "last_update": "2025-08-21 02:43:15", - "author_account_age_days": 550 + "stars": 6, + "last_update": "2025-11-28 08:21:35", + "author_account_age_days": 638 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2257 + "author_account_age_days": 2345 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1297 + "author_account_age_days": 1384 }, "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { "stars": 1, "last_update": "2025-09-30 09:49:18", - "author_account_age_days": 1290 + "author_account_age_days": 1378 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 3055 + "author_account_age_days": 3142 }, "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { "stars": 0, "last_update": "2025-11-11 09:09:25", - "author_account_age_days": 44 + "author_account_age_days": 132 }, "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": { "stars": 1, "last_update": "2025-11-19 03:25:46", - "author_account_age_days": 44 + "author_account_age_days": 132 }, "https://github.com/OwlvChirotha/ComfyUI-Translator": { "stars": 0, "last_update": "2025-11-11 09:09:25", - "author_account_age_days": 44 + "author_account_age_days": 132 + }, + "https://github.com/PBandDev/comfyui-node-organizer": { + "stars": 37, + "last_update": "2026-01-23 18:47:11", + "author_account_age_days": 352 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { - "stars": 16, + "stars": 18, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2187 + "author_account_age_days": 2274 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2409 + "author_account_age_days": 2497 + }, + "https://github.com/PROJECTMAD/PROJECT-MAD-NODES": { + "stars": 3, + "last_update": "2026-01-27 06:06:16", + "author_account_age_days": 2942 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 4, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3322 + "author_account_age_days": 3410 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3322 + "author_account_age_days": 3410 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 2, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3322 + "author_account_age_days": 3410 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3322 + "author_account_age_days": 3410 + }, + "https://github.com/Paddel87/ComfyUI_fal_image": { + "stars": 2, + "last_update": "2025-12-23 22:45:12", + "author_account_age_days": 687 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { - "stars": 13, + "stars": 14, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 2006 + "author_account_age_days": 2095 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { - "stars": 77, - "last_update": "2025-11-24 16:09:48", - "author_account_age_days": 2006 + "stars": 90, + "last_update": "2025-12-09 21:44:09", + "author_account_age_days": 2095 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3350 + "author_account_age_days": 3437 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5291 + "author_account_age_days": 5379 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4165 + "author_account_age_days": 4252 }, "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { "stars": 0, "last_update": "2025-10-12 01:48:13", - "author_account_age_days": 4050 + "author_account_age_days": 4138 }, "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": { - "stars": 0, - "last_update": "2025-11-05 02:56:11", - "author_account_age_days": 2365 + "stars": 1, + "last_update": "2026-02-12 03:47:05", + "author_account_age_days": 2452 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2364 + "author_account_age_days": 2452 + }, + "https://github.com/Pedreiro-Digital-Studio-Ltda/ComfyUI-PromptPerfect": { + "stars": 0, + "last_update": "2026-01-22 15:28:55", + "author_account_age_days": 1048 }, "https://github.com/PenguinTeo/Comfyui-GeminiBanana": { - "stars": 25, + "stars": 44, "last_update": "2025-11-21 05:49:58", - "author_account_age_days": 496 + "author_account_age_days": 584 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { - "stars": 2, + "stars": 6, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 496 + "author_account_age_days": 584 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3729 + "author_account_age_days": 3816 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5747 + "author_account_age_days": 5834 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 5, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 556 + "author_account_age_days": 643 }, "https://github.com/PiePieDesign/PiePieTweaks": { "stars": 1, "last_update": "2025-10-24 15:27:53", - "author_account_age_days": 185 + "author_account_age_days": 273 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 1, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2908 + "author_account_age_days": 2996 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 410 + "author_account_age_days": 498 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 410 + "author_account_age_days": 498 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, "last_update": "2025-11-17 00:34:32", - "author_account_age_days": 4733 + "author_account_age_days": 4821 + }, + "https://github.com/PixWizardry/ComfyUI_PixQwenImageEditEnhanced": { + "stars": 4, + "last_update": "2025-12-30 06:02:39", + "author_account_age_days": 195 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 311 + "author_account_age_days": 399 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 632 + "author_account_age_days": 720 }, "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": { - "stars": 3, + "stars": 10, "last_update": "2025-11-06 16:43:31", - "author_account_age_days": 450 + "author_account_age_days": 538 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2025-10-13 07:45:11", - "author_account_age_days": 3073 + "author_account_age_days": 3160 }, "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { - "stars": 1, + "stars": 2, "last_update": "2025-09-03 18:37:13", - "author_account_age_days": 636 + "author_account_age_days": 724 + }, + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2": { + "stars": 3, + "last_update": "2025-12-05 08:14:07", + "author_account_age_days": 699 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3913 + "author_account_age_days": 4001 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": { - "stars": 1, - "last_update": "2025-11-14 01:25:18", - "author_account_age_days": 843 + "stars": 3, + "last_update": "2026-01-27 21:11:41", + "author_account_age_days": 931 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2551, + "stars": 2603, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 485 + "author_account_age_days": 572 + }, + "https://github.com/PozzettiAndrea/ComfyUI-BGPSeg": { + "stars": 0, + "last_update": "2026-02-12 12:20:32", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { - "stars": 2, - "last_update": "2025-11-27 20:58:16", - "author_account_age_days": 2214 + "stars": 17, + "last_update": "2026-02-23 17:48:52", + "author_account_age_days": 2302 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Cadrille": { + "stars": 1, + "last_update": "2026-02-12 12:20:33", + "author_account_age_days": 2302 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CameraPack": { + "stars": 1, + "last_update": "2026-02-12 12:20:35", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": { - "stars": 159, - "last_update": "2025-11-21 10:55:34", - "author_account_age_days": 2214 + "stars": 334, + "last_update": "2026-02-23 22:55:33", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": { - "stars": 26, - "last_update": "2025-11-26 16:23:45", - "author_account_age_days": 2214 + "stars": 150, + "last_update": "2026-02-23 22:55:34", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-Grounding": { - "stars": 29, - "last_update": "2025-11-24 03:55:34", - "author_account_age_days": 2214 + "stars": 34, + "last_update": "2026-02-23 04:54:26", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": { - "stars": 5, - "last_update": "2025-11-15 22:29:56", - "author_account_age_days": 2214 + "stars": 7, + "last_update": "2026-02-12 14:12:32", + "author_account_age_days": 2302 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MIDI3D": { + "stars": 2, + "last_update": "2026-02-12 12:20:37", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": { - "stars": 5, - "last_update": "2025-11-15 22:29:56", - "author_account_age_days": 2214 + "stars": 7, + "last_update": "2026-02-12 14:12:32", + "author_account_age_days": 2302 + }, + "https://github.com/PozzettiAndrea/ComfyUI-NeurCADRecon": { + "stars": 0, + "last_update": "2026-02-12 12:20:31", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-SAM3": { - "stars": 199, - "last_update": "2025-11-25 22:39:29", - "author_account_age_days": 2214 + "stars": 434, + "last_update": "2026-02-23 22:55:27", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": { - "stars": 144, - "last_update": "2025-11-23 08:41:06", - "author_account_age_days": 2214 + "stars": 272, + "last_update": "2026-02-23 22:55:28", + "author_account_age_days": 2302 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SECADNET": { + "stars": 0, + "last_update": "2026-02-12 12:20:34", + "author_account_age_days": 2302 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Sharp": { + "stars": 254, + "last_update": "2026-02-23 22:55:37", + "author_account_age_days": 2302 }, "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { - "stars": 204, - "last_update": "2025-11-26 22:56:04", - "author_account_age_days": 2214 + "stars": 287, + "last_update": "2026-02-23 22:55:40", + "author_account_age_days": 2302 + }, + "https://github.com/Praveenhalder/praveen-tools": { + "stars": 2, + "last_update": "2026-02-18 06:48:00", + "author_account_age_days": 704 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 346 + "author_account_age_days": 434 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { - "stars": 76, + "stars": 87, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3963 + "author_account_age_days": 4051 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { - "stars": 18, + "stars": 27, "last_update": "2025-09-22 18:50:33", - "author_account_age_days": 3963 + "author_account_age_days": 4051 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": { - "stars": 1, + "stars": 5, "last_update": "2025-10-29 15:59:02", - "author_account_age_days": 3963 + "author_account_age_days": 4051 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 65, "last_update": "2025-09-08 12:53:11", - "author_account_age_days": 1170 + "author_account_age_days": 1258 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 2, "last_update": "2025-10-07 04:01:07", - "author_account_age_days": 792 + "author_account_age_days": 879 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-11-08 14:43:59", - "author_account_age_days": 1564 + "author_account_age_days": 1652 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { - "stars": 4, + "stars": 5, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2455 + "author_account_age_days": 2543 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 7, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2455 + "author_account_age_days": 2543 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2455 + "author_account_age_days": 2543 + }, + "https://github.com/QL-boy/ComfyUI-Advanced-Tile-Processing": { + "stars": 43, + "last_update": "2026-01-17 12:31:17", + "author_account_age_days": 2590 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, - "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1772 + "last_update": "2026-02-21 11:41:04", + "author_account_age_days": 1859 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 25, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 985 + "author_account_age_days": 1073 + }, + "https://github.com/QuackPhuc/ComfyUI-FisheyeTransform": { + "stars": 0, + "last_update": "2026-01-14 15:37:48", + "author_account_age_days": 1031 }, "https://github.com/QuietNoise/comfyui_queue_manager": { - "stars": 32, - "last_update": "2025-11-25 23:01:30", - "author_account_age_days": 4726 + "stars": 43, + "last_update": "2025-12-21 18:20:17", + "author_account_age_days": 4814 }, "https://github.com/R5-Revo/llm-node-comfyui": { - "stars": 6, + "stars": 7, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 319 + "author_account_age_days": 407 + }, + "https://github.com/RCAKangle/ComfyUI_LLM_Embeder": { + "stars": 0, + "last_update": "2026-01-30 23:12:12", + "author_account_age_days": 866 }, "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": { - "stars": 4, + "stars": 8, "last_update": "2025-11-27 04:45:39", - "author_account_age_days": 613 + "author_account_age_days": 701 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4454 + "author_account_age_days": 4541 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 10, + "stars": 12, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 311 + "author_account_age_days": 399 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { - "stars": 27, - "last_update": "2025-11-17 15:39:11", - "author_account_age_days": 682 + "stars": 29, + "last_update": "2026-01-16 18:43:25", + "author_account_age_days": 770 + }, + "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance": { + "stars": 26, + "last_update": "2026-02-08 14:01:36", + "author_account_age_days": 770 + }, + "https://github.com/Randy420Marsh/ComfyUI-Civitai-API-Url-Resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "author_account_age_days": 2614 + }, + "https://github.com/Randy420Marsh/civitai-api-url-resolver": { + "stars": 1, + "last_update": "2025-12-26 16:21:56", + "author_account_age_days": 2614 }, "https://github.com/Rathius-Saranoth/Rathius_ComfyNodes": { "stars": 0, "last_update": "2025-11-28 02:40:18", - "author_account_age_days": 69 + "author_account_age_days": 156 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1901 + "author_account_age_days": 1989 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 11, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1901 + "author_account_age_days": 1989 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3447 + "author_account_age_days": 3535 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1899 + "author_account_age_days": 1987 }, "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { - "stars": 1, + "stars": 3, "last_update": "2025-10-27 18:44:13", - "author_account_age_days": 3376 + "author_account_age_days": 3464 }, "https://github.com/ReinerBforartists/comfyui_auto_prompt_schedule": { - "stars": 0, + "stars": 2, "last_update": "2025-08-24 09:00:45", - "author_account_age_days": 3750 + "author_account_age_days": 3838 }, "https://github.com/ReinerBforartists/comfyui_text_line_combine": { "stars": 0, "last_update": "2025-08-23 10:59:19", - "author_account_age_days": 3750 + "author_account_age_days": 3838 }, "https://github.com/Reithan/negative_rejection_steering": { - "stars": 15, - "last_update": "2025-09-12 03:27:25", - "author_account_age_days": 4226 + "stars": 16, + "last_update": "2026-02-14 01:42:32", + "author_account_age_days": 4314 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 708 + "author_account_age_days": 796 }, "https://github.com/Revmagi/DDM_bundle": { "stars": 0, "last_update": "2025-10-30 21:03:27", - "author_account_age_days": 3745 + "author_account_age_days": 3833 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1689 + "author_account_age_days": 1776 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1689 + "author_account_age_days": 1776 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1689 + "author_account_age_days": 1776 + }, + "https://github.com/Rhovanx/wan_vace_auto_joiner": { + "stars": 3, + "last_update": "2026-01-14 09:58:46", + "author_account_age_days": 2129 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 98, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 425 + "author_account_age_days": 513 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { - "stars": 18, + "stars": 20, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 425 + "author_account_age_days": 513 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 672 + "author_account_age_days": 760 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, - "last_update": "2025-11-16 16:58:05", - "author_account_age_days": 1950 + "last_update": "2026-02-18 13:45:21", + "author_account_age_days": 2038 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 8, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1269 + "author_account_age_days": 1357 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { - "stars": 13, + "stars": 14, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1269 + "author_account_age_days": 1357 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 23, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1269 + "author_account_age_days": 1357 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 23, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1904 + "author_account_age_days": 1991 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1451 + "author_account_age_days": 1538 + }, + "https://github.com/RunningOverGlowies/ComfyUI-PromptUtils": { + "stars": 2, + "last_update": "2025-12-08 13:44:46", + "author_account_age_days": 1464 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 124, - "last_update": "2025-11-26 19:18:24", - "author_account_age_days": 721 + "stars": 134, + "last_update": "2026-02-23 16:44:55", + "author_account_age_days": 809 + }, + "https://github.com/RyanHolanda/ComfyUI-AudioBridge": { + "stars": 0, + "last_update": "2026-02-20 19:22:17", + "author_account_age_days": 1700 + }, + "https://github.com/RyukoMatoiFan/ComfyUI-STARFlow": { + "stars": 0, + "last_update": "2026-01-04 19:22:34", + "author_account_age_days": 73 + }, + "https://github.com/RyukoMatoiFan/ComfyUI-Switti": { + "stars": 0, + "last_update": "2025-12-21 21:37:47", + "author_account_age_days": 73 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 40, + "stars": 41, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2935 + "author_account_age_days": 3022 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 185, + "stars": 187, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2935 + "author_account_age_days": 3022 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2935 + "author_account_age_days": 3022 }, "https://github.com/S4MUEL-404/ComfyUI-Prepack": { "stars": 1, "last_update": "2025-11-11 08:19:11", - "author_account_age_days": 3608 + "author_account_age_days": 3696 }, "https://github.com/S4MUEL-404/ComfyUI-PromptsO": { "stars": 1, "last_update": "2025-11-19 09:20:58", - "author_account_age_days": 3608 + "author_account_age_days": 3696 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 3, "last_update": "2025-10-14 06:06:33", - "author_account_age_days": 3608 + "author_account_age_days": 3696 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, "last_update": "2025-11-18 03:18:39", - "author_account_age_days": 3608 + "author_account_age_days": 3696 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 2, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3608 + "author_account_age_days": 3696 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1179 + "author_account_age_days": 1266 + }, + "https://github.com/SKBv0/ComfyUI_BlendPack": { + "stars": 32, + "last_update": "2026-01-16 15:21:20", + "author_account_age_days": 2165 + }, + "https://github.com/SKBv0/ComfyUI_LinkFX": { + "stars": 44, + "last_update": "2025-12-21 16:53:51", + "author_account_age_days": 2165 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 97, + "stars": 107, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 2077 + "author_account_age_days": 2165 + }, + "https://github.com/SKBv0/ComfyUI_SpideyReroute": { + "stars": 13, + "last_update": "2025-12-19 16:10:36", + "author_account_age_days": 2165 + }, + "https://github.com/SKFRMSEHF/comfyui_SK_Loader": { + "stars": 0, + "last_update": "2025-12-15 09:50:34", + "author_account_age_days": 76 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 103, + "stars": 107, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4219 + "author_account_age_days": 4307 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4219 + "author_account_age_days": 4307 + }, + "https://github.com/SLVGITHUB/QWEN3_TTS_DVA": { + "stars": 1, + "last_update": "2026-02-17 05:49:02", + "author_account_age_days": 1670 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4605 + "author_account_age_days": 4692 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { - "stars": 30, + "stars": 31, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4605 + "author_account_age_days": 4692 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 821 + "author_account_age_days": 909 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 5, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 821 + "author_account_age_days": 909 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 821 + "author_account_age_days": 909 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 47, + "stars": 50, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 821 + "author_account_age_days": 909 }, "https://github.com/SXQBW/ComfyUI-Qwen": { - "stars": 17, + "stars": 23, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3313 + "author_account_age_days": 3401 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { - "stars": 37, + "stars": 41, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3313 + "author_account_age_days": 3401 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { - "stars": 24, + "stars": 28, "last_update": "2025-10-25 02:52:24", - "author_account_age_days": 3313 + "author_account_age_days": 3401 + }, + "https://github.com/SaTaNoob/ComfyUI-Z-Image-Turbo-Resolutions": { + "stars": 3, + "last_update": "2025-12-04 10:00:45", + "author_account_age_days": 3276 }, "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": { - "stars": 49, + "stars": 58, "last_update": "2025-11-11 23:36:14", - "author_account_age_days": 1658 + "author_account_age_days": 1746 }, "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": { - "stars": 6, + "stars": 7, "last_update": "2025-09-14 00:53:14", - "author_account_age_days": 1658 + "author_account_age_days": 1746 }, "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": { - "stars": 33, - "last_update": "2025-11-19 16:26:09", - "author_account_age_days": 1658 + "stars": 56, + "last_update": "2025-12-04 06:03:03", + "author_account_age_days": 1746 }, "https://github.com/Saganaki22/ComfyUI-dotWaveform": { - "stars": 26, + "stars": 30, "last_update": "2025-11-12 10:35:07", - "author_account_age_days": 1658 + "author_account_age_days": 1746 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 448, + "stars": 455, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1965 + "author_account_age_days": 2052 + }, + "https://github.com/SamLiu1000/ComfyUI_Rabbit-Camera-Perspective": { + "stars": 1, + "last_update": "2026-01-10 16:28:41", + "author_account_age_days": 54 + }, + "https://github.com/SamLiu1000/ComfyUI_Resolution-and-Ratio": { + "stars": 0, + "last_update": "2025-12-31 13:52:49", + "author_account_age_days": 54 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3483 + "author_account_age_days": 3571 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, - "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3483 + "last_update": "2025-12-30 08:38:47", + "author_account_age_days": 3571 }, "https://github.com/Sampkao/ComfyUI-Amage": { "stars": 1, - "last_update": "2025-09-24 22:14:30", - "author_account_age_days": 881 + "last_update": "2026-01-19 09:42:19", + "author_account_age_days": 969 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { - "stars": 2, + "stars": 3, "last_update": "2025-09-06 09:31:44", - "author_account_age_days": 2102 + "author_account_age_days": 2190 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1153 + "author_account_age_days": 1241 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1153 + "author_account_age_days": 1241 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 4, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1153 + "author_account_age_days": 1241 + }, + "https://github.com/SanDiegoDude/ComfyUI-Soprano-TTS": { + "stars": 5, + "last_update": "2025-12-30 06:02:36", + "author_account_age_days": 1241 + }, + "https://github.com/SanDiegoDude/SCG_LocalVLM": { + "stars": 4, + "last_update": "2025-12-18 02:11:18", + "author_account_age_days": 1241 }, "https://github.com/Santat2023/ComfyUiRagNodes": { "stars": 0, "last_update": "2025-09-29 16:14:02", - "author_account_age_days": 809 + "author_account_age_days": 897 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { - "stars": 18, - "last_update": "2025-11-27 13:13:18", - "author_account_age_days": 3216 + "stars": 22, + "last_update": "2026-02-23 14:35:28", + "author_account_age_days": 3304 }, "https://github.com/Saquib764/omini-kontext": { - "stars": 423, + "stars": 435, "last_update": "2025-09-01 16:42:36", - "author_account_age_days": 4997 + "author_account_age_days": 5085 }, "https://github.com/SatadalAI/SATA_UtilityNode": { "stars": 1, - "last_update": "2025-11-27 16:03:35", - "author_account_age_days": 685 + "last_update": "2025-12-24 16:55:05", + "author_account_age_days": 773 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 659 + "author_account_age_days": 747 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 28, + "stars": 29, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 659 + "author_account_age_days": 747 }, "https://github.com/SayanoAI/Comfy-RVC": { - "stars": 26, + "stars": 35, "last_update": "2025-10-15 18:30:03", - "author_account_age_days": 3125 + "author_account_age_days": 3212 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4202 + "author_account_age_days": 4290 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3718 + "author_account_age_days": 3805 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 20, + "stars": 19, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1632 + "author_account_age_days": 1719 }, "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { - "stars": 2, - "last_update": "2025-11-27 22:43:38", - "author_account_age_days": 1203 + "stars": 3, + "last_update": "2026-01-28 20:27:57", + "author_account_age_days": 1291 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 15, + "stars": 16, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 5028 + "author_account_age_days": 5115 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 163, + "stars": 165, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 599 + "author_account_age_days": 686 + }, + "https://github.com/Sean-Bradley/ComfyUI-Get-Line": { + "stars": 0, + "last_update": "2025-12-15 11:47:02", + "author_account_age_days": 4435 }, "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { - "stars": 0, - "last_update": "2025-11-14 13:36:36", - "author_account_age_days": 4347 + "stars": 7, + "last_update": "2025-12-30 08:10:09", + "author_account_age_days": 4435 }, "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": { "stars": 0, - "last_update": "2025-11-25 16:57:53", - "author_account_age_days": 4347 + "last_update": "2025-12-24 15:13:42", + "author_account_age_days": 4435 + }, + "https://github.com/Sean-Bradley/ComfyUI-Sonic": { + "stars": 0, + "last_update": "2026-01-06 10:51:50", + "author_account_age_days": 4435 }, "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": { - "stars": 0, + "stars": 1, "last_update": "2025-10-27 20:54:15", - "author_account_age_days": 4347 + "author_account_age_days": 4435 }, "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": { "stars": 2, "last_update": "2025-10-27 20:55:50", - "author_account_age_days": 4347 + "author_account_age_days": 4435 }, "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": { - "stars": 1, - "last_update": "2025-11-22 15:36:30", - "author_account_age_days": 4347 + "stars": 5, + "last_update": "2026-01-25 13:01:30", + "author_account_age_days": 4435 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 78, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 2041 + "author_account_age_days": 2129 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 74, + "stars": 90, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 2041 + "author_account_age_days": 2129 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 137, - "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4693 + "stars": 153, + "last_update": "2025-11-29 01:12:44", + "author_account_age_days": 4781 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 865, + "stars": 871, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4693 + "author_account_age_days": 4781 + }, + "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": 143 + }, + "https://github.com/Seb-Lis/ComfyUI_Node_Pack": { + "stars": 0, + "last_update": "2025-11-30 11:13:27", + "author_account_age_days": 143 }, "https://github.com/Seb-Lis/comfyui-image-labeler": { "stars": 0, "last_update": "2025-11-02 09:33:21", - "author_account_age_days": 55 + "author_account_age_days": 143 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1993 + "author_account_age_days": 2081 }, "https://github.com/Semonxue/Comfyui-flexai": { - "stars": 4, - "last_update": "2025-11-21 04:36:31", - "author_account_age_days": 5576 + "stars": 5, + "last_update": "2025-12-01 11:07:24", + "author_account_age_days": 5664 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 311 + "author_account_age_days": 399 + }, + "https://github.com/SergPoletaev/ComfyUI-SPoletNodes": { + "stars": 0, + "last_update": "2026-01-13 21:56:22", + "author_account_age_days": 1378 }, "https://github.com/ServiceStack/comfy-asset-downloader": { - "stars": 13, + "stars": 17, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5407 + "author_account_age_days": 5494 }, "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": { - "stars": 13, - "last_update": "2025-11-11 01:47:54", - "author_account_age_days": 5557 + "stars": 29, + "last_update": "2026-01-12 00:01:52", + "author_account_age_days": 5645 + }, + "https://github.com/Setmaster/ComfyUI-ModelPulse": { + "stars": 0, + "last_update": "2026-01-15 23:13:02", + "author_account_age_days": 4556 + }, + "https://github.com/Shadowwalker0P/CryptoNoise-Ksampler": { + "stars": 2, + "last_update": "2025-12-24 14:56:42", + "author_account_age_days": 275 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 447, + "stars": 462, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 370 + "author_account_age_days": 458 }, "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": { - "stars": 9, - "last_update": "2025-11-18 17:36:20", - "author_account_age_days": 57 + "stars": 11, + "last_update": "2026-02-21 05:44:19", + "author_account_age_days": 145 }, "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": { - "stars": 9, + "stars": 11, "last_update": "2025-11-11 15:25:48", - "author_account_age_days": 57 + "author_account_age_days": 145 + }, + "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG": { + "stars": 0, + "last_update": "2026-02-21 05:41:28", + "author_account_age_days": 145 }, "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": { - "stars": 24, - "last_update": "2025-11-19 04:41:44", - "author_account_age_days": 57 + "stars": 48, + "last_update": "2026-02-21 05:37:38", + "author_account_age_days": 145 }, "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": { "stars": 0, "last_update": "2025-11-11 15:41:53", - "author_account_age_days": 57 + "author_account_age_days": 145 + }, + "https://github.com/ShammiG/ComfyUI_Text_Tools_SG": { + "stars": 3, + "last_update": "2026-02-21 05:42:48", + "author_account_age_days": 145 + }, + "https://github.com/Shan2L/ComfyUI-Simple-Profiler": { + "stars": 0, + "last_update": "2026-01-28 08:45:40", + "author_account_age_days": 2855 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 5, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1818 + "author_account_age_days": 1906 }, "https://github.com/Shellishack/comfyui_remote_media_io": { "stars": 1, "last_update": "2025-09-04 10:42:26", - "author_account_age_days": 2706 + "author_account_age_days": 2794 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 637 + "author_account_age_days": 724 + }, + "https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": { + "stars": 3, + "last_update": "2026-02-23 18:37:20", + "author_account_age_days": 995 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 7, "last_update": "2025-10-05 18:19:27", - "author_account_age_days": 907 + "author_account_age_days": 995 + }, + "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": { + "stars": 3, + "last_update": "2026-02-23 18:37:20", + "author_account_age_days": 995 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { - "stars": 31, - "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 907 + "stars": 32, + "last_update": "2026-02-01 05:36:41", + "author_account_age_days": 995 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": { - "stars": 1, + "stars": 2, "last_update": "2025-11-09 14:06:53", - "author_account_age_days": 908 + "author_account_age_days": 995 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { - "stars": 1, + "stars": 2, "last_update": "2025-11-09 14:06:53", - "author_account_age_days": 907 + "author_account_age_days": 995 }, "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": 907 + "last_update": "2026-02-10 20:24:46", + "author_account_age_days": 995 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 11, - "last_update": "2025-09-09 13:20:15", - "author_account_age_days": 924 + "last_update": "2025-12-20 00:11:14", + "author_account_age_days": 1011 }, "https://github.com/ShinChven/sc-comfy-nodes": { - "stars": 1, - "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4691 + "stars": 2, + "last_update": "2026-01-11 11:57:58", + "author_account_age_days": 4779 }, "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": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { - "stars": 23, + "stars": 39, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 20, + "stars": 19, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { - "stars": 106, + "stars": 113, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 127, + "stars": 132, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { - "stars": 66, + "stars": 67, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 329, + "stars": 337, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { - "stars": 19, + "stars": 21, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 27, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { - "stars": 19, + "stars": 20, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 46, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { - "stars": 29, + "stars": 31, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 921, + "stars": 937, "last_update": "2025-09-04 08:19:07", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { - "stars": 59, + "stars": 73, "last_update": "2025-08-27 12:38:13", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 10, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 3, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { - "stars": 17, + "stars": 20, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { - "stars": 30, + "stars": 32, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { - "stars": 110, + "stars": 116, "last_update": "2025-09-18 04:06:05", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { - "stars": 37, + "stars": 38, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 21, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 4, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { - "stars": 20, + "stars": 21, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 18, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 145, + "stars": 157, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { - "stars": 2, + "stars": 3, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 81, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { - "stars": 2, + "stars": 3, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/flux_pro_integrative": { "stars": 0, "last_update": "2025-09-05 18:08:58", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 4, "last_update": "2025-10-16 05:00:58", - "author_account_age_days": 1727 + "author_account_age_days": 1814 }, "https://github.com/ShmuelRonen/multi-lora-stack": { - "stars": 7, + "stars": 9, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1727 + "author_account_age_days": 1814 + }, + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": { + "stars": 407, + "last_update": "2026-02-10 14:38:00", + "author_account_age_days": 1301 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2839 + "author_account_age_days": 2926 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { - "stars": 2, - "last_update": "2025-11-25 13:51:36", - "author_account_age_days": 3059 + "stars": 15, + "last_update": "2026-02-23 05:56:13", + "author_account_age_days": 3147 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 48, + "stars": 50, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 975 + "author_account_age_days": 1062 + }, + "https://github.com/SidDays/ComfyUI-YuGiOh": { + "stars": 1, + "last_update": "2026-02-06 15:47:34", + "author_account_age_days": 3614 + }, + "https://github.com/SiegeKeebsOffical/comfyui-lmstudio": { + "stars": 1, + "last_update": "2025-12-14 13:16:58", + "author_account_age_days": 3980 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1177 + "author_account_age_days": 1265 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2205 + "author_account_age_days": 2292 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 4, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 231 + "author_account_age_days": 319 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2433 + "author_account_age_days": 2521 }, "https://github.com/SilentZhang/comfyui-encrypt": { "stars": 0, "last_update": "2025-11-15 22:03:32", - "author_account_age_days": 3964 + "author_account_age_days": 4052 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, - "last_update": "2025-09-05 20:06:53", - "author_account_age_days": 4073 + "last_update": "2026-01-23 19:16:22", + "author_account_age_days": 4161 }, "https://github.com/Simlym/comfyui-prompt-helper": { - "stars": 2, + "stars": 4, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2703 + "author_account_age_days": 2791 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2800 + "author_account_age_days": 2888 }, "https://github.com/SipherAGI/comfyui-animatediff": { - "stars": 745, + "stars": 754, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 927 + "author_account_age_days": 1014 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 3, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 299 + "author_account_age_days": 387 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 7, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1719 + "author_account_age_days": 1807 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { - "stars": 65, + "stars": 64, "last_update": "2025-09-25 09:47:49", - "author_account_age_days": 4083 + "author_account_age_days": 4171 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 22, "last_update": "2025-09-23 11:46:41", - "author_account_age_days": 4083 + "author_account_age_days": 4171 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 283, + "stars": 296, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 2034 + "author_account_age_days": 2121 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1213 + "author_account_age_days": 1300 + }, + "https://github.com/SnJake/SnJake_Baikal_Swin_Anime": { + "stars": 0, + "last_update": "2026-01-09 09:57:26", + "author_account_age_days": 2088 }, "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": { "stars": 3, - "last_update": "2025-10-25 11:08:02", - "author_account_age_days": 2000 + "last_update": "2026-01-04 10:22:36", + "author_account_age_days": 2088 + }, + "https://github.com/SnJake/SnJake_Sapsan-VFI": { + "stars": 1, + "last_update": "2026-02-04 07:40:50", + "author_account_age_days": 2088 + }, + "https://github.com/SofianeAlla/ComfyUI-BespokeAI-3D": { + "stars": 1, + "last_update": "2025-12-04 18:28:30", + "author_account_age_days": 513 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { - "stars": 15, + "stars": 16, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 4046 + "author_account_age_days": 4133 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 4046 + "author_account_age_days": 4133 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { - "stars": 14, + "stars": 16, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 4046 + "author_account_age_days": 4133 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 4046 + "author_account_age_days": 4133 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 4046 + "author_account_age_days": 4133 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 358 + "author_account_age_days": 446 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4769 + "author_account_age_days": 4856 + }, + "https://github.com/SorenWeile/ComfyUI_MetaSaver": { + "stars": 0, + "last_update": "2026-01-02 17:15:38", + "author_account_age_days": 412 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 601 + "author_account_age_days": 688 }, "https://github.com/SozeInc/ComfyUI_Soze": { - "stars": 8, - "last_update": "2025-09-06 19:16:37", - "author_account_age_days": 601 + "stars": 10, + "last_update": "2026-02-20 17:59:10", + "author_account_age_days": 688 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 473 + "author_account_age_days": 561 + }, + "https://github.com/SparknightLLC/ComfyUI-CrosshairGuidelines": { + "stars": 32, + "last_update": "2026-02-07 14:57:17", + "author_account_age_days": 561 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 67, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 473 + "author_account_age_days": 561 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, - "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 473 + "last_update": "2025-11-29 00:59:24", + "author_account_age_days": 561 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { - "stars": 20, + "stars": 21, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 473 + "author_account_age_days": 561 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 473 + "author_account_age_days": 561 + }, + "https://github.com/SparknightLLC/ComfyUI-LatentOrientation": { + "stars": 0, + "last_update": "2025-11-28 23:28:46", + "author_account_age_days": 561 + }, + "https://github.com/SparknightLLC/ComfyUI-MakeSeamlessTexture": { + "stars": 10, + "last_update": "2026-01-30 10:13:37", + "author_account_age_days": 561 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, - "last_update": "2025-09-28 18:50:05", - "author_account_age_days": 473 + "last_update": "2026-02-05 15:31:00", + "author_account_age_days": 561 + }, + "https://github.com/SparknightLLC/ComfyUI-ModelSamplingSD3Advanced": { + "stars": 0, + "last_update": "2025-12-22 17:05:20", + "author_account_age_days": 561 + }, + "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": { + "stars": 35, + "last_update": "2025-12-30 21:16:08", + "author_account_age_days": 561 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 473 + "author_account_age_days": 561 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 88, + "stars": 92, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3236 + "author_account_age_days": 3324 }, "https://github.com/Spin256/spin256-comfyui": { "stars": 0, "last_update": "2025-10-24 12:41:13", - "author_account_age_days": 35 + "author_account_age_days": 123 }, "https://github.com/SquirrelRat/MultiString-Prompts": { - "stars": 0, + "stars": 1, "last_update": "2025-10-23 19:44:28", - "author_account_age_days": 2818 + "author_account_age_days": 2906 }, "https://github.com/SquirrelRat/WanVideoLooper": { - "stars": 2, - "last_update": "2025-11-13 15:18:00", - "author_account_age_days": 2818 + "stars": 7, + "last_update": "2026-01-14 04:06:30", + "author_account_age_days": 2906 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { - "stars": 17, + "stars": 18, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2463 + "author_account_age_days": 2551 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1365 + "author_account_age_days": 1452 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 236, + "stars": 238, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1365 + "author_account_age_days": 1452 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { - "stars": 28, - "last_update": "2025-11-16 17:51:02", - "author_account_age_days": 700 + "stars": 38, + "last_update": "2026-02-08 21:08:47", + "author_account_age_days": 788 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 1, - "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3530 + "last_update": "2025-12-13 13:19:54", + "author_account_age_days": 3618 }, "https://github.com/StarIICraft/ComfyUI-Simple-Selector": { "stars": 0, "last_update": "2025-11-19 19:20:30", - "author_account_age_days": 494 + "author_account_age_days": 582 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 4067 + "author_account_age_days": 4155 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { - "stars": 14, - "last_update": "2025-11-20 11:52:45", - "author_account_age_days": 524 + "stars": 18, + "last_update": "2026-01-25 12:38:37", + "author_account_age_days": 612 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 48, - "last_update": "2025-11-24 18:53:35", - "author_account_age_days": 524 + "stars": 74, + "last_update": "2026-02-16 13:06:47", + "author_account_age_days": 612 }, "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": { - "stars": 8, + "stars": 9, "last_update": "2025-10-31 09:55:07", - "author_account_age_days": 524 + "author_account_age_days": 612 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 126, + "stars": 129, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/ComfyUI_PCDMs": { - "stars": 7, + "stars": 9, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 225, + "stars": 230, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { - "stars": 25, + "stars": 28, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { - "stars": 16, + "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/Comfyui_Gemini2": { - "stars": 16, + "stars": 18, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/Comfyui_joytag": { - "stars": 61, + "stars": 65, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { - "stars": 103, + "stars": 107, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3357 + "author_account_age_days": 3444 }, "https://github.com/Steudio/ComfyUI_Steudio": { - "stars": 110, + "stars": 117, "last_update": "2025-11-17 17:59:12", - "author_account_age_days": 658 + "author_account_age_days": 745 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 2, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 389 + "author_account_age_days": 477 + }, + "https://github.com/SuLU-K/comfyui-easy-sam3-tools": { + "stars": 8, + "last_update": "2026-01-25 04:57:41", + "author_account_age_days": 1916 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 205, + "stars": 212, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 611 + "author_account_age_days": 698 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 4100 + "author_account_age_days": 4187 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 1081, + "stars": 1180, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2672 + "author_account_age_days": 2759 + }, + "https://github.com/Suzu008/ComfyUI-CryptIO": { + "stars": 0, + "last_update": "2025-12-16 15:17:57", + "author_account_age_days": 1571 + }, + "https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter": { + "stars": 30, + "last_update": "2026-02-22 14:32:28", + "author_account_age_days": 1791 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { - "stars": 3, + "stars": 6, "last_update": "2025-11-21 13:12:02", - "author_account_age_days": 2560 + "author_account_age_days": 2648 }, "https://github.com/Sxela/ComfyWarp": { "stars": 48, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3894 + "author_account_age_days": 3981 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { - "stars": 14, + "stars": 16, "last_update": "2025-11-16 12:12:45", - "author_account_age_days": 917 + "author_account_age_days": 1005 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1457 + "author_account_age_days": 1545 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 107, + "stars": 119, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 2063 + "author_account_age_days": 2151 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 141, + "stars": 145, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4213 + "author_account_age_days": 4300 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 203, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4213 + "author_account_age_days": 4300 }, "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { "stars": 2, "last_update": "2025-11-03 12:39:44", - "author_account_age_days": 3056 + "author_account_age_days": 3144 }, "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": { "stars": 0, "last_update": "2025-11-09 17:51:36", - "author_account_age_days": 3056 + "author_account_age_days": 3144 }, "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": { "stars": 1, "last_update": "2025-11-09 02:41:19", - "author_account_age_days": 3056 + "author_account_age_days": 3144 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 3057 + "author_account_age_days": 3144 + }, + "https://github.com/TK3R/ComfyUI_TK3R_Ext": { + "stars": 1, + "last_update": "2026-02-18 22:39:28", + "author_account_age_days": 1079 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 3, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 641 + "author_account_age_days": 729 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 418, + "stars": 425, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 619 + "author_account_age_days": 706 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 961 + "author_account_age_days": 1048 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 961 + "author_account_age_days": 1048 + }, + "https://github.com/TTPlanetPig/Comfyui_DreamID-V_wrapper": { + "stars": 32, + "last_update": "2026-01-12 03:24:03", + "author_account_age_days": 812 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 30, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 725 + "author_account_age_days": 812 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 215, + "stars": 217, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 725 + "author_account_age_days": 812 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 141, - "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 725 + "stars": 144, + "last_update": "2025-12-14 14:27:01", + "author_account_age_days": 812 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 786, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 725 + "author_account_age_days": 812 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { - "stars": 29, + "stars": 30, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 725 + "author_account_age_days": 812 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 807, - "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 725 + "stars": 946, + "last_update": "2026-01-08 23:22:02", + "author_account_age_days": 812 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 725 + "author_account_age_days": 812 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 553 + "author_account_age_days": 640 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 4, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3570 + "author_account_age_days": 3658 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 4089 + "author_account_age_days": 4176 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { - "stars": 3, - "last_update": "2025-10-01 21:48:29", - "author_account_age_days": 5027 + "stars": 4, + "last_update": "2026-02-12 06:20:16", + "author_account_age_days": 5115 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 7, - "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2737 + "last_update": "2026-02-17 12:15:30", + "author_account_age_days": 2824 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2737 + "author_account_age_days": 2824 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { - "stars": 7, - "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2737 + "stars": 6, + "last_update": "2025-12-07 21:41:24", + "author_account_age_days": 2824 }, "https://github.com/Taremin/comfyui-string-tools": { - "stars": 2, - "last_update": "2025-10-19 20:12:29", - "author_account_age_days": 2737 + "stars": 3, + "last_update": "2025-12-07 23:43:19", + "author_account_age_days": 2824 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 29, - "last_update": "2025-11-09 10:41:22", - "author_account_age_days": 2737 + "last_update": "2026-02-22 23:01:09", + "author_account_age_days": 2824 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3686 + "author_account_age_days": 3774 + }, + "https://github.com/TdogCreations/ComfyUI-NAID-Grid-Position": { + "stars": 1, + "last_update": "2025-12-30 08:35:02", + "author_account_age_days": 1004 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2025-11-11 16:22:44", - "author_account_age_days": 3739 + "author_account_age_days": 3827 + }, + "https://github.com/TechnicalTod/ComfyUI-RotoMask": { + "stars": 0, + "last_update": "2026-01-28 06:40:17", + "author_account_age_days": 394 }, "https://github.com/TemryL/ComfyS3": { "stars": 55, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1391 + "author_account_age_days": 1478 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 556, + "stars": 566, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1391 + "author_account_age_days": 1478 }, "https://github.com/Temult/TWanSigmaGraph": { - "stars": 10, + "stars": 12, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 787 + "author_account_age_days": 875 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 385, + "stars": 386, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 620 + "author_account_age_days": 707 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 148, - "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 447 + "stars": 162, + "last_update": "2026-01-23 08:09:18", + "author_account_age_days": 535 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { - "stars": 15, + "stars": 16, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 921 + "author_account_age_days": 1009 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 258 + "author_account_age_days": 346 + }, + "https://github.com/Terpentinas/EasyLoRAMerger": { + "stars": 3, + "last_update": "2026-02-20 16:21:13", + "author_account_age_days": 164 + }, + "https://github.com/TheArtOfficial/ComfyUI-MaskMorph": { + "stars": 0, + "last_update": "2025-12-07 18:45:32", + "author_account_age_days": 317 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3234 - }, - "https://github.com/TheBill2001/comfyui-upscale-by-model": { - "stars": 11, - "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1964 + "author_account_age_days": 3321 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { - "stars": 5, + "stars": 9, "last_update": "2025-10-22 19:08:07", - "author_account_age_days": 1601 + "author_account_age_days": 1689 + }, + "https://github.com/TheMadDoctor007/ComfyUI-QwenCameraSelector": { + "stars": 1, + "last_update": "2026-01-10 22:37:34", + "author_account_age_days": 1071 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 487, + "stars": 491, "last_update": "2025-09-05 11:18:56", - "author_account_age_days": 687 + "author_account_age_days": 774 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3838 + "author_account_age_days": 3926 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 2082 + "author_account_age_days": 2170 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { - "stars": 11, + "stars": 12, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1457 + "author_account_age_days": 1544 + }, + "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": 300 }, "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { - "stars": 1, - "last_update": "2025-10-04 10:47:38", - "author_account_age_days": 584 + "stars": 5, + "last_update": "2025-12-22 11:52:48", + "author_account_age_days": 672 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 3, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 522 + "author_account_age_days": 610 }, "https://github.com/TianDongL/Blind_watermark_Comfyui": { - "stars": 12, + "stars": 16, "last_update": "2025-10-25 02:21:54", - "author_account_age_days": 277 + "author_account_age_days": 365 + }, + "https://github.com/Tinuva88/Comfy-UmiAI": { + "stars": 23, + "last_update": "2026-01-24 21:46:43", + "author_account_age_days": 1212 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { - "stars": 0, + "stars": 1, "last_update": "2025-11-22 03:39:03", - "author_account_age_days": 2303 + "author_account_age_days": 2391 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 563, - "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1143 + "stars": 584, + "last_update": "2025-12-16 23:41:23", + "author_account_age_days": 1230 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, - "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3191 + "last_update": "2026-02-21 08:39:48", + "author_account_age_days": 3279 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 177, + "stars": 179, "last_update": "2025-08-22 11:48:28", - "author_account_age_days": 3910 + "author_account_age_days": 3998 + }, + "https://github.com/TobiasGlaubach/ComfyUI-TG_pydocmaker": { + "stars": 0, + "last_update": "2025-12-22 10:40:21", + "author_account_age_days": 2999 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 3, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 1060 + "author_account_age_days": 1147 }, "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": { "stars": 0, - "last_update": "2025-11-08 23:31:36", - "author_account_age_days": 1060 + "last_update": "2026-02-17 00:46:02", + "author_account_age_days": 1148 }, - "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": { - "stars": 0, - "last_update": "2025-09-14 02:36:11", - "author_account_age_days": 1060 + "https://github.com/Transhumai/ComfyUI-LegionPower": { + "stars": 2, + "last_update": "2025-12-09 18:02:40", + "author_account_age_days": 412 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 1093 + "author_account_age_days": 1181 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 64, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1382 + "author_account_age_days": 1469 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 47, - "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4375 + "last_update": "2026-02-07 20:39:28", + "author_account_age_days": 4462 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 15, + "stars": 16, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4375 + "author_account_age_days": 4462 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { - "stars": 2, + "stars": 4, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1240 + "author_account_age_days": 1328 }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 135, + "stars": 137, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3902 + "author_account_age_days": 3989 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 255, + "stars": 260, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5444 + "author_account_age_days": 5531 + }, + "https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": { + "stars": 0, + "last_update": "2026-01-16 21:16:39", + "author_account_age_days": 287 + }, + "https://github.com/TuonoMindCode/ComfyUI-Resolution-Suggest-Downscale": { + "stars": 0, + "last_update": "2025-12-12 11:10:05", + "author_account_age_days": 287 }, "https://github.com/TuriSc/comfyui-text-line-selector": { - "stars": 0, + "stars": 1, "last_update": "2025-11-22 12:22:59", - "author_account_age_days": 4258 + "author_account_age_days": 4346 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1807 + "author_account_age_days": 1894 + }, + "https://github.com/Ugleh/ComfyUI-ugleh-OpenAI": { + "stars": 0, + "last_update": "2026-01-30 19:26:11", + "author_account_age_days": 5766 + }, + "https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Sync": { + "stars": 0, + "last_update": "2025-12-13 11:16:00", + "author_account_age_days": 5151 }, "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": 741 + "author_account_age_days": 828 + }, + "https://github.com/UndefinedUo/DuoUmiWildcards": { + "stars": 0, + "last_update": "2025-11-30 08:24:43", + "author_account_age_days": 951 + }, + "https://github.com/Urabewe/ComfyUI-AudioTools": { + "stars": 9, + "last_update": "2026-01-26 04:50:13", + "author_account_age_days": 5207 }, "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { "stars": 0, "last_update": "2025-08-31 04:06:50", - "author_account_age_days": 5119 + "author_account_age_days": 5207 }, "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": { "stars": 6, "last_update": "2025-11-08 18:33:14", - "author_account_age_days": 3950 + "author_account_age_days": 4038 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 314, - "last_update": "2025-11-06 05:26:51", - "author_account_age_days": 764 + "stars": 320, + "last_update": "2026-01-16 09:48:40", + "author_account_age_days": 851 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5867 + "author_account_age_days": 5955 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3502 + "author_account_age_days": 3590 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 800 + "author_account_age_days": 888 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { - "stars": 23, + "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 800 + "author_account_age_days": 888 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { - "stars": 0, + "stars": 2, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5360 + "author_account_age_days": 5448 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { - "stars": 3, + "stars": 6, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1143 + "author_account_age_days": 1231 + }, + "https://github.com/Verolelb/ComfyUI-Video-Workbench": { + "stars": 0, + "last_update": "2025-12-23 11:40:27", + "author_account_age_days": 1231 }, "https://github.com/Verolelb/ComfyUI-VideoCompressor": { "stars": 4, - "last_update": "2025-09-26 13:06:13", - "author_account_age_days": 1143 + "last_update": "2025-12-23 09:49:58", + "author_account_age_days": 1231 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 4, - "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1177 + "last_update": "2026-01-13 23:49:10", + "author_account_age_days": 1265 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3500 + "author_account_age_days": 3588 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1877 + "author_account_age_days": 1965 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { - "stars": 26, - "last_update": "2025-11-24 20:45:23", - "author_account_age_days": 638 + "stars": 30, + "last_update": "2026-02-16 20:21:49", + "author_account_age_days": 725 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 638 + "author_account_age_days": 725 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 638 + "author_account_age_days": 725 }, "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": { - "stars": 73, + "stars": 93, "last_update": "2025-11-15 23:22:39", - "author_account_age_days": 939 + "author_account_age_days": 1027 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 314, - "last_update": "2025-11-05 20:41:38", - "author_account_age_days": 1441 + "stars": 341, + "last_update": "2026-02-21 21:42:01", + "author_account_age_days": 1529 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 133, + "stars": 141, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2431 + "author_account_age_days": 2519 }, "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": { - "stars": 1, + "stars": 10, "last_update": "2025-11-17 22:13:31", - "author_account_age_days": 5147 + "author_account_age_days": 5235 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 34, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5147 + "author_account_age_days": 5234 + }, + "https://github.com/WASasquatch/ComfyUI_RetroArch_Player": { + "stars": 1, + "last_update": "2025-12-31 03:10:07", + "author_account_age_days": 5235 + }, + "https://github.com/WASasquatch/ComfyUI_Viewer": { + "stars": 11, + "last_update": "2026-02-18 23:14:30", + "author_account_age_days": 5235 }, "https://github.com/WASasquatch/FreeU_Advanced": { - "stars": 120, + "stars": 121, "last_update": "2025-09-29 15:46:06", - "author_account_age_days": 5147 + "author_account_age_days": 5234 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 25, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5147 + "author_account_age_days": 5234 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 80, + "stars": 81, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5147 + "author_account_age_days": 5234 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 39, - "last_update": "2025-11-04 17:59:47", - "author_account_age_days": 5147 + "stars": 40, + "last_update": "2025-12-25 00:03:47", + "author_account_age_days": 5234 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { - "stars": 9, + "stars": 11, "last_update": "2025-11-08 18:44:40", - "author_account_age_days": 5147 + "author_account_age_days": 5234 }, "https://github.com/WASasquatch/was_affine": { - "stars": 4, + "stars": 5, "last_update": "2025-11-09 22:43:51", - "author_account_age_days": 5147 + "author_account_age_days": 5235 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2733 + "author_account_age_days": 2821 }, "https://github.com/WWWEN8/ComfyUI-CCXManager": { - "stars": 4, - "last_update": "2025-11-21 03:36:02", - "author_account_age_days": 829 + "stars": 5, + "last_update": "2026-02-07 03:17:22", + "author_account_age_days": 917 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 498 + "author_account_age_days": 585 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-11-03 22:46:57", - "author_account_age_days": 1144 + "author_account_age_days": 1232 }, "https://github.com/WainWong/ComfyUI-Loop-image": { - "stars": 36, + "stars": 40, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3144 + "author_account_age_days": 3232 + }, + "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave": { + "stars": 1, + "last_update": "2025-12-31 16:20:19", + "author_account_age_days": 4402 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3481 + "author_account_age_days": 3569 }, "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": { "stars": 1, "last_update": "2025-10-04 02:48:04", - "author_account_age_days": 1023 + "author_account_age_days": 1111 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 848 + "author_account_age_days": 936 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { - "stars": 9, - "last_update": "2025-09-25 01:07:02", - "author_account_age_days": 262 + "stars": 10, + "last_update": "2026-02-16 01:24:08", + "author_account_age_days": 350 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 34, - "last_update": "2025-09-22 08:31:08", - "author_account_age_days": 310 + "stars": 52, + "last_update": "2026-01-27 01:41:07", + "author_account_age_days": 398 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 148, + "stars": 154, "last_update": "2025-08-21 13:52:03", - "author_account_age_days": 1814 + "author_account_age_days": 1902 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4274 + "author_account_age_days": 4361 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 25, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 1059 + "author_account_age_days": 1147 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2813 + "author_account_age_days": 2901 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-10-06 11:03:44", - "author_account_age_days": 4166 + "author_account_age_days": 4253 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { - "stars": 156, - "last_update": "2025-11-20 03:09:15", - "author_account_age_days": 546 + "stars": 327, + "last_update": "2026-02-05 05:28:42", + "author_account_age_days": 634 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { - "stars": 7, + "stars": 12, "last_update": "2025-11-20 07:48:43", - "author_account_age_days": 546 + "author_account_age_days": 634 }, "https://github.com/Windecay/ComfyUI_CheckVprediction": { - "stars": 0, + "stars": 1, "last_update": "2025-10-27 01:37:16", - "author_account_age_days": 546 + "author_account_age_days": 634 }, "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": { - "stars": 15, - "last_update": "2025-11-21 05:50:21", - "author_account_age_days": 546 + "stars": 68, + "last_update": "2026-02-04 16:01:31", + "author_account_age_days": 634 }, "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": { - "stars": 6, - "last_update": "2025-11-24 14:17:13", - "author_account_age_days": 1093 + "stars": 18, + "last_update": "2026-01-17 23:48:56", + "author_account_age_days": 1181 }, "https://github.com/X-School-Academy/X-FluxAgent": { - "stars": 29, + "stars": 32, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 239 + "author_account_age_days": 327 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { - "stars": 46, + "stars": 48, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1685 + "author_account_age_days": 1772 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1670, + "stars": 1691, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 480 + "author_account_age_days": 567 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 757 + "author_account_age_days": 845 + }, + "https://github.com/XYMikky12138/ComfyUI-MIKKY-Mask-Editor": { + "stars": 1, + "last_update": "2025-12-15 13:00:50", + "author_account_age_days": 71 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 203 + "author_account_age_days": 291 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { - "stars": 31, + "stars": 30, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 458 + "author_account_age_days": 546 + }, + "https://github.com/XelaNull/ComfyUI-MobileFriendly": { + "stars": 3, + "last_update": "2026-01-14 02:30:31", + "author_account_age_days": 2609 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 202, + "stars": 209, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3909 + "author_account_age_days": 3997 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2295 + "author_account_age_days": 2383 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 4000 + "author_account_age_days": 4088 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 5, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3128 + "author_account_age_days": 3215 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 197, + "stars": 199, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3128 + "author_account_age_days": 3215 + }, + "https://github.com/XuanYu-github/comfyui-PlyPreview": { + "stars": 3, + "last_update": "2025-12-29 08:05:27", + "author_account_age_days": 1563 + }, + "https://github.com/Xyc2016/Comfyui_Fd_Nodes": { + "stars": 0, + "last_update": "2026-02-12 02:26:32", + "author_account_age_days": 3368 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4846 + "author_account_age_days": 4933 + }, + "https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes": { + "stars": 2, + "last_update": "2026-02-23 21:42:08", + "author_account_age_days": 2077 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3217 + "author_account_age_days": 3304 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3217 + "author_account_age_days": 3304 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3217 + "author_account_age_days": 3304 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3217 + "author_account_age_days": 3304 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4277 + "author_account_age_days": 4364 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 23, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 520 + "author_account_age_days": 608 + }, + "https://github.com/Yahweasel/ComfyUI-HF-Diffusers": { + "stars": 1, + "last_update": "2026-02-02 22:41:04", + "author_account_age_days": 3259 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3171 + "author_account_age_days": 3259 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 248, + "stars": 277, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1336 + "author_account_age_days": 1423 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 2098 + "author_account_age_days": 2186 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { - "stars": 0, - "last_update": "2025-11-24 14:18:09", - "author_account_age_days": 728 + "stars": 2, + "last_update": "2025-11-28 03:59:23", + "author_account_age_days": 815 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { - "stars": 3, + "stars": 7, "last_update": "2025-10-17 12:29:43", - "author_account_age_days": 4046 + "author_account_age_days": 4134 }, "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": { "stars": 7, "last_update": "2025-10-28 08:51:30", - "author_account_age_days": 2169 + "author_account_age_days": 2257 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 4, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 1061 + "author_account_age_days": 1149 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 48, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { - "stars": 11, + "stars": 12, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 7, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 6, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 16, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 21, + "stars": 22, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { - "stars": 35, + "stars": 40, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { - "stars": 8, + "stars": 10, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { - "stars": 7, + "stars": 8, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 123, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { - "stars": 7, + "stars": 8, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 18, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 31, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { - "stars": 12, + "stars": 13, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { - "stars": 3, + "stars": 4, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { - "stars": 22, + "stars": 25, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1961 + "author_account_age_days": 2049 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-10-04 06:11:49", - "author_account_age_days": 1927 + "author_account_age_days": 2015 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 381, + "stars": 383, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 536, + "stars": 553, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 822, + "stars": 834, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 106, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { - "stars": 74, + "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1437, + "stars": 1445, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 206, + "stars": 207, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 51, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 5, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 220, + "stars": 219, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 108, + "stars": 109, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 115, + "stars": 120, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { - "stars": 148, + "stars": 149, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 792, + "stars": 811, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 862 + "author_account_age_days": 949 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1784, + "stars": 1798, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 862 + "author_account_age_days": 949 + }, + "https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM": { + "stars": 0, + "last_update": "2026-01-28 01:28:44", + "author_account_age_days": 731 + }, + "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": { + "stars": 0, + "last_update": "2026-01-28 01:28:44", + "author_account_age_days": 731 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { - "stars": 3, - "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1804 + "stars": 4, + "last_update": "2025-12-23 08:23:49", + "author_account_age_days": 1892 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1795 + "author_account_age_days": 1882 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1882 + "author_account_age_days": 1970 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 6062 + "author_account_age_days": 6149 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { - "stars": 5, - "last_update": "2025-11-13 09:47:22", - "author_account_age_days": 952 + "stars": 9, + "last_update": "2026-02-12 09:22:40", + "author_account_age_days": 1040 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 3, - "last_update": "2025-11-14 03:15:38", - "author_account_age_days": 952 + "last_update": "2025-12-04 02:41:50", + "author_account_age_days": 1040 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 594 + "author_account_age_days": 682 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1716 + "author_account_age_days": 1803 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 247, + "stars": 267, "last_update": "2025-11-27 11:52:49", - "author_account_age_days": 1724 + "author_account_age_days": 1812 + }, + "https://github.com/Zeknes/Comfyui-LLM-Chat": { + "stars": 0, + "last_update": "2025-12-17 08:04:07", + "author_account_age_days": 1204 + }, + "https://github.com/Zeknes/Comfyui-Nanobanana-API": { + "stars": 0, + "last_update": "2025-12-17 08:35:06", + "author_account_age_days": 1204 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-11-21 08:39:28", - "author_account_age_days": 5142 + "author_account_age_days": 5230 }, "https://github.com/ZeroSpaceStudios/ComfyUI-ZSNodes": { "stars": 0, "last_update": "2025-08-26 00:26:08", - "author_account_age_days": 245 + "author_account_age_days": 333 + }, + "https://github.com/ZhiHui6/zhihui_nodes_comfyui": { + "stars": 134, + "last_update": "2026-02-03 14:19:55", + "author_account_age_days": 2889 + }, + "https://github.com/Zone-Roam/ComfyUI-Live-Search": { + "stars": 22, + "last_update": "2025-11-26 12:20:52", + "author_account_age_days": 1861 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 1044 + "author_account_age_days": 1132 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { - "stars": 120, + "stars": 122, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 1044 + "author_account_age_days": 1132 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 39, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 1044 + "author_account_age_days": 1132 }, "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": 4322 + "author_account_age_days": 4410 + }, + "https://github.com/a-ru2016/ComfyUI-Universal-ABM-LoRA": { + "stars": 0, + "last_update": "2026-01-01 09:32:22", + "author_account_age_days": 1114 + }, + "https://github.com/a-ru2016/ComfyUI_UniversalSubspace": { + "stars": 0, + "last_update": "2025-12-31 12:49:11", + "author_account_age_days": 1114 + }, + "https://github.com/a-und-b/ComfyUI_AB_Wildcard": { + "stars": 0, + "last_update": "2025-12-10 15:06:11", + "author_account_age_days": 1049 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 961 + "author_account_age_days": 1049 }, "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": 961 + "author_account_age_days": 1049 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 961 + "author_account_age_days": 1049 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 4, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 961 + "author_account_age_days": 1049 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 4, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 961 + "author_account_age_days": 1049 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 104, + "stars": 107, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5324 + "author_account_age_days": 5411 + }, + "https://github.com/aTanguay/ComfyUI_Detonate": { + "stars": 3, + "last_update": "2025-11-25 04:13:26", + "author_account_age_days": 4058 + }, + "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya": { + "stars": 1, + "last_update": "2026-01-14 01:47:34", + "author_account_age_days": 5365 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { - "stars": 44, + "stars": 45, "last_update": "2025-08-26 02:43:39", - "author_account_age_days": 674 + "author_account_age_days": 762 }, "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": { - "stars": 33, + "stars": 39, "last_update": "2025-10-12 18:20:58", - "author_account_age_days": 674 + "author_account_age_days": 762 }, "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": { "stars": 0, - "last_update": "2025-11-05 13:57:38", - "author_account_age_days": 2827 + "last_update": "2026-02-04 01:05:10", + "author_account_age_days": 2915 }, "https://github.com/abdullahceylan/ac-comfyui-queue-manager": { - "stars": 4, + "stars": 6, "last_update": "2025-09-27 18:12:15", - "author_account_age_days": 2827 + "author_account_age_days": 2915 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 595 + "author_account_age_days": 682 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 595 + "author_account_age_days": 682 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 684 + "author_account_age_days": 771 + }, + "https://github.com/ace-step/ACE-Step-ComfyUI": { + "stars": 15, + "last_update": "2026-02-17 09:55:43", + "author_account_age_days": 301 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 43, - "last_update": "2025-09-27 11:42:45", - "author_account_age_days": 4349 + "stars": 47, + "last_update": "2025-12-09 19:13:15", + "author_account_age_days": 4437 }, "https://github.com/adambarbato/ComfyUI-Sa2VA": { - "stars": 87, - "last_update": "2025-11-08 02:53:34", - "author_account_age_days": 4453 + "stars": 92, + "last_update": "2025-12-22 23:32:02", + "author_account_age_days": 4540 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 7, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1225 + "author_account_age_days": 1313 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 364, + "stars": 400, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5539 + "author_account_age_days": 5626 }, "https://github.com/adigayung/ComfyUI-Translator": { - "stars": 15, + "stars": 16, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 735 + "author_account_age_days": 822 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3484 + "author_account_age_days": 3572 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2744 + "author_account_age_days": 2831 + }, + "https://github.com/advancedtech-sk/ComfyUI-GROUT": { + "stars": 0, + "last_update": "2026-01-09 10:11:43", + "author_account_age_days": 47 }, "https://github.com/aegis72/aegisflow_utility_nodes": { - "stars": 37, + "stars": 38, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1105 + "author_account_age_days": 1192 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 53, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1105 + "author_account_age_days": 1192 }, "https://github.com/aesethtics/ComfyUI-Utilitools": { "stars": 1, "last_update": "2025-08-27 21:58:17", - "author_account_age_days": 3368 + "author_account_age_days": 3456 }, "https://github.com/aesethtics/comfyui-3d-model-viewer": { - "stars": 1, + "stars": 2, "last_update": "2025-09-24 17:27:58", - "author_account_age_days": 3368 + "author_account_age_days": 3456 }, "https://github.com/agavesunset/AgaveLogicCounter": { - "stars": 1, - "last_update": "2025-11-27 07:54:15", - "author_account_age_days": 268 + "stars": 0, + "last_update": "2025-12-18 06:34:34", + "author_account_age_days": 355 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2405 + "author_account_age_days": 2493 + }, + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node": { + "stars": 0, + "last_update": "2025-12-01 23:39:14", + "author_account_age_days": 737 + }, + "https://github.com/ah-kun/ComfyUI-OTP-Auth": { + "stars": 1, + "last_update": "2026-01-17 09:41:46", + "author_account_age_days": 737 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 3, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4517 + "author_account_age_days": 4605 }, "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": { "stars": 0, "last_update": "2025-11-14 11:02:04", - "author_account_age_days": 5759 + "author_account_age_days": 5847 }, "https://github.com/ahkimkoo/Comfyui-AudioSegment": { - "stars": 3, + "stars": 5, "last_update": "2025-09-19 03:20:14", - "author_account_age_days": 5759 + "author_account_age_days": 5847 + }, + "https://github.com/ai-joe-git/ComfyUI-Metadata-Extractor": { + "stars": 2, + "last_update": "2026-01-22 00:41:29", + "author_account_age_days": 1669 + }, + "https://github.com/ai-joe-git/ComfyUI-Simple-Prompt-Batcher": { + "stars": 20, + "last_update": "2026-02-10 21:06:39", + "author_account_age_days": 1669 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 2043 + "author_account_age_days": 2130 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 2043 + "author_account_age_days": 2130 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { - "stars": 18, + "stars": 23, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 534 + "author_account_age_days": 3550 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 152, + "stars": 168, "last_update": "2025-10-27 02:13:49", - "author_account_age_days": 425 + "author_account_age_days": 513 }, "https://github.com/aiaiaikkk/comfyui-api-image-edit": { "stars": 9, "last_update": "2025-09-03 17:05:31", - "author_account_age_days": 425 + "author_account_age_days": 513 }, "https://github.com/aiaiaikkk/super-prompt-canvas": { - "stars": 148, + "stars": 159, "last_update": "2025-08-30 06:42:21", - "author_account_age_days": 425 + "author_account_age_days": 513 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 796 + "author_account_age_days": 883 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 306 + "author_account_age_days": 394 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 191 + "author_account_age_days": 279 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 864 + "author_account_age_days": 952 + }, + "https://github.com/aicuai/comfyui-save-image-watermark": { + "stars": 1, + "last_update": "2025-12-17 00:47:55", + "author_account_age_days": 952 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { - "stars": 14, + "stars": 15, "last_update": "2025-11-12 02:50:17", - "author_account_age_days": 4424 + "author_account_age_days": 4512 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 135, - "last_update": "2025-11-28 02:41:00", - "author_account_age_days": 5070 + "stars": 140, + "last_update": "2026-01-24 10:03:53", + "author_account_age_days": 5157 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2235, + "stars": 2250, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 839 + "author_account_age_days": 927 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1557, - "last_update": "2025-11-27 12:35:59", - "author_account_age_days": 839 + "stars": 1911, + "last_update": "2026-02-13 02:14:14", + "author_account_age_days": 927 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { - "stars": 2, + "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3192 + "author_account_age_days": 3280 + }, + "https://github.com/aimoviestudio/comfyui-promptbuilder": { + "stars": 0, + "last_update": "2026-01-26 07:03:51", + "author_account_age_days": 44 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 54, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1175 + "author_account_age_days": 1263 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 4, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1175 - }, - "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 111, - "last_update": "2025-11-27 05:21:50", - "author_account_age_days": 1175 + "author_account_age_days": 1263 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 87, + "stars": 89, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1175 + "author_account_age_days": 1263 }, "https://github.com/aining2022/ComfyUI_Swwan": { - "stars": 0, - "last_update": "2025-11-24 08:02:00", - "author_account_age_days": 553 + "stars": 10, + "last_update": "2026-01-27 09:46:01", + "author_account_age_days": 641 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 511 + "author_account_age_days": 598 }, "https://github.com/aistudynow/Comfyui-HunyuanFoley": { - "stars": 56, + "stars": 62, "last_update": "2025-09-13 10:17:31", - "author_account_age_days": 90 + "author_account_age_days": 178 + }, + "https://github.com/aistudynow/Comfyui-tetestyle-image-video": { + "stars": 3, + "last_update": "2026-02-15 20:26:39", + "author_account_age_days": 178 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2304 + "author_account_age_days": 2392 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 31, - "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 557 + "last_update": "2025-11-30 20:57:15", + "author_account_age_days": 644 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { - "stars": 10, + "stars": 15, "last_update": "2025-09-30 03:58:34", - "author_account_age_days": 557 + "author_account_age_days": 644 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 247, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 557 + "author_account_age_days": 644 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 326, - "last_update": "2025-09-16 18:25:42", - "author_account_age_days": 557 + "stars": 346, + "last_update": "2026-02-15 08:37:14", + "author_account_age_days": 644 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 557 + "author_account_age_days": 644 + }, + "https://github.com/akaugun/comfyui-lora-hook-trigger": { + "stars": 0, + "last_update": "2025-12-18 04:48:19", + "author_account_age_days": 74 + }, + "https://github.com/akawana/ComfyUI-AK-Pack": { + "stars": 0, + "last_update": "2026-02-22 10:48:52", + "author_account_age_days": 1084 + }, + "https://github.com/akawana/ComfyUI-AK-XZ-Axis": { + "stars": 4, + "last_update": "2026-02-16 19:37:46", + "author_account_age_days": 1084 + }, + "https://github.com/akawana/ComfyUI-Folded-Prompts": { + "stars": 3, + "last_update": "2026-02-12 20:07:23", + "author_account_age_days": 1084 }, "https://github.com/akawana/ComfyUI-Keybinding-extra": { - "stars": 0, - "last_update": "2025-11-26 14:00:00", - "author_account_age_days": 996 + "stars": 3, + "last_update": "2026-02-12 20:07:23", + "author_account_age_days": 1084 + }, + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor": { + "stars": 3, + "last_update": "2026-02-10 21:43:12", + "author_account_age_days": 1084 }, "https://github.com/akawana/ComfyUI-Utils-extra": { "stars": 0, - "last_update": "2025-11-27 14:40:28", - "author_account_age_days": 996 + "last_update": "2026-02-22 10:48:52", + "author_account_age_days": 1084 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2856 + "author_account_age_days": 2943 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2856 + "author_account_age_days": 2943 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1451 + "author_account_age_days": 1538 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1451 + "author_account_age_days": 1538 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 139, - "last_update": "2025-09-05 15:47:59", - "author_account_age_days": 1451 + "stars": 168, + "last_update": "2026-02-10 15:10:51", + "author_account_age_days": 1538 }, "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { "stars": 0, "last_update": "2025-11-05 16:43:30", - "author_account_age_days": 3148 + "author_account_age_days": 3236 }, "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": { "stars": 1, - "last_update": "2025-11-10 14:12:45", - "author_account_age_days": 3148 + "last_update": "2025-12-15 11:52:02", + "author_account_age_days": 3236 }, "https://github.com/alFrame/ComfyUI-AF-Find-Nodes": { - "stars": 2, - "last_update": "2025-11-26 16:18:48", - "author_account_age_days": 3148 + "stars": 5, + "last_update": "2026-01-01 18:01:13", + "author_account_age_days": 3236 }, "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": { "stars": 2, - "last_update": "2025-11-12 17:23:45", - "author_account_age_days": 3148 + "last_update": "2025-12-15 21:33:50", + "author_account_age_days": 3236 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 4012 + "author_account_age_days": 4099 }, "https://github.com/alankent/ComfyUI-OA-360-Clip": { "stars": 0, "last_update": "2025-11-16 05:39:08", - "author_account_age_days": 4425 + "author_account_age_days": 4513 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { - "stars": 8, + "stars": 10, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4571 + "author_account_age_days": 4659 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, - "last_update": "2025-09-27 03:57:59", - "author_account_age_days": 2346 + "last_update": "2026-01-09 15:10:38", + "author_account_age_days": 2434 + }, + "https://github.com/aledelpho/Arthemy_Live-Tuner-SDXL-ComfyUI": { + "stars": 10, + "last_update": "2026-01-18 17:05:39", + "author_account_age_days": 1160 + }, + "https://github.com/aledelpho/Arthemy_Live-Tuner-ZIT-ComfyUI": { + "stars": 12, + "last_update": "2026-01-28 10:00:25", + "author_account_age_days": 1160 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 3099 + "author_account_age_days": 3187 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 3, "last_update": "2025-11-18 13:01:14", - "author_account_age_days": 4029 + "author_account_age_days": 4117 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1719 + "author_account_age_days": 1806 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { - "stars": 56, + "stars": 57, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1719 + "author_account_age_days": 1806 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 32, + "stars": 36, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1719 + "author_account_age_days": 1806 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { - "stars": 2, + "stars": 3, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1719 + "author_account_age_days": 1806 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { - "stars": 2, + "stars": 3, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1719 + "author_account_age_days": 1806 + }, + "https://github.com/alexcong/ComfyUI-SwinIR": { + "stars": 3, + "last_update": "2026-01-22 03:14:08", + "author_account_age_days": 4196 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 102, - "last_update": "2025-11-13 03:17:22", - "author_account_age_days": 4108 + "stars": 135, + "last_update": "2025-11-29 20:16:15", + "author_account_age_days": 4196 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 1, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5536 + "author_account_age_days": 5624 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5536 + "author_account_age_days": 5624 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 92, - "last_update": "2025-11-27 07:45:22", - "author_account_age_days": 3807 + "stars": 138, + "last_update": "2026-02-17 11:51:34", + "author_account_age_days": 3895 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-09-22 14:35:07", - "author_account_age_days": 3807 + "author_account_age_days": 3895 }, "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": { - "stars": 9, + "stars": 12, "last_update": "2025-11-25 06:34:18", - "author_account_age_days": 4861 + "author_account_age_days": 4949 }, "https://github.com/alexjx/ComfyUI-XJNodes": { "stars": 0, - "last_update": "2025-11-26 14:37:50", - "author_account_age_days": 4861 + "last_update": "2026-02-06 05:10:54", + "author_account_age_days": 4949 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 130, - "last_update": "2025-10-19 13:03:33", - "author_account_age_days": 3202 + "stars": 154, + "last_update": "2026-01-24 16:36:09", + "author_account_age_days": 3289 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3202 + "author_account_age_days": 3289 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1329, + "stars": 1357, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 1010 + "author_account_age_days": 1098 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 122, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5382 + "author_account_age_days": 5469 + }, + "https://github.com/aliabougazia/comfyui_pt_security_scanner": { + "stars": 0, + "last_update": "2026-01-05 09:31:07", + "author_account_age_days": 1907 }, "https://github.com/alibof96/ComfyUI-DownscaleIRN": { "stars": 0, "last_update": "2025-10-30 22:04:34", - "author_account_age_days": 470 + "author_account_age_days": 558 + }, + "https://github.com/aligjahed/comfy-flow": { + "stars": 0, + "last_update": "2026-01-29 02:54:21", + "author_account_age_days": 3635 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 96, + "stars": 104, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1122 + "author_account_age_days": 1209 }, "https://github.com/alludus/ComfyUI-multiGPU-upscaler": { - "stars": 0, + "stars": 2, "last_update": "2025-11-14 18:32:26", - "author_account_age_days": 3856 + "author_account_age_days": 3944 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1795 + "author_account_age_days": 1882 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 107, + "stars": 111, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1795 + "author_account_age_days": 1882 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2516 + "author_account_age_days": 2603 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 108, + "stars": 111, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1182 + "author_account_age_days": 1269 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 81, - "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1182 + "stars": 88, + "last_update": "2026-01-14 15:40:27", + "author_account_age_days": 1269 + }, + "https://github.com/ameyukisora/ComfyUI-Empty-Latent-Advanced": { + "stars": 0, + "last_update": "2025-12-12 15:43:06", + "author_account_age_days": 2129 }, "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { - "stars": 26, - "last_update": "2025-11-27 18:52:59", - "author_account_age_days": 965 + "stars": 41, + "last_update": "2026-02-22 11:31:47", + "author_account_age_days": 1053 }, "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": { - "stars": 11, + "stars": 16, "last_update": "2025-11-06 22:21:00", - "author_account_age_days": 965 + "author_account_age_days": 1053 + }, + "https://github.com/amtarr/ComfyUI-TextureAlchemy": { + "stars": 4, + "last_update": "2026-02-04 23:27:20", + "author_account_age_days": 1263 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 710 + "author_account_age_days": 798 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3475 + "author_account_age_days": 3562 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6314 + "author_account_age_days": 6402 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2350 + "author_account_age_days": 2438 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3243 + "author_account_age_days": 3331 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3243 + "author_account_age_days": 3331 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2272 + "author_account_age_days": 2359 }, "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { "stars": 0, "last_update": "2025-11-12 23:04:25", - "author_account_age_days": 2236 + "author_account_age_days": 2324 + }, + "https://github.com/anilstream/ComfyUI-Ideogram-Character": { + "stars": 0, + "last_update": "2025-12-08 10:55:29", + "author_account_age_days": 616 }, "https://github.com/annewj023/Comfyui_google_nano": { - "stars": 11, + "stars": 10, "last_update": "2025-09-03 21:17:57", - "author_account_age_days": 518 + "author_account_age_days": 606 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 25, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3384 + "author_account_age_days": 3472 + }, + "https://github.com/anveshane/Comfyui_StoryMem": { + "stars": 6, + "last_update": "2025-12-31 13:25:40", + "author_account_age_days": 933 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2262 + "author_account_age_days": 2350 }, "https://github.com/apenguin24/ComfyUI-WanKeyframing": { "stars": 0, "last_update": "2025-10-24 17:43:26", - "author_account_age_days": 39 + "author_account_age_days": 127 }, "https://github.com/arcum42/ComfyUI_SageUtils": { - "stars": 20, - "last_update": "2025-11-22 21:41:01", - "author_account_age_days": 6269 + "stars": 25, + "last_update": "2026-02-22 20:57:18", + "author_account_age_days": 6357 }, "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": { - "stars": 1, - "last_update": "2025-11-25 10:57:50", - "author_account_age_days": 444 + "stars": 2, + "last_update": "2025-11-29 07:41:11", + "author_account_age_days": 532 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 96, - "last_update": "2025-10-19 07:50:46", - "author_account_age_days": 2867 + "stars": 101, + "last_update": "2026-01-21 07:40:49", + "author_account_age_days": 2954 + }, + "https://github.com/aria1th/ComfyUI-Wildcards-rework": { + "stars": 1, + "last_update": "2026-02-11 16:31:35", + "author_account_age_days": 2954 }, "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { - "stars": 0, + "stars": 1, "last_update": "2025-11-21 04:35:57", - "author_account_age_days": 2962 + "author_account_age_days": 3050 + }, + "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder": { + "stars": 3, + "last_update": "2026-02-14 05:09:24", + "author_account_age_days": 4295 + }, + "https://github.com/artokun/ComfyUI-Photoreal-Prompt-Builder-NSFW": { + "stars": 0, + "last_update": "2026-02-14 04:55:06", + "author_account_age_days": 4295 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { - "stars": 4, + "stars": 5, "last_update": "2025-09-25 05:37:51", - "author_account_age_days": 4055 + "author_account_age_days": 4143 }, "https://github.com/asaddi/YALLM-LlamaVision": { - "stars": 6, + "stars": 7, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 4055 + "author_account_age_days": 4143 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { - "stars": 63, + "stars": 64, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 963 + "author_account_age_days": 1050 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 963 + "author_account_age_days": 1050 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 963 + "author_account_age_days": 1050 + }, + "https://github.com/asagi4/comfyui-dynamic-anynode": { + "stars": 1, + "last_update": "2025-12-24 21:28:08", + "author_account_age_days": 1050 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 341, - "last_update": "2025-11-20 18:21:19", - "author_account_age_days": 963 + "stars": 377, + "last_update": "2026-02-18 18:44:24", + "author_account_age_days": 1050 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 963 + "author_account_age_days": 1050 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 535 + "author_account_age_days": 623 + }, + "https://github.com/ashtar1984/ComfyUI-SwitchPathLazy": { + "stars": 0, + "last_update": "2025-12-13 15:55:26", + "author_account_age_days": 127 }, "https://github.com/ashtar1984/comfyui-find-perfect-resolution": { - "stars": 5, - "last_update": "2025-11-17 20:23:07", - "author_account_age_days": 39 + "stars": 14, + "last_update": "2025-12-05 14:45:19", + "author_account_age_days": 127 + }, + "https://github.com/asirihewage/remove_metadata_comfyui": { + "stars": 1, + "last_update": "2026-01-10 06:43:10", + "author_account_age_days": 3960 + }, + "https://github.com/aslanxie/comfyui_qwen_image_edit": { + "stars": 0, + "last_update": "2025-12-18 07:36:29", + "author_account_age_days": 2492 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 48, + "stars": 47, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5433 + "author_account_age_days": 5520 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 173, + "stars": 176, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3249 + "author_account_age_days": 3336 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3548 + "author_account_age_days": 3636 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 156, + "stars": 176, "last_update": "2025-09-13 07:08:57", - "author_account_age_days": 2870 + "author_account_age_days": 2957 + }, + "https://github.com/ato-zen/ComfyUI-VIBE": { + "stars": 9, + "last_update": "2026-01-24 18:37:38", + "author_account_age_days": 1253 + }, + "https://github.com/ato321/ComfyUI-LTXVGuideRebase": { + "stars": 0, + "last_update": "2026-01-10 11:02:09", + "author_account_age_days": 2371 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 139, + "stars": 140, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4145 + "author_account_age_days": 4233 + }, + "https://github.com/attome-ai/Comfyui_Attome_S3": { + "stars": 2, + "last_update": "2026-01-11 17:45:56", + "author_account_age_days": 1612 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { - "stars": 38, + "stars": 39, "last_update": "2025-09-02 02:49:43", - "author_account_age_days": 4643 + "author_account_age_days": 4730 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 125, + "stars": 132, "last_update": "2025-09-02 01:48:10", - "author_account_age_days": 4643 + "author_account_age_days": 4730 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4619 + "author_account_age_days": 4707 }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 264, + "stars": 263, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1376 + "author_account_age_days": 1463 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { - "stars": 15, + "stars": 19, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 225 + "author_account_age_days": 313 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 225 + "author_account_age_days": 313 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 225 + "author_account_age_days": 313 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 594 + "author_account_age_days": 682 }, "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": 4080 + "author_account_age_days": 4168 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, - "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 939 + "last_update": "2026-02-12 18:52:23", + "author_account_age_days": 1027 }, "https://github.com/azazeal04/ComfyUI-HybridSamplers": { - "stars": 6, + "stars": 7, "last_update": "2025-11-09 17:17:00", - "author_account_age_days": 939 + "author_account_age_days": 1027 }, "https://github.com/azazeal04/comfyui-switch-samplers": { "stars": 3, "last_update": "2025-10-07 17:17:03", - "author_account_age_days": 939 + "author_account_age_days": 1027 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 5, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 823 + "author_account_age_days": 910 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { - "stars": 8, + "stars": 9, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 823 + "author_account_age_days": 910 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { - "stars": 5, + "stars": 6, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 199 + "author_account_age_days": 287 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 1, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2266 + "author_account_age_days": 2354 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 927 + "author_account_age_days": 1014 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 1, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 927 + "author_account_age_days": 1014 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 51, - "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2292 + "stars": 52, + "last_update": "2026-02-23 17:23:09", + "author_account_age_days": 2380 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 93, + "stars": 104, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5885 + "author_account_age_days": 5972 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 793 + "author_account_age_days": 881 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 14, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1353 + "author_account_age_days": 1440 }, - "https://github.com/balu112121/comfyui-LoadImageFromURL": { - "stars": 1, - "last_update": "2025-10-23 05:44:35", - "author_account_age_days": 334 + "https://github.com/baijunty/comfyui_image_embeddings": { + "stars": 0, + "last_update": "2026-02-11 09:14:05", + "author_account_age_days": 4163 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { - "stars": 15, - "last_update": "2025-08-29 18:40:07", - "author_account_age_days": 3056 + "stars": 16, + "last_update": "2026-01-31 12:00:14", + "author_account_age_days": 3143 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 3055 + "author_account_age_days": 3143 }, "https://github.com/banodoco/steerable-motion": { - "stars": 955, + "stars": 968, "last_update": "2025-10-03 19:34:07", - "author_account_age_days": 924 + "author_account_age_days": 1011 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2820 + "author_account_age_days": 2908 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4648 + "author_account_age_days": 4736 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 173, + "stars": 180, "last_update": "2025-10-03 08:03:29", - "author_account_age_days": 4709 + "author_account_age_days": 4796 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 126, + "stars": 133, "last_update": "2025-10-31 14:19:35", - "author_account_age_days": 146 + "author_account_age_days": 234 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 975 + "author_account_age_days": 1063 + }, + "https://github.com/bcasadei/ComfyUI-Prompt-Camera-Assistant": { + "stars": 3, + "last_update": "2026-01-08 02:38:33", + "author_account_age_days": 3893 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3486 + "author_account_age_days": 3574 + }, + "https://github.com/bedovyy/ComfyUI-LLM-Helper": { + "stars": 1, + "last_update": "2026-01-21 05:28:19", + "author_account_age_days": 972 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 84, + "stars": 92, "last_update": "2025-10-11 21:48:05", - "author_account_age_days": 885 + "author_account_age_days": 972 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, - "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3481 + "last_update": "2026-02-12 10:54:37", + "author_account_age_days": 3569 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 25, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2634 + "author_account_age_days": 2722 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2634 + "author_account_age_days": 2722 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { - "stars": 1, + "stars": 2, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2288 + "author_account_age_days": 2376 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 634 + "author_account_age_days": 722 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 64, + "stars": 66, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 634 + "author_account_age_days": 722 + }, + "https://github.com/benjiyaya/ComfyUI-QwenImageLayeredToLength": { + "stars": 9, + "last_update": "2025-12-20 18:45:31", + "author_account_age_days": 722 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4989 + "author_account_age_days": 5077 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4989 + "author_account_age_days": 5077 }, "https://github.com/benstaniford/comfy-load-last-image": { - "stars": 0, + "stars": 1, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4989 + "author_account_age_days": 5077 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { - "stars": 33, - "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4989 + "stars": 34, + "last_update": "2025-12-23 23:16:09", + "author_account_age_days": 5077 }, "https://github.com/benstaniford/comfy-prompt-db": { - "stars": 5, + "stars": 8, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4989 + "author_account_age_days": 5077 }, "https://github.com/bentoml/comfy-pack": { - "stars": 193, + "stars": 206, "last_update": "2025-11-10 02:12:51", - "author_account_age_days": 2431 + "author_account_age_days": 2519 + }, + "https://github.com/beyondprompting/ComfyUI-Beyond_nodes": { + "stars": 0, + "last_update": "2026-01-24 12:56:38", + "author_account_age_days": 871 }, "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": { - "stars": 26, + "stars": 30, "last_update": "2025-10-15 01:11:05", - "author_account_age_days": 4671 + "author_account_age_days": 4759 + }, + "https://github.com/bhhtr12/ComfyUI-ollama-stop": { + "stars": 0, + "last_update": "2026-01-17 12:58:39", + "author_account_age_days": 636 }, "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { - "stars": 2, + "stars": 3, "last_update": "2025-08-21 16:54:53", - "author_account_age_days": 3199 + "author_account_age_days": 3287 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 2, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3197 + "author_account_age_days": 3285 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 2, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 671 + "author_account_age_days": 759 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 4029 + "author_account_age_days": 4117 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { - "stars": 190, + "stars": 229, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { - "stars": 74, + "stars": 87, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_CSM": { - "stars": 5, + "stars": 6, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 140, + "stars": 149, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 413, + "stars": 505, "last_update": "2025-11-07 09:48:46", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { - "stars": 29, + "stars": 33, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { - "stars": 204, + "stars": 209, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { - "stars": 52, + "stars": 57, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { - "stars": 23, + "stars": 24, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 19, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 7, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { - "stars": 48, + "stars": 51, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 154, + "stars": 163, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 27, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { - "stars": 3, + "stars": 4, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 160, + "stars": 203, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2457 + "author_account_age_days": 2545 }, "https://github.com/birdneststream/ComfyUI-Mircify": { "stars": 0, "last_update": "2025-08-31 02:51:11", - "author_account_age_days": 1888 + "author_account_age_days": 1976 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 579 + "author_account_age_days": 666 + }, + "https://github.com/bkpaine1/Halo-Lipsy": { + "stars": 3, + "last_update": "2026-01-24 15:35:48", + "author_account_age_days": 3812 + }, + "https://github.com/bkpaine1/Halo-TeaCache": { + "stars": 3, + "last_update": "2026-01-24 18:49:00", + "author_account_age_days": 3812 + }, + "https://github.com/bkpaine1/halo_pack": { + "stars": 2, + "last_update": "2026-01-30 16:25:05", + "author_account_age_days": 3812 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 88, + "stars": 90, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 618 + "author_account_age_days": 706 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { - "stars": 8, + "stars": 11, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3395 + "author_account_age_days": 3482 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 676 + "author_account_age_days": 763 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 130, - "last_update": "2025-09-17 19:18:14", - "author_account_age_days": 676 + "stars": 132, + "last_update": "2026-02-06 17:32:12", + "author_account_age_days": 763 }, "https://github.com/blepping/ComfyUI-sonar": { - "stars": 47, + "stars": 48, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 676 + "author_account_age_days": 763 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 676 + "author_account_age_days": 763 }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 125, + "stars": 127, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 676 + "author_account_age_days": 763 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { - "stars": 28, + "stars": 29, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 676 + "author_account_age_days": 763 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 175, + "stars": 177, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 795 + "author_account_age_days": 882 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2858 + "author_account_age_days": 2946 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { - "stars": 11, + "stars": 12, "last_update": "2025-09-09 15:26:36", - "author_account_age_days": 589 + "author_account_age_days": 677 }, "https://github.com/blob8/ComfyUI_video-image-motion-transfer": { - "stars": 1, + "stars": 2, "last_update": "2025-09-14 15:59:02", - "author_account_age_days": 589 + "author_account_age_days": 677 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { - "stars": 0, + "stars": 1, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 724 + "author_account_age_days": 812 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 834 + "author_account_age_days": 922 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 5089 + "author_account_age_days": 5176 }, "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": { "stars": 3, "last_update": "2025-09-11 05:06:12", - "author_account_age_days": 2582 + "author_account_age_days": 2670 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { - "stars": 47, + "stars": 50, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 4058 + "author_account_age_days": 4145 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 11, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 4058 + "author_account_age_days": 4145 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { - "stars": 4, + "stars": 5, "last_update": "2025-11-18 23:47:59", - "author_account_age_days": 4058 + "author_account_age_days": 4145 }, "https://github.com/bmad4ever/comfyui_panels": { - "stars": 2, + "stars": 10, "last_update": "2025-11-04 12:52:32", - "author_account_age_days": 4058 + "author_account_age_days": 4146 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 4058 + "author_account_age_days": 4145 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 4058 + "author_account_age_days": 4145 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5266 + "author_account_age_days": 5354 }, "https://github.com/bobosola/ComfyUI-reboot": { "stars": 1, "last_update": "2025-10-12 15:56:09", - "author_account_age_days": 3937 + "author_account_age_days": 4025 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, - "last_update": "2025-11-15 14:17:58", - "author_account_age_days": 3935 + "last_update": "2026-02-22 08:25:17", + "author_account_age_days": 4023 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { - "stars": 4, + "stars": 5, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 429 + "author_account_age_days": 517 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 429 + "author_account_age_days": 517 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 429 + "author_account_age_days": 517 }, "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": 429 + "author_account_age_days": 517 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 429 + "author_account_age_days": 517 + }, + "https://github.com/bombdefuser-124/Newbie-Teacache-ComfyUI": { + "stars": 2, + "last_update": "2025-12-19 01:31:10", + "author_account_age_days": 1413 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 5080 + "author_account_age_days": 5168 + }, + "https://github.com/bomborant/ComfyUI-ShakaNodes": { + "stars": 0, + "last_update": "2025-12-06 03:30:50", + "author_account_age_days": 2129 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4124 + "author_account_age_days": 4212 + }, + "https://github.com/boredcoderyt/ComfyUI-Fibo-Edit": { + "stars": 0, + "last_update": "2026-01-31 11:37:05", + "author_account_age_days": 2300 }, "https://github.com/boredofnames/ComfyUI-ntfy": { - "stars": 0, + "stars": 2, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4619 + "author_account_age_days": 4707 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 2090 + "author_account_age_days": 2178 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 4, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 2090 + "author_account_age_days": 2178 }, "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": { "stars": 0, "last_update": "2025-11-10 02:13:14", - "author_account_age_days": 1455 + "author_account_age_days": 1543 + }, + "https://github.com/bozkut/ComfyUI-Prompt-Expander": { + "stars": 7, + "last_update": "2026-01-12 16:56:43", + "author_account_age_days": 4372 + }, + "https://github.com/bpmpnaito/comfyui-imageviewer": { + "stars": 0, + "last_update": "2025-11-28 15:15:50", + "author_account_age_days": 6014 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { - "stars": 14, - "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4178 + "stars": 17, + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4265 + }, + "https://github.com/bradsec/ComfyUI_ResolutionSelectorPlus": { + "stars": 17, + "last_update": "2025-12-07 10:46:58", + "author_account_age_days": 4265 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { - "stars": 23, - "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4177 + "stars": 28, + "last_update": "2026-01-31 00:17:00", + "author_account_age_days": 4265 + }, + "https://github.com/brahianrosswill/ComfyUi-RandomNoiseCustom": { + "stars": 0, + "last_update": "2025-12-07 20:21:12", + "author_account_age_days": 1068 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 953 + "author_account_age_days": 1040 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 8, - "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4766 + "last_update": "2026-01-08 20:23:33", + "author_account_age_days": 4854 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4766 + "author_account_age_days": 4854 }, "https://github.com/brayevalerien/ComfyUI-GroqNodes": { "stars": 1, "last_update": "2025-11-08 15:46:01", - "author_account_age_days": 2115 + "author_account_age_days": 2203 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { - "stars": 1, + "stars": 10, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2115 + "author_account_age_days": 2203 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 29, + "stars": 30, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2115 + "author_account_age_days": 2203 }, "https://github.com/brenzel/comfyui-prompt-beautify": { - "stars": 16, + "stars": 17, "last_update": "2025-09-10 15:43:18", - "author_account_age_days": 3508 + "author_account_age_days": 3596 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 308, + "stars": 307, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4762 + "author_account_age_days": 4849 }, "https://github.com/bronkula/comfyui-fitsize": { - "stars": 49, + "stars": 52, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5677 + "author_account_age_days": 5764 + }, + "https://github.com/brucew4yn3rp/ComfyUI_FrontEndCleanup": { + "stars": 0, + "last_update": "2026-01-17 22:06:17", + "author_account_age_days": 993 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 905 + "author_account_age_days": 993 }, "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": { "stars": 0, - "last_update": "2025-11-19 23:38:20", - "author_account_age_days": 905 + "last_update": "2026-01-01 05:28:29", + "author_account_age_days": 993 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { - "stars": 45, + "stars": 46, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2888 + "author_account_age_days": 2975 + }, + "https://github.com/bryanmcguire/comfyui-flux2fun-controlnet": { + "stars": 9, + "last_update": "2026-01-10 04:42:56", + "author_account_age_days": 4619 + }, + "https://github.com/btitkin/ComfyUI-RandomPromptBuilder": { + "stars": 7, + "last_update": "2025-12-03 10:00:24", + "author_account_age_days": 1591 + }, + "https://github.com/buddy-bytes/ComfyUI-SmartResolutionToolkit": { + "stars": 1, + "last_update": "2025-12-08 06:33:14", + "author_account_age_days": 254 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { - "stars": 3, + "stars": 5, "last_update": "2025-08-26 06:14:34", - "author_account_age_days": 5208 + "author_account_age_days": 5295 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5208 + "author_account_age_days": 5295 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 9, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 321 + "author_account_age_days": 408 }, "https://github.com/bulldog68/ComfyUI_FMJ_LLM": { "stars": 2, - "last_update": "2025-11-26 00:12:25", - "author_account_age_days": 625 + "last_update": "2026-02-19 11:43:09", + "author_account_age_days": 713 }, "https://github.com/bulldog68/ComfyUI_FMJ_SP": { "stars": 1, - "last_update": "2025-11-25 10:07:02", - "author_account_age_days": 625 + "last_update": "2026-02-23 19:52:45", + "author_account_age_days": 713 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_SaveImageVersions": { + "stars": 0, + "last_update": "2026-01-09 16:58:58", + "author_account_age_days": 713 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { - "stars": 24, - "last_update": "2025-08-30 18:11:35", - "author_account_age_days": 5166 + "stars": 34, + "last_update": "2026-02-22 05:33:47", + "author_account_age_days": 5254 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, - "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5166 + "last_update": "2025-12-30 20:43:12", + "author_account_age_days": 5254 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-09-13 23:22:31", - "author_account_age_days": 5166 + "author_account_age_days": 5254 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1697 + "author_account_age_days": 1784 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1697 + "author_account_age_days": 1784 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1697 + "author_account_age_days": 1784 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1697 + "author_account_age_days": 1784 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 16, + "stars": 17, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1697 + "author_account_age_days": 1784 + }, + "https://github.com/by-ae/ae-in-workflow": { + "stars": 11, + "last_update": "2026-01-31 19:46:17", + "author_account_age_days": 3299 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 461, + "stars": 482, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4609 + "author_account_age_days": 4697 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 281, + "stars": 286, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4609 + "author_account_age_days": 4697 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 480, - "last_update": "2025-11-04 08:01:43", - "author_account_age_days": 4609 + "stars": 544, + "last_update": "2025-12-07 11:45:47", + "author_account_age_days": 4697 + }, + "https://github.com/c0dezer019/FreezeFrame": { + "stars": 3, + "last_update": "2026-02-23 20:16:08", + "author_account_age_days": 1981 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 10, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 5036 + "author_account_age_days": 5124 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { - "stars": 18, + "stars": 19, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 5036 + "author_account_age_days": 5124 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 403 + "author_account_age_days": 491 }, "https://github.com/calcuis/gguf": { - "stars": 161, - "last_update": "2025-11-27 01:01:14", - "author_account_age_days": 1168 + "stars": 201, + "last_update": "2026-01-20 02:20:06", + "author_account_age_days": 1256 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 50, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3825 + "author_account_age_days": 3912 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3825 + "author_account_age_days": 3912 + }, + "https://github.com/calibancode/ComfyUI-bevvy": { + "stars": 0, + "last_update": "2025-12-22 04:49:52", + "author_account_age_days": 3655 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2290 + "author_account_age_days": 2378 + }, + "https://github.com/capitan01R/Capitan-ConditioningEnhancer": { + "stars": 27, + "last_update": "2026-01-16 09:35:07", + "author_account_age_days": 46 + }, + "https://github.com/capitan01R/ComfyUI-CapitanFlowMatch": { + "stars": 18, + "last_update": "2026-01-16 11:29:05", + "author_account_age_days": 46 + }, + "https://github.com/capitan01R/ComfyUI-CapitanZiT-Scheduler": { + "stars": 109, + "last_update": "2026-02-03 23:40:44", + "author_account_age_days": 46 + }, + "https://github.com/capitan01R/ComfyUI-Flux2Klein-Enhancer": { + "stars": 127, + "last_update": "2026-01-31 08:40:09", + "author_account_age_days": 46 + }, + "https://github.com/capitan01R/ComfyUI-ZImageTurbo-FlowSampler": { + "stars": 6, + "last_update": "2026-01-24 21:51:26", + "author_account_age_days": 46 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 218, - "last_update": "2025-11-24 16:30:30", - "author_account_age_days": 925 + "stars": 265, + "last_update": "2026-02-19 11:47:02", + "author_account_age_days": 1013 + }, + "https://github.com/cardenluo/ComfyUI-Apt_UnitPromptWeight": { + "stars": 7, + "last_update": "2026-02-14 03:40:36", + "author_account_age_days": 1013 }, "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": { "stars": 0, - "last_update": "2025-10-07 22:48:23", - "author_account_age_days": 1176 + "last_update": "2025-12-29 03:07:38", + "author_account_age_days": 1264 }, "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 56, + "stars": 59, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 195 + "author_account_age_days": 283 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 1052 + "author_account_age_days": 1140 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 990 + "author_account_age_days": 1078 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 493, + "stars": 501, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1726 + "author_account_age_days": 1813 }, "https://github.com/cdb-boop/comfyui-image-round": { - "stars": 11, + "stars": 12, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1726 + "author_account_age_days": 1813 }, "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": 3818 + "author_account_age_days": 3905 }, "https://github.com/cedarconnor/ComfyUI-DreamCube": { "stars": 0, "last_update": "2025-11-24 05:06:34", - "author_account_age_days": 4817 + "author_account_age_days": 4904 + }, + "https://github.com/cedarconnor/ComfyUI-Skeletonretarget": { + "stars": 8, + "last_update": "2026-01-23 17:17:54", + "author_account_age_days": 4904 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { - "stars": 0, + "stars": 1, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4817 + "author_account_age_days": 4904 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, - "last_update": "2025-11-08 04:44:36", - "author_account_age_days": 4817 + "last_update": "2026-02-06 01:33:23", + "author_account_age_days": 4904 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, - "last_update": "2025-11-05 19:39:45", - "author_account_age_days": 4817 + "last_update": "2026-01-27 03:19:45", + "author_account_age_days": 4904 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5533 + "author_account_age_days": 5621 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3921 + "author_account_age_days": 4008 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 4, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3921 + "author_account_age_days": 4008 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1986 + "author_account_age_days": 2074 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 36, - "last_update": "2025-10-09 11:28:43", - "author_account_age_days": 3204 + "last_update": "2025-12-29 03:27:09", + "author_account_age_days": 3291 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 140, + "stars": 141, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1675 + "author_account_age_days": 1762 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 45, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 1097 + "author_account_age_days": 1185 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4358 + "author_account_age_days": 4445 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4358 + "author_account_age_days": 4445 + }, + "https://github.com/chameleon-ai/comfyui_momo": { + "stars": 0, + "last_update": "2025-12-20 15:24:43", + "author_account_age_days": 445 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 878 + "author_account_age_days": 965 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 878 + "author_account_age_days": 965 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1714 + "author_account_age_days": 1802 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { - "stars": 253, + "stars": 254, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 26, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 71, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 412, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 49, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { - "stars": 139, + "stars": 140, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 85, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 278, + "stars": 288, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 158, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { - "stars": 104, + "stars": 105, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Panda3d": { - "stars": 16, + "stars": 17, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-RAFT": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 36, + "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5356 + "author_account_age_days": 5443 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 112, + "stars": 115, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 856 + "author_account_age_days": 943 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3137 + "author_account_age_days": 3225 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, - "last_update": "2025-08-18 21:40:21", - "author_account_age_days": 3137 + "last_update": "2025-12-03 15:13:28", + "author_account_age_days": 3225 }, "https://github.com/charlyad142/comfyUI_charly_replicate_api": { "stars": 0, "last_update": "2025-10-21 19:57:07", - "author_account_age_days": 3137 + "author_account_age_days": 3225 }, "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { "stars": 0, "last_update": "2025-09-21 02:52:56", - "author_account_age_days": 4936 + "author_account_age_days": 5024 }, "https://github.com/chchchadzilla/ComfyUI-ChomfyNodes": { - "stars": 0, - "last_update": "2025-11-25 18:18:00", - "author_account_age_days": 2558 + "stars": 1, + "last_update": "2025-12-09 08:59:21", + "author_account_age_days": 2646 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 405 + "author_account_age_days": 493 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 6, + "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2256 + "author_account_age_days": 2344 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3699 + "author_account_age_days": 3787 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 530, - "last_update": "2025-10-23 09:36:33", - "author_account_age_days": 808 + "stars": 642, + "last_update": "2025-12-18 09:39:10", + "author_account_age_days": 896 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 3, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 808 + "author_account_age_days": 896 }, "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": { - "stars": 34, + "stars": 39, "last_update": "2025-09-04 10:51:53", - "author_account_age_days": 808 + "author_account_age_days": 896 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 30, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 808 + "author_account_age_days": 896 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3937 + "author_account_age_days": 4024 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 618 + "author_account_age_days": 706 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 2052 + "author_account_age_days": 2139 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 366, + "stars": 371, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 966 + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 54, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 966 + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 37, + "stars": 40, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 966 + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 18, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 966 + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2731, - "last_update": "2025-11-21 10:27:43", - "author_account_age_days": 966 + "stars": 2902, + "last_update": "2026-01-30 06:31:48", + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 540, - "last_update": "2025-11-07 09:44:04", - "author_account_age_days": 966 + "stars": 617, + "last_update": "2026-02-22 10:32:26", + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 29, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 966 + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 147, + "stars": 149, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 966 + "author_account_age_days": 1053 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 114, + "stars": 116, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 966 + "author_account_age_days": 1053 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 81, + "stars": 86, "last_update": "2025-11-03 21:11:57", - "author_account_age_days": 3371 + "author_account_age_days": 3458 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 205, + "stars": 206, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 6045 + "author_account_age_days": 6132 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 747 + "author_account_age_days": 835 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { - "stars": 2, + "stars": 3, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 747 + "author_account_age_days": 835 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { - "stars": 12, + "stars": 14, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2241 + "author_account_age_days": 2329 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4494 + "author_account_age_days": 4581 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2319 + "author_account_age_days": 2406 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 92, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1254 + "author_account_age_days": 1341 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 77, + "stars": 81, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4587 + "author_account_age_days": 4674 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 99, - "last_update": "2025-11-27 00:09:25", - "author_account_age_days": 4587 + "stars": 115, + "last_update": "2026-01-19 05:15:13", + "author_account_age_days": 4674 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 20, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4587 + "author_account_age_days": 4674 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 32, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4587 + "author_account_age_days": 4674 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 857, - "last_update": "2025-11-25 01:38:17", - "author_account_age_days": 4587 + "stars": 935, + "last_update": "2026-02-23 04:01:49", + "author_account_age_days": 4674 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 14, "last_update": "2025-10-09 23:23:49", - "author_account_age_days": 1123 + "author_account_age_days": 1210 + }, + "https://github.com/chrishill197724-gif/ComfyUI-Wan22-GGUF-Storyboard": { + "stars": 1, + "last_update": "2025-12-29 06:57:40", + "author_account_age_days": 58 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2576 + "author_account_age_days": 2664 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 379, - "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1870 + "stars": 441, + "last_update": "2025-12-24 01:27:55", + "author_account_age_days": 1958 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { - "stars": 13, + "stars": 24, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1870 + "author_account_age_days": 1958 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1870 + "author_account_age_days": 1958 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1870 + "author_account_age_days": 1958 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 14, + "stars": 15, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1870 + "author_account_age_days": 1958 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 95, + "stars": 99, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1870 + "author_account_age_days": 1958 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1870 + "author_account_age_days": 1958 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { - "stars": 4, + "stars": 5, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1870 - }, - "https://github.com/chuchu114514/comfyui_proportion_solver": { - "stars": 1, - "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 881 - }, - "https://github.com/chuchu114514/comfyui_text_list_stepper": { - "stars": 3, - "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 881 + "author_account_age_days": 1958 }, "https://github.com/chyer/Chye-ComfyUI-Toolset": { "stars": 0, "last_update": "2025-11-20 09:04:13", - "author_account_age_days": 4553 + "author_account_age_days": 4641 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4720 + "author_account_age_days": 4808 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 5, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4720 + "author_account_age_days": 4808 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { - "stars": 8, + "stars": 10, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4720 + "author_account_age_days": 4808 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 97, - "last_update": "2025-10-28 15:03:10", - "author_account_age_days": 5892 + "stars": 111, + "last_update": "2025-12-10 09:16:35", + "author_account_age_days": 5979 }, "https://github.com/citronlegacy/ComfyUI-CitronNodes": { "stars": 0, - "last_update": "2025-08-26 00:14:42", - "author_account_age_days": 4459 + "last_update": "2025-12-28 19:11:30", + "author_account_age_days": 4547 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2818, - "last_update": "2025-11-27 21:31:33", - "author_account_age_days": 1019 + "stars": 3302, + "last_update": "2026-01-12 13:02:18", + "author_account_age_days": 1106 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 101, + "stars": 108, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 1019 + "author_account_age_days": 1106 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 1019 + "author_account_age_days": 1106 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 526, + "stars": 533, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 1019 + "author_account_age_days": 1106 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 487, + "stars": 499, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 1019 + "author_account_age_days": 1106 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 312, + "stars": 315, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 1019 + "author_account_age_days": 1106 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 165, + "stars": 167, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 1019 + "author_account_age_days": 1106 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 8, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 3026 + "author_account_age_days": 3114 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { - "stars": 7, + "stars": 9, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 3026 + "author_account_age_days": 3114 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 163, + "stars": 168, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1120 + "author_account_age_days": 1207 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { - "stars": 0, + "stars": 1, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 878 + "author_account_age_days": 966 + }, + "https://github.com/ckinpdx/ComfyUI-LoadAudioandSplit": { + "stars": 0, + "last_update": "2025-12-08 20:04:37", + "author_account_age_days": 425 + }, + "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": { + "stars": 12, + "last_update": "2026-01-02 09:51:11", + "author_account_age_days": 425 + }, + "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": { + "stars": 5, + "last_update": "2025-12-09 01:34:02", + "author_account_age_days": 425 + }, + "https://github.com/ckinpdx/comfyui-humo-audio-motion": { + "stars": 1, + "last_update": "2025-12-15 06:51:02", + "author_account_age_days": 425 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-11-03 08:37:18", - "author_account_age_days": 137 + "author_account_age_days": 225 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3222 + "author_account_age_days": 3310 + }, + "https://github.com/clayton-grey/ComfyUI-EditRouter": { + "stars": 0, + "last_update": "2025-12-30 11:43:08", + "author_account_age_days": 5614 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2624 + "author_account_age_days": 2712 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 7, "last_update": "2025-09-27 11:32:52", - "author_account_age_days": 3350 + "author_account_age_days": 3438 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 3, - "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2114 + "last_update": "2026-01-18 09:36:40", + "author_account_age_days": 2202 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 435 + "author_account_age_days": 523 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 1, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 5067 + "author_account_age_days": 5155 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 6005 + "author_account_age_days": 6093 }, "https://github.com/cmeka/ComfyUI-WanMoEScheduler": { - "stars": 5, + "stars": 8, "last_update": "2025-11-05 01:59:12", - "author_account_age_days": 4287 + "author_account_age_days": 4375 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 695 + "author_account_age_days": 783 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, - "last_update": "2025-09-09 09:10:08", - "author_account_age_days": 129 + "last_update": "2026-02-21 17:01:44", + "author_account_age_days": 217 }, "https://github.com/co5dt/ComfyUI-Persistent-Queue": { "stars": 3, "last_update": "2025-09-28 11:49:26", - "author_account_age_days": 3368 + "author_account_age_days": 3456 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3319 + "author_account_age_days": 3407 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6370 + "author_account_age_days": 6458 }, "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": { - "stars": 22, + "stars": 28, "last_update": "2025-11-09 02:46:25", - "author_account_age_days": 935 + "author_account_age_days": 1023 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { - "stars": 71, + "stars": 86, "last_update": "2025-10-01 10:55:39", - "author_account_age_days": 688 + "author_account_age_days": 776 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 94723, - "last_update": "2025-11-27 22:46:16", - "author_account_age_days": 1070 + "stars": 103962, + "last_update": "2026-02-23 19:44:34", + "author_account_age_days": 684 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 674, + "stars": 692, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 1071 + "author_account_age_days": 1158 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 194, + "stars": 196, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 1071 + "author_account_age_days": 1158 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { - "stars": 14, - "last_update": "2025-09-13 15:37:23", - "author_account_age_days": 340 + "stars": 17, + "last_update": "2025-12-23 14:23:25", + "author_account_age_days": 428 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 1, "last_update": "2025-10-06 23:13:51", - "author_account_age_days": 370 + "author_account_age_days": 458 }, "https://github.com/comnote-max/builmenlabo": { - "stars": 1, + "stars": 2, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 294 + "author_account_age_days": 382 }, - "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer": { - "stars": 0, - "last_update": "2025-11-27 14:00:14", - "author_account_age_days": 872 + "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini": { + "stars": 4, + "last_update": "2026-01-03 15:18:11", + "author_account_age_days": 960 }, "https://github.com/comrender/ComfyUI-NanoSeed": { - "stars": 3, - "last_update": "2025-11-21 13:52:56", - "author_account_age_days": 872 + "stars": 5, + "last_update": "2025-12-16 17:31:36", + "author_account_age_days": 960 }, "https://github.com/comrender/ComfyUI-Topaz-Upscaler": { - "stars": 0, - "last_update": "2025-11-17 15:34:03", - "author_account_age_days": 872 - }, - "https://github.com/comrender/ComfyUI-edge-match-checker": { - "stars": 0, - "last_update": "2025-11-21 10:53:27", - "author_account_age_days": 872 - }, - "https://github.com/comrender/ComfyUI-gpt5_image_text": { - "stars": 0, - "last_update": "2025-11-15 09:40:14", - "author_account_age_days": 872 + "stars": 2, + "last_update": "2025-12-20 13:02:34", + "author_account_age_days": 960 }, "https://github.com/concarne000/ComfyUI-Stacker": { - "stars": 8, + "stars": 9, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2423 + "author_account_age_days": 2510 }, "https://github.com/concarne000/ConCarneNode": { "stars": 5, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2423 + "author_account_age_days": 2510 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 6, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5131 + "author_account_age_days": 5218 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 90, + "stars": 91, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5185 + "author_account_age_days": 5272 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 181, + "stars": 192, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5185 + "author_account_age_days": 5272 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 81, + "stars": 84, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3578 + "author_account_age_days": 3665 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3578 + "author_account_age_days": 3665 + }, + "https://github.com/cosmicbuffalo/comfyui-mobile-frontend": { + "stars": 16, + "last_update": "2026-02-21 05:01:54", + "author_account_age_days": 3325 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 1, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3463 + "author_account_age_days": 3551 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 588 + "author_account_age_days": 675 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 630 + "author_account_age_days": 717 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 121, + "stars": 125, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 630 + "author_account_age_days": 717 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 88, + "stars": 93, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 630 + "author_account_age_days": 717 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1646 + "author_account_age_days": 1734 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 2, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3131 + "author_account_age_days": 3219 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 288 + "author_account_age_days": 376 + }, + "https://github.com/cristian1980/ComfyUI-Caption-Cleaner": { + "stars": 0, + "last_update": "2025-12-30 20:35:33", + "author_account_age_days": 4557 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1593, + "stars": 1778, "last_update": "2025-10-26 19:10:29", - "author_account_age_days": 4639 + "author_account_age_days": 4726 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 50, + "stars": 52, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4639 + "author_account_age_days": 4726 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { - "stars": 2, + "stars": 3, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 988 + "author_account_age_days": 1076 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 85, + "stars": 86, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5533 + "author_account_age_days": 5620 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 506, + "stars": 525, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5533 + "author_account_age_days": 5620 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5614, + "stars": 5804, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5533 + "author_account_age_days": 5620 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1752, + "stars": 1800, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5533 + "author_account_age_days": 5620 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 991, + "stars": 1057, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5533 + "author_account_age_days": 5620 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 902, + "stars": 909, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5533 + "author_account_age_days": 5620 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 6, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3774 + "author_account_age_days": 3861 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { - "stars": 6, + "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2452 + "author_account_age_days": 2539 }, "https://github.com/cyan9977/ComfyUI_PromptQueue": { - "stars": 0, - "last_update": "2025-11-07 01:51:10", - "author_account_age_days": 448 + "stars": 1, + "last_update": "2025-12-24 04:41:18", + "author_account_age_days": 536 }, "https://github.com/cyberhirsch/seb_nodes": { - "stars": 2, - "last_update": "2025-11-25 14:50:54", - "author_account_age_days": 2388 + "stars": 4, + "last_update": "2026-01-11 18:21:14", + "author_account_age_days": 2476 + }, + "https://github.com/cyberlightdev/ComfyUI-CyberUtils": { + "stars": 0, + "last_update": "2025-12-22 21:19:05", + "author_account_age_days": 3959 }, "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { "stars": 1, "last_update": "2025-10-21 13:13:22", - "author_account_age_days": 1962 + "author_account_age_days": 2050 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4756 + "author_account_age_days": 4843 + }, + "https://github.com/d3cker/comfyui_remove_background": { + "stars": 0, + "last_update": "2026-01-03 12:40:49", + "author_account_age_days": 4927 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 19, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 911 + "author_account_age_days": 999 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 911 + "author_account_age_days": 999 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { - "stars": 5, + "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 911 + "author_account_age_days": 999 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 911 + "author_account_age_days": 999 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { - "stars": 3, + "stars": 4, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 911 + "author_account_age_days": 999 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { - "stars": 4, + "stars": 6, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 911 + "author_account_age_days": 999 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 45, - "last_update": "2025-10-25 07:55:31", - "author_account_age_days": 911 + "stars": 51, + "last_update": "2026-02-13 09:38:24", + "author_account_age_days": 999 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { - "stars": 6, + "stars": 8, "last_update": "2025-11-12 21:16:28", - "author_account_age_days": 2112 + "author_account_age_days": 2199 }, "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { - "stars": 2, + "stars": 4, "last_update": "2025-09-03 08:41:00", - "author_account_age_days": 2076 + "author_account_age_days": 2164 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1197 + "author_account_age_days": 1285 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 273, - "last_update": "2025-11-27 20:38:09", - "author_account_age_days": 4594 + "stars": 275, + "last_update": "2025-12-13 21:44:35", + "author_account_age_days": 4681 }, "https://github.com/danTheMonk/comfyui-int-and-float": { - "stars": 3, + "stars": 7, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3908 + "author_account_age_days": 3996 + }, + "https://github.com/dandancow874/ComfyUI-LMStudio-Controller": { + "stars": 0, + "last_update": "2025-12-09 15:17:10", + "author_account_age_days": 2285 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 1, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 911 + "author_account_age_days": 999 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 346, + "stars": 366, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2926 + "author_account_age_days": 3014 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 63, + "stars": 68, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3874 + "author_account_age_days": 3961 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3874 + "author_account_age_days": 3961 + }, + "https://github.com/danieljanata/ComfyUI-Prompting-System": { + "stars": 0, + "last_update": "2026-01-15 08:41:13", + "author_account_age_days": 404 + }, + "https://github.com/danielvw/ComfyUI-WanMove-Adapter": { + "stars": 2, + "last_update": "2026-01-13 12:29:33", + "author_account_age_days": 4931 + }, + "https://github.com/danielwolber-wood/ComfyUI-FString": { + "stars": 0, + "last_update": "2026-01-05 17:29:31", + "author_account_age_days": 2681 + }, + "https://github.com/danielwolber-wood/ComfyUI-Inspector": { + "stars": 1, + "last_update": "2026-01-05 19:15:17", + "author_account_age_days": 2681 + }, + "https://github.com/danielwolber-wood/ComfyUI-QuickResolutionSelector": { + "stars": 0, + "last_update": "2026-01-05 19:51:03", + "author_account_age_days": 2681 }, "https://github.com/darkamenosa/comfy_inpaint_blend": { - "stars": 2, + "stars": 3, "last_update": "2025-09-15 16:26:29", - "author_account_age_days": 4305 + "author_account_age_days": 4393 }, "https://github.com/darkamenosa/comfy_nanobanana": { - "stars": 36, + "stars": 45, "last_update": "2025-09-09 00:56:14", - "author_account_age_days": 4305 + "author_account_age_days": 4393 }, "https://github.com/darkpixel/darkprompts": { "stars": 10, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5846 + "author_account_age_days": 5933 + }, + "https://github.com/darrell-goh/ComfyUI-NanoBanana_node": { + "stars": 1, + "last_update": "2026-02-04 07:50:58", + "author_account_age_days": 3116 }, "https://github.com/darth-veitcher/comfydv": { - "stars": 1, + "stars": 2, "last_update": "2025-11-05 15:49:02", - "author_account_age_days": 4950 + "author_account_age_days": 5038 }, "https://github.com/darth-veitcher/comfyui-ollama-model-manager": { "stars": 0, "last_update": "2025-11-05 17:05:44", - "author_account_age_days": 4950 + "author_account_age_days": 5038 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 3, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4986 + "author_account_age_days": 5073 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5234 + "author_account_age_days": 5322 }, "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": { "stars": 7, "last_update": "2025-09-02 14:44:32", - "author_account_age_days": 5234 + "author_account_age_days": 5322 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5234 + "author_account_age_days": 5322 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 680 + "author_account_age_days": 767 + }, + "https://github.com/daveand/ComfyUI-daveand-nodes": { + "stars": 0, + "last_update": "2026-01-13 20:54:51", + "author_account_age_days": 3603 }, "https://github.com/davidgressett/comfyui-systemlevel": { - "stars": 1, + "stars": 4, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3152 + "author_account_age_days": 3239 }, "https://github.com/daxcay/ComfyUI-DataSet": { - "stars": 55, + "stars": 57, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 617 + "author_account_age_days": 704 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 135, + "stars": 145, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 617 + "author_account_age_days": 704 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 16, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 617 + "author_account_age_days": 704 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 91, + "stars": 94, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 617 + "author_account_age_days": 704 }, "https://github.com/daxcay/ComfyUI-TG": { - "stars": 23, + "stars": 29, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 617 + "author_account_age_days": 704 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 50, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 617 + "author_account_age_days": 704 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 617 + "author_account_age_days": 704 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, - "last_update": "2025-11-28 12:42:51", - "author_account_age_days": 5057 + "last_update": "2026-02-16 05:23:26", + "author_account_age_days": 5144 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 161, + "stars": 166, "last_update": "2025-10-08 11:49:00", - "author_account_age_days": 5057 + "author_account_age_days": 5144 + }, + "https://github.com/dcyd-lun/ComfyUI_text_diff": { + "stars": 0, + "last_update": "2025-12-09 14:31:18", + "author_account_age_days": 78 + }, + "https://github.com/ddontsov93/ComfyUI-AudioSeparator": { + "stars": 0, + "last_update": "2025-12-22 15:11:58", + "author_account_age_days": 3057 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 4019 + "author_account_age_days": 4106 }, "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { - "stars": 19, + "stars": 22, "last_update": "2025-11-20 09:00:07", - "author_account_age_days": 4158 + "author_account_age_days": 4246 + }, + "https://github.com/dennisvink/comfyui-outline": { + "stars": 0, + "last_update": "2026-02-06 00:25:56", + "author_account_age_days": 4023 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 181, + "stars": 182, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5818 + "author_account_age_days": 5905 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5818 + "author_account_age_days": 5905 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { - "stars": 17, + "stars": 18, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 431 + "author_account_age_days": 518 }, "https://github.com/dfl/comfyui-clip-with-break": { - "stars": 16, + "stars": 17, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6496 + "author_account_age_days": 6583 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 84, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6496 + "author_account_age_days": 6583 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 576, + "stars": 579, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4726 + "author_account_age_days": 4813 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4726 + "author_account_age_days": 4813 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1156 + "author_account_age_days": 1244 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4513 + "author_account_age_days": 4600 }, "https://github.com/diffussy69/comfyui-curved_weight_schedule": { "stars": 2, "last_update": "2025-11-23 04:21:13", - "author_account_age_days": 533 + "author_account_age_days": 621 + }, + "https://github.com/digital-divas-admin/ComfyUI_DD_Nodes": { + "stars": 0, + "last_update": "2026-02-16 04:18:08", + "author_account_age_days": 150 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 194, + "stars": 200, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 5040 + "author_account_age_days": 5127 }, "https://github.com/dimtion/comfyui-raw-image": { - "stars": 4, + "stars": 5, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4886 + "author_account_age_days": 4974 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 349, + "stars": 369, "last_update": "2025-10-31 00:44:32", - "author_account_age_days": 3936 + "author_account_age_days": 4023 }, "https://github.com/dimtoneff/ComfyUI-VL-Nodes": { - "stars": 9, + "stars": 10, "last_update": "2025-08-29 01:10:55", - "author_account_age_days": 3936 + "author_account_age_days": 4024 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 419, - "last_update": "2025-11-20 04:28:33", - "author_account_age_days": 649 + "stars": 692, + "last_update": "2026-02-22 15:15:20", + "author_account_age_days": 737 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 81, + "stars": 82, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5293 + "author_account_age_days": 5380 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 867 + "author_account_age_days": 954 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 15, + "stars": 17, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1992 + "author_account_age_days": 2079 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1992 + "author_account_age_days": 2079 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 141, + "stars": 140, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1992 + "author_account_age_days": 2079 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 385, - "last_update": "2025-09-22 11:58:35", - "author_account_age_days": 4806 + "stars": 395, + "last_update": "2026-02-10 19:46:03", + "author_account_age_days": 4893 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 41, + "stars": 42, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2371 + "author_account_age_days": 2459 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 5026 + "author_account_age_days": 5113 }, "https://github.com/dmarx/ComfyUI-Keyframed": { - "stars": 89, + "stars": 90, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 5026 + "author_account_age_days": 5113 + }, + "https://github.com/domprosys/ComfyUI-LTXVideo-Extra": { + "stars": 2, + "last_update": "2026-02-01 16:48:15", + "author_account_age_days": 1218 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 781 + "author_account_age_days": 869 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { - "stars": 18, + "stars": 19, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 781 + "author_account_age_days": 869 }, "https://github.com/dothings/comfyui_placeholder_prompting": { "stars": 0, "last_update": "2025-10-03 12:06:27", - "author_account_age_days": 1598 + "author_account_age_days": 1686 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { - "stars": 23, - "last_update": "2025-09-15 18:43:37", - "author_account_age_days": 1112 + "stars": 25, + "last_update": "2026-01-14 12:57:13", + "author_account_age_days": 1200 }, "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": { "stars": 0, "last_update": "2025-09-22 00:10:40", - "author_account_age_days": 2768 + "author_account_age_days": 2856 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4292 + "author_account_age_days": 4379 + }, + "https://github.com/drawthingsai/draw-things-comfyui": { + "stars": 3, + "last_update": "2026-01-25 16:13:56", + "author_account_age_days": 1015 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { - "stars": 2, + "stars": 3, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 1005 + "author_account_age_days": 1093 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 5, - "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4299 + "last_update": "2026-01-30 06:01:50", + "author_account_age_days": 4387 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 62, - "last_update": "2025-10-30 18:01:01", - "author_account_age_days": 3573 + "stars": 73, + "last_update": "2026-02-10 15:54:33", + "author_account_age_days": 3660 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3733 + "author_account_age_days": 3821 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 811 + "author_account_age_days": 898 + }, + "https://github.com/dseditor/Comfy-MCP": { + "stars": 4, + "last_update": "2025-12-14 04:47:06", + "author_account_age_days": 1613 }, "https://github.com/dseditor/ComfyUI-ListHelper": { - "stars": 31, - "last_update": "2025-09-04 07:32:18", - "author_account_age_days": 1525 + "stars": 59, + "last_update": "2026-02-08 16:11:47", + "author_account_age_days": 1613 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { - "stars": 7, + "stars": 8, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1525 + "author_account_age_days": 1613 }, "https://github.com/dseditor/ComfyUI-Thread": { - "stars": 4, + "stars": 6, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1525 + "author_account_age_days": 1613 }, "https://github.com/dskjal/comfyui-yolov8-dsuksampler": { "stars": 0, - "last_update": "2025-11-09 15:23:16", - "author_account_age_days": 3600 + "last_update": "2026-02-06 17:19:19", + "author_account_age_days": 3687 }, "https://github.com/dskjal/comfyui-yolov8-simple": { "stars": 0, "last_update": "2025-11-07 04:54:26", - "author_account_age_days": 3600 + "author_account_age_days": 3687 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1143 + "author_account_age_days": 1231 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 1050 + "author_account_age_days": 1138 }, "https://github.com/duldduld/ComfyUI_md5": { "stars": 1, - "last_update": "2025-09-06 16:58:52", - "author_account_age_days": 3248 + "last_update": "2025-12-12 15:38:26", + "author_account_age_days": 3336 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 1093 + "author_account_age_days": 1181 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { - "stars": 3, + "stars": 4, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3536 + "author_account_age_days": 3624 + }, + "https://github.com/dzy1128/ComfyUI-Vector-Engine": { + "stars": 0, + "last_update": "2026-01-29 03:32:06", + "author_account_age_days": 1779 + }, + "https://github.com/dzy1128/ComfyUI-VertexAI": { + "stars": 1, + "last_update": "2025-11-25 08:18:07", + "author_account_age_days": 1779 }, "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { - "stars": 2, - "last_update": "2025-11-04 08:45:39", - "author_account_age_days": 1691 + "stars": 5, + "last_update": "2026-02-10 09:56:28", + "author_account_age_days": 1779 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 203 + "author_account_age_days": 291 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5325 + "author_account_age_days": 5412 }, "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": { "stars": 0, - "last_update": "2025-10-29 14:49:21", - "author_account_age_days": 1827 + "last_update": "2026-02-23 16:25:59", + "author_account_age_days": 1915 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2985 + "author_account_age_days": 3072 + }, + "https://github.com/eastmoe/ComfyUI-CMP-Extention": { + "stars": 2, + "last_update": "2026-02-12 11:14:39", + "author_account_age_days": 3093 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3240 + "author_account_age_days": 3327 }, "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { "stars": 4, - "last_update": "2025-10-28 07:34:15", - "author_account_age_days": 366 + "last_update": "2026-02-19 07:57:26", + "author_account_age_days": 454 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { - "stars": 4, + "stars": 6, "last_update": "2025-11-18 00:58:02", - "author_account_age_days": 2579 + "author_account_age_days": 2667 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": { - "stars": 9, + "stars": 11, "last_update": "2025-11-02 17:17:30", - "author_account_age_days": 269 + "author_account_age_days": 357 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-LLM-GGUF": { + "stars": 8, + "last_update": "2025-12-07 17:56:07", + "author_account_age_days": 357 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": { - "stars": 15, + "stars": 26, "last_update": "2025-11-10 15:36:42", - "author_account_age_days": 269 + "author_account_age_days": 357 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": { "stars": 9, "last_update": "2025-11-11 07:39:18", - "author_account_age_days": 269 + "author_account_age_days": 357 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": { "stars": 10, "last_update": "2025-11-11 07:40:58", - "author_account_age_days": 269 + "author_account_age_days": 357 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": { - "stars": 14, + "stars": 17, "last_update": "2025-11-10 09:59:51", - "author_account_age_days": 269 + "author_account_age_days": 357 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": { "stars": 24, "last_update": "2025-10-11 15:26:20", - "author_account_age_days": 269 + "author_account_age_days": 357 }, "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper": { - "stars": 228, + "stars": 226, "last_update": "2025-10-28 02:46:54", - "author_account_age_days": 269 + "author_account_age_days": 357 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { - "stars": 0, + "stars": 1, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2654 + "author_account_age_days": 2742 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { - "stars": 66, + "stars": 82, "last_update": "2025-11-05 10:03:15", - "author_account_age_days": 2654 + "author_account_age_days": 2742 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 106, + "stars": 107, "last_update": "2025-10-23 12:26:53", - "author_account_age_days": 794 + "author_account_age_days": 882 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 63, + "stars": 66, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 794 + "author_account_age_days": 882 }, "https://github.com/edoardocarmignani/extralinks": { - "stars": 6, - "last_update": "2025-11-25 17:31:51", - "author_account_age_days": 2974 + "stars": 10, + "last_update": "2026-01-29 15:12:59", + "author_account_age_days": 3062 }, "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": { "stars": 1, "last_update": "2025-11-04 08:08:46", - "author_account_age_days": 2370 + "author_account_age_days": 2458 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 723 + "author_account_age_days": 811 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 1, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 723 + "author_account_age_days": 811 }, "https://github.com/efortin/ComfyUI-Ollama-Enhancer": { "stars": 3, "last_update": "2025-09-22 07:06:44", - "author_account_age_days": 4657 + "author_account_age_days": 4745 + }, + "https://github.com/efuentesamin/mewins_node_pack": { + "stars": 0, + "last_update": "2026-02-10 12:59:32", + "author_account_age_days": 4346 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 1, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2595 + "author_account_age_days": 2683 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 1, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3353 + "author_account_age_days": 3441 + }, + "https://github.com/elgalardi/comfyui-clip-prompt-splitter": { + "stars": 0, + "last_update": "2025-12-29 07:59:45", + "author_account_age_days": 1242 + }, + "https://github.com/elgalardi/comfyui-prompt-splitter": { + "stars": 0, + "last_update": "2025-12-30 22:38:25", + "author_account_age_days": 1242 }, "https://github.com/elyetis/Comfyui-ColorMatchNodes": { - "stars": 0, + "stars": 5, "last_update": "2025-11-23 11:23:09", - "author_account_age_days": 3526 + "author_account_age_days": 3614 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 3045 + "author_account_age_days": 3132 + }, + "https://github.com/engineer6980/ComfyUI-Image-Cipher": { + "stars": 0, + "last_update": "2026-02-04 03:48:21", + "author_account_age_days": 2355 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { - "stars": 207, + "stars": 208, "last_update": "2025-09-03 00:40:23", - "author_account_age_days": 477 + "author_account_age_days": 564 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 68, + "stars": 72, "last_update": "2025-08-23 07:48:17", - "author_account_age_days": 3954 + "author_account_age_days": 4042 + }, + "https://github.com/erosDiffusion/ComfyUI-EulerDiscreteScheduler": { + "stars": 350, + "last_update": "2025-12-11 11:46:09", + "author_account_age_days": 606 }, "https://github.com/erosDiffusion/ComfyUI-ZImageDit": { - "stars": 0, - "last_update": "2025-11-27 23:53:22", - "author_account_age_days": 518 + "stars": 5, + "last_update": "2025-12-03 21:54:01", + "author_account_age_days": 606 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 556, + "stars": 598, "last_update": "2025-11-18 23:55:24", - "author_account_age_days": 519 + "author_account_age_days": 606 + }, + "https://github.com/errew/ComfyUI-Wireless": { + "stars": 1, + "last_update": "2026-02-01 20:37:16", + "author_account_age_days": 989 + }, + "https://github.com/esp-dev/comfyui-loadheicimage": { + "stars": 0, + "last_update": "2025-12-29 20:34:12", + "author_account_age_days": 2316 + }, + "https://github.com/esp-dev/comfyui-videoframenode": { + "stars": 1, + "last_update": "2026-01-24 21:23:17", + "author_account_age_days": 2316 + }, + "https://github.com/ethanfel/ComfyUI-Sharp-Selector": { + "stars": 2, + "last_update": "2026-02-05 10:26:45", + "author_account_age_days": 3207 + }, + "https://github.com/ethanfel/Comfyui-JSON-Manager": { + "stars": 0, + "last_update": "2026-02-23 16:44:23", + "author_account_age_days": 3207 + }, + "https://github.com/euan-gwd/comfyui-character-prompt-builder": { + "stars": 1, + "last_update": "2026-02-23 10:45:30", + "author_account_age_days": 3890 + }, + "https://github.com/evandcoleman/comfyui-comparison-grid": { + "stars": 0, + "last_update": "2026-02-09 19:11:03", + "author_account_age_days": 5440 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 141, + "stars": 165, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4760 + "author_account_age_days": 4847 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 1, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3887 + "author_account_age_days": 3975 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1517 + "author_account_age_days": 1605 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { - "stars": 5, + "stars": 7, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4439 + "author_account_age_days": 4527 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4439 + "author_account_age_days": 4527 }, "https://github.com/exectails/comfyui-et_stringutils": { - "stars": 1, - "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4439 + "stars": 2, + "last_update": "2026-01-29 11:30:27", + "author_account_age_days": 4527 + }, + "https://github.com/exedesign/Hunyuan-3D-v3": { + "stars": 6, + "last_update": "2026-02-23 11:49:37", + "author_account_age_days": 1944 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { - "stars": 22, + "stars": 26, "last_update": "2025-09-23 05:43:28", - "author_account_age_days": 455 + "author_account_age_days": 543 + }, + "https://github.com/fabbarix/comfyui-promptstore": { + "stars": 3, + "last_update": "2025-12-07 19:02:28", + "author_account_age_days": 2490 }, "https://github.com/facefusion/facefusion-comfyui": { - "stars": 13, + "stars": 17, "last_update": "2025-11-02 20:00:17", - "author_account_age_days": 833 + "author_account_age_days": 921 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 119, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 979 + "author_account_age_days": 1067 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 92, + "stars": 94, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 979 + "author_account_age_days": 1067 + }, + "https://github.com/facok/comfyui-meancache-z": { + "stars": 28, + "last_update": "2026-02-08 16:39:56", + "author_account_age_days": 1067 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2455 + "author_account_age_days": 2543 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { - "stars": 32, + "stars": 49, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2456 + "author_account_age_days": 2543 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { - "stars": 21, - "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2456 + "stars": 22, + "last_update": "2026-02-17 12:51:04", + "author_account_age_days": 2543 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 234, + "stars": 244, "last_update": "2025-11-22 01:14:46", - "author_account_age_days": 2456 + "author_account_age_days": 2543 }, "https://github.com/fairy-root/comfyui-ollama-llms": { - "stars": 17, + "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2456 + "author_account_age_days": 2543 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { - "stars": 8, - "last_update": "2025-11-07 09:24:25", - "author_account_age_days": 1610 + "stars": 9, + "last_update": "2026-01-20 04:49:07", + "author_account_age_days": 1698 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { - "stars": 29, + "stars": 32, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 877 + "author_account_age_days": 965 }, "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": 5458 + "author_account_age_days": 5546 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3885 + "author_account_age_days": 3973 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { - "stars": 2, + "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3885 + "author_account_age_days": 3973 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 106, - "last_update": "2025-11-27 21:10:14", - "author_account_age_days": 3885 + "stars": 173, + "last_update": "2025-12-15 20:50:26", + "author_account_age_days": 3973 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { - "stars": 7, + "stars": 9, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3885 + "author_account_age_days": 3973 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { - "stars": 4, + "stars": 5, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3885 + "author_account_age_days": 3973 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 21, "last_update": "2025-09-30 21:58:22", - "author_account_age_days": 3885 + "author_account_age_days": 3973 }, "https://github.com/fchangjun/Baidu_Meux_ComfyTools": { - "stars": 2, - "last_update": "2025-11-27 03:22:18", - "author_account_age_days": 4045 + "stars": 3, + "last_update": "2026-02-14 07:18:20", + "author_account_age_days": 4133 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { - "stars": 2, - "last_update": "2025-11-27 03:22:18", - "author_account_age_days": 4045 + "stars": 3, + "last_update": "2026-02-14 07:18:20", + "author_account_age_days": 4133 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { - "stars": 19, + "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 1084 + "author_account_age_days": 1171 + }, + "https://github.com/febogallo/ComfyUI-Freepik": { + "stars": 0, + "last_update": "2026-02-09 09:54:42", + "author_account_age_days": 284 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 15, + "stars": 17, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1151 + "author_account_age_days": 1239 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4484 + "author_account_age_days": 4572 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { - "stars": 101, + "stars": 107, "last_update": "2025-08-25 05:11:01", - "author_account_age_days": 1570 + "author_account_age_days": 1658 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 2081 + "author_account_age_days": 2168 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { - "stars": 9, + "stars": 10, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5566 + "author_account_age_days": 5653 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 6, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5566 + "author_account_age_days": 5653 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5566 + "author_account_age_days": 5653 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3515 + "author_account_age_days": 3603 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 77, - "last_update": "2025-08-19 21:29:55", - "author_account_age_days": 3998 + "stars": 85, + "last_update": "2026-02-14 10:39:17", + "author_account_age_days": 4085 + }, + "https://github.com/filliptm/ComfyUI-FL-DiffVSR": { + "stars": 20, + "last_update": "2026-01-24 02:15:14", + "author_account_age_days": 2345 + }, + "https://github.com/filliptm/ComfyUI_FL-ClearVoice": { + "stars": 17, + "last_update": "2026-01-13 06:40:05", + "author_account_age_days": 2345 + }, + "https://github.com/filliptm/ComfyUI_FL-CosyVoice3": { + "stars": 103, + "last_update": "2026-01-24 14:44:11", + "author_account_age_days": 2345 }, "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { - "stars": 4, + "stars": 7, "last_update": "2025-11-05 04:44:02", - "author_account_age_days": 2258 + "author_account_age_days": 2345 + }, + "https://github.com/filliptm/ComfyUI_FL-SongGen": { + "stars": 59, + "last_update": "2026-01-24 10:37:52", + "author_account_age_days": 2345 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 173, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2258 + "author_account_age_days": 2345 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 172, - "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2258 + "stars": 217, + "last_update": "2026-01-24 02:15:17", + "author_account_age_days": 2345 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 504, - "last_update": "2025-11-27 08:00:49", - "author_account_age_days": 2258 + "stars": 565, + "last_update": "2026-02-18 02:58:17", + "author_account_age_days": 2345 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 13, "last_update": "2025-09-17 16:39:03", - "author_account_age_days": 1024 + "author_account_age_days": 1112 }, "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": { - "stars": 4, - "last_update": "2025-11-25 10:20:04", - "author_account_age_days": 2240 + "stars": 20, + "last_update": "2026-02-13 07:14:23", + "author_account_age_days": 2328 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 5, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3830 + "author_account_age_days": 3918 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 715 + "author_account_age_days": 803 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { - "stars": 16, + "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 715 + "author_account_age_days": 803 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 140, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 715 + "author_account_age_days": 803 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 715 + "author_account_age_days": 803 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1159, - "last_update": "2025-09-14 10:54:52", - "author_account_age_days": 715 + "stars": 1184, + "last_update": "2026-02-09 08:25:52", + "author_account_age_days": 803 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 298, - "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 715 + "stars": 300, + "last_update": "2026-01-31 10:14:05", + "author_account_age_days": 803 + }, + "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": { + "stars": 0, + "last_update": "2025-12-16 21:09:59", + "author_account_age_days": 373 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 795 + "author_account_age_days": 883 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 260, + "stars": 269, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 795 + "author_account_age_days": 883 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 524, + "stars": 536, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 795 + "author_account_age_days": 883 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { - "stars": 8, + "stars": 9, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 354 + "author_account_age_days": 442 + }, + "https://github.com/flybirdxx/ComfyUI-Prompt_Helper": { + "stars": 24, + "last_update": "2025-12-31 11:16:15", + "author_account_age_days": 3256 }, "https://github.com/flybirdxx/ComfyUI-RexOmni": { "stars": 9, "last_update": "2025-10-23 07:12:56", - "author_account_age_days": 3168 + "author_account_age_days": 3256 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 156, - "last_update": "2025-10-31 09:44:50", - "author_account_age_days": 3168 + "stars": 162, + "last_update": "2026-01-19 09:10:54", + "author_account_age_days": 3256 }, "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": { - "stars": 73, + "stars": 88, "last_update": "2025-10-31 13:16:53", - "author_account_age_days": 3168 + "author_account_age_days": 3256 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 3, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5381 + "author_account_age_days": 5469 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 4017 + "author_account_age_days": 4104 + }, + "https://github.com/fmartinellidev/ComfyUI-Prompt_util_pack": { + "stars": 0, + "last_update": "2026-01-07 21:32:50", + "author_account_age_days": 1152 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4144 + "author_account_age_days": 4231 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 11, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5629 + "author_account_age_days": 5717 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 79, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5629 + "author_account_age_days": 5717 }, "https://github.com/fofr/comfyui-basic-auth": { - "stars": 1, + "stars": 3, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5629 + "author_account_age_days": 5717 }, "https://github.com/fofr/comfyui-fofr-toolkit": { - "stars": 5, + "stars": 6, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5629 + "author_account_age_days": 5717 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 847 + "author_account_age_days": 934 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 377 + "author_account_age_days": 465 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2843 + "author_account_age_days": 2930 }, "https://github.com/fpgaminer/joycaption_comfyui": { - "stars": 108, + "stars": 114, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4991 + "author_account_age_days": 5079 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2605 + "author_account_age_days": 2693 }, "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": { "stars": 16, "last_update": "2025-09-15 13:41:36", - "author_account_age_days": 3789 + "author_account_age_days": 3877 }, "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": { - "stars": 2, - "last_update": "2025-11-19 12:07:10", - "author_account_age_days": 3789 + "stars": 3, + "last_update": "2025-11-28 14:51:10", + "author_account_age_days": 3877 }, "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": { "stars": 2, "last_update": "2025-09-18 09:11:07", - "author_account_age_days": 3789 + "author_account_age_days": 3877 }, "https://github.com/francarl/ComfyUI-OnDemand-Loaders": { - "stars": 1, - "last_update": "2025-11-25 14:01:14", - "author_account_age_days": 5070 + "stars": 3, + "last_update": "2025-12-20 18:01:33", + "author_account_age_days": 5158 + }, + "https://github.com/franciscotorrado/ComfyUI-Automation": { + "stars": 0, + "last_update": "2026-02-04 20:53:31", + "author_account_age_days": 3979 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 963 + "author_account_age_days": 1050 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 593, + "stars": 598, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 963 + "author_account_age_days": 1050 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { - "stars": 12, + "stars": 13, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 963 + "author_account_age_days": 1050 + }, + "https://github.com/frankluise5220/ComfyUI-Lorahelper": { + "stars": 9, + "last_update": "2026-02-15 09:01:10", + "author_account_age_days": 44 }, "https://github.com/fredhopp/comfyui-flipflopnodes": { "stars": 0, "last_update": "2025-09-02 04:42:06", - "author_account_age_days": 1956 + "author_account_age_days": 2044 + }, + "https://github.com/fredlef/Comfyui_FSL_Nodes": { + "stars": 11, + "last_update": "2025-12-06 01:29:05", + "author_account_age_days": 2798 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2679 + "author_account_age_days": 2767 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { - "stars": 9, + "stars": 10, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2728 + "author_account_age_days": 2815 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 14, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5109 + "author_account_age_days": 5196 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 185, + "stars": 187, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5109 + "author_account_age_days": 5196 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { - "stars": 20, + "stars": 23, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5109 + "author_account_age_days": 5196 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 87, + "stars": 90, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5109 + "author_account_age_days": 5196 + }, + "https://github.com/fudosanit/ComfyUI-Random-Resolution": { + "stars": 0, + "last_update": "2025-12-10 06:57:24", + "author_account_age_days": 113 }, "https://github.com/fuselayer/comfyui-lite-tracker": { "stars": 0, "last_update": "2025-11-17 09:53:32", - "author_account_age_days": 799 + "author_account_age_days": 887 }, "https://github.com/fuselayer/comfyui-minimal-workflow-image": { "stars": 2, "last_update": "2025-11-09 06:16:48", - "author_account_age_days": 799 + "author_account_age_days": 887 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 799 + "author_account_age_days": 886 }, "https://github.com/fuselayer/comfyui-noise-match": { "stars": 0, "last_update": "2025-11-10 06:37:09", - "author_account_age_days": 799 + "author_account_age_days": 887 }, "https://github.com/fuyouawa/comfyui-easytoolkit": { "stars": 0, "last_update": "2025-11-26 04:25:12", - "author_account_age_days": 1089 + "author_account_age_days": 1177 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 1, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 890 + "author_account_age_days": 978 + }, + "https://github.com/g7b2/ComfyUI-Artist-Tester": { + "stars": 0, + "last_update": "2025-12-20 06:53:21", + "author_account_age_days": 622 + }, + "https://github.com/g7b2/ComfyUI-MultiCheckpoint-Tester": { + "stars": 0, + "last_update": "2025-12-27 02:57:11", + "author_account_age_days": 622 }, "https://github.com/gabe-init/ComfyUI-11labs": { - "stars": 4, + "stars": 6, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 186 + "author_account_age_days": 274 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 4, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 186 + "author_account_age_days": 274 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { - "stars": 22, + "stars": 40, "last_update": "2025-09-06 18:35:08", - "author_account_age_days": 186 + "author_account_age_days": 274 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 1, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 186 + "author_account_age_days": 274 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4225 + "author_account_age_days": 4313 }, "https://github.com/garg-aayush/ComfyUI-Svg2Raster": { "stars": 0, "last_update": "2025-09-10 10:09:14", - "author_account_age_days": 3569 + "author_account_age_days": 3657 }, "https://github.com/gasdyueer/comfyui-yolo-mask-process": { "stars": 0, "last_update": "2025-09-27 02:57:46", - "author_account_age_days": 574 + "author_account_age_days": 662 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4515 + "author_account_age_days": 4603 + }, + "https://github.com/gateway/ComfyUI-Kie-API": { + "stars": 15, + "last_update": "2026-02-11 16:07:58", + "author_account_age_days": 5552 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 45, - "last_update": "2025-08-28 19:48:17", - "author_account_age_days": 2502 - }, - "https://github.com/geltz/ComfyUI-geltz": { - "stars": 2, - "last_update": "2025-11-27 20:24:17", - "author_account_age_days": 177 + "stars": 47, + "last_update": "2026-02-21 22:25:08", + "author_account_age_days": 2590 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2479 + "author_account_age_days": 2566 + }, + "https://github.com/gen1nya/ComfyUI-Remote-Upscale": { + "stars": 0, + "last_update": "2026-01-15 06:39:00", + "author_account_age_days": 3405 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5473 + "author_account_age_days": 5561 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 4069 + "author_account_age_days": 4157 }, "https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": { - "stars": 0, - "last_update": "2025-11-28 09:08:42", - "author_account_age_days": 1188 + "stars": 134, + "last_update": "2026-01-30 16:29:24", + "author_account_age_days": 1276 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 5, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4380 + "author_account_age_days": 4468 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 315, + "stars": 333, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4760 + "author_account_age_days": 4847 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5521 + "author_account_age_days": 5608 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 66, - "last_update": "2025-09-21 12:59:07", - "author_account_age_days": 3563 + "stars": 84, + "last_update": "2025-12-04 07:06:50", + "author_account_age_days": 3651 }, "https://github.com/gitcapoom/comfyui_fovestimator": { - "stars": 0, + "stars": 1, "last_update": "2025-11-06 17:12:20", - "author_account_age_days": 240 + "author_account_age_days": 328 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4425 + "author_account_age_days": 4512 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4425 + "author_account_age_days": 4512 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4425 + "author_account_age_days": 4512 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4425 + "author_account_age_days": 4512 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4425 + "author_account_age_days": 4512 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { - "stars": 11, + "stars": 12, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2829 + "author_account_age_days": 2917 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 187, + "stars": 194, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 3020 + "author_account_age_days": 3107 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { - "stars": 62, + "stars": 63, "last_update": "2025-08-18 08:00:38", - "author_account_age_days": 1095 + "author_account_age_days": 1183 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 492 + "author_account_age_days": 580 }, "https://github.com/glowcone/comfyui-base64-to-image": { - "stars": 18, + "stars": 19, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4268 + "author_account_age_days": 4355 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4268 + "author_account_age_days": 4355 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 15, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2816 + "author_account_age_days": 2904 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2816 + "author_account_age_days": 2904 + }, + "https://github.com/gmorks/ComfyUI-WatchPoint": { + "stars": 1, + "last_update": "2026-01-30 06:54:01", + "author_account_age_days": 2904 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 476 + "author_account_age_days": 563 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2251 + "author_account_age_days": 2339 }, "https://github.com/godmt/ComfyUI-List-Utils": { - "stars": 11, + "stars": 14, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2251 + "author_account_age_days": 2339 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3635 + "author_account_age_days": 3722 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 67, - "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1580 + "last_update": "2026-01-11 19:04:11", + "author_account_age_days": 1667 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, - "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1580 + "last_update": "2026-01-11 19:05:03", + "author_account_age_days": 1667 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 53, - "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1580 + "last_update": "2026-01-11 19:05:47", + "author_account_age_days": 1667 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 163, - "last_update": "2025-11-22 10:38:55", - "author_account_age_days": 1580 + "stars": 177, + "last_update": "2025-12-19 19:54:54", + "author_account_age_days": 1667 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 539, - "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1580 + "stars": 557, + "last_update": "2026-01-11 19:03:21", + "author_account_age_days": 1667 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { - "stars": 0, + "stars": 1, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 2097 + "author_account_age_days": 2185 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, - "last_update": "2025-10-04 03:55:06", - "author_account_age_days": 2983 + "last_update": "2025-12-31 01:27:36", + "author_account_age_days": 3070 }, "https://github.com/googincheng/ComfyUX": { - "stars": 149, + "stars": 150, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3311 + "author_account_age_days": 3398 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 34, + "stars": 38, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 755 + "author_account_age_days": 842 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 7, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 755 + "author_account_age_days": 842 }, "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": { "stars": 1, - "last_update": "2025-11-23 04:50:39", - "author_account_age_days": 1029 + "last_update": "2026-02-18 02:34:57", + "author_account_age_days": 1117 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4790 + "author_account_age_days": 4878 }, "https://github.com/gregory-richard/ComfyUI-WarpPipe": { - "stars": 0, - "last_update": "2025-11-19 10:17:51", - "author_account_age_days": 2624 + "stars": 1, + "last_update": "2026-02-15 21:36:14", + "author_account_age_days": 2712 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 344 + "author_account_age_days": 432 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 344 + "author_account_age_days": 432 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 344 + "author_account_age_days": 432 }, "https://github.com/gremlation/ComfyUI-ViewData": { - "stars": 1, + "stars": 2, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 344 + "author_account_age_days": 432 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 344 + "author_account_age_days": 432 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 218, + "stars": 229, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 1043 + "author_account_age_days": 1130 }, "https://github.com/grmchn/ComfyUI-ProportionChanger": { - "stars": 11, - "last_update": "2025-09-04 03:05:44", - "author_account_age_days": 180 + "stars": 81, + "last_update": "2025-12-13 06:58:50", + "author_account_age_days": 268 }, "https://github.com/grovergol/comfyui-grover-nodes": { "stars": 0, "last_update": "2025-09-02 11:18:16", - "author_account_age_days": 2621 + "author_account_age_days": 2709 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 174, + "stars": 189, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4368 + "author_account_age_days": 4455 }, "https://github.com/gsusgg/ComfyUI_CozyGen": { - "stars": 21, + "stars": 22, "last_update": "2025-10-17 22:36:41", - "author_account_age_days": 1140 + "author_account_age_days": 1228 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1677 + "author_account_age_days": 1764 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 5, "last_update": "2025-08-28 22:13:10", - "author_account_age_days": 5562 + "author_account_age_days": 5650 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4715 + "author_account_age_days": 4802 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 8, + "stars": 15, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4715 + "author_account_age_days": 4802 }, "https://github.com/guill/comfyui-stegaflow": { "stars": 0, "last_update": "2025-09-30 06:39:36", - "author_account_age_days": 4714 + "author_account_age_days": 4802 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 423 + "author_account_age_days": 511 }, "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { "stars": 0, "last_update": "2025-10-20 16:08:40", - "author_account_age_days": 963 + "author_account_age_days": 1051 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, - "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4628 + "last_update": "2025-12-03 19:53:27", + "author_account_age_days": 4716 + }, + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes": { + "stars": 1, + "last_update": "2025-12-14 01:34:47", + "author_account_age_days": 827 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2373 + "author_account_age_days": 2460 + }, + "https://github.com/hal-xp/halxp-comfy": { + "stars": 3, + "last_update": "2026-01-22 16:33:10", + "author_account_age_days": 3135 }, "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { - "stars": 10, + "stars": 11, "last_update": "2025-11-04 08:57:24", - "author_account_age_days": 995 + "author_account_age_days": 1083 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5358 + "author_account_age_days": 5446 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 2678, - "last_update": "2025-11-27 21:08:36", - "author_account_age_days": 763 + "stars": 3099, + "last_update": "2026-02-23 22:47:49", + "author_account_age_days": 851 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 627 + "author_account_age_days": 714 }, "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": { - "stars": 2, + "stars": 3, "last_update": "2025-10-30 23:34:18", - "author_account_age_days": 3775 + "author_account_age_days": 3863 + }, + "https://github.com/harishcmgit/comfyui_ds": { + "stars": 0, + "last_update": "2026-01-31 11:17:49", + "author_account_age_days": 376 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { - "stars": 2, + "stars": 3, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 1091 + "author_account_age_days": 1179 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 9, - "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4159 + "last_update": "2026-02-23 15:56:01", + "author_account_age_days": 4247 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5189 + "author_account_age_days": 5276 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5189 + "author_account_age_days": 5276 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5189 + "author_account_age_days": 5276 }, "https://github.com/hay86/ComfyUI_LatentSync": { - "stars": 16, + "stars": 17, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5189 + "author_account_age_days": 5276 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { - "stars": 41, + "stars": 42, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5189 + "author_account_age_days": 5276 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 19, + "stars": 20, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5189 + "author_account_age_days": 5276 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { - "stars": 202, + "stars": 205, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2438 + "author_account_age_days": 2526 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { - "stars": 0, - "last_update": "2025-11-18 12:13:59", - "author_account_age_days": 3247 + "stars": 2, + "last_update": "2026-01-11 16:34:55", + "author_account_age_days": 3336 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 164, + "stars": 183, "last_update": "2025-09-24 07:18:26", - "author_account_age_days": 2459 + "author_account_age_days": 2546 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 6, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 869 + "author_account_age_days": 957 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 2, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4452 + "author_account_age_days": 4540 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4685 + "author_account_age_days": 4773 }, "https://github.com/hekmon/comfyui-openai-api": { - "stars": 18, + "stars": 28, "last_update": "2025-11-26 08:45:23", - "author_account_age_days": 4685 + "author_account_age_days": 4773 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 2013, + "stars": 2106, "last_update": "2025-09-08 02:51:40", - "author_account_age_days": 3417 + "author_account_age_days": 3504 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3417 + "author_account_age_days": 3504 + }, + "https://github.com/hetima/ComfyUI-SingleLinePicker": { + "stars": 5, + "last_update": "2026-02-17 12:00:47", + "author_account_age_days": 6314 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { - "stars": 5, + "stars": 7, "last_update": "2025-10-12 02:28:44", - "author_account_age_days": 189 + "author_account_age_days": 277 }, "https://github.com/heyburns/PortraitUtils": { "stars": 1, "last_update": "2025-10-27 02:00:26", - "author_account_age_days": 2745 + "author_account_age_days": 2833 }, "https://github.com/heyburns/image-chooser-classic": { - "stars": 3, - "last_update": "2025-11-10 23:06:08", - "author_account_age_days": 2745 + "stars": 8, + "last_update": "2025-12-21 18:43:00", + "author_account_age_days": 2833 }, "https://github.com/hgabha/WWAA-CustomNodes": { - "stars": 25, - "last_update": "2025-11-23 01:17:28", - "author_account_age_days": 676 + "stars": 33, + "last_update": "2026-02-22 10:24:30", + "author_account_age_days": 764 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 1029 + "author_account_age_days": 1116 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 1037 + "author_account_age_days": 1125 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 5, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 3047 + "author_account_age_days": 3134 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 11, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2324 + "author_account_age_days": 2411 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 219, + "stars": 235, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5634 + "author_account_age_days": 5721 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { - "stars": 8, + "stars": 9, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3135 + "author_account_age_days": 3223 }, "https://github.com/hmwl/ComfyUI_zip": { - "stars": 4, + "stars": 6, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3135 + "author_account_age_days": 3223 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 1076 + "author_account_age_days": 1164 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 1, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 1076 + "author_account_age_days": 1164 }, "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": { - "stars": 1, - "last_update": "2025-11-26 10:00:06", - "author_account_age_days": 1477 + "stars": 6, + "last_update": "2025-12-21 16:08:04", + "author_account_age_days": 1565 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2850 + "author_account_age_days": 2938 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5164 + "author_account_age_days": 5252 }, "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": { - "stars": 0, + "stars": 1, "last_update": "2025-11-20 10:20:50", - "author_account_age_days": 3872 + "author_account_age_days": 3960 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5154 + "author_account_age_days": 5241 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5154 + "author_account_age_days": 5241 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 449, + "stars": 460, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1759 + "author_account_age_days": 1847 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-09-04 17:15:58", - "author_account_age_days": 4025 + "author_account_age_days": 4113 + }, + "https://github.com/hubo502/ComfyUI-Env-Loader": { + "stars": 0, + "last_update": "2025-12-07 03:39:23", + "author_account_age_days": 4507 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 637, + "stars": 645, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3398 + "author_account_age_days": 3485 + }, + "https://github.com/huchenlei/ComfyUI-execution-glow": { + "stars": 7, + "last_update": "2025-12-18 21:57:51", + "author_account_age_days": 3485 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1742, + "stars": 1762, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3398 + "author_account_age_days": 3485 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 132, + "stars": 146, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3398 + "author_account_age_days": 3485 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 76, + "stars": 80, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3398 + "author_account_age_days": 3485 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 151, + "stars": 154, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3398 + "author_account_age_days": 3485 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 448, + "stars": 446, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3398 + "author_account_age_days": 3485 + }, + "https://github.com/huchukato/ComfyUI-QwenVL-Mod": { + "stars": 17, + "last_update": "2026-02-23 11:15:10", + "author_account_age_days": 602 + }, + "https://github.com/huchukato/comfy-tagcomplete": { + "stars": 3, + "last_update": "2026-02-14 23:53:07", + "author_account_age_days": 602 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { - "stars": 36, + "stars": 35, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6162 + "author_account_age_days": 6249 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-11-17 22:24:25", - "author_account_age_days": 3357 + "author_account_age_days": 3445 + }, + "https://github.com/huihuihuiz/lora_downloader": { + "stars": 1, + "last_update": "2025-12-10 04:57:14", + "author_account_age_days": 2157 + }, + "https://github.com/huihuihuiz/plugin_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:29", + "author_account_age_days": 2157 + }, + "https://github.com/huihuihuiz/unet_downloader": { + "stars": 0, + "last_update": "2025-12-24 12:09:21", + "author_account_age_days": 2157 + }, + "https://github.com/huihuihuiz/upscaler_downloader": { + "stars": 1, + "last_update": "2025-12-24 12:09:39", + "author_account_age_days": 2157 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 356 + "author_account_age_days": 444 }, "https://github.com/hujuying/ComfyUI-ModelScope-API": { - "stars": 16, - "last_update": "2025-10-23 13:08:35", - "author_account_age_days": 1298 + "stars": 56, + "last_update": "2025-12-31 19:32:35", + "author_account_age_days": 1386 + }, + "https://github.com/hum-ma/ComfyUI-GPUCLIP": { + "stars": 0, + "last_update": "2026-02-06 09:28:49", + "author_account_age_days": 391 }, "https://github.com/hum-ma/ComfyUI-TiledVaeLite": { - "stars": 0, - "last_update": "2025-11-24 19:36:21", - "author_account_age_days": 303 + "stars": 4, + "last_update": "2026-02-20 17:23:29", + "author_account_age_days": 391 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1888 + "author_account_age_days": 1975 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { - "stars": 37, + "stars": 38, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 249 + "author_account_age_days": 337 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 66, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 962 + "author_account_age_days": 1049 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 962 + "author_account_age_days": 1049 }, "https://github.com/huwenkai26/comfyui-remove-text": { "stars": 0, "last_update": "2025-08-28 07:03:52", - "author_account_age_days": 3548 + "author_account_age_days": 3636 }, "https://github.com/huygiatrng/Facefusion_comfyui": { - "stars": 33, - "last_update": "2025-11-26 00:35:59", - "author_account_age_days": 1983 + "stars": 57, + "last_update": "2025-11-30 22:08:41", + "author_account_age_days": 2071 + }, + "https://github.com/huyl3-cpu/ComfyUI-PyTorch210Patcher": { + "stars": 0, + "last_update": "2026-02-01 15:04:08", + "author_account_age_days": 2242 }, "https://github.com/huyl3-cpu/comfyui-sortlist": { "stars": 0, - "last_update": "2025-11-26 19:48:57", - "author_account_age_days": 2154 + "last_update": "2026-02-23 22:47:29", + "author_account_age_days": 2242 }, "https://github.com/hvppycoding/comfyui-json-prompt-renderer": { "stars": 0, "last_update": "2025-08-26 15:49:55", - "author_account_age_days": 1127 + "author_account_age_days": 1215 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1127 + "author_account_age_days": 1215 }, "https://github.com/hw5511/comfyui_hf_upscaler_loader": { "stars": 1, - "last_update": "2025-11-18 23:03:59", - "author_account_age_days": 1610 + "last_update": "2025-12-24 21:22:27", + "author_account_age_days": 1698 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3410 + "author_account_age_days": 3497 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 3, - "last_update": "2025-10-05 09:31:10", - "author_account_age_days": 1448 + "last_update": "2026-02-22 04:59:44", + "author_account_age_days": 1536 + }, + "https://github.com/hyukudan/comfyui-video-resolution": { + "stars": 0, + "last_update": "2026-01-23 20:57:19", + "author_account_age_days": 3567 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { - "stars": 4, + "stars": 5, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3632 + "author_account_age_days": 3719 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { - "stars": 6, + "stars": 8, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 261 + "author_account_age_days": 349 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 2079 + "author_account_age_days": 2166 }, "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { - "stars": 0, + "stars": 1, "last_update": "2025-10-06 15:37:39", - "author_account_age_days": 1458 + "author_account_age_days": 1546 }, "https://github.com/iGavroche/rocm-ninodes": { - "stars": 11, - "last_update": "2025-11-27 19:22:37", - "author_account_age_days": 1458 + "stars": 26, + "last_update": "2026-01-14 16:07:18", + "author_account_age_days": 1546 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 2, - "last_update": "2025-11-24 21:59:47", - "author_account_age_days": 4693 + "last_update": "2025-12-19 06:12:25", + "author_account_age_days": 4781 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4675 + "author_account_age_days": 4763 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, - "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4675 + "last_update": "2025-11-30 19:02:30", + "author_account_age_days": 4763 }, "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": { - "stars": 5, + "stars": 6, "last_update": "2025-09-17 18:53:24", - "author_account_age_days": 3541 + "author_account_age_days": 3629 }, "https://github.com/ialhabbal/OcclusionMask": { - "stars": 28, + "stars": 33, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3541 + "author_account_age_days": 3629 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2727 + "author_account_age_days": 2815 }, "https://github.com/icekiub-ai/ComfyUI-IcyHider": { - "stars": 21, - "last_update": "2025-11-23 16:25:16", - "author_account_age_days": 61 + "stars": 29, + "last_update": "2025-12-03 23:37:30", + "author_account_age_days": 149 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4628 + "author_account_age_days": 4715 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-09-21 06:08:00", - "author_account_age_days": 4917 + "author_account_age_days": 5005 + }, + "https://github.com/id7238/ComfyUI-PackedPipes": { + "stars": 3, + "last_update": "2026-02-04 05:08:41", + "author_account_age_days": 61 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 241, + "stars": 256, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3571 + "author_account_age_days": 3658 }, "https://github.com/idvdii/ComfyUI-DvD-LoraTriggerwordsManager": { - "stars": 3, + "stars": 7, "last_update": "2025-11-27 06:58:09", - "author_account_age_days": 225 + "author_account_age_days": 312 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5813 + "author_account_age_days": 5900 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { - "stars": 21, + "stars": 25, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { - "stars": 44, + "stars": 43, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { - "stars": 20, + "stars": 22, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { - "stars": 64, + "stars": 67, "last_update": "2025-09-03 12:31:44", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { - "stars": 145, + "stars": 150, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { - "stars": 171, + "stars": 173, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { - "stars": 439, + "stars": 448, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { - "stars": 52, + "stars": 54, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 9, "last_update": "2025-08-25 14:42:19", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { - "stars": 133, + "stars": 150, "last_update": "2025-09-08 20:24:15", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { - "stars": 12, + "stars": 14, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3384 + "author_account_age_days": 3471 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-11-01 09:00:24", - "author_account_age_days": 3692 + "author_account_age_days": 3780 }, "https://github.com/iguanesolutions/comfyui-flux-resolution": { "stars": 4, "last_update": "2025-11-27 14:42:19", - "author_account_age_days": 3032 + "author_account_age_days": 3120 }, "https://github.com/iguanesolutions/comfyui-ig1-tools": { "stars": 4, "last_update": "2025-11-27 14:42:19", - "author_account_age_days": 3032 + "author_account_age_days": 3120 + }, + "https://github.com/ihmily/ComfyUI-FitDiTx": { + "stars": 0, + "last_update": "2026-02-05 05:50:21", + "author_account_age_days": 1238 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 15, - "last_update": "2025-10-11 08:31:53", - "author_account_age_days": 1150 + "last_update": "2025-12-03 14:13:35", + "author_account_age_days": 1238 }, "https://github.com/ihmily/comfy-deploy": { "stars": 1, - "last_update": "2025-11-27 09:52:38", - "author_account_age_days": 1150 + "last_update": "2026-01-30 07:46:51", + "author_account_age_days": 1238 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 265 + "author_account_age_days": 353 + }, + "https://github.com/illuminatianon/comfyui-lumi-tools": { + "stars": 0, + "last_update": "2026-02-17 05:10:39", + "author_account_age_days": 353 }, "https://github.com/imb101/ComfyUI-FaceSwap": { - "stars": 36, + "stars": 39, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1410 + "author_account_age_days": 1498 }, "https://github.com/infinigence/ComfyUI-Infinigence-Nodes": { "stars": 2, "last_update": "2025-08-25 03:41:44", - "author_account_age_days": 665 + "author_account_age_days": 753 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { - "stars": 8, + "stars": 9, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 665 - }, - "https://github.com/inflamously/comfyui-prompt-enhancer": { - "stars": 0, - "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4301 + "author_account_age_days": 753 }, "https://github.com/injet-zhou/comfyui_extra_api": { - "stars": 14, + "stars": 15, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2749 + "author_account_age_days": 2836 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 67, + "stars": 68, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3407 + "author_account_age_days": 3495 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 42, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4239 + "author_account_age_days": 4327 + }, + "https://github.com/isala404/comfy-workflow-api": { + "stars": 0, + "last_update": "2026-01-21 15:11:59", + "author_account_age_days": 3182 + }, + "https://github.com/isekai-sh/isekai-comfy-node": { + "stars": 2, + "last_update": "2026-01-09 17:58:02", + "author_account_age_days": 75 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 2, - "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4948 + "last_update": "2026-02-15 20:12:13", + "author_account_age_days": 5035 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 504 + "author_account_age_days": 592 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 93, + "stars": 98, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4393 + "author_account_age_days": 4480 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 86, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4393 + "author_account_age_days": 4480 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1375, - "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4393 + "stars": 1426, + "last_update": "2026-02-03 23:14:33", + "author_account_age_days": 4480 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 59, + "stars": 58, "last_update": "2025-08-25 12:58:44", - "author_account_age_days": 4281 + "author_account_age_days": 4369 + }, + "https://github.com/jajos12/Comfyui-WanVideo-Context": { + "stars": 2, + "last_update": "2026-01-26 00:23:11", + "author_account_age_days": 1251 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 128, - "last_update": "2025-11-25 08:00:03", - "author_account_age_days": 2094 + "stars": 136, + "last_update": "2026-02-21 08:55:25", + "author_account_age_days": 2181 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1499 + "author_account_age_days": 1586 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 3049 + "author_account_age_days": 3136 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 152, + "stars": 180, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 3049 + "author_account_age_days": 3136 }, "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { "stars": 1, "last_update": "2025-10-04 06:23:15", - "author_account_age_days": 1485 + "author_account_age_days": 1573 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 16, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4999 + "author_account_age_days": 5087 }, "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": { - "stars": 22, + "stars": 33, "last_update": "2025-11-12 19:23:07", - "author_account_age_days": 421 + "author_account_age_days": 509 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { - "stars": 1, + "stars": 2, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4900 + "author_account_age_days": 4988 }, "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": { "stars": 0, - "last_update": "2025-09-21 14:38:59", - "author_account_age_days": 4900 + "last_update": "2026-01-19 15:43:23", + "author_account_age_days": 4988 }, "https://github.com/jav12z/ComfyUI-ToyShaders": { - "stars": 2, - "last_update": "2025-11-26 19:15:56", - "author_account_age_days": 1218 + "stars": 4, + "last_update": "2025-12-20 13:02:51", + "author_account_age_days": 1306 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { - "stars": 189, + "stars": 188, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 1099 + "author_account_age_days": 1186 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 19, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 1099 + "author_account_age_days": 1186 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 1099 + "author_account_age_days": 1186 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { - "stars": 187, + "stars": 186, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 1099 + "author_account_age_days": 1186 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 1099 + "author_account_age_days": 1186 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 1099 + "author_account_age_days": 1186 + }, + "https://github.com/jchiotaka/comfyui-tile-calculator": { + "stars": 0, + "last_update": "2026-01-08 18:35:49", + "author_account_age_days": 5225 + }, + "https://github.com/jeankassio/ComfyUI_MusicTools": { + "stars": 123, + "last_update": "2025-12-09 11:04:57", + "author_account_age_days": 3256 + }, + "https://github.com/jeankassio/JK-AceStep-Nodes": { + "stars": 17, + "last_update": "2025-12-12 22:23:08", + "author_account_age_days": 3256 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4992 + "author_account_age_days": 5080 }, "https://github.com/jeffy5/comfyui-faceless-node": { - "stars": 57, + "stars": 58, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3453 + "author_account_age_days": 3540 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 3, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 288 + "author_account_age_days": 376 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 4, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4453 + "author_account_age_days": 4541 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 0, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2855 + "author_account_age_days": 2943 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2855 + "author_account_age_days": 2943 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 149, + "stars": 153, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4174 + "author_account_age_days": 4261 + }, + "https://github.com/jessesep/SimpleVariables": { + "stars": 0, + "last_update": "2025-12-05 01:30:24", + "author_account_age_days": 2855 }, "https://github.com/jfcantu/ComfyUI-AutoNotes": { - "stars": 9, - "last_update": "2025-10-01 21:17:38", - "author_account_age_days": 2509 + "stars": 10, + "last_update": "2025-12-16 06:12:41", + "author_account_age_days": 2597 }, "https://github.com/jfcantu/ComfyUI-Prompt-Companion": { - "stars": 7, + "stars": 8, "last_update": "2025-09-28 22:27:53", - "author_account_age_days": 2509 + "author_account_age_days": 2597 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { - "stars": 55, + "stars": 56, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1420 + "author_account_age_days": 1508 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 5, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1420 + "author_account_age_days": 1508 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2734 + "author_account_age_days": 2822 }, "https://github.com/jialuw0830/flux_api_comfyui_plugin": { "stars": 0, "last_update": "2025-09-04 12:42:43", - "author_account_age_days": 362 + "author_account_age_days": 450 + }, + "https://github.com/jianglinbin/ComfyUI-AnglesSelect": { + "stars": 1, + "last_update": "2026-01-12 01:33:50", + "author_account_age_days": 165 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { - "stars": 22, + "stars": 23, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3558 + "author_account_age_days": 3646 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 15, - "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3651 + "last_update": "2026-01-23 13:22:02", + "author_account_age_days": 3739 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 283, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1808 + "author_account_age_days": 1895 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { - "stars": 0, + "stars": 2, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 5098 + "author_account_age_days": 5186 }, "https://github.com/jinchanz/ComfyUI-ADIC": { - "stars": 3, - "last_update": "2025-11-21 01:45:46", - "author_account_age_days": 2586 + "stars": 5, + "last_update": "2026-02-05 03:30:18", + "author_account_age_days": 2674 }, "https://github.com/jitcoder/lora-info": { - "stars": 106, + "stars": 114, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4562 + "author_account_age_days": 4650 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { - "stars": 36, + "stars": 41, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4171 + "author_account_age_days": 4258 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, - "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4734 + "last_update": "2026-02-01 18:11:02", + "author_account_age_days": 4821 + }, + "https://github.com/jluo-github/comfyui-auto-size": { + "stars": 0, + "last_update": "2026-02-17 20:46:56", + "author_account_age_days": 1884 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5119 + "author_account_age_days": 5206 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4506 + "author_account_age_days": 4593 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { - "stars": 10, - "last_update": "2025-11-24 17:21:49", - "author_account_age_days": 860 + "stars": 17, + "last_update": "2026-02-21 19:27:18", + "author_account_age_days": 947 + }, + "https://github.com/jo-nike/ComfyUI-SopranoTTS": { + "stars": 1, + "last_update": "2025-12-30 05:43:42", + "author_account_age_days": 4151 }, "https://github.com/joanna910225/comfyui-housekeeper": { - "stars": 17, - "last_update": "2025-10-22 15:12:57", - "author_account_age_days": 4140 + "stars": 21, + "last_update": "2025-12-02 06:51:44", + "author_account_age_days": 4228 + }, + "https://github.com/joe002/comfyui-conduit-optimizer": { + "stars": 1, + "last_update": "2026-01-14 19:19:39", + "author_account_age_days": 4474 + }, + "https://github.com/joe002/comfyui-deterministic-nodes": { + "stars": 0, + "last_update": "2026-01-14 21:12:09", + "author_account_age_days": 4474 + }, + "https://github.com/joe002/comfyui-rtx4090-nodes": { + "stars": 1, + "last_update": "2026-01-14 19:17:15", + "author_account_age_days": 4474 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 1, - "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4268 + "last_update": "2026-01-20 17:12:40", + "author_account_age_days": 4356 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 677, + "stars": 710, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 730 + "author_account_age_days": 817 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 141, + "stars": 142, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5320 + "author_account_age_days": 5407 + }, + "https://github.com/jomakaze/ComfyUI_JomaNodes": { + "stars": 2, + "last_update": "2025-12-05 07:33:50", + "author_account_age_days": 2870 }, "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { - "stars": 3, + "stars": 14, "last_update": "2025-11-21 15:27:33", - "author_account_age_days": 1124 + "author_account_age_days": 1212 + }, + "https://github.com/jonstreeter/comfyui-Lora-Tag-Power-Loader": { + "stars": 0, + "last_update": "2025-12-18 13:55:23", + "author_account_age_days": 1212 }, "https://github.com/jonstreeter/comfyui-compressed-metadata": { "stars": 0, "last_update": "2025-10-12 19:25:48", - "author_account_age_days": 1124 + "author_account_age_days": 1212 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { - "stars": 4, + "stars": 5, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 787 + "author_account_age_days": 875 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 34, - "last_update": "2025-08-30 18:41:41", - "author_account_age_days": 5515 + "stars": 36, + "last_update": "2026-02-01 17:16:52", + "author_account_age_days": 5602 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { - "stars": 0, + "stars": 1, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4635 + "author_account_age_days": 4723 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4635 + "author_account_age_days": 4723 }, "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": { "stars": 0, "last_update": "2025-09-18 16:37:02", - "author_account_age_days": 786 + "author_account_age_days": 874 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 562 + "author_account_age_days": 650 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 5, "last_update": "2025-10-10 09:41:20", - "author_account_age_days": 562 + "author_account_age_days": 650 }, "https://github.com/jrabek/BokehDiffusionComfyUI": { - "stars": 0, + "stars": 1, "last_update": "2025-11-27 18:58:43", - "author_account_age_days": 5076 + "author_account_age_days": 5164 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { - "stars": 13, + "stars": 14, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1211 + "author_account_age_days": 1298 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2386 + "author_account_age_days": 2473 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4452 + "author_account_age_days": 4539 }, "https://github.com/jtrue/ComfyUI-Rect": { "stars": 3, "last_update": "2025-08-24 04:20:24", - "author_account_age_days": 4452 + "author_account_age_days": 4539 }, "https://github.com/jtrue/ComfyUI-WordEmbeddings": { "stars": 1, "last_update": "2025-08-22 05:30:24", - "author_account_age_days": 4452 + "author_account_age_days": 4539 }, "https://github.com/jtydhr88/ComfyUI-AudioMass": { - "stars": 22, - "last_update": "2025-08-30 13:36:54", - "author_account_age_days": 5275 + "stars": 27, + "last_update": "2026-02-06 18:35:10", + "author_account_age_days": 5362 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 31, + "stars": 32, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5275 + "author_account_age_days": 5362 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 103, + "stars": 108, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5275 + "author_account_age_days": 5362 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 121, - "last_update": "2025-08-30 20:34:42", - "author_account_age_days": 5275 + "stars": 148, + "last_update": "2025-12-01 18:41:51", + "author_account_age_days": 5362 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5275 + "author_account_age_days": 5362 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 39, + "stars": 46, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5275 + "author_account_age_days": 5362 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 7, - "last_update": "2025-10-06 06:57:23", - "author_account_age_days": 1632 + "last_update": "2026-01-06 00:31:29", + "author_account_age_days": 1720 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 20, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2367 + "author_account_age_days": 2455 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { - "stars": 6, + "stars": 7, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2367 + "author_account_age_days": 2455 }, "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": { - "stars": 1, + "stars": 5, "last_update": "2025-11-19 17:19:47", - "author_account_age_days": 2367 + "author_account_age_days": 2455 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2367 + "author_account_age_days": 2455 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { - "stars": 54, + "stars": 57, "last_update": "2025-10-26 21:23:07", - "author_account_age_days": 2367 + "author_account_age_days": 2455 }, "https://github.com/judian17/ComfyUI-multiple-inputs": { - "stars": 0, + "stars": 2, "last_update": "2025-11-26 17:17:01", - "author_account_age_days": 2367 + "author_account_age_days": 2455 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 9, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2367 + "author_account_age_days": 2455 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 511, - "last_update": "2025-11-21 06:39:00", - "author_account_age_days": 1634 + "stars": 551, + "last_update": "2026-01-27 08:21:06", + "author_account_age_days": 1721 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { - "stars": 1, + "stars": 2, "last_update": "2025-10-01 02:59:34", - "author_account_age_days": 271 + "author_account_age_days": 359 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { - "stars": 22, + "stars": 29, "last_update": "2025-09-21 06:59:59", - "author_account_age_days": 271 + "author_account_age_days": 359 }, "https://github.com/jupo-ai/comfy-join-prompt": { - "stars": 1, + "stars": 2, "last_update": "2025-10-01 03:36:40", - "author_account_age_days": 271 + "author_account_age_days": 359 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-21 16:31:49", - "author_account_age_days": 271 + "author_account_age_days": 359 }, "https://github.com/jupo-ai/comfy-preview-model": { - "stars": 0, + "stars": 1, "last_update": "2025-08-21 16:38:28", - "author_account_age_days": 271 + "author_account_age_days": 359 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 188 + "author_account_age_days": 276 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 188 + "author_account_age_days": 276 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 433 + "author_account_age_days": 521 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 474, + "stars": 504, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3311 + "author_account_age_days": 3398 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3228 + "author_account_age_days": 3316 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3996 + "author_account_age_days": 4084 }, "https://github.com/ka-puna/comfyui-yanc": { - "stars": 11, + "stars": 12, "last_update": "2025-09-07 18:29:10", - "author_account_age_days": 2729 + "author_account_age_days": 2816 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { - "stars": 5, + "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1789 + "author_account_age_days": 1876 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { - "stars": 5, + "stars": 6, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 248 + "author_account_age_days": 336 + }, + "https://github.com/kadevin/ComfyUI-Active-Node-Highlighter": { + "stars": 0, + "last_update": "2026-02-03 23:54:04", + "author_account_age_days": 5041 + }, + "https://github.com/kadima-tech/comfyui-draggen": { + "stars": 0, + "last_update": "2026-02-17 03:03:07", + "author_account_age_days": 3420 }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 22, - "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2851 + "stars": 24, + "last_update": "2026-02-08 18:26:13", + "author_account_age_days": 2939 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 106, - "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2851 + "stars": 117, + "last_update": "2026-02-10 14:34:27", + "author_account_age_days": 2939 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 9, "last_update": "2025-08-20 00:08:16", - "author_account_age_days": 3169 + "author_account_age_days": 3257 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 643, + "stars": 650, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5203 + "author_account_age_days": 5291 }, "https://github.com/kaipard/comfyui-auto-latent-size": { - "stars": 0, + "stars": 1, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2950 + "author_account_age_days": 3038 + }, + "https://github.com/kakachiex2/comfyui-ltx2-efficient": { + "stars": 6, + "last_update": "2026-01-29 16:14:12", + "author_account_age_days": 5025 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2134 + "author_account_age_days": 2221 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { - "stars": 20, + "stars": 21, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2134 + "author_account_age_days": 2221 }, "https://github.com/kale4eat/ComfyUI-string-util": { - "stars": 5, + "stars": 6, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2134 + "author_account_age_days": 2221 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2134 + "author_account_age_days": 2221 }, "https://github.com/kambara/ComfyUI-PromptPalette": { - "stars": 9, - "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 6056 + "stars": 21, + "last_update": "2026-01-25 09:40:58", + "author_account_age_days": 6144 + }, + "https://github.com/kana112233/ComfyUI-kaola-ace-step": { + "stars": 11, + "last_update": "2026-02-22 08:13:22", + "author_account_age_days": 3931 }, "https://github.com/kanibus/kanibus": { "stars": 5, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 1058 + "author_account_age_days": 1146 + }, + "https://github.com/kantan-kanto/ComfyUI-LLM-Session": { + "stars": 1, + "last_update": "2026-02-13 11:45:24", + "author_account_age_days": 2591 + }, + "https://github.com/kantan-kanto/ComfyUI-MultiModal-Prompt-Nodes": { + "stars": 1, + "last_update": "2026-02-10 01:04:35", + "author_account_age_days": 2591 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 30, "last_update": "2025-10-05 05:29:47", - "author_account_age_days": 4407 + "author_account_age_days": 4495 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 2033 + "author_account_age_days": 2120 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { - "stars": 11, + "stars": 12, "last_update": "2025-11-07 17:29:28", - "author_account_age_days": 3178 + "author_account_age_days": 3266 + }, + "https://github.com/karas17/comfyui_GLM_TTS": { + "stars": 3, + "last_update": "2025-12-24 03:07:01", + "author_account_age_days": 3266 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 717 + "author_account_age_days": 805 }, "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": { - "stars": 2, + "stars": 3, "last_update": "2025-11-02 13:46:51", - "author_account_age_days": 717 + "author_account_age_days": 805 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3183 + "author_account_age_days": 3270 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { - "stars": 4, + "stars": 5, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1275 + "author_account_age_days": 1362 + }, + "https://github.com/kaushiknishchay/ComfyUI-Qwen3-ASR": { + "stars": 7, + "last_update": "2026-01-30 08:44:19", + "author_account_age_days": 3758 + }, + "https://github.com/kayorlian/ComfyuiSmartColorMatch": { + "stars": 1, + "last_update": "2026-02-19 04:01:18", + "author_account_age_days": 1099 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { - "stars": 0, + "stars": 1, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1249 + "author_account_age_days": 1337 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4650 + "author_account_age_days": 4737 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4650 + "author_account_age_days": 4737 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 176, + "stars": 178, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4650 + "author_account_age_days": 4737 }, "https://github.com/keghoang/ComfyUI-Charon": { "stars": 0, "last_update": "2025-11-24 19:00:49", - "author_account_age_days": 3566 + "author_account_age_days": 3653 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { - "stars": 1, + "stars": 3, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3510 + "author_account_age_days": 3598 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3510 + "author_account_age_days": 3598 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3510 + "author_account_age_days": 3598 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 63, + "stars": 68, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5411 + "author_account_age_days": 5498 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1275 + "author_account_age_days": 1363 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1275 + "author_account_age_days": 1363 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1481 + "author_account_age_days": 1568 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 5, "last_update": "2025-08-31 18:49:44", - "author_account_age_days": 4467 + "author_account_age_days": 4555 + }, + "https://github.com/kianthos/Earthbound---All-in-one-ComfyUI-Node": { + "stars": 0, + "last_update": "2026-01-21 14:48:25", + "author_account_age_days": 432 }, "https://github.com/kianxyzw/comfyui-model-linker": { - "stars": 43, - "last_update": "2025-11-05 15:39:16", - "author_account_age_days": 1395 + "stars": 61, + "last_update": "2026-01-19 00:35:34", + "author_account_age_days": 1483 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 178, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 74, + "stars": 77, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 149, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 239, + "stars": 241, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1532, + "stars": 1539, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 190, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 161, + "stars": 162, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 371, + "stars": 394, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 72, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 679, + "stars": 681, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { - "stars": 115, + "stars": 114, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1510, - "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2705 + "stars": 1604, + "last_update": "2026-01-30 00:34:38", + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1084, + "stars": 1113, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 421, + "stars": 446, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 125, + "stars": 126, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2559, + "stars": 2577, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1118, + "stars": 1136, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1979, - "last_update": "2025-11-27 15:57:53", - "author_account_age_days": 2705 + "stars": 2328, + "last_update": "2026-02-22 18:28:58", + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 597, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 245, + "stars": 248, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { - "stars": 85, - "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2705 + "stars": 101, + "last_update": "2026-01-12 19:20:52", + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { - "stars": 62, + "stars": 61, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2099, + "stars": 2127, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 157, + "stars": 162, "last_update": "2025-11-04 16:36:47", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 196, + "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 556, + "stars": 567, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-MelBandRoFormer": { - "stars": 79, - "last_update": "2025-08-26 08:29:25", - "author_account_age_days": 2705 + "stars": 152, + "last_update": "2026-01-30 22:11:18", + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 509, + "stars": 516, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 52, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { - "stars": 43, + "stars": 44, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 367, + "stars": 368, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2705 + "author_account_age_days": 2792 + }, + "https://github.com/kijai/ComfyUI-SCAIL-Pose": { + "stars": 283, + "last_update": "2025-12-24 16:55:33", + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2171, - "last_update": "2025-09-24 13:51:11", - "author_account_age_days": 2705 + "stars": 2228, + "last_update": "2026-02-04 14:55:15", + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 164, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { - "stars": 60, + "stars": 64, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 5365, - "last_update": "2025-11-27 18:19:07", - "author_account_age_days": 2705 + "stars": 6098, + "last_update": "2026-02-22 13:18:05", + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-depth-fm": { - "stars": 86, + "stars": 87, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 111, + "stars": 110, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1135, + "stars": 1170, "last_update": "2025-09-28 08:35:30", - "author_account_age_days": 2705 + "author_account_age_days": 2792 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 21, - "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 378 + "stars": 23, + "last_update": "2026-02-20 14:00:32", + "author_account_age_days": 466 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 29, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 990 + "author_account_age_days": 1077 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { - "stars": 30, + "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 990 + "author_account_age_days": 1077 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 990 + "author_account_age_days": 1077 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 60, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 990 + "author_account_age_days": 1077 + }, + "https://github.com/kishida/comfyui-text-renderer": { + "stars": 1, + "last_update": "2026-01-09 06:23:01", + "author_account_age_days": 5222 }, "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": { - "stars": 11, + "stars": 14, "last_update": "2025-11-16 06:39:09", - "author_account_age_days": 3664 + "author_account_age_days": 3752 }, "https://github.com/kjqwer/SmartSaveImage": { "stars": 1, "last_update": "2025-11-21 07:32:18", - "author_account_age_days": 716 + "author_account_age_days": 804 }, "https://github.com/kk8bit/KayTool": { - "stars": 275, + "stars": 331, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 878 + "author_account_age_days": 966 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-10-12 09:38:53", - "author_account_age_days": 947 + "last_update": "2025-12-07 05:28:22", + "author_account_age_days": 1034 }, "https://github.com/kmlbdh/ComfyUI-kmlbdh-VideoCombine": { "stars": 2, "last_update": "2025-09-13 14:47:17", - "author_account_age_days": 3699 + "author_account_age_days": 3787 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { - "stars": 6, + "stars": 7, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3699 + "author_account_age_days": 3787 + }, + "https://github.com/knishika62/ComfyUI-DualLoraStack": { + "stars": 0, + "last_update": "2026-02-01 23:08:58", + "author_account_age_days": 1379 + }, + "https://github.com/knishika62/ComfyUI-LyricForge": { + "stars": 13, + "last_update": "2026-02-04 04:46:20", + "author_account_age_days": 1379 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 722 + "author_account_age_days": 809 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-09-19 10:01:44", - "author_account_age_days": 3413 + "author_account_age_days": 3500 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 205, + "stars": 209, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2331 + "author_account_age_days": 2418 }, "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { - "stars": 0, + "stars": 1, "last_update": "2025-10-27 19:59:19", - "author_account_age_days": 4246 + "author_account_age_days": 4334 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1105 + "author_account_age_days": 1192 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 78, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1105 + "author_account_age_days": 1192 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 8, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3570 + "author_account_age_days": 3658 + }, + "https://github.com/kplkasteel/ComfyUI-SubstringExtractor": { + "stars": 0, + "last_update": "2026-01-02 18:57:10", + "author_account_age_days": 3060 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 164 + "author_account_age_days": 252 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2979 + "author_account_age_days": 3067 }, "https://github.com/krakenunbound/ComfyUI-KrakenTools": { "stars": 2, - "last_update": "2025-08-25 21:17:49", - "author_account_age_days": 100 + "last_update": "2025-12-07 18:32:43", + "author_account_age_days": 188 + }, + "https://github.com/krakenunbound/comfyui-kraken-tools": { + "stars": 1, + "last_update": "2026-01-06 21:06:17", + "author_account_age_days": 188 + }, + "https://github.com/krakenunbound/kraken-discord-bot": { + "stars": 1, + "last_update": "2025-12-10 20:36:38", + "author_account_age_days": 188 + }, + "https://github.com/kreonxv/ComfyUI-ForgeAPI": { + "stars": 0, + "last_update": "2026-02-03 09:44:07", + "author_account_age_days": 48 + }, + "https://github.com/kreonxv/ComfyUI-GroupBypasser": { + "stars": 0, + "last_update": "2026-02-03 11:00:11", + "author_account_age_days": 48 + }, + "https://github.com/kreonxv/ComfyUI-Infinity-Canvas": { + "stars": 0, + "last_update": "2026-02-03 11:03:29", + "author_account_age_days": 48 + }, + "https://github.com/kreonxv/ComfyUI-LoraControls": { + "stars": 0, + "last_update": "2026-02-03 09:38:58", + "author_account_age_days": 48 + }, + "https://github.com/kreonxv/ComfyUI-T2I_StyleApply": { + "stars": 0, + "last_update": "2026-02-03 10:59:42", + "author_account_age_days": 48 + }, + "https://github.com/kreonxv/ComfyUI-Whiteboard": { + "stars": 0, + "last_update": "2026-02-03 10:58:38", + "author_account_age_days": 48 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 2, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1822 + "author_account_age_days": 1910 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2800 + "author_account_age_days": 2888 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 2088 + "author_account_age_days": 2176 }, "https://github.com/kungful/ComfyUI_to_webui": { - "stars": 18, - "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1644 + "stars": 23, + "last_update": "2026-01-09 09:39:55", + "author_account_age_days": 1732 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 3042 + "author_account_age_days": 3129 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1139 + "author_account_age_days": 1227 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1130 + "author_account_age_days": 1217 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2025-08-27 13:47:53", - "author_account_age_days": 1462 + "author_account_age_days": 1550 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 5, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 332 + "author_account_age_days": 420 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1689 + "author_account_age_days": 1776 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 3, - "last_update": "2025-09-11 02:01:13", - "author_account_age_days": 2178 + "last_update": "2026-02-06 10:08:43", + "author_account_age_days": 2266 }, "https://github.com/lakkiy/ComfyUI-RWImageS3": { "stars": 0, - "last_update": "2025-11-18 12:12:24", - "author_account_age_days": 3265 + "last_update": "2026-02-04 09:16:15", + "author_account_age_days": 3353 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { - "stars": 7, + "stars": 9, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3353 + "author_account_age_days": 3440 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 6, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3353 + "author_account_age_days": 3440 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3353 + "author_account_age_days": 3440 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3353 + "author_account_age_days": 3440 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3353 + "author_account_age_days": 3440 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 87, + "stars": 92, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3353 + "author_account_age_days": 3440 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3353 + "author_account_age_days": 3440 + }, + "https://github.com/laolaoruqin/ComfyUI-free-drag-crop": { + "stars": 0, + "last_update": "2026-02-09 20:03:55", + "author_account_age_days": 3356 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 61, - "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3598 + "stars": 69, + "last_update": "2026-01-01 18:51:41", + "author_account_age_days": 3685 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 672 + "author_account_age_days": 759 + }, + "https://github.com/latentastronaut/comfyui-latent-astronaut-suite": { + "stars": 1, + "last_update": "2026-01-19 03:58:23", + "author_account_age_days": 51 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { - "stars": 10, + "stars": 12, "last_update": "2025-10-30 23:21:11", - "author_account_age_days": 2803 + "author_account_age_days": 2890 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 13, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2803 + "author_account_age_days": 2890 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2803 + "author_account_age_days": 2890 + }, + "https://github.com/lazyq666/gemini-3-simply-comfyui": { + "stars": 2, + "last_update": "2026-02-11 07:03:26", + "author_account_age_days": 1182 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1497 + "author_account_age_days": 1585 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 10, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3231 + "author_account_age_days": 3319 }, "https://github.com/leafiy/comfyui_psd_smart_object": { "stars": 0, "last_update": "2025-11-11 02:18:19", - "author_account_age_days": 5271 + "author_account_age_days": 5359 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 4038 + "author_account_age_days": 4126 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { - "stars": 9, + "stars": 10, "last_update": "2025-09-06 08:35:54", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { "stars": 1, "last_update": "2025-10-07 15:35:51", - "author_account_age_days": 3315 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3316 + "author_account_age_days": 3403 }, "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { "stars": 13, "last_update": "2025-10-10 19:01:40", - "author_account_age_days": 2259 + "author_account_age_days": 2347 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4301 + "author_account_age_days": 4388 }, "https://github.com/leewinder/comfyui-crop-to-center": { "stars": 0, "last_update": "2025-10-13 16:41:33", - "author_account_age_days": 4973 + "author_account_age_days": 5061 }, "https://github.com/leewinder/comfyui-mureka-api": { - "stars": 0, + "stars": 1, "last_update": "2025-10-24 08:50:08", - "author_account_age_days": 4973 + "author_account_age_days": 5061 }, "https://github.com/lenML/comfyui_qwen_image_edit_adv": { - "stars": 26, - "last_update": "2025-10-07 14:19:59", - "author_account_age_days": 705 + "stars": 34, + "last_update": "2025-12-02 11:12:18", + "author_account_age_days": 793 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 4018 + "author_account_age_days": 4106 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { - "stars": 16, + "stars": 17, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4596 + "author_account_age_days": 4684 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 52, + "stars": 54, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4597 + "author_account_age_days": 4684 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 941 + "author_account_age_days": 1029 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2391 + "author_account_age_days": 2479 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-10-30 08:08:13", - "author_account_age_days": 4826 + "author_account_age_days": 4914 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 3, "last_update": "2025-09-23 15:24:40", - "author_account_age_days": 4826 + "author_account_age_days": 4914 }, "https://github.com/leylahkrell/ComfyUI-Violet-Tools": { - "stars": 11, + "stars": 13, "last_update": "2025-11-13 03:06:22", - "author_account_age_days": 795 + "author_account_age_days": 883 }, "https://github.com/leylahviolet/ComfyUI-Violet-Tools": { - "stars": 11, + "stars": 13, "last_update": "2025-11-13 03:06:22", - "author_account_age_days": 795 + "author_account_age_days": 883 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 77, + "stars": 80, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2211 + "author_account_age_days": 2299 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { - "stars": 4, + "stars": 5, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2211 + "author_account_age_days": 2299 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4580 + "author_account_age_days": 4668 + }, + "https://github.com/licanhua/ComfyUI-StrokeReveal": { + "stars": 0, + "last_update": "2026-01-26 04:58:07", + "author_account_age_days": 4437 }, "https://github.com/licyk/ComfyUI-HakuImg": { - "stars": 10, + "stars": 12, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1790 + "author_account_age_days": 1877 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { - "stars": 12, + "stars": 13, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1790 + "author_account_age_days": 1877 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 7, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1790 + "author_account_age_days": 1877 + }, + "https://github.com/liewcc/ComfyUI-Qwen-Canvas": { + "stars": 1, + "last_update": "2026-01-28 06:10:34", + "author_account_age_days": 2360 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { - "stars": 12, + "stars": 15, "last_update": "2025-09-20 10:42:26", - "author_account_age_days": 3632 + "author_account_age_days": 3720 }, "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": { - "stars": 535, + "stars": 673, "last_update": "2025-11-20 07:37:22", - "author_account_age_days": 3632 + "author_account_age_days": 3720 + }, + "https://github.com/lihaoyun6/ComfyUI-NoCache": { + "stars": 1, + "last_update": "2026-02-23 15:02:29", + "author_account_age_days": 3720 }, "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": { - "stars": 66, + "stars": 72, "last_update": "2025-10-07 12:28:21", - "author_account_age_days": 3632 + "author_account_age_days": 3720 }, "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": { - "stars": 37, + "stars": 38, "last_update": "2025-10-17 14:58:31", - "author_account_age_days": 3632 + "author_account_age_days": 3720 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 57, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3432 + "author_account_age_days": 3519 }, "https://github.com/liming123332/ComfyUI-Ranbooru": { "stars": 0, - "last_update": "2025-11-15 10:45:07", - "author_account_age_days": 3078 + "last_update": "2025-12-17 01:00:44", + "author_account_age_days": 3166 }, "https://github.com/lingha0h/comfyui_kj": { - "stars": 6, + "stars": 7, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 295 + "author_account_age_days": 383 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 5, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 619 + "author_account_age_days": 707 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 619 - }, - "https://github.com/linksluckytime/comfyui_snacknodes": { - "stars": 0, - "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 946 + "author_account_age_days": 707 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4314 + "author_account_age_days": 4401 }, "https://github.com/lisaks/comfyui-panelforge": { - "stars": 2, + "stars": 5, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1257 + "author_account_age_days": 1345 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { - "stars": 13, + "stars": 15, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 708 + "author_account_age_days": 796 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { - "stars": 20, + "stars": 25, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 708 + "author_account_age_days": 796 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 708 + "author_account_age_days": 796 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { - "stars": 8, + "stars": 10, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 708 + "author_account_age_days": 796 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4568 + "author_account_age_days": 4656 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 123, + "stars": 139, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3730 + "author_account_age_days": 3817 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 75, + "stars": 77, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3730 + "author_account_age_days": 3817 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 14, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3730 + "author_account_age_days": 3817 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 193, + "stars": 213, "last_update": "2025-10-31 03:29:37", - "author_account_age_days": 3730 + "author_account_age_days": 3817 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 8, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3730 + "author_account_age_days": 3817 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { - "stars": 18, + "stars": 19, "last_update": "2025-09-25 16:22:41", - "author_account_age_days": 3228 + "author_account_age_days": 3316 }, "https://github.com/ljleb/comfy-mecha": { - "stars": 94, - "last_update": "2025-11-12 01:27:21", - "author_account_age_days": 2985 + "stars": 96, + "last_update": "2026-01-12 06:04:20", + "author_account_age_days": 3072 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 263, + "stars": 267, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 621 + "author_account_age_days": 708 }, "https://github.com/lks-ai/anynode": { - "stars": 548, + "stars": 550, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 621 + "author_account_age_days": 708 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2615 + "author_account_age_days": 2702 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 260, + "stars": 273, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2615 + "author_account_age_days": 2702 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 116, - "last_update": "2025-11-04 10:36:44", - "author_account_age_days": 2615 + "stars": 121, + "last_update": "2026-01-12 04:51:44", + "author_account_age_days": 2702 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 436, + "stars": 451, "last_update": "2025-11-07 05:19:50", - "author_account_age_days": 2615 + "author_account_age_days": 2702 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { - "stars": 13, + "stars": 14, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2615 + "author_account_age_days": 2702 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 76, + "stars": 79, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2615 + "author_account_age_days": 2702 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 90, - "last_update": "2025-08-25 11:50:40", - "author_account_age_days": 2615 + "stars": 93, + "last_update": "2025-12-10 10:58:04", + "author_account_age_days": 2702 + }, + "https://github.com/llikethat/ComfyUI-faceExtracter": { + "stars": 2, + "last_update": "2026-01-14 06:36:45", + "author_account_age_days": 4787 + }, + "https://github.com/llikethat/ComfyUI-faceExtractor": { + "stars": 2, + "last_update": "2026-01-14 06:36:45", + "author_account_age_days": 4787 + }, + "https://github.com/llikethat/ComfyUI-iseebetter": { + "stars": 1, + "last_update": "2025-11-29 10:56:25", + "author_account_age_days": 4787 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 21, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 5001 + "author_account_age_days": 5089 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 121, + "stars": 124, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1105 + "author_account_age_days": 1192 + }, + "https://github.com/loficoding/ComfyUI-Node-HUD": { + "stars": 1, + "last_update": "2026-01-24 21:33:16", + "author_account_age_days": 1544 + }, + "https://github.com/logicalor/comfyui_friendly_pipe": { + "stars": 1, + "last_update": "2025-12-28 05:24:10", + "author_account_age_days": 4507 + }, + "https://github.com/logicalor/comfyui_multi_replace": { + "stars": 1, + "last_update": "2025-12-16 00:16:32", + "author_account_age_days": 4507 + }, + "https://github.com/logicalor/comfyui_path_sanitizer": { + "stars": 0, + "last_update": "2025-12-26 19:29:59", + "author_account_age_days": 4507 + }, + "https://github.com/logicalor/comfyui_text_to_pose": { + "stars": 2, + "last_update": "2026-01-13 20:20:46", + "author_account_age_days": 4507 }, "https://github.com/logtd/ComfyUI-4DHumans": { - "stars": 7, + "stars": 8, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-FLATTEN": { - "stars": 109, + "stars": 110, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1390, + "stars": 1394, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 178, + "stars": 177, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 295, + "stars": 296, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 40, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 14, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 644 + "author_account_age_days": 731 }, "https://github.com/lokinou/comfyui-better-flow": { - "stars": 1, - "last_update": "2025-10-22 21:23:02", - "author_account_age_days": 4675 + "stars": 2, + "last_update": "2025-12-30 00:36:10", + "author_account_age_days": 4763 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 2, "last_update": "2025-10-05 04:33:49", - "author_account_age_days": 4675 + "author_account_age_days": 4763 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, - "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 410 + "last_update": "2026-01-16 17:04:10", + "author_account_age_days": 498 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4687 + "author_account_age_days": 4774 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4687 + "author_account_age_days": 4774 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 82, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4687 + "author_account_age_days": 4774 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 8, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4687 + "author_account_age_days": 4774 }, "https://github.com/loockluo/comfyui-whisperx-pro": { - "stars": 2, + "stars": 6, "last_update": "2025-11-04 16:27:20", - "author_account_age_days": 3361 + "author_account_age_days": 3449 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 3, - "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4945 + "last_update": "2025-12-27 15:56:50", + "author_account_age_days": 5033 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5289 + "author_account_age_days": 5376 }, "https://github.com/lordgasmic/comfyui_wildcards": { - "stars": 13, + "stars": 16, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5289 + "author_account_age_days": 5376 + }, + "https://github.com/lovelybbq/comfyui-custom-node-color": { + "stars": 17, + "last_update": "2026-01-02 17:21:31", + "author_account_age_days": 1564 }, "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { "stars": 1, "last_update": "2025-11-21 14:03:38", - "author_account_age_days": 666 + "author_account_age_days": 754 + }, + "https://github.com/loz2754/AUN-ComfyUI-Nodes": { + "stars": 0, + "last_update": "2026-02-19 19:08:35", + "author_account_age_days": 505 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 887, - "last_update": "2025-11-23 20:42:45", - "author_account_age_days": 4573 + "stars": 979, + "last_update": "2026-02-18 20:16:41", + "author_account_age_days": 4660 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 47, + "stars": 49, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4573 + "author_account_age_days": 4660 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 45, + "stars": 54, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4573 + "author_account_age_days": 4660 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { - "stars": 39, + "stars": 46, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4185 + "author_account_age_days": 4272 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 240, + "stars": 244, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4185 + "author_account_age_days": 4272 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4185 + "author_account_age_days": 4272 + }, + "https://github.com/lrzjason/Comfyui-LatentUtils": { + "stars": 95, + "last_update": "2025-12-06 16:50:41", + "author_account_age_days": 4272 }, "https://github.com/lrzjason/Comfyui-LoraUtils": { - "stars": 24, - "last_update": "2025-11-13 15:49:36", - "author_account_age_days": 4184 + "stars": 30, + "last_update": "2026-01-06 08:08:12", + "author_account_age_days": 4272 }, "https://github.com/lrzjason/Comfyui-QwenEditUtils": { - "stars": 588, - "last_update": "2025-11-18 03:52:42", - "author_account_age_days": 4184 + "stars": 744, + "last_update": "2026-01-24 18:45:12", + "author_account_age_days": 4272 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4185 + "author_account_age_days": 4272 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2828, - "last_update": "2025-11-18 15:30:24", - "author_account_age_days": 984 + "stars": 2978, + "last_update": "2026-01-02 12:05:18", + "author_account_age_days": 1071 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 287, + "stars": 316, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 984 + "author_account_age_days": 1071 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 701, + "stars": 755, "last_update": "2025-11-17 17:03:31", - "author_account_age_days": 984 + "author_account_age_days": 1071 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 12368, - "last_update": "2025-11-28 16:23:25", - "author_account_age_days": 597 + "stars": 13694, + "last_update": "2026-02-23 17:22:21", + "author_account_age_days": 684 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 45, + "stars": 46, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 984 + "author_account_age_days": 1071 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 135, + "stars": 176, "last_update": "2025-09-26 22:22:30", - "author_account_age_days": 984 + "author_account_age_days": 1071 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-11-11 02:06:03", - "author_account_age_days": 1915 + "author_account_age_days": 2003 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 56, + "stars": 58, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4329 + "author_account_age_days": 4417 }, "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": { - "stars": 39, - "last_update": "2025-10-15 20:51:39", - "author_account_age_days": 2955 + "stars": 52, + "last_update": "2026-02-03 19:49:54", + "author_account_age_days": 3043 }, "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": { - "stars": 1, - "last_update": "2025-10-09 03:19:03", - "author_account_age_days": 2955 + "stars": 2, + "last_update": "2026-02-03 19:51:36", + "author_account_age_days": 3043 }, "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": { "stars": 1, - "last_update": "2025-09-11 11:41:23", - "author_account_age_days": 2955 + "last_update": "2026-02-04 03:27:00", + "author_account_age_days": 3043 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3637 + "author_account_age_days": 3725 + }, + "https://github.com/luckdvr/comfyui-image-annotator": { + "stars": 6, + "last_update": "2026-02-05 15:02:20", + "author_account_age_days": 1012 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { - "stars": 93, + "stars": 92, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1958 + "author_account_age_days": 2046 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 4033 + "author_account_age_days": 4121 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { - "stars": 13, + "stars": 14, "last_update": "2025-10-17 20:41:40", - "author_account_age_days": 296 + "author_account_age_days": 383 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 94, + "stars": 108, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 296 + "author_account_age_days": 383 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { - "stars": 36, + "stars": 45, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 296 + "author_account_age_days": 383 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { - "stars": 2, + "stars": 4, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 296 + "author_account_age_days": 383 + }, + "https://github.com/lum3on/ComfyUI_NativeBlockSwap": { + "stars": 1, + "last_update": "2026-01-05 23:01:37", + "author_account_age_days": 384 }, "https://github.com/lum3on/ComfyUI_Reve-API": { - "stars": 10, + "stars": 12, "last_update": "2025-09-16 12:41:07", - "author_account_age_days": 296 + "author_account_age_days": 384 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 296 + "author_account_age_days": 383 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { - "stars": 482, + "stars": 483, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 296 + "author_account_age_days": 383 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { - "stars": 68, - "last_update": "2025-08-27 23:22:27", - "author_account_age_days": 296 + "stars": 70, + "last_update": "2025-12-17 16:25:12", + "author_account_age_days": 383 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 205, + "stars": 207, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1632 + "author_account_age_days": 1720 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1764 + "author_account_age_days": 1852 + }, + "https://github.com/luoq24/ydem_nodes": { + "stars": 0, + "last_update": "2026-02-03 15:34:40", + "author_account_age_days": 2403 + }, + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision": { + "stars": 6, + "last_update": "2025-12-06 09:18:26", + "author_account_age_days": 469 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { - "stars": 1, + "stars": 3, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 5020 + "author_account_age_days": 5108 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 3, "last_update": "2025-09-29 00:50:12", - "author_account_age_days": 837 + "author_account_age_days": 924 }, "https://github.com/m3rr/h4_ToolKit": { "stars": 1, - "last_update": "2025-10-17 14:25:01", - "author_account_age_days": 822 + "last_update": "2026-01-24 16:46:38", + "author_account_age_days": 910 + }, + "https://github.com/maartenharms/comfyui-flowpath": { + "stars": 36, + "last_update": "2026-02-05 08:09:37", + "author_account_age_days": 2670 + }, + "https://github.com/maartenharms/comfyui-promptflow": { + "stars": 12, + "last_update": "2026-02-05 14:22:04", + "author_account_age_days": 2670 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { - "stars": 16, + "stars": 17, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 983 + "author_account_age_days": 1070 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { - "stars": 6, - "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2880 + "stars": 7, + "last_update": "2026-01-17 23:19:29", + "author_account_age_days": 2967 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { - "stars": 2, - "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1154 + "stars": 3, + "last_update": "2026-02-22 10:21:23", + "author_account_age_days": 1241 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { - "stars": 3, + "stars": 7, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 198 + "author_account_age_days": 286 }, "https://github.com/maikgreubel/comfyui-loaddds": { "stars": 0, "last_update": "2025-10-12 15:04:26", - "author_account_age_days": 5333 + "author_account_age_days": 5421 }, "https://github.com/malkuthro/ComfyUI-Koolook": { "stars": 0, - "last_update": "2025-11-25 20:08:56", - "author_account_age_days": 596 + "last_update": "2026-02-15 15:12:34", + "author_account_age_days": 684 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 4027 + "author_account_age_days": 4115 + }, + "https://github.com/mamorett/ComfyUI-Flux2proReplicate": { + "stars": 1, + "last_update": "2025-11-26 12:06:56", + "author_account_age_days": 1361 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 1, "last_update": "2025-10-23 14:42:23", - "author_account_age_days": 1273 + "author_account_age_days": 1361 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-10-03 15:17:39", - "author_account_age_days": 272 + "author_account_age_days": 360 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 2, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 925 + "author_account_age_days": 1013 }, "https://github.com/mangobyed/ComfyUI_Detection_List": { - "stars": 0, + "stars": 1, "last_update": "2025-08-22 20:53:01", - "author_account_age_days": 387 + "author_account_age_days": 475 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4675 + "author_account_age_days": 4763 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 184, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6276 + "author_account_age_days": 6363 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { - "stars": 4, + "stars": 3, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1689 + "author_account_age_days": 1776 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 691 + "author_account_age_days": 779 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 4039 + "author_account_age_days": 4127 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2025-08-27 01:08:27", - "author_account_age_days": 5705 + "author_account_age_days": 5793 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5705 + "author_account_age_days": 5793 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 118, + "stars": 119, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4937 + "author_account_age_days": 5024 + }, + "https://github.com/marduk191/ComfyUI-TF32-Enabler": { + "stars": 5, + "last_update": "2025-12-31 20:55:44", + "author_account_age_days": 5024 + }, + "https://github.com/marduk191/ComfyUI-ZImageTurboHQNodes": { + "stars": 2, + "last_update": "2026-02-14 11:43:52", + "author_account_age_days": 5024 + }, + "https://github.com/marduk191/ComfyUI_LFM2-350M": { + "stars": 2, + "last_update": "2026-01-11 03:07:24", + "author_account_age_days": 5024 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4937 + "author_account_age_days": 5024 }, "https://github.com/marduk191/comfyui_qwen_runninghub": { "stars": 0, "last_update": "2025-11-23 16:45:09", - "author_account_age_days": 4936 + "author_account_age_days": 5024 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 92, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5297 + "author_account_age_days": 5384 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 10, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4327 + "author_account_age_days": 4415 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4327 + "author_account_age_days": 4415 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { - "stars": 0, + "stars": 1, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4327 + "author_account_age_days": 4415 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 16, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3400 + "author_account_age_days": 3487 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3400 + "author_account_age_days": 3487 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3400 + "author_account_age_days": 3487 }, "https://github.com/martijnat/comfyui-previewlatent": { - "stars": 44, + "stars": 47, "last_update": "2025-09-27 05:59:45", - "author_account_age_days": 3353 + "author_account_age_days": 3440 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { - "stars": 40, + "stars": 41, "last_update": "2025-08-29 23:04:42", - "author_account_age_days": 2118 + "author_account_age_days": 2206 + }, + "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes": { + "stars": 128, + "last_update": "2026-02-23 19:18:39", + "author_account_age_days": 2206 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 14, + "stars": 15, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1929 + "author_account_age_days": 2016 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 70, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3262 + "author_account_age_days": 3349 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 1, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3174 + "author_account_age_days": 3262 }, "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": { - "stars": 13, - "last_update": "2025-10-30 04:56:17", - "author_account_age_days": 3353 + "stars": 14, + "last_update": "2026-01-15 09:44:08", + "author_account_age_days": 3441 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { - "stars": 34, + "stars": 43, "last_update": "2025-08-22 14:25:23", - "author_account_age_days": 5072 + "author_account_age_days": 5159 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 312, + "stars": 324, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3442 + "author_account_age_days": 3530 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 3, - "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 213 + "last_update": "2026-01-17 10:14:50", + "author_account_age_days": 301 + }, + "https://github.com/maxczc/comfyui-sora-node": { + "stars": 0, + "last_update": "2025-12-13 06:26:26", + "author_account_age_days": 4252 + }, + "https://github.com/maximilianwicen/ComfyUI-MaxTools": { + "stars": 0, + "last_update": "2026-01-14 05:36:04", + "author_account_age_days": 4441 + }, + "https://github.com/maxious/comfyui-dap": { + "stars": 1, + "last_update": "2025-12-29 02:24:36", + "author_account_age_days": 6137 }, "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": { "stars": 0, "last_update": "2025-10-08 18:29:37", - "author_account_age_days": 1001 + "author_account_age_days": 1089 + }, + "https://github.com/mayunejie/ComfyUI-Allen-Yinpin": { + "stars": 0, + "last_update": "2025-12-02 03:08:44", + "author_account_age_days": 651 }, "https://github.com/mbrostami/ComfyUI-HF": { - "stars": 19, + "stars": 20, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4844 + "author_account_age_days": 4931 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 13, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4844 + "author_account_age_days": 4931 }, "https://github.com/mcDandy/more_math": { - "stars": 0, - "last_update": "2025-11-27 19:46:10", - "author_account_age_days": 3507 + "stars": 2, + "last_update": "2026-02-23 14:21:46", + "author_account_age_days": 3595 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1225, + "stars": 1233, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2624 - }, - "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader": { - "stars": 4, - "last_update": "2025-11-27 21:57:53", - "author_account_age_days": 1052 + "author_account_age_days": 2711 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-09-10 15:42:57", - "author_account_age_days": 1176 + "author_account_age_days": 1264 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 64, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3725 + "author_account_age_days": 3812 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3725 + "author_account_age_days": 3812 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { - "stars": 77, + "stars": 80, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3725 + "author_account_age_days": 3812 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2025-09-06 00:52:37", - "author_account_age_days": 4962 + "author_account_age_days": 5049 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 3, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1723 + "author_account_age_days": 1811 }, "https://github.com/melMass/comfy_mtb": { - "stars": 639, - "last_update": "2025-11-09 15:31:23", - "author_account_age_days": 4267 + "stars": 683, + "last_update": "2026-01-26 12:52:09", + "author_account_age_days": 4354 }, "https://github.com/melMass/comfy_oiio": { - "stars": 9, + "stars": 11, "last_update": "2025-09-08 19:18:29", - "author_account_age_days": 4267 + "author_account_age_days": 4354 + }, + "https://github.com/mengqin/ComfyUI-TwinFlow": { + "stars": 41, + "last_update": "2026-01-11 05:09:10", + "author_account_age_days": 4331 }, "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { - "stars": 5, - "last_update": "2025-09-01 13:31:55", - "author_account_age_days": 4243 + "stars": 9, + "last_update": "2025-11-29 18:25:47", + "author_account_age_days": 4331 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4194 + "author_account_age_days": 4282 }, "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": { - "stars": 99, + "stars": 107, "last_update": "2025-11-18 16:14:09", - "author_account_age_days": 1996 + "author_account_age_days": 2084 }, "https://github.com/mercu-lore/BoxBox": { "stars": 2, - "last_update": "2025-11-17 11:20:20", - "author_account_age_days": 1996 + "last_update": "2026-02-04 18:54:20", + "author_account_age_days": 2084 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 750 + "author_account_age_days": 837 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 750 + "author_account_age_days": 837 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 750 + "author_account_age_days": 837 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { - "stars": 39, + "stars": 40, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5995 + "author_account_age_days": 6082 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 2, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5995 + "author_account_age_days": 6082 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1145 + "author_account_age_days": 1232 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { - "stars": 6, + "stars": 9, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2839 + "author_account_age_days": 2927 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 25, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 524 + "author_account_age_days": 611 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 489, + "stars": 509, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 990 + "author_account_age_days": 1077 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 34, + "stars": 36, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 990 + "author_account_age_days": 1077 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { - "stars": 6, - "last_update": "2025-10-04 09:09:41", - "author_account_age_days": 5878 + "stars": 7, + "last_update": "2026-02-23 03:51:22", + "author_account_age_days": 5966 + }, + "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": { + "stars": 0, + "last_update": "2026-02-23 16:34:48", + "author_account_age_days": 222 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2529 + "author_account_age_days": 2617 + }, + "https://github.com/migero/ComfyUI-Equirectangular-Strip": { + "stars": 0, + "last_update": "2026-01-13 12:10:37", + "author_account_age_days": 4697 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3183 + "author_account_age_days": 3270 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 3086 + "author_account_age_days": 3173 }, "https://github.com/mikecaronna/comfyui_c2pa_signer": { - "stars": 1, + "stars": 2, "last_update": "2025-10-06 14:27:34", - "author_account_age_days": 2157 + "author_account_age_days": 2245 + }, + "https://github.com/mikemojen/ComfyUI-HappNodeSet": { + "stars": 0, + "last_update": "2026-02-18 06:55:11", + "author_account_age_days": 58 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4830 + "author_account_age_days": 4918 }, "https://github.com/mikesimone/ComfyUI-LinkModeToggle": { "stars": 0, "last_update": "2025-11-09 01:35:16", - "author_account_age_days": 2860 + "author_account_age_days": 2948 }, "https://github.com/mikheys/comfyui-gemini-mikheys": { "stars": 2, "last_update": "2025-08-29 15:15:54", - "author_account_age_days": 2923 + "author_account_age_days": 3011 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 62, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6438 + "author_account_age_days": 6525 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 31, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6438 + "author_account_age_days": 6525 + }, + "https://github.com/mingchoi/ComfyUI-Prompt-Iterator": { + "stars": 0, + "last_update": "2026-01-12 22:08:38", + "author_account_age_days": 4817 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 467, + "stars": 488, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 442 + "author_account_age_days": 530 + }, + "https://github.com/mingyi456/ComfyUI-DFloat11-Extended": { + "stars": 45, + "last_update": "2026-02-05 17:58:05", + "author_account_age_days": 2109 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 5, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 913 + "author_account_age_days": 1001 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 160, - "last_update": "2025-10-30 05:45:24", - "author_account_age_days": 1743 + "stars": 177, + "last_update": "2026-01-12 13:11:01", + "author_account_age_days": 1830 + }, + "https://github.com/mirabarukaso/ComfyUI_MiraSubPack": { + "stars": 0, + "last_update": "2026-02-23 14:47:13", + "author_account_age_days": 1830 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { - "stars": 0, + "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1260 + "author_account_age_days": 1347 }, "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { "stars": 0, "last_update": "2025-07-09 08:51:24", - "author_account_age_days": 4531 + "author_account_age_days": 4619 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4531 + "author_account_age_days": 4619 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4531 + "author_account_age_days": 4619 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, - "last_update": "2025-08-27 07:55:25", - "author_account_age_days": 4531 + "last_update": "2025-12-11 15:08:49", + "author_account_age_days": 4619 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 26, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1495 + "author_account_age_days": 1583 }, "https://github.com/mobcat40/ComfyUI-PromptChain": { - "stars": 1, - "last_update": "2025-11-27 17:48:44", - "author_account_age_days": 126 + "stars": 6, + "last_update": "2025-12-04 19:14:47", + "author_account_age_days": 214 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { - "stars": 3, + "stars": 4, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4330 + "author_account_age_days": 4418 }, "https://github.com/mochidroppot/ComfyUI-ProxyFix": { "stars": 0, "last_update": "2025-10-03 02:29:35", - "author_account_age_days": 85 + "author_account_age_days": 173 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1222 + "author_account_age_days": 1309 }, "https://github.com/modelscope/scepter": { - "stars": 546, + "stars": 551, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1221 + "author_account_age_days": 1309 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5126 + "author_account_age_days": 5213 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1236 + "author_account_age_days": 1324 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4374 + "author_account_age_days": 4462 + }, + "https://github.com/molbal/ComfyUI-LLM-CLIP": { + "stars": 5, + "last_update": "2026-01-21 11:59:14", + "author_account_age_days": 4506 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3800 + "author_account_age_days": 3888 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { - "stars": 22, + "stars": 24, "last_update": "2025-09-30 06:36:20", - "author_account_age_days": 929 + "author_account_age_days": 1017 }, "https://github.com/moonwhaler/comfyui-moonpack": { - "stars": 8, + "stars": 12, "last_update": "2025-10-10 09:53:05", - "author_account_age_days": 4945 + "author_account_age_days": 5033 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { - "stars": 128, - "last_update": "2025-11-08 09:58:20", - "author_account_age_days": 4945 + "stars": 182, + "last_update": "2025-12-06 16:28:42", + "author_account_age_days": 5033 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 307 + "author_account_age_days": 395 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3706 + "author_account_age_days": 3794 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { - "stars": 0, - "last_update": "2025-11-20 14:31:49", - "author_account_age_days": 1845 + "stars": 1, + "last_update": "2025-12-15 14:05:35", + "author_account_age_days": 1933 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3327 + "author_account_age_days": 3415 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3992 + "author_account_age_days": 4080 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { - "stars": 18, + "stars": 19, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2823 + "author_account_age_days": 2910 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4602 + "author_account_age_days": 4689 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 658 + "author_account_age_days": 746 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2832 + "author_account_age_days": 2920 + }, + "https://github.com/mrf/ComfyPoe": { + "stars": 0, + "last_update": "2025-11-26 22:43:59", + "author_account_age_days": 5786 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { - "stars": 9, + "stars": 10, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2388 + "author_account_age_days": 2476 + }, + "https://github.com/mrm987/ComfyUI_Multi_Prompt_Generator": { + "stars": 0, + "last_update": "2025-12-28 14:20:11", + "author_account_age_days": 1476 + }, + "https://github.com/mudknight/comfyui-mudknight-utils": { + "stars": 0, + "last_update": "2026-02-06 04:48:21", + "author_account_age_days": 61 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2616 + "author_account_age_days": 2704 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4460 + "author_account_age_days": 4547 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 164, + "stars": 168, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3482 + "author_account_age_days": 3570 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 12, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3468 + "author_account_age_days": 3555 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1902 + "author_account_age_days": 1989 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1902 + "author_account_age_days": 1989 }, "https://github.com/myonmu0/ComfyUI-Jumper": { "stars": 0, - "last_update": "2025-11-10 22:41:27", - "author_account_age_days": 41 + "last_update": "2025-12-03 17:30:16", + "author_account_age_days": 129 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { - "stars": 32, - "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 990 + "stars": 40, + "last_update": "2026-02-04 07:32:25", + "author_account_age_days": 1078 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1345 + "author_account_age_days": 1433 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4196 + "author_account_age_days": 4283 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4196 + "author_account_age_days": 4283 }, "https://github.com/nakagawadev/comfyui_nakagawa": { "stars": 2, "last_update": "2025-09-14 03:18:07", - "author_account_age_days": 3443 + "author_account_age_days": 3531 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 237 + "author_account_age_days": 325 + }, + "https://github.com/naku-yh/ComfyUI_Flux2ImageReference": { + "stars": 6, + "last_update": "2026-01-18 06:51:23", + "author_account_age_days": 65 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 3, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 167 + "author_account_age_days": 255 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5155 + "author_account_age_days": 5243 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3515 + "author_account_age_days": 3602 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3515 + "author_account_age_days": 3602 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 205, + "stars": 208, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3247 + "author_account_age_days": 3334 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 48, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3247 + "author_account_age_days": 3334 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 800 + "author_account_age_days": 887 + }, + "https://github.com/nawka12/ComfyUI-Adept-Sampler": { + "stars": 2, + "last_update": "2026-01-28 00:26:14", + "author_account_age_days": 2364 + }, + "https://github.com/naxci1/ComfyUI-FlashVSR_Stable": { + "stars": 39, + "last_update": "2026-02-13 08:29:52", + "author_account_age_days": 325 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1171 + "author_account_age_days": 1258 }, "https://github.com/negaga53/comfyui-imgloader": { - "stars": 1, - "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 306 + "stars": 2, + "last_update": "2026-02-16 13:32:10", + "author_account_age_days": 394 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4456 + "author_account_age_days": 4544 }, "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": { "stars": 0, "last_update": "2025-10-16 19:08:52", - "author_account_age_days": 812 + "author_account_age_days": 900 }, "https://github.com/neocrz/comfyui-usetaesd": { - "stars": 2, + "stars": 4, "last_update": "2025-10-26 14:56:53", - "author_account_age_days": 1841 + "author_account_age_days": 1928 }, "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": { "stars": 1, "last_update": "2025-11-18 16:03:25", - "author_account_age_days": 4280 + "author_account_age_days": 4368 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4173 + "author_account_age_days": 4261 + }, + "https://github.com/neurodanzelus-cmd/ComfyUI-TeleStyle": { + "stars": 26, + "last_update": "2026-02-03 16:32:50", + "author_account_age_days": 35 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 187, "last_update": "2025-10-13 00:36:22", - "author_account_age_days": 1541 + "author_account_age_days": 1628 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { - "stars": 3, + "stars": 4, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1541 + "author_account_age_days": 1628 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { - "stars": 2, - "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1541 + "stars": 5, + "last_update": "2025-12-28 11:02:57", + "author_account_age_days": 1628 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { - "stars": 19, + "stars": 25, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1541 + "author_account_age_days": 1628 }, "https://github.com/neverbiasu/ComfyUI-ModelScope": { - "stars": 1, - "last_update": "2025-11-08 21:10:36", - "author_account_age_days": 1540 + "stars": 2, + "last_update": "2026-01-05 02:26:23", + "author_account_age_days": 1628 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { - "stars": 3, - "last_update": "2025-09-28 21:59:19", - "author_account_age_days": 1541 + "stars": 4, + "last_update": "2025-12-29 22:40:04", + "author_account_age_days": 1628 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 234, + "stars": 248, "last_update": "2025-11-13 00:40:29", - "author_account_age_days": 1541 + "author_account_age_days": 1628 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { - "stars": 15, + "stars": 16, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1541 + "author_account_age_days": 1628 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { - "stars": 82, - "last_update": "2025-11-26 15:22:57", - "author_account_age_days": 257 + "stars": 116, + "last_update": "2026-02-21 11:18:29", + "author_account_age_days": 345 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { - "stars": 8, + "stars": 9, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4843 + "author_account_age_days": 4931 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4531 + "author_account_age_days": 4619 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { - "stars": 8, + "stars": 9, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4551 + "author_account_age_days": 4638 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 220, + "stars": 224, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1753 + "author_account_age_days": 1840 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 241, - "last_update": "2025-11-04 07:35:16", - "author_account_age_days": 5242 + "stars": 257, + "last_update": "2026-02-03 04:36:23", + "author_account_age_days": 5329 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 64, - "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5242 + "stars": 67, + "last_update": "2026-01-15 21:50:35", + "author_account_age_days": 5329 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5242 + "author_account_age_days": 5329 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 1, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5242 + "author_account_age_days": 5329 }, "https://github.com/niknah/presentation-ComfyUI": { - "stars": 0, - "last_update": "2025-11-12 01:11:40", - "author_account_age_days": 5241 + "stars": 1, + "last_update": "2026-02-08 04:25:56", + "author_account_age_days": 5329 }, "https://github.com/niknah/quick-connections": { - "stars": 411, - "last_update": "2025-08-29 05:33:13", - "author_account_age_days": 5242 + "stars": 498, + "last_update": "2025-12-12 00:35:07", + "author_account_age_days": 5329 }, "https://github.com/nilor-corp/nilor-nodes": { - "stars": 5, - "last_update": "2025-10-20 12:56:45", - "author_account_age_days": 736 + "stars": 6, + "last_update": "2026-02-17 15:42:08", + "author_account_age_days": 824 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 62, + "stars": 70, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3510 + "author_account_age_days": 3597 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 857 + "author_account_age_days": 945 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 4025 + "author_account_age_days": 4112 }, "https://github.com/nisaruj/comfyui-daam": { - "stars": 35, + "stars": 43, "last_update": "2025-10-13 12:54:31", - "author_account_age_days": 3729 + "author_account_age_days": 3817 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-10-27 19:57:39", - "author_account_age_days": 4828 + "author_account_age_days": 4916 }, "https://github.com/nitingrg/comfyui-ntools": { "stars": 0, "last_update": "2025-11-25 15:21:12", - "author_account_age_days": 1039 + "author_account_age_days": 1127 }, "https://github.com/njlent/ComfyUI_performance-report": { "stars": 2, "last_update": "2025-10-12 15:00:25", - "author_account_age_days": 3979 + "author_account_age_days": 4067 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 3, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3979 + "author_account_age_days": 4067 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 682 + "author_account_age_days": 769 }, "https://github.com/nkchocoai/ComfyUI-Dart": { - "stars": 28, + "stars": 29, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 682 + "author_account_age_days": 769 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 25, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 682 + "author_account_age_days": 769 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 105, + "stars": 118, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 682 + "author_account_age_days": 769 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { - "stars": 11, + "stars": 14, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 682 + "author_account_age_days": 769 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { - "stars": 12, + "stars": 14, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 682 + "author_account_age_days": 769 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-11-22 16:39:28", - "author_account_age_days": 1808 + "last_update": "2026-01-27 13:39:58", + "author_account_age_days": 1896 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 14, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2308 + "author_account_age_days": 2396 }, "https://github.com/noelkim12/ComfyUI-NoelTextUtil": { - "stars": 0, + "stars": 1, "last_update": "2025-09-01 17:22:53", - "author_account_age_days": 2505 + "author_account_age_days": 2593 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { - "stars": 25, - "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3265 + "stars": 26, + "last_update": "2026-01-15 10:53:06", + "author_account_age_days": 3352 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { - "stars": 6, - "last_update": "2025-11-26 22:00:39", - "author_account_age_days": 1734 + "stars": 7, + "last_update": "2026-01-25 22:02:34", + "author_account_age_days": 1821 }, "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer": { "stars": 9, "last_update": "2025-10-19 10:28:59", - "author_account_age_days": 1022 + "author_account_age_days": 1110 }, "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": { "stars": 1, "last_update": "2025-10-17 18:15:29", - "author_account_age_days": 1022 + "author_account_age_days": 1110 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2644 + "author_account_age_days": 2731 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3580 + "author_account_age_days": 3668 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 255, + "stars": 262, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4427 + "author_account_age_days": 4514 }, "https://github.com/nosiu/comfyui-text-randomizer": { - "stars": 0, + "stars": 1, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4427 + "author_account_age_days": 4514 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { - "stars": 11, + "stars": 12, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 3082 + "author_account_age_days": 3170 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { - "stars": 17, + "stars": 19, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 596 + "author_account_age_days": 684 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { - "stars": 36, + "stars": 37, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2239 + "author_account_age_days": 2326 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1614 + "author_account_age_days": 1701 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 26, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1614 + "author_account_age_days": 1701 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 933, + "stars": 937, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1698 + "author_account_age_days": 1785 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 163, + "stars": 167, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5305 + "author_account_age_days": 5393 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 1238, - "last_update": "2025-11-13 17:04:52", - "author_account_age_days": 5305 + "stars": 2098, + "last_update": "2025-12-24 08:52:32", + "author_account_age_days": 5393 }, "https://github.com/numz/Comfyui-Orpheus": { - "stars": 9, + "stars": 10, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5305 + "author_account_age_days": 5393 }, "https://github.com/nunchaku-tech/ComfyUI-nunchaku": { - "stars": 2527, - "last_update": "2025-11-08 06:31:28", - "author_account_age_days": 136 + "stars": 2779, + "last_update": "2026-02-19 07:29:18", + "author_account_age_days": 224 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 39, + "stars": 37, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 1074 + "author_account_age_days": 1162 + }, + "https://github.com/nyueki/ComfyUI-RemoteCLIPLoader": { + "stars": 6, + "last_update": "2026-02-17 01:00:47", + "author_account_age_days": 2067 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 6, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 12, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { - "stars": 37, + "stars": 38, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 68, + "stars": 81, "last_update": "2025-09-02 12:12:23", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 4, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { - "stars": 41, + "stars": 43, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "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": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { - "stars": 15, + "stars": 18, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { - "stars": 50, + "stars": 55, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { - "stars": 17, + "stars": 19, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2994 + "author_account_age_days": 3082 }, "https://github.com/obisin/ComfyUI-DGLS": { "stars": 12, "last_update": "2025-09-26 10:25:10", - "author_account_age_days": 1536 + "author_account_age_days": 1624 }, "https://github.com/obvirm/ComfyUI-WhisperXX": { - "stars": 1, - "last_update": "2025-11-27 10:17:54", - "author_account_age_days": 1039 + "stars": 2, + "last_update": "2025-12-03 22:07:11", + "author_account_age_days": 1127 + }, + "https://github.com/ohmygoobness/ComfyUI-ImageResolutionFixer": { + "stars": 0, + "last_update": "2026-02-04 13:32:28", + "author_account_age_days": 1777 + }, + "https://github.com/okdalto/ComfyUI-FlashPortrait": { + "stars": 24, + "last_update": "2025-12-29 06:02:29", + "author_account_age_days": 3425 + }, + "https://github.com/okdalto/ComfyUI-PersonaLive": { + "stars": 97, + "last_update": "2026-01-25 03:47:10", + "author_account_age_days": 3425 }, "https://github.com/okdalto/ComfyUI-WithAnyone": { - "stars": 17, - "last_update": "2025-11-04 03:53:47", - "author_account_age_days": 3337 + "stars": 23, + "last_update": "2025-12-18 04:42:30", + "author_account_age_days": 3425 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { - "stars": 8, + "stars": 10, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3209 + "author_account_age_days": 3296 + }, + "https://github.com/olafchou/ComfyUI-ZH-EN-Switcher": { + "stars": 1, + "last_update": "2025-12-31 11:02:47", + "author_account_age_days": 3543 }, "https://github.com/olafrv/comfyui_olafrv": { "stars": 0, - "last_update": "2025-09-07 20:31:30", - "author_account_age_days": 5215 + "last_update": "2026-01-04 20:13:25", + "author_account_age_days": 5303 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, - "last_update": "2025-09-27 03:52:18", - "author_account_age_days": 1398 + "last_update": "2026-01-05 11:11:14", + "author_account_age_days": 1485 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1398 + "author_account_age_days": 1485 + }, + "https://github.com/olduvai-jp/ComfyUI-S3-IO": { + "stars": 0, + "last_update": "2026-02-05 07:03:06", + "author_account_age_days": 1485 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 484 + "author_account_age_days": 571 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { - "stars": 3, + "stars": 4, "last_update": "2025-09-23 22:08:30", - "author_account_age_days": 4522 + "author_account_age_days": 4610 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { - "stars": 3, - "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 933 + "stars": 7, + "last_update": "2026-02-23 15:38:31", + "author_account_age_days": 1021 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 172, + "stars": 177, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 5028 + "author_account_age_days": 5115 }, "https://github.com/omixmaxdimo/OmiXDev": { "stars": 0, - "last_update": "2025-10-23 12:10:24", - "author_account_age_days": 1989 + "last_update": "2026-02-20 16:12:31", + "author_account_age_days": 2077 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { - "stars": 28, - "last_update": "2025-11-24 02:32:23", - "author_account_age_days": 1526 + "stars": 34, + "last_update": "2026-02-09 02:32:22", + "author_account_age_days": 1614 }, "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": { - "stars": 0, + "stars": 1, "last_update": "2025-09-05 18:56:41", - "author_account_age_days": 4201 + "author_account_age_days": 4289 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 2076 + "author_account_age_days": 2163 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4617 + "author_account_age_days": 4705 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 14, - "last_update": "2025-11-09 19:57:12", - "author_account_age_days": 2028 + "last_update": "2025-12-05 09:45:28", + "author_account_age_days": 2116 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { - "stars": 23, + "stars": 26, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/ComfyUI_DAO_master": { "stars": 10, "last_update": "2025-09-03 08:56:54", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/ComfyUI_SharpnessPro": { - "stars": 8, + "stars": 9, "last_update": "2025-08-27 09:02:20", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 2, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/Comfyui_EncryptMaster": { - "stars": 3, + "stars": 4, "last_update": "2025-09-06 14:18:12", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/Gemini_Banana_by_orion4d": { - "stars": 10, + "stars": 11, "last_update": "2025-09-07 22:18:10", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/Orion4D_pixelshift": { - "stars": 5, + "stars": 6, "last_update": "2025-09-09 09:14:31", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orion4d/illusion_node": { "stars": 3, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1103 + "author_account_age_days": 1191 }, "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": { - "stars": 0, + "stars": 1, "last_update": "2025-11-13 17:50:49", - "author_account_age_days": 70 + "author_account_age_days": 158 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 139, + "stars": 157, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3550 + "author_account_age_days": 3638 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { - "stars": 7, + "stars": 6, "last_update": "2025-11-19 21:03:59", - "author_account_age_days": 947 + "author_account_age_days": 1035 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 21, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1599 + "author_account_age_days": 1686 }, "https://github.com/ostris/ComfyUI-FlexTools": { - "stars": 79, + "stars": 80, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2925 + "author_account_age_days": 3012 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 42, + "stars": 44, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2925 + "author_account_age_days": 3012 }, "https://github.com/otacoo/comfyui_otacoo": { - "stars": 6, - "last_update": "2025-10-02 07:14:56", - "author_account_age_days": 217 + "stars": 10, + "last_update": "2026-02-20 11:54:03", + "author_account_age_days": 305 }, "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": { - "stars": 5, - "last_update": "2025-11-21 20:16:37", - "author_account_age_days": 4636 + "stars": 6, + "last_update": "2026-01-18 06:33:53", + "author_account_age_days": 4724 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3305 + "author_account_age_days": 3392 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4633 + "author_account_age_days": 4720 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2852 + "author_account_age_days": 2939 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { - "stars": 31, + "stars": 32, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1363 + "author_account_age_days": 1450 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-08-22 08:04:50", - "author_account_age_days": 2136 + "author_account_age_days": 2224 }, "https://github.com/p1atdev/comfyui-tkg-chroma-key": { "stars": 19, "last_update": "2025-08-23 16:06:14", - "author_account_age_days": 2136 + "author_account_age_days": 2224 }, "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": { - "stars": 0, + "stars": 1, "last_update": "2025-10-22 16:27:05", - "author_account_age_days": 200 + "author_account_age_days": 288 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 100, + "stars": 106, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5575 + "author_account_age_days": 5662 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 38, + "stars": 39, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5575 + "author_account_age_days": 5662 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 226, - "last_update": "2025-11-21 20:12:27", - "author_account_age_days": 2653 + "stars": 235, + "last_update": "2026-02-11 22:20:28", + "author_account_age_days": 2740 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 19, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2653 + "author_account_age_days": 2740 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 290, - "last_update": "2025-09-27 04:23:13", - "author_account_age_days": 2653 + "stars": 294, + "last_update": "2026-02-12 17:04:20", + "author_account_age_days": 2740 + }, + "https://github.com/pantaleone-ai/Comfy-Firefly": { + "stars": 1, + "last_update": "2025-12-11 21:24:50", + "author_account_age_days": 1528 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2839 + "author_account_age_days": 2926 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 2033 + "author_account_age_days": 2121 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 2033 + "author_account_age_days": 2121 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 359 + "author_account_age_days": 447 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 228, + "stars": 239, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5602 + "author_account_age_days": 5689 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { - "stars": 31, + "stars": 34, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 373 + "author_account_age_days": 460 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 30, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3209 + "author_account_age_days": 3296 + }, + "https://github.com/pavelchezcin/pcvideomask": { + "stars": 6, + "last_update": "2026-02-20 15:21:43", + "author_account_age_days": 6 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-09-04 12:54:34", - "author_account_age_days": 1183 + "author_account_age_days": 1271 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1751 + "author_account_age_days": 1839 }, "https://github.com/pdale-boop/Comfyui-Network-Guardian": { "stars": 0, "last_update": "2025-10-14 21:49:38", - "author_account_age_days": 48 + "author_account_age_days": 136 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 11, - "last_update": "2025-11-26 03:34:35", - "author_account_age_days": 2279 + "last_update": "2025-11-28 14:26:22", + "author_account_age_days": 2367 + }, + "https://github.com/penposs/Comfyui-banana2": { + "stars": 2, + "last_update": "2025-11-26 03:58:01", + "author_account_age_days": 2367 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2279 + "author_account_age_days": 2367 + }, + "https://github.com/pentarab/ComfyUI-For-ChatterBox": { + "stars": 0, + "last_update": "2025-12-31 01:04:58", + "author_account_age_days": 2134 }, "https://github.com/perckle/comfyui_dpir": { "stars": 0, "last_update": "2025-09-27 06:10:01", - "author_account_age_days": 1884 + "author_account_age_days": 1972 }, "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": { "stars": 1, - "last_update": "2025-11-17 16:31:44", - "author_account_age_days": 2484 + "last_update": "2025-12-04 22:11:17", + "author_account_age_days": 2572 + }, + "https://github.com/peter119lee/ComfyUI-BananaForge": { + "stars": 1, + "last_update": "2026-02-14 11:18:29", + "author_account_age_days": 2436 + }, + "https://github.com/petmycat/ComfyUI-gen2": { + "stars": 20, + "last_update": "2026-02-12 07:56:31", + "author_account_age_days": 733 }, "https://github.com/petr-pr/ComfyUI-TranslationNode": { "stars": 0, "last_update": "2025-11-05 22:42:00", - "author_account_age_days": 1344 + "author_account_age_days": 1432 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 61, + "stars": 63, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1436 + "author_account_age_days": 1524 + }, + "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader": { + "stars": 9, + "last_update": "2026-01-21 15:43:20", + "author_account_age_days": 1187 }, "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": { - "stars": 2, + "stars": 3, "last_update": "2025-09-10 06:24:20", - "author_account_age_days": 5530 + "author_account_age_days": 5618 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { - "stars": 35, - "last_update": "2025-08-23 11:28:09", - "author_account_age_days": 5530 + "stars": 45, + "last_update": "2026-01-18 11:00:17", + "author_account_age_days": 5618 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3520 + "author_account_age_days": 3607 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3779 + "author_account_age_days": 3867 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { - "stars": 56, - "last_update": "2025-10-07 08:05:19", - "author_account_age_days": 3779 + "stars": 59, + "last_update": "2026-01-29 06:37:34", + "author_account_age_days": 3867 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 197, + "stars": 208, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1186 + "author_account_age_days": 1273 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 57, - "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2811 + "stars": 67, + "last_update": "2026-02-18 12:35:53", + "author_account_age_days": 2898 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { - "stars": 35, + "stars": 43, "last_update": "2025-09-15 02:17:21", - "author_account_age_days": 2195 + "author_account_age_days": 2283 }, "https://github.com/phyblas/nsfw-shorier_comfyui": { - "stars": 6, + "stars": 7, "last_update": "2025-09-16 13:23:13", - "author_account_age_days": 3574 + "author_account_age_days": 3662 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 10, "last_update": "2025-09-10 14:45:01", - "author_account_age_days": 3575 + "author_account_age_days": 3662 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { - "stars": 0, + "stars": 1, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 197 + "author_account_age_days": 285 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { - "stars": 1, + "stars": 3, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 197 + "author_account_age_days": 285 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 6, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 197 + "author_account_age_days": 285 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, - "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1109 + "last_update": "2026-02-18 10:50:50", + "author_account_age_days": 1196 }, "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { "stars": 1, - "last_update": "2025-11-05 21:55:09", - "author_account_age_days": 44 + "last_update": "2026-02-13 18:50:57", + "author_account_age_days": 3839 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 492 + "author_account_age_days": 579 }, "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { - "stars": 20, + "stars": 22, "last_update": "2025-10-26 04:15:42", - "author_account_age_days": 3828 + "author_account_age_days": 3916 + }, + "https://github.com/pixelpainter/UI-Decorators": { + "stars": 8, + "last_update": "2026-01-21 23:24:17", + "author_account_age_days": 6041 + }, + "https://github.com/pixelpainter/comfyui-mute-bypass-by-ID": { + "stars": 6, + "last_update": "2026-01-21 23:24:54", + "author_account_age_days": 6041 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 492 + "author_account_age_days": 580 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { - "stars": 0, + "stars": 1, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 492 + "author_account_age_days": 580 + }, + "https://github.com/pixixai/ComfyUI-AlignLayout": { + "stars": 63, + "last_update": "2026-02-03 09:16:08", + "author_account_age_days": 411 }, "https://github.com/pizurny/ComfyUI-AV-Handles": { "stars": 24, "last_update": "2025-11-08 18:23:12", - "author_account_age_days": 1202 + "author_account_age_days": 1290 }, "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": { "stars": 3, "last_update": "2025-10-28 20:48:57", - "author_account_age_days": 1202 + "author_account_age_days": 1290 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 2025 + "author_account_age_days": 2112 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { - "stars": 10, + "stars": 9, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 2025 + "author_account_age_days": 2112 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 2025 + "author_account_age_days": 2112 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 2025 + "author_account_age_days": 2112 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 2021 + "author_account_age_days": 2109 }, "https://github.com/plugcrypt/CRT-Nodes": { - "stars": 35, - "last_update": "2025-11-26 23:21:10", - "author_account_age_days": 1583 + "stars": 95, + "last_update": "2026-02-11 09:53:30", + "author_account_age_days": 1671 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { - "stars": 9, + "stars": 11, "last_update": "2025-11-08 19:39:43", - "author_account_age_days": 585 + "author_account_age_days": 673 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 16, "last_update": "2025-11-07 16:41:28", - "author_account_age_days": 322 + "author_account_age_days": 410 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 641, - "last_update": "2025-10-16 03:10:03", - "author_account_age_days": 4028 + "stars": 799, + "last_update": "2026-01-03 04:55:42", + "author_account_age_days": 4116 }, "https://github.com/polym/ComfyUI-musubi": { "stars": 1, "last_update": "2025-10-21 11:45:22", - "author_account_age_days": 4753 + "author_account_age_days": 4841 + }, + "https://github.com/polymath-wtf/ComfyUI-Polymath-Vibenodes": { + "stars": 0, + "last_update": "2025-12-29 01:00:41", + "author_account_age_days": 867 + }, + "https://github.com/pongjoo/ComfyUI-PJLatent": { + "stars": 0, + "last_update": "2026-02-08 16:18:02", + "author_account_age_days": 880 }, "https://github.com/popoimm/comfyui-popo-utility": { "stars": 0, "last_update": "2025-08-28 17:56:41", - "author_account_age_days": 3565 + "author_account_age_days": 3653 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 120, - "last_update": "2025-08-23 16:35:18", - "author_account_age_days": 844 + "stars": 122, + "last_update": "2025-12-20 12:27:06", + "author_account_age_days": 931 }, "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { "stars": 0, "last_update": "2025-11-16 12:13:06", - "author_account_age_days": 3252 + "author_account_age_days": 3340 + }, + "https://github.com/princepainter/ComfyUI-PainterAI2V": { + "stars": 112, + "last_update": "2026-02-03 02:14:11", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterFrameCount": { + "stars": 2, + "last_update": "2026-01-24 06:31:32", + "author_account_age_days": 1112 }, "https://github.com/princepainter/ComfyUI-PainterI2V": { - "stars": 409, - "last_update": "2025-11-24 23:48:08", - "author_account_age_days": 1024 + "stars": 568, + "last_update": "2026-02-13 08:10:34", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced": { + "stars": 78, + "last_update": "2026-01-02 06:25:31", + "author_account_age_days": 1112 }, "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": { - "stars": 65, + "stars": 95, "last_update": "2025-11-19 10:27:30", - "author_account_age_days": 1024 + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterImageFromBatch": { + "stars": 3, + "last_update": "2026-01-02 05:16:33", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterImageLoad": { + "stars": 4, + "last_update": "2026-01-03 13:25:41", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterLTXV2": { + "stars": 97, + "last_update": "2026-01-20 12:35:08", + "author_account_age_days": 1112 }, "https://github.com/princepainter/ComfyUI-PainterLongVideo": { - "stars": 74, + "stars": 118, "last_update": "2025-11-18 23:59:04", - "author_account_age_days": 1024 + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterMultiF2V": { + "stars": 20, + "last_update": "2026-01-25 01:56:26", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterQwenImageEdit": { + "stars": 54, + "last_update": "2026-02-07 08:36:34", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoCombine": { + "stars": 20, + "last_update": "2026-01-20 11:37:34", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoInfo": { + "stars": 1, + "last_update": "2026-01-02 11:43:40", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/ComfyUI-PainterVideoUpscale": { + "stars": 4, + "last_update": "2026-01-24 09:00:51", + "author_account_age_days": 1112 }, "https://github.com/princepainter/Comfyui-PainterAudioCut": { - "stars": 6, - "last_update": "2025-11-16 09:59:25", - "author_account_age_days": 1024 + "stars": 52, + "last_update": "2026-01-27 00:45:50", + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/Comfyui-PainterAudioLength": { + "stars": 2, + "last_update": "2025-12-09 01:50:09", + "author_account_age_days": 1112 }, "https://github.com/princepainter/Comfyui-PainterFLF2V": { - "stars": 64, + "stars": 152, "last_update": "2025-11-28 02:57:39", - "author_account_age_days": 1025 + "author_account_age_days": 1112 + }, + "https://github.com/princepainter/Comfyui-PainterFluxImageEdit": { + "stars": 81, + "last_update": "2026-02-07 08:35:48", + "author_account_age_days": 1112 }, "https://github.com/princepainter/Comfyui-PainterSampler": { - "stars": 15, + "stars": 23, "last_update": "2025-11-17 09:12:16", - "author_account_age_days": 1024 + "author_account_age_days": 1112 }, "https://github.com/princepainter/Comfyui-PainterVRAM": { - "stars": 1, - "last_update": "2025-11-28 08:50:39", - "author_account_age_days": 1025 + "stars": 27, + "last_update": "2026-01-02 01:16:16", + "author_account_age_days": 1112 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 44, + "stars": 48, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1552 + "author_account_age_days": 1639 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 7, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1552 + "author_account_age_days": 1639 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1552 + "author_account_age_days": 1639 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { - "stars": 27, + "stars": 28, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1552 + "author_account_age_days": 1639 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { - "stars": 7, + "stars": 8, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 6090 + "author_account_age_days": 6177 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 14, + "stars": 15, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4509 + "author_account_age_days": 4596 }, "https://github.com/psdwizzard/Comfyui-XYZ-stitch": { "stars": 0, "last_update": "2025-11-11 16:47:27", - "author_account_age_days": 3368 + "author_account_age_days": 3456 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 24, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4401 + "author_account_age_days": 4489 }, "https://github.com/ptmaster/comfyui-audio-speed": { - "stars": 11, + "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4401 + "author_account_age_days": 4489 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 8, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 4036 + "author_account_age_days": 4124 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2322 + "author_account_age_days": 2410 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4349 + "author_account_age_days": 4437 }, "https://github.com/purpen/ComfyUI-AIRedoon": { - "stars": 3, + "stars": 4, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5459 + "author_account_age_days": 5547 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5459 + "author_account_age_days": 5547 + }, + "https://github.com/purzbeats/ComfyUI-Purz": { + "stars": 20, + "last_update": "2026-02-06 02:42:11", + "author_account_age_days": 1504 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, - "last_update": "2025-11-26 14:14:11", - "author_account_age_days": 563 + "last_update": "2025-12-28 11:46:07", + "author_account_age_days": 651 }, "https://github.com/pxl-pshr/GlitchNodes": { - "stars": 58, + "stars": 62, "last_update": "2025-10-11 16:47:17", - "author_account_age_days": 407 + "author_account_age_days": 495 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 2139, + "stars": 2244, "last_update": "2025-09-26 23:53:00", - "author_account_age_days": 3218 + "author_account_age_days": 3306 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2812, - "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 1020 + "stars": 2964, + "last_update": "2026-02-12 11:31:30", + "author_account_age_days": 1107 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 1026, + "stars": 1111, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 1020 + "author_account_age_days": 1107 + }, + "https://github.com/pytraveler/comfyui-darkil-nodes": { + "stars": 0, + "last_update": "2026-02-08 21:52:26", + "author_account_age_days": 1966 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 167, + "stars": 169, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1299 + "author_account_age_days": 1386 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 82, + "stars": 84, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1299 + "author_account_age_days": 1386 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { - "stars": 75, + "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 3025 + "author_account_age_days": 3113 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { - "stars": 14, + "stars": 16, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 42, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { - "stars": 35, - "last_update": "2025-10-08 13:39:49", - "author_account_age_days": 3809 + "stars": 44, + "last_update": "2026-02-09 16:46:34", + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 63, + "stars": 66, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { - "stars": 34, + "stars": 36, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { - "stars": 40, + "stars": 41, "last_update": "2025-08-23 12:28:00", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 21, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 7, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { - "stars": 44, + "stars": 46, "last_update": "2025-10-02 18:14:33", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { - "stars": 11, + "stars": 14, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { - "stars": 15, + "stars": 17, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3809 + "author_account_age_days": 3897 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1133 - }, - "https://github.com/r3dial/redial-discomphy": { - "stars": 1, - "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 953 + "author_account_age_days": 1220 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 662 + "author_account_age_days": 750 }, "https://github.com/rafacost/rafacost-comfy": { - "stars": 2, + "stars": 3, "last_update": "2025-11-11 14:26:29", - "author_account_age_days": 4210 + "author_account_age_days": 4298 }, "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": { "stars": 5, "last_update": "2025-08-29 16:48:04", - "author_account_age_days": 269 + "author_account_age_days": 357 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 379, + "stars": 382, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1587 + "author_account_age_days": 1675 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1587 + "author_account_age_days": 1675 }, "https://github.com/rainlizard/ComfyUI-Raffle": { - "stars": 16, + "stars": 20, "last_update": "2025-11-23 16:11:33", - "author_account_age_days": 3684 + "author_account_age_days": 3772 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3684 + "author_account_age_days": 3772 + }, + "https://github.com/rakkarage/ComfyRage": { + "stars": 0, + "last_update": "2026-02-08 15:11:46", + "author_account_age_days": 5315 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 5, "last_update": "2025-10-27 11:11:50", - "author_account_age_days": 1843 + "author_account_age_days": 1931 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { - "stars": 68, + "stars": 69, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3739 + "author_account_age_days": 3826 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1283 + "author_account_age_days": 1370 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { - "stars": 1, - "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 340 + "stars": 3, + "last_update": "2025-12-07 02:37:32", + "author_account_age_days": 428 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-09-02 08:35:03", - "author_account_age_days": 5777 + "last_update": "2026-02-16 11:03:46", + "author_account_age_days": 5865 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 90, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 5016 + "author_account_age_days": 5103 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { - "stars": 48, + "stars": 50, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2444 + "author_account_age_days": 2532 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 111, + "stars": 120, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2526 + "author_account_age_days": 2614 + }, + "https://github.com/razvanmatei-sf/comfyui-stillfront": { + "stars": 0, + "last_update": "2026-02-16 10:39:17", + "author_account_age_days": 179 }, "https://github.com/razvanmatei-sf/razv-llm": { "stars": 0, - "last_update": "2025-10-13 10:36:55", - "author_account_age_days": 91 + "last_update": "2025-12-02 14:48:54", + "author_account_age_days": 179 }, "https://github.com/razvanmatei-sf/razv-wavespeed": { "stars": 0, - "last_update": "2025-11-15 11:18:27", - "author_account_age_days": 91 + "last_update": "2025-12-02 14:56:41", + "author_account_age_days": 179 }, "https://github.com/razvanmatei-sf/serhii-prompt-list": { "stars": 0, "last_update": "2025-11-03 10:19:48", - "author_account_age_days": 91 + "author_account_age_days": 179 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3946 + "author_account_age_days": 4033 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 2033 + "author_account_age_days": 2120 + }, + "https://github.com/rdanalex/ComfyUI-ClownSampler": { + "stars": 0, + "last_update": "2026-02-01 07:51:15", + "author_account_age_days": 2297 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 44, + "stars": 43, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6142 + "author_account_age_days": 6230 }, "https://github.com/rdawgemfl/rdawg_3D_pack": { "stars": 0, "last_update": "2025-10-19 12:31:40", - "author_account_age_days": 2450 + "author_account_age_days": 2537 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3844 + "author_account_age_days": 3932 }, "https://github.com/reallusion/ComfyUI-Reallusion": { - "stars": 6, + "stars": 8, "last_update": "2025-08-26 10:09:05", - "author_account_age_days": 2582 + "author_account_age_days": 2670 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 416, + "stars": 442, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3115 + "author_account_age_days": 3202 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 65, + "stars": 66, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1244 + "author_account_age_days": 1332 }, "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": { "stars": 7, "last_update": "2025-09-30 16:00:15", - "author_account_age_days": 3825 + "author_account_age_days": 3913 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 15, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 661 + "author_account_age_days": 748 + }, + "https://github.com/reeoi/ComfyUI-WebROI": { + "stars": 1, + "last_update": "2025-11-25 08:44:40", + "author_account_age_days": 2369 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { - "stars": 111, - "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5148 + "stars": 131, + "last_update": "2026-02-02 01:40:50", + "author_account_age_days": 5236 }, "https://github.com/regiellis/ComfyUI-EasyIllustrious": { - "stars": 44, + "stars": 54, "last_update": "2025-09-23 19:42:28", - "author_account_age_days": 5148 + "author_account_age_days": 5236 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 46, + "stars": 47, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5148 + "author_account_age_days": 5236 }, "https://github.com/regiellis/ComfyUI-EasyPony": { - "stars": 11, + "stars": 12, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5148 + "author_account_age_days": 5236 }, "https://github.com/regiellis/ComfyUI-SDXL-Adherence": { - "stars": 6, + "stars": 7, "last_update": "2025-09-01 01:09:00", - "author_account_age_days": 5148 + "author_account_age_days": 5236 + }, + "https://github.com/relhamdi/ComfyUI-RE-CustomUtils": { + "stars": 0, + "last_update": "2026-01-25 11:33:31", + "author_account_age_days": 1873 + }, + "https://github.com/remingtonspaz/ComfyUI-ReferenceChain": { + "stars": 8, + "last_update": "2026-02-14 21:28:15", + "author_account_age_days": 4311 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 203, + "stars": 208, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2130 + "author_account_age_days": 2217 + }, + "https://github.com/rethink-studios/comfyui-model-linker-desktop": { + "stars": 4, + "last_update": "2025-12-22 05:02:38", + "author_account_age_days": 2226 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 2, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 5006 + "author_account_age_days": 5094 + }, + "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter": { + "stars": 1, + "last_update": "2026-01-01 23:45:56", + "author_account_age_days": 73 + }, + "https://github.com/revisionhiep-create/comfyui-standard-trigger-words": { + "stars": 18, + "last_update": "2026-01-16 07:17:57", + "author_account_age_days": 73 + }, + "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle": { + "stars": 2, + "last_update": "2026-01-01 23:45:57", + "author_account_age_days": 73 + }, + "https://github.com/revisiontony/LoraMangerWebFrame": { + "stars": 3, + "last_update": "2025-12-24 11:56:44", + "author_account_age_days": 70 + }, + "https://github.com/rgamevfx/ComfyUI-RGnodes": { + "stars": 2, + "last_update": "2026-02-09 23:24:29", + "author_account_age_days": 425 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2456, - "last_update": "2025-11-27 13:47:16", - "author_account_age_days": 5496 + "stars": 2806, + "last_update": "2025-12-12 01:53:37", + "author_account_age_days": 5583 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 11, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6159 + "author_account_age_days": 6246 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6159 + "author_account_age_days": 6246 + }, + "https://github.com/rholdorf/comfyui_imgtools": { + "stars": 0, + "last_update": "2025-12-30 20:09:43", + "author_account_age_days": 4979 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 674 + "author_account_age_days": 762 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3202 + "author_account_age_days": 3289 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5355 + "author_account_age_days": 5442 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { - "stars": 2, + "stars": 4, "last_update": "2025-08-20 00:09:26", - "author_account_age_days": 1062 + "author_account_age_days": 1150 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4725 + "author_account_age_days": 4813 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 6, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1169 + "author_account_age_days": 1256 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1169 + "author_account_age_days": 1256 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { - "stars": 18, + "stars": 20, "last_update": "2025-09-25 09:39:29", - "author_account_age_days": 1169 + "author_account_age_days": 1256 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { - "stars": 37, + "stars": 39, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1169 + "author_account_age_days": 1256 + }, + "https://github.com/ritik-devsecops/ComfyUI-Floyo-Flux2-API-node": { + "stars": 1, + "last_update": "2025-11-26 23:27:36", + "author_account_age_days": 97 + }, + "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": { + "stars": 3, + "last_update": "2026-01-19 00:18:14", + "author_account_age_days": 4497 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5793 + "author_account_age_days": 5881 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { - "stars": 15, + "stars": 16, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 4069 + "author_account_age_days": 4156 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 28, - "last_update": "2025-09-04 07:09:16", - "author_account_age_days": 2334 + "last_update": "2025-12-02 13:21:47", + "author_account_age_days": 2422 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 420, - "last_update": "2025-10-27 21:01:07", - "author_account_age_days": 4626 + "stars": 505, + "last_update": "2026-01-25 07:26:38", + "author_account_age_days": 4714 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 233, - "last_update": "2025-09-08 11:56:14", - "author_account_age_days": 4626 + "stars": 232, + "last_update": "2025-12-04 06:17:57", + "author_account_age_days": 4714 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1645 + "author_account_age_days": 1733 + }, + "https://github.com/robomello/comfyui-prompt-saver": { + "stars": 0, + "last_update": "2026-01-29 17:59:46", + "author_account_age_days": 2295 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 973 + "author_account_age_days": 1061 + }, + "https://github.com/rockerBOO/pixel-sorting": { + "stars": 0, + "last_update": "2026-01-26 23:20:21", + "author_account_age_days": 6452 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { - "stars": 20, + "stars": 21, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3675 + "author_account_age_days": 3763 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 812 + "author_account_age_days": 899 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 6, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2831 + "author_account_age_days": 2919 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 108, + "stars": 109, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4677 + "author_account_age_days": 4764 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1539 + "author_account_age_days": 1627 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 1, "last_update": "2025-09-08 02:32:36", - "author_account_age_days": 278 + "author_account_age_days": 366 }, "https://github.com/rookiepsi/comfyui-extended": { - "stars": 4, + "stars": 5, "last_update": "2025-10-07 20:14:44", - "author_account_age_days": 278 + "author_account_age_days": 366 }, "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": { - "stars": 1, - "last_update": "2025-11-22 11:21:39", - "author_account_age_days": 734 + "stars": 10, + "last_update": "2025-12-31 04:12:45", + "author_account_age_days": 822 + }, + "https://github.com/rookiestar28/ComfyUI-Doctor": { + "stars": 58, + "last_update": "2026-02-16 20:04:27", + "author_account_age_days": 822 + }, + "https://github.com/rookiestar28/ComfyUI-TranslateGemma": { + "stars": 22, + "last_update": "2026-01-24 16:03:58", + "author_account_age_days": 822 }, "https://github.com/rookiestar28/ComfyUI_Text_Processor": { - "stars": 5, - "last_update": "2025-11-26 05:22:32", - "author_account_age_days": 734 + "stars": 13, + "last_update": "2026-01-29 04:27:17", + "author_account_age_days": 822 + }, + "https://github.com/room3dev/ComfyUI-FrameIO": { + "stars": 0, + "last_update": "2026-01-20 07:19:12", + "author_account_age_days": 3292 + }, + "https://github.com/room3dev/ComfyUI-I2VChainHelper": { + "stars": 0, + "last_update": "2026-01-22 18:25:08", + "author_account_age_days": 3292 + }, + "https://github.com/room3dev/ComfyUI-PixelForge": { + "stars": 0, + "last_update": "2026-01-20 06:33:26", + "author_account_age_days": 3292 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { - "stars": 6, + "stars": 8, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1449 + "author_account_age_days": 1537 }, "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { - "stars": 6, + "stars": 7, "last_update": "2025-11-25 19:40:54", - "author_account_age_days": 892 + "author_account_age_days": 980 }, "https://github.com/royceschultz/ComfyUI-Notifications": { - "stars": 23, + "stars": 27, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 3051 + "author_account_age_days": 3139 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { - "stars": 26, + "stars": 29, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 3051 + "author_account_age_days": 3139 }, "https://github.com/rslosch/comfyui-nodesweet": { "stars": 1, - "last_update": "2025-10-28 19:34:17", - "author_account_age_days": 1412 + "last_update": "2026-01-30 00:51:43", + "author_account_age_days": 1500 }, "https://github.com/rsxdalv/ComfyUI-TTS-Webui": { - "stars": 2, + "stars": 3, "last_update": "2025-10-31 17:42:44", - "author_account_age_days": 4296 + "author_account_age_days": 4384 }, "https://github.com/ru4ls/ComfyUI_Google-Fonts": { "stars": 1, "last_update": "2025-10-29 09:24:52", - "author_account_age_days": 1007 + "author_account_age_days": 1095 }, "https://github.com/ru4ls/ComfyUI_Imagen": { "stars": 3, "last_update": "2025-10-20 02:29:03", - "author_account_age_days": 1007 + "author_account_age_days": 1095 }, "https://github.com/ru4ls/ComfyUI_Nano_Banana": { - "stars": 7, - "last_update": "2025-11-24 05:43:13", - "author_account_age_days": 1007 + "stars": 37, + "last_update": "2026-02-23 05:22:20", + "author_account_age_days": 1095 }, "https://github.com/ru4ls/ComfyUI_StreetView-Loader": { - "stars": 5, - "last_update": "2025-11-14 05:57:36", - "author_account_age_days": 1007 + "stars": 6, + "last_update": "2026-01-11 08:45:22", + "author_account_age_days": 1095 }, "https://github.com/ru4ls/ComfyUI_Wan": { - "stars": 1, + "stars": 3, "last_update": "2025-10-20 02:32:13", - "author_account_age_days": 1007 + "author_account_age_days": 1095 }, "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": { - "stars": 0, + "stars": 1, "last_update": "2025-11-11 03:17:07", - "author_account_age_days": 786 + "author_account_age_days": 874 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3593 + "author_account_age_days": 3681 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 13, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 703 + "author_account_age_days": 791 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { - "stars": 41, + "stars": 43, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 703 + "author_account_age_days": 791 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 703 + "author_account_age_days": 791 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { - "stars": 12, + "stars": 14, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 703 + "author_account_age_days": 791 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 996 + "author_account_age_days": 1083 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 592 + "author_account_age_days": 679 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 690 + "author_account_age_days": 777 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2942 + "author_account_age_days": 3030 }, "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": { - "stars": 4, + "stars": 6, "last_update": "2025-10-06 18:43:07", - "author_account_age_days": 1839 + "author_account_age_days": 1927 + }, + "https://github.com/ryanontheinside/ComfyUI-CalculatorX": { + "stars": 2, + "last_update": "2026-02-13 14:11:09", + "author_account_age_days": 4299 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { - "stars": 10, + "stars": 14, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4211 + "author_account_age_days": 4298 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 20, - "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4211 + "last_update": "2026-02-15 15:28:03", + "author_account_age_days": 4298 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4211 + "author_account_age_days": 4298 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4211 + "author_account_age_days": 4298 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { - "stars": 69, - "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4211 + "stars": 76, + "last_update": "2026-02-08 13:17:21", + "author_account_age_days": 4298 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { - "stars": 72, + "stars": 76, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4211 + "author_account_age_days": 4298 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 572, - "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4211 + "stars": 712, + "last_update": "2026-02-21 19:14:08", + "author_account_age_days": 4298 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4211 + "author_account_age_days": 4298 + }, + "https://github.com/rzgarespo/ComfyUI-diffusiondb": { + "stars": 26, + "last_update": "2026-01-05 02:03:24", + "author_account_age_days": 4509 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 10, - "last_update": "2025-11-26 07:42:57", - "author_account_age_days": 4421 + "stars": 13, + "last_update": "2026-02-13 16:16:01", + "author_account_age_days": 4509 }, "https://github.com/s9roll7/comfyui_cotracker_node": { - "stars": 22, + "stars": 29, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1106 + "author_account_age_days": 1194 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, - "last_update": "2025-08-22 15:14:56", - "author_account_age_days": 5279 + "last_update": "2025-12-29 18:44:55", + "author_account_age_days": 5366 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, - "last_update": "2025-11-18 15:42:36", - "author_account_age_days": 459 + "last_update": "2026-01-17 00:27:38", + "author_account_age_days": 547 }, "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": { - "stars": 2, - "last_update": "2025-11-27 22:14:23", - "author_account_age_days": 5022 + "stars": 4, + "last_update": "2026-01-14 23:20:25", + "author_account_age_days": 5110 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 3, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1443 + "author_account_age_days": 1531 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 472 + "author_account_age_days": 560 }, "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": { - "stars": 14, - "last_update": "2025-11-25 01:15:55", - "author_account_age_days": 3272 + "stars": 19, + "last_update": "2026-02-12 16:46:53", + "author_account_age_days": 3359 }, "https://github.com/scofano/ComfyUI-Simple-video-effects": { "stars": 0, - "last_update": "2025-11-26 01:05:16", - "author_account_age_days": 3272 + "last_update": "2026-02-12 16:35:43", + "author_account_age_days": 3359 }, "https://github.com/scofano/comfy-audio-duration": { - "stars": 1, + "stars": 5, "last_update": "2025-11-25 13:55:11", - "author_account_age_days": 3272 + "author_account_age_days": 3359 }, "https://github.com/scofano/comfy-text-stats": { "stars": 0, "last_update": "2025-10-10 20:10:48", - "author_account_age_days": 3272 + "author_account_age_days": 3359 }, "https://github.com/scraed/LanPaint": { - "stars": 693, - "last_update": "2025-11-22 17:12:26", - "author_account_age_days": 3984 + "stars": 999, + "last_update": "2026-02-15 17:03:30", + "author_account_age_days": 4072 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 757 + "author_account_age_days": 844 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 6, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1726 + "author_account_age_days": 1814 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 855 + "author_account_age_days": 943 }, "https://github.com/seanlynch/comfyui-optical-flow": { - "stars": 32, + "stars": 33, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5827 + "author_account_age_days": 5914 }, "https://github.com/seanlynch/srl-nodes": { - "stars": 11, + "stars": 12, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5827 + "author_account_age_days": 5914 + }, + "https://github.com/sebagallo/comfyui-sg-llama-cpp": { + "stars": 4, + "last_update": "2025-12-23 11:02:03", + "author_account_age_days": 3236 + }, + "https://github.com/sebagallo/comfyui-sg-openai-client": { + "stars": 0, + "last_update": "2025-12-31 06:21:08", + "author_account_age_days": 3236 + }, + "https://github.com/sebagallo/comfyui-sg-text-encode-reference-images": { + "stars": 0, + "last_update": "2026-01-20 05:27:15", + "author_account_age_days": 3236 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 94, - "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1308 + "stars": 105, + "last_update": "2026-01-19 09:56:26", + "author_account_age_days": 1396 + }, + "https://github.com/senhaicc/Comfyui-WL-MainImageDesign": { + "stars": 0, + "last_update": "2026-01-13 11:29:31", + "author_account_age_days": 365 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, - "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3854 + "last_update": "2025-12-26 21:35:52", + "author_account_age_days": 3942 }, "https://github.com/set-soft/AudioSeparation": { - "stars": 17, - "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3332 + "stars": 22, + "last_update": "2026-02-11 14:06:14", + "author_account_age_days": 3420 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { - "stars": 4, + "stars": 5, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3332 + "author_account_age_days": 3420 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 1, - "last_update": "2025-11-27 21:28:58", - "author_account_age_days": 3332 + "last_update": "2025-12-30 16:49:04", + "author_account_age_days": 3420 }, "https://github.com/sfinktah/comfy-ovum": { - "stars": 5, + "stars": 6, "last_update": "2025-11-17 22:15:39", - "author_account_age_days": 4554 + "author_account_age_days": 4642 }, "https://github.com/sfinktah/ovum-spotlight": { "stars": 4, "last_update": "2025-11-17 21:35:38", - "author_account_age_days": 4554 + "author_account_age_days": 4642 + }, + "https://github.com/sgyyao/ComfyUI_LLM_Prompt_Optimizer": { + "stars": 1, + "last_update": "2026-01-16 05:04:10", + "author_account_age_days": 2321 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 233, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 3023 + "author_account_age_days": 3111 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 241, + "stars": 249, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 3023 + "author_account_age_days": 3111 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2291 + "author_account_age_days": 2379 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 32, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3837 + "author_account_age_days": 3924 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 3, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3837 + "author_account_age_days": 3924 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3837 + "author_account_age_days": 3924 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 468, + "stars": 472, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2565 + "author_account_age_days": 2652 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1754, + "stars": 1806, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2565 + "author_account_age_days": 2652 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 129, + "stars": 135, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2565 + "author_account_age_days": 2652 }, "https://github.com/shadowcz007/comfyui-try-on": { - "stars": 14, + "stars": 16, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2565 + "author_account_age_days": 2652 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 36, + "stars": 37, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3837 + "author_account_age_days": 3924 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { - "stars": 6, + "stars": 7, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 714 + "author_account_age_days": 802 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { - "stars": 24, + "stars": 27, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 714 + "author_account_age_days": 802 }, "https://github.com/shenduldh/ComfyUI-Lightning": { - "stars": 221, + "stars": 222, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2639 + "author_account_age_days": 2727 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5615 + "author_account_age_days": 5702 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1542 + "author_account_age_days": 1630 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 290, + "stars": 294, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2287 + "author_account_age_days": 2374 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 493, + "stars": 514, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2287 + "author_account_age_days": 2374 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2287 + "author_account_age_days": 2374 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 306, + "stars": 318, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2287 + "author_account_age_days": 2374 + }, + "https://github.com/shin131002/RandomLoRALoader": { + "stars": 1, + "last_update": "2026-01-13 13:20:14", + "author_account_age_days": 370 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 2, "last_update": "2025-09-10 15:02:44", - "author_account_age_days": 834 + "author_account_age_days": 921 }, "https://github.com/shinich39/comfyui-civitai-workflow": { - "stars": 0, + "stars": 1, "last_update": "2025-10-12 10:16:58", - "author_account_age_days": 834 + "author_account_age_days": 921 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-09-10 15:13:41", - "author_account_age_days": 834 + "author_account_age_days": 921 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 9, "last_update": "2025-09-12 23:21:21", - "author_account_age_days": 834 + "author_account_age_days": 921 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-10-16 09:46:49", - "author_account_age_days": 834 - }, - "https://github.com/shinich39/comfyui-innnnnpaint": { - "stars": 0, - "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 834 + "author_account_age_days": 921 }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, - "last_update": "2025-11-21 13:51:23", - "author_account_age_days": 834 - }, - "https://github.com/shinich39/comfyui-no-one-above-me": { - "stars": 0, - "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 834 + "last_update": "2026-01-12 15:59:34", + "author_account_age_days": 921 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, - "last_update": "2025-09-13 15:11:24", - "author_account_age_days": 834 + "last_update": "2026-01-15 07:11:59", + "author_account_age_days": 921 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 238 + "author_account_age_days": 325 + }, + "https://github.com/shmbatom/Comfyui-Image-Concat": { + "stars": 0, + "last_update": "2026-01-19 15:24:15", + "author_account_age_days": 739 + }, + "https://github.com/shmbatom/Comfyui-ImageAB-Compare": { + "stars": 0, + "last_update": "2026-01-05 12:16:23", + "author_account_age_days": 739 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4830 + "author_account_age_days": 4917 }, "https://github.com/shockz0rz/comfy-easy-grids": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2148 + "author_account_age_days": 2235 + }, + "https://github.com/shootthesound/comfyUI-LongLook": { + "stars": 143, + "last_update": "2025-12-30 22:23:29", + "author_account_age_days": 1301 + }, + "https://github.com/shootthesound/comfyui-wan-i2v-control": { + "stars": 15, + "last_update": "2026-02-01 22:14:13", + "author_account_age_days": 1301 + }, + "https://github.com/shumoLR/Comfyui_SynVow_MultiangleCamera": { + "stars": 9, + "last_update": "2026-01-17 11:12:19", + "author_account_age_days": 654 + }, + "https://github.com/shumoLR/Comfyui_SynVow_TeleStyle": { + "stars": 1, + "last_update": "2026-01-30 18:24:23", + "author_account_age_days": 654 }, "https://github.com/siliconflow/BizyAir": { - "stars": 800, + "stars": 832, "last_update": "2025-09-24 10:15:54", - "author_account_age_days": 828 + "author_account_age_days": 915 }, "https://github.com/siliconflow/onediff_comfy_nodes": { - "stars": 23, + "stars": 24, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 828 + "author_account_age_days": 915 + }, + "https://github.com/silveroxides/ComfyUI-LogicMath": { + "stars": 1, + "last_update": "2026-02-21 07:34:13", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { - "stars": 4, - "last_update": "2025-11-24 18:16:09", - "author_account_age_days": 2022 + "stars": 7, + "last_update": "2026-02-12 07:07:39", + "author_account_age_days": 2110 + }, + "https://github.com/silveroxides/ComfyUI-PokeIndex": { + "stars": 0, + "last_update": "2025-12-30 17:54:35", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, - "last_update": "2025-08-20 08:47:24", - "author_account_age_days": 2022 + "last_update": "2026-02-12 18:47:03", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 9, - "last_update": "2025-09-19 03:17:25", - "author_account_age_days": 2022 + "last_update": "2026-02-23 11:43:24", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { - "stars": 4, - "last_update": "2025-08-22 23:12:24", - "author_account_age_days": 2022 + "stars": 5, + "last_update": "2026-02-07 15:28:15", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": { "stars": 3, - "last_update": "2025-11-27 00:02:37", - "author_account_age_days": 2022 + "last_update": "2026-02-22 09:33:12", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": { - "stars": 8, - "last_update": "2025-11-27 03:13:24", - "author_account_age_days": 2022 + "stars": 13, + "last_update": "2026-01-05 19:53:42", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, - "last_update": "2025-11-18 14:41:30", - "author_account_age_days": 2022 + "last_update": "2026-01-21 14:35:20", + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { - "stars": 21, + "stars": 24, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 2022 + "author_account_age_days": 2110 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { - "stars": 38, + "stars": 41, "last_update": "2025-11-26 17:06:10", - "author_account_age_days": 2022 + "author_account_age_days": 2110 + }, + "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack": { + "stars": 0, + "last_update": "2026-02-20 16:37:24", + "author_account_age_days": 41 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 324, - "last_update": "2025-11-04 08:43:09", - "author_account_age_days": 1629 + "stars": 333, + "last_update": "2026-02-01 16:04:28", + "author_account_age_days": 1716 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 221, + "stars": 223, "last_update": "2025-10-07 10:25:26", - "author_account_age_days": 2648 + "author_account_age_days": 2736 }, "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": { - "stars": 19, - "last_update": "2025-11-27 19:25:42", - "author_account_age_days": 3149 + "stars": 56, + "last_update": "2026-02-12 13:50:43", + "author_account_age_days": 3237 + }, + "https://github.com/siray-ai/siray-comfyui": { + "stars": 86, + "last_update": "2025-12-11 10:26:20", + "author_account_age_days": 150 + }, + "https://github.com/sirouk/chutes-comfyui-node": { + "stars": 0, + "last_update": "2025-12-01 23:12:03", + "author_account_age_days": 4170 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1399 + "author_account_age_days": 1487 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { - "stars": 4, + "stars": 5, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4284 + "author_account_age_days": 4372 + }, + "https://github.com/sjhddh/ComfyUI-Cyber-Steganography": { + "stars": 0, + "last_update": "2026-01-23 23:24:12", + "author_account_age_days": 4504 + }, + "https://github.com/skatardude10/ComfyUI-Optical-Realism": { + "stars": 1, + "last_update": "2026-01-17 11:08:10", + "author_account_age_days": 3952 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2604 + "author_account_age_days": 2691 }, "https://github.com/skycoder182/comfyui-filename-tools": { - "stars": 2, + "stars": 3, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 191 + "author_account_age_days": 279 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 191 + "author_account_age_days": 279 }, "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": { - "stars": 0, - "last_update": "2025-11-18 15:54:32", - "author_account_age_days": 5264 + "stars": 48, + "last_update": "2025-12-31 09:05:05", + "author_account_age_days": 5352 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-11-06 14:32:52", - "author_account_age_days": 499 + "author_account_age_days": 586 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-11-06 13:10:07", - "author_account_age_days": 499 + "author_account_age_days": 586 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 1, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4461 + "author_account_age_days": 4549 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3237 + "author_account_age_days": 3324 + }, + "https://github.com/smartvain/ComfyUI-FaceKeypointsFilter": { + "stars": 1, + "last_update": "2026-01-12 01:16:45", + "author_account_age_days": 1704 + }, + "https://github.com/smartvain/ComfyUI-PoseKeypointsToImage": { + "stars": 0, + "last_update": "2026-01-12 01:22:02", + "author_account_age_days": 1704 + }, + "https://github.com/smartvain/ComfyUI-PromptComment": { + "stars": 0, + "last_update": "2026-01-20 16:12:24", + "author_account_age_days": 1704 }, "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { "stars": 0, "last_update": "2025-10-25 21:28:35", - "author_account_age_days": 4098 + "author_account_age_days": 4186 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3243 + "author_account_age_days": 3330 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { - "stars": 13, + "stars": 16, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3243 + "author_account_age_days": 3330 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 36, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 66, + "stars": 69, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 19, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 25, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { "stars": 3, "last_update": "2025-11-18 10:43:12", - "author_account_age_days": 875 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Demucs": { - "stars": 9, - "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 876 + "stars": 10, + "last_update": "2025-12-12 06:04:30", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 31, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 226, - "last_update": "2025-11-03 00:23:02", - "author_account_age_days": 876 + "stars": 246, + "last_update": "2025-12-02 06:38:39", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_DyPE": { - "stars": 24, - "last_update": "2025-11-15 11:15:56", - "author_account_age_days": 875 + "stars": 27, + "last_update": "2026-02-01 09:37:01", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 678, - "last_update": "2025-08-26 00:42:33", - "author_account_age_days": 876 + "stars": 685, + "last_update": "2026-01-24 00:19:48", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 16, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_FlashVSR": { - "stars": 220, - "last_update": "2025-11-22 08:20:33", - "author_account_age_days": 875 + "stars": 313, + "last_update": "2026-02-23 03:28:56", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { - "stars": 64, + "stars": 66, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 17, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 876 + "author_account_age_days": 963 + }, + "https://github.com/smthemex/ComfyUI_GRAG_Image_Editing": { + "stars": 8, + "last_update": "2025-11-30 07:52:54", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 71, + "stars": 73, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { - "stars": 80, + "stars": 79, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 244, + "stars": 243, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 876 + "author_account_age_days": 963 + }, + "https://github.com/smthemex/ComfyUI_InteractAvatar": { + "stars": 12, + "last_update": "2026-02-10 13:17:28", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 61, "last_update": "2025-09-30 08:22:04", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { - "stars": 87, + "stars": 88, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_LucidFlux": { - "stars": 55, - "last_update": "2025-11-05 05:55:42", - "author_account_age_days": 875 + "stars": 57, + "last_update": "2026-01-12 04:47:17", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 58, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 58, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { - "stars": 26, + "stars": 27, "last_update": "2025-11-24 10:01:01", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 39, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_OmniPart": { "stars": 9, "last_update": "2025-10-15 08:20:42", - "author_account_age_days": 875 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { - "stars": 22, - "last_update": "2025-09-20 08:50:30", - "author_account_age_days": 876 + "stars": 25, + "last_update": "2025-12-05 09:14:08", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { - "stars": 14, + "stars": 16, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { - "stars": 47, + "stars": 48, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_PartPacker": { - "stars": 30, + "stars": 31, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { - "stars": 45, + "stars": 44, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 95, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_SVFR": { - "stars": 96, + "stars": 98, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 196, + "stars": 200, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { - "stars": 104, - "last_update": "2025-11-22 12:42:33", - "author_account_age_days": 876 + "stars": 137, + "last_update": "2026-01-18 09:38:56", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1112, + "stars": 1126, "last_update": "2025-09-27 00:02:18", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { - "stars": 32, + "stars": 34, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 42, + "stars": 43, "last_update": "2025-08-21 07:58:39", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 100, + "stars": 102, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { - "stars": 19, + "stars": 28, "last_update": "2025-11-15 05:43:39", - "author_account_age_days": 875 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 480, + "stars": 492, "last_update": "2025-10-11 09:57:02", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { - "stars": 10, + "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { - "stars": 174, + "stars": 181, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 876 + "author_account_age_days": 963 + }, + "https://github.com/smthemex/ComfyUI_UltraFlux": { + "stars": 22, + "last_update": "2025-11-27 04:17:26", + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/smthemex/ComfyUI_YuE": { - "stars": 167, + "stars": 184, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 876 + "author_account_age_days": 963 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { - "stars": 15, - "last_update": "2025-10-31 14:48:37", - "author_account_age_days": 1295 + "stars": 16, + "last_update": "2026-02-16 19:33:16", + "author_account_age_days": 1383 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, - "last_update": "2025-09-16 12:38:44", - "author_account_age_days": 1295 + "last_update": "2026-02-16 19:04:31", + "author_account_age_days": 1383 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-09-19 00:26:30", - "author_account_age_days": 2089 + "author_account_age_days": 2176 }, "https://github.com/snicolast/ComfyUI-IndexTTS2": { - "stars": 121, + "stars": 176, "last_update": "2025-10-13 07:16:00", - "author_account_age_days": 2895 + "author_account_age_days": 2983 }, "https://github.com/snicolast/ComfyUI-Ovi": { - "stars": 105, + "stars": 121, "last_update": "2025-10-16 21:46:54", - "author_account_age_days": 2895 + "author_account_age_days": 2983 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { - "stars": 3, + "stars": 5, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4242 + "author_account_age_days": 4330 + }, + "https://github.com/solidlime/Comfyui-Random_Image_Picker": { + "stars": 0, + "last_update": "2026-01-07 13:39:25", + "author_account_age_days": 3628 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 212 + "author_account_age_days": 300 }, "https://github.com/sonnybox/ComfyUI-SuperNodes": { - "stars": 0, - "last_update": "2025-10-11 06:00:33", - "author_account_age_days": 1074 + "stars": 5, + "last_update": "2026-02-19 16:53:54", + "author_account_age_days": 1162 + }, + "https://github.com/sooxt98/comfyui_longcat_image": { + "stars": 75, + "last_update": "2025-12-21 02:42:42", + "author_account_age_days": 3874 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3781 + "author_account_age_days": 3869 + }, + "https://github.com/soulctcher/TetriNode": { + "stars": 4, + "last_update": "2026-02-08 22:35:40", + "author_account_age_days": 3326 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 2004 + "author_account_age_days": 2092 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 31, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 929 + "author_account_age_days": 1017 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { - "stars": 58, + "stars": 59, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3246 + "author_account_age_days": 3333 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 230, + "stars": 239, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3246 + "author_account_age_days": 3333 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3246 + "author_account_age_days": 3333 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 196, + "stars": 205, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 816 + "author_account_age_days": 903 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 79, + "stars": 95, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 816 + "author_account_age_days": 903 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 271, - "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 816 + "stars": 284, + "last_update": "2025-12-15 02:00:51", + "author_account_age_days": 903 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { - "stars": 2, + "stars": 3, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 816 + "author_account_age_days": 903 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 93, + "stars": 94, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 816 + "author_account_age_days": 903 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 816 + "author_account_age_days": 903 }, "https://github.com/spacepxl/ComfyUI-VAE-Utils": { - "stars": 117, - "last_update": "2025-10-29 04:09:49", - "author_account_age_days": 816 + "stars": 151, + "last_update": "2026-02-05 04:47:29", + "author_account_age_days": 904 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { - "stars": 19, - "last_update": "2025-09-21 04:44:09", - "author_account_age_days": 459 + "stars": 20, + "last_update": "2026-02-02 14:15:16", + "author_account_age_days": 547 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 3, - "last_update": "2025-09-09 09:53:28", - "author_account_age_days": 459 + "last_update": "2026-01-17 15:05:19", + "author_account_age_days": 547 }, "https://github.com/spawner1145/comfyui-lsnet": { - "stars": 77, - "last_update": "2025-11-04 05:55:42", - "author_account_age_days": 459 + "stars": 89, + "last_update": "2025-12-19 14:20:40", + "author_account_age_days": 547 }, "https://github.com/speige/ComfyUI_Make-It-Animatable": { - "stars": 2, - "last_update": "2025-11-19 19:31:44", - "author_account_age_days": 4879 + "stars": 3, + "last_update": "2026-01-02 01:32:37", + "author_account_age_days": 4967 }, "https://github.com/spinagon/ComfyUI-seam-carving": { - "stars": 25, + "stars": 27, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5263 + "author_account_age_days": 5350 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 241, - "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5263 + "stars": 258, + "last_update": "2026-02-12 15:22:16", + "author_account_age_days": 5350 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5753 + "author_account_age_days": 5841 }, "https://github.com/sputnik57/comfyui-prompt-logger": { "stars": 0, "last_update": "2025-09-09 22:35:39", - "author_account_age_days": 4271 + "author_account_age_days": 4359 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { - "stars": 5, - "last_update": "2025-11-24 03:58:37", - "author_account_age_days": 323 + "stars": 7, + "last_update": "2025-12-01 03:45:48", + "author_account_age_days": 411 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1361, - "last_update": "2025-10-31 14:35:49", - "author_account_age_days": 2211 + "stars": 1442, + "last_update": "2026-02-23 02:42:18", + "author_account_age_days": 2298 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2211 + "author_account_age_days": 2298 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { - "stars": 89, - "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2211 + "stars": 90, + "last_update": "2025-12-06 03:42:31", + "author_account_age_days": 2298 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 80, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2211 + "author_account_age_days": 2298 + }, + "https://github.com/ssspace1/SSpack_ComfyUI": { + "stars": 0, + "last_update": "2025-12-13 08:16:16", + "author_account_age_days": 438 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4606 + "author_account_age_days": 4693 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 65, - "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4606 + "stars": 66, + "last_update": "2026-02-23 18:58:56", + "author_account_age_days": 4693 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 707, + "stars": 775, "last_update": "2025-10-23 17:02:46", - "author_account_age_days": 4606 + "author_account_age_days": 4693 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 28, + "stars": 33, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3133 + "author_account_age_days": 3221 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { - "stars": 11, + "stars": 15, "last_update": "2025-10-22 21:10:35", - "author_account_age_days": 3133 + "author_account_age_days": 3221 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 198, + "stars": 231, "last_update": "2025-10-22 21:09:42", - "author_account_age_days": 3133 + "author_account_age_days": 3221 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { - "stars": 41, + "stars": 43, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 474 + "author_account_age_days": 562 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3820 + "author_account_age_days": 3908 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { - "stars": 37, + "stars": 43, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4649 + "author_account_age_days": 4737 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 35, + "stars": 37, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4649 + "author_account_age_days": 4737 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4649 + "author_account_age_days": 4737 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 3074 + "author_account_age_days": 3161 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1052, + "stars": 1079, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 3074 + "author_account_age_days": 3161 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4993 + "author_account_age_days": 5081 }, "https://github.com/strawberryPunch/vram_optimizer": { - "stars": 15, + "stars": 17, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 815 + "author_account_age_days": 903 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3149 + "author_account_age_days": 3236 + }, + "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": { + "stars": 24, + "last_update": "2026-02-15 22:06:47", + "author_account_age_days": 557 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2368 + "author_account_age_days": 2455 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { - "stars": 38, + "stars": 40, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2368 + "author_account_age_days": 2455 + }, + "https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion": { + "stars": 4, + "last_update": "2025-12-21 17:36:04", + "author_account_age_days": 4473 }, "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { - "stars": 0, + "stars": 1, "last_update": "2025-11-10 21:17:53", - "author_account_age_days": 3527 + "author_account_age_days": 3615 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6452 + "author_account_age_days": 6539 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { - "stars": 2, - "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1398 + "stars": 3, + "last_update": "2026-02-18 16:05:39", + "author_account_age_days": 1485 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { - "stars": 2, + "stars": 3, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1398 + "author_account_age_days": 1485 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1398 + "author_account_age_days": 1485 + }, + "https://github.com/sugarkwork/comfyui_smart_character_detailer": { + "stars": 1, + "last_update": "2026-02-13 12:30:19", + "author_account_age_days": 1485 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 70, - "last_update": "2025-09-16 00:29:21", - "author_account_age_days": 1398 + "stars": 76, + "last_update": "2026-02-23 12:30:44", + "author_account_age_days": 1485 }, "https://github.com/suhee19/comfyui-orpheus-loader": { "stars": 0, "last_update": "2025-09-23 15:14:02", - "author_account_age_days": 1135 + "author_account_age_days": 1223 }, "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": { - "stars": 31, + "stars": 39, "last_update": "2025-10-05 11:40:55", - "author_account_age_days": 2357 + "author_account_age_days": 2445 }, "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": { - "stars": 27, - "last_update": "2025-09-21 04:58:49", - "author_account_age_days": 2357 + "stars": 44, + "last_update": "2026-02-15 01:53:49", + "author_account_age_days": 2445 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 274 + "author_account_age_days": 362 + }, + "https://github.com/supElement/ComfyUI_Element_easy": { + "stars": 0, + "last_update": "2026-01-17 06:29:43", + "author_account_age_days": 655 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 971 + "author_account_age_days": 1058 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { - "stars": 6, + "stars": 7, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 5038 + "author_account_age_days": 5126 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 1006 + "author_account_age_days": 1094 }, "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": { - "stars": 3, + "stars": 7, "last_update": "2025-11-08 13:11:55", - "author_account_age_days": 4401 + "author_account_age_days": 4489 }, "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": { - "stars": 1, + "stars": 2, "last_update": "2025-11-21 01:38:12", - "author_account_age_days": 318 + "author_account_age_days": 406 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1253 + "author_account_age_days": 1341 }, "https://github.com/sweetndata/ComfyUI-Reflatent": { "stars": 0, "last_update": "2025-08-27 16:38:57", - "author_account_age_days": 1253 + "author_account_age_days": 1341 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1253 + "author_account_age_days": 1341 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1253 + "author_account_age_days": 1341 }, "https://github.com/swfxliyiyu/ComfyUI-FastVideo": { "stars": 0, "last_update": "2025-09-15 05:41:45", - "author_account_age_days": 3433 + "author_account_age_days": 3521 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { - "stars": 1, + "stars": 2, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3456 + "author_account_age_days": 3544 + }, + "https://github.com/sworksteam/SEngine": { + "stars": 0, + "last_update": "2026-02-03 09:13:07", + "author_account_age_days": 22 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 138, + "stars": 142, "last_update": "2025-09-17 19:49:51", - "author_account_age_days": 3658 + "author_account_age_days": 3745 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 72, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2420 + "author_account_age_days": 2507 + }, + "https://github.com/synthetai/ComfyUI-JM-Gemini-API": { + "stars": 10, + "last_update": "2026-01-09 07:53:56", + "author_account_age_days": 560 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 3, "last_update": "2025-10-16 07:24:50", - "author_account_age_days": 472 + "author_account_age_days": 560 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { - "stars": 2, + "stars": 5, "last_update": "2025-09-12 02:51:40", - "author_account_age_days": 472 + "author_account_age_days": 560 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { - "stars": 3, + "stars": 5, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 472 + "author_account_age_days": 560 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-10-13 15:44:26", - "author_account_age_days": 472 + "author_account_age_days": 560 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 472 + "author_account_age_days": 560 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { - "stars": 9, + "stars": 11, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 472 + "author_account_age_days": 560 }, "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": { "stars": 14, "last_update": "2025-10-10 17:43:43", - "author_account_age_days": 924 + "author_account_age_days": 1012 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 3, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3130 + "author_account_age_days": 3218 }, "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon": { + "stars": 1, + "last_update": "2026-01-23 20:11:20", + "author_account_age_days": 4681 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI": { "stars": 0, - "last_update": "2025-10-18 18:25:23", - "author_account_age_days": 4593 + "last_update": "2025-12-04 04:36:01", + "author_account_age_days": 166 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1529 + "author_account_age_days": 1616 + }, + "https://github.com/t22m003/ComfyUI_LoopNode": { + "stars": 0, + "last_update": "2025-12-19 04:33:18", + "author_account_age_days": 2509 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 93, + "stars": 94, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2205 + "author_account_age_days": 2292 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 261, + "stars": 260, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2205 + "author_account_age_days": 2292 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 4, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2205 + "author_account_age_days": 2292 + }, + "https://github.com/tabisheva/comfyui-segs-profile": { + "stars": 0, + "last_update": "2026-01-14 18:02:11", + "author_account_age_days": 2630 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 66, - "last_update": "2025-11-26 02:31:15", - "author_account_age_days": 428 + "stars": 76, + "last_update": "2025-12-18 02:24:57", + "author_account_age_days": 516 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { - "stars": 11, + "stars": 10, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5442 + "author_account_age_days": 5530 + }, + "https://github.com/tackcrypto1031/tk_comfyui_img2mask": { + "stars": 0, + "last_update": "2026-01-14 09:28:34", + "author_account_age_days": 640 + }, + "https://github.com/tackcrypto1031/tk_comfyui_view_and_light": { + "stars": 0, + "last_update": "2026-01-14 08:58:19", + "author_account_age_days": 640 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 44, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 906 + "author_account_age_days": 994 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 631, + "stars": 653, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 1078 + "author_account_age_days": 1165 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 19, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4493 + "author_account_age_days": 4581 + }, + "https://github.com/tardigrade1001/latent-rotate-90": { + "stars": 0, + "last_update": "2025-12-31 12:39:27", + "author_account_age_days": 2617 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { - "stars": 92, + "stars": 91, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2252 + "author_account_age_days": 2340 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 32, + "stars": 39, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4942 + "author_account_age_days": 5030 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2621 + "author_account_age_days": 2709 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-10-02 03:48:49", - "author_account_age_days": 513 - }, - "https://github.com/techzuhaib/FaceCLIP-ComfyUI": { - "stars": 0, - "last_update": "2025-11-21 09:10:22", - "author_account_age_days": 691 + "author_account_age_days": 601 }, "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { "stars": 4, "last_update": "2025-09-27 20:21:30", - "author_account_age_days": 975 + "author_account_age_days": 1063 + }, + "https://github.com/tekijiyuu/TenguPad": { + "stars": 0, + "last_update": "2026-02-06 08:38:56", + "author_account_age_days": 2915 }, "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": { - "stars": 5, + "stars": 6, "last_update": "2025-10-31 03:04:37", - "author_account_age_days": 220 + "author_account_age_days": 308 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { "stars": 59, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 985 + "author_account_age_days": 1073 }, "https://github.com/terefang/ComfyUI-Terefang-Nodes": { "stars": 0, "last_update": "2025-11-12 12:35:02", - "author_account_age_days": 5484 + "author_account_age_days": 5572 }, "https://github.com/tester4488/mc_qwen": { "stars": 4, "last_update": "2025-11-14 11:46:00", - "author_account_age_days": 648 + "author_account_age_days": 736 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 7, - "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2541 + "last_update": "2025-12-15 23:16:12", + "author_account_age_days": 2629 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5620 + "author_account_age_days": 5707 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { - "stars": 7, + "stars": 8, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5620 + "author_account_age_days": 5707 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 321 + "author_account_age_days": 409 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { - "stars": 2, + "stars": 4, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 321 + "author_account_age_days": 409 + }, + "https://github.com/thatname/Comfyui_CharaConsist": { + "stars": 0, + "last_update": "2025-12-06 04:33:36", + "author_account_age_days": 4388 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1877 + "author_account_age_days": 1965 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 67, + "stars": 72, "last_update": "2025-09-15 15:48:29", - "author_account_age_days": 3244 + "author_account_age_days": 3332 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 73, + "stars": 77, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2944 + "author_account_age_days": 3032 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2944 + "author_account_age_days": 3032 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 365, + "stars": 368, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2944 + "author_account_age_days": 3032 }, "https://github.com/thedivergentai/divergent_nodes": { + "stars": 1, + "last_update": "2025-12-12 22:20:59", + "author_account_age_days": 1069 + }, + "https://github.com/theluminhub/ComfyUI-Lumin-Upload": { "stars": 0, - "last_update": "2025-10-22 23:19:42", - "author_account_age_days": 981 + "last_update": "2025-11-24 20:34:57", + "author_account_age_days": 91 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, - "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 492 + "last_update": "2025-12-10 08:17:58", + "author_account_age_days": 580 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaCaptioner": { + "stars": 0, + "last_update": "2025-12-10 11:09:29", + "author_account_age_days": 580 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { - "stars": 1, - "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 492 + "stars": 2, + "last_update": "2025-12-10 12:04:07", + "author_account_age_days": 580 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 5, - "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 492 + "last_update": "2025-12-10 08:25:51", + "author_account_age_days": 580 + }, + "https://github.com/theshubzworld/ComfyUI-Universal-Latent": { + "stars": 0, + "last_update": "2025-12-10 07:23:11", + "author_account_age_days": 580 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, - "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 492 + "last_update": "2025-12-10 12:02:59", + "author_account_age_days": 580 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 33, - "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3735 + "last_update": "2026-01-22 19:45:56", + "author_account_age_days": 3823 + }, + "https://github.com/thezveroboy/ComfyUI-ClipReshaper": { + "stars": 2, + "last_update": "2025-12-15 14:48:40", + "author_account_age_days": 3823 + }, + "https://github.com/thezveroboy/ComfyUI-LoadRandomText": { + "stars": 0, + "last_update": "2025-12-27 19:23:28", + "author_account_age_days": 3823 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3735 + "author_account_age_days": 3823 + }, + "https://github.com/thezveroboy/ComfyUI-klein4-9multiangle": { + "stars": 1, + "last_update": "2026-02-01 14:20:23", + "author_account_age_days": 3823 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 4, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3735 + "author_account_age_days": 3823 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { - "stars": 3, + "stars": 4, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3735 + "author_account_age_days": 3823 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { - "stars": 3, + "stars": 5, "last_update": "2025-08-19 12:29:31", - "author_account_age_days": 3735 + "author_account_age_days": 3823 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { - "stars": 2, + "stars": 3, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3735 + "author_account_age_days": 3823 }, "https://github.com/thimpat/ThimPatUtils": { "stars": 0, "last_update": "2025-08-25 18:04:19", - "author_account_age_days": 4200 + "author_account_age_days": 4288 }, - "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 180, - "last_update": "2025-11-06 10:34:02", - "author_account_age_days": 785 + "https://github.com/thrakotool/ComfyUI-KiraLoraEQ": { + "stars": 0, + "last_update": "2025-12-04 22:09:43", + "author_account_age_days": 2143 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2861 + "author_account_age_days": 2949 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3472 + "author_account_age_days": 3559 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { - "stars": 40, + "stars": 44, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3847 + "author_account_age_days": 3934 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { - "stars": 9, + "stars": 12, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3714 + "author_account_age_days": 3802 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 2, - "last_update": "2025-10-29 22:15:03", - "author_account_age_days": 2492 + "last_update": "2026-02-11 16:37:41", + "author_account_age_days": 2580 }, "https://github.com/tighug/comfyui-eagle-feeder": { - "stars": 0, + "stars": 2, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2632 + "author_account_age_days": 2720 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2632 + "author_account_age_days": 2720 }, "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes": { - "stars": 24, - "last_update": "2025-11-20 11:48:22", - "author_account_age_days": 753 + "stars": 40, + "last_update": "2026-01-19 17:09:12", + "author_account_age_days": 841 + }, + "https://github.com/tj5miniop/VRAM_Fix_Comfy": { + "stars": 1, + "last_update": "2026-01-15 09:22:25", + "author_account_age_days": 1769 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 1057 + "author_account_age_days": 1145 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4897 + "author_account_age_days": 4984 }, "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { "stars": 0, - "last_update": "2025-11-20 08:46:46", - "author_account_age_days": 1206 + "last_update": "2026-02-15 12:06:06", + "author_account_age_days": 1294 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4381 + "author_account_age_days": 4468 }, "https://github.com/tocubed/ComfyUI-EvTexture": { - "stars": 16, + "stars": 17, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4381 + "author_account_age_days": 4468 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3424 + "author_account_age_days": 3512 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { - "stars": 13, + "stars": 15, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4840 + "author_account_age_days": 4927 + }, + "https://github.com/tori29umai0123/ComfyUI-Model_Downloader": { + "stars": 4, + "last_update": "2025-11-27 13:02:47", + "author_account_age_days": 1971 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4892 + "author_account_age_days": 4979 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 121, + "stars": 126, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4172 + "author_account_age_days": 4259 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 597, + "stars": 604, "last_update": "2025-11-02 19:13:09", - "author_account_age_days": 4172 + "author_account_age_days": 4259 }, "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": { - "stars": 6, - "last_update": "2025-11-26 23:04:41", - "author_account_age_days": 1260 + "stars": 16, + "last_update": "2025-11-28 21:49:00", + "author_account_age_days": 1348 + }, + "https://github.com/tppp2806/ComfyUI-YoloTrack": { + "stars": 0, + "last_update": "2025-12-19 14:35:46", + "author_account_age_days": 849 + }, + "https://github.com/transcendedhacker/Mode_personal_node": { + "stars": 0, + "last_update": "2026-01-18 21:39:25", + "author_account_age_days": 558 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 5, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4342 + "author_account_age_days": 4429 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { - "stars": 13, + "stars": 15, "last_update": "2025-08-22 23:56:33", - "author_account_age_days": 4342 + "author_account_age_days": 4429 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { - "stars": 15, - "last_update": "2025-10-29 00:49:43", - "author_account_age_days": 4342 - }, - "https://github.com/tristanvdb/ComfyUI-toolset": { - "stars": 0, - "last_update": "2025-11-17 16:40:27", - "author_account_age_days": 4930 + "stars": 16, + "last_update": "2025-12-04 15:25:09", + "author_account_age_days": 4429 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { - "stars": 3, + "stars": 6, "last_update": "2025-10-04 19:08:45", - "author_account_age_days": 3663 + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 73, - "last_update": "2025-10-13 15:33:29", - "author_account_age_days": 3663 + "stars": 81, + "last_update": "2025-12-30 16:56:41", + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_Custom_Switch": { - "stars": 4, + "stars": 6, "last_update": "2025-10-12 13:57:31", - "author_account_age_days": 3662 + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3663 + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3663 + "author_account_age_days": 3750 + }, + "https://github.com/tritant/ComfyUI_Kitchen_nvfp4_Converter": { + "stars": 65, + "last_update": "2026-02-19 12:06:16", + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { - "stars": 65, + "stars": 68, "last_update": "2025-10-07 17:14:33", - "author_account_age_days": 3663 + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_Relight_Img": { - "stars": 6, + "stars": 7, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3663 + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { - "stars": 13, + "stars": 15, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3663 + "author_account_age_days": 3750 }, "https://github.com/tritant/ComfyUI_SuperScaler": { - "stars": 147, - "last_update": "2025-11-07 16:05:29", - "author_account_age_days": 3662 + "stars": 168, + "last_update": "2025-12-09 09:58:42", + "author_account_age_days": 3750 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2780 + "author_account_age_days": 2867 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5910 + "author_account_age_days": 5998 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { - "stars": 49, + "stars": 50, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3482 + "author_account_age_days": 3569 }, "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { "stars": 1, - "last_update": "2025-11-06 22:13:02", - "author_account_age_days": 3707 + "last_update": "2025-12-01 19:09:39", + "author_account_age_days": 3795 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 24, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 2051 + "author_account_age_days": 2138 + }, + "https://github.com/ttulttul/Better-Gemini": { + "stars": 0, + "last_update": "2025-12-24 05:47:47", + "author_account_age_days": 5366 }, "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { - "stars": 5, - "last_update": "2025-10-07 16:01:16", - "author_account_age_days": 5279 + "stars": 7, + "last_update": "2026-01-01 21:34:17", + "author_account_age_days": 5366 }, "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": { - "stars": 42, - "last_update": "2025-11-26 00:15:38", - "author_account_age_days": 5279 + "stars": 58, + "last_update": "2026-01-29 18:18:20", + "author_account_age_days": 5366 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5279 + "author_account_age_days": 5366 + }, + "https://github.com/ttulttul/ComfyUI-Taylor-Attention": { + "stars": 0, + "last_update": "2026-02-12 02:51:57", + "author_account_age_days": 5366 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { - "stars": 6, + "stars": 7, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5279 + "author_account_age_days": 5366 + }, + "https://github.com/ttulttul/Skoogeer-Noise": { + "stars": 11, + "last_update": "2026-02-02 17:51:53", + "author_account_age_days": 5366 }, "https://github.com/tuki0918/ComfyUI_Cooldown_Node": { "stars": 0, "last_update": "2025-11-25 12:34:53", - "author_account_age_days": 5264 + "author_account_age_days": 5352 }, "https://github.com/tuki0918/comfyui-image-expand-nodes": { "stars": 0, - "last_update": "2025-11-27 04:58:04", - "author_account_age_days": 5264 + "last_update": "2025-12-30 16:47:12", + "author_account_age_days": 5352 }, "https://github.com/tuki0918/comfyui-image-tiled-nodes": { - "stars": 0, + "stars": 2, "last_update": "2025-11-25 05:13:19", - "author_account_age_days": 5264 + "author_account_age_days": 5352 + }, + "https://github.com/tumbowungus/MultiMaskCouple": { + "stars": 0, + "last_update": "2026-02-02 21:33:27", + "author_account_age_days": 75 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1945 + "author_account_age_days": 2033 }, "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": 1945 + "author_account_age_days": 2033 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3270 + "author_account_age_days": 3358 }, "https://github.com/turnbros/ComfyBros": { "stars": 0, "last_update": "2025-11-05 03:20:19", - "author_account_age_days": 1901 + "author_account_age_days": 1989 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 10, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3187 + "author_account_age_days": 3274 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 61, + "stars": 66, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3187 + "author_account_age_days": 3274 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 891, + "stars": 912, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4590 + "author_account_age_days": 4677 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 606 + "author_account_age_days": 693 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 161, + "stars": 176, "last_update": "2025-11-01 14:56:57", - "author_account_age_days": 4225 + "author_account_age_days": 4312 }, "https://github.com/tzwm/comfyui-profiler": { - "stars": 163, + "stars": 165, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5291 + "author_account_age_days": 5378 }, "https://github.com/u5dev/comfyUI_u5_VramFREE": { - "stars": 2, + "stars": 6, "last_update": "2025-10-02 02:30:02", - "author_account_age_days": 66 + "author_account_age_days": 154 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1794 + "author_account_age_days": 1881 + }, + "https://github.com/ubisoft/ComfyUI-Chord": { + "stars": 293, + "last_update": "2026-01-10 08:09:58", + "author_account_age_days": 3134 }, "https://github.com/ucloud/comfyui-plugin": { "stars": 3, - "last_update": "2025-09-23 03:26:19", - "author_account_age_days": 3726 + "last_update": "2026-01-04 05:59:18", + "author_account_age_days": 3814 + }, + "https://github.com/uczensokratesa/ComfyUI-Claude-VAE": { + "stars": 0, + "last_update": "2026-02-03 23:11:28", + "author_account_age_days": 732 + }, + "https://github.com/uczensokratesa/ComfyUI-Gemini-VAE-Fix": { + "stars": 0, + "last_update": "2026-02-03 23:08:12", + "author_account_age_days": 732 + }, + "https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE": { + "stars": 15, + "last_update": "2026-02-23 11:52:28", + "author_account_age_days": 732 + }, + "https://github.com/uczensokratesa/ComfyUI-UniversalSmartVAE": { + "stars": 1, + "last_update": "2026-01-24 15:32:38", + "author_account_age_days": 732 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2836 + "author_account_age_days": 2923 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 1, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1559 + "author_account_age_days": 1647 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { - "stars": 55, + "stars": 58, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 155 + "author_account_age_days": 243 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4275 + "author_account_age_days": 4363 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 33, + "stars": 41, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1838 + "author_account_age_days": 1925 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 10, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1838 + "author_account_age_days": 1925 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4232 + "author_account_age_days": 4319 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 595 + "author_account_age_days": 683 }, "https://github.com/upseem/comfyui_sun_nodes": { - "stars": 0, - "last_update": "2025-10-28 13:08:55", - "author_account_age_days": 1022 + "stars": 1, + "last_update": "2026-01-07 04:06:51", + "author_account_age_days": 1110 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { - "stars": 6, + "stars": 10, "last_update": "2025-10-29 07:46:17", - "author_account_age_days": 1022 + "author_account_age_days": 1110 }, "https://github.com/usrname0/comfyui-holdup": { - "stars": 1, - "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2935 + "stars": 3, + "last_update": "2026-02-16 12:07:15", + "author_account_age_days": 3023 }, "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": { - "stars": 5, - "last_update": "2025-11-10 19:43:40", - "author_account_age_days": 897 + "stars": 19, + "last_update": "2026-01-23 19:17:38", + "author_account_age_days": 985 }, "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": { - "stars": 4, - "last_update": "2025-11-13 11:50:19", - "author_account_age_days": 897 + "stars": 13, + "last_update": "2026-02-18 20:32:20", + "author_account_age_days": 985 }, "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": { - "stars": 223, - "last_update": "2025-11-15 09:11:54", - "author_account_age_days": 897 - }, - "https://github.com/ussoewwin/image_resize_comfyui": { - "stars": 0, - "last_update": "2025-11-11 04:18:25", - "author_account_age_days": 897 + "stars": 316, + "last_update": "2026-02-18 23:58:22", + "author_account_age_days": 985 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 16, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3157 + "author_account_age_days": 3245 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 513 + "author_account_age_days": 601 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 17, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2908 + "author_account_age_days": 2996 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, - "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2478 + "last_update": "2026-02-09 16:55:43", + "author_account_age_days": 2566 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1905 + "author_account_age_days": 1992 }, "https://github.com/vanche1212/ComfyUI-InspireMusic": { - "stars": 1, + "stars": 2, "last_update": "2025-10-28 02:23:32", - "author_account_age_days": 3479 + "author_account_age_days": 3567 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { - "stars": 4, - "last_update": "2025-11-19 01:52:23", - "author_account_age_days": 3480 + "stars": 8, + "last_update": "2026-01-20 06:28:26", + "author_account_age_days": 3567 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1379 + "author_account_age_days": 1466 }, "https://github.com/vantagewithai/Vantage-DreamOmni2": { "stars": 2, "last_update": "2025-11-06 04:53:18", - "author_account_age_days": 536 + "author_account_age_days": 624 }, "https://github.com/vantagewithai/Vantage-DyPE": { "stars": 6, "last_update": "2025-10-31 09:19:35", - "author_account_age_days": 536 + "author_account_age_days": 624 }, "https://github.com/vantagewithai/Vantage-HunyuanFoley": { - "stars": 9, + "stars": 10, "last_update": "2025-10-04 23:57:59", - "author_account_age_days": 536 + "author_account_age_days": 624 + }, + "https://github.com/vantagewithai/Vantage-Nodes": { + "stars": 12, + "last_update": "2026-01-31 05:21:51", + "author_account_age_days": 624 + }, + "https://github.com/vantagewithai/Vantage-Step-Audio-EditX": { + "stars": 5, + "last_update": "2025-11-27 08:41:01", + "author_account_age_days": 624 }, "https://github.com/vantagewithai/VantageLongWanVideo": { - "stars": 36, + "stars": 45, "last_update": "2025-09-25 18:54:33", - "author_account_age_days": 536 + "author_account_age_days": 624 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-09-18 02:41:54", - "author_account_age_days": 5286 + "author_account_age_days": 5373 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3135 + "author_account_age_days": 3223 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2025-11-28 04:00:25", - "author_account_age_days": 3622 + "author_account_age_days": 3709 }, "https://github.com/vekitan55/SimpleFlux1Merger": { - "stars": 3, + "stars": 4, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 852 + "author_account_age_days": 940 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 11, - "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2792 + "last_update": "2026-02-16 17:37:34", + "author_account_age_days": 2880 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 15, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3667 + "author_account_age_days": 3754 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { - "stars": 31, + "stars": 32, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3949 + "author_account_age_days": 4036 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, - "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4187 + "last_update": "2025-12-26 15:57:59", + "author_account_age_days": 4275 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1920 + "author_account_age_days": 2007 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-11-16 14:14:42", - "author_account_age_days": 302 + "author_account_age_days": 390 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2555 + "author_account_age_days": 2642 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 219, + "stars": 276, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5561 + "author_account_age_days": 5649 + }, + "https://github.com/visualbruno/ComfyUI-Trellis2": { + "stars": 304, + "last_update": "2026-02-22 22:14:21", + "author_account_age_days": 5649 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 163, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2361 + "author_account_age_days": 2448 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2361 + "author_account_age_days": 2448 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4870 + "author_account_age_days": 4958 + }, + "https://github.com/vjumpkung/ComfyUI-Musubi-Tuner-LoRA-Loader": { + "stars": 2, + "last_update": "2026-02-16 16:59:09", + "author_account_age_days": 3959 + }, + "https://github.com/vjumpkung/ComfyUI-STARWrapper": { + "stars": 3, + "last_update": "2025-12-26 08:34:34", + "author_account_age_days": 3959 + }, + "https://github.com/vjumpkung/comfyui-infinitetalk-native-sampler": { + "stars": 0, + "last_update": "2026-02-16 17:17:12", + "author_account_age_days": 3959 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { - "stars": 7, + "stars": 9, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 816 + "author_account_age_days": 904 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 816 + "author_account_age_days": 904 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2848 + "author_account_age_days": 2936 }, "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": { "stars": 1, "last_update": "2025-10-09 03:59:42", - "author_account_age_days": 877 + "author_account_age_days": 965 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 202, - "last_update": "2025-11-09 20:26:52", - "author_account_age_days": 930 + "stars": 275, + "last_update": "2026-02-23 00:56:36", + "author_account_age_days": 1018 }, "https://github.com/vsaan212/Vsaan212-workflow-utilities": { "stars": 0, - "last_update": "2025-11-11 20:58:02", - "author_account_age_days": 311 + "last_update": "2026-02-16 14:30:58", + "author_account_age_days": 399 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5506 + "author_account_age_days": 5593 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { - "stars": 1, - "last_update": "2025-10-24 19:43:19", - "author_account_age_days": 2374 + "stars": 11, + "last_update": "2026-01-21 17:29:59", + "author_account_age_days": 2462 + }, + "https://github.com/vuhung3990/comfyui-nsfw-guard": { + "stars": 2, + "last_update": "2026-01-11 06:50:10", + "author_account_age_days": 4447 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 213, + "stars": 218, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 1093 + "author_account_age_days": 1181 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1883 + "author_account_age_days": 1970 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1883 + "author_account_age_days": 1970 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { - "stars": 5, + "stars": 6, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1883 + "author_account_age_days": 1970 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 206 + "author_account_age_days": 294 }, "https://github.com/walke2019/ComfyUI-GGUF-VLM": { - "stars": 17, - "last_update": "2025-11-19 06:31:32", - "author_account_age_days": 2431 + "stars": 27, + "last_update": "2025-12-17 05:35:36", + "author_account_age_days": 2519 }, "https://github.com/wallen0322/ComfyUI-AE-Animation": { - "stars": 11, - "last_update": "2025-11-26 17:50:19", - "author_account_age_days": 249 + "stars": 57, + "last_update": "2025-12-25 20:09:56", + "author_account_age_days": 337 }, "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { - "stars": 54, + "stars": 55, "last_update": "2025-11-05 20:04:35", - "author_account_age_days": 249 + "author_account_age_days": 337 }, "https://github.com/wallen0322/ComfyUI-SageAttention3": { - "stars": 11, - "last_update": "2025-10-04 07:00:09", - "author_account_age_days": 249 - }, - "https://github.com/wallen0322/ComfyUI-TTM-WAN22": { - "stars": 3, - "last_update": "2025-11-27 16:40:37", - "author_account_age_days": 249 + "stars": 18, + "last_update": "2026-01-13 15:02:29", + "author_account_age_days": 337 }, "https://github.com/wallen0322/ComfyUI-Wan22FMLF": { - "stars": 308, - "last_update": "2025-11-27 19:08:11", - "author_account_age_days": 249 + "stars": 499, + "last_update": "2026-02-09 17:24:02", + "author_account_age_days": 337 }, "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": { - "stars": 39, + "stars": 44, "last_update": "2025-10-28 17:39:56", - "author_account_age_days": 249 + "author_account_age_days": 337 + }, + "https://github.com/wallen0322/ComfyUI-qwenmultianglelight": { + "stars": 129, + "last_update": "2026-01-12 10:23:09", + "author_account_age_days": 337 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 136, + "stars": 142, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2742 + "author_account_age_days": 2829 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3905 + "author_account_age_days": 3993 + }, + "https://github.com/wangyff-code/ComfyUI-PixelArt-Converter": { + "stars": 0, + "last_update": "2026-01-23 10:17:13", + "author_account_age_days": 2293 + }, + "https://github.com/wanjin123111/ComfyUI-3D-Human-Pose": { + "stars": 0, + "last_update": "2026-01-10 00:20:35", + "author_account_age_days": 298 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2727 + "author_account_age_days": 2815 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2727 + "author_account_age_days": 2815 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { - "stars": 3, - "last_update": "2025-11-09 08:23:01", - "author_account_age_days": 2254 + "stars": 8, + "last_update": "2025-12-17 05:30:18", + "author_account_age_days": 2342 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 12, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2633 + "author_account_age_days": 2721 }, "https://github.com/wawahuy/ComfyUI-HTTP": { - "stars": 6, + "stars": 10, "last_update": "2025-10-10 18:16:29", - "author_account_age_days": 3600 + "author_account_age_days": 3688 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1490 + "author_account_age_days": 1577 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3549 + "author_account_age_days": 3637 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 11, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 496 + "author_account_age_days": 583 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4723 + "author_account_age_days": 4811 }, "https://github.com/weekii/ComfyUI-GGUF-FX": { "stars": 0, "last_update": "2025-10-31 11:03:33", - "author_account_age_days": 555 + "author_account_age_days": 643 }, "https://github.com/weekii/comfyui-save-image-pro": { - "stars": 2, + "stars": 4, "last_update": "2025-10-28 12:51:48", - "author_account_age_days": 555 + "author_account_age_days": 643 }, "https://github.com/wei30172/comfygen": { - "stars": 9, + "stars": 10, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2135 + "author_account_age_days": 2222 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 311, - "last_update": "2025-11-08 11:11:54", - "author_account_age_days": 2429 + "stars": 388, + "last_update": "2025-12-21 04:25:26", + "author_account_age_days": 2517 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 1031, + "stars": 1065, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 2093 + "author_account_age_days": 2181 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2301 + "author_account_age_days": 2389 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 114, - "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 816 + "stars": 127, + "last_update": "2025-12-09 21:38:24", + "author_account_age_days": 903 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { - "stars": 22, + "stars": 30, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 816 + "author_account_age_days": 903 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { - "stars": 14, + "stars": 15, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 816 + "author_account_age_days": 903 }, "https://github.com/wgedeon/comfyui_play_traversal": { - "stars": 1, - "last_update": "2025-11-15 16:47:49", - "author_account_age_days": 4637 + "stars": 2, + "last_update": "2025-11-30 10:31:25", + "author_account_age_days": 4725 }, "https://github.com/whatbirdisthat/cyberdolphin": { - "stars": 14, + "stars": 15, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 6009 + "author_account_age_days": 6096 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { - "stars": 40, + "stars": 42, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 7, "last_update": "2025-10-25 11:22:31", - "author_account_age_days": 974 + "author_account_age_days": 1061 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { - "stars": 56, - "last_update": "2025-10-31 17:50:10", - "author_account_age_days": 974 + "stars": 63, + "last_update": "2026-02-14 12:39:34", + "author_account_age_days": 1061 }, "https://github.com/wildminder/000_ComfyUI-Optim": { - "stars": 5, + "stars": 6, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4754 + "author_account_age_days": 4842 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { - "stars": 67, + "stars": 86, "last_update": "2025-08-21 19:21:22", - "author_account_age_days": 4754 + "author_account_age_days": 4842 }, "https://github.com/wildminder/ComfyUI-DyPE": { - "stars": 315, - "last_update": "2025-11-26 17:53:30", - "author_account_age_days": 4754 + "stars": 519, + "last_update": "2025-12-09 13:40:24", + "author_account_age_days": 4842 }, "https://github.com/wildminder/ComfyUI-KEEP": { - "stars": 65, + "stars": 67, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4754 + "author_account_age_days": 4842 }, "https://github.com/wildminder/ComfyUI-KaniTTS": { - "stars": 33, + "stars": 38, "last_update": "2025-10-17 15:45:23", - "author_account_age_days": 4754 + "author_account_age_days": 4842 }, "https://github.com/wildminder/ComfyUI-VibeVoice": { - "stars": 516, + "stars": 560, "last_update": "2025-09-25 10:19:05", - "author_account_age_days": 4754 + "author_account_age_days": 4842 }, "https://github.com/wildminder/ComfyUI-VoxCPM": { - "stars": 317, - "last_update": "2025-10-17 15:44:30", - "author_account_age_days": 4754 + "stars": 387, + "last_update": "2025-12-17 19:14:57", + "author_account_age_days": 4842 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { - "stars": 12, + "stars": 13, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3159 + "author_account_age_days": 3247 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 768, - "last_update": "2025-11-27 12:44:10", - "author_account_age_days": 3879 + "stars": 973, + "last_update": "2026-02-23 10:19:06", + "author_account_age_days": 3967 }, "https://github.com/windfancy/zsq_prompt": { - "stars": 0, + "stars": 1, "last_update": "2025-09-14 14:27:33", - "author_account_age_days": 2058 + "author_account_age_days": 2146 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 609 + "author_account_age_days": 697 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { - "stars": 4, + "stars": 6, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1745 + "author_account_age_days": 1833 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 251 + "author_account_age_days": 339 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { - "stars": 2, - "last_update": "2025-08-25 11:33:35", - "author_account_age_days": 3444 + "stars": 3, + "last_update": "2025-12-15 09:11:02", + "author_account_age_days": 3532 }, "https://github.com/wizdroid/wizdroid-character": { - "stars": 2, - "last_update": "2025-11-27 07:27:25", - "author_account_age_days": 2995 + "stars": 6, + "last_update": "2026-02-06 15:56:43", + "author_account_age_days": 3083 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { - "stars": 44, + "stars": 50, "last_update": "2025-09-22 06:27:43", - "author_account_age_days": 2393 + "author_account_age_days": 2481 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4640 + "author_account_age_days": 4727 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3552 + "author_account_age_days": 3639 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 91, - "last_update": "2025-11-22 03:02:56", - "author_account_age_days": 3320 + "stars": 106, + "last_update": "2025-12-19 08:59:32", + "author_account_age_days": 3408 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 102, + "stars": 103, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6243 + "author_account_age_days": 6330 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6243 + "author_account_age_days": 6330 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { - "stars": 63, + "stars": 64, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 2090 + "author_account_age_days": 2177 }, "https://github.com/wouterverweirder/comfyui-penplotter": { "stars": 0, "last_update": "2025-10-28 14:32:45", - "author_account_age_days": 5159 + "author_account_age_days": 5247 + }, + "https://github.com/wouterverweirder/comfyui_live_input_stream": { + "stars": 3, + "last_update": "2026-01-22 13:14:43", + "author_account_age_days": 5247 }, "https://github.com/wouterverweirder/comfyui_sam3": { - "stars": 47, - "last_update": "2025-11-25 19:05:07", - "author_account_age_days": 5159 + "stars": 69, + "last_update": "2026-01-01 15:22:40", + "author_account_age_days": 5247 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2025-11-17 14:16:32", - "author_account_age_days": 3455 + "author_account_age_days": 3543 }, "https://github.com/writer-in-fancy-pants/octo_json_presets": { "stars": 0, "last_update": "2025-09-08 23:42:01", - "author_account_age_days": 2827 + "author_account_age_days": 2915 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 838 + "author_account_age_days": 926 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 86, + "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2785 + "author_account_age_days": 2872 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 2, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4707 + "author_account_age_days": 4794 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5572 + "author_account_age_days": 5659 }, "https://github.com/wwzhifeng/comfyui-jsonprompt": { - "stars": 0, + "stars": 28, "last_update": "2025-11-20 06:08:04", - "author_account_age_days": 920 + "author_account_age_days": 1008 }, "https://github.com/wywywywy/ComfyUI-pause": { - "stars": 27, + "stars": 32, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3450 + "author_account_age_days": 3538 }, "https://github.com/wzken/ComfyUI-Steganos-Node": { "stars": 0, "last_update": "2025-09-28 16:27:27", - "author_account_age_days": 3489 + "author_account_age_days": 3577 }, "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": { "stars": 1, "last_update": "2025-11-17 05:44:00", - "author_account_age_days": 1029 + "author_account_age_days": 1117 }, "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": { "stars": 1, - "last_update": "2025-11-26 23:36:55", - "author_account_age_days": 2654 + "last_update": "2025-12-30 08:18:54", + "author_account_age_days": 2742 + }, + "https://github.com/x0x0b/ComfyUI-spritefusion-pixel-snapper": { + "stars": 3, + "last_update": "2025-12-30 08:04:54", + "author_account_age_days": 2742 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { - "stars": 3, - "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1954 + "stars": 4, + "last_update": "2025-12-01 14:29:42", + "author_account_age_days": 2042 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 353, + "stars": 355, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 2001 + "author_account_age_days": 2088 + }, + "https://github.com/xela-io/ComfyUI-HairDetailer": { + "stars": 0, + "last_update": "2026-01-19 21:39:56", + "author_account_age_days": 72 + }, + "https://github.com/xela-io/ComfyUI-RegionalPrompting": { + "stars": 1, + "last_update": "2026-01-15 21:57:58", + "author_account_age_days": 72 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 4, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 950 + "author_account_age_days": 1038 }, "https://github.com/xhh522/ComfyUI-preview-monitor": { "stars": 1, "last_update": "2025-09-16 10:41:24", - "author_account_age_days": 125 + "author_account_age_days": 213 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { - "stars": 33, + "stars": 36, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3785 + "author_account_age_days": 3873 + }, + "https://github.com/xiangyuT/ComfyUI-PromptEnhance": { + "stars": 0, + "last_update": "2025-12-08 08:52:26", + "author_account_age_days": 1322 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2189 + "author_account_age_days": 2277 + }, + "https://github.com/xiaoshengyvlin/ComfyUI-MetaData-ZaKo": { + "stars": 3, + "last_update": "2025-12-01 14:12:22", + "author_account_age_days": 818 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3400 + "author_account_age_days": 3488 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 18, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3396 + "author_account_age_days": 3484 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2316 + "author_account_age_days": 2404 + }, + "https://github.com/xiujiang1987/ComfyUI-SmartSize": { + "stars": 0, + "last_update": "2025-12-31 11:01:33", + "author_account_age_days": 1846 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 5021 + "author_account_age_days": 5108 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 29, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 5021 + "author_account_age_days": 5108 }, "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": 5021 + "author_account_age_days": 5108 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1795 + "author_account_age_days": 1882 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 8, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2277 + "author_account_age_days": 2365 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { - "stars": 2, + "stars": 1, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2211 + "author_account_age_days": 2298 }, "https://github.com/xs315431/Comfyui_Get_promptId": { - "stars": 1, + "stars": 2, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1796 + "author_account_age_days": 1884 + }, + "https://github.com/xufengbo1993/ComfyUI-ZFL-JSON-Extractor": { + "stars": 0, + "last_update": "2026-02-04 09:39:32", + "author_account_age_days": 1405 + }, + "https://github.com/xuheyao/comfyui-dinov3-point-prompt": { + "stars": 0, + "last_update": "2025-12-22 06:20:06", + "author_account_age_days": 371 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4628 + "author_account_age_days": 4715 + }, + "https://github.com/xuhongming251/ComfyUI-InfiniteTalk-MultiImage": { + "stars": 66, + "last_update": "2026-01-05 14:14:14", + "author_account_age_days": 4715 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { - "stars": 5, + "stars": 8, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4627 + "author_account_age_days": 4715 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4628 + "author_account_age_days": 4715 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 6, + "stars": 7, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4628 + "author_account_age_days": 4715 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 9, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1841 + "author_account_age_days": 1929 + }, + "https://github.com/yangrui511/ComfyUI-Text-Preserve": { + "stars": 0, + "last_update": "2026-01-06 12:50:45", + "author_account_age_days": 3037 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 5, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 4083 + "author_account_age_days": 4171 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 58, - "last_update": "2025-11-23 13:34:38", - "author_account_age_days": 3329 + "stars": 66, + "last_update": "2026-01-04 09:21:42", + "author_account_age_days": 3417 }, "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": { "stars": 0, "last_update": "2025-11-10 00:44:08", - "author_account_age_days": 1585 + "author_account_age_days": 1673 }, "https://github.com/yano/comfyui-fast-mosaic-detector": { - "stars": 2, + "stars": 3, "last_update": "2025-11-13 14:57:28", - "author_account_age_days": 3267 + "author_account_age_days": 3355 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1918 + "author_account_age_days": 2006 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2639 + "author_account_age_days": 2726 }, "https://github.com/ycyy/ComfyUI-YCYY-API": { - "stars": 0, - "last_update": "2025-11-27 09:18:24", - "author_account_age_days": 3946 + "stars": 11, + "last_update": "2026-01-09 05:50:22", + "author_account_age_days": 4034 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3946 + "author_account_age_days": 4034 }, "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": { "stars": 1, "last_update": "2025-10-28 07:36:38", - "author_account_age_days": 5317 - }, - "https://github.com/yemanou/ComfyUI-NABA": { - "stars": 0, - "last_update": "2025-11-12 04:19:54", - "author_account_age_days": 46 + "author_account_age_days": 5405 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4244 + "author_account_age_days": 4331 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 57, + "stars": 58, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 1093 + "author_account_age_days": 1180 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 1093 + "author_account_age_days": 1180 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 1092 + "author_account_age_days": 1180 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 646 + "author_account_age_days": 734 }, "https://github.com/yichengup/ComfyUI-VideoTransition": { - "stars": 19, + "stars": 25, "last_update": "2025-10-27 07:36:45", - "author_account_age_days": 646 + "author_account_age_days": 734 }, "https://github.com/yichengup/ComfyUI-YCNodes": { - "stars": 32, - "last_update": "2025-11-23 18:26:53", - "author_account_age_days": 646 + "stars": 39, + "last_update": "2026-01-04 17:04:48", + "author_account_age_days": 734 }, "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": { - "stars": 11, - "last_update": "2025-11-23 06:59:58", - "author_account_age_days": 646 + "stars": 21, + "last_update": "2026-02-05 09:37:10", + "author_account_age_days": 734 + }, + "https://github.com/yichengup/ComfyUI-gaussian_preview": { + "stars": 13, + "last_update": "2026-01-01 15:40:49", + "author_account_age_days": 734 }, "https://github.com/yichengup/ComfyUI_SwiftCut": { - "stars": 5, - "last_update": "2025-10-24 14:27:08", - "author_account_age_days": 646 + "stars": 8, + "last_update": "2026-01-23 15:46:43", + "author_account_age_days": 734 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 646 + "author_account_age_days": 734 }, "https://github.com/yichengup/Comfyui-Deepseek": { - "stars": 32, + "stars": 34, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 646 + "author_account_age_days": 734 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 110, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 646 + "author_account_age_days": 734 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 304, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 646 + "author_account_age_days": 734 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { - "stars": 103, + "stars": 104, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 646 + "author_account_age_days": 734 }, "https://github.com/yichengup/comfyui-face-liquify": { - "stars": 2, - "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 646 + "stars": 3, + "last_update": "2026-01-13 15:26:52", + "author_account_age_days": 734 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { - "stars": 89, + "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 1074 + "author_account_age_days": 1161 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 50, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 1074 + "author_account_age_days": 1161 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, - "last_update": "2025-10-17 07:01:00", - "author_account_age_days": 3351 + "last_update": "2026-02-10 06:25:23", + "author_account_age_days": 3439 + }, + "https://github.com/yohji-yohji/comfyui-nanobanana-pro": { + "stars": 1, + "last_update": "2026-01-04 05:00:57", + "author_account_age_days": 828 }, "https://github.com/yolain/ComfyUI-Easy-DotsOCR": { - "stars": 5, + "stars": 6, "last_update": "2025-10-05 09:11:26", - "author_account_age_days": 1862 + "author_account_age_days": 1950 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 2094, - "last_update": "2025-11-16 02:48:02", - "author_account_age_days": 1863 + "stars": 2353, + "last_update": "2026-02-23 09:17:34", + "author_account_age_days": 1950 }, "https://github.com/yolain/SaveVideoRGBA": { - "stars": 32, - "last_update": "2025-10-26 05:56:47", - "author_account_age_days": 1862 + "stars": 38, + "last_update": "2026-02-13 13:49:31", + "author_account_age_days": 1950 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5385 + "author_account_age_days": 5473 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5385 + "author_account_age_days": 5473 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5385 + "author_account_age_days": 5473 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5385 + "author_account_age_days": 5473 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5385 + "author_account_age_days": 5473 }, "https://github.com/yolanother/DTAIComfyVariables": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5385 + "author_account_age_days": 5473 }, "https://github.com/yolanother/DTAIImageToTextNode": { - "stars": 20, + "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5385 + "author_account_age_days": 5473 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4397 + "author_account_age_days": 4484 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { - "stars": 7, + "stars": 9, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4397 + "author_account_age_days": 4484 }, "https://github.com/yorkane/ComfyUI-KYNode": { - "stars": 9, - "last_update": "2025-11-26 06:24:22", - "author_account_age_days": 3911 + "stars": 10, + "last_update": "2026-02-04 06:55:52", + "author_account_age_days": 3999 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 4, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2316 + "author_account_age_days": 2404 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 951 + "author_account_age_days": 1038 + }, + "https://github.com/ytoaa/ComfyUI-LLM-Client": { + "stars": 0, + "last_update": "2025-12-17 14:18:42", + "author_account_age_days": 3360 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2965 + "author_account_age_days": 3052 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 10, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2965 + "author_account_age_days": 3052 }, "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { - "stars": 15, - "last_update": "2025-11-27 02:22:05", - "author_account_age_days": 6 + "stars": 26, + "last_update": "2025-12-02 12:02:23", + "author_account_age_days": 94 }, "https://github.com/yukascomfy/ATI_AudioReactive": { - "stars": 0, + "stars": 1, "last_update": "2025-11-21 10:34:47", - "author_account_age_days": 667 + "author_account_age_days": 755 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { - "stars": 17, + "stars": 30, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 1039 + "author_account_age_days": 1127 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { - "stars": 5, - "last_update": "2025-11-09 14:09:07", - "author_account_age_days": 1039 + "stars": 6, + "last_update": "2026-02-22 18:41:40", + "author_account_age_days": 1127 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 121, - "last_update": "2025-09-17 05:44:08", - "author_account_age_days": 2675 + "stars": 125, + "last_update": "2026-02-02 06:10:12", + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { - "stars": 47, + "stars": 50, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2675 + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 239, - "last_update": "2025-08-27 08:00:28", - "author_account_age_days": 2675 + "stars": 242, + "last_update": "2026-01-02 18:45:24", + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { - "stars": 28, + "stars": 29, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2675 + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { - "stars": 28, + "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2675 + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 4, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2675 + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 57, + "stars": 92, "last_update": "2025-09-23 07:06:14", - "author_account_age_days": 2675 + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { - "stars": 35, - "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2675 + "stars": 36, + "last_update": "2026-01-02 18:32:18", + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 208, - "last_update": "2025-09-08 04:44:47", - "author_account_age_days": 2675 + "stars": 230, + "last_update": "2026-01-12 19:03:17", + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 33, - "last_update": "2025-10-15 06:15:18", - "author_account_age_days": 2675 + "stars": 38, + "last_update": "2026-01-08 15:37:32", + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2675 + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 158, - "last_update": "2025-08-27 06:08:11", - "author_account_age_days": 2675 + "stars": 209, + "last_update": "2026-01-02 14:30:25", + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 18, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2675 + "author_account_age_days": 2762 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 246, - "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2675 + "stars": 257, + "last_update": "2026-01-02 13:13:26", + "author_account_age_days": 2762 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 491, - "last_update": "2025-11-07 13:58:35", - "author_account_age_days": 1421 + "stars": 655, + "last_update": "2026-02-21 09:38:31", + "author_account_age_days": 1509 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1110 + "author_account_age_days": 1197 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, "last_update": "2025-11-15 09:35:12", - "author_account_age_days": 2316 + "author_account_age_days": 2404 }, "https://github.com/zade23/Comfyui-MoGe2": { - "stars": 17, + "stars": 18, "last_update": "2025-10-23 09:53:50", - "author_account_age_days": 2316 + "author_account_age_days": 2404 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2881 + "author_account_age_days": 2969 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4298 + "author_account_age_days": 4386 + }, + "https://github.com/zavatmotion/ComfyUI-Workflow-Backup": { + "stars": 1, + "last_update": "2026-02-11 02:25:41", + "author_account_age_days": 256 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-10-27 08:04:53", - "author_account_age_days": 3781 + "author_account_age_days": 3869 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4937 + "author_account_age_days": 5024 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 27, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4937 + "author_account_age_days": 5024 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4937 + "author_account_age_days": 5024 }, "https://github.com/zeeoale/PromptCreatorNode": { - "stars": 3, - "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2878 + "stars": 6, + "last_update": "2026-02-21 03:33:36", + "author_account_age_days": 2966 + }, + "https://github.com/zengxianyu/ComfyUIIntensityDepth": { + "stars": 1, + "last_update": "2026-01-10 23:55:21", + "author_account_age_days": 3990 + }, + "https://github.com/zengxianyu/structured-noise": { + "stars": 31, + "last_update": "2026-02-01 23:45:07", + "author_account_age_days": 3990 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { - "stars": 13, + "stars": 20, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 732 + "author_account_age_days": 820 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { - "stars": 4, + "stars": 5, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 732 + "author_account_age_days": 820 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 732 + "author_account_age_days": 820 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3192 + "author_account_age_days": 3279 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 638 + "author_account_age_days": 726 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { - "stars": 75, + "stars": 76, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2965 + "author_account_age_days": 3052 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 24, - "last_update": "2025-11-24 07:31:53", - "author_account_age_days": 5385 + "last_update": "2026-01-27 05:22:41", + "author_account_age_days": 5472 + }, + "https://github.com/zhangle0013/comfyui-EmptyImageYesON": { + "stars": 0, + "last_update": "2026-01-09 03:24:28", + "author_account_age_days": 3764 }, "https://github.com/zhanglongxiao111/Comfyui-geminiapi": { - "stars": 1, - "last_update": "2025-11-25 18:36:13", - "author_account_age_days": 811 + "stars": 3, + "last_update": "2025-12-10 04:42:19", + "author_account_age_days": 899 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 107, - "last_update": "2025-11-26 04:05:18", - "author_account_age_days": 813 + "stars": 122, + "last_update": "2026-01-31 05:33:48", + "author_account_age_days": 900 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { - "stars": 12, + "stars": 13, "last_update": "2025-11-24 01:11:29", - "author_account_age_days": 813 + "author_account_age_days": 900 + }, + "https://github.com/zhaocaiji/ComfyUI-Mute-Switch": { + "stars": 0, + "last_update": "2026-01-22 07:10:54", + "author_account_age_days": 2589 + }, + "https://github.com/zhaocaiji/ComfyUI-VideoFrameTools": { + "stars": 1, + "last_update": "2026-01-16 04:23:53", + "author_account_age_days": 2589 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3871 + "author_account_age_days": 3959 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { - "stars": 74, + "stars": 77, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3981 + "author_account_age_days": 4068 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 69, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4757 + "author_account_age_days": 4844 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1481, - "last_update": "2025-09-11 03:57:50", - "author_account_age_days": 561 + "stars": 1488, + "last_update": "2026-01-06 12:32:21", + "author_account_age_days": 648 + }, + "https://github.com/zhuyanan/Comfy-FilmSimulator": { + "stars": 1, + "last_update": "2026-02-06 10:01:31", + "author_account_age_days": 4255 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { - "stars": 110, + "stars": 109, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 1018 + "author_account_age_days": 1106 + }, + "https://github.com/zisb/comfyui-texture-packer": { + "stars": 1, + "last_update": "2025-12-31 09:28:21", + "author_account_age_days": 4193 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { - "stars": 1, + "stars": 3, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1102 + "author_account_age_days": 1190 }, "https://github.com/zmwv823/ComfyUI_Anytext": { - "stars": 92, + "stars": 98, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3790 + "author_account_age_days": 3878 + }, + "https://github.com/zn123/ComfyUI-image-processor-zn123": { + "stars": 0, + "last_update": "2025-12-05 07:06:24", + "author_account_age_days": 4723 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3184 + "author_account_age_days": 3271 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1839, - "last_update": "2025-11-22 02:29:17", - "author_account_age_days": 4440 - }, - "https://github.com/zpengcom/Comfyui-TextLine-counter": { - "stars": 0, - "last_update": "2025-11-04 02:32:33", - "author_account_age_days": 4148 + "stars": 1955, + "last_update": "2026-02-05 05:01:35", + "author_account_age_days": 4527 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5483 + "author_account_age_days": 5571 + }, + "https://github.com/zwaigani/ComfyUI-LoRA-stacker": { + "stars": 0, + "last_update": "2026-01-12 11:56:54", + "author_account_age_days": 765 + }, + "https://github.com/zwaigani/ComfyUI-VRAM-watcher": { + "stars": 1, + "last_update": "2026-01-12 11:56:56", + "author_account_age_days": 765 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 327 + "author_account_age_days": 415 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 1, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3247 + "author_account_age_days": 3335 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { - "stars": 3, - "last_update": "2025-11-04 13:09:36", - "author_account_age_days": 4663 + "stars": 5, + "last_update": "2025-12-03 01:43:00", + "author_account_age_days": 4751 }, "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, "last_update": "2025-11-17 17:49:31", - "author_account_age_days": 684 + "author_account_age_days": 772 } } \ No newline at end of file diff --git a/glob/manager_core.py b/glob/manager_core.py index 67570786..e0b3a6fe 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, 2] +version_code = [3, 39, 2] 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): @@ -1699,6 +1701,11 @@ def write_config(): 'db_mode': get_config()['db_mode'], } + # Sanitize all string values to prevent CRLF injection attacks + for key, value in config['default'].items(): + if isinstance(value, str): + config['default'][key] = value.replace('\r', '').replace('\n', '').replace('\x00', '') + directory = os.path.dirname(manager_config_path) if not os.path.exists(directory): os.makedirs(directory) @@ -1719,7 +1726,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 +1746,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 +1755,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 +1775,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 +2258,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 +2536,22 @@ 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: @@ -3356,36 +3375,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..eff7c032 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() @@ -961,16 +997,29 @@ async def get_snapshot_list(request): return web.json_response({'items': items}, content_type='application/json') +def get_safe_snapshot_path(target): + """ + Safely construct a snapshot file path, preventing path traversal attacks. + """ + if '/' in target or '\\' in target or '..' in target or '\x00' in target: + return None + return os.path.join(core.manager_snapshot_path, f"{target}.json") + + @routes.get("/snapshot/remove") 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"] + path = get_safe_snapshot_path(target) + + if path is None: + logging.error(f"[ComfyUI-Manager] Invalid snapshot target: {target}") + return web.Response(text="Invalid snapshot target", status=400) - path = os.path.join(core.manager_snapshot_path, f"{target}.json") if os.path.exists(path): os.remove(path) @@ -983,12 +1032,16 @@ 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"] + path = get_safe_snapshot_path(target) + + if path is None: + logging.error(f"[ComfyUI-Manager] Invalid snapshot target: {target}") + return web.Response(text="Invalid snapshot target", status=400) - path = os.path.join(core.manager_snapshot_path, f"{target}.json") if os.path.exists(path): if not os.path.exists(core.manager_startup_script_path): os.makedirs(core.manager_startup_script_path) @@ -1302,7 +1355,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 +1375,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 +1527,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 +1659,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 +1676,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 = ` -
- - -
-
-
-
-
-
-
-